/* ------------- Carrito ----------------- */

.entry-header{
    display:none;
}

.page{
    margin:0;
}

/* Estilos tabla */

table.shop_table{
    border: 0;
    background: transparent!important;
    border-collapse: collapse;
    margin: 0px!important;
}

table.shop_table td,
table.shop_table th,
table.shop_table tr{
    background-color:transparent!important;
    padding: 24px!important;
}

table.shop_table tr.cart_item{
    border-top: 1px solid rgb(231, 231, 231,.8);
}

table.shop_table tr.cart_item:first-child{
    border-top:0;
}

table.shop_table td{
    font-size:1.6rem!important;
    color: #000;
    /*padding: 16px!important;*/
}

table.shop_table td a{
    text-decoration:none!important;
    color: #000;
    font-weight:500;
}

/* Carrito */

.cart-wrapper{
    display:flex;
    align-items: flex-start;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    .cart-wrapper{
        flex-direction: row;
    }
}

@media screen and (min-width: 1280px) {
   
}

.cart-wrapper .button{
        padding: 12px 24px!important;
    line-height: 1!important;
    font-size: 1.5rem!important;
    border-radius: 12px!important;
    font-weight: bold!important;
    transition: all .3s ease-in-out;
    color: #fff!important;
    border-color: #ff9dbd!important;
    background-color: #ff9dbd!important;
    width:100%;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .cart-wrapper .button{
       width:auto;
   }
}

.cart-wrapper .woocommerce-cart-form{
    width:100%;
    margin:0;
    margin-bottom:40px;
    
    
    border: 1px solid rgb(22 24 35 / 12%);
    padding:24px;
    background-color:#fff;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    .cart-wrapper .woocommerce-cart-form{
        width:63%;
        margin:0;
        margin-right:60px;
    }
}

@media screen and (min-width: 1280px) {
   
}

.cart-wrapper .cart-collaterals{
    width:100%;
    
    
    border: 1px solid rgb(22 24 35 / 12%);
    padding:24px;
    background-color:#fff;
    position: sticky;
    top: 100px;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    .cart-wrapper .cart-collaterals{
        width:37%;
    }
}

@media screen and (min-width: 1280px) {
   
}
    
.cart-wrapper .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.cart-wrapper .cart-collaterals .cart_totals h2{
    font-size:2.2rem;
    font-weight:bold;
    border-bottom: 0.5px solid #E0E0E0;
    padding-bottom:24px;
    margin:0;
    font-weight:700;
}

.cart-header{
    display:flex;
    align-items: center;
    border-bottom: 0.5px solid #E0E0E0;
    padding-bottom:24px;
    font-size:1.5rem;
}

.cart-header-title{
    width:66.66%;
    font-size:2.2rem;
    font-weight:700;
    
}

.cart-header-qty,
.cart-header-subtotal{
    width:16.66%;
    text-align:center;
    display:none;
    font-weight:700;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    .cart-header-qty,
    .cart-header-subtotal{
        display:block;
    }
}

@media screen and (min-width: 1280px) {
   
}

.cart-header-subtotal{
    text-align:right;
}

.cart-body-item{
    display:flex;
    padding:24px 0;
    border-bottom: 1px solid rgb(22 24 35 / 12%);
}


.cart-body-content{
    width:66.66%;
}

.cart-body-resume{
    display:flex;
    width:33.33%;
    flex-direction:column;
    align-items:flex-end;
}

@media screen and (min-width : 580px) {
    .cart-body-resume{
        flex-direction:row;
        align-items:inherit;
    } 
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-body-qty,
.cart-body-subtotal{
    width:100%;
    text-align:center;
}

@media screen and (min-width : 580px) {
    .cart-body-qty,
    .cart-body-subtotal{
        width:50%;
    }    
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-body-qty .qib-container:before{
    display:none;
}

.cart-body-subtotal{
    text-align:right;
    margin-top:20px;
}

@media screen and (min-width : 580px) {
    .cart-body-subtotal{
        margin:0
    }    
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-body-content{
    display:flex;
}

.cart-body-thumbnail{
    flex-shrink:0;
    margin-right:40px;
}

.cart-body-thumbnail img{
    width:90px;
    height:90px;
    object-fit:cover;
    
}

.cart-body-data{
    width:100%;
    display:flex;
    flex-direction:column;
}

.cart-body-remove a.remove{
        position: relative!important;
    left: 0!important;
    top: 0!important;
    text-indent: 0;
    float: none;
    width: auto;
    height: auto;
    color:#000;
    font-weight:600;
    font-size:1.4rem;
    margin-top:20px;
}

.cart-body-remove a.remove:before,
.cart-body-remove a.remove:after{
    display:none;
}

.cart-body-qty .qib-button-wrapper{
    display: flex;
    width:100%;
    border: 1px solid rgb(22 24 35 / 12%);
    position:relative;
    width:100%;
    max-width:70px;
    margin:0;
    margin-left: auto;
    height:48px;
}

@media screen and (min-width : 580px) {
    .cart-body-qty .qib-button-wrapper{
        margin:0 auto;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.cart-body-qty .qib-button-wrapper .quantity{
    height:100%!important;
}

.cart-body-qty .qib-button-wrapper .input-text{
    order:1;
    width:45%!important;
    height:100%!important;
    padding:0!important;
    font-size:1.5rem!important;
    font-weight:500!important;
    border:0!important;
}

.cart-body-qty .qib-button-wrapper .qib-button{
    position:absolute;
    width:55%;
    height:50%;
    right:0;
    padding:0!important;
    border:0!important;
    text-indent:-9999px;
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.cart-body-qty .qib-button-wrapper .qib-button.plus{
    top:0;
    background-image: url(../images/arrow-top-black.svg);
}

.cart-body-qty .qib-button-wrapper .qib-button.minus{
    bottom:0;
     background-image: url(../images/arrow-bottom-black.svg);
}

.cart-body-name{
    margin-bottom:8px;
}

.cart-body-name a{
    color:#000;
    text-decoration:none!important;
    font-size:1.5rem;
    font-weight:500;
}

.cart-body-price{
    font-size:1.4rem;
}

.cart-body-subtotal{
    font-size:2rem;
    font-weight:500;
}

.cart-actions{
    padding-top: 24px;
    text-align:right;
}

.cart-total{
    display:flex;
    flex-direction:column;
}

.cart-total-item{
    display:flex;
    margin-top: 20px;
        font-size: 1.5rem;
}

.cart-total-item:last-child{
    margin-bottom:20px;
}

.cart-total-label,
.cart-total-content{
    width:50%;
}

.cart-total-content{
    text-align:right;
}

.order-total .cart-total-label,
.order-total .cart-total-content{
    font-size:2.2rem;
    font-weight:bold;
}

.cart-coupon{
    padding:20px 0;
    border-bottom: 1px solid #E0E0E0;
}

.cart-coupon .coupon{
    display:flex;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon{
        flex-direction:row;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.cart-coupon > a{
    position:relative;
    width:100%;
    display:flex;
    color:#000;
    text-decoration:none!important;
    font-size:1.5rem;
    font-weight:700;
}

.cart-coupon > a:after{
    content:"";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    width:14px;
    height:14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
     background-image: url(../images/select-variation.svg);
}


.cart-coupon > a[aria-expanded="false"]:after{
   transform:translateY(-50%) scaleY(1);
}

.cart-coupon > a[aria-expanded="true"]:after{
    transform:translateY(-50%) scaleY(-1);
}


.cart-coupon .card{
    border:0;
    box-shadow:0;
    padding:0;
}

.cart-coupon .coupon{
    margin-top:20px;
}

.cart-coupon .coupon input{
    width:100%;
    margin:0;
    margin-bottom:16px;
    height: 39px;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #c3cbd6;
    background: #fff;
    box-shadow: none!important;
    border-radius: 12px;
    border: 1px solid rgb(22 24 35 / 12%);
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon input{
        width:100%;
        margin:0;
        margin-right:16px;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.cart-coupon .coupon input,
.cart-coupon .coupon input::placeholder{
    font-size: 1.4rem;
    color: #000;
}


.cart-coupon .coupon button{
    width:100%;
    max-width:100%;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon button{
        width:50%;
        max-width:280px;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.wc-proceed-to-checkout .button.checkout-button{
    margin:0!important;
}

.cart-coupon-update{
    padding-top:20px;
    text-align: right;
}

.wc-proceed-to-checkout{
    margin:0!important;
}
/* ------------- Checkout ----------------- */

form.woocommerce-checkout{
    display:flex;
    flex-wrap:wrap;
}

.checkout .col2-set{
    width:100%!important;
    float:none;
    margin:0;
    padding-right:0px;
}

@media screen and (min-width : 580px) {
   

}
@media screen and (min-width: 980px) {
    .checkout .col2-set{
        width:60%!important;
        padding-right:40px;
    }
}

@media screen and (min-width: 1280px) {
    .checkout .col2-set{
        width:64%!important;
        padding-right:100px;
    }
}

.woocommerce-checkout-review-order{
    width: 100%!important;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
   

}

@media screen and (min-width: 980px) {
    .woocommerce-checkout-review-order{
        width: 40%!important;
    }
}

@media screen and (min-width: 1280px) {
    .woocommerce-checkout-review-order{
        width: 36%!important;
    }
}

.checkout .col-1,
.checkout .col-2{
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
}

.checkout .form-row{
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%!important;
    margin-bottom:20px;
}


.checkout.woocommerce-checkout .input-text,
.checkout.woocommerce-checkout select{
    height: 40px;
    padding: 10px 16px;
    background-color:#fff;
    border: 1px solid #c3cbd6;
    background: #fff;
    box-shadow:none!important;
    border-radius:12px;
    border: 1px solid rgb(22 24 35 / 12%);
}

.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout .input-text,
.checkout.woocommerce-checkout .input-text::placeholder{
    font-size: 1.4rem;
    color: #000;
}

.checkout.woocommerce-checkout textarea{
    height:auto;
     min-height:120px;
}

.checkout.woocommerce-checkout select{
     background-image: url(../images/select-variation.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 1.5rem center;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-right: 60px;
}


.checkout.woocommerce-checkout .form-row label{
    margin:0;
    margin-bottom:8px;
    font-size:1.4rem;
    color: #000;
    font-weight:500;
}

table.shop_table.woocommerce-checkout-review-order-table{
    width: 100%!important;
    max-width: 100%!important;
    float: none!important;
    background-color: #fff!important;
    border-radius: 10px;
    padding: 40px;
    padding-top: 32px;
        border: 1px solid rgb(22 24 35 / 12%);
}


.woocommerce-checkout-payment{
    margin-top:40px;    
}

.payment-header{
    display: flex;
    align-items: center;
    padding: 24px;
    display: flex;
    border: 1px solid rgb(22 24 35 / 12%);
    font-size: 1.8rem;
    font-weight: bold;
        
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color:#fff;
}

.payment-header img {
    width: 24px;
    margin-right: 16px;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods{
    border: 0;
    background: transparent;
    padding:0!important;
    border: 1px solid rgb(22 24 35 / 12%);
    border-top:0;
    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow:hidden;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li{
    margin-bottom:0px;
    background-color: #fff!important;
    border-radius: 0px;
    padding:24px!important;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    border: 1px solid rgb(22 24 35 / 12%);
    border-width:0px 0 1px 0;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:last-child{
    border:0;
}

#payment .payment_methods li .payment_box{
    background-color:transparent!important;
    padding:0!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:last-child{
    margin:0;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li .payment_box p{
    font-size:1.3rem;
    font-weight:700;
    margin-top:16px;
    color: #000;
        text-align: justify;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li label{
    margin:0!important;
    font-size:1.5rem;
    font-weight: 600;
    color: #000;
    padding:0;
    position:relative;
    padding-left:26px;
    display:flex;
    align-items:center;
}


.checkout.woocommerce-checkout #payment .wc_payment_methods li label img{
    margin-left:10px;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:before{
    display:none!important;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:after{
    content:""!important;
    position:absolute;
    left:0;
    top:0px;
    width: 18px;
    height: 18px;
    border:1px solid rgb(22 24 35 / 12%);
    
    background-position: center!important;
    background-size: 65%!important;
    background-repeat: no-repeat!important;
    transition:all .3s ease;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li input[type=radio]:first-child:checked+label:after{
    background-color: #ff9dbd;
    background-image: url(../images/check-white.svg);
    border-color:#ff9dbd;
}

.checkout.woocommerce-checkout .place-order{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background-color:#fff!important;
    padding:0!important;
}

.checkout.woocommerce-checkout .place-order .button{
     padding: 12px 24px!important;
    line-height: 1!important;
    font-size: 1.5rem!important;
    border-radius: 12px!important;
    font-weight: bold!important;
    transition: all .3s ease-in-out;
    color: #fff!important;
    border-color: #df6880!important;
    background-color: #df6880!important;
}

.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text{
    display:none!important;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span{
    position:relative;
    padding-left:35px;
    letter-spacing: 0;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span:after{
    content:""!important;
    position:absolute;
    left:0;
    top:2px;
    margin:0!important;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
     background-position: center!important;
    background-size: 70%!important;
    background-repeat: no-repeat!important;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label input:checked+span::after{
    background-image: url(../images/check-filters.svg)!important;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display:none;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label .required{
    display:none!important;
}

.checkout-order{
    border: 1px solid rgb(22 24 35 / 12%);  
    
}

.checkout-order-header{
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(22 24 35 / 12%);
    font-size:1.8rem;
    font-weight:bold;
}

.checkout-order-header-title{
        display: flex;
    align-items: center;
}

.checkout-order-header-title img{
    width:24px;
    margin-right:16px;
}

.checkout-order-body{
        max-height: 38rem;
    overflow:hidden;
    overflow-y:auto;
    padding:16px;
}


.checkout-order-body::-webkit-scrollbar-thumb {
    -webkit-
    background: rgb(22 24 35 / 12%);
    background-clip: padding-box;
    border: 2px solid transparent;
    
    transition: background-color .2s linear;
}

.checkout-order-body::-webkit-scrollbar{
    -webkit-
    background-color: transparent;
    
    height: 10px;
    transition: background-color .2s linear;
    width: 12px;
}

.checkout-order-item{
    display:flex;
}

.checkout-order-thumbnail{
    flex-shrink:0;
    margin-right:20px;
}

.checkout-order-thumbnail img{
    width:75px;
    height:75px;
    
    object-fit:cover;
}

.checkout-order-content{
    display:flex;
    flex-direction:column;
    width:100%;
}

.checkout-order-qty{
        display: flex;
    justify-content: space-between;
    font-size:1.4rem;
}

.checkout-order-name{
    margin-bottom:15px;
    font-weight:600;
    font-size:1.5rem;
}


.checkout-order-subtotal{
    font-weight:bold;
    font-size:1.6rem;
}

.checkout-order-item{
    margin-bottom:20px;
}

.checkout-order-item:last-child{
    margin:0;
}

.checkout-order-resume{
    padding:16px;
     border-top: 1px solid rgb(22 24 35 / 12%);
}

.checkout-order-resume-item{
    display:flex;
    margin-bottom:16px;
}

.checkout-order-resume-item:last-child{
    margin:0;
}

.checkout-order-resume-item div{
    width:50%;
    font-size:1.5rem;
    font-weight:400;
}

.checkout-order-resume-item div:last-child{
    text-align:right;
}

.checkout-order-resume-item.order-total div{
    font-size:2.2rem;
    font-weight:bold;
}

#order_review{
    background-color:transparent;
}

.checkout.woocommerce-checkout h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px!important;
    padding: 0!important;
}

.cart-empty{
    
    
    border: 1px solid rgb(22 24 35 / 12%);
   padding: 24px;
       background: #fff
}

.cart-empty-content{
    padding:0px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    font-size:1.5rem;
    font-weight:500;
    min-height:280px;
    justify-content: center;
}

.cart-empty-content img{
    width:45px;
    margin:0px auto;
    margin-bottom:20px
}

.cart-empty-content .btn{
    margin-top:20px;
    text-decoration:none!important;
}

/* ------------- Notifications ----------------- */

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup{
    width:100%;
}

.woocommerce-message::before,
.wc-forward::after, 
.woocommerce-Button--next::after,
.woocommerce-message::before, 
.woocommerce-message::after, 
.woocommerce-info::before, 
.woocommerce-info::after, 
.woocommerce-error::before, 
.woocommerce-error::after, 
.woocommerce-noreviews::before, 
.woocommerce-noreviews::after, 
p.no-comments::before, 
p.no-comments::after{
    display:none!important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error{
    padding: 20px!important;
    margin:0!important;
    margin-bottom: 20px!important;
    color: #fff!important;
    font-weight:300!important;
    font-size: 1.4rem!important;
    border-radius:0px!important;
    line-height:1.5;
    border: 0!important;
    background: #ffffff;
    letter-spacing:0;
}


.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a{
    color:#fff!important;
}

.woocommerce-error{
    background-color: #f14040!important;
    color:#fff!important;
}

.woocommerce-error a{
    border:1px solid #f14040!important;
    color:#fff!important;
}

.woocommerce-message{
    background-color: #34b234!important;
    color:#fff!important;
}

.woocommerce-message a{
    border:1px solid #34b234!important;
    color:#fff!important;
}

.cart-empty.woocommerce-info{
    display:none!important;
}


/* ------------- Whislist ----------------- */

.whislist .wishlist-title-container{
    display:none!important;
}

.whislist table.shop_table{
    
    
    border: 1px solid rgb(22 24 35 / 12%);
    padding: 24px;
    background-color: #fff!important;
}

.whislist table.wishlist_table tbody td, 
.whislist table.wishlist_table thead th{
    padding: 20px!important;
    vertical-align: middle;
    text-align: left;
}

.whislist table.wishlist_table thead th,
.whislist table.wishlist_table thead th span{
    font-size: 1.5rem!important;
    font-weight:700!important;
}
.whislist table.wishlist_table .product-name{
    width:33.33%;
    
}

.whislist table.wishlist_table .product-name a{
    font-size:1.5rem;
}

.item-details .product-name a,
.whislist .product-remove a,
.whislist .product-remove a:before,
.whislist .product-remove a i{
     color:#ff9dbd!important;
}

.whislist table.wishlist_table tbody .product-price, 
.whislist table.wishlist_table tbody .product-price span{
    font-size: 1.4rem!important;
    font-weight:400!important;
}
.whislist .product-stock-status span{
    font-size: 1.5rem!important;
    font-weight:500!important;
}

.whislist .wishlist_table .product-add-to-cart a{
        padding: 10px 24px!important;
    line-height: 1!important;
    font-size: 1.4rem!important;
    border-radius: 9999px!important;
    font-weight: bold!important;
    transition: all .3s ease-in-out;
    color: #fff!important;
    border-color: #ff9dbd!important;
    background-color: #ff9dbd!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.whislist-content{
    display:flex;
}

.whislist-content img {
   width: 90px;
    height: 90px;
    object-fit: cover;
    
        margin-right: 40px;
}

.whislist-content a {
    color: #000;
    text-decoration: none!important;
    font-size: 1.5rem;
    font-weight: 500;
}

.whislist-content a.remove {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    text-indent: 0;
    float: none;
    width: auto;
    height: auto;
    color: #000;
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 20px;
    text-decoration: underline!important;
}

.whislist-content a.remove:before{
    display:none!important;
}

/* ------------------ Mi cuenta ----------------------- */

/*.cuenta{*/
/*        min-height: 80vh;*/
/*}*/

/*@media screen and (min-width : 580px) {*/
   
/*}*/
/*@media screen and (min-width: 980px) {*/

/*}*/

/*@media screen and (min-width: 1280px) {*/
/*    .cuenta{*/
/*        padding-top:10rem;*/
/*    }*/

/*}*/
.cuenta .container{
    max-width:980px;
}

@media screen and (min-width : 580px) {
   .cuenta .container{
        max-width:720px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   .cuenta .container{
        max-width:900px;
    }
}


.cuenta #customer_login{
    display:flex;
    justify-content:space-between;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
   .cuenta #customer_login{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.cuenta .u-column1,
.cuenta .u-column2{
    width: 100%!important;
    float: none!important;
    margin: 20px 0!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    max-width: 100%!important;
    border: 1px solid rgb(22 24 35 / 12%);
    padding: 24px!important;
    background: #fff;
    
}

@media screen and (min-width : 580px) {
   .cuenta #customer_login .u-column1,
    .cuenta #customer_login .u-column2{
        flex: 0 0 50%;
        max-width: 50%; 
        padding:0 20px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .cuenta #customer_login .u-column1,
    .cuenta #customer_login .u-column2{
        max-width: 420px!important;
    }
}   

.cuenta  .u-column1,
.cuenta  .u-column2{
        flex: 0 0 50%;
        max-width: 50%; 
        padding:0 20px;
}

.cuenta #customer_login .u-column1 > h2,
.cuenta #customer_login .u-column2 > h2{
    font-size:2.4rem;
    font-weight:700;
    margin-bottom:40px;
}

.cuenta .woocommerce-form .form-row,
.cuenta .woocommerce-form-row,
.cuenta .woocommerce-MyAccount-content .form-row{
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.cuenta .woocommerce-form p,
.cuenta .woocommerce-form-row p,
.cuenta .woocommerce-MyAccount-content  p{
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.2;
    font-weight:700;
}

.cuenta .woocommerce-form a,
.cuenta .woocommerce-form-row a{
    color:#000;
    text-decoration:underline;
}

.cuenta .woocommerce-form .form-row:last-of-type{
    margin:0;
}

.cuenta .woocommerce-form .form-row label,
.cuenta .woocommerce-form-row label,
.cuenta .woocommerce-MyAccount-content label{
    font-weight:700;
	margin-bottom:10px;
}

.cuenta .woocommerce-MyAccount-content em{
	margin-top: 15px;
    display: block;
}


.cuenta .woocommerce-form .form-row input.woocommerce-Input,
.cuenta .woocommerce-form-row  input.woocommerce-Input,
.cuenta .woocommerce-MyAccount-content input.input-text,
.cuenta .woocommerce-MyAccount-content select{
    
    border-radius: 12px;
    border: 1px solid rgb(22 24 35 / 12%);
    background-color:#fff!important;
    box-shadow:none!important;
    height:40px;
    padding:12px!important;
    transition: all .3s ease-in-out;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input,
.cuenta .woocommerce-form .form-row input.woocommerce-Input::placeholder,
.cuenta .woocommerce-form-row  input.woocommerce-Input,
.cuenta .woocommerce-form-row  input.woocommerce-Input::placeholder,
.cuenta .woocommerce-MyAccount-content input.input-text ,
.cuenta .woocommerce-MyAccount-content input.input-text::placeholder{
    font-size:1.6rem;
    font-weight:300!important;
}
.cuenta .woocommerce-MyAccount-content select{
    padding:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-filter.svg);
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input:focus,
.cuenta .woocommerce-form-row  input.woocommerce-Input:focus,
.cuenta .woocommerce-MyAccount-content input.woocommerce-Input:focus{
    border-color:#000!important;
}

.cuenta .woocommerce-form .form-row .woocommerce-button,
.cuenta .woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button{
    color: #fff!important;
    border-color: #ff9dbd!important;
    background-color: #ff9dbd!important;
    line-height: 1!important;
    font-size: 1.5rem!important;
    padding: 12px 30px!important;
    border-radius: 9999px!important;
    font-weight: 300!important;
    transition: all .3s ease-in-out;
    margin-top:40px;
    border: 1px solid #ff9dbd!important;
    
}

.cuenta .woocommerce-form .form-row .woocommerce-button:hover,
.cuenta .woocommerce-address-fields .button:hover,
.woocommerce-EditAccountForm .button:hover{
    /*color: #000!important;*/
    /*background-color: #fff!important;*/
}

/* ------------ Dashboard Woo --------------- */



.woocommerce-MyAccount-info{
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
@media screen and (min-width : 580px) {
	.woocommerce-MyAccount-info{
		margin:0;
	}
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.woocommerce-MyAccount-thumbnail{
	margin-right:20px;
	flex-shrink:0;
}

.woocommerce-MyAccount-thumbnail .icon-wrapper-account{
	width:80px;
	height:80px;
}
.woocommerce-MyAccount-thumbnail .icon-wrapper-account span{
	font-size:2rem;
}

.woocommerce-MyAccount-name{
	font-size:1.5rem;
	color:#fff;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:6px;
}
.woocommerce-MyAccount-meta span{
	color: #B0B1B0;
	font-weight:300;
}

.woocommerce-MyAccount-title,
.posts-account-title,
.woocommerce-MyAccount-content form h3{
	margin-bottom:25px;
	font-size:1.5rem;
	font-weight:700;
	text-transform:uppercase;
}

.cuenta .woocommerce-MyAccount-navigation ul li{
    margin-bottom:20px;
}

.cuenta .woocommerce-MyAccount-navigation ul li a{
	color:#000;
    display: flex;
    width: 100%;
    position: relative;
}

.cuenta .woocommerce-MyAccount-navigation ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow-next.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s ease;
}

.cuenta .woocommerce-MyAccount-navigation ul li.is-active a{
	font-weight:700;
	color:#ff9dbd;
}

.cuenta .woocommerce-MyAccount-navigation ul li a:before{
	display:none;
}

.cuenta .woocommerce-MyAccount-content{

}
@media screen and (min-width : 580px) {

}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   
}

.cuenta .woocommerce-MyAccount-content a{
	color:#ff9dbd;
	font-weight:700;
	text-decoration:underline;
}
.cuenta .woocommerce-MyAccount-content table.shop_table{
	padding:0;
	box-shadow:none;
    border: 1px solid #fff;
    border-radius: 10px;
    border-collapse: separate;
}
.cuenta .woocommerce-MyAccount-content table.shop_table thead th{
	border-bottom:1px solid #fff;
}
.cuenta .woocommerce-MyAccount-content table.shop_table tr{
	    display: table-row;
}
.cuenta .woocommerce-MyAccount-content table.shop_table th,
.cuenta .woocommerce-MyAccount-content table.shop_table td{
	width:auto;
	max-width: auto;
	padding:16px;
}
.cuenta .woocommerce-MyAccount-content table.shop_table th,
.cuenta .woocommerce-MyAccount-content table.shop_table td{
	    text-align: left!important;
}
.cuenta .woocommerce-MyAccount-content table.shop_table .button{
	padding: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.cuenta .woocommerce-MyAccount-content fieldset{
	background-color:transparent!important;
}
.cuenta .woocommerce-MyAccount-content fieldset legend{
	    margin: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    text-transform:uppercase;
    font-weight:700;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses{
	display:flex;
	flex-direction:column;
	float:none;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2{
	margin:0;
	margin:10px 0;
	width:100%;
	float:none;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.cuenta .woocommerce-MyAccount-content .woocommerce-Addresses .title h3{
	font-size:1.6rem;
	font-weight:700;
	text-transform:uppercase;
}

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

.woocommerce-form-login .woocommerce-form__label-for-checkbox{
	position:relative;
	display:flex!important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input{
	
	position:relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span{
	position:relative;
	padding-left:30px;
	display:block;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span::before{
    content:"";
    position:absolute;
    top:50%;
	transform:translatey(-50%);
	left:0px;
    width:18px;
    height:18px;
	border:1px solid rgb(22 24 35 / 12%);
    z-index:1;
	background-position: center!important;
    background-size: 60%!important;
    background-repeat: no-repeat!important;
	transition:all .3s ease;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input:checked + span::before{
    background-image: url(../images/check-white.svg); 
    background-color:#ff9dbd;
    border-color:#ff9dbd;
}

.woocommerce-EditAccountForm .form-row-wide:nth-of-type(5){
	    display: flex;
    align-items: center;
}

.woocommerce-EditAccountForm .form-row-wide:nth-of-type(5) input{
	margin-right:10px;
}