.header-style-5 .navigation,
.header-style-5 .navigation .container {
    background-color: #fff !important;
    padding: 10px;
}

.header-style-2 .site-logo,
.header-style-3 .site-logo,
.header-style-4 .site-logo,
.header-style-5 .site-logo,
.header-style-6 .site-logo {
    margin-top: 0 !important;
}

.serives-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.serives-image-kk {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.header-style-5 #navbar > ul > li > a:hover {
    /* color: #f6a424 !important; */
}

.site-footer .upper-footer ul, .site-footer .upper-footer li, .site-footer .upper-footer p, .site-footer .upper-footer a {
    /*margin-right: 8px;*/
    margin-right: 3px;
}

.site-footer .quick-links-widget ul.social-links li + li {
    margin-top: 0 !important;
}

.site-footer .quick-links-widget ul.social-links {
    width: 100% !important;
}

.kk-image {
    height: 60px !important;
}

.ff-image {
    height: 100px !important;
}

.kkk-footer {
    display: flex;
    justify-content: center;
    padding: 70px 0 !important;
}

.kkk-container {
    margin-right: 0;
    margin-left: 0;
    width: 85%;
}

.kkk-row {
    display: flex;
    justify-content: space-between;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
    height: 100px;
    /* object-fit: cover; */
    /* width: 100% !important; */
}

.slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.shop-details-main-content .product-details {
    padding: 0 !important;
}

.site-footer .quick-links-widget ul {
    width: 100% !important;
}

.shop-image-container {
    float: left;
    padding-left: 10px;
    width: 100%;
}

/* Main Product Image */
.main-product-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* Thumbnail Images */
.shop-single-slider-wrapper .slider-nav {
    display: flex;
    justify-content: center;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 10px;
}

.shop-single-slider-wrapper .slider-nav .thumb {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.shop-single-slider-wrapper .slider-nav .thumb img {
    width: 80px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 5px;
}

@media(max-width: 767px) {

    .kkk-footer {
        display: flex;
        justify-content: center;
        padding: 50px 0 !important;
    }

    .kkk-row {
        display: block !important;
    }

    .kk-links {
        margin-bottom: 30px;
    }

    .ff-image {
        height: auto !important;
    }
    
    .shop-image-container {
        width: 100%;
        float: none;
        padding: 0;
    }

    .main-product-img {
        max-height: 300px;
    }

    /* .shop-single-slider-wrapper .slider-nav {
        justify-content: start;
    } */

    .shop-single-slider-wrapper .slider-nav {
        justify-content: start;
        padding-left: 10px;
        height: 90px;
    }

    .shop-single-slider-wrapper .slider-nav .thumb img {
        width: 60px;
        max-height: 60px;
        max-width: 200px;
    }

    .slick-slide.slick-current.slick-active, .slick-slide.slick-active {
        width: 100% !important;
        max-width: 450px;
    }

    img.img.img-responsive.thumbnail-img {
        max-width: 200px !important;
    }

    .thumb.slick-slide.slick-active {
        max-width: 100px !important;
    }

    img#main-image {
        padding-right: 40px;
    }

    .request-quote {
        display: none;
    }
}

.header-style-5 #navbar > ul > li > a {
    margin-right: 20px !important;
    /* padding-bottom: 15px !important; */
    padding-top: 20px !important;
}

/* Force width when exactly 3 thumbnails */
/* .slider-nav.exactly-three-thumbs .slick-slide {
    width: 33.33% !important;
} */

.slick-list {
    width : 100% !important
}
.slick-track {
    margin: 0 auto;
}

/* .services-s3-grids .grid .details {
    height: 50px;
} */

.services-s3-grids .grid .details {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-s3-grids .grid h3 {
    text-align: center;
}

.media {
    font-size: 30px !important;
}

.media-header {
    font-size: 17px !important;
}

.slick-initialized .slick-slide {
    padding-right: 20px !important;
}

.image-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.scrollable-gallery {
  display: inline-flex;
  gap: 10px;
}

.scrollable-gallery .grid {
  flex: 0 0 auto;
  width: 300px; /* Adjust as needed */
}

.blog-image {
    height: 235px;
    width: 100%;
    object-fit: fill;
}

#google_element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-grids>.grid:not(:last-child) {
    margin-bottom: 40px;
}

.offer-grids .details {
    height: 140px;
}

.bg-lightblue {
    background-color: #d5d3d3 !important;
}

.product-desc table tbody tr td {
    padding: 10px;
}
/*@media (max-width: 767px) {*/
/*    .offer-grids .details {*/
/*        height: auto;*/
/*    }*/
/*}*/