.tf-products .products {
    position: relative;
    clear: both;
    list-style: none;
}

.tf-products .products:before, 
.tf-products .products:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.tf-products .owl-carousel.products {
    margin: 0;
}

.owl-carousel.products.columns-1 li, 
.owl-carousel.woocommerce-page.shop-col-1 .tf-products .item,
.owl-carousel.products.columns-2 li, 
.owl-carousel.woocommerce-page.shop-col-2 .tf-products .item,
.owl-carousel.products.columns-3 li, 
.owl-carousel.woocommerce-page.shop-col-3 .tf-products .item,
.owl-carousel.products.columns-4 li, 
.owl-carousel.woocommerce-page.shop-col-4 .tf-products .item,
.owl-carousel.products.columns-5 li, 
.owl-carousel.woocommerce-page.shop-col-5 .tf-products .item {
    width: 100%;
    padding: 0;
    float: none;
}

.owl-carousel.tf-products .item.product-style2 {
    margin-top: 0 !important;
}

.tf-products .owl-nav .owl-prev, 
.tf-products .owl-nav .owl-next {
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40.5%;
    left: -60px;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    color: #121212;
    text-align: center;
    line-height: 1 !important;
    -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-products .owl-nav .owl-next {
    left: unset;
    right: -65px;
}

.tf-products .owl-nav .owl-prev:hover, 
.tf-products .owl-nav .owl-next:hover {
    background-color: var(--theme-primary-color);
}

.tf-products .owl-nav .owl-next.disabled,
.tf-products .owl-nav .owl-prev.disabled {
    display: none;
}

.tf-products .owl-nav .owl-prev:before, 
.tf-products .owl-nav .owl-next:before,
.tf-products .owl-dots .owl-dot:before {
    display: none;
}

@media (max-width: 1500px) { 
    .tf-products .owl-nav .owl-prev {
        left: 0px;
    }

    .tf-products .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .tf-products .owl-nav {
        display: none;
    }
}


.products.owl-carousel .owl-item li.product-style2 .inner {
    border: none;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

.products.owl-carousel .owl-item li.product-style2 .inner {
    border: none;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;    
}

.tf-products.carousel-row-1 .products.owl-carousel .owl-item li.product-style2 .inner,
.products.owl-carousel .owl-item .group li.product-style2:first-child .inner {
    border-top: 1px solid #EEEEEE;
}

.products.owl-carousel .owl-item:first-child .group li.product-style2 .inner {
    border-left: 1px solid #EEEEEE;
}

.tf-products.carousel-row-1 .products.owl-carousel .owl-item:first-child li.product-style2 .inner {
    border-left: 1px solid #EEEEEE;
}

.products.owl-carousel .owl-item:last-child li .inner {
    margin-right: 1px;
}

.tf-products .owl-carousel .owl-item img {
    display: inline;
}


.tf-products .item .product-thumbnail {
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 16px;
    background-color: #F7F7F7;
}


.tf-products .item .product-thumbnail img {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    transition: transform ease 0.6s;
    
}

.tf-products .item .wrap-btn-action {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   
}

.tf-products .item:hover .wrap-btn-action {
    opacity: 1;
    visibility: visible;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview,
.tf-products .item .wrap-btn-action .compare-button ,
.tf-products .item .wrap-btn-action .tf-btn-wishlish .button,
.tf-products .item .product-info .added_to_cart {
    font-size: 15px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    color: #fff;
    border-radius: 50%;
    margin: 6px 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    will-change: opacity,transform;
}

.tf-products .item:hover .wrap-btn-action .yith-wcwl-add-to-wishlist ,
.tf-products .item:hover .wrap-btn-action .tf-btn-quickview,
.tf-products .item:hover .wrap-btn-action .compare-button ,
.tf-products .item:hover .wrap-btn-action .tf-btn-wishlish .button {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tf-products .item .wrap-btn-action .tf-call-quickview ,
.tf-products .item .wrap-btn-action .tf-btn-wishlish a,
.tf-products .item .wrap-btn-action .tf-btn-wishlish div,
.tf-products .item .wrap-btn-action .compare-button .compare {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;    
    text-indent: -999px;
}

.wrap-btn-action .tooltiptext {
    position: absolute;
    left: -30px;
    transform: translate(-100%,-50%);
    top: 50%;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Jost';
    padding: 3px 4px;
    color: #fff;
    background-color: #121212;
    display: inline-block;
    border-radius: 2px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap-btn-action .tooltiptext:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: -2px;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform:translate(0,-50%) rotate( 45deg );
    -ms-transform:translate(0,-50%) rotate(45deg);
    transform:translate(0,-50%) rotate( 45deg );
    background-color: #121212;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview:hover .tooltiptext,
.tf-products .item .wrap-btn-action .tf-btn-wishlish:hover .tooltiptext,
.tf-products .item .wrap-btn-action .compare-button:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
    left: -5px;
}


.tf-products .item:hover .wrap-btn-action .tf-btn-quickview {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tf-products .item:hover .wrap-btn-action .compare-button {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.tf-products .item .wrap-btn-action .compare-button {
    position: relative;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview svg,
.tf-products .item .wrap-btn-action .compare-button svg,
.tf-products .item .wrap-btn-action .tf-btn-wishlish svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.tf-products .item .wrap-btn-action .tf-btn-wishlish svg {
    color: #5E6267;
    width: 25px;
    margin-right: 0;
}

.tf-products .item .wrap-btn-action .tf-btn-wishlish:hover svg {
    color: #fff;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview svg path,
.tf-products .item .wrap-btn-action .compare-button svg path,
.tf-products .item .wrap-btn-action .tf-btn-wishlish svg path {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview:hover svg path,
.tf-products .item .wrap-btn-action .compare-button:hover svg path {
    fill: white;
}

.tf-products .item .wrap-btn-action .tf-btn-wishlish.added svg path {
    fill:#DB4444;
}

.tf-products .item .wrap-btn-action .woosw-adding::before,
.tf-products .item .wrap-btn-action .loading:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}

.tf-products .item .wrap-btn-action .woosw-adding::after,
.tf-products .item .wrap-btn-action .loading:after {
    background: #DB4444;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}



.tf-products .item .btn-add-to-cart .select_option,
.tf-products .item .btn-add-to-cart .add_to_cart {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: calc(100% - 40px );
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    padding: 9px;
    color: #121212;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    border: 1px solid #E9E9E9;
}

.tf-products .item .btn-add-to-cart .select_option a {
    color: #121212;
}

.tf-products .item:hover .btn-add-to-cart .select_option,
.tf-products .item:hover .btn-add-to-cart .add_to_cart {
    bottom: 17px;
    opacity: 1;
    visibility: visible;
}


.tf-products .item .btn-add-to-cart .add_to_cart .check {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.tf-products .item .btn-add-to-cart .add_to_cart.added .check {
    display: block;
}

.tf-products .item .btn-add-to-cart .add_to_cart.loading::before {
    content: '';
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 7px dashed #fff;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.tf-products .item .btn-add-to-cart .add_to_cart.loading::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--theme-accent-color);
    top: 50%;
    right: 12px;
    margin-top: -6px;
}

.tf-products .item .btn-add-to-cart .add_to_cart.loading:hover::after {
    background-color: var(--theme-secondary-color);
}

.tf-products .item .btn-add-to-cart .select_option:hover,
.tf-products .item .btn-add-to-cart .add_to_cart:hover {
    border: 1px solid var(--theme-primary-color);
    background: var(--theme-primary-color);
}


.tf-products .item .btn-add-to-cart,
.tf-products .item .wrap-btn-action .button, 
.tf-products .item .product-info .added_to_cart,
.tf-products .item .wrap-btn-action .yith-wcwl-add-to-wishlist {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tf-products .item .wrap-btn-action .tf-btn-quickview:hover,
.tf-products .item .wrap-btn-action .compare-button:hover ,
.tf-products .item .wrap-btn-action .yith-wcwl-add-to-wishlist a:hover,
.tf-products .item .product-info .added_to_cart:hover {
    background-color: #DB4444 ;
}


.tf-products .item .wrap-btn-action .tf-btn-wishlish.added .button:hover {
    background-color: #fff;
}

.tf-products .item .wrap-btn-action .woosw-adding,
.tf-products .item .wrap-btn-action .loading {
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}


.tf-products .item .wrap-btn-action .tf-btn-wishlish div,
.tf-products .item .wrap-btn-action .tf-btn-wishlish a {
    text-indent: 0px;
    margin-top: 0;
}

.tf-products .item .wrap-btn-action .delete_item , 
.tf-products .item .wrap-btn-action .add_to_wishlist.single_add_to_wishlist {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    color: #121212;
    position: relative;
}

.tf-products .item .wrap-btn-action .delete_item  i,
.tf-products .item .wrap-btn-action .add_to_wishlist.single_add_to_wishlist i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
}

.tf-products .item .wrap-btn-action .delete_item {
    overflow: hidden;
    color: #fff;
}
.tf-products .item .wrap-btn-action .delete_item {
    overflow: hidden;
    color: #fff;
    position: relative;
}

.tf-products .item .wrap-btn-action .delete_item:after {
    content: "\f004";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #DB4444;
}

.tf-products .item .wrap-btn-action .tf-btn-wishlish:hover .delete_item svg ,
.tf-products .item .wrap-btn-action .tf-btn-wishlish .delete_item svg {
    color: #DB4444;
}

.tf-products .item .wrap-btn-action .add_to_wishlist.single_add_to_wishlist:hover {
    background: #DB4444;
    color: #fff;
}

.tf-products .item .wrap-btn-action .add_to_wishlist.single_add_to_wishlist > span {
    display: none;
}

.tf-products .item .wrap-btn-action .delete_item i {
    color: #DB4444;
    display: none;
}


.tf-products .item .wrap-btn-action .delete_item:hover {
    background: #fff !important;
}

.tf-products .item .wrap-btn-action .delete_item {
    font-size: 0;
}

.tf-products .item .wrap-btn-action .delete_item:hover svg {
    color: #5E6267;
}

.tf-products .item .label-product {
    position: absolute;
    left: 12px;
    top: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
    z-index: 5;
}
.tf-products .item .label-new {
    color:  #121212;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.12px;
    padding: 4px 10px;
    background-color: var(--theme-primary-color);
    margin-right: 15px;
}

.tf-products .item .sale-percent {
    color:  #fff;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.12px;
    padding: 4px 10px;
    background-color: #DB4444;
}



.tf-products .item .time-wrapper {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-products .item:hover .time-wrapper {
    opacity: 0;
    visibility: hidden;
}

.tf-countdown .countdown-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tf-countdown .countdown-inner > div:not(:last-child) {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.tf-countdown .countdown-inner > div::after {
    content: ':';
    position: absolute;
    right: -3px;
    top: 23px;
    transform: translateY(-50%);
    color: #E1E1E1;
    font-size: 24px;
}

.tf-countdown .countdown-inner > div:last-child::after {
    display: none;
}

.tf-countdown .countdown-inner .box-cowntdown {
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    
}

.tf-countdown .countdown-inner .time {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 24px;
    color: #121212;
    line-height: 36px;
} 

.tf-countdown .countdown-inner .text {
    font-family: 'Jost';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #121212;
}


@media only screen and (max-width: 1300px) { 

    .tf-countdown .countdown-inner > div::after {
        display: none;
    }
    .tf-countdown .countdown-inner > div:not(:last-child) {
        padding-right: 0px;
        margin-right: 8px;
    }

    .tf-products .item .time-wrapper {
        width: 95%;
    }
}

.blockUI.blockOverlay,
.tf-products .item .wrap-btn-action .blockUI.blockOverlay {
    display: none !important;
}


.tf-products .item .product-info {
    position: relative;
    padding: 41px 15px 20px 15px;
    text-align: center;
    box-shadow: 0px 10px 70px rgb(0 0 0 / 7%);
    border-radius: 0px 0px 5px 5px;
}

.tf-products .item .product-content .woocommerce-loop-product__title {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; 
}



.tf-products .item .product-info .star-rating {
    margin: 0;
    position: absolute;
    top: 21px;
    width: 85px;
    left: 51%;
    transform: translateX(-50%);
    display: inline-block;
}

.tf-products .item h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    transition: color ease 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tf-products .item .price {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


.tf-products .item.product-type-variable .price {
    flex-direction: row;
    justify-content: flex-start;
}

.tf-products .item .price ins {
    background-color: transparent;
    color: #121212;
    padding: 0;
    margin-right: 6px;
}

.tf-products .item .price del {
    color: #A0A0A0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: inline-block !important;    
}

.tf-products.no-carousel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    width: 100%;
}

.tf-products.has-carousel {
    display: block;
}

.tf-products.loading {
    position: relative;
}

.tf-products.loading:after{
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    content: '';
}

.tf-products.loading:before {
    border-width: 1px;
    border-color: #121212 #121212 #121212 transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: fl-spin-fast 1s linear infinite;
    animation: fl-spin-fast 1s linear infinite;
    content: " ";
    width: 50px;
    height: 50px;
    font-weight: 400;
    top: 30px;
    right: 50%;
    transition: all 0.3s ease;
    position: absolute;
    background-color: #fff;
    z-index: 110;
    margin-right: -25px;
}


@keyframes fl-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-webkit-keyframes fl-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-o-keyframes fl-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-ms-keyframes fl-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

.tf-products.no-carousel.column-1 {
    grid-template-columns: repeat(1,1fr);
}

.tf-products.no-carousel.column-2 {
    grid-template-columns: repeat(2,1fr);
}

.tf-products.no-carousel.column-3 {
    grid-template-columns: repeat(3,1fr);
}

.tf-products.no-carousel.column-4 {
    grid-template-columns: repeat(4,1fr);
}

@media (max-width: 1200px) {
    .tf-products.no-carousel.tablet1-column-1 {
        grid-template-columns: repeat(1,1fr);
    }
    
    .tf-products.no-carousel.tablet1-column-2 {
        grid-template-columns: repeat(2,1fr);
    }
    
    .tf-products.no-carousel.tablet1-column-3 {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 991px) {
    .tf-products.no-carousel.tablet-column-1 {
        grid-template-columns: repeat(1,1fr);
    }
    
    .tf-products.no-carousel.tablet-column-2 {
        grid-template-columns: repeat(2,1fr);
    }
    
    .tf-products.no-carousel.tablet-column-3 {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 767px) {
    .tf-products.no-carousel.mobile-column-1 {
        grid-template-columns: repeat(1,1fr);
    }
    
    .tf-products.no-carousel.mobile-column-2 {
        grid-template-columns: repeat(2,1fr);
    }
    
}

@media (max-width: 550px) {
    .tf-products.no-carousel.mobile2-column-1 {
        grid-template-columns: repeat(1,1fr);
    }
    
    .tf-products.no-carousel.mobile2-column-2 {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width:550px) {
    .tf-products .item .wrap-btn-action .tf-btn-quickview, .tf-products .item .wrap-btn-action .compare-button, .tf-products .item .wrap-btn-action .tf-btn-wishlish .button, .tf-products .item .product-info .added_to_cart,
    .tf-products .item .wrap-btn-action .tf-call-quickview, 
    .tf-products .item .wrap-btn-action .tf-btn-wishlish a, 
    .tf-products .item .wrap-btn-action .tf-btn-wishlish div, 
    .tf-products .item .wrap-btn-action .compare-button .compare,
    .tf-products .item .wrap-btn-action .add_to_wishlist.single_add_to_wishlist {
        width: 35px;
        height: 35px;      
    }

    .tf-products .item .wrap-btn-action .tf-btn-quickview svg, .tf-products .item .wrap-btn-action .compare-button svg, .tf-products .item .wrap-btn-action .tf-btn-wishlish svg {
        width: 17px;
    }
}
