@charset "UTF-8";
.add-to-cart{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.add-to-cart:not(:hover)::before,
.add-to-cart:not(:hover)::after{
    opacity: 0;
    visibility: hidden;
}
.add-to-cart::before,
.add-to-cart::after{
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.add-to-cart::before{
    content: attr(data-title);
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px 7px;
    bottom: calc(100% + 8px);
}
.add-to-cart::after{
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: calc(100% + 3px);
}
.add-to-cart .single_add_to_cart_button,
.add-to-cart .added_to_cart,
.add-to-cart > a{
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
/* compare, quickview, wishlist*/
.woocommerce-product-gallery a.compare,
.product-item a.compare,
.yith-wcwl-add-to-wishlist a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    position: relative;
    font-weight: 400;
    text-align: inherit;
    opacity: 1 !important;
}
.woocommerce-product-gallery a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}
.woocommerce-product-gallery a.compare::before,
.product-item a.compare::before{
    font-family: "FontAwesome";
    content: "";
    font-size: 15px;
}
a.yith-wcqv-button::before{
    font-family: main-icon, sans-serif;
    content: "";
    font-size: 23px;
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    height: 30px !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear{
    display: none !important;
}
.yith-wcwl-add-to-wishlist{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.yith-wcwl-add-to-wishlist a{
    position: relative;
    color: inherit;
}
.yith-wcwl-add-to-wishlist .feedback{
    font-size: 0;
    line-height: 0;
}
.group-button .yith-wcwl-add-to-wishlist .feedback{
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 4px;
}
.flex-auto, .product--style-12 .thumb-wrapper, .product--style-09 .price, .star-rating, .rating--inner .rating--label, .product-item .price ins, .product-item .price del{
    flex: 0 0 auto;
    max-width: 100%;
}
.flex--1-auto, .product--style-12 .product--info, .product--style-09 .product-title, .product--style-09 .product-info{
    flex: 1 1 auto;
    max-width: 100%;
}
/* price */
.product-item .price{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
}
.product-item .price del{
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 600;
    text-decoration: line-through;
    order: 5;
    margin-left: 7px;
    position: relative;
    top: 1px;
}
.product-item .price ins{
    text-decoration: none;
}
.product-item .price .amount{
    display: block;
}
.product-item .price .woocommerce-Price-currencySymbol{
    display: inline-block;
    text-decoration: none;
}
/* star rating */
.star-rating-wrap{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
.rating--inner{
    display: flex;
    align-items: center;
    max-width: 100%;
}
.rating--inner .rating--label{
    font-weight: inherit;
    color: #666;
    margin-left: 4px;
}
.rating--inner .rating--label > *{
    display: inline-block;
}
.rating--inner .text{
    margin-left: 4px;
}
.star-rating{
    position: relative;
    overflow: hidden;
}
.star-rating > span{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.star-rating::before, .star-rating > span::before{
    display: inline-block;
    float: left;
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
}
.product-item .review-count{
    display: none !important;
}
.star-rating::before,
.star-rating > span::before,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    color: #ccc;
}
.entry-summary .woocommerce-review-link{
    display: none;
}
.star-rating > span::before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    color: #f8c230;
}
/* star comments */
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
p.stars a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    outline: none !important;
}
p.stars a:before{
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 15px;
    line-height: 24px;
    margin: 0 0.1em;
}
/* quantity */
.el-after-full{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
}
.quantity .control{
    display: inline-block;
    position: relative;
    max-width: 100%;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
}
.quantity .input-qty{
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0 50px 0 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.quantity .input-qty:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.quantity .btn-number{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 50%;
    text-align: center;
    text-decoration: none;
    color: #888;
}
.quantity .btn-number:hover{
    color: #000;
}
.quantity .btn-number.qtyminus{
    bottom: 0;
    top: auto;
}
.quantity .btn-number.qtyplus i{
    position: relative;
    top: 2px;
}
.quantity .btn-number.qtyminus i{
    position: relative;
    top: -2px;
}
/* labels */
.product-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-labels > span{
    color: #fff;
    background-color: #0165d5;
    padding: 0 12px;
    border-radius: 2px;
    height: 23px;
    line-height: 23px;
    display: block;
}
.product-labels > span.onsale{
    background-color: #fa3535;
}
.product-labels > span.featured{
    left: auto;
    right: 0;
    background-color: #24a402;
}
.product-labels > span.out-of-stock{
    background-color: #cf9902;
}
.product-labels > span:not(:first-child){
    margin-top: 5px;
}
.product-labels .onsale--text{
    display: none;
}
/* sale-off */
.product-sale-off{
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background-color: #e73918;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-family: "Roboto";
}
.product-sale-off .percent{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.5px;
    margin-top: 7px;
}
.product-sale-off .text{
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    display: block;
}
/* process-availability */
.process-availability .availability-text{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #888;
    margin-bottom: 12px;
}
.process-availability .text strong{
    font-weight: inherit;
}
.process-availability .sold{
    float: right;
}
.process-availability .availability-total{
    height: 10px;
    background-color: #eee;
    position: relative;
}
.process-availability .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
/* stock */
.stock{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 15px 0 0;
}
.stock .text{
    font-weight: 400;
    color: #666;
}
.wishlist-in-stock,
.in-stock{
    color: #005aee;
    font-weight: 700;
}
.out-of-stock{
    color: #c91f28;
    font-weight: 700;
}
/* meta */
.product_meta{
    font-size: 14px;
    line-height: 20px;
    padding: 13px 0 0;
    border-top: 1px solid #e6e6e6;
    margin: 30px 0 0;
}
.product_meta > *{
    display: block;
    padding: 2px 0;
}
.product_meta > * > *{
    display: inline-block;
}
.product_meta > * .title{
    margin-right: 3px;
}
.product_meta > * a:not(:hover){
    color: inherit;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
/* loop-gallery */
.product-loop-gallery .slick-slider{
    padding: 0 24px;
    max-width: 188px;
    margin: auto;
}
.product-loop-gallery .slick-slider .slick-arrow{
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    top: 0 !important;
    bottom: 0 !important;
    font-size: 13px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 0 !important;
    background-color: transparent !important;
    color: #888 !important;
    width: 24px !important;
    border-radius: 0 !important;
}
.product-loop-gallery .slick-slider .slick-arrow:hover{
    background-color: transparent !important;
}
.product-loop-gallery .slick-slider .slick-arrow.prev{
    left: 0 !important;
    text-align: left !important;
}
.product-loop-gallery .slick-slider .slick-arrow.next{
    right: 0 !important;
    text-align: right !important;
}
.product-loop-gallery a{
    display: block;
    border: 2px solid #efefef;
    border-radius: 4px;
}
.product-loop-gallery a img{
    margin: auto;
}
@media (max-width: 1199px){
    .product-loop-gallery .slick-slider{
        padding: 0 20px;
    }
    .product-loop-gallery .slick-slider .slick-arrow{
        width: 20px !important;
    }
}
@media (max-width: 767px){
    .product-loop-gallery .slick-slider{
        padding: 0 15px;
    }
    .product-loop-gallery .slick-slider .slick-arrow{
        width: 15px !important;
    }
}
/* variations */
.variations_form{
    position: relative !important;
}
.variations{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
}
.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term){
    background-color: transparent !important;
}
.variations tbody{
    display: flex;
    flex-wrap: wrap;
}
.variations tr{
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 35px 0 0;
}
.variations td{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    padding: 0;
    border: none;
}
.variations td.label{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    border-radius: 0;
    margin-right: 5px;
    display: none;
}
.variations td.label label{
    display: inline-block;
    vertical-align: top;
    font-weight: inherit;
    margin: 0;
}
.variations td.label label::after{
    content: ":";
}
.variations .rtwpvs-terms-wrapper{
    margin: -5px;
}
.variations .rtwpvs-terms-wrapper.radio-variable-wrapper{
    display: flex;
}
.variations .rtwpvs-term{
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px !important;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border-radius: 0 !important;
}
.variations .rtwpvs-term span,
.variations .rtwpvs-term img{
    display: block !important;
}
.variations .rtwpvs-term span::after{
    display: none !important;
}
.variations .rtwpvs-term span[style*="background-color:#ffffff;"]{
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.variations .rtwpvs-color-term span,
.variations .rtwpvs-image-term img{
    border: 2px solid #e6e6e6;
}
.variations select{
    width: 100%;
    padding: 10px 28px 10px 15px;
    background-position: center right 15px;
    border-radius: 30px !important;
}
.variations .reset_variations{
    position: absolute;
    right: -30px;
    top: -23px;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
}
.variations .reset_variations:before{
    font-family: "FontAwesome";
    content: "";
    font-size: 12px;
    color: #fff;
}
.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
.variations .button-variable-wrapper{
    margin: 0 -5px !important;
}
.variations .rtwpvs-button-term{
    height: auto !important;
    min-width: 26px !important;
    background-color: transparent !important;
    margin: 0 !important;
}
.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover{
    background-color: transparent !important;
}
.variations .rtwpvs-button-term span{
    padding: 0 5px !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
/* growl */
.growl.growl-notice{
    color: #000;
    background-color: #fff;
}
.growl.growl-notice .growl-close::before,
.growl.growl-notice .growl-close::after{
    background-color: #000;
}
.growl.growl-notice .growl-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*----- PAGE -----*/
ul.products{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.ovic-products .product-list-grid,
ul.shop-page{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}
ul.shop-page.columns-6 > .product-item,
ul.shop-page.columns-6 > .product-category{
    width: 16.66666667%;
}
ul.shop-page.columns-5 > .product-item,
ul.shop-page.columns-5 > .product-category{
    width: 20%;
}
ul.shop-page.columns-4 > .product-item,
ul.shop-page.columns-4 > .product-category{
    width: 25%;
}
ul.shop-page.columns-3 > .product-item,
ul.shop-page.columns-3 > .product-category{
    width: 33.33333333%;
}
ul.shop-page.columns-2 > .product-item,
ul.shop-page.columns-2 > .product-category{
    width: 50%;
}
ul.shop-page.columns-1 > .product-item,
ul.shop-page.columns-0 > .product-item,
ul.shop-page.columns-1 > .product-category,
ul.shop-page.columns-0 > .product-category{
    width: 100% !important;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page > .product-category a{
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
}
ul.shop-page > .product-category a img{
    width: auto;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img{
    opacity: 0.7;
}
ul.shop-page > .product-category a:hover h2{
    color: inherit;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 5px 10px;
}
ul.shop-page > .product-category mark{
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    padding: 0;
    margin-left: 3px;
}
.woocommerce-products-header .term-description{
    margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.biolife-isotope):not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.biolife-isotope):not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.biolife-isotope):not(.columns-2) > .product-item,
    ul.shop-page:not(.biolife-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        margin-left: -10px;
        margin-right: -10px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        margin-left: -5px;
        margin-right: -5px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.shop-page:not(.biolife-isotope) > .product-item,
    ul.shop-page:not(.biolife-isotope) > .product-category{
        width: 100%;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        margin-bottom: 10px;
    }
}
/* hover change image */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item[class*=list-style-] .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
/* hover scale image */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/*----- CONTROL -----*/
.shop-control::before,
.shop-control::after{
    content: "";
    display: table;
    clear: both;
}
.shop-control .page-title{
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
}
.shop-control .display-mode-control.mode-number{
    padding: 10px 0;
}
.shop-control .display-mode-control > form{
    display: inline-block;
    vertical-align: top;
}
.shop-control .display-mode-control .grid-number{
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
form.display-mode{
    margin-left: -3px;
    margin-right: -3px;
    position: relative;
}
.shop-control .display-mode-control .mode-button{
    background-color: transparent;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
    color: #888888;
    font-size: 18px;
}
.shop-control .display-mode-control .mode-grid{
    font-size: 20px;
}
/*
.shop-control .display-mode-control .mode-list .icon span {
    display: block;
    border-top: 2px solid;
    margin-top: 6px;
}

.shop-control .display-mode-control .mode-list .icon span:first-child {
    margin-top: 1px;
}*/
/*
.shop-control .display-mode-control .mode-grid .icon span {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    border-top: 5px solid;
}

.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 2px;
}

.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)) {
    margin-left: 2px;
}*/
.shop-control .chosen-container .chosen-single{
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 30px !important;
    border-width: 2px;
    font-size: 15px;
    font-weight: 600;
}
.shop-control select{
    padding: 3px 30px;
}
@media (max-width: 479px){
    .shop-control select{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.shop-control .chosen-container .chosen-drop{
    left: auto;
    right: 0;
    min-width: 120px;
}
.shop-control .display-sort-by .chosen-container .chosen-drop{
    min-width: 220px;
}
.shop-before-control{
    border-bottom: 2px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.shop-before-control > div{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 479px){
    .shop-before-control .orderby-wrap{
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .shop-before-control .show-count-wrap{
        display: none;
    }
}
.shop-before-control .show-count-wrap{
    text-align: center;
}
.shop-before-control .display-mode-control{
    text-align: right;
}
.shop-before-control label{
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 100%;
}
.shop-before-control form{
    display: inline-block;
    vertical-align: middle;
}
.shop-after-control > *{
    display: inline-block;
    vertical-align: top;
}
.shop-after-control .type-load_more::before,
.shop-after-control .type-load_more::after{
    display: none;
}
.shop-after-control .woocommerce-result-count{
    float: right;
    text-align: right;
    padding: 5px 0;
    margin: 0 0 0 30px;
}
.woocommerce-pagination.type-pagination + .woocommerce-result-count{
    display: none;
}
.woocommerce-pagination.type-pagination{
    display: block;
    text-align: center;
}
.promotion-products{
    margin-bottom: 60px;
}
/*----- SHOP BANNER -----*/
/*----- SHORTCODE -----*/
.product-item .group-button::before,
.product-item .group-button::after,
.ovic-products::before,
.ovic-products::after{
    content: "";
    display: table;
    clear: both;
}
.product-item .product-inner{
    position: relative;
}
.product-item .product-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-title{
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-top: 3px;
    margin-bottom: 9px;
}
.product-title a{
    color: inherit;
}
.product-item .woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin: 15px 0 0;
}
.product-item .woocommerce-product-details__short-description > ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.product-item .woocommerce-product-details__short-description > ul > li::before{
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 90px;
    border: 3px solid;
    margin: 7px 6px 5px 0;
}
.product-item .shop_attributes-wrap{
    margin: 17px 0 0;
}
.entry-summary .shop_attributes,
.product-item .shop_attributes{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.entry-summary .shop_attributes th,
.product-item .shop_attributes th{
    vertical-align: top;
    border: none;
    padding: 2px 14px 2px 0;
    font-weight: inherit;
    white-space: nowrap;
    width: 1%;
}
.entry-summary .shop_attributes th::after,
.product-item .shop_attributes th::after{
    content: ":";
    margin-left: 3px;
}
.entry-summary .shop_attributes td,
.product-item .shop_attributes td{
    vertical-align: top;
    border: none;
    padding: 2px 0;
}
.entry-summary .shop_attributes p:last-child,
.product-item .shop_attributes p:last-child{
    margin: 0;
}
/* style-list */
.product-item.list .product-info--inner,
.product-item.list .product-inner{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.product-item.list .product-thumb{
    flex: 0 0 32%;
    max-width: 270px;
}
.product-item.list .product--extra-content{
    flex: 0 0 40%;
    max-width: 220px;
    padding: 3px 0 37px 20px;
    border-left: 1px solid #e6e6e6;
}
.product-item.list .product-title--wrap{
    flex: 1 1 auto;
    padding-right: 20px;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    padding-left: 20px;
}
.product-item.list .post--categories a{
    line-height: 20px;
    display: inline-block;
}
.product-item.list .product-title{
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    margin-top: -2px;
    margin-bottom: 26px;
}
.product-item.list .price{
    font-size: 22px;
    color: #111;
}
.product-item.list .price ins{
    margin-right: 2px;
    top: 3px;
}
.product-item.list .add-to-cart{
    /*width: 176px;
  max-width: calc(100% - 110px);*/
}
.product-item.list .add-to-cart a{
    padding: 8px 30px;
    transition: all 0.3s ease-out;
}
.product-item.list .product-inner .add-to-cart > a{
    color: #888;
    background-color: #e6e6e6;
}
.product-item.list .product-inner .add-to-cart > a:hover{
    background-color: #e73918;
    color: #fff;
}
.product-item.list .group-button{
    margin: 13px -5px 0;
}
.product-item.list .group-button > *{
    float: left;
    margin: 10px 5px 0;
}
.product-item.list a.compare,
.product-item.list a.yith-wcqv-button,
.product-item.list .yith-wcwl-add-to-wishlist > *{
    color: #888;
    background-color: #e6e6e6;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease-out;
}
.product-item.list a.compare::before,
.product-item.list a.yith-wcqv-button::before{
    margin: 0;
}
.product-item.list .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon{
    position: relative;
    top: -4px;
    color: #fff;
}
.product-item.list .yith-wcwl-add-to-wishlist .add_to_wishlist .yith-wcwl-icon{
    position: relative;
    top: 10px;
}
.product-item.list .yith-wcwl-add-to-wishlist .add_to_wishlist .yith-wcwl-icon:before{
    content: "";
}
.product-item.list .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover .yith-wcwl-icon{
    color: #fff;
}
.product-item.list a.compare:hover{
    color: #fff;
}
.product-item.list .product--short-info + .product--custom-content{
    margin-top: 17px;
}
.product-item.list .product--custom-content{
    text-transform: uppercase;
}
.product-item.list .product--custom-content .custom-content--label{
    color: #7faf51;
}
.product-item.list .product-excerpt{
    margin-bottom: 26px;
}
@media (max-width: 991px){
    .product-item.list .product--extra-content{
        padding-bottom: 5px;
    }
}
@media (max-width: 479px){
    .product-item.list{
        margin-bottom: 30px !important;
    }
    .product-item.list .product-info--inner,
    .product-item.list .product-inner{
        flex-wrap: wrap;
    }
    .product-item.list .product-title--wrap,
    .product-item.list .product--extra-content,
    .product-item.list .product-info,
    .product-item.list .product-thumb{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product-item.list .product-info{
        padding-left: 0;
        margin-top: 20px;
    }
    .product-item.list .product-title--wrap{
        padding-right: 0;
    }
    .product-item.list .product--extra-content{
        padding-left: 0;
        border-left: none;
        margin-top: 20px;
    }
    .product-item.list .thumb-link{
        display: block;
    }
    .product-item.list .thumb-link img{
        width: 100%;
    }
}
@media (min-width: 768px){
    .ovic-products.content-overflow .product-list-owl > .slick-list{
        overflow: visible;
    }
}
/* style-01 */
.ovic-products .product-list-owl{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ovic-products .product-list-owl > .slick-list{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.shop-page.ovic-products.style-17,
.shop-page.ovic-products.style-09,
.shop-page.ovic-products.style-01{
    margin-bottom: 40px;
}
.absolute-full, .product--style-24 .product--buttons .yith-wcwl-wishlistexistsbrowse a, .product--style-15 .product-inner:after, .product--style-15 .yith-wcwl-wishlistexistsbrowse a,
.product--style-14 .yith-wcwl-wishlistexistsbrowse a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.transition, .product--style-15 .price del,
.product--style-15 .price,
.product--style-15 .product-title,
.product--style-15 .post--categories a, .product--style-15 .product-inner:after, .product--style-14 .yith-wcwl-add-to-wishlist, .product--style-15 .yith-wcqv-button-wrap a,
.product--style-15 .yith-wcwl-add-to-wishlist a,
.product--style-15 .compare-button a,
.product--style-14 .yith-wcqv-button-wrap a,
.product--style-14 .yith-wcwl-add-to-wishlist a,
.product--style-14 .compare-button a, .product--style-15 .product--buttons,
.product--style-14 .product--buttons, .product--style-25 .product-inner,
.product--style-04 .product-inner, .product--style-30 .product-thumb .yith-wcqv-button,
.product--style-29 .product-thumb .yith-wcqv-button,
.product--style-28 .product-thumb .yith-wcqv-button,
.product--style-27 .product-thumb .yith-wcqv-button,
.product--style-26 .product-thumb .yith-wcqv-button,
.product--style-17 .product-thumb .yith-wcqv-button,
.product--style-13 .product-thumb .yith-wcqv-button,
.product--style-11 .product-thumb .yith-wcqv-button,
.product--style-09 .product-thumb .yith-wcqv-button,
.product--style-06 .product-thumb .yith-wcqv-button,
.product--style-05 .product-thumb .yith-wcqv-button,
.product--style-03 .product-thumb .yith-wcqv-button,
.product--style-01 .product-thumb .yith-wcqv-button, .product--style-30 .group-button--inner .add-to-cart > a,
.product--style-29 .group-button--inner .add-to-cart > a,
.product--style-28 .group-button--inner .add-to-cart > a,
.product--style-27 .group-button--inner .add-to-cart > a,
.product--style-26 .group-button--inner .add-to-cart > a,
.product--style-17 .group-button--inner .add-to-cart > a,
.product--style-13 .group-button--inner .add-to-cart > a,
.product--style-11 .group-button--inner .add-to-cart > a,
.product--style-09 .group-button--inner .add-to-cart > a,
.product--style-06 .group-button--inner .add-to-cart > a,
.product--style-05 .group-button--inner .add-to-cart > a,
.product--style-03 .group-button--inner .add-to-cart > a,
.product--style-01 .group-button--inner .add-to-cart > a, .product--style-30 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-30 .group-button--inner .compare-button a,
.product--style-29 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-29 .group-button--inner .compare-button a,
.product--style-28 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-28 .group-button--inner .compare-button a,
.product--style-27 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-27 .group-button--inner .compare-button a,
.product--style-26 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-26 .group-button--inner .compare-button a,
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-17 .group-button--inner .compare-button a,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-13 .group-button--inner .compare-button a,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-11 .group-button--inner .compare-button a,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-09 .group-button--inner .compare-button a,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-06 .group-button--inner .compare-button a,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-05 .group-button--inner .compare-button a,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-03 .group-button--inner .compare-button a,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-01 .group-button--inner .compare-button a{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.flex, .product--style-12 .product--inner-prices, .product--style-12 .product-inner, .product--style-09 .product--title-wrap,
.product--style-09 .product--info-wrap, .product--style-25 .product-inner,
.product--style-18 .product-inner,
.product--style-08 .product-inner,
.product--style-04 .product-inner,
.product--style-02 .product-inner{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-v-center{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-center, .product--style-15 .product--buttons-inner,
.product--style-14 .product--buttons-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ovic-products.style-17,
.ovic-products.style-09,
.ovic-products.style-01{
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 1199px){
    .ovic-products.style-17,
    .ovic-products.style-09,
    .ovic-products.style-01{
        margin-left: 0;
        margin-right: 0;
    }
}
.post--categories a{
    color: #888;
    font-size: 15px;
}
.post--categories a:hover{
    color: #90bf2a;
}
.disable-rating-yes .star-rating-wrap{
    display: none;
}
.star-rating-wrap{
    margin-bottom: 8px;
}
/*@todo: product--style-01*/
.product--style-30,
.product--style-29,
.product--style-28,
.product--style-27,
.product--style-26,
.product--style-17,
.product--style-13,
.product--style-11,
.product--style-09,
.product--style-06,
.product--style-05,
.product--style-03,
.product--style-01{
    text-align: center;
}
.product--style-30 .product-title,
.product--style-29 .product-title,
.product--style-28 .product-title,
.product--style-27 .product-title,
.product--style-26 .product-title,
.product--style-17 .product-title,
.product--style-13 .product-title,
.product--style-11 .product-title,
.product--style-09 .product-title,
.product--style-06 .product-title,
.product--style-05 .product-title,
.product--style-03 .product-title,
.product--style-01 .product-title{
    text-transform: capitalize;
}
.product--style-30 .price,
.product--style-29 .price,
.product--style-28 .price,
.product--style-27 .price,
.product--style-26 .price,
.product--style-17 .price,
.product--style-13 .price,
.product--style-11 .price,
.product--style-09 .price,
.product--style-06 .price,
.product--style-05 .price,
.product--style-03 .price,
.product--style-01 .price{
    justify-content: center;
}
.product--style-30 .group-button--inner,
.product--style-29 .group-button--inner,
.product--style-28 .group-button--inner,
.product--style-27 .group-button--inner,
.product--style-26 .group-button--inner,
.product--style-17 .group-button--inner,
.product--style-13 .group-button--inner,
.product--style-11 .group-button--inner,
.product--style-09 .group-button--inner,
.product--style-06 .group-button--inner,
.product--style-05 .group-button--inner,
.product--style-03 .group-button--inner,
.product--style-01 .group-button--inner{
    display: flex;
    align-items: center;
    margin-left: -4px;
    margin-right: -4px;
}
.product--style-30 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-30 .group-button--inner .compare-button,
.product--style-29 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-29 .group-button--inner .compare-button,
.product--style-28 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-28 .group-button--inner .compare-button,
.product--style-27 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-27 .group-button--inner .compare-button,
.product--style-26 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-26 .group-button--inner .compare-button,
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-17 .group-button--inner .compare-button,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-13 .group-button--inner .compare-button,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-11 .group-button--inner .compare-button,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-09 .group-button--inner .compare-button,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-06 .group-button--inner .compare-button,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-05 .group-button--inner .compare-button,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-03 .group-button--inner .compare-button,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-01 .group-button--inner .compare-button{
    flex: 0 0 auto;
    margin-left: 4px;
    margin-right: 4px;
    color: #666666;
}
.product--style-30 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-30 .group-button--inner .compare-button a,
.product--style-29 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-29 .group-button--inner .compare-button a,
.product--style-28 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-28 .group-button--inner .compare-button a,
.product--style-27 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-27 .group-button--inner .compare-button a,
.product--style-26 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-26 .group-button--inner .compare-button a,
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-17 .group-button--inner .compare-button a,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-13 .group-button--inner .compare-button a,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-11 .group-button--inner .compare-button a,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-09 .group-button--inner .compare-button a,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-06 .group-button--inner .compare-button a,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-05 .group-button--inner .compare-button a,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-03 .group-button--inner .compare-button a,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-01 .group-button--inner .compare-button a{
    color: inherit;
    font-size: 0;
}
.product--style-30 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-30 .group-button--inner .compare-button a:hover,
.product--style-29 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-29 .group-button--inner .compare-button a:hover,
.product--style-28 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-28 .group-button--inner .compare-button a:hover,
.product--style-27 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-27 .group-button--inner .compare-button a:hover,
.product--style-26 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-26 .group-button--inner .compare-button a:hover,
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-17 .group-button--inner .compare-button a:hover,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-13 .group-button--inner .compare-button a:hover,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-11 .group-button--inner .compare-button a:hover,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-09 .group-button--inner .compare-button a:hover,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-06 .group-button--inner .compare-button a:hover,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-05 .group-button--inner .compare-button a:hover,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-03 .group-button--inner .compare-button a:hover,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-01 .group-button--inner .compare-button a:hover{
    color: #90bf2a;
}
.product--style-30 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-29 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-28 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-27 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-26 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before{
    font-size: 15px;
    content: "";
}
.product--style-30 .group-button--inner .add-to-cart,
.product--style-29 .group-button--inner .add-to-cart,
.product--style-28 .group-button--inner .add-to-cart,
.product--style-27 .group-button--inner .add-to-cart,
.product--style-26 .group-button--inner .add-to-cart,
.product--style-17 .group-button--inner .add-to-cart,
.product--style-13 .group-button--inner .add-to-cart,
.product--style-11 .group-button--inner .add-to-cart,
.product--style-09 .group-button--inner .add-to-cart,
.product--style-06 .group-button--inner .add-to-cart,
.product--style-05 .group-button--inner .add-to-cart,
.product--style-03 .group-button--inner .add-to-cart,
.product--style-01 .group-button--inner .add-to-cart{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    margin-left: 4px;
    margin-right: 4px;
}
.product--style-30 .group-button--inner .add-to-cart > a,
.product--style-29 .group-button--inner .add-to-cart > a,
.product--style-28 .group-button--inner .add-to-cart > a,
.product--style-27 .group-button--inner .add-to-cart > a,
.product--style-26 .group-button--inner .add-to-cart > a,
.product--style-17 .group-button--inner .add-to-cart > a,
.product--style-13 .group-button--inner .add-to-cart > a,
.product--style-11 .group-button--inner .add-to-cart > a,
.product--style-09 .group-button--inner .add-to-cart > a,
.product--style-06 .group-button--inner .add-to-cart > a,
.product--style-05 .group-button--inner .add-to-cart > a,
.product--style-03 .group-button--inner .add-to-cart > a,
.product--style-01 .group-button--inner .add-to-cart > a{
    padding: 0 20px;
    height: 47px;
    line-height: 43px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #90bf2a;
    background-color: #90bf2a;
}
.product--style-30 .group-button--inner .add-to-cart > a:hover,
.product--style-29 .group-button--inner .add-to-cart > a:hover,
.product--style-28 .group-button--inner .add-to-cart > a:hover,
.product--style-27 .group-button--inner .add-to-cart > a:hover,
.product--style-26 .group-button--inner .add-to-cart > a:hover,
.product--style-17 .group-button--inner .add-to-cart > a:hover,
.product--style-13 .group-button--inner .add-to-cart > a:hover,
.product--style-11 .group-button--inner .add-to-cart > a:hover,
.product--style-09 .group-button--inner .add-to-cart > a:hover,
.product--style-06 .group-button--inner .add-to-cart > a:hover,
.product--style-05 .group-button--inner .add-to-cart > a:hover,
.product--style-03 .group-button--inner .add-to-cart > a:hover,
.product--style-01 .group-button--inner .add-to-cart > a:hover{
    background-color: transparent;
    color: #90bf2a;
    text-decoration: none;
}
@media (max-width: 1199px){
    .product--style-30 .group-button--inner,
    .product--style-29 .group-button--inner,
    .product--style-28 .group-button--inner,
    .product--style-27 .group-button--inner,
    .product--style-26 .group-button--inner,
    .product--style-17 .group-button--inner,
    .product--style-13 .group-button--inner,
    .product--style-11 .group-button--inner,
    .product--style-09 .group-button--inner,
    .product--style-06 .group-button--inner,
    .product--style-05 .group-button--inner,
    .product--style-03 .group-button--inner,
    .product--style-01 .group-button--inner{
        margin-top: 20px;
    }
}
.product--style-30 .product-excerpt,
.product--style-29 .product-excerpt,
.product--style-28 .product-excerpt,
.product--style-27 .product-excerpt,
.product--style-26 .product-excerpt,
.product--style-17 .product-excerpt,
.product--style-13 .product-excerpt,
.product--style-11 .product-excerpt,
.product--style-09 .product-excerpt,
.product--style-06 .product-excerpt,
.product--style-05 .product-excerpt,
.product--style-03 .product-excerpt,
.product--style-01 .product-excerpt{
    margin-bottom: 17px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}
@media (max-width: 1199px){
    .product--style-30 .product-excerpt,
    .product--style-29 .product-excerpt,
    .product--style-28 .product-excerpt,
    .product--style-27 .product-excerpt,
    .product--style-26 .product-excerpt,
    .product--style-17 .product-excerpt,
    .product--style-13 .product-excerpt,
    .product--style-11 .product-excerpt,
    .product--style-09 .product-excerpt,
    .product--style-06 .product-excerpt,
    .product--style-05 .product-excerpt,
    .product--style-03 .product-excerpt,
    .product--style-01 .product-excerpt{
        display: none;
    }
}
.product--style-30 .product-thumb .yith-wcqv-button,
.product--style-29 .product-thumb .yith-wcqv-button,
.product--style-28 .product-thumb .yith-wcqv-button,
.product--style-27 .product-thumb .yith-wcqv-button,
.product--style-26 .product-thumb .yith-wcqv-button,
.product--style-17 .product-thumb .yith-wcqv-button,
.product--style-13 .product-thumb .yith-wcqv-button,
.product--style-11 .product-thumb .yith-wcqv-button,
.product--style-09 .product-thumb .yith-wcqv-button,
.product--style-06 .product-thumb .yith-wcqv-button,
.product--style-05 .product-thumb .yith-wcqv-button,
.product--style-03 .product-thumb .yith-wcqv-button,
.product--style-01 .product-thumb .yith-wcqv-button{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    color: #666666;
    font-size: 0;
    background-color: transparent;
}
.product--style-30 .product-thumb .yith-wcqv-button::before,
.product--style-29 .product-thumb .yith-wcqv-button::before,
.product--style-28 .product-thumb .yith-wcqv-button::before,
.product--style-27 .product-thumb .yith-wcqv-button::before,
.product--style-26 .product-thumb .yith-wcqv-button::before,
.product--style-17 .product-thumb .yith-wcqv-button::before,
.product--style-13 .product-thumb .yith-wcqv-button::before,
.product--style-11 .product-thumb .yith-wcqv-button::before,
.product--style-09 .product-thumb .yith-wcqv-button::before,
.product--style-06 .product-thumb .yith-wcqv-button::before,
.product--style-05 .product-thumb .yith-wcqv-button::before,
.product--style-03 .product-thumb .yith-wcqv-button::before,
.product--style-01 .product-thumb .yith-wcqv-button::before{
    font-family: "biolife";
    content: "";
    font-size: 24px;
    line-height: 24px;
}
.product--style-30 .product-thumb .yith-wcqv-button:hover,
.product--style-29 .product-thumb .yith-wcqv-button:hover,
.product--style-28 .product-thumb .yith-wcqv-button:hover,
.product--style-27 .product-thumb .yith-wcqv-button:hover,
.product--style-26 .product-thumb .yith-wcqv-button:hover,
.product--style-17 .product-thumb .yith-wcqv-button:hover,
.product--style-13 .product-thumb .yith-wcqv-button:hover,
.product--style-11 .product-thumb .yith-wcqv-button:hover,
.product--style-09 .product-thumb .yith-wcqv-button:hover,
.product--style-06 .product-thumb .yith-wcqv-button:hover,
.product--style-05 .product-thumb .yith-wcqv-button:hover,
.product--style-03 .product-thumb .yith-wcqv-button:hover,
.product--style-01 .product-thumb .yith-wcqv-button:hover{
    color: #90bf2a;
}
.product--style-30 .product-info,
.product--style-29 .product-info,
.product--style-28 .product-info,
.product--style-27 .product-info,
.product--style-26 .product-info,
.product--style-17 .product-info,
.product--style-13 .product-info,
.product--style-11 .product-info,
.product--style-09 .product-info,
.product--style-06 .product-info,
.product--style-05 .product-info,
.product--style-03 .product-info,
.product--style-01 .product-info{
    padding: 10px 10px 0 10px;
}
/*@todo: product--style-02*/
.product--style-25 .product--info,
.product--style-18 .product--info,
.product--style-08 .product--info,
.product--style-04 .product--info,
.product--style-02 .product--info{
    flex: 1 1 auto;
    padding-left: 10px;
    padding-top: 5px;
}
.product--style-25 .product-title,
.product--style-18 .product-title,
.product--style-08 .product-title,
.product--style-04 .product-title,
.product--style-02 .product-title{
    margin-top: 3px;
}
.product--style-08 .product-title{
    transition: all 0.3s ease-out;
}
.product--style-18 .thumb-wrapper,
.product--style-08 .thumb-wrapper,
.product--style-02 .thumb-wrapper{
    flex: 0 0 auto;
    max-width: 100%;
}
.product--style-18 .star-rating-wrap,
.product--style-08 .star-rating-wrap,
.product--style-02 .star-rating-wrap{
    margin-bottom: 0;
    margin-top: 7px;
}
/*@todo: product--style-03*/
.product--style-06 .biolife-countdown,
.product--style-03 .biolife-countdown{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 17px;
}
.product--style-06 .biolife-countdown > span,
.product--style-03 .biolife-countdown > span{
    width: 57px;
    height: 57px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
}
.product--style-06 .biolife-countdown > span .number,
.product--style-03 .biolife-countdown > span .number{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.product--style-06 .biolife-countdown > span .text,
.product--style-03 .biolife-countdown > span .text{
    display: block;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    line-height: 16px;
}
@media (max-width: 991px){
    .product--style-06 .biolife-countdown > span,
    .product--style-03 .biolife-countdown > span{
        width: 50px;
        height: 50px;
        padding-top: 5px;
    }
}
.product--style-06 .group-button,
.product--style-03 .group-button{
    margin-top: 13px;
}
.product--style-06 .product-labels,
.product--style-03 .product-labels{
    top: 0;
    left: 0;
}
.product--style-06 .product-info,
.product--style-03 .product-info{
    padding: 10px 0 0 0;
}
.product--style-06 .group-button--inner,
.product--style-03 .group-button--inner{
    padding-left: 10px;
    padding-right: 10px;
}
.product--style-06 .group-button--inner .add-to-cart,
.product--style-03 .group-button--inner .add-to-cart{
    margin-left: 16px;
    margin-right: 16px;
}
/*@todo: product--style-04*/
.product--style-25,
.product--style-04{
    padding-right: 1px;
}
.product--style-25 .thumb-wrapper,
.product--style-04 .thumb-wrapper{
    flex: 0 0 auto;
    max-width: 42.5%;
}
@media (max-width: 991px){
    .product--style-25 .thumb-wrapper,
    .product--style-04 .thumb-wrapper{
        max-width: 117px;
    }
}
.product--style-25 .product--info,
.product--style-04 .product--info{
    padding-top: 15px;
}
@media (max-width: 991px){
    .product--style-25 .product--info,
    .product--style-04 .product--info{
        padding-top: 0;
    }
}
.product--style-25 .product-inner,
.product--style-04 .product-inner{
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.product--style-25 .product-inner:hover,
.product--style-04 .product-inner:hover{
    border-color: #dd3333;
}
.product--style-25 .star-rating-wrap,
.product--style-04 .star-rating-wrap{
    margin-top: 8px;
    margin-bottom: 0;
}
@media (min-width: 1200px){
    .product--style-25 .thumb-wrapper,
    .product--style-04 .thumb-wrapper{
        max-width: 47%;
    }
}
@media (max-width: 479px){
    .product--style-25 .rating--label,
    .product--style-04 .rating--label{
        display: none;
    }
}
/*@todo: product--style-05*/
.product--style-30 .product-excerpt,
.product--style-28 .product-excerpt,
.product--style-27 .product-excerpt,
.product--style-26 .product-excerpt,
.product--style-13 .product-excerpt,
.product--style-05 .product-excerpt{
    padding-left: 0;
    padding-right: 0;
}
/*@todo: .product--style-06*/
.product--style-06 .biolife-countdown{
    margin-bottom: 0;
    margin-top: 15px;
}
.product--style-06 .biolife-countdown > span{
    width: 47px;
    height: 47px;
    padding-top: 5px;
}
.product--style-06 .biolife-countdown > span .text{
    font-size: 12px;
}
@media (max-width: 991px){
    .product--style-06 .biolife-countdown > span{
        width: 45px;
        height: 45px;
        padding-top: 5px;
    }
}
.product--style-06 .product-labels{
    top: 10px;
    left: 10px;
}
/*@todo: product--style-09*/
.product--style-09 .product-thumb{
    flex: 0 0 130px;
    max-width: 130px;
}
.product--style-09 .product-info{
    text-align: left;
    position: relative;
    padding: 5px 0 0 10px;
}
.product--style-09 .price{
    justify-content: flex-start;
    font-size: 26px;
    color: #222;
}
.product--style-09 .price del{
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.product--style-09 .product-excerpt{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    border-top: 1px dashed #999999;
    margin-top: 10px;
    padding-top: 10px;
}
.product--style-09 .group-button--inner{
    margin-left: 0;
    margin-right: 0;
}
.product--style-09 .group-button--inner .add-to-cart{
    flex: 0 0 auto;
    order: 1;
    margin-left: 0;
    margin-right: 11px;
}
.product--style-09 .group-button--inner .add-to-cart > a{
    padding-left: 44px;
    padding-right: 44px;
}
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist{
    order: 2;
    margin-left: 7px;
    margin-right: 7px;
}
.product--style-09 .group-button--inner .compare-button{
    order: 3;
    margin-left: 7px;
    margin-right: 7px;
}
/*@todo: product--style-10*/
.product--style-10 .product-inner{
    text-align: center;
}
.product--style-10 .product-info{
    margin-top: 7px;
}
.product--style-10 .product-excerpt{
    color: #888;
}
.product--style-10 .product--buttons{
    display: inline-block;
    margin-top: 24px;
}
.product--style-10 .group-button--inner{
    display: flex;
    align-items: center;
    background-color: #e2e2e2;
    border-radius: 30px;
    padding-left: 10px;
}
.product--style-10 .add-to-cart,
.product--style-10 .price{
    flex: 0 0 auto;
    padding-left: 14px;
}
.product--style-10 .add-to-cart del,
.product--style-10 .price del{
    display: none;
}
.product--style-10 .add-to-cart > a{
    border-radius: 30px;
    padding: 0 50px;
    line-height: 49px;
    font-size: 15px;
    background-color: #7faf51;
    transition: all 0.3s ease-out;
}
.product--style-10 .add-to-cart > a:hover{
    color: #fff;
    background-color: #ff4f63;
}
.product--style-10 .product-labels > span.onnew{
    background-color: #ffbc53;
}
.product--style-10.product-type-variable .price{
    font-size: 0;
}
.product--style-10.product-type-variable .price .amount{
    font-size: 18px;
}
.product--style-10.product-type-variable .price .amount + .amount{
    display: none;
}
@media (max-width: 1199px){
    .product--style-10 .add-to-cart > a{
        padding: 0 25px;
    }
}
/*@todo: product--style-11*/
.product--style-11 .product-info{
    padding-top: 13px;
}
.product--style-11 .yith-wcqv-button{
    color: #666666;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    margin-left: 4px;
    margin-right: 4px;
}
.product--style-11 .yith-wcqv-button::before{
    font-family: "FontAwesome";
    content: "";
    font-size: 17px;
}
.product--style-11 .yith-wcwl-add-to-wishlist a{
    font-size: 0;
    color: inherit;
}
.product--style-11 .product--stock{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    padding: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.product--style-11 .product-thumb{
    overflow: hidden;
}
.product--style-11 .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
}
.product--style-11 .yith-wcwl-icon::before{
    content: "";
    font-size: 17px;
}
@media (min-width: 1200px){
    .product--style-11 .yith-wcwl-add-to-wishlist{
        opacity: 0;
        transition: all 0.3s ease-out;
    }
    .product--style-11 .product--stock{
        bottom: -50px;
        transition: all 0.3s ease-out;
    }
    .product--style-11:hover .product--stock{
        bottom: 0;
    }
    .product--style-11:hover .yith-wcwl-add-to-wishlist{
        opacity: 1;
    }
}
@media (max-width: 479px){
    .product--style-12 .product-inner{
        display: block;
    }
    .product--style-12 .product-inner .thumb-wrapper{
        max-width: 90px;
        float: left;
    }
    .product--style-12 .product-inner .product--info{
        max-width: 100%;
        margin-left: 100px;
        padding-left: 0;
    }
    .product--style-12 .product-inner .product--group-prices{
        max-width: 100%;
        margin-left: 100px;
    }
    .product--style-12 .product-inner .product--group-prices .price{
        justify-content: flex-start;
    }
}
.product--style-12 .product--info{
    padding-left: 10px;
}
.product--style-12 .product--group-prices{
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 18px;
}
.product--style-12 .product--inner-prices{
    align-items: center;
}
.product--style-12 .product--inner-prices > *{
    flex: 1 1 auto;
    text-align: center;
}
.product--style-12 .product--inner-prices .price{
    justify-content: center;
    color: #666;
}
.product--style-12 .product--inner-prices .active .price{
    color: #7faf51;
}
.product--style-13 .product-title{
    font-size: 16px;
}
.product--style-13 .price{
    padding-top: 10px;
}
.product--style-13 .post--categories{
    color: #9f9f9f;
    letter-spacing: 0.52px;
}
.product--style-13 .post--categories a{
    font-size: 13px;
}
.product--style-13 .post--categories a:not(:hover){
    color: inherit;
}
/*@todo: product--style-14*/
.product--style-15 .yith-wcqv-button-wrap,
.product--style-15 .yith-wcwl-add-to-wishlist,
.product--style-15 .compare-button,
.product--style-14 .yith-wcqv-button-wrap,
.product--style-14 .yith-wcwl-add-to-wishlist,
.product--style-14 .compare-button{
    color: #222;
}
.product--style-15 .yith-wcqv-button-wrap a,
.product--style-15 .yith-wcwl-add-to-wishlist a,
.product--style-15 .compare-button a,
.product--style-14 .yith-wcqv-button-wrap a,
.product--style-14 .yith-wcwl-add-to-wishlist a,
.product--style-14 .compare-button a{
    color: inherit;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.product--style-15 .yith-wcqv-button-wrap a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist a:hover,
.product--style-15 .compare-button a:hover,
.product--style-14 .yith-wcqv-button-wrap a:hover,
.product--style-14 .yith-wcwl-add-to-wishlist a:hover,
.product--style-14 .compare-button a:hover{
    color: #90bf2a;
}
.product--style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before,
.product--style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before{
    font-size: 15px;
    line-height: 15px;
    content: "";
}
.product--style-15 .compare-button a::before,
.product--style-14 .compare-button a::before{
    line-height: 15px;
}
.product--style-15 .yith-wcqv-button,
.product--style-14 .yith-wcqv-button{
    padding: 0;
    background-color: transparent;
}
.product--style-15 .yith-wcqv-button::before,
.product--style-14 .yith-wcqv-button::before{
    font-family: "FontAwesome";
    content: "";
    font-size: 15px;
    line-height: 15px;
}
.product--style-15 .product--buttons-inner > *,
.product--style-14 .product--buttons-inner > *{
    flex: 0 0 auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 8px;
}
.product--style-15 .product--buttons-inner > .add-to-cart,
.product--style-14 .product--buttons-inner > .add-to-cart{
    flex: 1 1 auto;
    padding-left: 0;
    padding-top: 0;
}
.product--style-15 .add-to-cart .single_add_to_cart_button:hover,
.product--style-15 .add-to-cart .added_to_cart:hover,
.product--style-15 .add-to-cart > a:hover,
.product--style-14 .add-to-cart .single_add_to_cart_button:hover,
.product--style-14 .add-to-cart .added_to_cart:hover,
.product--style-14 .add-to-cart > a:hover{
    color: #fed700;
}
.product--style-15 .product-title,
.product--style-14 .product-title{
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 20px;
}
.product--style-15 .price,
.product--style-14 .price{
    font-size: 16px;
}
.product--style-14 .product--buttons{
    background-color: #fed700;
}
.product--style-14 .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
    width: 20px;
    height: 20px;
}
.product--style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before{
    font-size: 20px;
    line-height: 20px;
}
.product--style-14 .product-title{
    color: #3e3e3e;
}
.product--style-14 .price del{
    font-weight: 400;
    color: #a1a1a1;
}
/*@todo: product--style-15*/
.product--style-15 .product-inner{
    position: relative;
    background-color: #fff;
}
.product--style-15 .product-inner:after{
    background-color: rgba(52, 112, 11, 0.7);
    content: "";
    opacity: 0;
    visibility: hidden;
}
.product--style-15 .product-thumb{
    display: block;
}
.product--style-15 .product-thumb .thumb-link{
    display: block;
}
.product--style-15 .product-thumb img{
    width: 100%;
}
.product--style-15 .product-title{
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}
.product--style-15 .product-info{
    padding: 0 30px 25px 30px;
    position: relative;
    z-index: 5;
}
.product--style-15 .post--categories{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    max-width: 50%;
}
.product--style-15 .product-labels{
    left: auto;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.product--style-15 .product-labels > span{
    border-radius: 0;
}
.product--style-15 .product-labels > span.onsale{
    background-color: #34700b;
}
.product--style-15 .product--buttons-inner > *:not(.add-to-cart){
    flex: 0 0 44px;
    height: 44px;
    background-color: #49a010;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.product--style-15 .add-to-cart .button{
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 3px;
    background-color: #49a010;
}
.product--style-15 .compare-button a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist a:hover,
.product--style-15 .yith-wcqv-button-wrap a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    color: #fed700;
}
/*@todo: product--style-16*/
.product--style-16 .product-inner{
    background-color: #fff;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.product--style-16 .thumb-wrapper{
    flex: 0 0 155px;
}
.product--style-16 .product--info{
    flex: 1 1 auto;
    padding-left: 20px;
    padding-top: 7px;
}
.product--style-16 .product-labels{
    right: 0;
    top: 20px;
    left: auto;
    font-size: 12px;
    font-weight: 600;
}
.product--style-16 .product-labels > span:not(.onsale){
    display: none;
}
.product--style-16 .product-labels .onsale{
    background-color: #34700b;
    border-radius: 0;
}
.product--style-16 .product-title{
    margin-top: 41px;
    font-size: 16px;
    margin-bottom: 11px;
}
.product--style-16 .price{
    font-size: 16px;
    color: #34700b;
}
/*@todo: product--style-17*/
.product--style-20 .product-labels > span,
.product--style-19 .product-labels > span,
.product--style-17 .product-labels > span{
    padding: 0 17px 0 0;
    height: 28px;
    font-family: "Lato";
    border-radius: 20px;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    margin-top: 0;
}
.product--style-20 .product-labels > span > span:not(.onsale--text),
.product--style-19 .product-labels > span > span:not(.onsale--text),
.product--style-17 .product-labels > span > span:not(.onsale--text){
    display: block;
    height: 28px;
    line-height: 28px;
    background-color: #80a93f;
    padding: 0 5px 0 10px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.product--style-20 .product-labels > span::after,
.product--style-19 .product-labels > span::after,
.product--style-17 .product-labels > span::after{
    position: absolute;
    background-color: inherit;
    content: "";
    top: -14px;
    bottom: -14px;
    right: -69px;
    width: 100px;
    height: 56px;
    border-width: 14px;
    border-style: solid;
    border-radius: 30px;
    z-index: -1;
    border-color: #80a93f;
}
.product--style-20 .product-labels > span.onsale > span,
.product--style-19 .product-labels > span.onsale > span,
.product--style-17 .product-labels > span.onsale > span{
    background-color: #f65f73;
}
.product--style-20 .product-labels > span.onsale::after,
.product--style-19 .product-labels > span.onsale::after,
.product--style-17 .product-labels > span.onsale::after{
    border-color: #f65f73;
}
.product--style-20 .product-labels > span:not(:first-child),
.product--style-19 .product-labels > span:not(:first-child),
.product--style-17 .product-labels > span:not(:first-child){
    margin-left: -7px;
}
.product--style-17 .product-thumb{
    overflow: hidden;
}
.product--style-17 .product-thumb .yith-wcqv-button{
    opacity: 1;
    position: static;
}
.product--style-17 .product-thumb .yith-wcqv-button:before{
    content: "";
    font-size: 15px;
}
.product--style-17 .product-thumb .compare::before{
    font-family: "biolife";
    content: "";
    font-size: 15px;
}
.product--style-17 .product-thumb .group-button--inner > *{
    margin-left: 7px;
    margin-right: 7px;
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon::before,
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before{
    font-family: "biolife";
    content: "";
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse{
    position: relative;
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product--style-17 .product-thumb .ex-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f7f8fa;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 2px;
}
.product--style-17 .product-thumb .ex-buttons .group-button--inner,
.product--style-17 .product-thumb .ex-buttons .product--stock{
    flex: 0 0 auto;
}
.product--style-17 .product-thumb .ex-buttons .product--stock{
    color: #80a93f;
}
.product--style-17 .product-info{
    padding-top: 17px;
}
.product--style-17 .price{
    font-family: "Lato";
}
.product--style-17 .product-title{
    margin-top: 15px;
    font-size: 14px;
    font-family: "Lato";
    font-weight: bold;
    margin-bottom: 6px;
}
.product--style-17 .product-excerpt{
    border-top: 1px solid #f7f8fa;
    padding-top: 16px;
    margin-bottom: 22px;
}
.product--style-17 .group-button--inner{
    justify-content: center;
}
.product--style-17 .group-button--inner .add-to-cart{
    flex: 0 0 auto;
}
.product--style-17 .group-button--inner .add-to-cart > a{
    padding-left: 40px;
    padding-right: 40px;
}
.product--style-18 .price{
    color: #f65f73;
    font-size: 18px;
}
.product--style-18 .price del{
    top: 4px;
}
.product--style-18 .product-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 18px;
    color: #222;
}
.product--style-18 .product-title:hover{
    color: #f65f73;
}
.product--style-20 .product-labels,
.product--style-19 .product-labels{
    position: static;
}
.product--style-20 .product-inner,
.product--style-19 .product-inner{
    position: relative;
}
.product--style-20 .product-inner .biolife-countdown-wrapper,
.product--style-19 .product-inner .biolife-countdown-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 60px;
    background-color: rgba(246, 95, 115, 0.8);
    color: #fff;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.product--style-20 .countdown--item,
.product--style-19 .countdown--item{
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 70px;
    padding-top: 14px;
}
.product--style-20 .countdown--item > span,
.product--style-19 .countdown--item > span{
    display: block;
}
.product--style-20 .countdown--item > span.number,
.product--style-19 .countdown--item > span.number{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}
.product--style-20 .countdown--item:not(:first-child),
.product--style-19 .countdown--item:not(:first-child){
    border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.product--style-20 .product-title,
.product--style-19 .product-title{
    font-size: 30px;
    color: #222;
}
.product--style-20 .product-title:hover,
.product--style-19 .product-title:hover{
    color: #f65f73;
}
.product--style-20 .post--categories a,
.product--style-19 .post--categories a{
    font-size: 14px;
    color: #666;
}
.product--style-20 .post--tags,
.product--style-19 .post--tags{
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 10px;
}
.product--style-20 .post--tags a,
.product--style-19 .post--tags a{
    display: inline-block;
    line-height: 29px;
    color: #222;
}
.product--style-20 .post--tags a:hover,
.product--style-19 .post--tags a:hover{
    color: #f65f73;
}
.product--style-20 .product--order-now,
.product--style-19 .product--order-now{
    color: #555;
    height: 47px;
    line-height: 43px;
    border: 2px solid #c8c8c8;
    border-radius: 30px;
    padding: 0 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease-out;
    margin-top: 40px;
}
.product--style-20 .product--order-now .val,
.product--style-19 .product--order-now .val{
    font-size: 16px;
}
.product--style-20 .product--order-now .sp,
.product--style-19 .product--order-now .sp{
    margin-left: 2px;
    margin-right: 2px;
}
.product--style-20 .product--order-now:hover,
.product--style-19 .product--order-now:hover{
    background-color: #f65f73;
    color: #fff;
    border-color: #f65f73;
}
.product--style-20 .product-title,
.product--style-19 .product-title{
    margin-top: 16px;
    margin-bottom: 7px;
}
.product--style-20 .post--tags,
.product--style-19 .post--tags{
    margin-top: 25px;
}
.product--style-19 .product-info{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 200px;
}
.product--style-20 .product-inner{
    display: flex;
    align-items: center;
}
.product--style-20 .product-inner .product-thumb{
    flex: 0 0 56.8%;
    max-width: 56.8%;
}
.product--style-20 .product-inner .product-info{
    flex: 1 1 auto;
    padding-left: 10px;
}
.product--style-20 .product-inner .biolife-countdown-wrapper{
    left: 0;
}
/*@todo: product--style-21*/
.product--style-23 .product-labels,
.product--style-21 .product-labels,
.product--style-22 .product-labels{
    position: static;
}
.product--style-23 .product-labels .featured,
.product--style-23 .product-labels .out-of-stock,
.product--style-21 .product-labels .featured,
.product--style-21 .product-labels .out-of-stock,
.product--style-22 .product-labels .featured,
.product--style-22 .product-labels .out-of-stock{
    display: none;
}
.product--style-23 .product-labels .onsale,
.product--style-23 .product-labels .onnew,
.product--style-21 .product-labels .onsale,
.product--style-21 .product-labels .onnew,
.product--style-22 .product-labels .onsale,
.product--style-22 .product-labels .onnew{
    position: absolute;
    top: 20px;
    border-radius: 20px;
    z-index: 9;
}
.product--style-23 .product-labels .onsale,
.product--style-21 .product-labels .onsale,
.product--style-22 .product-labels .onsale{
    left: 20px;
    background-color: #f7aa23;
}
.product--style-23 .product-labels .onnew,
.product--style-21 .product-labels .onnew,
.product--style-22 .product-labels .onnew{
    right: 20px;
    background-color: #a1ba36;
    margin-top: 0;
}
.product--style-23 .product--buttons,
.product--style-21 .product--buttons,
.product--style-22 .product--buttons{
    color: #0d0d0d;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product--style-23 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-23 .product--buttons .yith-wcqv-button,
.product--style-21 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-21 .product--buttons .yith-wcqv-button,
.product--style-22 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-22 .product--buttons .yith-wcqv-button{
    color: inherit;
    font-size: 0;
    transition: all 0.3s ease-out;
}
.product--style-23 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-23 .product--buttons .yith-wcqv-button:hover,
.product--style-21 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-21 .product--buttons .yith-wcqv-button:hover,
.product--style-22 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-22 .product--buttons .yith-wcqv-button:hover{
    color: #a1ba36;
}
.product--style-23 .product--buttons .yith-wcwl-icon,
.product--style-21 .product--buttons .yith-wcwl-icon,
.product--style-22 .product--buttons .yith-wcwl-icon{
    line-height: 33px;
}
.product--style-23 .product--buttons .yith-wcwl-icon::before,
.product--style-21 .product--buttons .yith-wcwl-icon::before,
.product--style-22 .product--buttons .yith-wcwl-icon::before{
    content: "";
    font-size: 14px;
}
.product--style-23 .product--buttons .feedback .yith-wcwl-icon,
.product--style-21 .product--buttons .feedback .yith-wcwl-icon,
.product--style-22 .product--buttons .feedback .yith-wcwl-icon{
    line-height: 42px;
    color: #a1ba36;
}
.product--style-23 .product--buttons .yith-wcqv-button,
.product--style-21 .product--buttons .yith-wcqv-button,
.product--style-22 .product--buttons .yith-wcqv-button{
    background-color: #fff;
    padding: 0;
    margin-top: 10px;
}
.product--style-23 .product--buttons .yith-wcqv-button:before,
.product--style-21 .product--buttons .yith-wcqv-button:before,
.product--style-22 .product--buttons .yith-wcqv-button:before{
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    line-height: 42px;
}
.product--style-23 .add-to-cart a,
.product--style-23 .yith-wcwl-wishlistexistsbrowse,
.product--style-23 .add_to_wishlist,
.product--style-23 .yith-wcqv-button,
.product--style-21 .add-to-cart a,
.product--style-21 .yith-wcwl-wishlistexistsbrowse,
.product--style-21 .add_to_wishlist,
.product--style-21 .yith-wcqv-button,
.product--style-22 .add-to-cart a,
.product--style-22 .yith-wcwl-wishlistexistsbrowse,
.product--style-22 .add_to_wishlist,
.product--style-22 .yith-wcqv-button{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 42px;
    display: block;
}
.product--style-21 .star-rating-wrap .text{
    display: none;
}
.product--style-21 .product-info{
    padding-right: 100px;
    position: relative;
}
.product--style-21 .product-info .star-rating-wrap{
    position: absolute;
    top: 0;
    right: 0;
}
.product--style-21 .add-to-cart{
    position: absolute;
    top: 0;
    right: 0;
}
.product--style-21 .add-to-cart a{
    color: #fff;
    background-color: #f7aa23;
    border: 1px solid #f7aa23;
    font-size: 0;
    padding: 0;
    line-height: 40px;
    transition: all 0.3s ease-out;
}
.product--style-21 .add-to-cart a::after{
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
}
.product--style-21 .add-to-cart a:hover{
    background-color: #fff;
    color: #f7aa23;
}
.product--style-21 .product-title{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    color: #222;
    margin-top: 18px;
    margin-bottom: 7px;
}
.product--style-21 .product-title:hover{
    color: #a1ba36;
}
.product--style-21 .price{
    font-size: 15px;
    color: #222;
}
.product--style-21 .price del{
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
@media (max-width: 479px){
    .product--style-21.product-item .product-thumb{
        display: block;
    }
}
.product--style-22 .product--buttons > *:not(:first-child){
    margin-top: 10px;
}
.product--style-22 .product--buttons .yith-wcqv-button{
    margin-top: 0;
}
.product--style-22 .add-to-cart a{
    color: #fff;
    background-color: #f7aa23;
    border: 1px solid #f7aa23;
    font-size: 0;
    padding: 0;
    line-height: 40px;
    transition: all 0.3s ease-out;
}
.product--style-22 .add-to-cart a::after{
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
}
.product--style-22 .add-to-cart a:hover{
    background-color: #fff;
    color: #f7aa23;
}
.product--style-22 .product-thumb{
    border: 1px solid #ededed;
}
.product--style-22 .product-info{
    text-align: center;
    position: relative;
    padding-top: 14px;
}
.product--style-22 .star-rating-wrap{
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.product--style-22 .star-rating-wrap .text{
    display: none;
}
.product--style-22 .price{
    justify-content: center;
    font-size: 15px;
}
.product--style-22 .product-title{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
}
.product--style-22 .product-title:hover{
    color: #EB6199;
}
.product--style-23 .product-thumb{
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin: 1px;
}
.product--style-23 .product-labels{
    font-weight: 600;
}
.product--style-23 .star-rating-wrap .num{
    font-size: 13px;
    color: #888;
}
.product--style-23 .product-info{
    padding-right: 50px;
    position: relative;
    margin-top: 15px;
}
.product--style-23 .rating--inner .text{
    display: none;
}
.product--style-23 .product-labels .onsale{
    top: 10px;
    left: 10px;
    border-radius: 3px;
}
.product--style-23 .product-labels .onnew{
    border-radius: 3px;
    top: 10px;
    right: 10px;
    background-color: #65af39;
}
.product--style-23 .product--buttons{
    top: 10px;
    right: 10px;
}
.product--style-23 .product--buttons .yith-wcwl-icon::before{
    font-family: "ElegantIcons";
    content: "";
    font-size: 16px;
}
.product--style-23 .product--buttons .yith-wcqv-button:before{
    font-family: "ElegantIcons";
    content: "U";
    font-size: 16px;
}
.product--style-23 .add-to-cart{
    position: absolute;
    top: 17px;
    right: 1px;
}
.product--style-23 .add-to-cart a{
    color: #fff;
    background-color: #5b83e8;
    border: 1px solid #5b83e8;
    font-size: 0;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-out;
}
.product--style-23 .add-to-cart a::after{
    font-family: "ElegantIcons";
    content: "";
    font-size: 16px;
    position: relative;
    top: -1px;
}
.product--style-23 .add-to-cart a:hover{
    background-color: #fff;
    color: #5b83e8;
}
.product--style-23 .product-title{
    font-size: 14px;
    color: #191919;
    margin-top: 0;
    margin-bottom: 3px;
}
.product--style-23 .product-title:hover{
    color: #5b83e8;
}
.product--style-23 .star-rating-wrap{
    margin-bottom: 3px;
}
.product--style-23 .price{
    font-size: 15px;
    color: #191919;
}
.product--style-23 .price del{
    font-size: 13px;
    color: #888;
}
@media (max-width: 479px){
    .product--style-23 .product-thumb{
        display: block;
    }
    .product--style-23 .product-thumb .thumb-link{
        display: block;
    }
    .product--style-23 .product-thumb .thumb-link img{
        width: 100%;
    }
}
.product--style-24 .product-inner{
    border: 1px solid #ebebeb;
    padding: 1px;
    border-radius: 3px;
    text-align: center;
}
.product--style-24 .product--buttons{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.product--style-24 .product--buttons > *{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}
.product--style-24 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-24 .product--buttons .yith-wcqv-button{
    color: inherit;
    font-size: 0;
    transition: all 0.3s ease-out;
}
.product--style-24 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-24 .product--buttons .yith-wcqv-button:hover{
    color: #a1ba36;
}
.product--style-24 .product--buttons .yith-wcwl-icon{
    line-height: 33px;
}
.product--style-24 .product--buttons .yith-wcwl-icon::before{
    font-family: "ElegantIcons";
    content: "";
    font-size: 16px;
}
.product--style-24 .product--buttons .feedback .yith-wcwl-icon{
    line-height: 42px;
    color: #a1ba36;
}
.product--style-24 .product--buttons .yith-wcqv-button{
    background-color: #fff;
    padding: 0;
}
.product--style-24 .product--buttons .yith-wcqv-button:before{
    font-family: "ElegantIcons";
    content: "U";
    font-size: 16px;
    line-height: 42px;
}
.product--style-24 .add-to-cart a,
.product--style-24 .yith-wcwl-wishlistexistsbrowse,
.product--style-24 .add_to_wishlist,
.product--style-24 .yith-wcqv-button{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 42px;
    display: block;
}
.product--style-24 .add-to-cart a{
    color: #fff;
    background-color: #f7aa23;
    border: 1px solid #f7aa23;
    font-size: 0;
    padding: 0;
    line-height: 40px;
    transition: all 0.3s ease-out;
}
.product--style-24 .add-to-cart a::after{
    font-family: "ElegantIcons";
    content: "";
    font-size: 16px;
    position: relative;
    top: -1px;
}
.product--style-24 .add-to-cart a:hover{
    background-color: #fff;
    color: #f7aa23;
}
.product--style-24 .rating--inner .text{
    display: none;
}
.product--style-24 .product-label{
    width: 76px;
    height: 76px;
    background-color: #ff515a;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    padding-top: 15px;
}
.product--style-24 .product-label .text{
    font-size: 13px;
}
.product--style-24 .product-label .val{
    font-size: 20px;
    font-weight: bold;
}
.product--style-24 .product-thumb{
    display: block;
}
.product--style-24 .star-rating-wrap{
    margin-bottom: 15px;
}
.product--style-24 .product-title{
    font-size: 18px;
    color: #191919;
    margin-top: 0;
}
.product--style-24 .product-title:hover{
    color: #5b83e8;
}
.product--style-24 .product-info{
    padding-top: 36px;
    margin-left: 50px;
    margin-right: 50px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.product--style-24 .price{
    justify-content: center;
    font-size: 24px;
    color: #5b83e8;
}
.product--style-24 .price del{
    font-size: 18px;
    color: #888;
}
.product--style-24 .thumb-wrapper{
    max-width: 380px;
    display: inline-block;
}
.product--style-24 .biolife-countdown-wrapper{
    background-color: #5b83e8;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rubik";
    padding-top: 15px;
    padding-bottom: 10px;
}
.product--style-24 .biolife-countdown-wrapper .countdown--item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 9px;
    padding-right: 9px;
}
.product--style-24 .biolife-countdown-wrapper .countdown--item:not(:first-child):before{
    content: ":";
    position: absolute;
    top: 7px;
    left: -10px;
}
.product--style-24 .biolife-countdown-wrapper .number{
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.product--style-24 .biolife-countdown-wrapper .text{
    font-size: 12px;
    text-transform: uppercase;
}
.product--style-24 .countdown--block-title{
    font-size: 15px;
    font-weight: 500;
    padding-left: 45px;
    padding-right: 25px;
}
.product--style-25 .product-inner{
    padding: 30px;
    border-radius: 3px;
}
.product--style-25 .product--info{
    padding-top: 0;
}
.product--style-25 .rating--inner .text{
    display: none;
}
.product--style-25 .product-title{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.product--style-25 .product-title:hover{
    color: #5B83E8;
}
.product--style-25 .star-rating-wrap{
    margin-bottom: 6px;
}
.product--style-25 .price{
    font-size: 15px;
}
.product--style-25 .price del{
    font-size: 13px;
    color: #888;
}
.product--style-27 .product--custom-content{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-top: 23px;
}
.product--style-27 .custom-content--label{
    color: #7faf51;
}
.product--style-27 .custom-content--content{
    color: #666666;
}
.product--style-30 .group-button--inner .add-to-cart > a,
.product--style-29 .group-button--inner .add-to-cart > a{
    color: #222222;
}
@media (min-width: 1200px){
    .product--style-29 .product-inner:hover,
    .product--style-28 .product-inner:hover,
    .product--style-27 .product-inner:hover,
    .product--style-26 .product-inner:hover,
    .product--style-13 .product-inner:hover,
    .product--style-11 .product-inner:hover,
    .product--style-09 .product-inner:hover,
    .product--style-06 .product-inner:hover,
    .product--style-05 .product-inner:hover,
    .product--style-03 .product-inner:hover,
    .product--style-01 .product-inner:hover{
        z-index: 3;
    }
    .product--style-29 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-28 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-27 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-26 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-13 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-11 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-09 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-06 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-05 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-03 .product-inner:hover .product-thumb .yith-wcqv-button,
    .product--style-01 .product-inner:hover .product-thumb .yith-wcqv-button{
        opacity: 1;
    }
    .product--style-29 .product-thumb .yith-wcqv-button,
    .product--style-28 .product-thumb .yith-wcqv-button,
    .product--style-27 .product-thumb .yith-wcqv-button,
    .product--style-26 .product-thumb .yith-wcqv-button,
    .product--style-13 .product-thumb .yith-wcqv-button,
    .product--style-11 .product-thumb .yith-wcqv-button,
    .product--style-09 .product-thumb .yith-wcqv-button,
    .product--style-06 .product-thumb .yith-wcqv-button,
    .product--style-05 .product-thumb .yith-wcqv-button,
    .product--style-03 .product-thumb .yith-wcqv-button,
    .product--style-01 .product-thumb .yith-wcqv-button{
        opacity: 0;
    }
    .product--style-30 .product-inner,
    .product--style-29 .product-inner,
    .product--style-28 .product-inner,
    .product--style-27 .product-inner,
    .product--style-26 .product-inner,
    .product--style-17 .product-inner,
    .product--style-13 .product-inner,
    .product--style-11 .product-inner,
    .product--style-09 .product-inner,
    .product--style-05 .product-inner,
    .product--style-01 .product-inner{
        padding: 10px;
        background-color: #fff;
        position: relative;
    }
    .product--style-30 .product-inner:hover:before,
    .product--style-29 .product-inner:hover:before,
    .product--style-28 .product-inner:hover:before,
    .product--style-27 .product-inner:hover:before,
    .product--style-26 .product-inner:hover:before,
    .product--style-17 .product-inner:hover:before,
    .product--style-13 .product-inner:hover:before,
    .product--style-11 .product-inner:hover:before,
    .product--style-09 .product-inner:hover:before,
    .product--style-05 .product-inner:hover:before,
    .product--style-01 .product-inner:hover:before{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        transition: all 0.3s ease-out;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        z-index: -1;
        content: "";
    }
    .product--style-30 .product-inner:hover .group-button,
    .product--style-29 .product-inner:hover .group-button,
    .product--style-28 .product-inner:hover .group-button,
    .product--style-27 .product-inner:hover .group-button,
    .product--style-26 .product-inner:hover .group-button,
    .product--style-17 .product-inner:hover .group-button,
    .product--style-13 .product-inner:hover .group-button,
    .product--style-11 .product-inner:hover .group-button,
    .product--style-09 .product-inner:hover .group-button,
    .product--style-05 .product-inner:hover .group-button,
    .product--style-01 .product-inner:hover .group-button{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .product--style-30 .group-button,
    .product--style-29 .group-button,
    .product--style-28 .group-button,
    .product--style-27 .group-button,
    .product--style-26 .group-button,
    .product--style-17 .group-button,
    .product--style-13 .group-button,
    .product--style-11 .group-button,
    .product--style-09 .group-button,
    .product--style-05 .group-button,
    .product--style-01 .group-button{
        transition: all 0.3s ease-out;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 5px 20px 30px 20px;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    .product--style-30 .group-button::after,
    .product--style-29 .group-button::after,
    .product--style-28 .group-button::after,
    .product--style-27 .group-button::after,
    .product--style-26 .group-button::after,
    .product--style-17 .group-button::after,
    .product--style-13 .group-button::after,
    .product--style-11 .group-button::after,
    .product--style-09 .group-button::after,
    .product--style-05 .group-button::after,
    .product--style-01 .group-button::after{
        display: block;
        position: absolute;
        content: "";
        bottom: 100%;
        left: 0;
        right: 0;
        height: 6px;
        background-color: #fff;
    }
    .product--style-30 .product-inner:hover .group-button,
    .product--style-29 .product-inner:hover .group-button,
    .product--style-28 .product-inner:hover .group-button,
    .product--style-27 .product-inner:hover .group-button,
    .product--style-26 .product-inner:hover .group-button,
    .product--style-17 .product-inner:hover .group-button,
    .product--style-13 .product-inner:hover .group-button,
    .product--style-11 .product-inner:hover .group-button,
    .product--style-09 .product-inner:hover .group-button,
    .product--style-05 .product-inner:hover .group-button,
    .product--style-01 .product-inner:hover .group-button{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .product--style-30 .product-inner,
    .product--style-28 .product-inner,
    .product--style-27 .product-inner,
    .product--style-26 .product-inner,
    .product--style-13 .product-inner,
    .product--style-11 .product-inner,
    .product--style-05 .product-inner{
        padding: 0 0 10px 0;
    }
    .product--style-30 .product-inner:hover:before,
    .product--style-28 .product-inner:hover:before,
    .product--style-27 .product-inner:hover:before,
    .product--style-26 .product-inner:hover:before,
    .product--style-13 .product-inner:hover:before,
    .product--style-11 .product-inner:hover:before,
    .product--style-05 .product-inner:hover:before{
        background-color: transparent;
    }
    .product--style-09 .product-inner{
        background-color: transparent;
    }
    .product--style-09 .group-button{
        padding: 0 20px 20px 150px;
    }
    .product--style-11 .group-button,
    .product--style-11 .group-button::after,
    .product--style-11 .product-inner{
        background-color: #f8f8f8;
    }
    .product--style-11 .group-button{
        padding-top: 17px;
    }
    .product--style-14 .product--buttons{
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(100%);
    }
    .product--style-14 .product-thumb{
        overflow: hidden;
    }
    .product--style-14 .yith-wcwl-add-to-wishlist{
        transform: scale(0);
    }
    .product--style-14:hover .product--buttons{
        transform: translateY(0);
    }
    .product--style-14:hover .yith-wcwl-add-to-wishlist{
        transform: scale(1);
    }
    .product--style-15 .product--buttons{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all 0.45s ease-out;
        opacity: 0;
        visibility: hidden;
        margin-top: 30px;
    }
    .product--style-15 .product-inner:hover .product-labels{
        opacity: 0;
        visibility: hidden;
    }
    .product--style-15 .product-inner:hover .post--categories a{
        color: #fff;
    }
    .product--style-15 .product-inner:hover .post--categories a:hover{
        color: #fff;
        text-decoration: underline;
    }
    .product--style-15 .product-inner:hover .price del,
    .product--style-15 .product-inner:hover .price,
    .product--style-15 .product-inner:hover .product-title{
        color: #fff !important;
    }
    .product--style-15 .product-inner:hover .product-title:hover a{
        text-decoration: underline;
    }
    .product--style-15 .product-inner:hover:after{
        opacity: 1;
        visibility: visible;
    }
    .product--style-15 .product-inner:hover .product--buttons{
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    .product--style-17 .product-inner:hover{
        z-index: 3;
        background-color: #fff !important;
    }
    .product--style-17 .product-inner:hover .ex-buttons{
        bottom: 0;
    }
    .product--style-17 .product-inner:hover .product-thumb .ex-buttons,
    .product--style-17 .product-inner:hover .group-button::after,
    .product--style-17 .product-inner:hover .group-button, .product--style-17 .product-inner:hover:before{
        background-color: #fff !important;
    }
    .product--style-17 .product-thumb .ex-buttons{
        position: absolute;
        bottom: -43px;
        left: 0;
        right: 0;
        transition: all 0.3s ease-out;
    }
    .product--style-21 .add-to-cart,
    .product--style-21 .product--buttons{
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }
    .product--style-21 .star-rating-wrap,
    .product--style-21 .onnew{
        transition: all 0.3s ease-out;
    }
    .product--style-21 .product-inner:hover .add-to-cart,
    .product--style-21 .product-inner:hover .product--buttons{
        opacity: 1;
        visibility: visible;
    }
    .product--style-21 .product-inner:hover .star-rating-wrap,
    .product--style-21 .product-inner:hover .onnew{
        opacity: 0;
        visibility: hidden;
    }
    .product--style-22 .product--buttons{
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }
    .product--style-22 .onnew{
        transition: all 0.3s ease-out;
    }
    .product--style-22 .product-inner:hover .product--buttons{
        opacity: 1;
        visibility: visible;
    }
    .product--style-22 .product-inner:hover .onnew{
        opacity: 0;
        visibility: hidden;
    }
    .product--style-23 .add-to-cart,
    .product--style-23 .product--buttons{
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }
    .product--style-23 .onnew{
        transition: all 0.3s ease-out;
    }
    .product--style-23 .product-inner:hover .add-to-cart,
    .product--style-23 .product-inner:hover .product--buttons{
        opacity: 1;
        visibility: visible;
    }
    .product--style-23 .product-inner:hover .onnew{
        opacity: 0;
        visibility: hidden;
    }
    .product--style-24 .product--buttons{
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.3s ease-out;
    }
    .product--style-24 .product-inner:hover .product--buttons{
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1599px){
    .product--style-24 .countdown--block-title{
        display: none;
    }
}
@media (max-width: 1199px){
    .product--style-09 .product-excerpt{
        display: block;
    }
    .product--style-09 .product-inner{
        display: flex;
        max-width: 100%;
        align-items: center;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .product--style-09 .product--info-wrap{
        flex: 1 1 auto;
    }
    .product--style-09 .group-button{
        flex: 0 0 auto;
        padding-left: 20px;
    }
    .product--style-15 .product--buttons{
        padding: 10px;
    }
    .product--style-15 .product--buttons .add-to-cart .button{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product--style-17 .product-thumb .group-button--inner{
        margin-top: 0;
    }
    .product--style-17 .product-thumb .ex-buttons{
        padding-bottom: 8px;
    }
    .product--style-21 .product-info{
        padding-right: 50px;
    }
    .product--style-21 .product-info .star-rating-wrap{
        position: static;
    }
    .product--style-21 .product--buttons{
        top: auto;
        bottom: 20px;
    }
    .product--style-23 .product-labels .onnew,
    .product--style-22 .product-labels .onnew{
        display: none;
    }
    .product--style-25 .product-inner{
        padding: 10px;
    }
}
@media (max-width: 991px){
    .product--style-16 .thumb-wrapper{
        flex: 0 0 100px;
    }
    .product--style-16 .product--info{
        padding-top: 0;
    }
    .product--style-16 .product-title{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .product--style-19 .product-inner .biolife-countdown-wrapper{
        top: 10px;
        left: 10px;
        transform: translateY(0);
    }
    .product--style-19 .product-inner .product-info{
        position: static;
        top: 0;
        left: 0;
        max-width: 100%;
        transform: translateY(0);
        margin-top: 20px;
    }
}
@media (max-width: 479px){
    .product--style-09 .product--title-wrap,
    .product--style-09 .product-inner{
        flex-wrap: wrap;
    }
    .product--style-09 .price,
    .product--style-09 .product-title,
    .product--style-09 .group-button,
    .product--style-09 .product--info-wrap{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product--style-09 .group-button{
        padding-left: 0;
    }
    .product--style-09 .price{
        margin-bottom: 15px;
    }
    .product--style-09 .product-thumb{
        flex: 0 0 100px;
        max-width: 100px;
    }
    .product--style-09 .product-excerpt{
        display: none;
    }
    .product--style-17 .group-button--inner .add-to-cart > a{
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
        line-height: 36px;
    }
    .product--style-17 .product-thumb .compare::before,
    .product--style-17 .product-thumb .yith-wcqv-button::before{
        font-size: 10px;
    }
    .product--style-17 .product-thumb .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before{
        font-size: 11px;
    }
    .product--style-16 .thumb-wrapper{
        flex: 0 0 80px;
    }
    .product--style-16 .product--info{
        padding-left: 10px;
    }
    .product--style-20 .product-inner{
        flex-wrap: wrap;
    }
    .product--style-20 .product-inner .product-info,
    .product--style-20 .product-inner .product-thumb{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product--style-20 .product-inner .product-info{
        padding-left: 0;
        margin-top: 10px;
    }
}
.product--short-info ul{
    list-style: none;
    padding-left: 0;
    color: #666;
}
.product--short-info ul li{
    position: relative;
    padding-left: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.product--short-info ul li::before{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
}
@media (min-width: 1200px){
    .ovic-products.style-17 .slick-slide,
    .ovic-products.style-09 .slick-slide,
    .ovic-products.style-01 .slick-slide{
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .ovic-products.style-17 .slick-slide:not(.slick-active),
    .ovic-products.style-09 .slick-slide:not(.slick-active),
    .ovic-products.style-01 .slick-slide:not(.slick-active){
        opacity: 0;
        visibility: hidden;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.single-product-wrapper{
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.single-product-wrapper.vertical-thumbnail--1 .woocommerce-product-gallery{
    display: flex;
}
.single-product-wrapper.vertical-thumbnail--1 .woocommerce-product-gallery .flex-viewport{
    flex: 1 1 auto;
    order: 5;
    padding-left: 10px;
}
.single-product-wrapper.vertical-thumbnail--1 .woocommerce-product-gallery .flex-control-thumbs{
    flex: 0 0 80px;
    order: 1;
    margin: 0;
    padding: 0;
}
.single-product-wrapper .woocommerce-product-gallery{
    flex: 0 0 38.5%;
    max-width: 38.5%;
    position: relative;
}
.single-product-wrapper .entry-summary{
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
}
.single-product-wrapper .entry-summary--1{
    flex: 1 1 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.single-product-wrapper .entry-summary--2{
    flex: 0 0 270px;
    background-color: #f3f3f3;
    padding: 14px 20px 34px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-product-wrapper .entry-summary--2 .biolife-share-socials,
.single-product-wrapper .entry-summary--2 .product--advs, .single-product-wrapper .entry-summary--2 > form{
    flex: 1 1 100%;
}
.single-product-wrapper .entry-summary--2 .biolife-share-socials{
    margin-top: 10px;
}
.single-product-wrapper .entry-summary--2 .product-after-cart,
.single-product-wrapper .entry-summary--2 .yith-wcwl-add-to-wishlist{
    flex: 0 0 auto;
    margin-top: 10px;
}
@media (max-width: 991px){
    .single-product-wrapper .woocommerce-product-gallery{
        flex: 0 0 40%;
        max-width: 320px;
    }
    .single-product-wrapper .entry-summary{
        flex-wrap: wrap;
    }
    .single-product-wrapper .entry-summary--2{
        flex: 1 1 100%;
        background-color: transparent;
    }
    .single-product-wrapper .entry-summary--2 .quantity .control{
        background-color: #f4f4f4;
    }
}
@media (max-width: 767px){
    .single-product-wrapper{
        flex-wrap: wrap;
    }
    .single-product-wrapper .entry-summary,
    .single-product-wrapper .woocommerce-product-gallery{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .single-product-wrapper .entry-summary{
        margin-top: 40px;
    }
    .single-product-wrapper .entry-summary--2,
    .single-product-wrapper .entry-summary--1{
        padding-left: 0;
        padding-right: 0;
    }
}
.product-type-external .single-product-wrapper .entry-summary--2{
    padding: 20px;
}
.product-type-grouped .single-product-wrapper .entry-summary{
    flex-wrap: wrap;
}
.product-type-grouped .single-product-wrapper .entry-summary--2,
.product-type-grouped .single-product-wrapper .entry-summary--1{
    flex: 1 1 100%;
}
.product-type-grouped .single-product-wrapper .entry-summary--2{
    background-color: #fff;
}
.product-type-grouped .single-product-wrapper .entry-summary--2 .control{
    background-color: #f4f4f4 !important;
}
.button-wrapper #chart-button:hover{
    text-decoration: underline;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery{
    max-width: 400px;
    position: relative;
}
.woocommerce-product-gallery .flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.woocommerce-product-gallery .flex-control-nav img{
    cursor: pointer;
    padding: 2px;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.has-gallery .woocommerce-product-gallery__trigger{
    bottom: 112px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    text-align: center;
}
.woocommerce-product-gallery__trigger::before{
    content: url("../images/expand.png");
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
}
.woocommerce-product-gallery__image.none-zoom > a,
.woocommerce-product-gallery__image.none-zoom > .zoomImg{
    display: none !important;
}
/*----- SUMMARY -----*/
.entry-summary .sku_wrapper{
    display: block;
}
.entry-summary .product_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 0;
    color: #222;
}
.entry-summary .woocommerce-product-rating{
    margin: 9px 0 0;
}
.entry-summary .star-rating-wrap{
    margin-right: 7px;
}
.entry-summary .sku-wrap{
    color: #666;
    margin-top: 3px;
}
.entry-summary .sku-wrap span{
    display: inline-block;
}
.entry-summary .woocommerce-product-details__short-description{
    color: #666666;
    font-size: 14px;
    margin-top: 16px;
}
.entry-summary .woocommerce-product-details__short-description p:last-child{
    margin-bottom: 0;
}
.entry-summary .star-rating-wrap .rating{
    display: none;
}
.entry-summary .price{
    display: flex;
    justify-content: flex-start;
    font-size: 22px;
    color: #111;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 24px;
}
.entry-summary .price del{
    font-size: 14px;
    color: #aaa;
    position: relative;
    order: 9;
    font-weight: normal;
    top: 3px;
    margin-left: 10px;
    margin-right: 10px;
}
.entry-summary .price ins{
    text-decoration: none;
}
.entry-summary .product--custom-content{
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    color: #666;
    padding-top: 15px;
    margin-top: 13px;
}
.entry-summary .custom-content--content{
    margin-top: -3px;
}
.entry-summary .product_meta{
    margin-top: 26px;
    padding-bottom: 17px;
}
.entry-summary .biolife-share-socials .inner{
    padding: 0;
    margin: 0 -14px;
}
.entry-summary .biolife-share-socials a{
    color: #aaaaaa;
    font-size: 20px;
    padding: 5px 14px;
    margin: 0;
}
.entry-summary .biolife-share-socials a .text{
    display: none;
}
.entry-summary .biolife-share-socials a:hover{
    color: #e73918;
    opacity: 1;
}
.entry-summary .product--advs{
    border-top: 1px solid #e6e6e6;
    margin-top: 14px;
    padding-top: 20px;
}
.entry-summary .product--advs > *{
    max-width: 40px;
    display: inline-block;
}
.entry-summary .product--advs > *:not(:first-child){
    margin-left: 10px;
}
.entry-summary .button-wrapper{
    display: inline-block;
    vertical-align: bottom;
    float: none;
    width: auto;
    margin: 13px 20px 0 0;
    font-size: 0;
    line-height: 0;
}
.entry-summary #chart-button{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}
.entry-summary .chart-container > h3{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.entry-summary .chart-content::before,
.entry-summary .chart-content::after{
    content: "";
    display: table;
    clear: both;
}
.entry-summary .chart-content-list{
    width: calc(100% - 150px);
    padding: 15px 15px 0 0;
}
.entry-summary .chart-content-image{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    padding: 15px 0 0;
}
.entry-summary .chart-table table{
    border-collapse: collapse;
}
.entry-summary .shop_attributes-wrap{
    padding: 13px 0 7px;
    border-top: 1px solid #e6e6e6;
    margin: 23px 0 0;
}
.entry-summary .shop_attributes-wrap::after{
    display: block;
    content: "";
    border-top: 1px solid #e6e6e6;
    margin-top: 13px;
}
.entry-summary > .price{
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0 0;
}
.entry-summary > .price del{
    font-size: 18px;
    margin: 2px 0 -2px;
}
.entry-summary table.variations{
    margin: -10px 0 10px;
}
.entry-summary .variations_form .single_variation{
    margin-bottom: 10px;
}
.entry-summary .variations_form .single_variation > * > *{
    margin-top: 5px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    margin: 0;
    border: 2px solid #dd3333;
    background-color: #dd3333;
    color: #fff;
    transition: all 0.3s ease-out;
}
.entry-summary .single_add_to_cart_button:hover,
.entry-summary .added_to_cart:hover{
    background-color: #fff;
    color: #dd3333;
}
.entry-summary .single_add_to_cart_button:not(:last-child),
.entry-summary .added_to_cart:not(:last-child){
    margin-right: 10px;
}
.entry-summary .quantity{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.entry-summary .quantity > .text{
    margin-bottom: 4px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: middle;
}
.entry-summary a.compare + .yith-wcwl-add-to-wishlist,
.entry-summary .yith-wcwl-add-to-wishlist + a.compare{
    margin-left: 10px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist > *{
    color: inherit;
}
.entry-summary .yith-wcwl-add-to-wishlist a{
    padding: 0 0 0 15px;
}
.entry-summary .yith-wcwl-icon{
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
}
.entry-summary a.compare{
    margin-top: 0;
    background-color: transparent;
    padding: 0 0 0 15px;
    font-weight: normal;
    text-transform: none;
}
.entry-summary a.compare::before,
.entry-summary .yith-wcwl-icon::before{
    width: 2px;
    height: 10px;
    content: "";
    background-color: #666;
    position: absolute;
    top: 0;
    left: 4px;
}
.entry-summary a.compare::after,
.entry-summary .yith-wcwl-icon::after{
    width: 10px;
    height: 2px;
    content: "";
    background-color: #666;
    position: absolute;
    top: 4px;
    left: 0;
}
.entry-summary a.compare::before{
    top: 7px;
}
.entry-summary a.compare::after{
    top: 11px;
}
.entry-summary .product-after-cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.entry-summary .cart.grouped_form{
    margin-top: 23px;
}
.entry-summary .grouped_form .group_table{
    margin-bottom: 20px;
}
.entry-summary .grouped_form .quantity{
    margin: 0;
}
.entry-summary .grouped_form .quantity .input-qty{
    height: 28px;
    box-shadow: none;
    padding: 0 30px 0 10px;
    margin-bottom: 0;
}
.entry-summary .grouped_form .quantity .btn-number{
    height: 14px;
    line-height: 14px;
}
.entry-summary .grouped_form .stock .text{
    display: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity{
    width: 20%;
    text-align: center;
    padding: 0;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .quantity{
    padding-bottom: 6px;
    padding-top: 10px;
    border-bottom: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .quantity div.text{
    display: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart{
    width: 100%;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart .button{
    font-size: 13px;
    padding: 8px 15px;
    white-space: normal;
    background-color: transparent;
    color: #222;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label{
    font-size: 14px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a{
    color: #666;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a:hover{
    color: #e73918;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label label{
    margin: 0;
    font-weight: inherit;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price ins{
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price del{
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400;
    color: #888;
    margin-right: 5px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .stock{
    margin: 0;
}
.review--average .detail{
    list-style: none;
    padding-left: 0;
}
.review--form-wrap{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
}
.review--form-wrap .review--average{
    flex: 0 0 33%;
    max-width: 270px;
}
.review--form-wrap #review_form_wrapper{
    flex: 1 1 auto;
    padding-left: 130px;
}
@media (max-width: 1199px){
    .review--form-wrap #review_form_wrapper{
        padding-left: 30px;
    }
}
.review--form-wrap .review--average .detail{
    margin-top: 18px;
}
.review--form-wrap .review--average .detail li{
    display: flex;
    align-items: center;
}
.review--form-wrap .review--average .count{
    flex: 0 0 40px;
    text-align: center;
}
.review--form-wrap .review--average .star{
    flex: 0 0 auto;
    padding-right: 10px;
}
.review--form-wrap .review--average .process{
    flex: 1 1 auto;
    height: 9px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.review--form-wrap .review--average .process-bar{
    background-color: #ffdd5a;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.review--form-wrap .average-wrap{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2px;
}
.review--form-wrap .average-val{
    font-size: 40px;
    color: #222;
}
.review--form-wrap .star-rating-wrap{
    margin-bottom: 3px;
}
@media (max-width: 479px){
    .review--form-wrap{
        flex-wrap: wrap;
    }
    .review--form-wrap #review_form_wrapper,
    .review--form-wrap .review--average{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .entry-summary.sticky-content{
        position: static !important;
        width: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 140px;
    color: #666666;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    line-height: 24px;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-transform: uppercase;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 26px;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
    color: #bbbbbb;
}
.woocommerce-tabs > ul > li:not(:first-child){
    margin-left: 40px;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.woocommerce-tabs > ul > li > a:after{
    width: 100%;
    border-top: 2px solid #e73918;
    max-width: 127px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    transform-origin: top left;
    transform: scale(0, 1);
    transition: all 0.3s ease-out;
}
@media (max-width: 479px){
    .woocommerce-tabs > ul > li{
        display: block;
    }
    .woocommerce-tabs > ul > li:not(:first-child){
        margin-left: 0;
    }
}
@media (max-width: 1199px){
    .woocommerce-tabs{
        margin-top: 40px;
    }
}
.rtl .woocommerce-tabs > ul > li:not(:first-child){
    margin-left: 0;
    margin-right: 40px;
}
.woocommerce-tabs > ul > li:hover > a:after,
.woocommerce-tabs > ul > li.active > a:after{
    transform: scale(1, 1);
}
.woocommerce-tabs > ul > li:hover > a,
.woocommerce-tabs > ul > li.active > a{
    color: #222;
}
.product-tab-brands{
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.product-tab-brands .brand-item{
    display: table-row;
    padding: 0;
    margin: 0;
    border: none;
}
.product-tab-brands .brand-item > *{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
}
.product-tab-brands .brand-item a:not(:hover){
    color: inherit;
}
#tab-description > *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item > *,
#tab-additional_information th,
#tab-additional_information td{
    font-size: 14px;
    padding: 8px 15px;
    border-left: none;
    border-right: none;
}
.product-tab-brands .brand-item:first-child > *,
#tab-additional_information tr:first-child > *{
    border-top: none;
}
.product-tab-brands .brand-item:last-child > *,
#tab-additional_information tr:last-child > *{
    border-bottom: none;
}
.product-tab-brands .brand-item > *:first-child,
#tab-additional_information th:first-child,
#tab-additional_information td:first-child{
    padding-left: 0;
}
.product-tab-brands .brand-item > *:last-child,
#tab-additional_information th:last-child,
#tab-additional_information td:last-child{
    padding-right: 0;
}
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail,
#tab-additional_information th{
    width: 33.33333333%;
}
#tab-reviews .woocommerce-Reviews-title{
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 7px;
    margin-bottom: 40px;
}
#tab-reviews .woocommerce-Reviews-title:before{
    width: 127px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    background-color: #e73918;
}
.commentlist .rating--label{
    display: none;
}
#tab-reviews .woocommerce-Reviews-title span::before{
    content: '"';
}
#tab-reviews .woocommerce-Reviews-title span::after{
    content: "”";
}
#wcmp_vendor_reviews .commentlist,
#tab-reviews .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .review:not(:last-child),
#tab-reviews .commentlist .review:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 33px;
}
#wcmp_vendor_reviews .commentlist .comment_container,
#tab-reviews .commentlist .comment_container{
    margin-top: 35px;
}
#wcmp_vendor_reviews .commentlist .comment_container::before,
#wcmp_vendor_reviews .commentlist .comment_container::after,
#tab-reviews .commentlist .comment_container::before,
#tab-reviews .commentlist .comment_container::after{
    display: table;
    clear: both;
    content: "";
}
#wcmp_vendor_reviews .commentlist .avatar,
#tab-reviews .commentlist .avatar{
    display: none;
}
.comment-form-cookies-consent{
    margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .comment-text,
#tab-reviews .commentlist .comment-text{
    display: flex;
    flex-wrap: wrap;
}
#wcmp_vendor_reviews .commentlist .comment-text > *,
#tab-reviews .commentlist .comment-text > *{
    flex: 1 1 100%;
}
.woocommerce-review__author{
    text-transform: capitalize;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap,
#tab-reviews .commentlist .star-rating-wrap{
    margin: -2px 5px -2px 0;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap .rating,
#tab-reviews .commentlist .star-rating-wrap .rating{
    display: none;
}
#wcmp_vendor_reviews .commentlist .meta,
#tab-reviews .commentlist .meta{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px 0;
    order: -1;
    color: #222;
    font-weight: 600;
}
#wcmp_vendor_reviews .commentlist .description,
#tab-reviews .commentlist .description{
    margin: 7px 0 0;
}
#wcmp_vendor_reviews .commentlist .description > *:last-child,
#tab-reviews .commentlist .description > *:last-child{
    margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .children,
#tab-reviews .commentlist .children{
    list-style: none;
    padding: 0 0 0 20px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
#tab-reviews .comment-form-rating > label{
    margin-right: 10px;
}
#tab-reviews .woocommerce-pagination{
    margin-top: 30px;
}
#tab-reviews .comment-respond{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#tab-reviews #review_form label{
    font-weight: inherit;
}
#tab-reviews #review_form .comment-reply-title{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 9px 0;
    color: #222;
}
#tab-reviews #review_form input[type=text],
#tab-reviews #review_form input[type=email],
#tab-reviews #review_form textarea{
    width: 100%;
}
#tab-reviews #review_form .comment-form-author > label,
#tab-reviews #review_form .comment-form-email > label{
    display: block;
}
#tab-reviews #review_form .form-submit{
    margin-bottom: 0;
    margin-top: 20px;
}
#tab-reviews #review_form .form-submit .submit{
    border-radius: 30px;
    border: 2px solid #e73918;
    transition: all 0.3s ease-out;
    padding: 8px 30px;
}
#tab-reviews #review_form .form-submit .submit:hover{
    background-color: #fff;
    color: #e73918;
}
#tab-reviews #review_form .form-submit input[type=submit]{
    min-width: 200px;
}
.comment-form-email,
.comment-form-author{
    margin-bottom: 20px;
}
#tab-reviews p.stars{
    margin-bottom: 0;
}
.comment-form-rating{
    margin-bottom: 8px;
}
@media (min-width: 768px){
    #tab-reviews #reviews{
        display: inline;
    }
    #tab-reviews #review_form .comment-form-author{
        display: inline-block;
        float: left;
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #tab-reviews #review_form .comment-form-email{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 15px);
    }
}
@media (max-width: 479px){
    #wcmp_vendor_reviews .commentlist .avatar,
    #tab-reviews .commentlist .avatar{
        margin: 0 0 10px;
    }
    #wcmp_vendor_reviews .commentlist .comment-text, #tab-reviews .commentlist .comment-text{
        clear: both;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products{
    clear: both;
    margin-top: 60px;
}
.related.products .star-rating-wrap,
.up-sells.products .star-rating-wrap,
.cross-sells.products .star-rating-wrap{
    display: none;
}
@media (max-width: 1199px){
    .related.products .slick-slider .slick-arrow,
    .up-sells.products .slick-slider .slick-arrow,
    .cross-sells.products .slick-slider .slick-arrow{
        display: none !important;
    }
}
.related.products .ovic-title,
.up-sells.products .ovic-title,
.cross-sells.products .ovic-title{
    margin-bottom: 40px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 60px;
}
.related.products .ovic-title .bio-icon7,
.up-sells.products .ovic-title .bio-icon7,
.cross-sells.products .ovic-title .bio-icon7{
    font-size: 40px;
    color: #666;
}
.related.products .ovic-title .subtitle,
.up-sells.products .ovic-title .subtitle,
.cross-sells.products .ovic-title .subtitle{
    font-family: "Playfair Display";
    font-style: italic;
    color: #666;
    font-size: 15px;
    margin-top: 2px;
}
.related.products .ovic-title .title,
.up-sells.products .ovic-title .title,
.cross-sells.products .ovic-title .title{
    font-size: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 15px;
}
.ovic-products-is-banner.image-style-default .context-wrap{
    display: flex;
}
.ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image{
    flex: 0 0 19.66%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.ovic-products-is-banner.image-style-default .context-wrap > .woocommerce{
    flex: 1 1 80.44%;
    max-width: 80.44%;
    padding-left: 30px;
}
@media (max-width: 1199px){
    .ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image{
        flex: 0 0 27%;
    }
    .ovic-products-is-banner.image-style-default .context-wrap > .woocommerce{
        flex: 1 1 73%;
        max-width: 73%;
    }
}
@media (max-width: 991px){
    .ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image{
        flex: 0 0 33.3333%;
    }
    .ovic-products-is-banner.image-style-default .context-wrap > .woocommerce{
        flex: 1 1 66.6666%;
        max-width: 66.6666%;
    }
}
@media (max-width: 479px){
    .ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image{
        display: none;
    }
    .ovic-products-is-banner.image-style-default .context-wrap > .woocommerce{
        flex: 1 1 100%;
        max-width: 100%;
        padding-left: 0;
    }
}
/* @todo: RTL */
body.rtl .product_meta > * .title{
    margin-left: 0;
    margin-right: 3px;
}
body.rtl .flex, body.rtl .product--style-25 .product-inner, .product--style-25 body.rtl .product-inner,
body.rtl .product--style-18 .product-inner,
.product--style-18 body.rtl .product-inner,
body.rtl .product--style-08 .product-inner,
.product--style-08 body.rtl .product-inner,
body.rtl .product--style-04 .product-inner,
.product--style-04 body.rtl .product-inner,
body.rtl .product--style-02 .product-inner,
.product--style-02 body.rtl .product-inner, body.rtl .product--style-09 .product--title-wrap, .product--style-09 body.rtl .product--title-wrap,
body.rtl .product--style-09 .product--info-wrap,
.product--style-09 body.rtl .product--info-wrap, body.rtl .product--style-12 .product-inner, .product--style-12 body.rtl .product-inner, body.rtl .product--style-12 .product--inner-prices, .product--style-12 body.rtl .product--inner-prices{
    justify-content: flex-end;
}
body.rtl .product--style-25 .product--info, body.rtl .product--style-18 .product--info, body.rtl .product--style-08 .product--info, body.rtl .product--style-04 .product--info, body.rtl .product--style-02 .product--info{
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .product-labels{
    left: auto;
    right: 10px;
}
body.rtl .product--style-30 .product-thumb .yith-wcqv-button,
body.rtl .product--style-29 .product-thumb .yith-wcqv-button,
body.rtl .product--style-28 .product-thumb .yith-wcqv-button,
body.rtl .product--style-27 .product-thumb .yith-wcqv-button,
body.rtl .product--style-26 .product-thumb .yith-wcqv-button,
body.rtl .product--style-17 .product-thumb .yith-wcqv-button,
body.rtl .product--style-13 .product-thumb .yith-wcqv-button,
body.rtl .product--style-11 .product-thumb .yith-wcqv-button,
body.rtl .product--style-09 .product-thumb .yith-wcqv-button,
body.rtl .product--style-06 .product-thumb .yith-wcqv-button,
body.rtl .product--style-05 .product-thumb .yith-wcqv-button,
body.rtl .product--style-03 .product-thumb .yith-wcqv-button,
body.rtl .product--style-01 .product-thumb .yith-wcqv-button{
    right: auto;
    left: 10px;
}
body.rtl .rating--inner .rating--label{
    margin-left: 0;
    margin-right: 4px;
}
body.rtl .product-item .price del{
    margin-left: 0;
    margin-right: 7px;
}
body.rtl .rating--inner .text{
    margin-left: 0;
    margin-right: 4px;
}
body.rtl .product--style-09 .product-info{
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}
body.rtl .product--style-10 .add-to-cart,
body.rtl .product--style-10 .price{
    padding-left: 0;
    padding-right: 14px;
}
body.rtl .product--style-10 .group-button--inner{
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .product--style-12 .product--info{
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .product--style-15 .post--categories{
    left: 0;
    right: 30px;
}
body.rtl .product--style-15 .product-labels{
    right: auto;
    left: 15px;
}
body.rtl .product--style-15 .product--buttons-inner > *{
    padding-left: 0;
}
body.rtl .product--style-20 .product-inner .biolife-countdown-wrapper, body.rtl .product--style-19 .product-inner .biolife-countdown-wrapper{
    left: auto;
    right: 30px;
}
body.rtl .product--style-19 .product-info{
    right: auto;
    left: 0;
}
body.rtl .product--style-21 .product-info{
    padding-right: 0;
    padding-left: 100px;
}
body.rtl .product--style-21 .add-to-cart,
body.rtl .product--style-21 .product-info .star-rating-wrap{
    left: 0;
    right: auto;
}
body.rtl .product--style-23 .product-labels .onnew, body.rtl .product--style-21 .product-labels .onnew, body.rtl .product--style-22 .product-labels .onnew,
body.rtl .product--style-23 .product--buttons, body.rtl .product--style-21 .product--buttons, body.rtl .product--style-22 .product--buttons{
    right: auto;
    left: 20px;
}
body.rtl .product--style-23 .product-labels .onsale, body.rtl .product--style-21 .product-labels .onsale, body.rtl .product--style-22 .product-labels .onsale{
    left: auto;
    right: 20px;
}
body.rtl .ovic-countdown-style-03 .countdown--item:not(:first-child){
    margin-left: 5px;
    margin-right: 26px;
    padding-right: 29px;
}
body.rtl .ovic-countdown-style-03 .countdown--item:not(:first-child)::before{
    left: auto;
    right: 0;
}
body.rtl .product--style-24 .countdown--block-title{
    padding-left: 25px;
    padding-right: 45px;
}
body.rtl .product--style-24 .biolife-countdown-wrapper .countdown--item:not(:first-child):before{
    left: auto;
    right: -10px;
}
body.rtl .shop-before-control .display-mode-control{
    text-align: left;
}
