	.banner-home {
    background-color: #f5f5f5;
}


.special-offers__box {
    height: 100%;
    padding: 30px;
    background: linear-gradient(180deg, #4E9F36 0%, #225D11 100%);
    border-radius: 20px;
    overflow: hidden;
}

.special-offers__box.box-2 {
    background: linear-gradient(180deg, #FCBE37 0%, #CF8E00 100%);
}

.special-offers__box.box-3 {
    background: linear-gradient(180deg, #D43D3A 0%, #6E201E 100%);
}

.special-offers__box-content {
    width: 60%;
}

.special-offers__box .tp-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.special-offers__box .tp-body {
    letter-spacing: -0.48px;
}

.special-offers__image {
    width: 40%;
}
.special-offers__image img {
    transform: scale(1.5);
}

.special-offers__box-btn .tp-btn {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.category {
    /*cursor: grab;*/
    scrollbar-width: none; /* Firefox */
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.category:active {
    cursor: grabbing;
}

.category .bp_category_option_item {
    flex: 0 0 auto;
}
.category .bp_category_option {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: nowrap;
    gap: 16px;
}

.category .bp_category_option::-webkit-scrollbar {
    /*height: 0;*/
    /*background-color: var(--tp-primary);*/
    display: none;
}

.category .bp_link_category_option {
    width: 190px;
    min-width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.category .bp_category_option_item {
    display: block;
}

.category img {
    transition: all .4s;
}

.category .bp_link_category_option:hover img {
    transform: scale(1.06);
    transition: all .4s;
}

.category-prev,
.category-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:10;
}

.category-prev{
    left: 0;
}

.category-next{
    right: 0;
}












.section-about__client .section-about__client-icon a {
    pointer-events: none;
}
.section-about__client img {
    border-radius: 50%;
}

.section-about__client .tp-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--tp-primary);
    border: 1px solid #fff;
}

.section-about__client .tp-icon i {
    margin-left: 0 !important;
}

.section-about__client-icon {
    transform: translateX(-10px);
}

.section-about__client-text a {
    font-size: 16px;
    color: var(--tp-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all .4s;
}

.section-about__client-text a:hover {
    color: var(--tp-title-color);
    transition: all .4s;
}



.special-offers__box.daily-box {
    padding: 60px;
}
.special-offers__box.daily-1 {
    background: linear-gradient(180deg, #B2021B 0%, #62010F 100%);
}

.special-offers__box.daily-2 {
    background: linear-gradient(180deg, #698C0A 0%, #1D2603 100%);
}

.daily-box .special-offers__image img {
    /*transform: scale(1.9);*/
}





.list-video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.video-item video {
    width: 100%;
    height: 395px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}



.flash-sale__list .tp-body ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
}
.flash-sale__list {
    border-bottom: 1px solid #FFFFFF1A;
}

.countdown-sale .tp_countdown-wrapper {
    gap: 10px;
}
.countdown-sale .tp_countdown-box__title {
    box-shadow: none;
    font-size: 46px;
}

.countdown-sale .tp_countdown-divider {
    color: #fff !important;
    transform: translateY(5px);
}

.countdown-time {
    display: flex;
    gap: 60px;
}

.btn-sale .tp-btn {
    background-color: #fff;
    color: var(--tp-title-color);
}

.btn-sale .tp-btn:hover {
    color: #fff;
}

.btn-sale .tp-btn i {
    background-color: var(--tp-primary);
    color: #fff;
}

.countdown-time__box:not(:last-child)::before {
    content: ":";
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    height: 34px;
    display: flex;
    align-items: center;
}

.countdown-time__box p {
    min-width: 58px;
}





.arrived-products .product-list .overlay-image {
    text-align: center;
}
.arrived-products .product-list > .row > .col:not(:last-child) {
    margin-bottom: 30px;
}

.arrived-products__poster .swiper-slide img {
    border-radius: 20px;
    object-fit: cover;
}

.arrived-products__poster .tp-post__thumbnail {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.arrived-products__poster .tp-post__thumbnail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 61.93%, rgba(0, 0, 0, 0.40) 73.68%, rgba(0, 0, 0, 0.80) 100%);
    border-radius: 20px;
}

.arrived-products__poster .tp-post__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 65%;
    padding: 60px;
}

.arrived-products__poster .swiper-pagination {
    left: unset;
    right: 60px;
    bottom: 60px;
    width: auto;
}

.arrived-products__poster .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF1A;
    transition: all .4s;
}

.arrived-products__poster .swiper-pagination span.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s;
}

.arrived-products__poster .tp-btn {
    gap: 8px;
}

.arrived-products__poster .swiper-button-prev,
.arrived-products__poster .swiper-button-next,
.arrived-products__poster .tp-col__content{
    display: none;
}

.arrived-products .product-list > .row,
.arrived-products__poster .swiper,
.arrived-products__poster .swiper-slide > .row,
.arrived-products__poster.tp-col__image {
    height: 100%;
}


.arrived-products__poster .swiper-slide {
    height: auto;
}



.slide-review .swiper-slide {
    height: auto;
}

.slide-review .swiper-slide > .row {
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0;
}

.slide-review .tp-col__image {
    align-content: end;
}
.slide-review .tp-post__thumbnail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #0000001A;
}
.slide-review .tp-post__thumbnail img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.slide-review .tp-title {
    margin-bottom: 0;
}

.slide-review .testimonial-item-rating {
    margin-bottom: 40px;
}

.slide-review .testimonial-item-rating i {
    color: var(--tp-primary);
}

.slide-review .swiper-button-prev,
.slide-review .swiper-button-next {
    display: none;
}

.slide-review .swiper-pagination {
    position: static;
    margin-top: 40px;
}








.exclusive-deals__content {
    background: linear-gradient(270deg, rgba(21, 58, 43, 0.10) 0%, transparent 39.84%), #f5f5f5;
}

.exclusive-deals__form {
    border: 1px solid #0000001A;
}

.exclusive-deals__form form input {
    width: 100%;
    padding: 6px 15px;
    background-color: transparent !important;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.exclusive-deals__form .bp_form_field {
    margin: 0;
}

.exclusive-deals__form .tp-btn-submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    padding-right: 0;
    z-index: 10;
}

.exclusive-deals__form .tp-btn-submit button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--tp-primary) !important;
    transform: none !important;
    margin-top: 0;
    transition: all .4s;
}

.exclusive-deals__form .tp-btn-submit button i {
    transform: rotate(-45deg);
    transition: all .4s;
}

.exclusive-deals__form .tp-btn-submit button:hover {
    background-color: #000 !important;
    transition: all .4s;
}

.exclusive-deals__form .tp-btn-submit button:hover i {
    transform: rotate(0deg);
    transition: all .4s;
}





.news-left > .row,
.news-left .tp-post__thumbnail {
    height: 100%;
}

.news-left .tp-post-item {
    height: 100%;
    margin: 0;
    position: relative;
    display: block;
}

.news-left .tp-post-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46.2%, rgb(from #000 r g b / 40%) 58.76%, rgb(from #000000 r g b / 80%) 100%);
    border-radius: 20px;
    z-index: 1;
}

.news-left .tp-post__thumbnail img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all .6s;
}

.news-left .tp-col__image {
    padding: 0;
    height: 100%;
}

.news-left .tp-post__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 4;
}

.news-left .tp-col__content{
    margin-top: 0;
}

.news-left .tp-post__meta span {
    font-size: 14px;
}

.news-left .bp_tag_item {
    border-color: #fff;
    color: #fff;
}
.news-left .bp_tag_item:hover {
    background-color: var(--tp-primary);
    border-color: var(--tp-primary);
}

.news-left .tp-post__meta {
    padding-bottom: 0;
}

.news-left .heading-meta {
    margin-bottom: 20px;
}

.news-left .tp-btn_c:has(a),
.news-right .tp-btn_c:has(a){
    margin-top: 25px;
}

.news-left .tp-btn_c .tp-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-left .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.06);
    transition: all .6s;
}

.news-right > .row,
.news-right .tp-post-item,
.news-right .tp-post__thumbnail{
    height: 100%;
}

.news-right > .row > .col:not(:last-child) {
    margin-bottom: 24px;
}

.news-right .tp-post__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all .6s;
}

.news-right .tp-post__meta span {
    font-size: 14px;
    color: #000000b2;
}

.news-right .tp-col__content {
    align-content: center;
}

.news-right .tp-post__content {
    padding-left: 30px;
}

.news-right .tp-btn_c .tp-btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-title-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.section-news .tp-post__thumbnail {
    border-radius: 20px;
    overflow: hidden;
}

.section-news .tp-post__thumbnail:hover img {
    transform: scale(1.06);
    transition: all .6s;
}

@media (max-width: 1024px) {

    
    
    .category .bp_category_option {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .banner-home::before {
        width: 325px;
        height: 325px;
    }
    
    
    .special-offers__box {
        padding: 20px;
    }
    .special-offers__box-content,
    .special-offers__image {
        width: 100%;
    }
    
    .special-offers__box .tp-title {
        margin-bottom: 5px;
    }
    
    .special-offers__image {
        position: static !important;
    }
    
    .special-offers__image img {
        max-width: 250px;
        display: block;
        margin: auto;
        transform: none;
        margin-bottom: -50px;
    }
    
    
    .countdown-time__box:not(:last-child)::before {
        font-size: 40px;
    }
    
    
    .special-offers__box.daily-box {
        padding: 20px;
    }
    .daily-box .special-offers__image img {
        transform: none;
        max-width: 360px;
        display: block;
        margin: auto;
    }
    
    
    

    
    .list-video {
        grid-template-columns: repeat(2, 1fr);
    }
    
    

    
    .news-right .tp-post__content {
        padding: 15px 0;
    }
}

@media (max-width: 767.98px) {
    .banner-home::before {
        width: 175px;
        height: 175px;
    }
    
    .category .bp_link_category_option {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
    .category img {
        max-width: 100px;
    }
    

    .group-client {
        display: none !important;
    }
    
    .countdown-time__box:not(:last-child)::before {
        font-size: 30px;
        right: -18px;
        align-items: flex-end;
    }
    

    
    .video-item video {
        height: 230px;
    }
    
    
    .countdown-time {
        gap: 30px;
    }
    .countdown-sale .tp_countdown-box__title {
        font-size: 26px;
    }
    .countdown-sale .tp_countdown-divider {
        font-size: 32px;
    }
    .countdown-sale .tp_countdown-text {
        margin-top: 0;
    }
    .slide-review .swiper-slide > .row {
        padding: 20px;
    }
    .slide-review .testimonial-item-rating {
        margin-bottom: 20px;
    }
    
    
    .arrived-products__poster .tp-post__content {
        max-width: 100%;
        padding: 20px;
    }
    .arrived-products__poster .swiper-pagination {
        right: 20px;
        bottom: 20px;
    }
    

    
    
    .news-left .tp-post__content {
        padding: 20px;
    }
    .news-left .tp-post__thumbnail img {
        aspect-ratio: 1/1.15;
    }
}
