               /* Color del fondo de la tienda (predeterminado es gris) */
section#wrapper {
    background: unset;
}

header{
	
    background: transparent !important ;
    box-shadow: unset !important;
}
 
/* FONDO GRADIENTE */
/* body {
    background-image: url('../top-body-gradient.png'); /* Ajusta la ruta según dónde guardaste tu imagen 
    background-position: top left; /* Centra la imagen en la página 
    background-repeat: no-repeat; /* Evita que la imagen se repita 
    background-size: auto; /* Asegura que la imagen cubra toda la página 
    background-attachment: fixed; /* Opcional: hace que el fondo sea fijo mientras se desplaza la página */
/* }  */

/* Cambio de fuente predeterminada */

/*      1- cargamos la fuente */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Se la cambiamos a todo */
/* *{
    font-family: "Montserrat", sans-serif !important;
} */


@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/Nebiard.otf');
    font-weight: normal;
    font-style: normal;
}


nav.breadcrumb.hidden-sm-down {
    DISPLAY: NONE;
}



 /* Ajustes de ancho del wrapper de prestashop */
 /* @media (min-width: 1300px){
    .container {
        width: 1240px;
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container {
        width: 1340px;
        max-width: 100%;
    }
}


@media (min-width: 1500px){
    .container {
        width: 1440px;
        max-width: 100%;
    }
}


@media (min-width: 1600px){
    .container {
        width: 1540px;
        max-width: 100%;
    }
}


@media (min-width: 1700px){
    .container {
        width: 1600px;
        max-width: 100%;
    }
} */

  

.container {
    width: 100% !important;
    max-width: 100% !important;
}

 /* Fin de Ajustes de ancho del wrapper de prestashop */



 /* PERSONALIZANDO FUENTES */


 h1,h2,h3,h4,h5,h6{
    font-family: "Comforta", sans-serif !important; 
 }



 div#preciosolo 
.block-product-attribute-custom {
    display: none;
} 

div#opcionesextra .ce-product-price {
    display: none;
}


/* PERSONALIZANDO página de producto */


/* div#caracteristicasBebe > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
  }
  
  @media (min-width: 600px) and (max-width: 900px) {
    div#caracteristicasBebe > div > div {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 599px) {
    div#caracteristicasBebe > div > div {
      grid-template-columns: 1fr;
    }
  } */

  div#caracteristicasBebe > div > div {
    display: flex;
    flex-wrap: wrap;
  }
  
  div#caracteristicasBebe > div > div > div {
    max-width: 250px;
    flex: 1 1 150px; /* flex-grow, flex-shrink, flex-basis */
  }
  

  div#caracteristicasBebe .ce-product-variants__select{
    margin-top: 10px        ;
  }
  div#caracteristicasBebe select{
    width: 100%;
  }


/* h2.elementor-heading-title.elementor-size-default{
    color: #532659;
} */
th.ce-product-features__label, td.ce-product-features__value{
    color: rgb(87, 76, 109);
}

h2.elementor-heading-title.elementor-size-default{
    font-size: 16px;
    margin-bottom: 0px;
}





.ets_input_check, .ets_input_radio {
    border: 1px solid #ac65b4;
    border-radius: 6px;
}


.block-product-attribute-custom span{
    font-weight: 900;
    color: #4f0038;
}





/* COLORES TEMA */
.color-primario{color: #73688f !important;}
.color-primario-dark{color: #321b37 !important;}
.color-primario-light{color: rgb(182, 138, 187) !important;} 
.color-secundario{color: #ccc3de !important;}
.color-secundario-dark{color: #8d84a5 !important;}
.color-secundario-light{color: #e3dbf6 !important;} 
.color-terciario{color: #cbe2e0 !important;}
.color-terciario-dark{color: #769b97 !important;}
.color-terciario-light{color: #e0f2f0 !important;} 
.color-cuaternario{color: #f7e7df !important;}
.color-cuaternario-dark{color: #db8e6d !important;}
.color-cuaternario-light{color: #fdf3ee !important;}
 


/* COLORES TEMA */
.color-primario > div > :first-child {color: #73688f !important;}
.color-primario-dark > div > :first-child {color: #321b37 !important;}
.color-primario-light > div > :first-child {color: rgb(182, 138, 187) !important;} 
.color-secundario > div > :first-child {color: #ccc4de !important;}
.color-secundario-dark > div > :first-child {color: #8d84a5 !important;}
.color-secundario-light > div > :first-child {color: #e3dbf6 !important;} 
.color-terciario > div > :first-child {color: #cbe2e0 !important;}
.color-terciario-dark > div > :first-child {color: #769b97 !important;}
.color-terciario-light > div > :first-child {color: #e0f2f0 !important;} 
.color-cuaternario > div > :first-child {color: #f7e7df !important;}
.color-cuaternario-dark > div > :first-child {color: #db8e6d !important;}
.color-cuaternario-light > div > :first-child {color: #fdf3ee !important;}
 





/* PERSONALIZACIONES DE LA PÁGINA DE PRODUCTO */

h1.h1.nombre-producto {
    color: #73688f;
    font-family: 'MyCustomFont' !important;
    font-size: 34px;
    text-align: center;
    /* text-transform: lowercase; */
}

/* ARREGLOS DE MÁRGENES ESPECÍFICOS */

@media (min-width: 1025px)  { 
}


/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {  

}

/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) {  
    h1.h1.nombre-producto { 
        font-size: 65px !important;
        /* text-transform: lowercase; */
    }
}



span.current-price-value {
    /* font-family: 'MyCustomFont' !important; */
    /* font-family: 'Montserrat'; */
    font-size: 30px;
    /* font-weight: 900 !important; */
    color: #73688f;
    text-align: center;
}

.product-prices .tax-shipping-delivery-label { 
    color: rgb(182, 138, 187) !important;
    font-family: 'Montserrat' !important;
    font-size: 18px;
    text-align: center;
}

.product-prices div {
    margin-bottom: 0px !important;
    text-align: center;
}


span.current-price-value {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-price {
    width: 100%;
}

.product-price.h5 {
    width: 100%;
}


body#product .container {
    padding: 0px !important;
}

 

.presta_pp_content.presta-p-0.col-md-12 {
    margin-bottom: 15px !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.form-check.col-md-6.presta-p-0.presta-pp-fullpayment {
    background: transparent;
    width: fit-content;
}
 
 
label.form-check-label {
    color: #73688f;
    /* background: transparent !important; */
    width: fit-content !important;
}

.form-check.col-md-6.presta-p-0.presta-pp-partial-payment {
    background: transparent;
}
 

.form-check.col-md-6.presta-p-0.presta-pp-partial-payment {
    width: fit-content;
}

table.table.presta_table_border thead th{
    background: #73688f !important; 
}

span.col-lg-3.presta_border.presta_details.presta_th_size {
    background: #73688f !important;
    border: unset !important;
}

table.table.presta_table_border {
    margin-top: 30px;
}

.product-prices .tax-shipping-delivery-label {
    color: #73688f !important;
}

.presta_details {
    border-color: #73688f54 !important;
}
 
 

table.table.presta_table_border {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    overflow: hidden !important;
}



.product-variants.js-product-variants {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

select {
    border-radius: 115px !important;
    border-color:  #73688f54 !important;
    color: #73688f !important;
}



.scroll-box-arrows.scroll i {
    color: #73688f !important;
}


button.btn-primary {
    border-radius: 115px !important;
} 


.box-precio-original {
    font-weight: 900;
    font-size: 20px;
    color: #73688f;
    margin-top: 20px;
}

.box-precio-original span {
    /* font-family: 'MyCustomFont' !important; */
}

label.form-control-label.presta_original_product_price {
    font-size: 20px;
    color: #73688f; 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    font-family: 'Comforta';
}

span.presta_calculated_price {
    /* font-family: 'MyCustomFont' !important; */
    font-size: 30px;
    color: #73688f;
    font-weight: 500;
    font-family: 'Montserrat';
}


.list-attribute-custom {
    margin-top: 10px;
}

.list-attribute-custom {}

h6.presta_field_heading {
    font-size: 20px;
    color: #73688f;
}

span.required {
    display: none;
}
 
.checkbox.presta_custom_field {
    margin-left: 10px;
}
 

p.product-minimal-quantity.js-product-minimal-quantity {
    margin: 0px !important;
}

.clearfix.product-variants-item {
    margin-top: 0px;
}

.row.product-container.js-product-container {
    margin-top: 20px;
    margin-bottom: 100px;
}

.product-cover {
    border-radius: 30px !important;
    overflow: hidden;
}

img.thumb.js-thumb.selected.js-thumb-selected {
    border-radius: 15px;
}

img.thumb.js-thumb {
    border-radius: 15px;
}


.blockreassurance_product path#color {
    fill: #73688f !important;
}


.blockreassurance_product path#fill {
    fill: #73688f !important;
}


.elementos {
    display: flex;
    gap: 9px;
}

.elementos > div {
    font-size: 30px; 
}

.elementos i{ 
    color: #ccbecd !important;
    transition: color 0.3s ease, transform 0.3s ease;
}

.elementos i:hover{ 
    color: #73688f !important; 
}


.titulo-box-share {
    margin-top: 20px;
    margin-bottom: 10px;
}



.ytp-chrome-top-buttons {
    display: none !important;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}

.ytp-gradient-top {
    display: none !important;
}

a.ytp-watermark.yt-uix-sessionlink {
    display: none !important;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
    opacity: 0 !important;
}

.product-quantity.clearfix {
    justify-content: center;
    margin-top: -26px;
}


.titulo-pago-plazos p{
    margin-top: 15px;
    margin-bottom: -10px;
}

.colsticky{
    position: sticky;
    top: 50px;
}

@media (max-width: 767px) {
    .col-md-6.colsticky  {
      position: unset !important;  
      
    }
  }


  .bloqueproducto > div.col-md-6 {
    padding:0px !important;
}


.bloqueproducto > div.col-md-6 {
    padding:0px !important; 
    padding-left:30px !important;
    padding-right:30px !important;
}


@media (max-width: 767px) {
    .bloqueproducto > div.col-md-6 {
        padding-left:15px !important;
        padding-right:15px !important;
      
    }
  }

.bloqueproducto{
    width: 95%;
    margin-left: auto;
    margin-right: auto; 
}

label.form-check-label {
    padding-right: 0;
    padding: 0;
    width: 80px !important;
}

.form-check.col-md-6.presta-p-0.presta-pp-fullpayment {
    margin: 0px;
}

.form-check.col-md-6.presta-p-0.presta-pp-partial-payment {
    margin-right: 0px;
    margin-left: 0px;
}

input#PRESTA_PI_PAYMENT_ON {
    margin: 0px !important;
    position: unset;
}

.form-check {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    justify-content: center !important;
    align-items: center !important;
}

input#PRESTA_PI_PAYMENT_OFF {
    position: unset;
    margin: 0px !important;
}


label.form-check-label {
    padding-right: 0;
    padding: 0;
    width: 80px !important;
}

.form-check.col-md-6.presta-p-0.presta-pp-fullpayment {
    margin: 0px;
}

.form-check.col-md-6.presta-p-0.presta-pp-partial-payment {
    margin-right: 0px;
    margin-left: 0px;
}

input#PRESTA_PI_PAYMENT_ON {
    margin: 0px !important;
    position: unset;
}

.form-check {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    justify-content: center !important;
    align-items: center !important;
}

input#PRESTA_PI_PAYMENT_OFF {
    position: unset;
    margin: 0px !important;
}

i.bi.bi-caret-up-fill, i.bi.bi-caret-down-fill {
    color: #73688f !important;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-top-right-radius: 10px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-bottom-right-radius: 10px;
}

input#quantity_wanted {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

 
/* Crear el círculo del radio button */
.form-check-input[type="radio"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #73688f; /* Color del borde del radio button */
    border-radius: 50%;
    background-color: #fff; /* Color del fondo del radio button */
}

/* Crear el círculo interior del radio button cuando está seleccionado */
.form-check-input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #73688f; /* Color del círculo interior cuando está seleccionado */
}


th.presta_details.presta_th_size {
    font-size: 14px;
}


td.presta_details strong {
    font-size: 14px;
}


td.presta_details, th.presta_details.presta_th_size  {
    padding-top:5px;
    padding-bottom:5px;
}

th.presta_details.presta_condition_style p{
    margin-bottom: 0px;
}




.blockreassurance_product span.block-title {
    font-weight:900;
    color: #73688f !important;
}


.blockreassurance_product p {
    color: #574c6d;
}



.blockreassurance_product span.block-title {
    font-weight:900;
    color: #73688f !important;
}


.blockreassurance_product p {
    color: #574c6d;
}
 

label#custom-attribute-17 {
    color: #9b769e;
}

span.formatted-price {
    color: #73688f;
    font-weight: 400;
}
 

.custom-section{
    position:relative;
    z-index: 100;
}

#main.custom-section{
    position: relative !important;
  }
  
.floating-image-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1; /* Asegúrate de que esté detrás del contenido */
}

.floating-image {
width: 50%;
height: auto;
position: absolute;
opacity: 0.15; /* Ajusta la opacidad según tus necesidades */
transform: translateY(0px);
transition: transform 0.1s ease-out;
}

.img1{ 
    top: 0;
    left: -20%;
}

.img2{
    top: 553px;
    right: -50px;
}

section.elementor-element.elementor-element-cdd14bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
z-index: 1000;
}


#product #content {
    /* max-width: 568px; */
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}


/* ARREGLOS DE MÁRGENES ESPECÍFICOS */

@media (min-width: 1025px)  { 

}


/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) { 

}



/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) {  
    
    #product #content {
        /* max-width: 568px; */
        max-width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}




img.js-qv-product-cover.img-fluid {
    width: 100%;
}


.titulo-bloque-personalizacion {
    font-family: "Comforta", sans-serif !important;
    font-size: 20px;
    color: #73688f;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}



/* .bloque-precio-1 .form-wrapper {
    visibility: hidden !important;}

.bloque-precio-1 label.col-lg-12.presta_label {
    visibility: hidden !important;}

.bloque-precio-1 .presta_pp_content.presta-p-0.col-md-12 {
    visibility: hidden !important;}

.bloque-precio-1 .presta_installment_details {
    visibility: hidden !important;}



.bloque-precio-2 .product-price.h5 {
    visibility: hidden !important;
}

.bloque-precio-2 .bloque-impuesto{
    visibility: hidden !important;
} */


.additional-description {
    margin-top: 30px;
    color: #574c6d;
}


section.elementor-element.elementor-element-cdd14bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {

    position: relative;
    z-index: 1;
}



section.product-accessories.clearfix p.h5.text-uppercase {
    font-family: "Comforta", sans-serif;
    font-size: 36px;
    color: #73688f;
    text-align: center;
    /* text-transform: none !important; */
    margin-top: 120px;
    margin-bottom: 50px;
}
 
section.product-accessories.clearfix {
    margin-bottom: 100px;
}




@media (max-width: 767px) {
    .bis {
        display: unset !important;
      
    }
  }





h1.ls-layer {
    filter: drop-shadow(2px 4px 6px black) !important;
}





/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* NUEVA ERA */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */



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

.container {
    padding-left: 0px;
    padding-right: 0px;
}

footer#footer {
    padding-top: 0px;
}


@media (max-width: 767px) {
    .elementor-16170101 .elementor-element.elementor-element-4491faa0 {
        width: 103%;
        max-width: 103%;
    }
}


header.page-header {
    text-align: center;
    margin-top: 50px;
    color: #73688f;
}

body{
    background: white !important;;
}



.product-description p {
    
    font-family: 'Comforta';
    font-weight: 800 ;
    font-size: 26px;
    color: #b193b5;
    line-height: 1;
}
 

.titulo-bloque-personalizacion {
    display: none;
}


.col-md-12.presta_block.no-padding {
    display: flex;
}
 
.list-attribute-custom {
    width: 100%;
    margin-right: 30px;
}

.list-attribute-custom {
    display: flex;
    flex-wrap: wrap;
    
}

h6.presta_field_heading {
    width: 100%; 
}

.checkbox.presta_custom_field {
    margin-left: 0px;
    margin-right: 30px;
}

.product-variants>.product-variants-item {
    margin: 0px;
    margin-bottom: 10px;
}


.box-share {
    display: none;
}

.blockreassurance_product {
    display: none;
}


h1#product-list-header {
    display: none;
}





.lg-google-right {
    display: none !important;
}

.slide-container {
    border-radius: 20px;
    background: #CCC3DE;
    border: solid 1px gray;
    margin-left: 2px !important;
    padding: 20px 20px !important; 
}

.lggooglereviews_place .lg-google-text {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    color: #73688f !important;
}
 

.lg-google-place {
    margin-left: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center; 
    scale:1.4;
}

a.lg-google-url {
    margin: 0 !important;
    margin-bottom: 30px !important;
    font-family: 'Comforta';
    color: #73688f !important;
    background: #ffdb5b;
    padding: 10px 20px;
    border-radius: 20px;
    border: solid 1px #73688f;
}


a.ph-insta-follow-us {
    background: #ffdb5b;
    border-radius: 50px;
    padding: 20px;
    border: solid 1px #73688f;
    color: #73688f !important;
}

li.instagram_item_img.col-xs-4.col-sm-4.col-md-3.col-lg-2 {
    max-height: 317px; 
    display: flex !important;
    height: 317px !important;
    overflow: hidden !important;
    align-items: center;  
    padding: 0px !important;
}
li.instagram_item_img.col-xs-4.col-sm-4.col-md-3.col-lg-2 a{
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
} 

a.ybc_instagram_fancy {
    overflow: hidden !important;
}



.top_instagram_follow h3.h3.title-block {
    color: #73688f;
    margin-bottom: 0px;
    font-size: 26px
}

a.ph-insta-display-name {
    font-size: 20px
}

.top_instagram {
    margin-bottom: 50px !important; 
}



.lg-google-text {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    hyphens: auto;
} 



.owl-nav {
    display: flex;
    width: 100% !important;
    justify-content: center;
    gap: 30px
}
.owl-nav > div {
    background: #ffdb5b !important;
    border-radius: 500px !important;
    border: solid 1px #73688f;
    width: 50px;
    height: 50px;
    display: flex !important; 
    padding: 0px !important; 
    align-items: center !important;
    justify-content: center !important;
}



.owl-nav > div > span{ 
    color: #73688f;
    font-weight: 800 !important;
    font-size: 20px;
}



/* Mostrar .imagenesmovil en pantallas de 768 píxeles o menos */
@media (max-width: 768px) {
    .imagenesmovil {
        display: block;
    }
    .imagenespc {
        display: none;
    }
}

/* Mostrar .imagenespc en pantallas de más de 768 píxeles */
@media (min-width: 768px) {
    .imagenesmovil {
        display: none;
    }
    .imagenespc {
        display: block;
    }
}


.col-md-6.colsticky.imagenesmovil {
    margin-top: 30px;
}


.box-precio-original {
    display: none;
}
  


.elementor-cart__product-name {
    color: white !important;
}

.elementor-cart__product-name  a {
    color: white !important;


}
 

.elementor-cart__main {
    background: #73688f  !important;
}

a.elementor-button.elementor-button--checkout.elementor-size-md {
    font-weight: 300;
    border-radius: 10px;
    /* border: 1px solid #73688f; */
    color: #73688f !important;
    background: white;
}

a.elementor-button.elementor-button--view-cart.elementor-size-md {
    font-weight: 300;
    border-radius: 30px;
    /* border: 1px solid #73688f; */
    color: #73688f !important;
    background: white;
}

.elementor-cart__product-price {
    color: white;
}

a {}

i.elementor-cart__product-remove.far.fa-circle-xmark {
    color: #73688f !important;
    background: white;
    border-radius: 10px;
}

.elementor-cart__products.ce-scrollbar--auto {
    /* border-color: #73688f ; */
}

.elementor-cart__summary {
    border-color: white ;
}

.elementor-cart__summary-label {
    color: white ;
}

.elementor-cart__summary-value {
    color: white ;
}



.popover-body {
    color: gray !important;
}

h1.h1 {
    /* font-weight: 800 !important; */
    color: #73688f;
}

.separator {
    border-color: white ;
}

.btn.btn-primary {
    border-radius: 10px !important;
    background: #73688f  !important;
    /* border:  solid 1px #73688f !important; */
    color: white !important;
    transition: background-color 0.3s ease;
}

.btn.btn-primary:hover {
    border-radius: 10px !important;
    background: #321336  !important;
    /* border:  solid 1px #73688f !important; */
    color: white !important;
    transition: background-color 0.3s ease;
}



footer#footer {
    padding: 0 !important;
}

footer#footer .text-sm-center {
    display: none;
}

.row {
    margin: 0;
}


footer.address-footer {  
    background: #ffdb5b !important;
    border-top: solid 1px #73688f !important;
    color: #73688f !important;
}



article#id-address-delivery-address-7 {
    background: #cbe2e0 !important;
}


 

article#id-address-delivery-address-7 {
    background: #cbe2e0;
    border-radius: 15px;
    overflow: hidden !important;
}

span.step-number {
    /* background: red; */
    background-color: #73688f !important;
    color: white !important;
}

i.material-icons.rtl-no-flip.done {
    color: #73688f;
}

h1.step-title.js-step-title.h3 {
    color: #73688f;
    font-weight: 700 !important;
}

span.address-alias.h4 {
    color: #73688f;
}

.address {
    color: #73688f;
}


.form-group.row {
    margin-bottom: 15px !important;
}

/* 

form > div#presta_custom_attribute {
    display: none;
} */


h3.presta_block_headings {
    display: none;
}

.col-md-12.presta_block.no-padding {
    display: flex !important;
    flex-direction: row;
}

.col-md-12.presta_block.no-padding {
    width: fit-content;
}



div#presta_custom_attribute   h2.product_block_title {
    display: none;
}

div#presta_custom_attribute   hr {
    display: none;
}


.product-add-to-cart.js-product-add-to-cart  span.control-label {
    display: none !important;
}

.product-add-to-cart.js-product-add-to-cart {
    display: flex;
    margin-top: 55px !important;
    justify-content: center;
}

div#presta_custom_attribute {
    padding: 0 !important;
}

select {
    background: #f6f6f6 !important; 
}

label.form-control-label.total_price {
    display: none;
}



.sec-descripcion .product-description div, .sec-descripcion .product-description p {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;    
    font-weight: 400 !important;

    margin-bottom: 20px;
    color: #232323;
    line-height: 1.5em;       
}

.product-description {
     line-height: 1.5em;       
}
 

.bloque-precio- label p {
    margin-top: 19px !important;
    margin-bottom: 0px !important;
}





/* Mostrar .imagenesmovil en pantallas de 768 píxeles o menos */
@media (max-width: 768px) {

    div[id^="product-description-short"] {
        text-align: center !important;
    }


}



/* Estilo del div como si fuera un botón */
.button-like {
  display: inline-block;
  padding: 10px 20px;
  background-color: #73688f;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button-like:hover {
  background-color: #9b769e;
}

/* Estilo para el popup (centrado y oculto por defecto) */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popup-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
}


.lowcase{
    text-transform: lowercase;
}


/* Estilos tabla orderdetail */

#presta_partial_order_table thead {
    color: white !important;
    background-color: #73688f !important;
}

.bg-success {
    background-color: #CBE2E0 !important;
}

.presta-ppo-badge {
    background-color: #CBE2E0 !important;
}

.bg-warning {
    background-color: #CBE2E0 !important;
}

.presta_cart_block {
    background-color: #73688f !important;
}

.presta_label_color a {
    color: white !important;
}

/* Estilos feed Instagram */

#Home_instagram {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    gap: 10px;
}

#Home_instagram img {
   width: 100% !important;
   height: auto;
   object-fit: cover;
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) {
    #Home_instagram li {
        flex-basis: 100%; /* 1 columna en móviles */
    }
}

/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
    #Home_instagram li {
        flex-basis: calc(50% - 10px); /* 2 columnas en tablets */
    }
}

/* Pantallas grandes (laptops y escritorio) */
@media (min-width: 1025px) {
    #Home_instagram li {
        flex-basis: calc(25% - 10px); /* 4 columnas en pantallas grandes */
    }
}

/* Estilo descripcion larga detallada backend */

div#mceu_15 {
    border: 1px solid #e3e3e3 !important;
}

/* Estilos bloque extras quick view */

/* div#presta_custom_attribute {
    background-color: transparent;
} */

/* Estilos descripcion larga */

.box-additional-description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-additional-description {
    width: 65%;
    text-align: center;
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) {
    .product-additional-description {
        width: 90%;
        text-align: center;
    }
}

/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
    .product-additional-description {
        width: 90%;
        text-align: center;
    }
}

/* Estilo descripcion larga detallada frontend */

.product-additional-description p, .product-additional-description div, .product-additional-description p span { 
    font-family: "Montserrat" !important; 
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
    color: #232323;
    line-height: 1.5em;
}

.product-additional-description h3, .product-additional-description strong {
    font-family: "Montserrat" !important; 
    font-weight: 400 !important;

}

/* Estilos botón scroll hacia el carrito */

.button-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-block a .icon-button {
    border-radius: 10px !important;
    background: #7a8c9c !important; 
    color: #73688f !important;
    padding: 20px 40px 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border:unset !important;

    div{
        font-weight: 500 !important;
    }

    i {
        font-size: 25px;
    }
}


.button-block a .icon-button:hover {
    border-radius: 10px !important;
    background: #73688f !important; 
    color: white !important;
    padding: 20px 40px 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border:unset !important;
    
    div{
        font-weight: 500 !important;
    }
}

/* Estilos quick view ocultar pagos*/

.elementor-section-wrap .form-wrapper{
    display: none !important;
}

/* Estilos contenedor-texto-pagada */

.contenedor-texto-pagada {
    text-align: center;
    margin-bottom: 30px;
}

/* Contenedor texto contactanos */

.contenedor-texto-contactanos {
    text-align: center;
    margin-top: 20px;
}

/* Estilos chat tawk.to */

.tawk-button {
   border: 1px solid black !important;
}


.elementor-2170101 .elementor-element.elementor-element-904bfbf .elementor-nav--main {
    text-transform: unset;
}

/* Estilos boton cart y pagina cart y cart vacio*/

.botonSeguirComprandoCarrito {
    background: white;
    width: fit-content;
    padding: 5px 20px 5px 10px;
    border-radius: 30px; 
}

.botonSeguirComprandoCarrito a{
    color: #532659;
}

/* Estilos toggle */

.toggle-container {
    width: 100%;
    margin: 20px 0;
}

/* .toggle-header {
    border-radius: 10px;
    background-color: #73688f;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #73688f;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

    h3 {
        margin: 0px;
    }
}

.toggle-header:hover {
    background-color: #f6f6f6;
    color: #73688f;
} */

/* .toggle-content {
    display: none;
    padding: 10px;
    border: 1px solid #73688f;
    border-top: none;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
} */

.toggle-content form{
    display: flex;
    justify-content: center;
}


/* Estilo para desenfoque del fondo */
body.popup-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Oscurecimiento del fondo */
    z-index: 999; /* Detrás del popup */
    backdrop-filter: blur(5px); /* Desenfoque */
}

/* Popup oculto */
.custom-popup-hidden {
    display: none;
}

/* Popup visible */
.custom-popup-visible {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Encima del desenfoque */
}

/* Contenido del popup */
.custom-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    position: relative;
    z-index: 1001; /* Encima del desenfoque */
}

.custom-popup-content button {
    margin-top: 15px;
}
.popup-error {
    display: none;
}

.popup-error.hidden {
    display: none;
}

.popup-error.visible {
    display: block;
}

.ce-product-badge{
    border-radius: 50px;
    padding: 3px 14px 3px 14px;
}

.ce-product-badge.ce-product-badge-sale {
    background-color: #cbe2e0;
    color: #213432;
}

.ce-product-badge.ce-product-badge-new {
    background-color: #ccc3de;
    color: #73688f;
}

li.product-flag {
    border-radius: 0px 50px 50px 0px;
    padding: 3px 14px 3px 14px;
}

li.product-flag.discount {
    background-color: #cbe2e0 !important;
    color: #213432;
}

li.product-flag.new {
    background-color: #ccc3de;
    color: #73688f;
}
    

ul.product-flags.js-product-flags {
    margin-top: 20px;
}

span.discount.discount-amount {
    background: #cbe2e0;
    color: #31493d;
    border-radius: 50px;
    margin-left: 0px;
}




.product-line-info a.label {
    font-size: 20px !important; 
    font-weight: 800 !important; 
    color: #73688f !important;
}

.product-line-info span.price {
    display:none;
}

.product-line-info.product-price.h5 {
    margin-bottom: 0px !important;
}


input.js-cart-line-product-quantity.form-control {
    border-radius: 10px 0px 0 10px !important;
}

i.material-icons.float-xs-left {
    color: #73688f;
}

span.product-price strong {
    color: #73688f !important;
}


.cart-summary-line.cart-total {
    margin-bottom: 0px;
}

span.custom-checkbox p {
    margin-bottom: 0 !important;
}


span.elementor-button-text {
    line-height: 1 !important;
}
 
 
.elementor-field-type-subscribe button.elementor-button.elementor-size-sm {
    display: flex !important;
    align-items: center;
} 



.box-separador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.barra {
    background: #73688f !important;
    height: 1px !important;
    max-width: 80px;
    width: 100%;
    opacity: 20%
}

.texto {
    color: #73688f;
    font-weight: 600 !important;
}

.elsegundoform {
    margin-left: auto;
    margin-right: auto;
}



form.elsegundoform {
    display: flex;
    align-items: center;
    justify-content: center;  
}



div#presta_custom_attribute 

.col-md-12.presta_block.no-padding:nth-child(6) {
   
    display: flex !Important;
    flex-wrap: wrap !important;
    width: 100% ;
    margin-top: 30px;
}

 

div#presta_custom_attribute 

.col-md-12.presta_block.no-padding:nth-child(6) > div {
   
    display: flex !Important;
    flex-wrap: wrap !important;
    width: 100% ;
}


div#presta_custom_attribute 
.col-md-12.presta_block.no-padding:nth-child(6) input {
   
    display: flex !Important;
    flex-wrap: wrap !important;
    width: 100% ;
    border-radius: 10px !Important;
}


div#presta_custom_attribute 
.col-md-12.presta_block.no-padding:nth-child(6)
span.formatted-price {
    display: none;
}

div#presta_custom_attribute 
.col-md-12.presta_block.no-padding:nth-child(7)  
.list-attribute-custom { 
   
    display: flex !Important;
    flex-wrap: wrap !important;
    width: 100% ;
    border-radius: 10px !Important;
    margin-right: 0px;
    display: reverse;

}

div#presta_custom_attribute 
.col-md-12.presta_block.no-padding:nth-child(7)  
.list-attribute-custom .checkbox.presta_custom_field {
    margin-right: 15px;
}



label#custom-attribute-17 {
    display: flex !Important;
    align-items: center !important;
    gap: 2px;
    font-weight: 400 !important;
}



.customTituloProductoIrene{
    font-size: 81px !important;
    font-weight: 300 !important;
    text-align: left !important;
    line-height: 1 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}
 

.customProductDescriptionIrene p{
    font-family: 'Montserrat' !important;
    font-weight: 800 !important;
    font-size: 26px !important;
    color: #73688f !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    margin-top: -10px !important;
    margin-bottom: 70px !important;
    text-align: left !important;
    margin-top: 10px !important;
    line-height: 1.6 !important;
}




.producpricesbox{
    background: #73688f;
    padding: 30px 30px;
    border-radius: 30px;
    margin-top: 50px;
}



.producpricesbox span.current-price-value {
    color: white;
}

.producpricesbox .bloque-impuesto {
    color: white;
}



.producpricesbox span.delivery-information {
    color: white;
    /* margin-top: 30px !important; */
    font-weight: 400 !important;
}

.producpricesbox .sequra-promotion-widget.sequra-promotion-widget--pp3 {
    margin-top: 20px;
    margin-bottom: 20px !important;
}



section.product-accessories.clearfix {
    background: #eeeeee;
    margin-bottom: -30px;
    padding-top: 100px;
    margin-top: 150px !important;
}

section.product-accessories.clearfix p.h5.text-uppercase {
    font-family: 'Montserrat' !important;
    font-weight: 300;
    margin-bottom: 100px !important;
    text-transform: uppercase;
}




/* ARREGLOS DE MÁRGENES ESPECÍFICOS */

@media (min-width: 1025px)  {
    body#product section#wrapper {
        padding-top:130px;
        padding-left:50px;
        padding-right:50px;    
    }

    .elementor.elementor-32020101.ce-edit-wrapper , section.product-accessories.clearfix {
        margin-left: -50px;
        margin-right: -50px;
    }

}

/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) { 
}

/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) { 
    body#product section#wrapper {
        padding-top:100px;
        padding-left:25px;
        padding-right:25px;    
    }

    .elementor.elementor-32020101.ce-edit-wrapper , section.product-accessories.clearfix {
        margin-left: -25px;
        margin-right: -25px;
    }
}



/* --------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 13px;
}


.product-actions .control-label {
    margin-bottom: 10px;
}



.col-md-12.imagenesmovil {
    margin-bottom: 80px;
}



/* Pantallas pequeñas (móviles) */
@media (max-width: 600px) { 

    .col-md-12.imagenesmovil {
        margin-bottom: 80px;
    }

    p,span {
        line-height: 2.5 !important;
    }


    .list-attribute-custom {

        margin-bottom:40px !important;
    }

    label.form-control-label.presta_original_product_price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}


.texttransformenone{
    text-transform: none !important;

}