.tf-products-single {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 500px;
}

.tf-products-single .item.col-1x {
    width: calc(23.5% - 30px);
    border: none;
}

.tf-products-single .item.col-1x {
    position: relative;
}

.tf-products-single .item.col-1x .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    /* margin: -15px; */

    -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-single .item.col-1x:hover .inner {
    background-color: #FFFFFF;
}

.tf-products-single .item.col-1x .inner .product-footer {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    pointer-events: none;
   visibility: hidden;
   position: absolute;
   top: calc(100% - 15px);
   /* top: calc(100% - 15px);
   left: -15px;
   width: calc(100% + 30px); */
   -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-single .item .product-footer .table {
    margin-bottom: 0;
}

.tf-products-single .item .product-footer .table .row-tb {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.tf-products-single .item .product-footer .table .row-tb span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #73787D;
}

.tf-products-single .item .product-footer .table .row-tb .title-tb {
    width: 40%;
}


.tf-products-single .item .time-delivery {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #EBEBEB;
    display: -webkit-box;  
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex; 
    display: flex;
    align-items: center;
}

.tf-products-single .item .time-delivery svg {
    margin-right: 10px;
}

.tf-products-single .item .btn-add-to-cart {
    margin-top: 15px;
}


.tf-products-single .item.col-1x:hover {
    z-index: 10;
}

.tf-products-single .item.col-1x:hover .inner .product-footer {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.tf-products-single .item .btn-add-to-cart {
    margin-top: 15px;
}
.tf-products-single .item .btn-add-to-cart .add_to_cart {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: var(--theme-accent-color);
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}
.tf-products-single .item .btn-add-to-cart .add_to_cart .check {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.tf-products-single .item.col-1x {
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0;
}

.tf-products-single .item:last-child,
.tf-products-single .item:nth-last-child(2),
.tf-products-single .item.col-2x {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.tf-products-single .item.col-2x {
    width: calc(53% - 30px);
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 30px;
}


.tf-products-single .item.col-1x .image {
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tf-products-single .item.col-1x .content {
    width: calc(100% - 134px);
    margin-left: 12px;
}

.tf-products-single .item.col-1x:hover .inner {
    width: calc(100% );
    left: 0;
    min-height: calc(100% );
}

.tf-products-single .wrap-btn-action {
    position: absolute;
    display: none;
}

.tf-products-single .item.col-1x .group-bt {
    position: relative;
    min-height: 40px;
}

.tf-products-single .item.col-1x .wrap-btn-action.style-2 {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    transform: unset;
    transform: translateY(100%);

}

.tf-products-single .item.col-1x .wrap-btn-action.style-2,
.tf-products-single .item.col-1x .price {
    -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-single .item.col-1x:hover .price {
    opacity: 0;
    transform: translateY(-100%);
}

.tf-products-single .item.col-1x:hover .wrap-btn-action.style-2 {
    opacity: 1;
    transform: translateY(0);
}

.wrap-btn-action.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrap-btn-action.style-2 .tf-btn-quickview,
.wrap-btn-action.style-2 .compare-button, 
.wrap-btn-action.style-2 .tf-btn-wishlish {
    margin: 0 !important;
}

.tf-products-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart .add_to_cart,
.tf-products-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart {
    all: unset;
}

.tf-products-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart { 
    position: relative;
    cursor: pointer;   
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    color: var(--theme-primary-color);
    -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;    
}

.tf-products-single .item.col-1x:hover .wrap-btn-action .btn-add-to-cart {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}



.wrap-btn-action.style-2 .btn-add-to-cart:hover {
    background: var(--theme-primary-color);
    color: #fff;
    transition-delay: unset;
}

.wrap-btn-action.style-2 .btn-add-to-cart svg {
    width: 20px;
    -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-single .item:hover .wrap-btn-action {
    opacity: 1;
    visibility: visible;
}

.wrap-btn-action.style-2 .tf-tooltip {
    height: 35px;
} 

.tf-products-single .item .wrap-btn-action .tf-btn-quickview,
.tf-products-single .item .wrap-btn-action .compare-button ,
.tf-products-single .item .wrap-btn-action .tf-btn-wishlish,
.tf-products-single .item .product-info .added_to_cart {
    font-size: 15px;
    padding: 0;
    width: 40px;
    height: 40px;
    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%;
    overflow: hidden;
    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-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart,
.tf-products-single .item .wrap-btn-action.style-2 .yith-wcwl-add-to-wishlist,
.tf-products-single .item .wrap-btn-action.style-2 .tf-btn-quickview,
.tf-products-single .item .wrap-btn-action.style-2 .compare-button ,
.tf-products-single .item .wrap-btn-action.style-2 .tf-btn-wishlish {
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 1;
    transform: translate(0);
    visibility: visible;
}

.tf-products-single .item .wrap-btn-action.style-2 .btn-add-to-cart a {
    color: var(--theme-primary-color);
}

.tf-products-single .item .wrap-btn-action.style-2 .btn-add-to-cart:hover a {
    color: #fff;
}

.wrap-btn-action.style-2 {
    opacity: 0;
    visibility: hidden;
    -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-single .item.col-1x:hover .wrap-btn-action.style-2 {
    opacity: 1;
    visibility: visible;
}

.tf-products-single .item .wrap-btn-action.style-2 .yith-wcwl-add-to-wishlist svg,
.tf-products-single .item .wrap-btn-action.style-2 .tf-btn-quickview svg,
.tf-products-single .item .wrap-btn-action.style-2 .compare-button svg,
.tf-products-single .item .wrap-btn-action.style-2 .tf-btn-wishlish svg {
    width: 20px;
}


.tf-products-single .item:hover .wrap-btn-action .yith-wcwl-add-to-wishlist ,
.tf-products-single .item:hover .wrap-btn-action .tf-btn-quickview,
.tf-products-single .item:hover .wrap-btn-action .compare-button ,
.tf-products-single .item:hover .wrap-btn-action .tf-btn-wishlish{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tf-products-single .item:hover .wrap-btn-action .yith-wcwl-add-to-wishlist {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.tf-products-single .item:hover .wrap-btn-action .compare-button {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.tf-products-single .item .wrap-btn-action .tf-call-quickview ,
.tf-products-single .item .wrap-btn-action .tf-btn-wishlish a,
.tf-products-single .item .wrap-btn-action .tf-btn-wishlish div,
.tf-products-single .item .wrap-btn-action .compare-button .compare {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}

.tf-products-single .item.col-1x:hover .wrap-btn-action.style-2 .btn-add-to-cart,
.tf-products-single .item:hover .wrap-btn-action.style-2 .btn-add-to-cart .add_to_cart,
.tf-products-single .item:hover .wrap-btn-action.style-2 .compare-button,
.tf-products-single .item:hover .wrap-btn-action.style-2 .yith-wcwl-add-to-wishlist {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tf-products-single .item .wrap-btn-action .compare-button {
    position: relative;
}

.tf-products-single .item .wrap-btn-action .tf-btn-quickview svg,
.tf-products-single .item .wrap-btn-action .compare-button svg,
.tf-products-single .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-single .item .wrap-btn-action .tf-btn-quickview svg path,
.tf-products-single .item .wrap-btn-action .compare-button svg path,
.tf-products-single .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-single .item .wrap-btn-action .tf-btn-quickview:hover svg path,
.tf-products-single .item .wrap-btn-action .compare-button:hover svg path,
.tf-products-single .item .wrap-btn-action .tf-btn-wishlish:hover svg path {
    fill: white;
}

.tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist {
    text-transform: uppercase;
    padding: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: var(--theme-primary-color);
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -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;
    -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-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist .feedback i {
    -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-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist:hover .feedback i {
    color: #fff;
}

.tf-products-single .item:hover .wrap-btn-action .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist a {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tf-products-single .item .wrap-btn-action.style-2 {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transform: unset;
    transform: translateY(100%);

}

.tf-products-single .item .wrap-btn-action.style-2,
.tf-products.style2 .item .price {
    -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-single .item:hover .price {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.tf-products-single .item:hover .wrap-btn-action.style-2 {
    opacity: 1;
    transform: translateY(0);
}

.tf-products-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart:hover,
.tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist i {
    margin: 0;   
}

.tf-products-single .item.col-1x .wrap-btn-action.style-2 .btn-add-to-cart:hover,
.tf-products-single .item .wrap-btn-action .tf-btn-quickview:hover, .tf-products-single .item .wrap-btn-action .compare-button:hover, .tf-products-single .item .wrap-btn-action .tf-btn-wishlish:hover, .tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist a:hover, .tf-products-single .item .product-info .added_to_cart:hover, .tf-products-single .item .wrap-btn-action .yith-wcwl-add-to-wishlist:hover {
    background-color: #333e48;
}


.tf-products-single .item.col-2x .image .gallery-slider3 .swiper-slide,
.tf-products-single .item.col-2x .image .gallery-slider .swiper-slide {
    /* width: 470px ; */
    max-height: 320px ;
}

.tf-products-single .item.col-2x .image {
    margin-bottom: 20px;
}

.tf-products-single .item.col-1x .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-products-single .item .image {
    display: flex;
}

.tf-products-single .item .image .gallery-slider3, 
.tf-products-single .item .image .gallery-slider {
    width: calc(100% - 100px);
}

.tf-products-single.style2 .item .image .gallery-slider {
    width: calc(100% - 90px);
}

.tf-products-single .item .image .gallery-slider3 .swiper-slide, 
.tf-products-single .item .image .gallery-slider .swiper-slide {
    text-align: center;
}

.tf-products-single .item .image .gallery-slider3 .swiper-slide img, 
.tf-products-single .item .image .gallery-slider .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.tf-products-single .item .image .gallery-thumbs3,
.tf-products-single .item .image .gallery-thumbs {
    width: 100px;
}

.tf-products-single.style2 .item .image .gallery-thumbs {
    width: 90px;
}

.tf-products-single .item .image .gallery-thumbs3 .swiper-wrapper,
.tf-products-single .item .image .gallery-thumbs .swiper-wrapper {
    align-items: flex-end;
    margin-right: 3px;
}

.tf-products-single .item .image .gallery-thumbs3 .swiper-slide,
.tf-products-single .item .image .gallery-thumbs .swiper-slide {
    width: 69px !important;
    height: 69px !important;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}

.tf-products-single .item .image .gallery-thumbs3 .swiper-slide.swiper-slide-thumb-active,
.tf-products-single .item .image .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--theme-secondary-color);
}

.tf-products-single .item .image .swiper-slide {
    position: relative;
}

.tf-products-single .item .image .swiper-slide .price-save {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-accent-color);
    padding: 12px 17px 5px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 8px;
}

.tf-products-single .item .image .swiper-slide .price-save .label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
}


.tf-products-single .item .bottom-product {
    display: flex;
}

.tf-products-single .item .content {
    margin-right: 50px;
}
.tf-products-single .item.col-1x .content {
    margin-right: 0px;
}

.tf-products-single .item  .product-cats {
    line-height: 1;
    margin-bottom: 2px;
}

.tf-products-single .item  .product-cats a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #73787D;
}

.tf-products-single .item h3 a {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-secondary-color);
    transition: color ease 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 1;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.tf-products-single .item h3 {
    margin-bottom: 10px;
}

.tf-products-single .item.col-1x h3 a {
    -webkit-line-clamp: 2;
    height: 44px;
}

.tf-products-single .item.col-2x h3 a {
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 0;
}
.tf-products-single .item.col-2x h3 {
    margin-bottom: 0;
}

.tf-products-single .item h3 a:hover {
    color: var(--theme-accent-color);
}

.tf-products-single .item.col-1x .price {
    color: var(--theme-primary-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.tf-products-single .item .price ins {
    background-color: transparent;
    color: var(--theme-accent-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.tf-products-single .item.col-1x .price ins{
    color: var(--theme-primary-color);
    padding: 0;
    display: flex;
    order: 1;
    width: 100%;
}

.tf-products-single .item.col-1x .price del {
    display: flex;
    order: 2;
}

.tf-products-single .item .price del {
    color: #73787D;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}


.tf-products-single .item .price del {
    width: 100%;
    display: block !important;
    margin-left: 0px;  
    margin-top: 3px;
}
.tf-products-single .item .price ins {
    width: 100%;
}

.tf-products-single .item.col-2x .price {
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: var(--theme-accent-color);
    margin-top: 7px;
    font-weight: 500;
}

.tf-products-single .item.col-2x .price del {
    order: 1;
    width: auto;
    font-weight: 400;
}

.tf-products-single .item.col-2x .price ins {
    padding-left: 0;
    font-size: 30px;
    line-height: 36px;
    width: auto;
    padding: 0;
    margin-right: 7px;
}

.tf-products-single .item.col-2x .price del {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
}

.tf-products-single .item .tf-countdown .countdown-inner {
    display: flex;
    align-items: center;
}

.tf-products-single .item .tf-countdown .countdown-inner > div:not(:last-child) {
    position: relative;
    padding-right: 14px;
    margin-right: 13px;
}

.tf-products-single .item .tf-countdown .countdown-inner > div::after {
    content: ':';
    position: absolute;
    right: -5px;
    top: 23px;
    transform: translateY(-50%);
    color: #E1E1E1;
    font-size: 35px;
}

.tf-products-single .item .tf-countdown .countdown-inner > div:last-child::after {
    display: none;
}

.tf-products-single .item .tf-countdown .countdown-inner .time {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBEBEB;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 20px;
    color: var(--theme-primary-color);
    line-height: 22px;
} 

.tf-products-single .item .tf-countdown .countdown-inner .text {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: var(--theme-primary-color);
}

/* Main CSS */
.tf-products-single  > .item {
    width: 100% !important;
}

.tf-products-single  {
    all: unset;
	display: grid;
	column-gap: 30px;
    row-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns:23.4% 49% 23.4%;
	/* grid-auto-rows: 122px; */
	grid-auto-flow: dense;
}

.tf-products-single  .item.col-2x {
	/* grid-column: span 2; */
	grid-row: span 3;
    /* margin-bottom: 20px; */
}

.tf-products-single.style2  .item.col-2x {
	grid-row: span 2;
}

.tf-products-single.style2 {
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns:29.2% 40.2% 29.2%;
}

.tf-products-single.style2  .item.col-2x,
.tf-products-single.style2  .item.col-1x {
    border: none;
    margin-bottom: 0;
    
}

.tf-products-single.style2 .item.col-1x .image {
    width: 208px;
    height: 208px;
}

.tf-products-single.style2 .item.col-1x .content {
    width: calc(100% - 224px);
    margin-left: 16px;
}

.tf-products-single.style2 .item.col-1x .inner .product-footer {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 15px);
    width: calc(100% + 0px);
    -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-single.style2 .item {
    background-color: #fff;
}

.tf-products-single.style2 .item .inner {
   margin: 0 ;
   padding: 10px;
}

.tf-products-single.style2 .item.col-1x .inner {
    width: calc(100%);
    min-height: calc(100%);
    left: 0;
}


.tf-products-single.style2  .item.col-2x {
    padding: 20px;
    border-radius: 0;
}

.tf-products-single.style3 {
    gap: 20px;
    grid-template-columns:100%;
}

@media (max-width: 1500px) {

    .tf-products-single.style2 .item.col-1x .image {
        width: 100px;
        height: 100px;
    }
    
    .tf-products-single.style2 .item.col-1x .content {
        width: calc(100% - 116px);
        margin-left: 16px;
    }

    .tf-products-single .item .bottom-product {
        flex-wrap: wrap;
    }

    .tf-products-single .item .bottom-product .time-wrapper {
        margin-top: 15px;
    }

}



@media (max-width: 1300px) {
    .tf-products-single {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 1100px) {
    .tf-products-single.style2 {
        grid-template-columns: 50% 50%;
    }
}
@media (max-width: 991px) {
    .tf-products-single {
        grid-template-columns: 100%;
    }
    .tf-products-single .item.col-1x:hover .inner .product-footer {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .tf-products-single.style2 {
        grid-template-columns: 100%;
    }
    .tf-products-single .item.col-2x {
        padding: 15px;
    }

    .tf-products-single .item .image .gallery-thumbs3, .tf-products-single .item .image .gallery-thumbs {
        width: 70px;
    }

    .tf-products-single .item .image .gallery-slider3, .tf-products-single .item .image .gallery-slider {
        width: calc(100% - 70px);
    }

    .tf-products-single .item .inner {
       padding-left: 0 !important;
       padding-right: 0 !important;
    }
}