
/*custom fonts*/
@font-face {
    font-family: "Anekina";
    src: url("../fonts/Anekina.woff2") format("woff2"),
         url("../fonts/Anekina.woff") format("woff"),
         url("../fonts/Anekina.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}
/*end custom fonts*/

/*general style*/
.secundary-font{
    font-family: 'Anekina' !important;
}
h2{
    font-family: 'Anekina' !important;
    letter-spacing: 1.14px;
    font-weight: 400;
}
/*end general style*/

/*header*/
header .img--mob{
    max-width: 50px;
}
/*end header*/

#product .ets_crosssell_block.block.products_block.featured-products.ets_crosssell_product_page.layout_list.clearfix{
	margin: 0;
}

/*home*/


.commentshome .title-container  .title {
    line-height: 3rem;
}

.commentshome .b-comentario{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    padding: 25px 30px !important;
    height: 277px;
}
.commentshome .b-comentario .slide-comment{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

/*end home*/

.productovalues{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cookiesplus-modal.fancybox-opened .fancybox-skin #cookiesplus-bas .modal-body {
background-color: rgba(0,0,0,0);
}
.modal-content {border: 1px solid rgba(0,0,0,.0);}

.cookiesplus-modal .modal {background-color: rgba(33, 41, 52, 0.75);}

.promotional{
	top:36px;
}

.product-flag.new,.product-flag.pack{
	background-color: #51d1da;
}
#cart #reward_loyalty{
    background-image: url("../img/vignette.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center;
}


.btn-code{
    background: #C2DAFF !important;
}
.bg.bg--color--tertiary_light_3, .s-newsletter .c-form .btn{
    background: #FE9881;
}
.shipping-amount-display p.text{
    font-weight: 400;
}
#cart #reward_loyalty{
    font-weight: 500;
}
.logo_footer{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body#cart .ets_crosssell_block, body#product .ets_crosssell_block{
    background-color: #f0f6ff;
    margin-right: auto;
    margin-left: auto;
    padding: 15px !important;
}

body#cart .ets_crosssell_block ul, body#product .ets_crosssell_block ul{
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body#cart .ets_crosssell_block h4.ets_crosssell_title, body#product .ets_crosssell_block h4.ets_crosssell_title {
    font-size: 3rem;
    line-height: 150%;
    font-family: 'Anekina' !important;
    color: #cc90ea;
    letter-spacing: 1.14px;
    font-weight: 400;
    text-align: center;
    display: grid !important;
    border-bottom: none !important;
}

body#cart .ets_crosssell_block ul.ets_cs_sub_categories li a, body#product .ets_crosssell_block ul.ets_cs_sub_categories li a{
    font-family: Nunito, sans-serif;
    color: #8947a5;
}
body#product .ets_crosssell_block {
  background-color: #fcf0ff;
}
body#checkout .content-info-user{
    background: #FBDDD8 !important;
    border: none !important;
    box-shadow: none !important;

}
body#checkout .content-info-user .identity .label,
body#checkout .content-info-user .identity a{
    color: #000000;

}

body#checkout .content-info-user .identity .group{
    background: #CC90EA;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.1px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    padding: 10px;
    border-radius: 15px;
}

body#checkout .s-header.bg{
    background: #FBDDD8 !important;
}

body#checkout .s-header .c-brand .img--desk,
body#checkout .s-header .c-brand .img--desk{
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

body#checkout .btn--phone, .btn--nails{
    display: none !important;
}

body#checkout .card{
    border: none !important;
    gap: 10px;
}

body#checkout .cart-grid-body, body#checkout .cart-grid-right{
    padding-top: 30px;
}

body#checkout #checkout-addresses-step,
body#checkout #checkout-delivery-step,
body#checkout #checkout-payment-step{
    border: 2px solid #FBDDD8 !important;
    border-radius: 20px;
    padding: 30px;
}

body#checkout #checkout-personal-information-step{
    border: none !important;
    padding: 15px 0px 0px 0px;
}

body#checkout #js-checkout-summary{
    background-color: #FCF0FF;
    padding: 50px 10px;
}

body#checkout .content-info-user{
    height: 70px !important;
}

body#checkout h1{
    font-family: Anekina;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 29.7px;
    letter-spacing: .03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CC90EA !important;
    /* padding: 20px 0px 0px 20px; */
}


body#checkout #checkout-personal-information-step .form-control,
body#checkout #checkout-addresses-step .form-control,
body#checkout #checkout-delivery-step .form-control,
body#checkout #checkout-payment-step .form-control{
    border-color: #FBDDD8 !important;
}

body#checkout #delivery-address{
    padding-top: 30px;
}

body#checkout .group-checking{
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: end;
    gap: 10px;
}

body#checkout .group-checking input#use_same_address {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fbddd8;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;

}


body#checkout .group-checking input#use_same_address:checked{
    appearance: auto !important;
}

body#checkout .cart-summary-products p,
body#checkout .cart-summary-subtotals-container span{
    color: #000000 !important;
}

body#checkout #delivery-address button{
    background: #FE9881;
    color: #000000;
    text-transform: math-auto;
    min-width: 170px;
    margin-top: 40px;
}

body#checkout button.btn-code{
    text-transform: math-auto;
}

body#checkout .productovalues{
    background: transparent;
}

body#checkout .img-footer-logo,
body#checkout .productovalues img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body#checkout .productovalues p{
    color: #ffffff;
}
body#checkout .form-fields textarea{
    min-height: 92px;
    border: 1px solid #fbddd8 !important;
}
body#checkout #js-delivery button,
body#checkout #payment-confirmation button,
body#checkout .js-address-form button{
    margin-left: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #FE9881;
    color: #000;
    font-family: Inter;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 15.13px;
    text-align: center;
    text-decoration-skip-ink: none;
    text-transform: math-auto;
}

body#checkout #js-delivery #delivery{
    padding-top: 15px;
}
body#checkout #js-delivery #delivery label{
    text-align: left;
}
body#checkout #js-delivery .delivery-options{
    margin: 15px !important;
}

body#checkout .content-info-user .editar,
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
    color: #000000 !important;
    font-family: Nunito;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 19.1px;
    letter-spacing: 0.03em;
    text-transform: math-auto;
}

body#checkout .content-info-user {
    padding: 35px;
}

body#checkout section.checkout-step .payment-options .custom-radio{
    appearance: none;
    border-radius: 50%;
    border: 2px solid #FBDDD8;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.nav2-redes .imagen-24x24,
.menu-redes .imagen-24x24{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.nav2-redes .imagen-20x20,
.menu-redes .imagen-20x20{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.imagen-30x30{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.nav2-redes{
    padding-left: 15px;
    padding-right: 15px;
}
.menu-redes{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin-top: -33%;
    z-index: 99;
    position: relative;
}
.footer-redes{
    text-align: center;
    padding-bottom: 20px;
    margin-top: -10px;
}
.nav2-redes img,
.menu-redes img{
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

@media (max-width: 768px) {
    body#checkout .s-value .b-value{
        border: none !important;
        padding-bottom: 15px !important;
    }
    body#checkout .footer-final{
        display: flex;
        flex-wrap: wrap;
    }
    body#checkout .c-copy--logos{
        order: -1;
    }
    body#checkout .copy-final-text{
        padding-top: 15px ;
    }
    body#checkout .content-info-user{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body#checkout .content-info-user .identity .label{
        font-size: 10px !important;
         line-height: 10px !important;
    }
    body#checkout .content-info-user .identity a{
        font-size: 10px !important;
        line-height: 10px !important;
    }
    body#checkout .content-info-user .identity .group{
        padding: 5px !important;
        border-radius: 4px !important;
        font-size: 10px !important;
        line-height: 10px !important;
    }
    body#checkout .content-info-user .editar{
        font-size: 10px;
    }

    /* body#checkout .cart-grid-body, body#checkout .cart-grid-right{
        padding-top: 0px;
    }
    body#checkout #js-checkout-summary{
        padding-top: 0px;
    } */
    body#checkout section#wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    body#checkout .s-header--content{
        display: block !important;
        justify-items: center;
    }
    body#checkout .img--mob{
        -webkit-filter: brightness(0) invert(0);
        filter: brightness(0) invert(0);
        max-width: 100%;
    }
    body#checkout .c-brand {
        display: inline-flex;
        justify-content: center;
    }
    body#checkout header .actions{
        padding-bottom: 10px !important;
        margin: 0;
        align-items: center;
        justify-content: center !important;
    }
    body#checkout #js-checkout-summary{
        padding: 20px 10px !important;
    }
    body#checkout .cart-grid-right.logged{
        padding-top: 60px !important;
    }
    body#checkout .cart-grid-right{
        padding-top: 100px !important;
    }

    .commentshome .b-comentario{
        height: auto !important;
    }

    body#cart section#main div.contenedor{
        padding-top: 0px !important;
    }
    .cart-grid-right{
        padding: 0 !important;
    }
    #cart .cart-grid-right .cart-summary{
        padding: 20px !important;
    }

}

#checkout header .img--mob {
    max-width: 100%;
    padding: 15px 0;
}
#checkout .block-promo .promo-code form{
    display:flex;
    justify-content: space-between;
}

@media (min-width: 992px) {

    #checkout .top--scroll .s-header .c-brand img {
        width: auto !important;
        padding: 10px 15px;
    }
    #checkout .s-header .c-brand img {
        width: auto !important;
        padding: 5px 15px;
    }

    .custom-scroll {
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
      }

      /* Estilo del scroll para navegadores basados en WebKit (Chrome, Edge, Safari) */
      .custom-scroll::-webkit-scrollbar {
        width: 8px;
      }

      .custom-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
      }

      .custom-scroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
      }

      .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
      }

      footer [type=button]:not(:disabled){
        cursor: auto !important;
      }
}

@media (min-width: 1200px) {
    .top--scroll .s-header .c-brand .img--desk {
        display: block !important;
        padding: 10px 0px !important;
        max-width: 100%;
        width: auto;
    }
    .top--scroll .s-header .c-brand .img--mob {
        display: none !important;
    }
}

.c-carrito .total{
    z-index: 9;
}

button.loading {
    position: relative;
    cursor: not-allowed;
    color: transparent !important;
}

button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px;
    border: 2px solid #fff;
    border-top-color: #8947a5;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.offer_label{
    text-align: center;
    position: static !important;
    margin-left: 12px;
    margin-top: 20px;
    background: #CC90EA !important;
    border-radius: 5px !important;
}
.b-producto .promo_code{
    text-align: center;
    position: static !important;
    margin-left: 12px;
    margin-top: 8px;
    background: #FF5F6A !important;
    padding: 2px !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 5px !important;
}
.new_label{
    text-align: center;
    /* position: static !important; */
    background: #678DFC !important;
    border-radius: 5px !important;
    align-self: flex-end;
    margin-right: 12px !important;
    top: unset!important;
}

.btn.add-to-cart{
    background: #8947A5 !important;
}
.btn.add-to-cart:hover{
    background: #662780 !important;
}
@media (max-width: 768px) {
    header .actions .c-finder {
        flex: none;
        margin-left: 35px;
      }

      .iconinvoice i {
        color: #fe9881;
        margin-top: 10px;
      }
      .iconinvoice-inactive i {
        color: #cccccc;
        margin-top: 10px;
      }
}



.product-flags-stack .offer_label {
    background-color: #c368e3;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-left:unset!important;
}

.product-flags-stack .promo_code {
    background-color: #ef5350;
    color: white;
    border-radius: 3px;
    font-size: 0.9rem;
    padding: 2px 8px !important;
    font-weight: bold;
    margin-left: 0px!important;
}

.product-flags-inner .new_label {
    background-color: #42a5f5;
    position: relative!important;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.9rem;
    text-transform: uppercase;
}


.product-flags-stack .refur_label {
    background-color: #9e9e9e;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.9rem;
}

.product-flags-stack .other_label {
    background-color: #672781;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.labelmat {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
}

/* Rojo intenso - texto blanco */
.labelmat.red {
  background-color: #FF5F6A;
  color: #ffffff;
}

/* Azul medio - texto blanco */
.labelmat.blue {
  background-color: #42a5f5;
  color: #ffffff;
}

/* Negro - texto blanco */
.labelmat.black {
  background-color: #000000;
  color: #ffffff;
}

/* Naranja - texto oscuro para contraste */
.labelmat.orange {
  background-color: #ffcc80;
  color: #4e342e;
}
.labelmat.green {
  background-color: #81c784;
  color: #1b5e20;
}
.labelmat.lilaclaro{
	background-color: #c368e3;
	color: #ffffff;
}
.labelmat.lilaoscuro{
	background-color: #8947a5;
	color: #ffffff;
}

/* alert danger  */
#notifications .alert-danger {
  background-color: rgb(248,214.6,217.8);
  border-color: rgb(245.2,198.44,202.92);
  font-size: 15px;
  padding: 10px 20px;
}

#product .other_label {
    background-color: #672781;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.9rem;
    text-transform: uppercase;
    width: fit-content;
    margin: 5px 10px;
}
#payment-option-1-container img{
	height:26px;
}

#cms.cms-id-67 .elementor-widget-product-grid h3.elementor-title{
    height:30px ;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas antes de truncar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cms.cms-id-67 .elementor-widget-product-grid .elementor-price-wrapper{
    display:flex;
    flex-direction:column;
}