.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: 5px;
border-radius: 10px;
background-color: #e0e0e0;
margin: 10px 0 6px 0;
}
.flashsale .flashsale-procressbar .flashsale-procressbar__inner{
background-color: #FF3B3B;
border-radius: 10px;
height: 5px;
}
.flashsale .sold-info{
color: var(--bzo-title_typo-color);
} .product-price .woocommerce-Price-amount{
color: #000;
font-size: 13px;
font-weight: 600;
font-family: var(--bzo-title_typo-font-family);
}
.product-price del{
text-decoration: none;
}
.product-price del .woocommerce-Price-amount{
font-size: 13px;
font-weight: 300;
font-family: var(--bzo-title_typo-font-family);
text-decoration: line-through;
}
.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;
} .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;
}  .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;
} .product-thumb{
position: relative;
}
.wrap-rating .number-rate{
color: #999;
margin-left: 10px;
}
.product-info .product-title{
margin: 0 0 10px 0;
line-height: 24px;
text-transform: capitalize;
}
.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;
} .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 ;
} .main-filter__number .woocommerce-result-count{
margin: 0;
} .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;
}
.item-list-default .product-category-single-top a {
color: #666666;
}
.item-product.item-list-default .list-info-wrap .desc {
display: none;
}
.item-product.item-list-default .product-info {
width: 60%;
padding-right: 20px;
}
.product-info .product-title {
line-height: 1.3;
font-family: var(--bzo-body_typo-font-family);
}
.item-list-default .list-info-wrap {
width: calc(100% - 290px);
padding-left: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.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: 35px;
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 .woocs_price_code{
justify-content: center;
}
.item-list-default .product-price del .woocommerce-Price-amount {
font-weight: 300;
font-family: var(--bzo-body_typo-font-family);
color: #808080;
font-size: 25px;
}
.item-list-default .product-extra-link-defaut2 {
width: 40%;
}
@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: 20px;
}
.item-list-default .product-extra-link-defaut2 .case-cart-default{
font-size: 16px;
border-radius: 10px;
height: 46px;
line-height: 46px;
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: 10px!important;
}
.item-list-default .product-price{
margin-bottom: 12px;
}
.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;
}
} .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:20px;
padding-bottom: 20px;
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;
}  .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;
} .elementor-widget-bzotech-products{
width: 100%;
}
.elementor-widget-bzotech-products .width_masory{
width: 25%;
}    @media(max-width: 1200px){
.item-list-default .product-title{
margin-bottom: 5px;
}
.item-list-default .wrap-rating{
margin-bottom: 3px !important;
} .item-list-default .list-thumb-wrap{
width: 220px;
}
.item-list-default .list-info-wrap{
width: calc(100% - 220px);
}
}
@media(max-width: 880px){ .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;
} }
@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;
}
} .wap-item-attribute .variations{
justify-content: center;
margin-bottom: 10px;
gap: 10px;
}
.wap-item-attribute .tawcvs-swatches{
display: flex;
gap: 10px;
}
.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 .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);
}
@media(max-width: 1200px){
}  .woocommerce-shop .list-col-item {
--bzo-gutter: 10px;
--bzo-gutter-minus: -10px;
}
.shop-grid-product-item- .list-product-wrap{
margin-bottom: -40px;
}
.product-grid-view .list-col-item{ 
margin-bottom: 40px;
}
.item-grid-product- .item-product .product-thumb{
position: relative;
background-color: #f5f5f5;
}
.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: 15px 0 0 0;
}
.item-grid-product- .product-price .woocs_price_code{
gap: 5px;
}
.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;
}
.product-label span,
.product-label span {
font-size: 9px;
font-weight: 700;
color: #fff;
font-family: var(--bzo-title_typo-font-family); 
text-transform: uppercase;
line-height: 18px;
border-radius: 0px;
padding: 0 4px;
background-color:  var(--bzo-main-color);   
display: inline-block;
text-align: center;
display: flex;
justify-content: center;
transition: .3s;
}
.product-label span.new,
.product-label span.new {
background: #fff;
color: #000;
}
@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 {
position: absolute;
right: -50px;
top: 0;
display: flex;
flex-direction: column;
gap: 1px;
transition: .3s;
}
.item-grid-product- .item-product:hover .product-thumb .product-extra-link {
right: 0;
}
.item-grid-product- .product-thumb .product-extra-link a {
width: 38px;
height: 38px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
}
.item-grid-product- .product-thumb .action-buttons {
position: absolute;
bottom: -50px;
display: flex;
justify-content: center;
width: 100%;
transition: .3s;
background: #fff;
}
.item-grid-product- .item-product:hover .product-thumb .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: var(--bzo-main-color);
}
.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 0;
background: var(--bzo-title_typo-color);
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
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;
}
}
.item-grid-product- .addcart-link-style5:hover{
background-color: var(--bzo-main-color);
}
.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%;
}
}  .shop-grid-product-item-style8 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style8 .item-grid-product-style2{
margin-bottom: 30px;
}
.item-grid-product-style2 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style2 .product-label span, 
.item-grid-product-style2 .product-label span {
font-size: 13px;
font-weight: 500;
line-height: 20px;
padding: 0 7px;
text-transform: capitalize;
}
.item-grid-product-style2 .product-price .woocs_price_code{
gap: 7px;
}
.item-grid-product-style2 .product-thumb .product-extra-link {
position: absolute;
right: -50px;
top: 0;
display: flex;
flex-direction: column;
gap: 1px;
transition: .3s;
}
.item-grid-product-style2 .item-product:hover .product-thumb .product-extra-link {
right: 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: var(--bzo-main-color);
}
.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 .product-thumb .product-extra-link a {
width: 38px;
height: 38px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
}
.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-info {
padding: 15px 0 0; 
}
.item-product .product-info .wrap-rating {
margin-top: 5px;
}
.product-grid-view .item-product .product-info .wrap-rating {
margin: 5px 0 0;
}
.item-grid-product-style2 .product-info .product-title,
.item-grid-product-style2 .product-info .title-rating .wrap-rating{
margin-bottom: 6px;
}
.item-grid-product-style2 .product-info .product-title a {
font-weight: 500;
}
.item-grid-product-style2 .product-info .product-price .woocommerce-Price-amount {
font-size: 17px;
font-weight: 600;
font-family: var(--bzo-title_typo-font-family);
}
.product-info .product-price ins .woocommerce-Price-amount {
color: var(--bzo-main-color);
}
.item-grid-product-style2 .product-info .product-price del .woocommerce-Price-amount {
font-size: 14px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
.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: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 767px){
.item-grid-product-style2 .addcart-link-style5{
padding: 5px 0;
font-size: 14px;
}
.item-grid-product-style2 .product-info .product-price .woocommerce-Price-amount {
font-size: 14px;
}
.item-grid-product-style2 .product-price .woocs_price_code{
gap: 5px;
}
}
.item-grid-product-style2 .addcart-link-style5:hover{
background-color: var(--bzo-main-color);
}
.item-grid-product-style2 .wap-item-attribute{
margin-top: 15px;
}  .item-grid-product-style3 .product-label {
position: static;
justify-content: center;
margin-bottom: 25px;
gap: 5px;
}
.item-grid-product-style3 .product-label span, 
.item-grid-product-style4 .product-label span {
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
padding: 1px 7px;
border-radius: 5px;
line-height: 16px;
align-items: center;
}
.item-grid-product-style3 .product-label .new,
.item-grid-product-style4 .product-label .new {
background-color: transparent;
border: 1px solid #000;
}   
.item-grid-product-style3 .product-info {
text-align: center;
}
.item-grid-product-style3 .wrap-rating li {
justify-content: center;
}
.item-grid-product-style3 .item-brand-product-name{
margin-bottom: 2px;
display: block;
color: #8b8b8b;
font-size: 13px;
font-weight: 500;
}
.item-grid-product-style3 .item-product .product-extra-link{
position: absolute;
right: 0;
left: 0;
bottom: -45px;
align-items: center;
text-align: center;
justify-content: center;
display: flex;
gap: 8px;
}
.item-grid-product-style3 .item-product .product-extra-link a{
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 5px;
text-align: center;
background-color: #fff;
color: var(--bzo-title_typo-color);
font-size: 17px;
transition: 0.5s;
opacity: 1;
border: 1px solid #e6e6e6;
}
.item-grid-product-style3 .item-product:hover .product-extra-link {
bottom: 15px;
}
.item-grid-product-style3 .item-product .product-extra-link a:hover,
.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;
} 
.item-grid-product-style3 .item-product .product-extra-link a.added{
transform: translateY(0);
} 
.item-grid-product-style3 .product-info .product-title {
margin-top: 25px;
font-size: 17px;
line-height: 1.4;
}
.item-grid-product-style3 .product-info .product-price {
margin: 18px 0 14px;
}
.item-grid-product-style3 .product-price .woocommerce-Price-amount{
font-weight: 600;
font-size: 20px;    
line-height: 1;
}
.item-grid-product-style3 .product-price del .woocommerce-Price-amount{
color: #808080;
font-weight: 400;
}
.item-grid-product-style3 .item-product .product-extra-link{
transition: all .25s ease;
}
.item-grid-product-style3 .add_to_cart_button {
margin-top: 25px;
border: 1px solid #000;                                             
height: 46px;
line-height: 46px;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 0 30px;
border-radius: 10px;
color: #000;
}   
.item-grid-product-style3 .add_to_cart_button:hover {
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
}
@media (max-width: 575px) {
.item-grid-product-style3 .add_to_cart_button {
padding: 0 20px;
}
.item-grid-product-style3 .product-info .product-title {
font-size: 16px;
}
.item-grid-product-style3 .product-info .product-price {
margin: 6px 0;
}
.item-grid-product-style3 .product-price .woocommerce-Price-amount {
font-size: 16px;
}
}  .shop-grid-product-item-style4 .list-product-wrap {
padding-bottom: 1px;
margin: 0;
}
.shop-grid-product-item-style4 .list-product-wrap {
border-radius: 10px;
overflow: hidden;
border: 1px solid #E6E6E6;
border-left: none;
}
.shop-grid-product-item-style4 .item-grid-product-style4 {
border: none;   
border-left: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
margin: 0;
}   
.item-grid-product-style4 .product-rating {
background-image: url(//pood.fiil.ee/wp-content/themes/bw-fitrush/assets/global/css/images/icon/rate-star-style.png);
}
.list-col-item.item-grid-product-style4 {
margin-bottom: -2px !important;
}
.item-grid-product-style4 {
border: 1px solid #E6E6E6;
padding: 20px;
margin-right: -1px;
}
.item-grid-product-style4 .product-label {
gap: 5px;
}
.item-grid-product-style4 .product-price .woocs_price_code{
gap: 7px;
}
.item-grid-product-style4 .product-thumb .product-extra-link {
position: absolute;
right: -30px;
top: 0;
display: flex;
flex-direction: column;
gap: 8px;
transition: .3s;
}
.item-grid-product-style4 .item-product:hover .product-thumb .product-extra-link {
right: 0;
}
.item-grid-product-style4 .product-thumb .product-extra-link a {
transition: .3s;
}
.item-grid-product-style4 .product-thumb .product-extra-link a:hover,
.item-grid-product-style4 .product-thumb .product-extra-link .add_to_wishlist.added i{
color: var(--bzo-main-color);
}
.item-grid-product-style4 .product-thumb .product-extra-link a {
font-size: 18px;
}
.item-grid-product-style4 .product-thumb .action-buttons {
position: absolute;
bottom: -50px;
display: flex;
justify-content: center;
width: 100%;
transition: .3s;
background: #fff;
}
.item-grid-product-style4 .item-product:hover .product-thumb .action-buttons {
bottom: 0;
}
.item-grid-product-style4 .product-info {
padding: 15px 0 0; 
}
.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-info .product-title {
height: 39px;
overflow: hidden;
background-blend-red'
}
.item-grid-product-style4 .product-info .product-title,
.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 .product-info .product-title:hover a {
color: var(--bzo-main-color);
}
.item-grid-product-style4 .product-info .product-price .woocommerce-Price-amount {
font-size: 17px;
font-weight: 600;
font-family: var(--bzo-title_typo-font-family);
}
.product-info .product-price ins .woocommerce-Price-amount {
color: var(--bzo-main-color);
}
.item-grid-product-style4 .product-info .product-price del .woocommerce-Price-amount {
font-size: 14px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
.item-grid-product-style4 .addcart-link-style5{
color: #fff;
width: 100%;
text-align: center;
padding: 8px -15px 0;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 767px){
.item-grid-product-style4 .addcart-link-style5{
padding: 5px 0;
font-size: 14px;
}
.item-grid-product-style4 {
padding: 15px;
}
.item-grid-product-style4 .product-info .product-price .woocommerce-Price-amount {
font-size: 15px;
}
}
.item-grid-product-style4 .addcart-link-style5:hover{
background-color: var(--bzo-main-color);
}
.item-grid-product-style4 .wap-item-attribute{
margin-top: 15px;
}
@media (max-width: 767px) {
.item-product .product-thumb .product-quick-view {
display: none;
}
}  .shop-grid-product-item-style5 .list-product-wrap{
margin-bottom: -40px;
}
.shop-grid-product-item-style5 .item-grid-product-style5{ 
margin-bottom: 40px;
}
.item-grid-product-style5 .item-product .product-thumb{
position: relative;
background-color: #f5f5f5;
width: 235px;
}
.item-grid-product-style5 .countdown-style-item-{
bottom: 50%;
margin-bottom: -30px;
}
.item-grid-product-style5 .item-product:hover .countdown-style-item-{
bottom: 50%;
}
.item-grid-product-style5 .item-product .product-info{
padding: 0 0 0 15px;
width: calc(100% - 235px);
}
@media(max-width: 880px){
.item-grid-product-style5 .item-product .product-info,
.item-grid-product-style5 .item-product .product-thumb{
width: 100%;
}
.item-grid-product-style5 .item-product .product-info{
padding: 0px;
padding-top: 15px;
}
}
.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);
}
.item-grid-product-style5 .item-product{
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media(max-width:880px){
.item-grid-product-style5 .item-product .product-extra-link a.quickview-link{
display: none;
}
}
.item-grid-product-style5 .product-thumb .product-extra-link {
position: absolute;
right: -50px;
top: 0;
display: flex;
flex-direction: column;
gap: 1px;
transition: .3s;
}
.item-grid-product-style5 .item-product:hover .product-thumb .product-extra-link {
right: 0;
}
.item-grid-product-style5 .product-thumb .product-extra-link a {
width: 38px;
height: 38px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
}
.item-grid-product-style5 .product-thumb .action-buttons {
position: absolute;
bottom: -50px;
display: flex;
justify-content: center;
width: 100%;
transition: .3s;
background: #fff;
}
.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: var(--bzo-main-color);
}
.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: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: var(--bzo-title_typo-font-family);
}
@media(max-width: 991px){
.shop-grid-product-item-style5 .list-col-item {
margin-bottom: 30px;
}
}
@media(max-width: 767px){
.item-grid-product-style5 .addcart-link-style5{
padding: 5px 0;
}
}
.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 .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- .clock .number{
color: var(--bzo-main-color);
}
@media(max-width: 767px){
.item-grid-product-style5 .item-brand-product{
bottom: 10px;
left: 5px;
}
.item-grid-product-style5 .item-brand-product a{
font-size: 12px;
}
.item-grid-product-style5 .item-product .product-extra-link a{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
}
.shop-grid-product-item-style5 .item-grid-product-style5.list-2-item{
width: 50%;
}
}  .clock-radius-10 .bzoteche-info-box-countdown .bzotech-countdown .clock strong {
border-radius: 10px;
overflow: hidden;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock{
margin-right: 7px;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock strong {
background-color: var(--bzo-main-color);
margin-right: 10px;
width: 40px;
height: 40px;
font-size: 15px;
line-height: 1;
color: #fff;
font-weight: 500;
font-family: var(--bzo-title_typo-font-family);
margin: 0 auto;
line-height: 40px;
text-align: center;
}
.bzoteche-info-box-countdown .bzotech-countdown .clock .text {
font-size: 30px;
color: #000;
line-height: 1;
margin-left: 7px;
display: flex;
align-items: center;
transform: translateY(28px);
} .display-swiper-scrollbar-yes .swiper-scrollbar {
opacity: 1 !important;
cursor: e-resize;
}