.info-boxes-container {
    background-color: #4db7b3 !important;

    .info-box {
        color: white;

        .text-body {
            color: #fff !important;
        }
    }
}

body ::-webkit-scrollbar {
    width: 10px;
    background-color: #4db7b3;
}

body ::-webkit-scrollbar-thumb {
    background-color: #000000;
}

body ::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
}

body ::-webkit-scrollbar-thumb:active {
    background-color: #000000;
}

body ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #000000;
}

.header-middle .fixed-header-middle {
    background: #ffffff;
}

.user-pic {
    display: flex;
    margin-right: 1.5rem !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 50%;
    /* border: 1px solid #282828; */
    transition: all 0.3s;
}

.user-pic:hover {
    cursor: pointer;
    /* create a outline */
    outline: 4px solid #00000045;
}

.category-content h3 {
    color: #a1a1a1;
}

.call-section>.left {
    width: 750px;
    position: absolute;
    left: -570px;
    top: -409px;
    transform: scaleX(-1) rotate(181deg);
}

.category-section svg {
    width: 750px;
    position: absolute;
    right: -570px;
    top: 1475px;
    transform: scaleX(-1);
}

.logo {
    max-width: 170px;
}

.header {
    z-index: 2;
    border: none;
}

.header-left {
    padding: 10px;
    background: #ffffff96;
    backdrop-filter: blur(2px);
    border-radius: 5px;
}

.header-search-category .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: transparent !important;
    color: #000 !important;
}

.header-search-category .btn {
    min-width: 57px;
    background-color: transparent;
    color: #000;
}

.header-right {
    background: #ffffff96;
    /* backdrop-filter: blur(3px); */
    padding-right: 20px;
    border-radius: 5px;
}

.cart-opened .cart-overlay {
    background: #4db7b366;
}

.header-search {
    padding: 10px;
    border-radius: 10px;
}

.sticky-header.fixed {
    display: flex !important;
}

@media (max-width: 767px) {
    /* .main {
        margin-top: -102px;
    } */

    .logo {
        max-width: 100px !important;
    }

    .home-slide-1 .parallax-background {
        background-image: url('assets/images/mobile banner.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .testimonials-section {
        background-image: none !important;
        background-color: #f4f4f4;
        padding-left: 3rem;
        padding-right: 3rem;

        h2 {
            display: block !important;
            font-size: 2rem !important;
        }
    }
}

.home-slider-container .parallax-background {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.product-section2 .row .col-3 {
    padding: 5px;
    margin: 5px 0px;
}

.product-section2 .product-details {
    margin: 1.5rem 2rem;
}

.product-section2 .inner-icon:not(.product-widget):hover {
    box-shadow: 0px 0px 10px 10px #8080802b;
}

.product-section2 .product-default {
    background-color: #f4f4f4;
}

.product-section3 .row .col-3 {
    padding: 5px;
    margin: 5px 0px;
}

.product-section3 .product-details {
    margin: 1.5rem 2rem;
}

.product-section3 .inner-icon:not(.product-widget):hover {
    box-shadow: 0px 0px 10px 10px #8080802b;
}

.product-section3 .product-default {
    background-color: #f4f4f4;
}

.explore-section {
    min-height: 200px;
}

.explore-section:before {
    content: "";
    padding-top: 30.2083%;
}

.testimonials-section figure {
    min-width: 75px;

    img {
        min-width: 75px;
    }
}

.info-boxes-container {
    margin-bottom: 4.7rem;
    /* border: 1px solid #e7e7e7; */
}

.row-joined {
    margin-left: 0;
    margin-right: 0;
}

.info-boxes-container .info-box {
    margin: 2.2rem 0 2.4rem;
    padding: 1.1rem 0;
}

.info-boxes-container .info-box:not(:last-child) {
    border-right: 1px solid #e7e7e7;
}

.product-section2,
.product-section3 {

    .product-category {
        color: #1d2127;
        margin-bottom: 2rem;
        position: relative;
        overflow: hidden;
    }

    .product-category .category-content.content-right {
        left: 58%;
        width: 40%;
    }

    .product-category .category-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .category-content {
        padding: 2rem;
        display: flex;
        display: -ms-flex-box;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -ms-flex-align: center;
    }

    .product-category .category-content h3 {
        width: 100%;
        font: 700 6rem/1.2 "Emilys Candy";
        text-transform: none;
        margin-bottom: 0;
        letter-spacing: normal;
    }

    .product-category:hover figure img {
        transform: scale(1.2);
    }

    .product-category img {
        border-radius: 0;
        transition: all 0.25s;
        width: 100%;
    }
}

.product-section3 {
    padding-top: 5.7rem;
    padding-bottom: 3.7rem;

    .product-category .category-content.content-right {
        left: 10%;
        width: 40%;
    }
}

.blog-section {
    padding-top: 5.7rem;
    padding-bottom: 3.7rem;
}

.info-boxes-container {
    background-color: #4db7b34d;
    margin-bottom: 0rem;
}

.info-boxes-container .info-box {
    margin: 0.2rem 0 0.4rem;
}

.instagram-carousel .owl-item {
    filter: grayscale(1);
    opacity: 0.2;
    transition: filter 0.3s, opacity 0.3s;
}

.instagram-carousel .owl-item:hover {
    filter: none;
    opacity: 1;
}

.footer-top {
    border-top: 1px solid #e7e7e7;
    padding-top: inherit;
}

.footer-middle {
    border-top: none !important;
}

.footer .info-box p {
    color: #4db7b3;
}

.header-bottom.fixed {
    padding-top: 0px;
    height: 40px;
    visibility: visible !important;
}

.decimal-digit {
    font-size: 3.7rem;
    color: #4db7b3;
}

#right-sidebar-div {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    padding-left: 60px;
    padding-right: 0;
}

#side-content-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: auto;
    padding-top: 30px;
}

.sidebar-header{
    position: absolute;
    right: 25px;
    top: 0px;
}

.contain-content {
    height: 100vh;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.close {
    position: relative;
    background: #ff9c00;
    color: white !important;
    height: 50px;
    width: 50px;
    padding: 10px 20px;
    z-index: 1;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    #right-sidebar-div {
        width: 105%;
    }
}

/* Category Toggle Icon Styles */
.cat-list > li {
    position: relative;
}

.cat-list > li > a {
    padding-right: 35px; /* Add space for the arrow icon */
}

.cat-list > li > .toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.3s ease;
    z-index: 1;
}

.cat-list > li > .toggle-btn i {
    transition: transform 0.3s ease;
    font-size: 1.4rem;
    color: #777;
    cursor: pointer;
}

.cat-list > li > .toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.cat-list > li > .toggle-btn:hover i {
    color: #000;
    cursor: pointer;
}

.cat-sublist {
    margin-left: 15px;
    margin-top: 5px;
}

.cat-sublist li {
    list-style: circle;
    font-size: 1.2rem;
}

/* Product Thumbnail Gallery Fix for Mobile */
.prod-thumbnail.owl-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.prod-thumbnail .owl-dot {
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.prod-thumbnail .owl-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile specific fixes */
@media only screen and (max-width: 767px) {
    .prod-thumbnail.owl-dots {
        justify-content: flex-start;
        gap: 6px;
    }
    
    .prod-thumbnail .owl-dot {
        width: 58px;
        height: 58px;
        flex-shrink: 0;
        object-fit: cover;
    }
}

/* Strong override to prevent category slider hover clipping (loaded late) */
.categories-slider .owl-stage-outer,
.categories-slider .owl-stage {
    overflow: visible !important;
}

.categories-slider .owl-item > .product-category {
    overflow: visible !important;
}

.categories-slider .product-category:hover {
    z-index: 9999 !important;
}
