.item-box input[type="button"] {
    border-radius: 8px;
    background-color:#F5C11D;
    color: #35363a!important;
    font-weight: 600!important;
    width: 100%;
}

.item-box .add-info input[type="button"].add-to-wishlist-button {
    display: none;
}

.overview .add-to-cart-button {
    border-radius: 8px;
    background-color:#F5C11D;
    color: #35363a!important;
    font-weight: 600!important;
    font-size: 18px;
    text-transform: inherit;
}

.overview .qty-input {
    border-radius: 50%;   
}

.overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {    
    margin: 0 0 0 5px;
}

[class].item-box .add-info .ajax-cart-button-wrapper .productQuantityTextBox {
    float: none;
    border-radius: 10px;
    margin-right: 10px;
}

[class].shopping-cart-page .cart-footer .button-2 {
    color: #333;
}

[class].ajaxCart .productAddedToCartWindowCheckout {
    border: transparent;
    box-shadow: none;
    border-radius: 8px;
}

/*ICONS*/

.phone-footer:before {
    content: url("../img/ico-phone.svg"); 
    padding: 0 5px;    
 }

 .wp-footer:before {
    content: url("../img/ico-wp-footer.svg"); 
    padding: 0 5px;    
 }

 .location-footer:before{
     content: url("../img/ico-location.svg");
     padding: 0 5px;
 }

 .email-footer:before{
     content: url("../img/ico-mail.svg");
     padding: 0 5px;
 }

 .schedule-footer:before{
    content: url("../img/ico-clock-footer.svg");
    padding: 0 5px;

 }

 .facebook {
     content: url("../img/ico-facebook.svg");
 }

.youtube{
    content: url("../img/ico-youtube.svg");
}

.instagram {
    content: url("../img/ico-instagram.svg");
}



/*SLIDER*/

.slider-wrapper {
    max-width: 1280px;
    margin: 20px auto 0;
}

.slider-wrapper:before {
    background: none!important;
}


/*megamení*/
[class].mega-menu .categories .picture {
     border-radius: 0;
}


.item-box .add-info input[type="button"].add-to-wishlist-button {
    margin-right: 0;
}

.seccion-txt-header {
    display: none;
}

.seccion-txt-header_mobile {    
    display: block;
    max-width: 100%;
    font-size: 13px;
    color: #fff;
    background-color: #35363a;
    font-weight: 500;
    padding: 6px 0;
    }


@media all and (min-width: 1024px) {
    .seccion-txt-header {
    display: block;
    max-width: fit-content;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    }
}

[class].newsletter-subscribe-popup {
    background-color: #fff;
    border: #35363a solid 3px;
    color: #333;
}

[class].newsletter-subscribe-popup .newsletter-email button {
    background-color: #35363a;
    padding: 10px;
    border-radius: 6px;
}

[class].newsletter-subscribe-popup-title {
    font-weight: normal;
    font-size: 26px;
}

[class].newsletter-subscribe-popup .newsletter-email{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.newsletter-result.newsletter-result-block {
    display: block;
    color: red;
}

/*imágenes en sub categorias -- ocultas*/
.home-page-category-grid .title, .sub-category-item .title {
      margin-bottom: 12px;
}

.category-grid.sub-category-grid .item-box .picture a{
    height: 37px;
}

[class].side-2 .block .title {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #35363a;
    border-bottom: 1px solid #F5C11D;
}

/* .side-2 .title::after{
    content: url("../img/ico-arrow-down.svg");
} */

[class].newsletter-subscribe-popup .close-popup {
  background: url("../img/ico-close.svg") no-repeat center;    
}

/* [class].filter-block a.toggleControl {  
    background: url("../img/ico-arrow-down.svg") no-repeat 95% center !important;
} */


.banners-2-widget-zone {
    display: grid;
    grid-template-columns:1fr;
    gap:1rem;
    margin: -28px 0 30px 0;
}

.main-banner-home-page{
    margin: -7px auto 30px;
}

@media all and (min-width: 750px){
    .main-banner-home-page{
    margin: -20px auto 30px;
    }
}

@media all and (min-width: 1024px) {
    .banners-2-widget-zone {
        grid-template-columns: 1fr 1fr;
        margin: 0 0 55px 0;
    }
    .main-banner-home-page{
        margin: -45px auto 0;
    }
}

[class] .anywhere-slider .slick-next {
    right: 8px;
}

[class] .anywhere-slider .slick-prev{
    left: 8px;
}


[class].anywhere-slider .slick-next {
    background-image: url(../img/ico-arrow-rigth.svg);
}

[class].anywhere-slider .slick-prev {
    background-image: url(../img/ico-arrow-left.svg);    
}


.float-wp {
    position: fixed;
    width: 66px;
    height: 60px;
    bottom: 13px;
    right: 4px;
    text-align: center;
    z-index: 100000;
}


[class].jCarouselMainWrapper .slick-next {
    background-image: url(../img/ico-arrow-right-carrousel.svg);
}

[class].jCarouselMainWrapper .slick-prev {
    background-image: url(../img/ico-arrow-left-carrousel.svg);
}

[class].jCarouselMainWrapper .slick-prev  {
     top: 70px;
}

[class] .jCarouselMainWrapper .slick-next {
    top: 70px;
}

[class] .nop-jcarousel {
    margin: 80px 0;
}

[class].nop-jcarousel .carousel-title strong {
    color: #333;
}

[class].nop-jcarousel .carousel-title strong {
    font-size: 24px;
}

[class].nop-jcarousel .carousel-title {
   padding: 0 0 100px;
}

/*shipping, payment*/
.product-page-methods{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width:100%;
}

.btn--product-page-payment,
.btn--product-page-shipping {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #c0c0c0;
    color: #333;
    margin: 8px 0;
    align-items: center;
    max-width: 100%;
    border-radius: 3px;
    font-size: 15px;
    padding: 3px 8px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}


.btn--product-page-payment::before {
	content: url("../img/ico--payment.svg");
    width: 24px;
}

.btn--product-page-shipping::before {
	content: url("../img/ico--shipping.svg");
    width: 24px;
 }

 .btn--product-page-payment::after{
     content: url("../img/ico-arrow-down.svg");
    
 }

 .btn--product-page-shipping::after{
    content: url("../img/ico-arrow-down.svg");    
}


.page.product-details-page .payment-methods-banner .block-title{
	display: none;
}
.page.product-details-page  .topic-block-title h2 {
    display: none;
}

@media all and (min-width: 769px){
    .product-details-page .overview {
        width: 52%;
        float: right;
    }
}


[class]title .carousel-title .has-navigation{
    display: flex;
    justify-content: center;
    }

    .hover-details .description{
        display: none;
    }



      /*Filters*/

      [class] .filtersPanel:after {       
        display: contents;
    }

    [class].filter-block a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
        width: fit-content;
        height: 30px;
        line-height: 22px;   
        font-size: 13px;
      
        padding: 2px;
    }

    [class].filtersGroupPanel input[type="checkbox"]:checked + label:before {
        background: url(../img/icon-checkBox.png) no-repeat center;
    }

    [class].filter-block .title {   
    border-bottom: 1px solid #000 !important;
    }

    [class].priceRangeMinMaxPanel, .specification-min-max-panel {
        color: #313131;
    }

    [class].item-box .picture a .sub-category-item{
        background:transparent;
    }

    

    [class].filter-block a.clearFilterOptions,  [class].filter-block a.clearPriceRangeFilter {
        position: absolute;
        top: 50%;
        right: 2px;
        width: 55px;
        height: 30px;
        line-height: 25px;
        margin-top: -19px;
        
        font-size: 14px;       
      }

      .sub-category-item{
        height: 57px;
      }

      [class].filter-block a.toggleControl{
        font-size: 14px;
        font-weight: 400;
      }

      .master-wrapper-page{
        background-color: #fff;
      }

     
    [class].filter-block a.toggleControl {
        color: #75b847;
    }


    /* .cart-qty{
        background-color: #000;
        color: #fff;       
        width: 16px;
        height: 16px;
        border-radius: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
    } */


.also-purchased-products-grid.product-grid .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.related-products-grid.product-grid .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

@media all and (min-width: 750px) {
    .related-products-grid.product-grid .item-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .also-purchased-products-grid.product-grid .item-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (min-width: 1025px) {
    .related-products-grid.product-grid .item-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .also-purchased-products-grid.product-grid .item-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}


/*ajuestes para header*/

/* Estilo base para mantener el layout centrado */
.header-centering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding: 0.5rem 1.5rem;
}

/* Elimina márgenes y paddings innecesarios */
.header-logo,
.header-menu,
.header-search,
.desktop-cart,
.search-box,
.shopping-cart-link {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ajuste del logo para que no desborde */
.header-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: 0 15px!important;
}

/* Contenedor del buscador y carrito */
.desktop-header-right {
    display: block;  
}

/* Ajustes al menú */
.header-menu {
    flex-basis: 100%;
    margin-top: 1rem;
}


/* Espaciado superior general más limpio */
.header-links-wrapper {
    margin-bottom: 0.5rem;
}

.seccion-txt-header {
    font-size: 14px;
    color: #fff;
    margin-left: 0;
}

/* Responsive opcional */
@media (max-width: 768px) {
    .header-centering {
        flex-direction: column;
        align-items: flex-start;
    }

    .desktop-header-right {
        width: 100%;
        justify-content: space-between;
    }

    .header-menu {
        margin-top: 1rem;
    }
}



.header-links-wrapper .header-centering{
        display: grid;
    grid-template-columns: 1fr 3fr;
}

@media all and (min-width: 1025px) {
    .header-links-wrapper .header-centering{
        display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}
}

@media all and (min-width: 1281px) {
    .header-links-wrapper .header-centering{
        display: grid;
    grid-template-columns: 3fr 1fr 1fr;
}
}

.header-logo a {   
    max-width: 70%;}

@media all and (min-width: 769px) {
    .header-logo a {
    display: inline-block;
    max-width: 100%;
}}