/* Widget Product Grid
-------------------------------------------------------------- */  
    .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;
    }

    /* Product Carousel */
    .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;
    }

    /* Product Pagination  */
    .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;
    }

    /* loadmore icon */
    .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;
    }

    /* Button Wishlist  */
    .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
    }

    /* Wishlist Count  */
    .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;
    }

    /* Button Compare */
    .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;
    }

    /* Button Quick View */
    .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%);
    }

    /* layout 2 */
    .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;
    }

    /* layout 3 */
    .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;
    }

    /* Filter Categories  */
    .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;
    }

    /* Products Filter */
    .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;
    }

    /* Products Filter loading */
    .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%;
        }
    }

 /* Widget Mini Cart
-------------------------------------------------------------- */    
    .tf-mini-cart .mini-cart {
        position: relative;
        display: inline-flex;
    }

    .tf-mini-cart .mini-cart .widget {
        display: none;
    }

    .tf-mini-cart .mini-cart .widget_shopping_cart {
        display: block;
        width: 480px;
        max-width: calc(100% - 50px);
        height: calc(var(--vh, 1vh) * 100);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        padding: 20px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);       
    }

    .tf-mini-cart .mini-cart #canvas-mini-cart {
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        opacity: 0;
        filter: alpha(opacity=0);       
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);        
    }

    .tf-mini-cart .mini-cart .cart-count #canvas-mini-cart.canvas-cart-open {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }    

    #canvas-mini-cart .top-mini-cart {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        color: #000;
        font-size: 18px;
        text-align: left;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    #canvas-mini-cart .top-mini-cart .cart-close {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0,0,0,0.04);
        cursor: pointer;
    }

    #canvas-mini-cart ul.woocommerce-mini-cart {
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
        flex-grow: 1;
    }

    #canvas-mini-cart .widget_shopping_cart_content {
        display: flex;
        flex-direction: column;
        height: calc(100% - 55px);
    }

    .widget_shopping_cart_content ul li,
    .woocommerce .widget_shopping_cart .cart_list li, 
    .woocommerce.widget_shopping_cart .cart_list li {
        position: relative;
        border-top: 1px solid #e5e5e5;
        padding: 15px;
        padding-left: 2em;
        line-height: normal;
    }

    .widget_shopping_cart_content ul li:first-child,
    .woocommerce .widget_shopping_cart .cart_list li:first-child, 
    .woocommerce.widget_shopping_cart .cart_list li:first-child {        
        margin-top: 0;
        border-top: 0;
    }

    .woocommerce .widget_shopping_cart .cart_list li a.remove, 
    .woocommerce.widget_shopping_cart .cart_list li a.remove {
        top: 50%;
        transform: translateY(-50%);
    }

    .woocommerce ul.cart_list li img, 
    .woocommerce ul.product_list_widget li img {
        width: 50px;
    }

    .woocommerce ul.cart_list li a, 
    .woocommerce ul.product_list_widget li a,
    .woocommerce ul.product_list_widget li .quantity {
        color: #000;
    }    

    .woocommerce .widget_shopping_cart .total, 
    .woocommerce.widget_shopping_cart .total {
        border-top: 1px solid #e5e5e5;
        padding: 20px 0 0px;
    }

    .widget_shopping_cart_content p {
        margin-bottom: 20px;
        padding: 0;        
    }

    .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
        margin-top: 20px;      
    }

    .widget_shopping_cart_content p.woocommerce-mini-cart__total {
        display: flex;
        justify-content: space-between;
    }

    .widget_shopping_cart_content p.woocommerce-mini-cart__total .woocommerce-Price-amount {
        color: #000;
        font-weight: 600;
    }

    .woocommerce .widget_shopping_cart .buttons a, 
    .woocommerce.widget_shopping_cart .buttons a {
        float: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 26px;
        padding: 10px 16px;
        border: 2px solid transparent;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
        margin: 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .woocommerce .widget_shopping_cart .buttons a.wc-forward:hover, 
    .woocommerce.widget_shopping_cart .buttons a.wc-forward:hover {
        color: #203b48;
        border-color: #e5e5e5;
    }

    .woocommerce .widget_shopping_cart .buttons a.checkout, 
    .woocommerce.widget_shopping_cart .buttons a.checkout {        
        border: 2px solid #e5e5e5;
        background: transparent;
        color: #203b48;
        margin-top: 20px;
    }

    .woocommerce .widget_shopping_cart .buttons a.checkout:hover, 
    .woocommerce.widget_shopping_cart .buttons a.checkout:hover {
        color: #fff;
    }

    .tf-mini-cart .mini-cart .inner-cart-count {
        display: flex;
        position: relative;
    }

    .tf-mini-cart .mini-cart .icon-cart {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;        
        color: #fff;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tf-mini-cart .mini-cart .icon-cart:before {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -5px;
        left: -5px;
        padding: 5px;
        box-shadow: 0 0 0 1px ;
        color: #03b162;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        transition: transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    }

    .tf-mini-cart .mini-cart .wrap-count-content:hover .icon-cart:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .tf-mini-cart .mini-cart .cart-contents {
        position: absolute;
        top: -10px;
        right: 0;
        width: 20px;
        height: 20px;
        background: #fbd83f;
        color: #203b48;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        border-radius: 3px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    .tf-mini-cart .wrap-cart-count .wrap-count-content {
        line-height: normal;
        display: flex;
        align-items: center;
    }

    .tf-mini-cart .mini-cart .inner-cart-count,
    .tf-mini-cart .wrap-cart-count .content-text {
        display: table-cell;
        vertical-align: middle;
    }

    .tf-mini-cart .wrap-cart-count .wrap-count-content h5,
    .tf-mini-cart .wrap-cart-count .wrap-count-content h6 {
        text-transform: uppercase;
        margin: 0;
    }

    .tf-mini-cart .wrap-cart-count .content-text {
        padding-left: 10px;
    }

    .tf-mini-cart .mini-cart .widget {
        line-height: normal;
    } 

    .tf-mini-cart .mini-cart .wrap-cart-count {
        display: inline-block;
        vertical-align: middle;
    }

    .tf-mini-cart .mini-cart .wrap-count-content:hover {
        cursor: pointer;
    }

    .tf-mini-cart .mini-cart .cart-count {
        line-height: normal;
    }

    .tf-mini-cart .cart-count {
        text-align: left;
    }

    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item {
        padding: 20px 0;
        width: 100%;
        position: relative;
        transition: all .3s;
    }

    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item img {
        float: left;
        margin: 0;
        display: block;
        width: 80px;
        height: auto;
        margin-right: 15px;
    }

    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item .remove {
        right: 0;
        left: auto;
        z-index: 1;
        background: 0 0;
        color: #959595 !important;
        position: absolute;
        top: auto;
    }

    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .product-widget-title a {
        line-height: 1.3;
        font-weight: 400;
        color: #000;
    }

    .mini-cart .overlay-mini-cart.canvas-overlay-open {        
        z-index: 9999;
        position: fixed;
        top: 0;
        left:0; 
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        cursor: url(../img/icon-close.png), auto;
        transition: 300ms ease-out;
    }