/* Default styles */
del {
    color: red;
}
del .amount{
    font-size: 14px;
}
.woocommerce-message{
    border-top-color: #d4006d;
}
.woocommerce-message::before{
    color: #d4006d;
}
.woocommerce a.button,
.woocommerce button.button,
.single_add_to_cart_button{
    padding: .5rem 1.8rem !important;
    border-radius: 20px;
    border: 1px solid #d4006d;
    background: transparent !important;
    color: #d4006d !important;
    line-height: unset;
    color: #fff;
    font-weight: 500;
    font-size: .95rem;
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.single_add_to_cart_button:disabled{
color: #fff;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.single_add_to_cart_button:hover{
    color: #fff !important;
    background-color: #d4006d !important;
}

/* Float Cart */
.xoo-wsc-sm-right {
    justify-content: center;
}
.xoo-wsc-sm-left {
    text-align: left;
}
.xoo-wsc-footer a {
    color: white !important;
    background-color: #000;
}
.xoo-wsc-empty-cart a {
    color: white !important;
    background: #000;
}

.xoo-wsc-container, .xoo-wsc-slider {
    z-index: 999999;
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
    z-index: 99999999 !important;
}
.xoo-wsc-items-count {
    background-color: #000 !important;
}


/* CARRITO */
.woocommerce-info{
    border-top-color: #0c0648;
}
.woocommerce-info::before{
    color: rgb(12, 6, 75);
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    border: 1px solid #d4006d;
    background: transparent !important;
    color: #d4006d !important;
}


.return-to-shop{
    text-align: center;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
    width: 80px;
}

.woocommerce-cart-form__cart-item {
    font-weight: 500;
}
a.shipping-calculator-button {
    color: black !important;
    float: none;
    margin-top: .5em;
    border: 1px solid black;
    border-radius: 8px;
    padding: .3rem .6rem;
    display: inline-block;
    margin-bottom: 1rem;
}
a.shipping-calculator-button::after{
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\f0d1";
    text-decoration: none;
}
.cart-collaterals .cart_totals table th{
    width: 35%;
}

/* Set display none input coupons */
.coupon{
    display: none !important;
}
.woocommerce-cart-form__cart-item .product-name a{
    color: #0c0648;
    text-transform: uppercase;
}


/* Shop page */
.shop-area .shop-search input{
    font-size: .9rem;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item  ul{
    list-style: none;
    /* padding: 6px 0; */
    padding-left: 1rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item  a{
    font-weight: 500;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item  a.active{
    color: #d4006d;
}

.pagination-items{
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
}
.pagination-items li{
    margin: 0 .6rem;
    display: flex;
    align-items: center;
}
.pagination-items li a{
    color: #0c0648;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.pagination-items li a:hover{
    background-color: rgba(228, 36, 135, 0.58);
    color: #fff;
}
/* Excluir el primer y último enlace de los estilos hover */
.pagination-items li:first-child a:hover,
.pagination-items li:last-child a:hover {
    background-color: transparent; /* Restablecer al estilo predeterminado */
    color: inherit; /* Restablecer al estilo predeterminado */
}
.pagination-items li a.active{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4006d;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;

}

/* Shop wrapper and products */
.shop-bar{
    border-radius: 7px;
    color: #000;
    font-weight: 500;
}

/* Sidebar Filters Shop page */

.shop-sidebar{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 7px;
    padding: 1.3rem 1.5rem;
}
.shop-sidebar .category-items{
    padding: 0;
}
.shop-sidebar .filter-title{
    color: #0c0648 !important;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.shop-sidebar .filter-content select{
    padding: .375rem .75rem !important;
    border: none;
    border-radius: .25rem;
    width: 100%;
    border: 1px solid #ced4da;
    font-size: .9rem;
}

#clear-filters{
    display: none;
    transition: all .4s ease-in-out;
}
#clear-filters.active{
    display: block;
    transition: all .4s ease-in-out;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown{
    display: block !important;
}
.woocommerce-breadcrumb a{
    color: #d4006d;
}
.yith-wcan-filters .yith-wcan-filter .filter-content{
    padding: 0 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items{
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
    line-height: 2;
    margin: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a{
    font-weight: 430;
    color: #000 ;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a:hover{
    color: #d4006d;
}



/* Single product */

/* Detalle producto */
.product__slider-main {
    margin-bottom: 10px;
  }

.product__slider-main, .product__slider-thmb {
    display: none;
}

.product__slider-main .slide {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.product__slider-main .slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product__slider-main .slide img {
    /* height: 400px; */
    width: 80%;
    height: 100%;
    object-fit: contain;
  }

.product__slider-main img {
margin: 0 auto;
}
.button-slider{
    position: absolute;
    border: none;
    transition: all .3s ease;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
}
.button-slider .slide-arrow{
    border-radius: 50%;
    background-color: #d4006d;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;

}
.slide-arrow.prev-arrow{
    left: 2rem;
    transition: all .3s ease;
}
.slide-arrow.next-arrow{
    right: 2rem;
    transition: all .3s ease;
}
/* Slider thumbmails */
.product__slider-thmb {
    overflow: hidden;
}

.product__slider-thmb .slide {
    border: 1px solid #7a7a7a;
    width: 100%;
    height: 120px;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
}
.product__slider-thmb .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__slider-thmb .slick-list{
    padding: 0 !important;
}
.product__slider-thmb .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__slider-thmb .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; /* Ajusta el espacio entre thumbnails */
}
.product__slider-thmb .slick-slide {
    opacity: 0.5;
    transition: all .3s ease;
}
.product__slider-thmb .slick-slide.slick-active, .product__slider-thmb .slick-slide:hover {
    opacity: 1;
}
.product__slider-thmb .slick-track {
    transform: translate3d(0, 0, 0) !important;  
}

.wrap-info .row{
    border-radius: 14px;
    padding: .8rem;
    border: 1px solid rgb(12, 6, 75);
    /* box-shadow: 0 .0rem 0.4rem rgb(212 0 109 / 47%) !important; */
}
.wrap-info .row .form-label{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 .4rem;
}
.wrap-info .row .icon-info{
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wrap-info .row .icon-info i{
    width: 100%;
    font-size: 1.7rem;
    font-weight: 300;
    color: rgb(12, 6, 75);
}
.wrap-info .row .form-label .font-weight-bold{
    font-weight: 600;
}

.minus,
.plus {
    display: inline-block;
    /* background-color: #d4006d; */
    background-color: transparent;
    /* color: #fff; */
    color: #000;
    font-weight: 450;
    width: 35px;
    height: 40px;
    border: none;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid light-dark(rgb(188 188 188), rgb(133, 133, 133));
}
.minus{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 2rem;
}
.plus{
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.4rem;

}

.quantity .input-text.qty {
    /* margin: 0 5px; */
    text-align: center;
    width: 45px;
    height: 40px;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid light-dark(rgb(188 188 188), rgb(133, 133, 133));
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}

#detalle-producto .product-category{
    font-size: 1rem;
}
#detalle-producto .price-org{
    color: #d4006d;
    font-size: .9rem;
}

#detalle-producto .price-new{
    font-size: 1.6rem;
    color: #0c0648;
}
#detalle-producto .desc-corta{
    font-size: 1.05rem;
}
#detalle-producto .desc-corta p{
    margin-bottom: 2rem;
}

#detalle-producto .desc-corta .atributos strong{
    text-transform: capitalize;
}


#boton_agregar_carrito .quantity input{
    width: 3em;
    text-align: center;
    min-height: 38px;
}


/* Checkout page */
a.showcoupon{
    color: #d4006d;
}
.woocommerce form .form-row label{
    font-weight: 500;
}
.woocommerce-Price-amount{
    font-size: 1.1rem;
    font-weight: 600;
}
.woocommerce ul#shipping_method li label{
    font-weight: 500;
}

.woocommerce ul#shipping_method li{
    margin: 0;
}

#order_review .woocommerce table.shop_table th{
    width: 65%;
}
.woocommerce-privacy-policy-link{
    color: #0c0648;
    font-weight: bold;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    /* min-height: 35px; */
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce form .form-row select{
    padding: .375rem .75rem;
    border: none;
    border-radius: .25rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus{
    color: #212529;
    background-color: #fff;
    border-color: #0b064867;
    outline: 0;
    box-shadow: 0 0 0 0.07rem #0c064b99;
}

/* 
    PAGE ORDER RECEIVED
*/

/* Alert */
.box-woocommerce-notice--success i{
    color: #d4006d;
    font-size: 4rem;
    margin-bottom: 1rem;
}
.woocommerce ul.order_details li{
    margin-right: 4em;
    padding-right: 4em;
    border-right: 1px dashed #d4006d;
}
.woocommerce-table__product-name.product-name a{
    color: #d4006d;
    font-weight: 500;
}


/* 
    PAGE SINGLE PRODUCT
*/

.woocommerce-product-gallery__image img{ 
    width: 100%;
    height: auto;
    object-fit: contain;
}

.carousel-productos-relacionados .owl-stage .owl-item{
    padding: 1rem;
}
#descripcion .nav-item .active {
    font-weight: bold;
    /*border-bottom: 5px solid #CBB775 !important;*/
    color: #000 !important;
    position: relative;
    top: 2px;
}
#descripcion .nav-item {
    height: auto !important;
}
#descripcion a {
    color: #818181 !important;
    font-size: 23px;
}
/* Descripcion producto */

#descripcion .tab-content div{
    text-align: justify;
}
#descripcion .tab-content {
    font-size: 16px;
    text-align: justify;
}
#descripcion .tab-content img.alignleft{
    float: left;
    margin-right: 3rem;
    margin-bottom: 2rem;
}
.nav-tabs {
    /*border-top: 1px solid #aeaeae !important;*/
    border-bottom: 3px solid #0c0648 !important;
    height: auto;
}


/* 
        PAGINA MI CUENTA
 */

 .st-cuenta .woocommerce{
    display: flex;
 }
 .woocommerce-MyAccount-navigation{
     width: 23%;
     /* border: 1px solid #0b064860; */
     border-radius: 10px;
    }


 .woocommerce .woocommerce-MyAccount-navigation ul {
    /* border-top: 1px solid #ff0000; */
    margin-bottom: 0;
    padding: 0;

  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding-bottom: 0;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #0b064813;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    font-weight: 500;
    color: #0c0648;
    padding: .7rem 1.2rem;
    border-radius: 10px;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 10px;
      opacity: .25;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    background-color: #0b064813;

  }
  .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f201";
      padding-right: 14px;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f54e";
    font-weight: bold;
    padding-right: 12px;
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f019";
    font-weight: bold;
      padding-right: 13px;
  
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f015";
    font-weight: bold;
      padding-right: 11px;
  
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f09d";
    font-weight: bold;
      padding-right: 15px;
  
  }
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f007";
    font-weight: bold;
      padding-right: 15px;
  
  }
  
  
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f2f5";
    font-weight: bold;
      padding-right: 13px;
  
  }
  .entry-content table:not(.variations) {
    border: 0px solid #eee;
}

.entry-content thead th, .entry-content tr th {
    color: #555;
    background-color: #f5f5f5;
    padding: 15px!important;
}

.woocommerce table.my_account_orders td {
    padding: 10px 8px;
}

.woocommerce a.button:hover, .woocommerce-page a.button:hover {
    background-color: #d4006d!important;
    color: #fff !important;
}

.woocommerce-account h2, .woocommerce-account h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #111;
}

.woocommerce table.shop_table td {
    border-top: 0px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0px solid rgba(0,0,0,.1);
}

.woocommerce-MyAccount-content{
    width: 77%;
    padding: .2rem 1.5rem;
}

.woocommerce-MyAccount-content p{
    margin-bottom: 1rem;
}
.woocommerce-MyAccount-content a{
    color: rgb(12, 6, 75);
    font-weight: 500;
}

/* 
    PAGE SEARCH
*/
.breadcrumbs-container  {
    font-size: .9rem;
    font-weight: 450;
}
.breadcrumbs-container span {
    color: #949494;
}
.breadcrumbs-delimiter i {
    margin-top: 0;
    font-size: .6rem;
    
}



@media  (min-width: 1280px) and (max-width: 1439px){
    .woocommerce-MyAccount-navigation{
        width: 30%;
    }
    .woocommerce-MyAccount-content{
        width: 70%;
    }
    .wrap-info .row .icon-info{
        width: 34px;
    }
    .wrap-info .row{
        padding: .8rem .6rem;
    }
    .wrap-info .row .icon-info i{
        font-size: 1.5rem;
        margin-top: 0;
    }
    .carousel-productos-relacionados .owl-stage{
        margin: 0 auto;
    }
    .card-product{
        padding: 1rem;
    }
    .wrap-info .row .form-label{
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 1.4;
        padding: 0 .4rem;
    }
    #detalle-producto .desc-corta{
        font-size: 1rem;
    }
  }


@media screen and (max-width: 568px) {
    .woocommerce ul.order_details{
        flex-direction: column;
        padding: 1rem;
    }
    .woocommerce ul.order_details li{
        border-right: 0;
        border-bottom: 1px dashed #d4006d;
        padding: 1rem 0;
        margin-right: 0;
    }
    #texto_barra_catalogo_hover{
        padding: 0;
    }
    #texto_barra_catalogo_hover ol{
        padding: 0 !important;
    }
    #detalle-producto .woocommerce-breadcrumb{
        font-size: .9rem;
    }
    .product__slider-main .slide img{
        width: 100%;
        object-fit: cover;
        height: auto; 
    }
    .product__slider-thmb .slide{
        width: 120px !important;
        height: 95px;
    }
    .box__slider-main .prev-arrow{
        left: 0;
    }
    .box__slider-main .next-arrow{
        right: 0;
    }
    .woocommerce a.button, .woocommerce button.button, .single_add_to_cart_button{
        padding: .5rem .8rem !important;
    }
    .product__slider-main .slide{
        height: 350px;
    }


    /* Filters sidebar shop page */
    
    .btn-filters-opener{
        background-color: #d4006d;
        border: 1px solid #d4006d;
        color: #fff;
        padding: .4rem 1rem;
        border-radius: 8px;
        font-weight: 500;
    }
    .btn-filters-opener:focus-visible{
        border: none;
    }
    .wrap-sidebar{
        /* display: none; */
        padding: .4rem 1.7rem !important;
        position: fixed;
        overflow-y: auto;
        width: 100%;
        display: block;
        /* margin-bottom: -42rem; */
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        right: 0;
        bottom: 0;
        height: 0;
        overflow: hidden;
        transition: .1s height ease-in-out;
        background-color: #fff;
        color: #fff;
        z-index: 100;
        /* transition: all .4s ease-in; */
        box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15)!important;
        /* transition: all .6s ease-in;
        transition-timing-function: ease; */
    }
    .wrap-sidebar .divider-mobile{
        height: 4px;
        border-radius: 10px;
        text-align: center;
        width: 80px;
        background-color: rgb(12, 6, 75);
        margin: 1rem auto;
    }
    .wrap-sidebar .collection-drawer__header{
        color: #d4006d;
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right: 10px;
    }
    .wrap-sidebar .collection-drawer__header i{
        font-size: 1.4rem;
        margin-left: 10px;
        font-weight: 600;
    }

    .wrap-sidebar.active {
       /* margin-bottom: 0; */
       height: calc(100% - 87px);
        /* transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
        
    }

    .wrap-sidebar .shop-sidebar{
        padding: 0;
        box-shadow: none !important;
    }
    /* Page Account Responsive */
    .st-cuenta .woocommerce{
        display: flex;
        flex-direction: column;
     }
    .woocommerce-MyAccount-navigation{
        width: 100%;
        /* border: 1px solid #0b064860; */
        border-radius: 10px;
        margin-bottom: 1.2rem;
       }
    .woocommerce-MyAccount-content{
        width: 100%;
        padding: .2rem 1rem;
    }
}