body *{
	margin: 0;
}
.language-selector{
    display:flex;
    justify-content:right;
    align-items:center;
}
#header .language-selector:hover button span{
    color:white;
}
.language-selector button{
    display:flex;
    justify-content:right;
    align-items:center;
}
#header .language-selector .dropdown-menu a:hover{
    color:#c02a1a;
}
.language-selector img{
    width:21px;
    
}
.language-selector span.expand-more {
    font-family: "Outfit",Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color:white;
}
.language-selector i{
    color:white !important;
    font-size:15px;
}
.language-selector .dropdown-menu{
    right:0;
    left:unset;
}
.footer-newsletter form{
    display:flex;
    justify-content:right;
    width:100% !important;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
.footer-newsletter form button.stsb_newsletter_subscribe_btn{
    padding:10px;
    background:white;
    border-radius:0px 8px 8px 0px;
}

.footer-newsletter form button.stsb_newsletter_subscribe_btn svg path{
    fill:#707070;
}
.stsb_newsletter_item.elementor-repeater-item-21459c8{
    width:350px;
}
.stsb_newsletter_item.elementor-repeater-item-21459c8 input{
    border-radius:8px 0px 0px 8px;
    border:none;
}
.stsb_newsletter_value,.stsb_newsletter_email{
    height:100% !important;
}
.newsletter-container .e-con-inner{
    align-items:center !important;
}
.login-header .stsb_header_label_item.stsb_header_label_text_item{
   margin-left:5px; 
}
.topbar-mobile-delivery svg path{
    stroke:white;
}
.elementor.elementor-150.elementor-J3zZvtUK.elementor-cache-0.stsb_side_panel_content.stsb_side_panel_show:has(#SideMenu){
    background-color:#C02A1A;
}

/*Buscador*/
/*
#popup-buscador{
	display: none;
}
*/
#header-mobile.sticky{
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header-mobile.sticky .topbar-mobile{
    display:none;
}
@media(max-width:575px){
    #header-mobile.sticky .header-nav-container img{
        height:40px !important;
    }
    span.stsb_header_label_item.stsb_header_label_text_item {
	    display: none;
	}
}
.home-block-info span{
    color:#C02A1A;
}
.miniatura-producto-name .stsb_mini_product_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:50px;
    font-size:16px !important;
    line-height:24px;
}

/*Carrito*/
#checkout #content-wrapper {
    color: #1E1E1E;
}
#checkout #wrapper{
    padding:15px;
    background-color:#FCFCFC;
}
#checkout #wrapper .container:first-of-type{
    width:100% !important;
}
#checkout .cart-grid-body{
    padding:0px 30px 0px 0px !important;
}
#checkout .cart-grid-right{
    padding:0 !important;
    background:white;    
}
#checkout .step-title{
    border:none !important;
    padding:0px !important;
}
#checkout #content-wrapper #content:first-of-type{
    margin-bottom:0;
}
#checkout .checkout-step{
    border-bottom:1px solid #ddd;
    padding:15px!important
}
#checkout .checkout-step.-current{
    padding:15px 15px 0!important
}
#checkout .done,span.step-number{
    color:black !important;
    background:none !important;
    border:none !important;
}
body#checkout section.checkout-step .step-number{
    font-size:24px !important;
}
#checkout #content-wrapper .checkout-step h1{
    display:flex;
    align-items:center;
    gap:5px;
}
#checkout #content-wrapper .checkout-step .content:first-of-type{
    padding:15px 0px;
}
#checkout #content-wrapper .checkout-step .content .clearfix button.float-xs-right{
    float:unset !important;    
}
#checkout #content-wrapper .checkout-step .content .form-footer.clearfix{
    text-align:left;
    margin-top:10px;
}
#checkout #content-wrapper .checkout-step.-unreachable h1{
    opacity: 0.3;
}
#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
    margin-left:auto;
}
#checkout #checkout-addresses-step .form-fields{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
#checkout #content-wrapper .form-fields > .form-group:last-child{
    grid-column: 1 / -1;
}
#checkout #content-wrapper .form-fields .form-group {
    display:flex;
    flex-direction:column;
    margin:0!important;
    gap:5px;
}
#checkout #content-wrapper .form-fields .form-group *{
    margin:0px
}
#checkout #content-wrapper .form-fields .form-group label{
    width:100%;
    padding:0;
}
#checkout #content-wrapper .form-fields .form-group .col-md-6.js-input-column{
    width:100%;
    padding:0;
}
#checkout #content-wrapper .form-fields .form-group input,
#checkout #content-wrapper .form-fields .form-group select{
    border-radius:8px;
    width:100%;
}
body#checkout section.checkout-step #delivery-address{
    margin:20px 0px;
}
#checkout #content-wrapper .col-md-3.form-control-comment{
    display:none;
}
#checkout #content-wrapper .form-group:has(#use_same_address) .col-md-9.col-md-offset-3 {
    display:flex;
    flex-direction:row;
    padding:0;
    width:100%;
    gap:5px;
}
#checkout #content-wrapper .form-group:has(#use_same_address) .col-md-9.col-md-offset-3 input{
    width:15px
}
#checkout #content-wrapper .form-group:has(#use_same_address) .col-md-9.col-md-offset-3 label{
    width:100%;
    text-align:left;
}

body#checkout section#checkout-addresses-step.checkout-step .address-item.selected{
    border:1px solid #d9d9d9;
    border-radius:8px;
    
}
body#checkout  .custom-radio input[type=radio]:checked+span{
    background:black;
}
body#checkout section#checkout-addresses-step.checkout-step .js-address-form p.add-address,
body#checkout section#checkout-addresses-step.checkout-step .js-address-form p:has(a){
    border:1px solid;
    padding:16px 25px
}
body#checkout section#checkout-addresses-step.checkout-step .js-address-form p:has(a) a{
    color:black;
}

body#checkout section#checkout-delivery-step .delivery-options .delivery-option{
    margin:0;
    background:none;
    
}
body#checkout section#checkout-delivery-step .delivery-options .delivery-option .col-xs-9.col-sm-11 .col-sm-5.col-xs-12,
body#checkout section#checkout-delivery-step .delivery-options .delivery-option .col-xs-9.col-sm-11 .col-xs-12.col-md-4.carrier-logo{
    padding:0;
    width:auto;
    text-align:left;
}
body#checkout section#checkout-delivery-step .col-xs-12.carriere-name-container{
    padding:0;
}
body#checkout section#checkout-delivery-step .col-xs-12.col-md-4.carrier-logo{
    display:none;
}
body#checkout section#checkout-delivery-step .delivery-options .delivery-option .col-xs-9.col-sm-11 .col-sm-5.col-xs-12{
    width:40%;
}
body#checkout section#checkout-payment-step #payment-option-1-container{
    border-radius:8px 8px 0 0;
}
body#checkout section#checkout-payment-step .js-additional-information{
    display:none !important;
}
body#checkout section#checkout-payment-step .payment-option{
    border:1px solid #D9D9D9;
    border-radius:0;
    margin:-1px;
}
body#checkout section#checkout-payment-step .payment-options .payment-option{
    padding:30px 16px;
    border-bottom:1px solid #D9D9D9;
}
body#checkout section#checkout-payment-step .payment-options payment-option.clearfix:last-child{
    border-bottom:none;
    background:black;
}
@media(max-width:991px){
    body#checkout #content-wrapper #content > .row:first-of-type{
        display:flex;
        flex-direction: column;
        flex-direction:column-reverse
    }
    #checkout .cart-grid-body{
        padding:0 !important;
    }
    #checkout .cart-grid-right.col-xs-12.col-lg-4{
        margin-bottom:30px !important;
    }
}
button.btn.btn-primary.center-block,
button.continue.btn.btn-primary.float-xs-right
{
    background-color:#C02A1A;
}

#checkout #wrapper a,
#checkout #wrapper span.product-price.float-xs-right{
    color:#C02A1A !important;
}
#checkout #wrapper .form-group .form-control:focus{
    border-color:#C02A1A !important;
}
@media (max-width: 767px) {
    #checkout .card-block {
        padding: 15px;
    }
}
@media (max-width: 545px){
    #checkout #checkout-addresses-step .form-fields{
        grid-template-columns: 1fr !important;
    }
}
#header-desktop .header-topbar .selector .language-selector button:hover span{
    color:#C02A1A;
}
#checkout #checkout-addresses-step p.add-address,
#checkout #checkout-addresses-step p:has(a[data-link-action="different-invoice-address"]){
    border:1px solid #d9d9d9 !important;
}

.login-container{
    box-shadow: 3px 3px 15px #9A989829;
}

.home-left-column .home-block-info img{
    scale:1.3;   
}
.footer-newsletter .stsb_newsletter_email{
    width:100% !important;
}
.menu-desktop.sticky{
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
}
/*PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA DE CATEGORÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂA*/
#category .c-sort-order,
#category .c-pagination a{
    padding:0px 12px;
    border:1px solid rgba(160,160,160,0.25);
    width:fit-content;
}
#category .c-sort-order:hover,
#category .c-pagination a:hover,
#category .c-pagination li.stsb_page_current a{
    border:1px solid #C02A1A;
}

#category .c-pagination li div.stsb_page_spacer{
    width:fit-content;
}
#category .c-pagination li:has(div.stsb_page_spacer){
    border:none;
    padding:0;
}
#category .subcategory-miniature-img{
    transition:0.6s all ease;
}
#category .subcategory-miniature-img:hover{
    scale:1.1
}

/*MINIATURA DE PRODUCTO*/
.miniatura-producto{
    overflow:hidden;
}
.miniatura-producto img{
    transition:0.6s all ease;  
}
.miniatura-producto:hover img{
    scale:1.1;
}

.header-menu-tabs-grid img{
    width:55px;
    height:55px;
    object-fit:contain;
}
.header-menu-tabs .tab{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.header-menu-tabs .tab a:hover{
    color:#C02A1A !important;
}
.p-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: auto; /* o elimina cualquier height/min-height */
}

.b-product-details {
  grid-row: 1 / 3;
}
.box.b-product-image{
    order:1;
}
.box.b-product-details{
    grid-column:span 1;
    grid-row:span 3;
    order:2;
}
.box.b-product-description{
    order:3;
}

@media (max-width:992px){
    .p-card{
        grid-template-columns:1fr;
        grid-template-rows:auto;
        
    }
    .box.b-product-details{
        grid-row:unset;
        margin-bottom:40px;
    }
}
.c-breadcrumb li:last-child{
    color:#c02a1a !important;
}

.miniatura-producto-buscador a:hover{
    color:#c02a1a !important;    
}

  .miniatura-producto:hover {
        border-color: #dddddd;
        outline: solid 2px rgba(161, 161, 161, 0.25);
        box-shadow: 0px 0px 10px 0px #bbbbbb;
        background: #ffffff;
        color: #d10500;
    }

.custom-slider .swiper.stsb-swiper-container.swiper-initialized.swiper-horizontal.swiper-watch-progress{
    padding:10px 10px 0px 10px
}


/*MENU LATERAL*/
/* Reset y estructura base */
.block-categories {
    margin: 0;
    padding: 0;
}

.block-categories .category-sub-menu {
    margin-top: unset;
    background: #FCFCFC;
}

/* Enlaces base */
.block-categories a {
    text-transform: uppercase;
    color: white;
    font-family: outfit;
    font-size: 13px;
    font-weight: 500;
}

/* Iconos Material */
.block-categories i.material-icons,
.block-categories i.material-icons:hover {
    color: white !important;
}

.block-categories .arrows i.arrow-right,
.block-categories .arrows i.arrow-left {
    font-size: 1.1rem;
}

/* Toggles y collapses */
.block-categories .navbar-toggler {
    width: unset;
}

.block-categories .collapse-icons {
    top: 10px;
    right: 10px;
}

/* Nivel 0 - Primary */
.block-categories li[data-depth="0"] {
    border-bottom: 0.5px solid white;
}

.block-categories li[data-depth="0"]::before {
    color: white;
}

.category-primary {
    padding: 10px;
    background: #c02a1a;
}

.category-primary:hover {
    background: #7b0303;
}

/* Nivel 1 - Secondary */
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: unset;
}

.category-secondary {
    padding: 10px 20px;
    background: rgba(192, 42, 26, 0.8);
}

.category-secondary:hover {
    background: rgba(192, 42, 26, 0.9);
}

li[data-depth="1"] .category-sub-menu:first-of-type {
    padding: 10px 0 30px 0;
}

/* Nivel 2 - Tertiary */
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "";
    display: none;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: unset;
}

.category-terciary {
    padding: 5px 20px;
}

.category-terciary a {
    color: #c02a1a;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}

.category-terciary:hover {
    background: #f5f5f5;
}

.block-categories .category-terciary .collapse-icons {
    top: 5px;
}

.block-categories .category-terciary i.material-icons,
.block-categories .category-terciary i.material-icons:hover {
    color: #c02a1a !important;
}

li[data-depth="2"] .collapse.in {
    padding: 0 20px;
}

li[data-depth="2"] .category-sub-menu {
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

/* Nivel 3 - Quaternary con bullets */
.menu-lateral li[data-depth="3"] {
    list-style-type: disc;
    margin-left: 20px;
}

.menu-lateral li[data-depth="3"]::marker {
    color: #c02a1a;
    font-size: 16px;
}

.menu-lateral li[data-depth="3"] .category-quaternary {
    background-color: #FCFCFC;
    margin: 0;
    padding: 0;
}

.menu-lateral li[data-depth="3"] .category-quaternary a {
    display: block;
    color: #707070;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.category-quaternary:hover {
    background: #f5f5f5;
}

/* Transiciones suaves */
.category-primary,
.category-secondary,
.category-terciary,
.category-quaternary {
    transition: background 0.5s ease;
}
/*FIN MENU LATERAL*/

.sidebar-category-menu .sitemm_toggle:hover,.sidebar-category-menu .sitemm_back_icon:hover{
    cursor:pointer;
}
.sidebar-category-menu .sitemm_toggle svg ,.sidebar-category-menu .sitemm_back_icon svg{
    width: 16px !important;
}
.sidebar-category-menu .sitemm_toggle svg {
    width: 18px !important;
}

.sidebar-category-menu .sitemm_con.sitemm_style_0 > .sitemm_links:first-child > .sitemm_item:first-of-type > .stsb_flex_container.sitemm_link_wrapper:first-child{
    padding:0px;
}
.sidebar-category-menu .sitemm_con.sitemm_style_0 > .sitemm_links:first-child > .sitemm_item > .sitemm_links > .sitemm_item > .stsb_flex_container.sitemm_link_wrapper:first-child{
    padding:0px 15px 0px 15px;
}
.sidebar-category-menu .sitemm_con.sitemm_style_0 > .sitemm_links:first-child > .sitemm_item > .sitemm_links > .sitemm_item > .stsb_flex_container.sitemm_link_wrapper:first-child a{
    font-size:20px;
}
.sidebar-category-menu .sitemm_con.sitemm_style_0 > .sitemm_links:first-child > .sitemm_item > .sitemm_links > .sitemm_item > .sitemm_links > .sitemm_item > .stsb_flex_container.sitemm_link_wrapper:first-child{
    padding:0px 0px 0px 30px;
}
.sidebar-category-menu .sitemm_con.sitemm_style_0 > .sitemm_links:first-child > .sitemm_item > .sitemm_links > .sitemm_item > .sitemm_links > .sitemm_item > .stsb_flex_container.sitemm_link_wrapper:first-child a{
    font-size:16px;
}
.sitemm_con.sitemm_style_0 > .sitemm_links:first-child >  .sitemm_item.sitemm_active:first-child > .sitemm_links .sitemm_item:first-of-type{
    background:#c0291a;
}
.sitemm_con.sitemm_style_0 > .sitemm_links:first-child >  .sitemm_item.sitemm_active:first-child > .sitemm_links.sitemm_sub_links{
    background:#ce594c;
}

.sitemm_con.sitemm_style_0   .sitemm_item.sitemm_active  .sitemm_item.sitemm_active .sitemm_links.sitemm_sub_links{
    background:white;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}
.sitemm_con.sitemm_style_0   .sitemm_item.sitemm_active  .sitemm_item.sitemm_active .sitemm_links.sitemm_sub_links a{
    color:black;
}
.sitemm_con.sitemm_style_0   .sitemm_item.sitemm_active  .sitemm_item.sitemm_active .sitemm_item:first-of-type{
    background:#ce594c !important;
}

.cms-image-container.cms-image-left{
    float:left;
}
.cms-image-container.cms-image-right{
    float:right;
}
.cms-image-container{
    display:flex;
    flex-direction:column;
    width:50%;
    padding:10px;
    gap:5px;
}
.cms-image-container p{
    font-family:Poppins;
    font-size:12px !important;
    text-align:center;
}
@media(max-width:575px){
    .cms-image-container{
        width:100%;
    }
}

/* CONTROLAR EL SIDEMENU QUE NO EXCEDA DE 767px */
[data-elementor-type="mobilebar"]:has(#sidemenu){
    max-width: 767px;
}

/* ========================================
   SELECTOR DE IDIOMAS
   Desktop: Logo + Dropdown
   MÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³vil/Sidemenu: ES | EN | DE | FR | IT | PT
   ======================================== */

/* POR DEFECTO: DESKTOP (> 992px) */
.language-selector-version-desktop {
    display: block !important;
}

.language-selector-version-mobile {
    display: none !important;
}

/* DENTRO DEL SIDEMENU: SIEMPRE MOSTRAR VERSIÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œN HORIZONTAL */
#sidemenu .language-selector-version-desktop {
    display: none !important;
}

#sidemenu .language-selector-version-mobile {
    display: block !important;
}

/* ESTILOS PARA SIDEMENU EN TODAS LAS PANTALLAS */
#sidemenu .sidemenu-language-horizontal {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
    border-bottom: none;
}

#sidemenu .language-list-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

#sidemenu .language-item-horizontal {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

#sidemenu .language-link-horizontal {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 4px 8px;  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â Reducido el padding interno */
    border-radius: 4px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

#sidemenu .language-link-horizontal:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
}

#sidemenu .language-item-horizontal.active .language-link-horizontal {
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    text-decoration: underline;
}

#sidemenu .language-separator-horizontal {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    padding: 0 4px;  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â Reducido el padding del separador */
    flex-shrink: 0;
}

/* EN MÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œVIL/TABLET (<= 992px) - FUERA DEL SIDEMENU */
@media (max-width: 992px) {
    .language-selector-version-desktop {
        display: none !important;
    }
    
    .language-selector-version-mobile {
        display: block !important;
    }
}

/* PANTALLAS PEQUEÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“AS (< 480px) */
@media (max-width: 480px) {
    #sidemenu .sidemenu-language-horizontal {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #sidemenu .language-link-horizontal {
        font-size: 16px;
        padding: 3px 6px;  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â MÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡s compacto en mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³vil */
    }
    
    #sidemenu .language-separator-horizontal {
        font-size: 16px;
        padding: 0 3px;
    }
}

/* PANTALLAS MUY PEQUEÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“AS (< 360px) */
@media (max-width: 360px) {
    #sidemenu .sidemenu-language-horizontal {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #sidemenu .language-link-horizontal {
        font-size: 14px;
        padding: 2px 5px;  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â AÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºn mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡s compacto */
        letter-spacing: 0.3px;
    }
    
    #sidemenu .language-separator-horizontal {
        font-size: 14px;
        padding: 0 2px;
    }
}

/* ANIMACIÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œN AL APARECER (OPCIONAL) */
@keyframes fadeInMobile {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#sidemenu .sidemenu-language-horizontal {
    animation: fadeInMobile 0.4s ease-out;
}

/* ========================================
   FIN DE SELECTOR DE IDIOMAS
   ======================================== */
 #user-registered #content #deluxevalidating{
    margin:50px 0;
    padding:20px 10px;
    border:1px solid #c02a1a;
    background:#c02a1a12;
    
}    
.desproductcolorsdisplay-hook{
    height:32px;
}
.product-colors-display{
    display:inline-block;
    text-align:center;
}
.product-add-to-cart-btn .product-add-to-cart{
    margin-bottom:0 !important;
}
.box.b-product-description {
    z-index: -1;
}
[data-elementor-type="sidebar"]:has(.sidebar-login-container){
    overflow:visible;
}


#index .item-1:hover{
    box-shadow: 0px 0px 10px 0px #bbbbbb;
}
.slider-home .swiper.stsb-swiper-container.swiper-initialized.swiper-horizontal.swiper-watch-progress {
    padding: 10px 10px 10px 10px;
}
.product-miniature__price{
    height:53px
}
.product-miniature__price .stsb_pm_price_item.stsb_pm_without_taxes{
    font-family:"Poppins";
    font-weight:600;
    font-size:18px;
    color:#c02a1a;
}
.product-miniature__price .stsb_pm_price_item.stsb_pm_old_price{
    font-family:"Poppins";
    font-weight:300;
    font-size:14px;
    color:black;
    text-decoration:line-through;
}
.category-products-per-page{
    border: 1px solid rgba(160, 160, 160, 0.25);
    padding: 0px 12px;
}
.category-products-per-page .dropdown-menu.dropdown-menu-left{
    min-width:unset;
}
.category-products-per-page .dropdown-item{
    transition:background 0.5s ease;
}
.category-products-per-page .dropdown-item:hover{
    background:rgba(160, 160, 160, 0.25);
}

.product-attachment-widget .stsb_heading,
#product .custom-slider .stsb_heading
{
    position:relative;
}
.product-description-title:after,
.product-attachment-widget .stsb_heading:after,
#product .custom-slider .stsb_heading:after{
    content: "";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: solid 3px #d10500;
    left: 0;
    right: 0;
}
.product-attachment-widget .stsb_pro_attachment_desc{
    font-family:"Outfit";
}
#product .product-description h3 {
        margin-bottom: .5rem;
}
.product-description p{
    margin-bottom:12px;
}
.product-description li {
    list-style-type: none;
    margin-bottom: 18px;
    margin-left: 10px;
}
.product-description li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #c41e3a;
  margin-right: 8px;
}

#add-to-cart-button{
    background-color: #c02a1a !important;
}
#add-to-cart-button:hover{
    background-color: #7B0303 !important;
}
.form-group:has(.deluxeupload) .form-control-comment{
    display:none;
}
.stsb_form_errors{
    padding:15px;
    border:1px solid #c02a1a;
    border-radius:8px;
    background:#c02a1a57;
}



/*CUSTOM REGISTRATION PAGE*/

#registration #wrapper{
    background:#FAFAFA;
    margin:0;
    padding:80px 15px 120px 15px;
} 

#registration #content{
    padding:35px 30px 30px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:0px;
    font-family:"Poppins";
}
#registration .register-logo{
    max-width:168px;
}
#registration #content h1{
    margin:40px 0px 20px 0px;
    font-weight:500 !important;
    color:#000000;
}
#registration #content .register-form > p{
    text-align:center;
    font-weight:500;
    margin-bottom:40px;
}
#registration #content .register-form label{
    font-weight:500;
    text-align:start;
    width:100%;
    margin-bottom:5px;
}
#registration #content .register-form .form-group.row{
    display:flex;
    flex-direction:column;
    justify-content:start;
    align-items:start;
}
#registration #content .register-form .form-group .js-input-column{
    width:100% !important;
}
#registration #content .register-form .form-group input,
#registration #content .register-form .form-group select{
    border-radius:8px;
    border-color:#c02a1a;
}
#registration #content .register-form .form-group input:focus,
#registration #content .register-form .form-group select:focus{
    box-shadow:0 0 0 0.2rem #c02a1a1f !important;
}
#registration #content .register-form em{
    font-weight:400;
    font-style:normal;
    font-size:14px;
    color:#7A7A7A;
}
#alertdoc{
    width:100%;
    padding:0;
    color:#c02a1a;
}
#registration #content .register-form #alertprivate p{
    margin-bottom:0px;
}
/*END CUSTOM REGISTRATION*/

input{
    font-size:16px !important;
}
#product .input-selection .bottom-content.mb-3{
    gap:15px;
}
#checkout #checkout-info-stock{
	border: 2px solid black;
    padding:10px;
    margin:15px 0;
}
#checkout #checkout-info-stock p{
    margin:0;
    font-weight:600;
    color: red;
    font-size:14px;
}

.product-attachment-display .btn-attachment-scroll{
    background:white;
    border: 1px solid;
    border-color: #66667E;
    border-radius: 8px 8px 8px 8px;
    color:#707070;
    transition:all ease 0.5s;
    margin-bottom:20px;
    padding:12px 24px;
}
.product-attachment-display .btn-attachment-scroll:focus{
    outline:none;
    box-shadow:unset;
}
.product-attachment-display .btn-attachment-scroll:hover{
    background:#66667E;
    color:white;
    cursor:pointer;
}
.attachment-text{
    font-family:"Outfit";
    font-size:16px;
}
[data-elementor-type="sidecart"]{
    z-index:1000000;
}
.home-promo-message p{
    font:500 20px/24px Outfit;
    color:white;
    text-align:center;
}
#googleFloatingBadge{
 display:none;   
}
.home-reviews{
    height:226.5px;
    max-height:226.5px;
}
@media(max-width:767px){
    .home-reviews{
        height:358px;
        max-height:358px;
    }
}
.home .home-banner-slider-secondary a,
.home .home-banner-slider-secondary a img{
    max-height:290px;
}

#checkout #cart_remaining_free_shipping{
    background:white;
    border:1px solid #e2e0e0;;
    color:#000;
}
#checkout #cart_remaining_free_shipping #cart_remaining_free_shipping_body{
    justify-content:space-between !important;
    width:100%;
    gap:20px;
}
#checkout #cart_remaining_free_shipping #cart_remaining_free_shipping_bar{
    flex-grow:1;
}
[data-elementor-type="popup"]:has(#discount-popup){
    max-width:550px;
}

.miniatura-producto-container .product-miniature-info-category .stsb_pm_info_v{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    min-height:18px;
    max-height:18px;
}
#registration .btn-primary:hover,
#registration .btn-primary:active,
#registration .btn-primary:focus-visible{
    background:#7b2016;
}
#registration a{
    color:#000;
    transition:0.5s all ease;
}
#registration a:hover{
    color:#c02a1a;
}

.desktop-login-item span.stsb_header_label_item.stsb_header_label_text_item{
    font-size: 13px;
    margin-left:5px;
}
/* ─── Miniatura de producto (.miniatura-producto) ─────────── */
.miniatura-producto .descustomviewprices-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #c02a1a;
}

.miniatura-producto .descustomviewprices-old-price {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: black;
  text-decoration: line-through;
}
.miniatura-producto .descustomviewprices-discount-percent {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  background: #c02a1a;
  padding: 3px 6px;
  border-radius: 6px;
  margin-left: 6px;
}
/* ─── Ficha de producto (.b-product-details) ──────────────── */
.b-product-details .descustomviewprices-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
}

.b-product-details .descustomviewprices-price {
  font-size: 32px;
  font-weight: 600;
  color: #c02a1a;
}

.b-product-details .descustomviewprices-old-price {
  font-size: 24px;
  color: #7a7a7a;
  text-decoration: line-through;
}
.select-wrapper {
    position: relative;
    max-width: 333px;
    width: 100%;
    margin: 0 0 45px 0;
}

.attribute-options {
    max-width: 333px;
    width: 100%;
    padding: 12.5px 10px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none; /* eliminamos el SVG por background */
    border: 1px solid #66667E;
    padding-right: 40px; /* espacio para la flecha */
}

.select-arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    #product .attribute-options {
        margin-bottom: 0px;
    }
    #product .select-wrapper{
        margin-bottom:32px;
    }
}