.tf-woo-product ul,
.tf-woo-product ul li {
margin: 0;
padding: 0;
list-style: none;
}
.tf-woo-product mark, 
.tf-woo-product ins {
background-color: transparent;
text-decoration: none;
}
.tf-woo-product .products {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
position: relative;
}
.tf-woo-product .products .product-item {
display: -webkit-flex;
display: flex;
}
.tf-woo-product .products.columns-1 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 
.tf-woo-product .products.columns-2 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} 
.tf-woo-product .products.columns-3 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
} 
.tf-woo-product .products.columns-4 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tf-woo-product .products.columns-5 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.tf-woo-product .products.columns-6 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tf-woo-product .product-inner {
position: relative;
display: -webkit-flex;
-webkit-flex-flow: column;
display: flex;
flex-flow: column;
justify-content: space-between;
width: 100%;
}
.tf-woo-product .product-thumb {
overflow: hidden;
}
.tf-woo-product .product-thumb img {
display: block;
}
.woocommerce span.onsale, 
span.onsale {
background-color: #00d994;
border-radius: 0px;
color: #fff;
font-size: 14px;
font-weight: 500;
left: 0px;
line-height: 1;
padding: 5px 10px;
top: 15px;
position: absolute;
z-index: 10;
text-align: center;
min-width: 45px;
min-height: 20px;
}
.woocommerce span.wrap-badge, 
span.wrap-badge {
position: absolute;
top: 15px;
right: 0px;
z-index: 10;
}
.woocommerce span.flash-sale, 
span.flash-sale {
position: unset;
left: auto;
right: auto;
background-color: #ff6962;
display: block;
border-radius: 0px;
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 1;
padding: 5px 10px;
text-align: center;
min-width: 45px;
min-height: 20px;
}
.woocommerce span.flash-sale.badge02, 
span.flash-sale.badge02 {
margin-top: 5px;
background-color: #ffaa65;
}    
.tf-product-left .product-item .product-inner {
text-align: left;
}
.tf-product-center .product-item .product-inner {
text-align: center;
}
.tf-product-right .product-item .product-inner {
text-align: right;
}
.tf-product-justify .product-item .product-inner {
text-align: justify;
}
.product-item .price {
display: block;
}
.price-reverse .product-item .price {
display: -webkit-flex;
-webkit-flex-direction: row-reverse;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
}
.tf-product-left.price-reverse .product-item .price {
justify-content: flex-end;
}
.tf-product-center.price-reverse .product-item .price {
justify-content: center;
}
.tf-product-right.price-reverse .product-item .price {
justify-content: flex-start;
}
.tf-product-center .product-item .product-thumb img {
margin-left: auto;
margin-right: auto;
}
.tf-product-right .product-item .product-thumb img {
margin-left: auto;
}
.product-item a.button.add_to_cart_button.added {
display: none !important;
}
.product-item .product-actions > a {
display: inline-block;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
}
.product-inner,
.product-item .product-actions > a,
.product-item .title a,
.tf-woo-product .pagination a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-woo-product .product-item {
padding: 0;
margin: 0;
}
.tf-woo-product.carousel-yes .product-item {
padding: 0 !important;
margin: 0 !important;
}
.tf-woo-product.carousel-yes .owl-carousel .owl-item .product-thumb img {
width: auto;
}
.button-full-width-yes .product-item .product-actions,
.button-full-width-yes .product-item .product-actions > a {
display: block !important;
width: 100% !important;
} .tf-woo-product.carousel-yes .products.columns-2 .product-item,
.tf-woo-product.carousel-yes .products.columns-3 .product-item,
.tf-woo-product.carousel-yes .products.columns-4 .product-item,
.tf-woo-product.carousel-yes .products.columns-5 .product-item,
.tf-woo-product.carousel-yes .products.columns-6 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-woo-product.carousel-yes .products .owl-nav [class*="owl-"] {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
.tf-woo-product.carousel-yes .products .owl-dots {
position: absolute;
transform: translateX(-50%);
display: flex;
}
.tf-woo-product.carousel-yes .products .owl-dots .owl-dot {
display: inline-block;
} .tf-woo-product .pagination {
display: flex;
}
.tf-woo-product .pagination a, 
.tf-woo-product .pagination span {
display: inline-block;
text-align: center;
min-width: 25px;
min-height: 25px;
}
.tf-woo-product .pagination span.text {
position: relative;
padding: 0 !important;
}
.tf-woo-product .pagination span.loading-icon,
.tf-woo-product .pagination span.bubble {
padding: 0!important;
}
.tf-woo-product .navigation-link .page-numbers {
display: none;
}
.tf-woo-product .navigation-link .page-numbers.prev,
.tf-woo-product .navigation-link .page-numbers.next {
display: inline-block;
}
.tf-woo-product .navigation-link .pagination{
display: block;
}
.tf-woo-product .navigation-link .page-numbers.next {
float: right;
}
.tf-woo-product .navigation.loadmore .page-numbers {
display: none;
}
.tf-woo-product .navigation.loadmore .next.page-numbers {
display: inline-block;
}
.tf-woo-product .loadmore {
position: relative;        
}
.tf-woo-product .loadmore .wrap-text {
position: relative;
overflow: hidden;
} .tf-woo-product .loading-icon {
transition: .5s;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;        
}
.tf-woo-product .navigation.loadmore .loading-icon {
display: flex !important;
}
.navigation.loadmore.loading .loading-icon {
opacity: 1;
z-index: 1;
}
.navigation.loadmore.loading a {
color: transparent !important;
}
.loading-icon .bubble {
min-width: 10px !important;
min-height: 10px !important;
display: inline-block;
margin: 0 5px;
}
.loading-icon,
.loading-icon * {
padding: 0!important;
}
.loading-icon .dot {
min-width: 10px !important;
min-height: 10px !important;
display: block;
border-radius: 50%;
background-color: #fff;
width: 100%;
height: 100%;
transform-origin: 50% 50%;
animation: bubble 1.2s -.6s infinite ease-out;
-webkit-animation: bubble 1.2s -.6s infinite ease-out;
}
.loading-icon .bubble:nth-child(2n) .dot {
-webkit-animation-delay: -.3s;
animation-delay: -.3s;
}
.loading-icon .bubble:nth-child(3n) .dot {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@keyframes bubble{
0%,100%{
transform:scale(0)
}
50%{
transform:scale(1)
}
}
@-webkit-keyframes bubble{
0%,100%{
transform:scale(0)
}
50%{
transform:scale(1)
}
}
.soberAnimation {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.soberFadeInUp {
-webkit-animation-name: soberFadeInUp;
animation-name: soberFadeInUp;
}
@-webkit-keyframes soberFadeInUp{
from{
opacity:0;
transform:translate3d(0,50px,0)
}
to{
opacity:1;
transform:none
}
}
@keyframes soberFadeInUp{
from{
opacity:0;
transform:translate3d(0,50px,0)
}
to{
opacity:1;
transform:none
}
}
.tf-woo-product .pagination.left {
justify-content: flex-start;
}
.tf-woo-product .pagination.center {
justify-content: center;
}
.tf-woo-product .pagination.right {
justify-content: flex-end;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
} .tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-woo-product .yith-wcwl-add-to-wishlist,
.tf-woo-product .yith-wcwl-add-button {
display: flex;
}    
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
margin: 0 !important;
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
padding: 9px 14px 9px 14px;
position: relative;
display: flex;
justify-content: center;
align-items: center;        
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
display: none;
}    
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
font-size: 0;
position: relative;
padding: 9px 14px 9px 14px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i {
font-size: 15px;
margin: 0 !important;
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
display: block;
font-size: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tf-woo-product .product-item .product-actions {
display: inline-flex;
}
.tf-woo-product .yith-wcwl-add-to-wishlist {
margin: 0 !important;
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
content: attr(data-title) !important;
color: #fff;
font-size: 10px;
font-weight: 400;
height: 20px;
width: auto;
line-height: 20px;
text-align: center;
background: #000;       
position: absolute;
z-index: 1;
white-space: nowrap;
padding: 0 10px;
border-radius: 10px;
text-transform: capitalize;
left: 50%;
transform: translateX(-50% );
top: -40px;
opacity: 0;
visibility: hidden;
}
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before, 
.tf-woo-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before {
opacity: 1;
visibility: visible;
top: -30px;
}
.tf-woo-product .fa.fa-heart-o:before {
font-family: "FontAwesome" !important
} .tf-wishlist-count .inner-wishlist-count {
display: inline-block;
position: relative;
}
.tf-wishlist-count .inner-wishlist-count span {
display: flex;
justify-content: center;
align-items: center;
}
.tf-wishlist-count .wishlist-counter {
position: absolute;
text-align: center;
font-size: 14px;
font-weight: 700;
} .tf-woo-product .tf-compare-button a,
.tf-woo-product .tf-compare-button a:before,
.tf-woo-product .tf-compare-button a:after {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-woo-product .tf-compare-button a {
font-size: 0;
padding: 9px 14px 9px 14px;
margin: 0px 0px 0px 5px;        
background-color: #f6ece5;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
border-radius: 0;
position: relative;
}
.tf-woo-product .tf-compare-button a:before {        
font-family: "Font Awesome 5 Free";
content: "\f78c";
margin: 0;
padding: 0;
vertical-align: middle;
display: inline-block;
font-size: 15px;
color: #A13502;
}
.tf-woo-product .tf-compare-button a.added:before {
content: '\f066';
}
.tf-woo-product .tf-compare-button a:after {
content: attr(title) !important;
color: #fff;
font-size: 10px;
font-weight: 400;
height: 20px;
width: auto;
line-height: 20px;
text-align: center;
background: #000;       
position: absolute;
z-index: 1;
white-space: nowrap;
padding: 0 10px;
border-radius: 10px;
text-transform: capitalize;
left: 50%;
transform: translateX(-50% );
top: -40px;
opacity: 0;
visibility: hidden;
}
.tf-woo-product .tf-compare-button a:hover:after {
opacity: 1;
visibility: visible;
top: -30px;
} .tf-woo-product .tf-quick-view-button a,
.tf-woo-product .tf-quick-view-button a:before,
.tf-woo-product .tf-quick-view-button a:after,
.tf-woo-product.layout-2 .product-actions .add_to_cart_button:before,
.tf-woo-product.layout-2 .product-actions .added_to_cart:before,
.tf-woo-product.layout-2 .product-actions,
.tf-woo-product.layout-3 .product-actions .add_to_cart_button:before,
.tf-woo-product.layout-3 .product-actions .added_to_cart:before,
.tf-woo-product.layout-3 .product-actions,
.tf-woo-product .product-thumb img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-woo-product .tf-quick-view-button a {
font-size: 0;
padding: 9px 14px 9px 14px;
margin: 0px 0px 0px 5px;        
background-color: #f6ece5;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
border-radius: 0;
position: relative;
}
.tf-woo-product .tf-quick-view-button a:before {        
font-family: "Font Awesome 5 Free";
content: "\f06e";
margin: 0;
padding: 0;
vertical-align: middle;
display: inline-block;
font-size: 15px;
color: #A13502;
}
.tf-woo-product .tf-quick-view-button a:after {
content: attr(title) !important;
color: #fff;
font-size: 10px;
font-weight: 400;
height: 20px;
width: auto;
line-height: 20px;
text-align: center;
background: #000;       
position: absolute;
z-index: 1;
white-space: nowrap;
padding: 0 10px;
border-radius: 10px;
text-transform: capitalize;
left: 50%;
transform: translateX(-50% );
top: -40px;
opacity: 0;
visibility: hidden;
}
.tf-woo-product .tf-quick-view-button a:hover:after {
opacity: 1;
visibility: visible;
top: -30px;
}
.tf-woo-product .product-inner .product-thumb {
position: relative;
}
.tf-woo-product .product-inner .product-thumb .image_on {
opacity: 1;
visibility: visible;
}
.tf-woo-product .product-inner .product-thumb .image_off {
position: absolute;
top: 0;
opacity: 0;
visibility: hidden;
}
.tf-woo-product .product-inner:hover .product-thumb .image_on {
opacity: 0;
visibility: hidden;
}
.tf-woo-product .product-inner:hover .product-thumb .image_off {
opacity: 1;
visibility: visible;
}
.tf-product-left .product-item .product-thumb .image_off {
left: 0;
}
.tf-product-right .product-item .product-thumb .image_off {
left: unset;
right: 0;
}
.tf-product-center .product-item .product-thumb .image_off {
left: 50%;
transform: translateX(-50%);
} .tf-woo-product.layout-2 .product-thumb {
position: relative;
}
.tf-woo-product.layout-2 .product-thumb .product-actions {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
opacity: 0;
visibility: hidden; 
}
.tf-woo-product.layout-2 .product-inner:hover .product-thumb .product-actions {
transform: translate(-50%, -50%);
opacity: 1;
visibility: visible;
}
.tf-woo-product.layout-2 .product-actions .add_to_cart_button,
.tf-woo-product.layout-2 .product-actions .added_to_cart {
font-size: 0 !important;
}
.tf-woo-product.layout-2 .product-actions .add_to_cart_button:after {
content: "\f07a";
font-family: 'FontAwesome' !important;
}
.tf-woo-product.layout-2 .product-actions .added_to_cart:after {
content: "\f00c";
font-family: 'FontAwesome' !important;
}
.tf-woo-product.layout-2 .product-actions .add_to_cart_button,
.tf-woo-product.layout-2 .product-actions .added_to_cart {
position: relative;
}
.tf-woo-product.layout-2 .product-actions .add_to_cart_button:before,
.tf-woo-product.layout-2 .product-actions .added_to_cart:before {
content: 'Add to cart' !important;
color: #fff;
font-size: 10px;
font-weight: 400;
height: 20px;
width: auto;
line-height: 20px;
text-align: center;
background: #000;
position: absolute;
z-index: 1;
white-space: nowrap;
padding: 0 10px;
border-radius: 10px;
text-transform: capitalize;
left: 50%;
transform: translateX(-50% );
top: -40px;
opacity: 0;
visibility: hidden;
}
.tf-woo-product.layout-2 .product-actions .added_to_cart:before {
content: 'View cart' !important;
}
.tf-woo-product.layout-2 .product-actions .add_to_cart_button:hover:before,
.tf-woo-product.layout-2 .product-actions .added_to_cart:hover:before {
opacity: 1;
visibility: visible;
top: -30px;
} .tf-woo-product.layout-3 .product-thumb {
position: relative;
}
.tf-woo-product.layout-3 .product-thumb .product-actions {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
opacity: 0;
visibility: hidden; 
margin: 0 !important;
}
.tf-woo-product.layout-3 .product-inner:hover .product-thumb .product-actions {
transform: translate(-50%, -50%);
opacity: 1;
visibility: visible;
} .tf-woo-product .filter-bar {
margin-bottom: 50px;
}
.products-filter {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;       
list-style: none;
}
.tf-woo-product .products-filter.left {
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
.tf-woo-product .products-filter.center {
-ms-flex-pack: center;
justify-content: center;
}
.tf-woo-product .products-filter.right {
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.tf-woo-product .products-filter li a {
font-weight: 500;
border-radius: 5px;
font-size: 14px;
line-height: 19px;
color: rgba(0, 0, 0, 0.4);
transition: all 0.3s;
text-transform: uppercase;
margin: 0 10px;  
padding: .5rem 1rem;  
display: block;    
}
.tf-woo-product .products-filter li.active a {
color: #fff;
background: #0067da;
} .tf-woo-product.show_filter_product.filter_badge .filter-bar {
display: flex;
justify-content: space-between;
align-items: center;
}
.tf-woo-product ul.toolbar-control li {
display: flex;
padding: 0 20px;
border-right: 1px solid #e4e6eb;
line-height: 16px;
}
.tf-woo-product ul.toolbar-control li:first-child {
padding-left: 0;
}
.tf-woo-product ul.toolbar-control li:last-child {
padding-right: 0;
border-right: none;
}
.tf-woo-product .filter-bar .toolbar-control {
display: flex;
justify-content: flex-end;
align-items: center;
}
.tf-woo-product .toolbar-filter-form {
position: relative;
}
.toolbar-control .toolbar-filter-columns .shop-columns {
display: flex;
margin-right: 10px;
cursor: pointer;
}
.toolbar-control .toolbar-filter-columns .shop-columns:last-child {
display: flex;
margin-right: 0px;
}
.toolbar-control .toolbar-filter-form .toggle-filter-form {
display: flex;
align-items: center;
cursor: pointer;
}
.tf-woo-product .toolbar-filter-form .wrap-form-filter {
position: absolute;
top: 0;
right: 0;
width: 300px;        
background: #fff;
padding: 30px;
z-index: 999;
box-shadow: 0 4px 10px 0 rgba(3,3,3,.1);
display: none;
}
.tf-woo-product .wrap-form-filter .widget-title {
margin: 0 0 30px 0;
}
.tf-woo-product .wrap-form-filter .widget-title .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=1);
opacity: 1;
}
.tf-woo-product .wrap-form-filter .widget-title .close svg {
fill: #000000;
stroke: #000000;
}
.tf-woo-product .wrap-form-filter .widget-title .close:hover, 
.tf-woo-product .wrap-form-filter .widget-title .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
.tf-woo-product .toolbar-filter-form #form_filter input,
.tf-woo-product .toolbar-filter-form #form_filter select,
.tf-woo-product .toolbar-filter-form #form_filter button {
width: 100%;
margin-bottom: 15px;
}
.tf-woo-product .toolbar-filter-form #form_filter select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMiA2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMiA2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMTIsMCA2LDYgMCwwICIgZmlsbD0iIzkwOTA5NyIvPg0KPC9zdmc+DQo=) 
no-repeat 94% 50%;
background-size: 10px;
}
.tf-woo-product .toolbar-filter-form #form_filter button {
margin: 0;
}
.tf-woo-product .toolbar-filter-form #form_filter button:focus {
outline: none;
}
.tf-woo-product ul.toolbar-control .toolbar-filter-columns svg,
.tf-woo-product ul.toolbar-control .toolbar-filter-form svg {
fill: #bfbfc8;
stroke: #bfbfc8;
width: 16px;
height: 16px;
}
.tf-woo-product ul.toolbar-control .toolbar-filter-columns .shop-columns.active svg {
fill: #23232c;
stroke: #23232c;
}
.tf-woo-product ul.toolbar-control .toolbar-filter-form svg {
margin-right: 4px;
} 
.tf-woo-product .no-found {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 300px;
} .tf-woo-product .products > .loading-icon {
background: #fff;
opacity: 1;
z-index: 99;
}
.tf-woo-product .products > .loading-icon .dot {
background-color: #000;
}
@media (max-width: 991px) {
.tf-woo-product .products.columns-3 .product-item,
.tf-woo-product .products.columns-4 .product-item,
.tf-woo-product .products.columns-5 .product-item,
.tf-woo-product .products.columns-6 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
} 
}
@media (max-width: 767px) {
.tf-woo-product .products.columns-2 .product-item,
.tf-woo-product .products.columns-3 .product-item,
.tf-woo-product .products.columns-4 .product-item,
.tf-woo-product .products.columns-5 .product-item,
.tf-woo-product .products.columns-6 .product-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-woo-product .filter-bar .products-filter,
.tf-woo-product .filter-bar .layout-bar {
width: 100%;
}
}