:root {
    --tone: #f58634;
    --shade: #49322c;
    --tint: #fefbe2;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #e6e7e8;
}

input:focus,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.main-content-section .left-category-box .side-barScroll::-webkit-scrollbar {
    width: 5px;
}

.main-content-section
    .left-category-box
    .side-barScroll::-webkit-scrollbar-track {
    background-color: #d2d3d5;
}

.main-content-section
    .left-category-box
    .side-barScroll::-webkit-scrollbar-thumb {
    background: #727376;
}

/* main-content-section */
.main-content-section .left-category-box {
    background-color: #e6e7e8;
    width: 300px;
    padding: 15px 15px 18px 0;
    height: 100%;
}

.main-content-section .side-barScroll {
    /* height: calc(100dvh - 248px); */
    overflow: auto;
}

.main-content-section .left-category-box .category-scroll {
    background-color: #fff;
}

.main-content-section .content-area {
    width: 100%;
    height: auto;
    /* height: calc(100dvh - 240px);     */
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

.main-content-section.one-main-theme-content .content-area {
    height: calc(100vh - 136px) !important;
}

.content-area .form-control:focus {
    box-shadow: inherit !important;
}

.main-content-section .content-area::-webkit-scrollbar {
    width: 10px;
}

.main-content-section .content-area::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.main-content-section .content-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b8b8b8;
}

.main-content-section .content-area .carousel-item img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* New Theme slider */
.themeWow-slider .carousel-inner .carousel-item .slider-img-box img {
    height: auto !important;
    object-fit: contain !important;
    object-position: center;
    width: 100%;
}
.body-content-area .container-cat.container-cat-main .inner-cat-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.themeWow-slider .hs-content-slider-style1 {
    display: flex !important;
}
.themeWow-slider .hs-content-slider-style1 {
    gap: 8px;
}
.themeWow-slider .hs-content-slider-style2 {
    display: flex;
    flex-direction: column !important;
    gap: 8px;
    width: fit-content;
    margin: 0 !important;
    height: 100%;
    left: inherit !important;
    padding-right: 20px;
}

.themeWow-slider .slide .hs-content-slider-style1 .dott,
.themeWow-slider .slide .hs-content-slider-style2 .dott {
    width: 14px !important;
    height: 14px !important;
    background-color: #fefefe;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #bdbfc1;
    transition: all 0.5s ease;
    opacity: 1 !important;
    margin: 0 !important;
}
.themeWow-slider .slide .hs-content-slider-style6 {
    width: 100%;
    height: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 20px 0 !important;
}
.themeWow-slider .slide .hs-content-slider-style6 .dott {
    width: 50px !important;
    height: 6px !important;
    border-radius: 0;
    margin: 0 !important;
    background-color: #efefef;
    opacity: 1 !important;
    border: 0 !important;
}
.themeWow-slider .slide .hs-content-slider-style6 .dott:first-child {
    border-radius: 12px 0 0 12px;
}
.themeWow-slider .slide .hs-content-slider-style6 .dott:last-child {
    border-radius: 0 12px 12px 0;
}

.themeWow-slider .slide .hs-content-slider-style3 svg,
.themeWow-slider .slide .hs-content-slider-style4 svg {
    width: 42px;
    height: 42px;
}
.themeWow-slider .slide .hs-content-slider-style5 svg {
    width: 62px;
    height: 62px;
}
.themeWow-slider .carousel-control-prev,
.themeWow-slider .carousel-control-next {
    width: 80px;
    opacity: 1 !important;
}


.hs-carousel-control .hs-content-slider-style3, 
.hs-carousel-control .hs-content-slider-style4, 
.hs-carousel-control .hs-content-slider-style5{
    color: lightgray;
}

/* @media */

@media (max-width: 1480px) {
    .main-content-section .content-area {
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    .themeWow-slider .slide .hs-content-slider-style3 svg, .themeWow-slider .slide .hs-content-slider-style4 svg {
        width: 25px !important;
        height: 25px !important;
    }

    .themeWow-slider .slide .hs-content-slider-style5 svg {
        width: 30px !important;
        height: 30px !important;
    }

    .themeWow-slider .slide .hs-content-slider-style1 .dott, .themeWow-slider .slide .hs-content-slider-style2 .dott{
        width: 12px !important;
        height: 12px !important;
    }
}
@media (max-width: 767px) {
    .images-slider-section .carousel-indicators {
        right: 50%;
        top: inherit;
        transform: translate(50%, 0);
        bottom: 0 !important;
        flex-direction: row;
    }
    .themeWow-slider .slide .carousel-indicators {
        right: 0% !important;
        transform: translate(0%, 0) !important;
    }
}
@media (max-width: 500px) {
    /* .main-content-section .content-area {
        height: calc(100dvh - 111px);
    } */

    .main-content-section .content-area .carousel-item img {
        height: 250px;
        object-fit: contain;
    }
    /* .main-content-section .content-area {
        height: calc(-93px + 100vh) !important;
    } */
}
