/* .wcapf-before-products .result-item{
    width:100%;
} */
.tp-woo-product-layout .swiper-slide>div{
border: 1px solid #eee;
    -webkit-border-start: none;
    border-inline-start: none;
    margin-top: -1px;    
    padding: 30px;
}
.tp-woo-product-layout .woo-filter-item:not(.current){
    cursor: pointer;
}
.tp-woo-product-layout .result-item{
-webkit-border-start: 1px solid #eee;
    border-inline-start: 1px solid #eee;
}
.tp-woo-style-one .tp-quick-actions{
    z-index: 1;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0);	
}
.tp-woo-style-one.com-hover:hover .tp-quick-actions{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.tp-woo-style-one .tp-add-to-cart {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    opacity: .8;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease;
    transform: translateY(103%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}
.tp-woo-style-one.com-hover:hover .tp-add-to-cart{
    transform: translateY(0) translateZ(0);
    visibility: visible;
}
.tp-woo-product-layout .tp-gutter>.swiper-slide{
    display: flex;
    height: inherit;
}
.tp-woo-style-one .tp-thumb-hover-slide-wrap{
    overflow: hidden;
}
.tp-woo-product-layout .tp-masonry .swiper-slide{
    float: left;
    height: unset;
}
.tp-woo-style-one .tp-onsale{
    position: absolute;
    left: 10px;
    top: 10px;    
}
.tp-woo-style-one .tp-add-to-cart a{
    width: 100%;
    text-align: center;
    display: block;
}
.tp-woo-style-one ins{
    background: transparent;
}

.tp-woo-product-layout .added_to_cart.wc-forward,.tp-woo-product-layout .button.added::after{
    display: none;
}
.tp-woo-product-layout a.button.loading::after {
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-top: -10px;
    margin-left: -10px;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    animation: load8 1.1s infinite linear !important;
}

	.tp-woo-style-one.com-hover .countdown{
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%) translateY(0) translateZ(0);
    background: white;
    padding: 2px 6px;
    display: flex;
    gap: 5px;		
	}
	.tp-woo-style-one.com-hover:hover .countdown{
		transform: translateX(-50%) translateY(103%) translateZ(0);
	}