@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .head-rgt{
        column-gap: 0px;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-ftr-other-sec .custom-ftr-contactes{
        flex: 0 1 35%;
    }
    .custom-ftr-other-sec .custom-ftr-mid-rgt{
        flex: 0 1 30%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hdr-links {
        display: block;
    }
     .experiencies-sec h2.store-exp-title{
        width: 100%;
    }

    /* Cookies*/
    .single-product .wcc-revisit-bottom-left {
        bottom: 105px;
        right: 37px;
        left: unset;
    }
}


@media screen and (max-width: 767px) {
    .results {
        top:56px;
    }
    .search-box.searching input {
        border-radius: 30px 30px 0px 0px !important;
    }

    
    .experiencies-sec h2.store-exp-title{
        width: 100%;
    }

    /* Cookies*/

    .single-product .wcc-revisit-bottom-left {
        bottom: 95px;
        right: 29px;
        left: unset;
    }
}

/* El maresme */ 

.bottom-banner-sec > img {
    aspect-ratio: 2.6;
    object-fit: cover;
}


@media screen and (max-width: 1023px) {
  
    .custom-ftr-logo-lft{
        margin-bottom: 20px;    
    }
    .custom-ftr-other-sec{
        flex-flow: wrap;
        row-gap: 30px;
        column-gap: 10px;
        margin: 0px;
    }
    .custom-ftr-other-sec .custom-ftr-mid-lft {
        flex: 1; 
     }

    .custom-ftr-other-sec .custom-ftr-contactes{
        flex: 100%;
    }
    .custom-ftr-other-sec .custom-ftr-mid-logos,.custom-ftr-other-sec .custom-ftr-mid-rgt{
        flex: 100%;
    }
    .custom-ftr-mid-rgt .ftr-logo-rgt{
        width: 100%;
    }
    .ftr-logo-rgt ul.social-list{
        justify-content: center;
    }
    .custom-ftr-menu-links{
        text-align: center;
    }
    .experiencies-sec.lght-bg h2{
        max-width: 100%;
    }

}