/* style countdown */
.item-product .product-thumb{
    position: relative;
}
.countdown-style-item-{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: .5s;
    display: flex;
    gap: 8px;
    color: #727272;
    justify-content: center;
}

.item-product:hover .countdown-style-item-{
    opacity: 0;
    visibility: hidden;
    bottom: 25%;
    transform: scale(0, 0);
}
.countdown-style-item- .clock{
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 3px;
    width: 52px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px;
    line-height: 24px;
    font-size: 12px;
}
.countdown-style-item- .clock .number{
    font-size: 18px;
    color: var(--bzo-title_typo-color);
    font-weight: 600;
    height: auto;
    margin: 0;
}
@media(max-width: 880px){
    .countdown-style-item- .clock{
        width: 50px;
        padding: 5px 2px;
    }
    .countdown-style-item-{
        gap: 5px;
    }
}
@media(max-width: 767px){
    .countdown-style-item- .clock{
        width: 50px;
        padding: 5px;
    }
    .countdown-style-item-{
        gap: 8px;
        display: none;
    }
}
.flashsale .flashsale-procressbar{
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #e0e0e0;
    margin: 10px 0 6px 0;
}
.flashsale .flashsale-procressbar .flashsale-procressbar__inner{
    background-color: #FF3B3B;
    border-radius: 10px;
    height: 3px;
}
.flashsale .sold-info{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
}
/*Begin Product elementor*/
.product-price .woocommerce-Price-amount{
    color: #080808;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bzo-title_typo-font-family);
}
.product-price ins .woocommerce-Price-amount{
    color: #FF0600;
}
.product-price del{
    text-decoration: none;
}
.product-price del .woocommerce-Price-amount{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
    font-family: var(--bzo-title_typo-font-family);
    text-decoration: line-through;
}
@media(max-width: 767px){
    .product-price .woocommerce-Price-amount{
        font-size: 14px;
    }
    .product-price del .woocommerce-Price-amount{
        font-size: 12px;
    }
}
.product-price .slipt{
    color:  var(--bzo-body_typo-color);
}
.product-grid-view .list-product-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.product-grid-view .list-col-item {
    float: none;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid var(--bzo-border-color);
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid var(--bzo-border-color);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid var(--bzo-border-color);
    bottom: 0;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid var(--bzo-border-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1), 
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1), 
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col .item-attr-title label{
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.filter-col.filter-col-list .list-filter li, 
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid var(--bzo-border-color);
}
.bzotech-row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper, 
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title, 
.filter-col .item-attr-content{
    display: block;
}
.list-inline{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-inline > li{    
    display: inline-block;
}
.attr-price-filter p{
    margin: 0;
}
.filter-product:not(.filter-col) .item-attr-content.range-filter{
    padding: 0 40px;
}
/*End filter element*/

/*Begin Loading ajax*/
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    top: 100px;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width:18px;
    height: 18px;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
.product-thumb{
    position: relative;
}
.wrap-rating .number-rate{
    color: #999;
    margin-left: 10px;
}
.product-info .product-title {
    margin: 0 0 8px 0;
    line-height: 1.25;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
.product-info .product-title a:hover{
    color: var(--bzo-title_typo-color);
    text-decoration: underline;
}
.product-thumb{
    overflow: hidden;
}

.item-style-product-extra{
    padding: 0;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    width: 56px;
    text-align: center;
    background: var(--bzo-main-color);
    color: #fff;
    margin-left: 2px;
}
.item-style-product-extra span{
    display: none;
}
.attr-type-color .item{
    display: inline-block;
    border: 1px solid #000;
    margin-right: 15px;
    overflow: hidden;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.attr-type-color .item:last-child{
    margin-right: 0px;
}
.attr-type-color span{
    display: block;
    width: 20px;
    height: 20px;
}

.attr-type-label .item:last-child{
    margin-right: 0px;
}
.attr-type-label .item:hover{
    border-color: #000;
    color: #000;
}

/*Begin attribute color by option custom ( Of: bzotech_product_attribute_image_by_color() )*/
.attribute-by-color-style1 .attribute-custom{
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
}
.attribute-by-color-style1 .attribute-custom:before{
    height: 24px;
    width: 24px;
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
}
.attribute-by-color-style1 .attribute-custom:last-child{
    margin-right: 0px;
}
.attribute-by-color-style1 .attribute-custom.color-white{
    border:1px solid #d4d4d4;
} 
.attribute-by-color-style1 .attribute-custom.color-white.active-att{
    border: none;
} 
.attribute-by-color-style1 .attribute-custom.active-att:before{
    background: #fff ;
}  
.attribute-by-color-style1 .attribute-custom.color-white.active-att:before{
    background: #ccc ;
}  
/*End attribute color by option custom*/
.main-filter__number .woocommerce-result-count{
    margin: 0;
}

/*Begin item list default*/
.item-product.item-list-default {
    align-items: center;
}
.item-list-default .detail-qty{
    display: none;
}
.item-list-default .list-thumb-wrap{
    width: 290px;
    display: flex;
    align-items: center;
    position: relative;
}
.item-list-default .list-thumb-wrap .product-thumb{
    position: unset;
    background: #F2F2F2;
}
.item-list-default .product-category-single-top a {
    color: #666666;
}
.item-product.item-list-default .list-info-wrap .desc {
    display: none;
}

.item-list-default .list-info-wrap {
    width: calc(100% - 290px);
    padding-left: 30px;
}
.item-list-default .add_to_cart_button {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}
.item-list-default .product-price .woocommerce-Price-amount {
    font-size: 20px;
    font-weight:500;
    font-family: var(--bzo-body_typo-font-family);
}
.item-list-default .product-price ins .woocommerce-Price-amount {
    color: var(--bzo-main-color);
}
.item-list-default .product-price del .woocommerce-Price-amount {
    font-weight: 400;
    font-family: var(--bzo-body_typo-font-family);
    color: #808080;
    font-size: 18px;
}

@media(min-width: 1200px) and (max-width: 1366px){
    .item-list-default .list-thumb-wrap{
        width: 290px;
    }
    .item-list-default .list-info-wrap {
        width: calc(100% - 290px);
        padding-left: 20px;
    }
}
.item-list-default .product-thumb-link{
    border-radius: 0px;
}
.item-list-default .product-title{
    margin-bottom: 12px;
}
.item-list-default .product-extra-link-defaut2 .case-cart-default{
    font-size: 16px;
    border-radius: 0px;
    height: 45px;
    line-height: 44px;
    background: transparent;
    text-align: center;
    color: var(--bzo-title_typo-color);
    text-transform: capitalize;
    font-weight: 500;
    font-family: var(--bzo-body_typo-font-family);
    padding: 0px 20px;
}
@media(max-width: 1200px){
    .item-list-default .product-extra-link-defaut2 .case-cart-default{
        padding: 0px 20px;
    }
}
.item-list-default .product-extra-link-defaut2 .case-cart-default:hover{
    background: var(--bzo-title_typo-color);
    color: #fff;
    border-color: var(--bzo-title_typo-color);
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist{
    display: flex;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    background-color: #F2F2F2;
    color: #000;
    margin: 0 1px;
    transition: all .3s ease-in-out; 
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a i {
    font-size: 18px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.added{
    background-color: var(--bzo-main-color);   
    border-color: var(--bzo-main-color); 
    color: #fff;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added{
    font-size: 0;
    position: relative;
    color: #fff;
    top: -1px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a:hover{;
    color: #fff;
    background: var(--bzo-main-color);    
    transition: all .3s ease-in-out; 
}
.item-list-default .wrap-rating{
    margin-bottom: 12px!important;
}
.item-list-default .product-price{
    margin: 15px 0 15px;
}

.product-extra-link-defaut2 .list-compare-wishlist a:last-child, 
.product-extra-link-defaut2>*:last-child{
    margin-right: 0px;
}
.item-list-default a.add_to_wishlist, 
.item-list-default a.product-compare{
    line-height: 60px;
}
.item-list-default{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
@media(max-width: 1440px){
    .item-list-default .product-price .woocommerce-Price-amount{
            font-size: 24px;
    }
    .item-list-default .product-price del .woocommerce-Price-amount{
            font-size: 20px;
    }
    .item-list-default .product-title {
        font-size: 24px;
    }
}
@media(max-width: 1200px){
    .item-list-default .product-price .woocommerce-Price-amount{
            font-size: 16px;
    }
    .item-list-default .product-price del .woocommerce-Price-amount{
            font-size: 14px;
    }
    .item-list-default .product-title {
        font-size: 18px;
    }
}
/*Begin item list default 2*/
.detail-qty{
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    border-radius: 0px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
}
.detail-qty a{   
    color: #454545;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}
.detail-qty a:hover{   
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
    color: #727272;
}
.detail-qty input{
    border: none;
    color: #181C25;
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
    text-align: center;
}
.cart_item .detail-qty input{
    font-size: 16px;
}

.item-list-default2 .product-title{
    margin-bottom: 12px;
}
.item-list-default2 .wrap-rating{
    margin-bottom: 10px;
}
.item-list-default2 .product-price {
    margin-bottom: 10px;
}
.item-list-default2 .product-price ins{
    text-decoration: none;
}
.item-list-default2 .list-thumb-wrap{
    width: 380px;
}
.item-list-default2 .list-info-wrap{
    width: calc(74% - 380px);
    padding-left: 35px;
}
.item-list-default2 .product-extra-link{
    width: 26%;
    padding-left: 35px;
    margin-left: 35px;
    border-left: 1px solid #CFCFCF;
    text-align: center;
}
.item-list-default2 .product-extra-link .detail-qty{
    margin: auto;
    margin-bottom: 25px;
}
.list-product-wrap .item-list-default{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}
.list-product-wrap .bzotech-col-md-12:last-child .item-list-default{
    margin-bottom: 0px;
}
.list-product-wrap .product-extra-link .elbzotech-bt-default{
    width: 100%;
}
.list-product-wrap .product-extra-link .popup-share span{
    display: inline-block;
}
.list-product-wrap .product-extra-link__group-extra a{
    padding: 0 6px;
    margin-bottom: 10px;
    display: inline-block;
}
.list-product-wrap .product-extra-link__group-extra{
    margin: 0 -6px;
    margin-top: 25px;
}
.list-product-wrap .product-extra-link__group-extra a>i{
    margin-right: 6px;
    vertical-align: middle;
}
.item-list-default2 .product-thumb{
    border-radius: 30px;
}
/*End item list default 2*/


/*Begin more-details-btn*/
.more-details-btn
{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),to(#FFF));
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#FFF 100%);
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 30px;
    line-height: 20px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.hover-desr-click .more-details-btn{
    display: block;
}
.hover-desr-click_on .more-details-btn{
    display: none;
}
.hover-desr-list{
    position: relative;
    overflow: hidden;
    max-height: 135px;
}

.hover-desr-list .more-details-btn{
    height: 30px;
    line-height: 45px;
}

.product-info:hover .hover-desr-list-active .more-details-btn, 
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.product-info:hover .hover-desr-list-active .more-details-btn, 
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    display: block;
}
.product-info .hover-desr-list_on.hover-desr-list-active .more-details-btn, 
.detail-info .hover-desr-list_on.hover-desr-list-active .more-details-btn
{
    display: none;
}
/*end more-details-btn*/
.elementor-widget-bzotech-products{
    width: 100%;
}
.elementor-widget-bzotech-products .width_masory{
    width: 25%;
}
/*End Product elementor*/

/*============================================================*/
/*======================RESPONSIVE ===========================*/
/*============================================================*/
@media(max-width: 1200px){
    .item-list-default .product-title{
        margin-bottom: 5px;
    }
    .item-list-default .wrap-rating{
        margin-bottom: 3px !important;
    }
    /*=== Shop List ===*/
    .item-list-default .list-thumb-wrap{
        width: 220px;
    }
    .item-list-default .list-info-wrap{
        width: calc(100% - 220px);
    }
}
@media(max-width: 880px){
    /*=== Shop List ===*/
    .item-list-default .list-thumb-wrap{
        width: 100%;
        border-right: none;
    }
    .item-list-default .list-info-wrap{
        width: 100%;
        padding: 0px;
        padding-top: 20px;
            align-items: start;
    }
    .item-list-default{
        flex-direction: column;
    }
    /*=== end Shop List ===*/
}
@media(max-width: 767px){
    .item-list-default .product-extra-link-defaut2{
        width: 100%;
        text-align: left;
    }
    .item-product.item-list-default .product-info {
        width: 100%;
        padding-right: 0;
    }
    .item-list-default .product-price .woocs_price_code {
        justify-content: start;
    }
    .item-list-default .list-info-wrap{
        flex-direction: column;
    }
}

/*--- Begin item attribute variable ---*/
.wap-item-attribute .variations{
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}
.wap-item-attribute .tawcvs-swatches{
    display: flex;
    gap: 8px;
}
.wap-item-attribute .attribute-item{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.wap-item-attribute .tawcvs-swatches .swatch:hover{
    cursor: pointer;
}
.wap-item-attribute .tawcvs-swatches .swatch.selected img {
    border: 1px solid #000;
}
.wap-item-attribute .plus-attr{
    line-height: 15px;
}
@media(max-width: 767px){
   .wap-item-attribute .plus-attr{
        font-size: 14px;
    } 
}
.wap-item-attribute .tawcvs-swatches .swatch{
    cursor: pointer;
}
.wap-item-attribute .tawcvs-swatches .swatch-color{
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    margin:  0;    
    padding: 0;
    position: relative;
}
.wap-item-attribute .tawcvs-swatches .swatch-color:after{
    width: 17px;
    height: 17px;
    border: 1px solid transparent;
    border-radius: 100%;
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
}
.wap-item-attribute .tawcvs-swatches .swatch-color.selected:after,
.wap-item-attribute .tawcvs-swatches .swatch-color:hover:after{
    border-color: #999;
}
.wap-item-attribute .tawcvs-swatches .swatch-color:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 0;
    color: #fff;
    font-size: 9px;
    width: 13px;
    height: 13px;
    display: flex;
    line-height: 13px;
    justify-content: center;
    align-items: center;
}
.wap-item-attribute{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wap-item-attribute .tawcvs-swatches .swatch-color.white-color{
    border: 1px solid #999;
}
.wap-item-attribute .tawcvs-swatches .swatch-color.selected:before{
    opacity: 1;
}
.wap-item-attribute .tawcvs-swatches .swatch-label{
    height: 25px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0px 5px;
    color: var(--bzo-title_typo-color);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25px;
    background: #e5e5e5;
    border-radius: 25px;
}
.wap-item-attribute .tawcvs-swatches .swatch-label.selected{
    background: var(--bzo-main-color);
    color: #fff;
    border-color: var(--bzo-main-color);
} 
/*--- End item attribute variable ---*/

/*Begin item grid style1*/
.shop-grid-product-item- .list-product-wrap{
    margin-bottom: -30px;
}
.product-grid-view .list-col-item{ 
    margin-bottom: 30px;
}
.item-grid-product- .item-product .product-thumb{
    position: relative;
    background-color: #F2F2F2;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.item-grid-product- .countdown-style-item-{
    bottom: 50%;
    margin-bottom: -30px;
}
.item-grid-product- .item-product:hover .countdown-style-item-{
    bottom: 50%;
}
.item-grid-product- .item-product .product-info{
    padding: 18px 0 0 0;
}
.item-grid-product- .product-price .woocs_price_code{
    gap: 5px;
}
.product-available {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
    padding-top: 10px;
    border-top: 4px solid #D9D9D9;
}
.product-available:before {
    position: absolute;
    content: '';
    top: -4px;
    left: 0;
    width: 50%;
    height: 4px;
    background: #FF5600;
}
.product-available .label {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
}
.product-available .count {
    font-size: 14px;
    font-weight: 500;
}
.product-meta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-meta-flex > div,
.product-meta-flex .wrap-rating {
    margin: 0 !important;
}
.item-grid-product- .product-category-single-top a {
    color: #666;
}
.item-grid-product- .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
.product-thumb .product-label,
.product-label {
    text-align: left;
    left: 0;
    top: 0; 
    position: absolute; 
    z-index: 1;
    display: flex;
    gap: 5px;
}
.product-label span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: var(--bzo-title_typo-font-family); 
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 0px;
    padding: 6px 12px;
    background-color: #FF0600;   
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: .3s;
}
.product-label span.new {
    background-color: #374BFF;  
}
@media(max-width: 1024px){
    .product-label span {
        font-size: 12px;
        padding: 3px 8px;
    }
}
@media(max-width:880px){
    .item-grid-product- .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product- .product-thumb .product-extra-link,
.item-grid-product-style2 .product-thumb .product-extra-link,
.item-grid-product-style3 .product-thumb .product-extra-link,
.item-grid-product-style5 .product-thumb .product-extra-link,
.item-grid-product-style6 .product-thumb .product-extra-link,
.item-grid-product-style7 .product-thumb .product-extra-link,
.item-grid-product-style8 .product-thumb .product-extra-link {
    position: absolute;
    right: -50px;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: .3s;
}
.item-grid-product- .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style2 .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style3 .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style5 .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style6 .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style7 .item-product:hover .product-thumb .product-extra-link,
.item-grid-product-style8 .item-product:hover .product-thumb .product-extra-link {
    right: 12px;
}
.item-grid-product- .product-thumb .product-extra-link a,
.item-grid-product-style2 .product-thumb .product-extra-link a,
.item-grid-product-style3 .product-thumb .product-extra-link a,
.item-grid-product-style5 .product-thumb .product-extra-link a,
.item-grid-product-style6 .product-thumb .product-extra-link a,
.item-grid-product-style7 .product-thumb .product-extra-link a,
.item-grid-product-style8 .product-thumb .product-extra-link a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 0 8px 0 #00000014;
}
.item-grid-product- .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
}
.item-grid-product- .item-product:hover .action-buttons {
    bottom: 0;
}   
.item-grid-product- .product-thumb .product-extra-link a:hover,
.item-grid-product- .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product- .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product- .product-thumb .product-extra-link a:hover,
.item-grid-product- .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product- .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    background: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product- .addcart-link-style5{
        padding: 5px 0;
    }
}
@media(max-width: 575px){
    .product-available .label {
        font-size: 12px;
    }
}
.item-grid-product- .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
    color: #fff;
}
.item-grid-product- .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}

.item-grid-product- .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product- .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product- .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product- .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product- .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product- .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product- .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product- .gallery-hover{
        display: none;
    }
}
.item-grid-product- .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product- .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product- .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product- .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product- .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product- .countdown-style-item- .clock .number{
    color: var(--bzo-main-color);
}
@media(max-width: 767px){
    .item-grid-product- .item-brand-product{
        bottom: 10px;
        left: 5px;
    }
    .item-grid-product- .item-brand-product a{
        font-size: 12px;
    }
    .item-grid-product- .item-product .product-extra-link a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .shop-grid-product-item- .item-grid-product-.list-2-item{
        width: 50%;
    }
}
/*End item grid style1*/

/*Begin item grid style2*/
.ct-height-scroll .elbzotech-products-wrap {
    max-height: 632px;
    overflow-Y: scroll;
    overflow-x: hidden; 
}
    
@media (max-width: 1199px) {
    .ct-height-scroll .elbzotech-products-wrap {
        max-height: 500px;
    }
}
@media (max-width: 767px) {
    .ct-height-scroll .elbzotech-products-wrap {
        max-height: 400px;
    }
}
.ct-height-scroll .elbzotech-products-wrap::-webkit-scrollbar {
    width: 4px;
}
.ct-height-scroll .elbzotech-products-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #CCCCCC;
}
.ct-height-scroll .elbzotech-products-wrap::-webkit-scrollbar-thumb {
  background-color: #080808;
  outline: 0px solid #080808;
}
.item-grid-product-style2 .item-product .product-thumb{
    position: relative;
    background-color: #F2F2F2;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style2 .countdown-style-item-{
    bottom: 50%;
    margin-bottom: -30px;
}
.item-grid-product-style2 .item-product:hover .countdown-style-item-{
    bottom: 50%;
}
.item-grid-product-style2 .item-product .product-info{
    padding: 15px 0 0 0;
}
.item-grid-product-style2 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style2 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style2 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
@media(max-width:880px){
    .item-grid-product-style2 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style2 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
}
.item-grid-product-style2 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style2 .product-thumb .product-extra-link a:hover,
.item-grid-product-style2 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product-style2 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style2 .product-thumb .product-extra-link a:hover,
.item-grid-product-style2 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style2 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style2 .addcart-link-style5{
        padding: 5px 0;
    }
}
.item-grid-product-style2 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style2 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style2 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style2 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style2 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style2:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style2 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style2 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style2 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style2 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style2 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style2 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style2 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style2 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style2 .countdown-style-item- .clock .number{
    color: var(--bzo-main-color);
}
/*End item grid style2*/

/*Begin item grid style3*/
@media (min-width: 1441px) {
    .product-tab-style1 .product-tab-content {
        background-color: #fff;
        border-radius: 14px;
        padding: 12px;
    }
    .product-tab-style1 .swiper-button-nav.swiper-button-prev {
        left: -30px !important;
    }
    .btn-next-left .swiper-button-nav.swiper-button-prev {
        left: -16px !important;
    }       
}

.item-grid-product- .label-image,
.item-grid-product-style2 .label-image,
.item-grid-product-style3 .label-image,
.item-grid-product-style4 .label-image,
.item-grid-product-style5 .label-image,
.item-grid-product-style7 .label-image {
    display: none;
}
.item-grid-product- .swatch.swatch-image img,
.item-grid-product-style2 .swatch.swatch-image img,
.item-grid-product-style3 .swatch.swatch-image img,
.item-grid-product-style4 .swatch.swatch-image img,
.item-grid-product-style5 .swatch.swatch-image img,
.item-grid-product-style7 .swatch.swatch-image img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #F2F2F2;
    transition: all 0.22s ease-out 0s;
}
.item-grid-product- .swatch.swatch-image img:hover,
.item-grid-product-style2 .swatch.swatch-image img:hover,
.item-grid-product-style3 .swatch.swatch-image img:hover,
.item-grid-product-style4 .swatch.swatch-image img:hover,
.item-grid-product-style5 .swatch.swatch-image img:hover,
.item-grid-product-style7 .swatch.swatch-image img:hover {
    transform: scale(1.1);
}
.item-grid-product- .wap-item-attribute .variations,
.item-grid-product-style2 .wap-item-attribute .variations,
.item-grid-product-style3 .wap-item-attribute .variations,
.item-grid-product-style4 .wap-item-attribute .variations,
.item-grid-product-style5 .wap-item-attribute .variations,
.item-grid-product-style7 .wap-item-attribute .variations {
    margin-bottom: 0;
}

.item-grid-product-style3 .item-product .product-thumb{
    position: relative;
    background-color: #F2F2F2;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style3 .countdown-style-item-{
    bottom: 50%;
    margin-bottom: -30px;
}
.item-grid-product-style3 .item-product:hover .countdown-style-item-{
    bottom: 50%;
}
.item-grid-product-style3 .item-product .product-info{
    padding: 15px 0 0 0;
}
.item-grid-product-style3 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style3 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style3 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
@media(max-width:880px){
    .item-grid-product-style3 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style3 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
}
.item-grid-product-style3 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style3 .product-thumb .product-extra-link a:hover,
.item-grid-product-style3 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product-style3 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style3 .product-thumb .product-extra-link a:hover,
.item-grid-product-style3 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style3 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style3 .addcart-link-style5{
        padding: 5px 0;
    }
}
.item-grid-product-style3 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style3 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style3 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style3 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style3 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style3:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style3 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style3 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style3 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style3 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style3 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style3 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style3 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style3 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style3 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style3 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style3 .countdown-style-item- .clock .number{
    color: var(--bzo-main-color);
}
/*End item grid style3*/

/*Begin item grid style4*/
.shop-grid-product-item-style4 .list-product-wrap {
    padding-bottom: 1px;
    margin: 0;
}
.item-grid-product-style4 .item-product {   
    display: flex;
    align-items: center;
}
.item-grid-product-style4 .wap-item-attribute .attribute-item {
    display: block;
    margin-top: 7px;
}
.item-grid-product-style5 .wap-item-attribute .attribute-item,
.item-grid-product-style7 .wap-item-attribute .attribute-item {
    display: block;
    margin-top: -5px;
}
.item-grid-product-style4 .product-label span,
.item-grid-product-style4 .product-label span {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
}
.item-grid-product-style4 .product-thumb {
    width: 128px;
    background-color: #F2F2F2;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
}
.item-grid-product-style4 .product-info{
    width: calc(100% - 128px);
    padding-left: 20px;
}
.item-product .product-info .wrap-rating {
    margin-top: 10px;
}
.product-grid-view .item-product .product-info .wrap-rating {
    margin: 5px 0 0;
}
.item-grid-product-style4 .product-category-single-top {
    margin-bottom: 4px;
}
.item-grid-product-style4 .product-info .product-title {
    margin-bottom: 7px;
}
.item-grid-product-style4 .product-info .title-rating .wrap-rating {
    margin-bottom: 6px;
}
.item-grid-product-style4 .product-info .product-title a {
    font-weight: 500;
}
.item-grid-product-style4 .item-product .product-info .wrap-rating{
    margin-top: 0;
    margin-bottom: 8px;
}
.item-grid-product-style4 .product-info .product-price .woocommerce-Price-amount {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--bzo-title_typo-font-family);
}
.item-grid-product-style4 .product-info .product-price del .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.item-grid-product-style4 .wap-countdown label{
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.item-grid-product-style4 .wap-countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0;
    gap:2px 8px;
}
.item-grid-product-style4 .wap-countdown .text{
    display: none;
}
.item-grid-product-style4 .wap-countdown .number{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.item-grid-product-style4 .wap-countdown .clock:after{
    content: ':';
}
.item-grid-product-style4 .wap-countdown .clock:last-child:after{
    content: '';
}
.item-grid-product-style4 .flashsale{
    margin-top: 20px;
}
.item-grid-product-style4 .flashsale .flashsale-procressbar {
    height: 8px;
    margin: 8px 0 0px 0;
}
.item-grid-product-style4 .flashsale .flashsale-procressbar .flashsale-procressbar__inner{
   height: 8px; 
}
@media (max-width: 1440px) {
    .item-grid-product-style4 .product-thumb {
        width: 120px;
    }
    .item-grid-product-style4 .product-info{
        width: calc(100% - 120px);
    }
}
/*End item grid style4*/

/*Begin item grid style5*/
.shop-grid-product-item-style5 .btn-loadmore {
    margin-top: 10px;
}
.item-grid-product-style5 .item-product .product-thumb {
    position: relative;
    background-color: #F2F2F2;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style5 .item-product .product-info{
    padding: 15px 0 0 0;
}
.item-grid-product-style5 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style5 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style5 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
@media(max-width:880px){
    .item-grid-product-style5 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style5 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
    z-index: 1;
}
.item-grid-product-style5 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style5 .product-thumb .product-extra-link a:hover,
.item-grid-product-style5 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product-style5 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style5 .product-thumb .product-extra-link a:hover,
.item-grid-product-style5 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style5 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style5 .addcart-link-style5{
        padding: 5px 0;
    }
}
@media (max-width: 575px) {
    .item-grid-product- .meta-attribute,
    .item-grid-product-style2 .meta-attribute,
    .item-grid-product-style3 .meta-attribute,
    .item-grid-product-style5 .meta-attribute {
        display: block;
    }
    .item-grid-product- .meta-attribute .wap-item-attribute,
    .item-grid-product-style2 .meta-attribute .wap-item-attribute,
    .item-grid-product-style3 .meta-attribute .wap-item-attribute,
    .item-grid-product-style5 .meta-attribute .wap-item-attribute {
        margin-top: 12px;
    }
}
.item-grid-product-style5 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style5 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style5 .wrap-rating {
    margin: 8px 0 !important;
}
.item-grid-product-style5 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style5 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style5 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style5:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style5 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style5 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style5 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style5 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style5 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style5 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style5 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style5 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style5 .countdown-style-item {
    color: #fff;
    font-size: 14px;
    background-color: var(--bzo-main-color);
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-flex;
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 0;
    transition: all 0.2s ease-out 0s;
}
.item-grid-product-style5:hover .countdown-style-item {
    opacity: 0;
}
.item-grid-product-style5 .countdown-style-item svg {
    margin-right: 6px;
}
.item-grid-product-style5 .countdown-style-5 .clock > .text {
    font-size: 0;
}
.item-grid-product-style5 .countdown-style-5 .clock {
    position: relative;
    margin-right: 5px;
}
.item-grid-product-style5 .countdown-style-5 .clock strong {
    color: #fff;
    font-weight: 400;
}
.item-grid-product-style5 .countdown-style-5 .clock:before {
    position: absolute;
    content: ':';
    top: -1px;
    right: -4px;
    font-size: 14px;
}
.item-grid-product-style5 .countdown-style-5 .clock:first-child {
    margin-left: 4px;
}
.item-grid-product-style5 .countdown-style-5 .clock:last-child:before {
    display: none;
}
/*End item grid style5*/

/*Begin item grid style6*/
.item-grid-product-style6 .item-product .product-thumb{
    position: relative;
    background-color: #F2F2F2;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style6 .countdown-style-item-{
    bottom: 50%;
    margin-bottom: -30px;
}
.item-grid-product-style6 .item-product:hover .countdown-style-item-{
    bottom: 50%;
}
.item-grid-product-style6 .item-product .product-info{
    padding: 15px 0 0 0;
}
.item-grid-product-style6 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style6 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style6 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
.item-grid-product-style6 .list-img-slider-thumb span:before{
        opacity: 1;
}
.item-grid-product-style6 .list-img-slider-thumb span.active:before{
    background: var(--bzo-main-color);
}
.item-grid-product-style6:hover .list-img-slider-thumb span:before{
    margin-bottom: 35px;
}
@media(max-width:880px){
    .item-grid-product-style6 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style6 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
}
.item-grid-product-style6 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style6 .product-thumb .product-extra-link a:hover,
.item-grid-product-style6 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product-style6 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style6 .product-thumb .product-extra-link a:hover,
.item-grid-product-style6 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style6 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style6 .addcart-link-style5{
        padding: 5px 0;
    }
}
.item-grid-product-style6 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style6 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style6 .wrap-rating {
    margin: 8px 0 !important;
}
.item-grid-product-style6 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style6 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style6 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style6:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style6 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style6 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style6 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style6 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style6 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style6 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style6 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style6 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style6 .countdown-style-item- .clock .number{
    color: var(--bzo-main-color);
}

.item-grid-product-style6 .final-countdown.countdown-style-default2 {
    background-color: var(--bzo-main-color);
    border-radius: 50px;
    padding: 8px 30px;
    margin-right: 1px;
    margin-top: 18px;
    justify-content: center;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 15px;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock strong,
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock > .text {
    color: #fff;
    font-weight: 400;
    display: block;
    line-height: 15px;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock strong {
    font-size: 16px;
    font-weight: 500;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock > .text {
    font-size: 12px;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock:before {
    position: absolute;
    content: ':';
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    font-size: 20px;
    color: #fff;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock:first-child {
    margin-left: 4px;
}
.item-grid-product-style6 .final-countdown.countdown-style-default2 .clock:last-child:before {
    display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
    .item-grid-product-style6 .final-countdown.countdown-style-default2 {
        padding: 8px 20px;
    }
    .item-grid-product-style6 .final-countdown.countdown-style-default2 .clock strong {
        font-size: 14px;
    }
    .item-grid-product-style6 .final-countdown.countdown-style-default2 .clock > .text {
        font-size: 10px;
    }
}
/*End item grid style6*/

/*Begin item grid style7*/
.shop-grid-product-item-style5 .btn-loadmore {
    margin-top: 10px;
}
.item-grid-product-style7 .item-product .product-thumb {
    position: relative;
    background-color: #F2F2F2;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style7 .item-product .product-info{
    padding: 15px 0 0 0;
}
.item-grid-product-style7 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style7 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style7 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
@media(max-width:880px){
    .item-grid-product-style7 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style7 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: .3s;
    background: #fff;
    z-index: 1;
}
.item-grid-product-style7 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style7 .product-thumb .product-extra-link a:hover,
.item-grid-product-style7 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: #333333;
}
.item-grid-product-style7 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style7 .product-thumb .product-extra-link a:hover,
.item-grid-product-style7 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style7 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style7 .addcart-link-style5{
        padding: 5px 0;
    }
}
@media (max-width: 575px) {
    .item-grid-product- .meta-attribute,
    .item-grid-product-style2 .meta-attribute,
    .item-grid-product-style3 .meta-attribute,
    .item-grid-product-style7 .meta-attribute {
        display: block;
    }
    .item-grid-product- .meta-attribute .wap-item-attribute,
    .item-grid-product-style2 .meta-attribute .wap-item-attribute,
    .item-grid-product-style3 .meta-attribute .wap-item-attribute,
    .item-grid-product-style7 .meta-attribute .wap-item-attribute {
        margin-top: 12px;
    }
}
.item-grid-product-style7 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style7 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style7 .wrap-rating {
    margin: 8px 0 !important;
}
.item-grid-product-style7 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style7 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style7 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style7:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style7 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style7 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style7 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style7 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style7 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style7 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style7 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style7 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style7 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style7 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style7 .countdown-style-item {
    color: #fff;
    font-size: 14px;
    background-color: var(--bzo-main-color);
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-flex;
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 0;
    transition: all 0.2s ease-out 0s;
}
.item-grid-product-style7:hover .countdown-style-item {
    opacity: 0;
}
.item-grid-product-style7 .countdown-style-item svg {
    margin-right: 6px;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock > .text {
    font-size: 0;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock {
    position: relative;
    margin-right: 5px;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock strong {
    color: #fff;
    font-weight: 400;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock:before {
    position: absolute;
    content: ':';
    top: -1px;
    right: -4px;
    font-size: 14px;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock:first-child {
    margin-left: 4px;
}
.item-grid-product-style7 .final-countdown.countdown-style-default .clock:last-child:before {
    display: none;
}
.item-grid-product-style7 .flashsale{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
}

/*End item grid style7*/

/*Begin countdown info style1*/
.bzoteche-info-box-countdown .bzotech-countdown .clock {
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF7F5;
    margin-right: 12px;
    border: 1px solid #FF9090;
    padding: 2px 8px 1px;
    min-width: 53px;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock:last-child {
    margin-right: 0;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock .block {
    display: block;
    text-align: center;
    color: #FF0600;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock > .number {
    font-size: 16px;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock > .text {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: -10px;
}
/*End countdown info style1*/

/*Begin countdown info style2*/ 
.bzoteche-info-box-countdown2 .bzotech-countdown .clock .block {
    color: #FF2929;
    font-size: 34px;
    line-height: 1.17647;
    font-weight: 400;
}
.bzoteche-info-box-countdown2 .bzotech-countdown .clock .block.text {
    top: auto;
    margin: 0 2px;
}
.bzoteche-info-box-countdown2 .bzotech-countdown > svg {
    margin-right: 12px;
}
.bzoteche-info-box-countdown2 .bzotech-countdown {
    display: inline-flex;
    padding: 12px 30px 10px;
    border-radius: 4px;
    border: 1px dashed #000;
    min-width: 315px;
    justify-content: center;
}   
@media (max-width: 1200px) {
    .bzoteche-info-box-countdown2 .bzotech-countdown {
        padding: 10px 20px 8px;
        min-width: 260px;
    }   
    .bzoteche-info-box-countdown2 .bzotech-countdown .clock .block {
        font-size: 26px;
    }
    .bzoteche-info-box-countdown2 .bzotech-countdown > svg {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .bzoteche-info-box-countdown2 .bzotech-countdown {
        padding: 10px 20px 8px;
        min-width: 200px;
    }   
    .bzoteche-info-box-countdown2 .bzotech-countdown .clock .block {
        font-size: 20px;
    }
    .bzoteche-info-box-countdown2 .bzotech-countdown > svg {
        width: 20px;
        height: 20px;
    }
}
/*End countdown info style2*/

.display-swiper-scrollbar-yes .swiper-scrollbar {
    opacity: 1 !important;
    cursor: e-resize;
}   

/*Begin item grid style8*/
.shop-grid-product-item-style8 .btn-loadmore {
    margin-top: 10px;
}
.item-grid-product-style8 .item-product{
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}
.item-grid-product-style8 .item-product:hover{
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.item-grid-product-style8 .item-product .product-thumb {
    position: relative;
    background-color: #ffffff;  
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.item-grid-product-style8 .item-product .product-info{
    padding: 15px 10px;
}
.item-grid-product-style8 .product-price .woocs_price_code{
    gap: 5px;
}
.item-grid-product-style8 .product-category-single-top a {
    color: #666;
}
.item-grid-product-style8 .product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
@media(max-width:880px){
    .item-grid-product-style8 .item-product .product-extra-link a.quickview-link{
        display: none;
    }
}
.item-grid-product-style8 .product-thumb .action-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    transition: .3s;
    background: #fff;
    z-index: 1;
}
.item-grid-product-style8 .item-product:hover .product-thumb .action-buttons {
    bottom: 0;
}
.item-grid-product-style8 .product-thumb .product-extra-link a:hover {
    background: #333333;
}
.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added {
    background: var(--bzo-main-color);
}
.item-grid-product-style8 .product-thumb .product-extra-link a {
    transition: .3s;
}
.item-grid-product-style8 .product-thumb .product-extra-link a:hover,
.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added i{
    color: #fff;
}
.item-grid-product-style8 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
    .shop-grid-product-item- .list-col-item {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style8 .addcart-link-style5{
        padding: 5px 0;
    }
}
@media (max-width: 575px) {
    .item-grid-product- .meta-attribute,
    .item-grid-product-style2 .meta-attribute,
    .item-grid-product-style3 .meta-attribute,
    .item-grid-product-style8 .meta-attribute {
        display: block;
    }
    .item-grid-product- .meta-attribute .wap-item-attribute,
    .item-grid-product-style2 .meta-attribute .wap-item-attribute,
    .item-grid-product-style3 .meta-attribute .wap-item-attribute,
    .item-grid-product-style8 .meta-attribute .wap-item-attribute {
        margin-top: 12px;
    }
}
.item-grid-product-style8 .addcart-link-style5:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-product-style8 .price-on_sale .woocs_price_code{
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap:0;
}
.item-grid-product-style8 .wrap-rating {
    margin: 8px 0 !important;
}
.item-grid-product-style8 .wrap-rating .number-rate {
    color: var(--bzo-body_typo-color); 
    margin-left: 6px;
    font-size: 16px;
}
.item-grid-product-style8 .wrap-rating .number-rate span{
    display: none;
}
.item-grid-product-style8 .gallery-hover{
    position: absolute;
    z-index: 111;
    bottom: -50px;
    left: 0;
    right: 0;
    gap:8px;
    opacity: 0
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style8:hover .gallery-hover{
    bottom: 10px;
    opacity: 1;
} 
.item-grid-product-style8 .gallery-hover img{
    border-radius: 0;
    border: 1px solid var(--bzo-border-color);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style8 .item-brand-product{
    position: absolute;
    bottom: 24px;
    left: 12px;
}
.item-grid-product-style8 .item-brand-product a.item-brand-product-name {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
@media(max-width: 1200px){
    .item-grid-product-style8 .gallery-hover img{
        width: 40px;
        height: 40px;
    }
    .item-grid-product-style8 .gallery-hover{
        display: none;
    }
}
.item-grid-product-style8 .gallery-hover img:hover{
    border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style8 .item-product .product-extra-link a.added{
    background-color: var(--bzo-main-color);
    border-color: var(--bzo-main-color);
    color: #fff;
} 
.swiper-slide .product-thumb .product-compare > span,
.item-grid-product-style8 .product-thumb .product-compare > span,
.list-col-item .product-thumb .product-compare > span {
    font-size: 0;
}
.item-grid-product-style8 .item-product .product-extra-link a.product-compare.added{
    font-size: 0;
    position: relative;
}
.item-grid-product-style8 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 20px;
}
.item-grid-product-style8 .countdown-style-item {
    color: #fff;
    font-size: 14px;
    background-color: var(--bzo-main-color);
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-flex;
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 0;
    transition: all 0.2s ease-out 0s;
}
.item-grid-product-style8:hover .countdown-style-item {
    opacity: 0;
}
.item-grid-product-style8 .countdown-style-item svg {
    margin-right: 6px;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock > .text {
    font-size: 0;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock {
    position: relative;
    margin-right: 5px;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock strong {
    color: #fff;
    font-weight: 400;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock:before {
    position: absolute;
    content: ':';
    top: -1px;
    right: -4px;
    font-size: 14px;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock:first-child {
    margin-left: 4px;
}
.item-grid-product-style8 .final-countdown.countdown-style-default .clock:last-child:before {
    display: none;
}
.item-grid-product-style8 .wap-item-attribute .variations{
    margin-bottom: 0px;
}
.item-grid-product-style8 .meta-attribute{
    flex-direction: column;
    align-items: start;
    gap:10px;
}
.item-grid-product-style8 .wap-item-attribute .tawcvs-swatches .swatch-image{
    width:30px;
    border: 1px solid #ccc;
    display: flex;
}
.item-grid-product-style8 .wap-item-attribute .tawcvs-swatches .swatch-image .label-image{
    display: none;
}
.item-grid-product-style8 .wap-item-attribute .attribute-item{
    justify-content: flex-start;
}
/*End item grid style8*/


/*Begin item grid style6*/
.item-grid-product-style9 .item-product{
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.item-grid-product-style9 .col-image {
    width: 47%;
    padding-right: 20px;
}
.item-grid-product-style9 .product-info{
    width: 53%;
    padding-left:20px;
    border-left: 1px solid #E6E6E6;
}

.item-grid-product-style9 .product-category{
    margin-bottom: 8px;
}
.item-grid-product-style9 .wrap-rating{
    margin-bottom: 8px;
}
.item-grid-product-style9 .product-category a{
    color: #666;
}
.item-grid-product-style9 .product-category a:hover{
    color: var(--bzo-main-color);
}
.item-grid-product-style9 .product-title{
    margin-bottom: 2px;
    line-height: 24px;
}
.item-grid-product-style9 .item-product .product-extra-link a.product-compare.added{
    position: relative;
}
.item-grid-product-style9 .item-product .product-extra-link a.product-compare.added::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f362";
    font-size: 16px;
}
.item-grid-product-style9 .countdown-style-item- .clock .number{
    color: var(--bzo-main-color);
}

.countdown-style-default {
    gap:12px;
}
.countdown-style-default .clock {
    display: flex;
    flex-direction: column;
    background: #F2F2F2;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    border-radius: 8px;
}
.countdown-style-default .clock > .text {
    color: #666;
    font-weight: 400;
    display: block;
    line-height: 16px;
    font-size: 12px;
}
.countdown-style-default .clock strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.item-grid-product-style9 .flashsale .flashsale-procressbar .flashsale-procressbar__inner,
.item-grid-product-style9 .flashsale .flashsale-procressbar {
    height: 10px;
}
.item-grid-product-style9 .flashsale .flashsale-procressbar {
    margin-bottom: 16px;
}
.item-grid-product-style9 .label-countdown {
    color: #999;
    font-size: 14px;
    margin-top: 12px;
}
.item-grid-product-style9 .bzotech_info_product{
    color: #666;
    margin-bottom: 20px;
}
.item-grid-product-style9 .bzotech_info_product ul{
    padding-left: 18px;
}
.item-grid-product-style9 .addcart-link-style5{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: var(--bzo-title_typo-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--bzo-body_typo-font-family);
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-grid-product-style9 .addcart-link-style5:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
.item-grid-product-style9 .action-buttons{
    margin-bottom: 16px;
}
.item-grid-product-style9 .product-extra-link a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.item-grid-product-style9 .wap-item-attribute .variations{
    align-items: start;
}
@media(max-width: 1200px){
    .item-grid-product-style9 .item-product {
        padding: 20px;
    }
}
@media(max-width: 767px){
    .item-grid-product-style9 .g-image-info{
            flex-direction: column;
    }
    .item-grid-product-style9 .col-image{
        width: 100%;
    }
    .item-grid-product-style9 .product-info{
        width: 100%;
        border-left:none;
        padding-left: 0px;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #E6E6E6;
    }
    .item-grid-product-style9 .countdown-style-default .clock{
        padding: 6px 12px;
        border-radius: 4px;
    }
    .item-grid-product-style9 .countdown-style-default .clock strong {
        font-size: 16px;
    }
}
/*End item grid style9*/
/*Begin item grid style10*/
.item-grid-product-style10 .product-extra-link{
    position: absolute;
    right: -50px;
    top: 20px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    /* border: 1px; */
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    gap: 8px
}
.item-grid-product-style10:hover .product-extra-link{
    right:20px;
    opacity: 1;
}
.item-grid-product-style10 .item-product{
    background: #FFFFFF;
    border-radius: 15px;
    transition: all .3s ease;
        border: 1px solid #f6f6f6;
}
.item-grid-product-style10 .item-product:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateZ(0);
}
.item-grid-product-style10 .product-label span{
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 8px;
}
.item-grid-product-style10 .product-label {
    left: 20px;
    top: 20px;
}
.item-grid-product-style10 .product-info{
    padding: 20px;
}
@media(max-width: 1200px){
    .item-grid-product-style10 .product-info {
        padding: 15px;
    }
}
.item-grid-product-style10 .item-product .product-info .wrap-rating{
    margin-bottom: 10px;
}
.item-grid-product-style10 .addcart-link-style5{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
    background: var(--bzo-main-color);
    border-radius: 8px;
    color: #fff;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.item-grid-product-style10 .sku_wrapper .meta-item-list{
    color: #ccc;
}
.item-grid-product-style10 .sku_wrapper label{
     font-weight: 500;
}
.item-grid-product-style10 .product-info .product-title{
    font-size:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    min-height: 35px;
}
.item-grid-product-style10 .product-info .product-title a:hover{
    color: var(--bzo-main-color);
    text-decoration: unset;
}
.item-grid-product-style10 .list-img-slider-thumb span{
    width: 15px;
}
.item-grid-product-style10 .list-img-slider-thumb span:before {
    border-radius: 4px;
    height: 3px;
}
.item-grid-product-style10 .list-img-slider-thumb {
    justify-content: center;
}
.item-grid-product-style10 .product-category-single-top {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    min-height: 21px;
    overflow: hidden;
}
/*End item grid style10*/
/*Begin item grid style11*/
.shop-grid-product-item-style11 .list-product-wrap{
    margin-bottom: -30px;
}
.product-grid-view .item-grid-product-style11{ 
    margin-bottom: 30px;
}
.item-grid-product-style11 .product-info .wrap-rating > li{
    justify-content: center;
}
.item-grid-product-style11 .product-price .woocs_price_code{
    justify-content: center;
}
.item-grid-product-style11 .item-product{
    padding: 20px;
    border-radius: 20px;
        box-shadow: 0px 10px 20px 5px rgba(0, 20.000000000000018, 40, 0.06);
}
@media(max-width: 767px){
    .item-grid-product-style11 .item-product{
        padding: 10px;
    }
}

.item-grid-product-style11 .product-label span{
    border-radius: 30px;
    font-weight: 400;
    padding: 1px 10px;
    font-size: 12px;
}
.item-grid-product-style11 .product-extra-link{
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 10px;
}
@media(max-width: 767px){
    .item-grid-product-style11 .product-extra-link {
        gap: 5px;
    }
}
.item-grid-product-style11 .product-extra-link a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px #0000002e;
    font-size: 20px;
    transform: scale(0);
}
.item-grid-product-style11:hover .product-extra-link a{
    transform: scale(1);
}
.item-grid-product-style11 .action-buttons .add_to_cart_button > i {
    margin-left: 0px;
}
.item-grid-product-style11 .item-product .product-info .wrap-rating {
    margin-top: 10px;
    margin-bottom: 10px;
}
.item-grid-product-style11 .product-info {
    padding-top: 15px;
}
.item-grid-product-style11 .product-extra-link a.added{
    background: var(--bzo-main-color);
    color: #fff;
}
.item-grid-product-style11 .product-info .product-title a:hover{
    color: var(--bzo-main-color);
    text-decoration: none;
}
/*End item grid style11*/
/*Begin item grid style12*/
.shop-grid-product-item-style12 .list-product-wrap{
    margin-bottom: -30px;
}
.product-grid-view .item-grid-product-style12{ 
    margin-bottom: 30px;
}
.item-grid-product-style12 .item-product{ 
    display: flex;
    background: #fff;    
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 10px 20px 5px rgba(0, 20.000000000000018, 40, 0.06);
}
.item-grid-product-style12 .product-thumb{ 
    width: 130px;
}
.item-grid-product-style12 .product-info{ 
    width: calc(100% - 130px);
    padding-left: 15px;
}
.item-grid-product-style12 .product-label span{
    border-radius: 30px;
    font-weight: 400;
    padding: 1px 8px;
    font-size: 11px;
    line-height: 16px;
}
.item-grid-product-style12 .product-extra-link{
    position: absolute;
    bottom: 0;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
    background: #fff;    
    transform: scale(0);
        transition: all 0.3s ease-out 0s;
        gap:5px;
}
.item-grid-product-style12 .product-extra-link a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
}
.item-grid-product-style12:hover .product-extra-link{
    transform: scale(1);
}
.item-grid-product-style12 .action-buttons .add_to_cart_button > i {
    margin-left: 0px;
}
.countdown-style-default3{
    display: flex;
    gap: 7px;
}
.countdown-style-default3 .clock{
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
}
.countdown-style-default3 .clock .number{
    width: 35px;
    height: 35px;
    background: #F5F8FB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.countdown-style-default3 .clock .text{
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
}
.item-grid-product-style12 .product-price {
    margin-bottom: 10px;
}
.item-grid-product-style12 .product-price del .woocommerce-Price-amount {
    font-size: 12px;
}
.item-grid-product-style12 .product-price ins .woocommerce-Price-amount {
    color: var(--bzo-main-color);
}
.item-grid-product-style12 .product-info .product-title a:hover{
    color: var(--bzo-main-color);
    text-decoration: none;
}
.item-grid-product-style12 .item-product .product-info .wrap-rating {
    margin-bottom: 10px;
}
/*End item grid style12*/