.woocommerce ul.products li.product .onsale {
    margin: 0.7rem
}
.woocommerce span.onsale {
    min-height: inherit;
    min-width: inherit;
    padding: 0.5em;
    font-size: 0.8em;
    line-height: 1;
    border-radius: 0.3rem;
    background-color: var(--red);
    color: var(--bs-white);
    font-weight: 500;
    z-index: 3;
}

/*======================*/
/*PRODUCT LOOP*/
/*======================*/
.product-box{
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-box .product-box-image{
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.product-box .product-box-image img{
    margin: 0 !important;
}
.product-box:hover .product-box-image{
    /*transform: scale(1.04);*/
}
.product-box .product-box-image .add-to-cart-btn{
    position: absolute;
    border-radius: 0.5rem;
    left: 0;
    right: 0;
    display: block;
    bottom: -3rem;
    transition: .3s;
    background-color: var(--red);
    color: var(--black);
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
}
.product-box:hover .product-box-image .add-to-cart-btn{
    bottom: 0;
}
.product-box .product-box-content{
    margin-top: 0.8rem;
}
.product-box .product-box-content h2{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}
.product-box .product-box-content .product-box-cat{
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b;
}
.product-box .product-box-content .price-box .price-regular,
.product-box .product-box-content .price-box .price-since{
    font-size: 0.9rem;
    color: var(--red);
    font-weight: 400;
}
.product-box .product-box-content .price-box .price-old{
    font-size: 0.9rem;
    color: #a9a9a9;
    font-weight: 400;
    margin-right: 10px;
}
.product-box.product-box-cat .product-box-content h2{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
}

/*======================*/
/*SINGLE PRODUCT*/
/*======================*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    /*border-radius: 1rem;*/
    overflow: hidden;
}
.woocommerce div.product .product_title {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: var(--pink-dark);
    line-height: 35px;
    margin-bottom: 2rem;
}
.woocommerce div.product .product_title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.8rem;
    background-color: var(--pink-dark);
    height: 2px;
    width: 6rem;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #e14780;
}
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description ul li{
    color: #606060;
    font-weight: 300;
}
.woocommerce-product-details__short-description ul{
    list-style-type: circle;
}
.woocommerce-product-details__short-description p:last-child{
    margin-bottom: 30px;
}
.product_meta span a{
    font-weight: 500;
    color: #888;
}
.woocommerce-Tabs-panel h2{
    margin: 15px 0 0px 0;
    color: var(--black);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel ol{
    font-weight: 300;
}
.woocommerce-Tabs-panel ol li{
    font-size: 0.9375em;
    line-height: 1.86;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 2px #ebe9eb solid;   
    padding: 10px 20px;
    border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}
.woocommerce .quantity input {
/*    width: 60px;*/
/*    width: 100% !important;*/
    height: 45px;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    margin: 0;
    border: 1px #eaeaea solid;
    background-color: #f7f6f8;
    text-align: center;
    border-radius: 0;
/*    flex-shrink: 0;*/
}
.woopq-quantity-input-minus{
    height: 45px !important;
    width: 45px !important;
    line-height: initial !important;
    border-radius: 6px 0 0 6px;
    border-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.woopq-quantity-input-plus{
    height: 45px !important;
    width: 45px !important;
    line-height: initial !important;
    border-radius: 0 6px 6px 0;
    border-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.woocommerce .quantity input:focus{
    box-shadow: none;
    outline: none;
}
.woocommerce #reviews #comments h2 {
    margin-bottom: 20px;
}
.related {
    clear: both;
}
.woocommerce div.product form.cart .variations td {
    display: block;
}

.woocommerce-product-details__short-description ul li{
    font-size: 0.9375em;
}
.product_meta {
    font-size: 13px;
    color: #000
}
.product_meta .sku_wrapper {
    display: block;
}
.woocommerce div.product form.cart .variations th {
    line-height: 1;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.product_payment p a{
    text-decoration: underline;
    color: var(--green);
}


.coaching-product .woocommerce-variation-price {
    color: #00b400;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.coaching-product form.cart .button {
    width: 100%;
    border: 2px var(--bs-warning) solid;
    background-color: var(--bs-warning) !important;
    animation: blink 500ms infinite;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}
.cfvsw-swatches-container {
    justify-content: space-between;
}
.cfvsw-label-option, .cfvsw-image-option {
    border: 3px solid #00000020;
}
.cfvsw-image-option {
    min-width: 120px !important;
    min-height: 70px !important;
/*    background-color: #626262;*/
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
    background-position: center;
}
.woocommerce div.product form.cart .variations tbody tr{
    margin-bottom: 10px;
    display: block;
}


/*NOTICIAS*/
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-cart .woocommerce-message, 
.woocommerce-cart .woocommerce-error, 
.woocommerce-cart .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
    padding: 1.2rem 1rem;
    margin-bottom: 1.5rem;
    border: none;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    border-radius: 3px;
    position: relative;
    color: #000;
    font-weight: 500;
}
.woocommerce .woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce-cart .woocommerce-message:before, 
.woocommerce-cart .woocommerce-error:before, 
.woocommerce-cart .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before, 
.woocommerce-page .woocommerce-error:before, 
.woocommerce-page .woocommerce-info:before {
    display: none
}
.woocommerce .woocommerce-message:before, 
.woocommerce-cart .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before {
    background: #01cb68;
}
.woocommerce-message {
    background: #9fffb8;
    color: #000;
}
.woocommerce-message  a{
    color: var(--red);
}
.woocommerce-info {
    border: none;
    background: var(--purple);
}
.woocommerce-error {
    border: none;
    background: #b50000;
}
.woocommerce-error, 
.woocommerce-info {
    color: #fff !important;
}
.woocommerce-error a, 
.woocommerce-info a {
    font-weight: 700;
    color: #fff;
}
.woocommerce-error li, 
.woocommerce-info li, 
.woocommerce-message li {
    line-height: 27px;
    font-weight: 400
}
.woocommerce-error li strong, 
.woocommerce-info li strong, 
.woocommerce-message li strong {
    font-weight: 600
}


/*PAYMENTS SUCCESS*/
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #9efeb7;
    padding: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    border-radius: 0.25rem;
}

/*COUPON*/
.woocommerce-form-coupon-toggle .woocommerce-info{
    background: none;
    padding: 0;
    color: var(--black) !important;
    box-shadow: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    color: var(--purple);
    font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info::after,
.woocommerce-form-coupon-toggle .woocommerce-info::before{
    content: none;
}

/*======================*/
/*MY ACCOUNT*/
/*======================*/
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    padding: 0;
    list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
    padding: 10px 0;
    border-bottom: 1px #e2e2e2 solid;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child{
    border: none;
}

/*====================*/
/* RESPONSIVE */
/*====================*/
@media (max-width: 991px) {
    .cfvsw-image-option {
        min-width: 90px !important;
        min-height: 70px !important;
        width: calc(33% - 6px);
    }
}





