/* ====== Estilos relacionados con #search_filters (movidos al final) ====== */
#search_filters {
    padding-left: 35px;
}
#search_filters .ui-widget-content .ui-slider-range,#search_filters .ui-widget-content .ui-state-default {
    background: #000000;
}
#search_filters .facet .collapse {
    display: block;
    max-height: 100%;
    overflow: auto;
}
@media only screen and (max-width : 768px) {
    #category .sidebar #search_filters .facet .h6 {
        padding-left: 10px;
    }
    #category .sidebar #search_filters {
        padding-left: 10px;
    }
}
@media only screen and (min-width : 768px) {
    #search_filters.collapsed .facet {
        display: none;
        opacity: 0;
    }
    #search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
        top: 0px;
        margin-right: 0;
    }
    #search_filters .facet .custom-checkbox {
        float: inherit;
        padding: 0 5px 0 0;
    }
    #search_filters .facet li {
        width: 24%;
        margin: 10px 0;
        display: inline-block;
    }
    #search_filters::after {
        content: "\f106";
        color: #333;
        font-family: "FontAwesome";
        padding-left: 10px;
        position: absolute;
        top: 1px;
        left: 110px;
    }
    #search_filters.collapsed .cerrar-filtro {
        display: none;
    }
    #search_filters.collapsed::after{
        content: "\f106";
        position: absolute;
        top: -12px;
        left: 100px;
    }
    #search_filters:not(.collapsed)::after {
        display: none;
    }
    .collapsedDos #search_filters::after {
        display: block;
        content: "\f106";
        position: absolute;
        top: 17px;
        left: 100px;
    }
    .collapsedDos #search_filters .cerrar-filtro {
        display: none;
    }
    .collapsedDos #search_filters .facet {
        display: none;
        opacity: 0;
    }
    #search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
        top: -7px;
        margin-right: 0;
    }
    #search_filters .facet li {
        width: 100%;
        display: block;
    }
    #_desktop_search_filters_clear_all, #js-active-search-filters, #grid, #list {
    display: none!important;
}
body #search_filters .facet .collapse {
    margin-right: 20px;
}
}
@media only screen and (min-width : 992px) {
    #search_filters {
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    #search_filters .text-uppercase {
        width: 100%;
    }
    #search_filters section {
        width: 24%;
    }
    .footer-block-link {
    width: 33.3%;
}
}


/* ====== Estilos relacionados con flechas-banner (movidos al final) ====== */
.flechas-banner .slick-arrow:hover {
    background: transparent;
    border-color: #000000;
}
.flechas-banner .descript{
    color: #000;
}

/* ====== Estilos relacionados con header-nav (movidos al final) ====== */
.header-nav .ApColumn .block {
    text-align: center;
}
@media only screen and (max-width : 768px) {
    .header-nav {
        position: fixed;
        top: 0px;
        width: 100%;
    }
    .header-nav {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9999;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        margin-top: 150px;
    }
}
@media only screen and (max-width: 768px) {
    .descript {
        text-align: center;
        width: 85%;
        margin: 0 auto;
        font-size: 11px;
    }
    .header-top {
    position: fixed;
    top: 53px;
    z-index: 9999;
    width: 100%;
}
div.slick-arrows .slick-arrow.slick-prev {
    top: 25px;
}
div.slick-arrows .slick-arrow.slick-next {
    top: 25px;
}

.banner-envio{
    padding-top: 5px;
}
.products-selection .sort-by-row {
    flex-direction: column;
}

}
@media only screen and (min-width: 769px) {

.products-selection .sort-by-row {
    flex-direction: row;
}
}
div.slick-arrows .slick-arrow {
    border-radius: none;
    border: none;
    background-color: transparent
}

.block-category{
    display: none;
}


#header, #header .header-top {
    background-color: #fff;
}
.header-nav {
    min-height: 45px;
    
}
.header-nav .ApColumn .block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}div.slick-arrows .slick-arrow:hover {
    color: #000;
    opacity: 1;
}

.header-nav .bottomnav .wrapper {
        background: #f7f7f7 no-repeat !important;
}
div.slick-arrows .slick-arrow.slick-prev {
    left: -25px;
    top: 30px;
}
div.slick-arrows .slick-arrow.slick-next {
    right: -25px;
    top: 30px;
}

.block-carousel-image-container .descript {
  min-height: 48px;         /* Ajusta este valor según la altura máxima que necesites */
  display: flex;
  align-items: center;      /* Centra verticalmente */
  justify-content: center;  /* Centra horizontalmente */
  text-align: center;
  line-height: 1.3;         /* Opcional: mejora la legibilidad en varias líneas */
  padding: 0 10px;          /* Opcional: espacio lateral para textos largos */
  box-sizing: border-box;
  width: 100%;
}
.headertop-link ul li a,.headertop-right .popup-over a.popup-title {
    color: #000;
}
.has-bg.bg-fullwidth-container{
    display: flex;
    align-items: center;
}
/* Estilo del preloader */
/* Tu contenedor preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff; /* fondo blanco */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Spinner dentro del preloader */
.preloader::after {
    content: "";
    width: 60px;
    height: 60px;
    border: 6px solid #f0f0f0;  /* borde claro */
    border-top-color: #000000;   /* borde visible azul */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animación del spinner */
@keyframes spin {
    to { transform: rotate(360deg); }
}


/* Opcional: transición suave al ocultar */
.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}


.products-selection .total-products .display {
    display: none;
    float: right;
    color: #999;
    margin: 0;
    line-height: 36px;
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #999;
 
}
.products-selection {
    margin: 0 0 30px;
    padding: 10px;
    background: #f7f7f9;
}
.breadcrumb:before {
    background: #FFFF;
}
.breadcrumb h1{
    display: none;
}
#category .breadcrumb .box-breadcrumb {
    width: 100%;
    text-align: center;
}
.breadcrumb ol {
    margin: auto 0 auto auto;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
}
.navbar-fixed-top {
    box-shadow: none;
}
.mini-navbar.navbar-fixed-top {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
 #search_filters.collapsed .cerrar-filtro {
            display: none;
        }
        @media only screen and (min-width: 1200px) {
        .cerrar-filtro {
    margin-left: 25px;
}
        }
        .btn-secondary, .btn-tertiary {
    color: #414141;
    background-color: #f6f6f6;
    border-color: transparent;
}
        .btn-secondary:hover, .btn-tertiary:hover {
    color: #414141;
    background-color: #ddd;
    border-color: transparent;
}
.leo-form-setting{
    display: none;
}
.quickview.no-variants.hidden-sm-down{
    display: inherit !important;
}
#back-top.active-progress {
    display: none;
}

.thumbnail-container .quick-view i:before {
    content: "\e655";
    font-family: "themify";
    font-size: 16px;
    font-weight: 400;
}
.plist-df-1 .leo-wishlist-button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    padding: initial !important;
}
.plist-df-1 .leo-wishlist-button:hover  {
    background-color: #c32929;
}

.st_attr_list_text{
    padding: 3px 8px;
    font-weight: 500;
    border: 1px solid #999;
    font-size: 13px;
    margin-right: 5px;
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    display: inline-block;

}

.st_attr_list_text.outstock{
    background-image: linear-gradient(to bottom left,transparent 50%,#222 50%,#222 calc(50% + 1px),transparent 50%),linear-gradient(to bottom right,transparent 50%,#222 50%,#222,transparent 50%);
    

}

.plist-df-1 .product-title {
    text-transform: uppercase;
}

.confi {
    margin-bottom: 50px;
}
.products-accordion .card-header a {
    font-size: 14px;
}
.descripcion {
    padding: 15px;
}

.products-accordion {
    margin: 0px;
}
body#product .ps-product__payment-options {
    margin-bottom: 1rem;
    display: flex;
}
@media only screen and (min-width: 992px) {
body#product .ps-product__payment-options {
    width: 65%;
    justify-content: space-between;
}
.h-logo .img-fluid {
    max-width: 30%;
    height: auto;
}
.leo-megamenu .navbar-nav > li:hover > .caret, .leo-megamenu .navbar-nav > li:active > .caret {
    position: absolute;
    top: 55%;
    left: auto;
    width: 100%;
    height: 61px;
    transform: translateX(-4px);
}
    .leo-megamenu .level2.dropdown:hover > .dropdown-menu {
        margin-left: 90px;
        margin-top: -65px;
    }


}
@media only screen and (min-width: 992px) {
body#product .ps-product__payment-options > .ps-product__payment-logo {
    height: 1.6rem;
}
.lg-outer .lg-img-wrap {
  width: 100vw !important;
  height: 100dvh !important;
  display: flex !important;
align-items: flex-start !important;
}
}
.ps-product__payment-options .ps-product__payment-logo:nth-child(2) {
    display: none;
}
.card {
    box-shadow: none;
}
.p-cartwapper{
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        
}
.product-detail .leo-compare-wishlist-button .wishlist .btn-product .text-add, .product-detail .leo-compare-wishlist-button .compare .btn-product .text-add{
    display: none;
}
.leo-compare-wishlist-button .btn {
    overflow: hidden;
    padding: 0;
    color: #222;
    font-size: 16px;
    background: transparent;
    width: 59px;
    height: 59px;
    border: 1px solid #222;
    margin-right: 10px;
}
.leo-compare-wishlist-button .btn .cssload-speeding-wheel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.leo-compare-wishlist-button .btn i {
    line-height: 50px;
}
 .product-quantity .leo-compare-wishlist-button {
    vertical-align: top;
    padding-bottom: 30px;
    height: 60px;
}
.widget-subcategories ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#left-column {
    margin-bottom: 0px;
}
.custom-checkbox input[type="checkbox"]+span, .custom-checkbox input[type="radio"]+span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    cursor: pointer;
    border: 2px #666 solid;
    width: 16px;
    height: 16px;
    border-radius: 0%;
    position: relative;
}

.sidebar .block .title_block, .sidebar .block>p.h6, .sidebar #search_filters .title_block, .sidebar #search_filters>p.h6 {
    color: #222;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 0;
    font-weight: 600;
    position: relative;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}
body #search_filters .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -6px;
    border-width: 2px;
    background-color: #000;
    border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked, .custom-checkbox input[type="radio"]:checked+span .checkbox-checked{
    background-color: #000;
}
.ajax_block_product .variants-product .product-variants-item:nth-child(1), .product-variants.js-product-variants .product-variants-item:nth-child(1) {
    display: none;
}
.product-quantity .leo-compare-wishlist-button {
    vertical-align: top;
    padding-bottom: 30px;
    height: 90px;
}
/* ...existing code... */

/* Centrar el corazón en el botón wishlist */
.leo-wishlist-button .leo-wishlist-bt-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.leo-wishlist-button .leo-wishlist-bt-content .icon-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #000;
}

/* Ocultar el texto cuando solo queremos mostrar el icono */
.leo-wishlist-button .name-btn-product {
    display: none;
}

/* Si quieres que el botón tenga dimensiones específicas */
.leo-wishlist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .product-add-to-cart .product-quantity {
        display: flex
;
        justify-content: space-around;
    }
}
.product-quantity #quantity_wanted {
    color: #666;
    background-color: #fff;
    height: 50px;
    width: 70px;
    text-align: center;
    border-color: #ddd;
    padding: 5px 20px 5px 15px;
}
@media only screen and (max-width: 480px) {
    .product-actions .add-to-cart {
        font-size: 12px;
        padding: 8px 20px;
    }
}
.btn-primary {
    width: 100%;
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}

@media only screen and (max-width: 767px) {
    .product-quantity .add-to-cart {
    min-width: auto;
}


/* Hacer el selector de cantidad más pequeño */
.product-quantity .qty {
    width: auto; /* Permitir que se ajuste al contenido */
}

.product-quantity .qty .control-label {
    font-size: 12px; /* Reducir tamaño del texto "Cantidad" */
    margin-right: 8px; /* Reducir margen */
    line-height: 40px; /* Alinear con el input */
}

.product-quantity .qty .input-group.bootstrap-touchspin {
    width: 80px; /* Reducir ancho del contenedor */
    height: 40px; /* Reducir altura */
    border: 1px solid #ddd; /* Borde más fino */
    padding: 0;
    margin: 0;
    
}

.product-quantity #quantity_wanted {
    color: #666;
    background-color: #fff;
    height: 38px; /* Reducir altura */
    width: 100%; /* Ocupar todo el contenedor */
    text-align: center;
    border: none;
    padding: 0 25px; /* Padding para dejar espacio a los botones */
    font-size: 14px; /* Reducir tamaño de fuente */
    box-sizing: border-box;
}

/* Botones de incremento/decremento más pequeños */
.product-quantity .qty .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-quantity .qty .input-group-btn-vertical .btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: all 0.3s;
    width: 20px; /* Botones más pequeños */
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    font-size: 12px; /* Iconos más pequeños */
}

.product-quantity .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 2px;
}

.product-quantity .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 2px;
}

.product-quantity .qty .input-group-btn-vertical .btn i {
    color: #666;
    font-size: 10px; /* Iconos aún más pequeños */
    line-height: 1;
}

.product-quantity .qty .input-group-btn-vertical .btn:hover i {
    color: #000;
}


/* Responsive para móviles */
@media only screen and (max-width: 480px) {
    .product-quantity .qty .input-group.bootstrap-touchspin {
        width: 70px; /* Aún más pequeño en móvil */
        height: 35px;
    }
    
    .product-quantity #quantity_wanted {
        height: 33px;
        padding: 0 20px;
        font-size: 13px;
    }
    
    .product-quantity .qty .input-group-btn-vertical .btn {
        width: 18px;
        height: 33px;
        font-size: 10px;
    }
    
    .product-quantity .qty .control-label {
        font-size: 11px;
        margin-right: 5px;
        line-height: 35px;
    }
}


}


@media only screen and (max-width: 992px) {
    body#product .ps-product__payment-options > .ps-product__payment-logo {
        padding: 1em;
        max-width: 35%;
        object-fit: contain;
    }
    .lg-outer .lg-img-wrap {
        width: 100vw !important;
        height: 100dvh !important;
        display: flex !important;
        align-items: center;
        }
        .h-logo .img-fluid {
    max-width: 40%;
    height: auto;
}
.banner2_1, .banner2_2{
    padding-bottom: 15px;
}
    .off-canvas-nav-megamenu .nav li.dropdown.level2 .caret {
        cursor: pointer;
        position: absolute;
        top: -12px;
        margin: auto 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .off-canvas-nav-megamenu .leo-widget .widget-subcategories .level2 ul {
    display: none;
}
}


/**
.lg-outer {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch !important;
}


.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  display: none !important;
}


.lg-outer .lg-inner,
.lg-outer .lg-item {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100vh !important; 
  display: block !important;
  white-space: nowrap !important;
  overflow-y: auto !important; 
  -webkit-overflow-scrolling: touch !important;
}


.lg-outer .lg-object,
.lg-outer .lg-image img,
.lg-outer img.lg-object {
  width: 100vw !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}


.lg-toolbar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1082 !important;
}
.lg-sub-html {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080 !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  z-index: 1090 !important;
}

**/
 .product-reference  {
    margin-bottom: 10px;
}
.product-reference label {
    color: #222;
    font-weight: 600;
    min-width: 100px;
    margin-bottom: 0;
    margin-right: 5px;
    text-align: left;
}
.products-accordion #product-detail .product-reference, .product-features .h6 {
    display: none;
}
.product-manufacturer {
    display: none;
}
.product-features > dl.data-sheet dt.name {
    display: none;
}
.product-features > dl.data-sheet dd.value {
    width: 100%;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    float: left;
    font-weight: 400;
    background: #ffffff;
    padding: 10px;
    margin-right: 1%;
    line-height: 25px;
    word-break: break-word;
}
.descripcion {
    padding: 15px;
}
.product-features {
    margin-top:0px;
}
#product-detail .card-block {
    padding-bottom: 0px;
}
.product-features dl{
    margin-bottom: 0px;
}
.product-features > dl.data-sheet dd.value {
  position: relative;
}
.show_sizechart{
    text-transform:inherit;
}
.size-guide .btn.show_sizechart {
    font-weight: 600;
    font-size: 14px;
}
#authentication .megamenu.horizontal {
    display: none !important;
}


.page-customer-account #content .no-account,.page-customer-account #content .forgot-password,.language-selector, .currency-selector,.page-my-account #content .links a#addresses-link, .page-my-account #content .links a#psgdpr-link,.page-my-account #content .links a#identity-link,.page-my-account #content .links a#history-link,.page-my-account #content .links a#emailsalerts {
    display: none;
}
.plist-df-1 .product-title {
    max-width: 100%;
}
.leo-cart-item-info .product-name a {
  font-size: 11px;
    display: inline-block;
    text-align: left;
}
.leo-cart-item-img {
    width: 25%;
    margin-right: 15px;
}
.leo-cart-item-info .product-price{
    font-size: 11px;
}
.leo-dropdown-cart-subtotals {
    padding: 10px 20px 10px;
}
.leo-dropdown-bottom .leo-dropdown-cart-total {
    padding: 10px 20px 0;
}