/*Begin Product elementor*/
.product-price .woocommerce-Price-amount{
    color: var(--bzo-main-color);
    font-size: 20px;
    font-weight: 600;
}
.product-price del .woocommerce-Price-amount{
    color: #999999;
    font-size: 16px;
    font-weight: 500;
}
.product-price .slipt{
    color: var(--bzo-main-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%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
.product-thumb{
    position: relative;
}
.wrap-rating .number-rate{
color: #999;
margin-left: 10px;
}
.product-info .product-title{
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}
.product-info .product-title a:hover{
    color: var(--bzo-main-color);
}
.product-thumb{
    overflow: hidden;
}
/*Begin addcart link style1*/
.addcart-link-style1.button.addcart-link{
    color: #fff!important;
    display: inline-block!important;
    position: relative!important;
    background: rgb(0 0 0 / 20%)!important;
    border-radius: 50%;
    width: 70px;
    min-width: auto;
    height: 70px!important;   
    line-height: 70px!important;
    padding: 0px!important;
    font-size: 36px;
}
.addcart-link-style1.button.addcart-link span{
    display: none;
}

.addcart-link-style1 i.la-cart-arrow-down,
.addcart-link-style1 i.la-cart-plus
{
        margin-top: 7px;
}
.addcart-link-style1 i.check{
opacity: 0.3;
}
.addcart-link-style1.button.addcart-link:before{
    display: none!important;
}
.addcart-link-style1.button.addcart-link:hover{
    background: #fff!important;
    color: #000!important;
}
/*End addcart link style1*/
/*Begin addcart link style2*/
.addcart-link-style2.button.addcart-link{
    font-size: 17px!important;
    color: #fff!important;
    text-transform: uppercase;
    position: relative!important;
    background: var(--bzo-main-color)!important;
    height: 60px!important;
    padding: 0px!important;
}
.addcart-link-style2 i{
       width: 60px;
    border-right: 2px solid #fff;
    height: 60px;
    line-height: 54px;
    font-size: 28px;
}
.addcart-link-style2 span{
   padding: 0px 35px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
}
/*End addcart link style2*/
.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;
}
/*Begin attribute by default woo ( Of: bzotech_product_attribute_data() )*/
.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*/
/*Begin item grid product-*/
.item-grid-product- .product-title{
    padding-right: 20px;
}
.item-grid-product- .product-thumb{
    background: #ebebeb;
    border-radius: 30px 30px 0px 0px;
}
.item-grid-product- .product-thumb__group-extra{
    position: absolute;
    right: -100px;
    top: 0;
    bottom:46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .product-thumb__group-extra{
    right: 16px;
}
.item-grid-product- .product-thumb__group-extra a{
   display: block;
   width: 48px;
   height: 48px;
   background: #fff;
   border-radius: 50%;
   margin-bottom: 12px;
    text-align: center;
    line-height: 52px;
}
.item-grid-product- .product-thumb__group-extra a.popup-share{
   margin-bottom: 0;
}
.item-grid-product- .product-thumb__group-extra a:hover{
   background: var(--bzo-main-color2);
   color: #fff;
}
.item-grid-product- .product-thumb__group-extra a:hover .path1:before{
   color: #fff;
}
.item-grid-product- .addcart-link-style3 {
   position: absolute;
   height: 46px;
   line-height: 46px;
   background: var(--bzo-main-color2);
   color: #fff;
   text-align: center;
   font-weight: 600;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1;
    text-transform: capitalize;
}
.item-grid-product- .addcart-link-style3:hover{
   background: var(--bzo-main-color);
}
.item-grid-product- .addcart-link-style3 i{
   margin-right:3px;
}
.item-grid-product- .addcart-link-style3 i.la-check,
.item-grid-product- .addcart-link-style3 i.la-spinner
{
   margin-left:8px;
}
.item-grid-product-:hover .addcart-link-style3{
    bottom: 0px;
}
.item-grid-product- .item-product{
    box-shadow:0px 3px 30px rgba(0, 0, 0, 0.06);
    border-radius:30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #fff;
}
.item-grid-product-:hover .item-product{
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}
.item-grid-product- .product-info{
    padding: 15px 15px;
}
.item-grid-product- .product-info .product-price{
    margin-top: 10px;
}
/*end item grid product-*/

/*Begin item grid product style2*/
.item-grid-product-style2 .product-info{
    padding-top: 20px;
}
.item-grid-product-style2 .product-price{
    margin-bottom: 20px;
}
.item-grid-product-style2 .product-quick-view{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bzo-main-color);
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}
.item-grid-product-style2:hover .product-quick-view{
    opacity:1;
}
.item-grid-product-style2 .product-info .product-title{
        margin-bottom: 10px;
    margin-top: 20px;
} 
/*end item grid product style2*/
/*Begin item list default*/
.item-list-default .product-title{
    margin-bottom: 12px;
}
.item-list-default .wrap-rating{
    margin-bottom: 10px;
}
.item-list-default .product-price {
    margin-bottom: 10px;
}
.item-list-default .product-price ins{
    text-decoration: none;
}
.item-list-default .list-thumb-wrap{
    width: 380px;
}
.item-list-default .list-info-wrap{
    width: calc(74% - 380px);
    padding-left: 35px;
}
.item-list-default .product-extra-link{
    width: 26%;
    padding-left: 35px;
    margin-left: 35px;
    border-left: 1px solid #CFCFCF;
    text-align: center;
}
.item-list-default .product-extra-link .detail-qty{
    margin: auto;
    margin-bottom: 25px;
}
.list-product-wrap .item-list-default{
    margin-bottom:32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #CFCFCF;
}
.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-default .product-thumb{
    border-radius: 30px;
}
/*End item list default*/

/*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%;
}
.elbzotech-wrapper-slider{
    margin-bottom: -30px;
    margin-top: -30px;
}
.elbzotech-wrapper-slider .elbzotech-swiper-slider{
    padding-bottom: 30px;
    padding-top: 30px;
}
/*End Product elementor*/