.banner-sec {

    background-color: #f2f2f2;

}

.banner-sec img {

    border-radius: 10px;

}

.banner-img {

    position: relative;

    clear: both;

    border-radius: 10px;

    overflow: hidden;

}

.animate__fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

}

.animate__fadeIn {

    -webkit-animation-name: fadeIn;

    animation-name: fadeIn;

}

.banner-img img {

    border-radius: 10px;

        -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

.banner-img .banner-text {

    position: absolute;

    top: 50%;

    z-index: 2;

    transform: translateY(-50%);

    padding: 0 35px;

}

.banner-img .banner-text h4 {

    font-weight: 500;

    margin-bottom: 15px;

    min-height: 100px;

    font-size: 24px;

    transition: transform 0.3s ease; /* Smooth transition added */

}

.banner-img .banner-text:hover h4 {

    transform: translateY(-5px);

}

.sec-4-banner .banner-img .banner-text {

    padding: 0 20px;

}

.sec-4-banner .banner-img .banner-text h4 {

    margin-bottom: 10px;

    min-height: 85px;

    font-size: 18px;

}

.btn.btn-xs, .button.btn-xs {

    padding: 7px 8px 7px 12px;

    font-size: 12px;

    text-transform: none;

    display: inline-flex;

    flex-wrap: wrap;

    line-height: 1.2;

}

.banner-img .banner-text a i {

    margin-left: 5px;

    transition-duration: 0.3s;

    font-size: 14px;

}

a.btn-newkm {

    background-color: #0d3d40 !important;

    color: #fff ! important;

}

.product-cart-wrap {

    position: relative;

    background-color: #fff;

    border: 1px solid #ececec;

    border-radius: 15px;

    overflow: hidden;

    transition: 0.2s;

    -moz-transition: 0.2s;

    -webkit-transition: 0.2s;

    -o-transition: 0.2s;

    border: 0;

    padding-bottom: 25px;

}

.product-cart-wrap .product-img-action-wrap {

    padding: 0;

    position: relative;

    z-index: 1;

    max-height: unset;

}

.product-cart-wrap .product-img-action-wrap .product-img {

    position: relative;

    overflow: hidden;

    border-radius: 15px;

}

.product-cart-wrap .product-img-action-wrap .product-img a {

    position: relative;

    width: 100%;

    height: 175px;

    overflow: hidden;

    display: flex;

}

.product-cart-wrap .product-img-action-wrap .product-img a img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.grid-container .product-cart-wrap .product-img-action-wrap .product-img a  img {

    border-radius: 15px;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.product-cart-wrap .product-content-wrap {

    position: relative;

    margin-top: -25px;

    z-index: 3;

    padding: 0;

    max-width: 86%;

    margin-left: auto;

    margin-right: auto;

    transition: 0.3s;

    -moz-transition: 0.3s;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

}

.product-cart-wrap .product-content-wrap .deals-content {

    margin: 0 auto;

    background-color: #fff;

    border-radius: 10px;

    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);

    padding: 10px;

}

.product-cart-wrap .product-content-wrap h2 {

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 5px;

}

.product-cart-wrap .product-content-wrap .deals-content h2 {

    min-height: auto;

}

.product-cart-wrap .product-content-wrap h2 a {

    color: #253D4E;

}

.product-cart-wrap .product-content-wrap .deals-content h2 a {

    display: block;

}

.product-cart-wrap:hover .product-content-wrap {

    transform: translateY(-25px);

    transition: 0.3s;

    -moz-transition: 0.3s;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

}

.grid-container {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 25px;

}

.business-grid-container .product-cart-wrap {

    padding-bottom: 0px;

}

.business-grid-container .product-cart-wrap {

    border: 1px solid #ececec;

}

.business-grid-container .product-cart-wrap .product-content-wrap {

    margin-top: 0px;

}

.business-grid-container .product-cart-wrap:hover .product-content-wrap {

    transform: translateY(0px);

}

.business-grid-container .product-cart-wrap .product-img-action-wrap {

    position: relative;

    background-color: #fff;

    overflow: hidden;

    max-height: 320px;

    padding: 10px 10px 0 10px;

}

.business-grid-container .product-cart-wrap .product-img-action-wrap .product-action-1 {

    background-color: #fff;

    border-radius: 5px;

    border: 1px solid #78aec6;

}

.business-grid-container .product-cart-wrap .product-action-1 {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    z-index: 9;

    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn {

    width: 50px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    position: relative;

    display: inline-block;

    border-right: 1px solid #BCE3C9;

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn:last-child {

    border: none;

    margin-right: 0;

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn:before {

    content: "";

    position: absolute;

    left: calc(50% - 7px);

    bottom: 100%;

    -webkit-transition-delay: 0.1s;

    -o-transition-delay: 0.1s;

    transition-delay: 0.1s;

    border: 7px solid transparent;

    border-top-color: #0d3d40;

    z-index: 9;

    margin-bottom: -13px;

    transition-delay: 0.1s;

    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);

    opacity: 0;

    visibility: hidden;

}

.business-grid-container .product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {

    font-size: 20px;

    margin-left: 1px;

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn:after {

    bottom: 100%;

    left: 50%;

    position: absolute;

    white-space: nowrap;

    border-radius: 5px;

    font-size: 11px;

    padding: 7px 10px;

    color: #ffffff;

    background-color: #0d3d40;

    content: attr(aria-label);

    line-height: 1.3;

    -webkit-transition-delay: 0.1s;

    -o-transition-delay: 0.1s;

    transition-delay: 0.1s;

    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);

    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);

    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateX(-50%) translateY(0px);

    -ms-transform: translateX(-50%) translateY(0px);

    transform: translateX(-50%) translateY(0px);

}

.business-grid-container .product-cart-wrap .product-content-wrap {

    padding: 0 10px 10px 10px;

}

.business-grid-container .product-cart-wrap .product-content-wrap .product-category {

    margin-bottom: 5px;

}

.business-grid-container .product-cart-wrap .product-content-wrap .product-category a {

    color: #adadad;

    font-size: 12px;

}

.business-grid-container .product-cart-wrap .product-content-wrap h2 {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 5px;

    /* min-height: 40px; */

}

.business-grid-container .product-cart-wrap .product-content-wrap h2 a {

    color: #253D4E;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.business-grid-container .product-cart-wrap .product-card-bottom {

    display: flex;

    justify-content: space-between;

    margin-top: 15px;

    margin-top: 5px;

    min-height: 50px;

}

.business-grid-container .product-cart-wrap .product-content-wrap .product-price {

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    padding-top: 5px;

}

.business-grid-container .product-cart-wrap .product-content-wrap .product-price svg {

    width: 18px;

    vertical-align: text-bottom;

}

.business-grid-container .product-cart-wrap .product-content-wrap .product-price span {

    color: #0c79c7;

    font-size: 14px;

    font-weight: 500;

}

.business-grid-container .product-cart-wrap:hover {

    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);

    border: 1px solid #78aec6;

    transition: 0.2s;

    -moz-transition: 0.2s;

    -webkit-transition: 0.2s;

    -o-transition: 0.2s;

}

.business-grid-container .product-cart-wrap .product-img-action-wrap .product-img-zoom a img {

    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);

    -o-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);

    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);

}

.business-grid-container .product-cart-wrap:hover .product-img-zoom a img {

    -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);

    transform: scale3d(1.05, 1.05, 1.05) translateZ(0);

}

.business-grid-container .product-cart-wrap:hover .product-img-action-wrap .product-action-1 {

    opacity: 1;

    visibility: visible;

}

.business-grid-container .product-cart-wrap .product-content-wrap h2 a:hover {

    color: #d00c27;

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn:hover {

    color: #FDC040;

}

.business-grid-container .product-cart-wrap .product-action-1 a.action-btn:hover:before {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(-8px);

    -ms-transform: translateY(-8px);

    transform: translateY(-8px);

}

.business-grid-container .product-cart-wrap .product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateX(-50%) translateY(-8px);

    -ms-transform: translateX(-50%) translateY(-8px);

    transform: translateX(-50%) translateY(-8px);

}

.quickview-modal .quickview-modal-content .quickview-detail-slider .quickview-img-small img {

    height: 80px;

    object-fit: contain;

    border: 1px solid #ddd;

    border-radius: 6px;

}

#quickview-slider-big .swiper-slide {

    height: 250px;

    overflow: hidden;

    border: 1px solid #ddd;

    border-radius: 6px;

}

#quickview-slider-big .swiper-slide img {

    height: 100%;

    width: 100%;

    object-fit: contain;

}

.quickview-modal .quickview-modal-content .quickview-info .quickview-detail-info .product-stock span.stock-fill::before {

    display: none;

}



/* ---------------------------------- */
#news-slider .swiper-slide-next {
    opacity: 1;
}
button.swiper-prev.swiper-prev-blog, button.swiper-next.swiper-next-blog {
    border-radius: 100px;
}
#news-slider .blog-post-content h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#news-slider .news-textpara {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-area {
    background-color: #f2f2f2;
}
.pb-100 {
    padding-bottom: 100px !important;
}
a.title-blog {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.content-text-blog {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-slider .swiper-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
}
.testimonial-slider .swiper-wrapper .card {
    border-radius: 15px;
    background-color: #F4F6FA;
    min-height: 300px;
}
.testimonial-slider .swiper-wrapper .swiper-slide:hover .card {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #78aec6;
    background-color: #fff;
}
.testimonial-slider .swiper-slide-next {
    opacity: 1;
}
.blog-listings .blog-main-img a {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-listings .blog-main-img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ---------------------------------- */



@media only screen and (max-width: 1400px) {

    .product-cart-wrap .product-content-wrap {

        max-width: 94%;

    }

    .grid-container {

        display: grid;

        grid-template-columns: repeat(5, 1fr);

        gap: 25px;

    }

}



@media only screen and (max-width: 991px) {

    .grid-container {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 25px;

    }

}



@media only screen and (max-width: 767px) {

    .grid-container {

        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 25px;

    }

}



@media only screen and (max-width: 575px) {

    .grid-container {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 25px;

    }

}



@media only screen and (max-width: 375px) {

    .grid-container {

        display: grid;

        grid-template-columns: repeat(1, 1fr);

        gap: 25px;

    }

}

#quickview-slider-big .swiper-buttons {
    display: none;
}
