@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaRegular.woff2') format('woff2'),
         url('../fonts/NexaRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'),
         url('../fonts/NexaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaHeavy.woff2') format('woff2'),
         url('../fonts/NexaHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#back-to-top {
    background: #000000a8 !important;
}

.rg-logo svg {
    margin: 0px 6px;
}

svg.logo-ps {
    top: -1px;
    position: relative;
}


/* --- Contenedor del widget de búsqueda --- */
#search_widget {
    margin-top: 15px; /* Añade espacio entre la barra y los enlaces de arriba */
    display: flex; /* Activa flexbox para centrar */
    justify-content: center; /* Centra el formulario horizontalmente en el espacio disponible */
}

/* --- Formulario dentro del widget --- */
#search_widget form {
    width: 100%;
    max-width: 550px; /* <<< AJUSTA AQUÍ EL ANCHO MÁXIMO QUE DESEES */
}

/* --- Campo de texto de la búsqueda (regla principal) --- */
#search_widget .ui-autocomplete-input {
    /* TAMAÑO Y APARIENCIA */
    width: 100% !important;
    height: 48px !important; /* <<< AJUSTA AQUÍ LA ALTURA */
    font-size: 16px !important; /* <<< AJUSTA AQUÍ EL TAMAÑO DEL TEXTO */
    border: 1px solid #c0c0c0 !important;
    border-radius: 5px !important;

    /* CORRECCIÓN DEL ÍCONO SUPERPUESTO */
    background-image: none !important; /* Elimina el ícono de fondo */
    background-color: #ffffff !important; /* Fondo blanco */
    padding: 0 15px !important; /* Resetea el padding para que el texto empiece a la izquierda */

    /* EXTRAS */
    outline: none; /* Quita el borde azul que aparece al hacer clic */
    box-sizing: border-box !important;
}

#search_widget .material-icons.search {
    display: none !important;
}


#index section#wrapper {
    padding-top: 0px !important;
}

.block-iqitlinksmanager a {
    font-size: 14px;
    color: #333 !important;
}

.block-iqitlinksmanager .block-title {
    display: none;
}

.swiper-button-prev.swiper-button-inner-prev.swiper-button-arrow::after, .swiper-button-next.swiper-button-inner-next.swiper-button-arrow::after {
    font-size: 60px;
}
.swiper-button-next::after, .swiper-button-prev::after {
   font-size: 60px;
}
.swiper-button-next, .swiper-button-prev {
    background: inherit;
    color: #444;
}

.ps-shoppingcart .cart-products-count-btn {
  top: -8px;
  right: inherit;
  left: 16px;
}
.cart-grid-body {
  margin-bottom: 20px;
}
#mobile-cart-toogle {
  position: relative;
}
#back-to-top {
  background: #000;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 0px !important;
  font-size: 30px;
}
#mobile-header .m-nav-btn > span#mobile-cart-products-count {
  display: block !important;
}
.js-top-menu-bottom.mobile-menu__footer.justify-content-between.px-4.py-4 {
  display: none;
}
.flex-fill.mobile-menu__link.js-mobile-menu__link-accordion--has-submenu {
  font-size: 16px;
  font-weight: bold;
}

#oca-widget {
  margin-bottom: 20px;
}
li#cbp-hrmenu-tab-10 {
    display: none;
}
.online-only {
    display: none !important;
}

button.btn.btn-outline-secondary {
    background-color: #666;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
}

#index section#wrapper {

    background-color: #ffffff;
}

.page-authentication #content, .page-customer-account #content {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    color: #333;
}

.product-prices .discount {
    border-radius: 4px;
    padding: 4px;
}

section#wrapper {
    background-color: #F0EEE8;
    border-top: none;
}
#product .images-container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 30px;
}

#product #col-product-info {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
margin-bottom: 20px;
}
.ps-shoppingcart.dropdown #blockcart-content{
z-index: 1000;
}
.simpleblog__listing__post table {
    width: 100%;
}

img.elementor-animation-grow:hover {

    transform: scale(1.1);
}
.header-nav .justify-content-between {
    font-weight: 500;
    font-size: 14px !important;
    top: 2px;
    position: relative;
}

.txt-blog td {
    padding: 20px;
}


.header-nav svg {
    top: -2px;
    position: relative;
    margin-right: 5px;
}
#header .header-nav {
    padding: 10px 0px;
}
.header-top .form-search-control {
    border: solid 1px #e3e3e3;
    border: 0px;
    background-color: #F0EEE8;
    border-radius: 8px !important;
}
.search-widget .search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 4;
    background: 0 0;
    cursor: pointer;
    border: 0;
    padding: 0 0.8em;
    background-color: #024E80;
    color: #fff;
    font-size: 20px;
    border-radius: 0px 8px 8px 0px;
}
.header-top .header-btn-w .header-btn .title {
    display: initial !important;
    color: #677279 !important;
}

.header-top a.header-cart-btn:not(:hover) {
        color: #677279 !important;
}

.col-header-right span.title {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 4px;
}

div#header-user-btn {
    border-right: 1px solid #677279;
    margin-right: 10px;
}

#header .header-btn-w {
    padding: 0 1rem;
}

.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    display: block !important;
}
.desktop-header-style-2 .search-widget {
    max-width: 80%;
}
.cbp-pulled-right a.nav-link {
    background-color: #024E80;
    color: #fff;
    font-weight: 600 !important;
}
.cbp-hrmenu-tab-4 .cbp-menu-element.menu-element-id-3 {
    margin-top: 48px;
}
section#wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
article.product-miniature-layout-1.js-product-miniature.reviews-loading {
    background-color: #fff;
    border-radius: 8px;
}

.social-footer svg {
    float: right;
}

#footer, #checkout-footer {
    background: #f0eee8;
}
.top-footer {
    margin-bottom: 20px;
}

.sub-footer a {
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555 !important;
}

.sub-footer {
    font-size: 18px;
    margin-bottom: 4px;
    color: #555555;
    font-weight: 600;
line-height: 26px;
}

.block-newsletter span {
    font-size: 18px;
    margin-bottom: 4px;
    color: #555555;
}

.block-footer .block-title {
    BORDER: none;
    padding-bottom: 0em !important;
}


.top-footer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.26);
}

._footer-copyrights-1 {
    background-color: #024e80 !important;
    color: #ffffff;
}

.col-md-4.rg-logo {
    text-align: end;
}




.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(15, 66, 92, 0.63);
 border-radius: 8px;
}
.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 300px;
    position: relative;
    border-radius: 8px;
    background-position: center;
margin-bottom: 30px;
}

.txt-blog {
    
    color: #fff;
    padding: 14px 20px;
height: 300px;
text-align: center;
}

a.title-blgo {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
line-height: 24px;
}

a.b-blog {
    padding: 6px 20px;
    background-color: #ffffff;
    font-weight: 700;
line-height: 30px;
border-radius: 4px;
    color: #024E80 !important;
}

#wrapper .breadcrumb {
    margin-top: inherit !important;
    background: inherit !important;
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
}


@media (min-width: 768px){


#main-product-wrapper {
    position: relative;
}
.col-product-info {
    position: sticky;
    top: 0px;
}
}

@media (max-width: 768px){

    .block-categories {
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        font-size: 14px !important;
        line-height: 28px;
    }
    .block-categories h5.block-title {
        font-size: 20px !important;
    }

    a#wafoot {
        left: 20px !important;
        right: auto !important;
    }

    h2.h3.product-title {
        height: 45px !important;
    }


    h2.h3.product-title a{
    font-size: 12px !important;
}

.decidir-panel .col-lg-3 {
    flex: 0 0 34% !important;
    max-width: 34% !important;
}

.decidir-panel .col-lg-9 {
    flex: 0 0 66% !important;
    max-width: 66% !important;
}

.decidir-panel .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

#footer-container-main .col.col-md {
    flex: auto !important;
}

#products .facated-toggler {
    display: block !important;
}


.container.iqit-megamenu-container {
    display: none !important;
}

.header-nav .left-nav {
    display: none !important;
}
.header-nav .text-right {
    text-align: center !important;
    width: 100% !important;
}

.top-footer .col-md-9 {
    margin-bottom: 20px;
}

.social-footer svg {
    float: inherit;
}

.top-footer {
    text-align: center !important;
}

div#footer-copyrights {
    text-align: center !important;
}

.col-md-4.rg-logo {
    text-align: center;
}

#footer-copyrights .copy {

    display: none;
}

.rg-logo svg {
    width: 150px;
    margin-top: 20px;
}

div#footer-copyrights {
    text-align: center !important;
    padding: 30px 0px;
}
#oca-widget.oca-widget input {
    width: 50% !important;
    height: 39px !important;
}

#oca-widget button {
    width: 50% !important;
}
.row.sub-pagos-cuotas, .row.sub-pagos-cuotas svg path {
font-size: 16px;
}



}

div#facets_search_wrapper {
    background-color: #fff;
    padding: 18px 22px;
    border-radius: 8px;
}

#category div#js-product-list-header {
    display: none;
}

div#js-product-list-top {
    margin-top: 0px;
    padding: 10px 20px;
    border: none;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
}

div#facets_search_center {
    padding: 0PX;
    background: INHERIT;
}

.products-selection .view-switcher {
    display: none;
}

div#active-search-filters {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px 20px;
}
#header, #checkout-header {
    background: #ffffff;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.block-section {
    padding-bottom: 3em;
    clear: both;
    margin-bottom: inherit !important;
}

#products .facated-toggler {
    display: none;
}

.products-grid .product-miniature-default .product-available {
    display: block;
}

.product-available {
    color: #008826;
    background-color: #ffffff;
    text-align: left;
    font-size: 12px;
    padding: 0px;
}

.product-unavailable {
    color: red;
    background-color: #ffffff;
    text-align: left;
    font-size: 12px;
    padding: 0px;
}

.breadcrumb span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.badge-warning {
    display: block !important;
    color: #008826;
    background-color: #ffffff;
    text-align: left;
    font-size: 12px;
    padding: 0px;
}
h2.h3.product-title a {
    color: #1E1E1E !important;
    font-size: 14px;
    font-weight: 600;
}

.product-miniature span.product-price {
    visibility: initial !important;
}

.product-miniature .product-price {
    color: #C80000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.pagination .page-list li.current {
    border-color: antiquewhite;
    border: none;
    background-color: #024E80;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 0px 3px;
}

.pagination .page-list li.current a {
    color: #FFFFFF !important;
    font-weight: 700;
}

.pagination .page-list a {
    color: #ffffff !important;
}

.pagination .page-list li {
    border-color: antiquewhite;
    border: none;
    background-color: #024E80;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 0px 3px;
}

.pagination .page-list li.spacer {
    padding: 6px 12px !important;
}
.pagination {
    margin-top: 2rem;
}
#footer .block-title {
    border-bottom: none;
}

div#col-product-tabs {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 8px;
}

.col-product-info h1.h1.page-title {
    color: #024E80 !important;
}

.col-product-info .product-price {
    color: #DC3A3A;
    font-size: 30px !important;
}
.col-product-info .product-description {
    color: #333;
}

.col-product-info .product-manufacturer-next img {
    max-width: 80px;
}

span.sub-stock {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
    width: 60px;
    margin-top: 10px;
}

span#product-availability {
    float: left;
    font-size: 16px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    top: 2px !important;
    position: relative;
    margin-top: 10px;
}
.product-reference {
    border-bottom: 1px solid rgba(160,160,160,.25);
    margin-bottom: 10px;
}
.product_header_container {
    margin-bottom: inherit;
    border-bottom: none;
}

.product-add-to-cart .add-to-cart {
    background-color: #DC3A3A !important;
    color: #ffffff !important;
    border: 3px #DC3A3A solid !important;
    border-radius: 8px;
    font-weight: 700;
}
.add-to-cart svg path {
    fill: #ffffff;
    fill-opacity: 1;
}

.add-to-cart svg {
margin-right: 6px;
}


.col-add-check .add-to-cart {
    background-color: #DC3A3A !important;
    color: #FFFFFF !important;
    border: 3px #DC3A3A solid;
    border-radius: 8px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.product-add-to-cart .add-to-cart {

    padding-left: 10px !important;
    padding-right: 10px !important;
}

button.btn.btn-primary.btn-lg.add-to-cart:hover {
    opacity: 0.8;
}

button.btn.btn-primary.btn-lg.add-to-cart:active {
    background-color: #DC3A3A !important;
    border-color: #DC3A3A !important;
    color: #ffffff !important;
}

.product-additional-info {
    border-top: none;
    padding-top: initial;
}
.row.sub-pagos-cuotas, .row.sub-pagos-cuotas svg path   {
    color: #71706D;
    line-height: 26px;
}

span.sub-pagos , span.sub-pagos svg path  {
    color: #71706D;
font-weight: 600;
font-size: 18px;
}

.product-mode-pay {
border-bottom: 1px solid rgba(160,160,160,.25);
    margin-bottom: 10px;
padding-bottom: 10px;
margin-top: -10px;
}
span.sub-sub.rgdetail-installment {
    color: #C8102E !important;
}
span.sub-cuotas {
    font-weight: 700;
    color: #333333;
}

span.sub-sub {
    font-weight: 700;
    color: #024E80;
}
.pagos-img {
    width: 73%;
    margin-top: -10px;
}

.oca-widget input {
    border: 2px solid #71706D !important;
    border-radius: 8px 0px 0px 8px;
    width: 30% !important;
    margin-right: -5px;
font-weight: 500;
}
.oca-widget button {
    background-color: #71706D;
    border-radius: 0px 8px 8px 0px !important;
    font-weight: 700;
    padding: 6px 40px;
    height: 39px !important;
    top: 1px;
    position: relative;
}



#oca-widget p.oca-text {
    font-size: 0.85rem;
    font-weight: 400;
    color: #333 !important;
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: initial !important;
    border: solid #DCD3BA 1px !important;
    border-radius: 8px;
    background-color: #FCF7EA;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 400;
}

.col-product-tabs .product-tabs {
    margin-top: 1rem !important;
}

.form-control {
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #666;
    border-radius: 8px 0px 0px 8px !important;
}
.product-quantity .add-to-cart:disabled {
    opacity: 0.6;
}

.bootstrap-touchspin-up {
    border: #666 solid 1px !important;
}

.bootstrap-touchspin-down {
    border: #666 solid 1px !important;
}

input#quantity_wanted {
    font-size: 20px;
    font-weight: 600;
}

.cart-products-count-btn {
    background: #DC3A3A !important;
}

.product-sections {
    font-size: 14px;
    line-height: 22px;
    color: #333 !important;
}

.btn-bonorder {
    background: #DC3A3A !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 8px;
    margin-left: 0px !important;
}

.btn-bonorder:hover {
opacity:0.8 !important;
}

svg.arrow-tab {
    position: absolute;
    left: 14px;
}

.col-product-tabs h4.section-title {
    color: #024E80 !important;
}

section#wrapper {
padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: -22px;
}
.cart-container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 14px;
}
#cart h1.h1.page-title, #checkout h1.h1.page-title, #order-confirmation h1.h1.page-title {
    font-size: 18px !important;
    color: #024E80 !important;
}

.cart-grid-right .card.cart-summary {
    border: none;
    background-color: #ffffff;
    border-radius: 8px;
}

.cart-grid-body a.btn.btn-secondary {
    border-color: antiquewhite;
    border: none;
    background-color: #024E80;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 20px;
    margin-top: 20px;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: initial;
    border: none;
    background-color: #024E80;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 20px;
}

section.checkout-step {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #333333 !important;
}

.cart-buttons a.btn-secondary.btn-block {
    border: solid 2px #024E80;
    border-radius: 8px;
    color: #024E80;
    font-weight: 700;
}

#order-confirmation .order-confirmation-title-payment {
    color: #333 !important;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

#order-confirmation div#order-details {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 20px;
color: #333 !important;
}

#order-confirmation div#order-items {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 20px;
color: #333 !important;
}

#order-confirmation .breadcrumb
{
    padding: 0px !important;
    margin: 0px !important;
}

#checkout-personal-information-step .collapse.show {
    margin-bottom: 10px;
}

i.spinner-icon {
    display: none;
}

.disabled:focus i.spinner-icon {
    display: inline-block !important;
}
.iqitproducttags {
    display: none;
}
.product-comments-additional-info {
    display: none;
}
.product-flags .discount, .product-flags .on-sale {
    background: darkorange;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

#search_filters .facet ul li:nth-child(2){
    display: none !important;
}

.elementor-element.elementor-element-qlx4cau .elementor-accordion .elementor-accordion-item{
border-radius: 8px !important;
}
.servicio-cliente-accordion .elementor-accordion, .servicio-cliente-accordion .elementor-accordion .elementor-accordion-title{
border-radius: 8px !important;
}
.servicio-cliente-accordion .elementor-accordion-title{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}
.servicio-cliente-accordion .elementor-accordion-title i{
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #024E80;
}
.servicio-cliente-accordion .elementor-accordion-icon i{
    display: none;
}
.servicio-cliente-accordion 
 .elementor-accordion-content li{
    margin-bottom: 10px;
}
.servicio-cliente-accordion 
 .elementor-accordion-content li::marker{
    color: #024E80;
    font-size: 20px;
    font-weight: 700;
}
.servicio-cliente-accordion .elementor-accordion-content b{
    color: #024E80;
}

.garantia{
    border: 1px solid;
    padding: 5px 0px;
    border-radius: 8px;
    width: 60%;
}
.garantia img{
    height: 30px;
    margin-top: 15px;
}
.garantia h2, .garantia p{
    font-size: 15px;
    margin-top: 7px;
}
.garantia p a{
    color: #024E80 !important;
}

.product-flags .free-shipping{
    background: #28a745;
    border-radius: 8px;
    padding: 7px;
}

.product-miniature .thumbnail-container > .fmm_sticker_base_span + .product-flags {
    padding-left: 92px;
    text-align: left;
}

.product-miniature .thumbnail-container > .fmm_sticker_base_span + .product-flags .on-sale {
    display: inline-block;
    margin-left: 0;
}

.col-product-image .product-flags{
    margin-left: 30px;
    margin-top: 20px;
    font-size: 15px;
}

.col-product-image .product-cover {
    position: relative;
}

.col-product-image .product-cover .product-flags {
    position: relative;
    z-index: 20;
}

.col-product-image .product-cover .rg-promo-sticker,
.col-product-image .product-cover > .fmm_sticker_base_span {
    display: inline-block !important;
    left: 6px !important;
    top: 6px !important;
    z-index: 30 !important;
}



@media (max-width: 500px) {


.garantia{
    margin-top: 30px;
    width: 100%;
}



}
#payment-option-2-container img.img-fluid{
    display:none;
}
#content-hook_payment_return a {
    border: 2px #25b95b solid;
    padding: 10px 20px;
    border-radius: 100px;
    line-height: 60px;
}

.product-miniature-layout-1 .badge {
    text-align: center;
}



/**
  FORCE
  **/




  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color: #1E1E1E;
  }
  
  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #1E1E1E;
  }
  
  #product .force-horizontal .bootstrap-touchspin {
    border-radius: 100px;
  }
  
  #product button.btn.btn-primary.btn-lg.add-to-cart {
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 600;
}
  
  
  
  @media (min-width: 600px) {
    .products-grid .product-miniature-layout-1:hover {
        min-height: inherit;
    }
  
    #category .input-group.bootstrap-touchspin {
        min-height: 34px !important;
    }
  
    #category .force-horizontal .input-group-add-cart {
        flex-direction: inherit !important;
    }
  
    #category .force-horizontal button.btn.btn-product-list.add-to-cart {
        font-size: 10px !important;
    }
  
    .force-horizontal .products-grid .product-miniature-layout-1 .bootstrap-touchspin {
        width: 54% !important;
        min-height: 34px !important;
    }
  
    .force-horizontal .products-grid .product-miniature-layout-1 .input-group-add-cart {
        flex-direction: inherit;
    }
  
    .force-horizontal button.btn.btn-product-list.add-to-cart {
        font-size: 14px;
        padding: 4px 10px;
        height: 34px;
        margin-left: 4px;
    }
  
    .force-horizontal .bootstrap-touchspin input.form-control {
        font-size: 18px;
    }
  
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical i {
        font-size: 34px;
        line-height: 23px;
    }
  
    .force-horizontal .fa.fa-angle-down.touchspin-down::before {
        width: 14px;
        height: 30px;
    }
  }
  
  .force-horizontal i.fa.fa-shopping-bag.fa-fw.bag-icon {
    display: none;
  }
  
  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  
  #product .force-horizontal .bootstrap-touchspin {
    border-radius: 100px;
  }
  
  
  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  #product .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  
  #product .force-horizontal .bootstrap-touchspin {
    border-radius: 0px;
    height: 20px !important;
  }
  
  
  
  .force-horizontal .bootstrap-touchspin {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    min-height: 38px !important;
    border-radius: 24px !important;
    border: solid 1px #1E1E1E !important;
    height: 45px !important;
  }
  .force-horizontal .bootstrap-touchspin input.form-control {
    display: block;
    width: 46%;
    max-width: none!important;
    position: absolute;
    left: 27%;
    border-width: 0 1px 0 1px;
    border-color: transparent !important;
    height: 100% !important;
    border-radius: 0!important;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #333333;
    padding: 0;
  }
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    height: 100%;
    font-weight: 700!important;
    font-size: 26px;
    line-height: 1em;
    border: none !important;
    width: 27%;
    text-align: center;
    margin: 0!important;
    padding: 0;
  }
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    color: #878787;
  }
  .force-horizontal .fa.fa-angle-down.touchspin-down::before {
    content: "\f068";
  }
  .force-horizontal .fa.fa-angle-down.touchspin-down::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 3'%3E%3Cpath fill='%23878787' d='M0 0h24v3H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 16px;
    display: inline-block;
    height: 38px;
  }
  
  .force-horizontal .fa.fa-angle-up.touchspin-up::before {
    content: "\2b";
  }
  .force-horizontal .bootstrap-touchspin .input-group-btn-vertical i {
    pointer-events: none;
    font-size: 30px;
    line-height: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
  .force-horizontal .qty {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
  }
  .force-horizontal > label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  @media (max-width: 1100px) {
    .force-horizontal .bootstrap-touchspin {
        width: 160px;
        min-height: 42px !important;
        border-radius: 21px !important;
    }
    .force-horizontal .bootstrap-touchspin input.form-control {
        font-size: 22px;
        line-height: 28px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        font-size: 22px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-top-left-radius: 21px;
        border-bottom-left-radius: 21px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-bottom-right-radius: 21px;
        border-top-right-radius: 21px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical i {
        font-size: 32px;
        line-height: 32px;
    }
    .force-horizontal .fa.fa-angle-down.touchspin-down::before {
        background-size: 16px;
        width: 18px;
        height: 38px;
    }
  }
  
  @media (max-width: 600px) {
    .force-horizontal .bootstrap-touchspin {
        width: 100%;
        min-height: 36px !important;
        border-radius: 8px !important;
    }
    .force-horizontal .bootstrap-touchspin input.form-control {
        font-size: 18px;
        line-height: 22px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        font-size: 26px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }
    .force-horizontal .bootstrap-touchspin .input-group-btn-vertical i {
        font-size: 32px;
        line-height: 12px;
    }
    .force-horizontal .fa.fa-angle-down.touchspin-down::before {
        background-size: 16px;
        width: 16px;
        height: 32px;
    }

   


  }
  .force-horizontal .bootstrap-touchspin {
    border-radius: 8px !important;
    border: 2px solid #71706D !important;
  }
  
  /**
  FORCE
  **/

  h2.h3.product-title {
    height: 34px;
}

.product-miniature-layout-1 h2.h3.product-title{
    min-height: 50px;
}
.product-miniature-layout-1 .product-combination-only-unavailable{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

body#my-account section#content, section#content.my-account-page-content-wrapper { background: white; border-radius: 8px; border: none; }
body#module-requestforquote-rfq form#fmm_quote_form { background: white; padding: 15px; border-radius: 8px; }


#blockcart-content #cart-subtotal-shipping {
    display: none !important;
}

#wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Oscurece con transparencia */
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Evita que bloquee clics */
}

/* Activa el efecto al agregar la clase */
#wrapper.dark-mode::after {
    opacity: 1;
}

.product-additional-info #andreani-widget .fa.fa-search{
    display: none !important;
}


.product-additional-info #andreani-widget input#postcode, .product-additional-info #andreani-widget button#btn-calc{
    width: 50% !important;
}
.product-additional-info #andreani-widget button#btn-calc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-additional-info #andreani-widget .andreani-text.resultados-envios {
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #444444;
    border-right: 10px solid #C80000;
    position: relative;
}
.product-additional-info #andreani-widget .andreani-text.resultados-envios::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px; /* podÃ©s ajustar este valor para mover el triÃ¡ngulo */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;     
}
.product-additional-info #andreani-widget .envio-item{
    display: flex !important;
    margin-bottom: 10px !important;
    color: #444444 !important;
    align-items: center;
}

.product-additional-info #andreani-widget .envio-item .envio-precio{
    margin-left: 10px !important;
}

.product-additional-info #andreani-widget .envio-item .envio-info img{
    margin-right: 5px;
}

.product-additional-info #andreani-widget .andreani-text.error-envio{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    position: relative;
    background: #DC3A3A;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
}
.product-additional-info #andreani-widget .andreani-text.error-envio::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px; /* podÃ©s ajustar este valor para mover el triÃ¡ngulo */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #DC3A3A;     
}

@media (max-width: 768px){
    .product-additional-info #andreani-widget .title-desktop{
        display: none !important;
    }
    .product-additional-info #andreani-widget .title-search{
        display: none !important;
    }
    .product-additional-info #andreani-widget .fa.fa-search{
        display: block !important;   
    }   
    .product-additional-info #andreani-widget input#postcode{
        width: 80% !important;
    }
    .product-additional-info #andreani-widget button#btn-calc{
        width: 20% !important;
    }

    body#product .js-mailalert.form-inline form {
        width: 100% !important;
        display: block !important;
    }
    body#product .js-mailalert.form-inline input.form-control {
        border-radius: 8px !important;
        height: 42px !important;
    }
    body#product .js-mailalert.form-inline input.btn.btn-secondary {
        width: 100%;
        padding: 10px !important;
        border-radius: 8px !important;
        margin-top: 10px;
    }
    body#product .js-mailalert.form-inline {
        margin: 10px 0px !important;
    }
    
    body#product .js-mailalert.form-inline .input-group.mr-2.mb-2:nth-child(1){
        width: 100% !important;
    }
    body#product .product-mode-pay{
        margin-top: 40px !important;
    }
    .product-additional-info div#andreani-widget{
        margin-top: 60px !important;
    }

    .product-additional-info #andreani-widget .envio-item {
        display: flex !important;
        align-items: flex-start;
        flex-direction: column;
    }
    .product-additional-info #andreani-widget .envio-item .envio-precio{
        margin-left: 36px !important;
    }
}

body#product #oca-widget {
        margin-top: 50px !important;
    }

.product-add-to-cart .add-now {
    padding-left: 5px;
}

body#product .js-mailalert.form-inline .input-group.mr-2.mb-2:nth-child(1) {
    width: inherit !important;
    max-width: inherit !important;
}

@media (max-width: 1223px) {
    body#product .js-mailalert.form-inline .input-group.mr-2.mb-2:nth-child(1) {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .js-mailalert input.form-control {
    margin-right: 0px !important;
}

    
}

body#product .js-mailalert.form-inline .input-group.mr-2.mb-2:nth-child(4) {
    width: 100% !important;
    position: absolute;
}
span.alert.alert-info.js-mailalert-response {
    border-radius: 8px;
}
section#wrapper {
    padding-top: 0px !important;
}


body#product .js-mailalert.form-inline input.btn.btn-secondary {
    border-radius: 8px !important;
    font-weight: 700;
    padding: 10px 10px;
    color: #fff !important;
    background: #DC3A3A !important;
    width: 100%;
    font-size: 12px;
}

body#product .js-mailalert.form-inline input.form-control {
    height: 40px !important;
    border-radius: 8px !important;
    padding: 10px 20px;
    margin-bottom: 0px;
    width: 260px;
}



.js-mailalert form {
  display: flex;
  flex-wrap: wrap; /* permite que pasen a la siguiente línea si no entran */
  gap: 0px; /* opcional, espacio entre columnas si no usás mr-2 */
}

.js-mailalert .input-group {
  flex: 1 1 auto !important; /* que crezcan y se ajusten según el espacio */
  min-width: inherit; /* ajustable, para evitar que se achiquen demasiado */
  padding: 0px !important;
  margin: 0px !important;
}

body#product .js-mailalert.form-inline .input-group.mr-2.mb-2:nth-child(2) {
    display: none;
}

.js-mailalert input.form-control {
    margin-right: 10px;
}


/* Contenedor principal */
#rgcalculadorenvios {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Título */
#rgcalculadorenvios h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

#rgcalculadorenvios .icon-shipping {
    font-size: 1.5rem;
    color: var(--bs-primary);
    margin-right: 0.5rem;
}

/* Input + botón */
#input-section {
    display: flex;
    align-items: center;
    gap: 0;
}

#input-section .form-control {
    border-radius: 8px 0 0 8px;
    border-right: none;
    padding: 0.6rem 0.75rem;
    flex: 1;
}

#btn_calcular_envio {
    border-radius: 0 8px 8px 0;
    padding: 0.6rem 1.25rem;
}

/* Mensaje código postal */
#postcode-message {
    display: none;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #333;
}

#postcode-message a {
    color: var(--bs-secondary);
    text-decoration: underline;
    font-weight: 500;
}

#postcode-message a:hover {
    color: var(--bs-primary);
}

/* Modal */
.postcode-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.postcode-modal .modal-content {
    background: #fff;
    padding: 1.5rem;
    width: 320px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    animation: fadeInScale 0.3s ease-in-out;
}

.postcode-modal h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.close-modal-icon {
    position: absolute;
    top: 10px; right: 12px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.close-modal-icon:hover {
    color: var(--bs-primary);
}

/* Animación modal */
@keyframes fadeInScale {
    from { transform: scale(0.9); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* Resultados de envío */
#resultados_envio .carrier-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: #fafafa;
    transition: background 0.2s;
}

#resultados_envio .carrier-item:hover {
    background: #f5f9ff;
}

#rgcalculadorenvios .carrier-name {
    font-weight: 600;
    font-size: 1rem;
}

#rgcalculadorenvios .carrier-delay {
    font-size: 0.85rem;
    color: #6c757d;
}

#rgcalculadorenvios .carrier-price {
    font-weight: 700;
    color: #ffffff;
    font-size: 1rem;
    background-color: #024E80 !important;

}

/* Estilos del mensaje */
#postcode-message {
    display: none;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #333;
}

/* Link Cambiar CP */
#change-postcode {
    color: var(--bs-secondary) !important;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#change-postcode:hover,
#change-postcode:focus {
    color: var(--bs-primary) !important;
    text-decoration: none;
}



/* Responsive */
@media (max-width: 576px) {
    #resultados_envio .carrier-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

#desktop_logo img, .top-footer.logo img {
    width: 200px !important;
}

.top-footer img.logo {
    width: 180px !important;
    height: auto !important;
}
.col-mobile-logo img.logo.img-fluid {
    width: 180px;
}


div#tc-container label,
div#tc-container span.label {
  font-size: 10px !important;
  font-weight: 400 !important;
}
