@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&amp;family=Pacifico&amp;family=Roboto:wght@300;400;500&amp;display=swap");

:root {
    --priamary: #4fb748;
    --secondary: #f8f8f8;
    --base: #333333;
    --black: rgb(51, 51, 51);
    --white: rgb(255, 255, 255);
    --basebg: #064601;
    --heading-font: "Nunito", sans-serif;
    --title-font: "Pacifico", cursive;
    --body-font: "Roboto", sans-serif;
    --heading-three: 27px;
}

/* ------------------------------------
    15. typography  css
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: var(--heading-font);
    word-break: break-word;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-category-two {
    display: none;
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 500;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: var(--heading-six);
    font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 600;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--body-color));
}

a:hover {
    color: var(--priamary);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: white;
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/* ------------------------------------
     global css
---------------------------------------*/
.section-heading {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading__subtitle {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-bottom: 10px;
    color: var(--priamary);
}

.section-heading__title {
    position: relative;
    padding-bottom: 20px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--black);
}

.section-heading__title.style-two {
    position: relative;
}

.section-heading__title.style-two::before {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--priamary);
}

.category-button {
    border: 1px solid var(--priamary) !important;
    margin-bottom: 10px;
}

.me-3 {
    color: var(--base);
}

.logo img {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-two::before {
        left: 47%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-two::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-two::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-two::before {
        left: 44%;
    }
}

.section-heading__title.style-two::after {
    position: absolute;
    content: "";
    right: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--priamary);
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-two::after {
        right: 46%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-two::after {
        right: 45%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-two::after {
        right: 43%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-two::after {
        right: 40%;
    }
}

.section-heading__title.style-three::before {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: white;
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-three::before {
        left: 47%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-three::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-three::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-three::before {
        left: 44%;
    }
}

.section-heading__title.style-three::after {
    position: absolute;
    content: "";
    right: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: white;
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-three::after {
        right: 46%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-three::after {
        right: 45%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-three::after {
        right: 43%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-three::after {
        right: 40%;
    }
}

.section-heading__title.style-four {
    position: relative;
}

.section-heading__title.style-four::before {
    position: absolute;
    content: "";
    left: 47%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--priamary);
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-four::before {
        left: 46.5%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-four::before {
        left: 46%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-four::before {
        left: 45.5%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-four::before {
        left: 44%;
    }
}

.section-heading__title.style-four::after {
    position: absolute;
    content: "";
    right: 46%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--priamary);
}

@media screen and (max-width: 1199px) {
    .section-heading__title.style-four::after {
        right: 45%;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title.style-four::after {
        right: 44%;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title.style-four::after {
        right: 42%;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__title.style-four::after {
        right: 40%;
    }
}

.section-heading__bars {
    width: 3px;
    height: 15px;
    border-radius: 5px;
    background-color: var(--priamary);
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.section-heading__bars.style-two {
    left: 26px;
}

.section-heading__bars.style-three {
    background-color: white;
}

.section-heading__bars.style-three::before {
    background-color: white;
}

.section-heading__bars.style-three::after {
    background-color: white;
}

.section-heading__bars::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--priamary);
    transform: translateY(-50%);
}

.section-heading__bars::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 6px;
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--priamary);
    transform: translateY(-50%);
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 400;
}

.section-heading__btn {
    margin-top: 35px;
}

.section-heading.style-two {
    text-align: left;
}

.section-heading.style-two .section-heading__title::before {
    left: 6px;
}

.section-heading.style-two .section-heading__title::after {
    left: 47px;
}

.section-heading.style-three {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .section-heading.style-three {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading.style-three {
        margin-bottom: 20px;
    }
}

.section-heading.style-three .section-heading__title {
    padding-bottom: 0;
}

.slick-initialized.slick-slider {
    margin: 0 20px;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide > div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    border: 1px solid hsl(var(--black) / 0.5);
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black) / 0.5);
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base-two));
    background-color: hsl(var(--base-two));
    color: white;
}

.slick-next {
    left: 0px;
    bottom: -70px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        left: 0px;
        bottom: -70px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        left: 5px;
        bottom: -50px;
    }
}

.slick-prev {
    left: 60px;
    bottom: -70px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 60px;
        bottom: -70px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 50px;
        bottom: -50px;
    }
}

.latest-blog-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid hsl(var(--black) / 0.5);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black) / 0.5);
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .latest-blog-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

.latest-blog-slider .slick-arrow:hover {
    background-color: var(--priamary);
    color: white;
}

.latest-blog-slider .slick-next {
    right: 10px !important;
    left: auto;
}

@media screen and (max-width: 575px) {
    .latest-blog-slider .slick-next {
        right: 0px;
    }
}

.latest-blog-slider .slick-prev {
    left: 10px;
}

@media screen and (max-width: 767px) {
    .latest-blog-slider .slick-prev {
        left: 0px;
    }
}

.latest-blog-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.latest-blog-slider .slick-dots li {
    display: inline-block;
}

.latest-blog-slider .slick-dots li button {
    background-color: hsl(var(--base) / 0.2);
    width: 20px;
    height: 10px;
    border-radius: 40px;
    margin: 0 3px;
    text-indent: -9999px;
    transition: all 0.3s linear;
}

.latest-blog-slider .slick-dots li.slick-active button {
    background-color: var(--priamary);
    width: 25px;
    border-radius: 5px;
}

.section-heading-two {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .section-heading-two {
        margin-bottom: 30px;
    }
}

.section-heading-two__icon {
    margin-bottom: 10px;
}

.section-heading-two__icon img {
    width: 100%;
    max-width: 40px;
}

.section-heading-two__title-wrapper {
    position: relative;
    z-index: 1;
}

.section-heading-two__title-wrapper::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: hsl(var(--black) / 0.1);
    z-index: -1;
}

.section-heading-two__title {
    font-weight: 900;
    color: var(--black);
    background-color: hsl(var(--body-background));
    padding: 0 30px;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 424px) {
    .section-heading-two__title {
        padding: 0 10px;
    }
}

.section-heading-two__title.style-two {
    background-color: hsl(var(--heading-bg));
}

/* ------------------------------------
     classess css
---------------------------------------*/
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

@media screen and (min-width: 375px) and (max-width: 575px) {
    .col-xxsm-6 {
        width: 50%;
    }
}

.custom--container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-bg-two {
    background-color: #fff7f0;
}

.full-display {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-img-two {
    height: 70%;
}

@media screen and (max-width: 575px) {
    .bg-img-two {
        height: 100%;
    }
}

.bg-overlay {
    position: relative;
    isolation: isolate;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--black);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-one {
    position: relative;
    isolation: isolate;
}

.bg-overlay-one::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--black);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-two {
    position: relative;
    isolation: isolate;
}

.bg-overlay-two::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--priamary);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.scroll-hidden {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    width: calc(100% - 8px);
}

body.scroll-hidden .header {
    right: 8px;
}

body.scroll-hidden .header.fixed-header {
    padding-right: 8px;
}

/* ------------------------------------
     bg color css
---------------------------------------*/
.bg--base {
    background-color: var(--priamary) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--violet {
    background-color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     color css
---------------------------------------*/
.text--base {
    color: var(--priamary) !important;
}

.text--base-two {
    color: hsl(var(--base-two)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--violet {
    color: hsl(var(--violet)) !important;
}

/* ------------------------------------
    margin  css
---------------------------------------*/
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}
/* ------------------------------------
     padding css
---------------------------------------*/
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.pt-md-60 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

.py-md-30 {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* ------------------------------------
     border css
---------------------------------------*/
.border--base {
    border-color: var(--priamary) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--violet {
    border-color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     accordion css
---------------------------------------*/
.custom--accordion .accordion-item {
    border: 1px solid transparent;
    background-color: white !important;
    border-radius: 5px;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-body {
    padding: 0 20px;
    background-color: white;
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion .accordion-button {
    background-color: white;
    color: var(--heading-color);
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 18px;
    padding: 20px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: white !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: var(--priamary);
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 15px;
    font-size: 18px;
    color: var(--black);
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button[aria-expanded="true"]::after,
    .custom--accordion .accordion-button[aria-expanded="false"]::after {
        right: -13px;
        font-size: 14px;
    }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
    content: "\f107";
    color: var(--black);
}

/* ------------------------------------
     button css
---------------------------------------*/
button {
    border: none;
    transition: 0.2s linear;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    color: white;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid transparent;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 11px 22px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 11px 20px;
    }
}

.btn:hover,
.btn:focus {
    color: white;
    border-color: transparent;
}

.btn--lg {
    padding: 15px 35px;
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 13px 30px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 11px 25px;
    }
}

.btn--sm {
    padding: 8px 20px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 6px 20px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

.btn--base {
    background-color: var(--priamary);
}

.btn--base:hover,
.btn--base:focus {
    background-color: transparent;
    border: 1px solid var(--priamary);
    color: var(--priamary);
}

.btn--base.pill {
    border-radius: 35px;
}

.btn--base.outline {
    background-color: transparent;
    border: 1px solid var(--priamary);
    color: var(--priamary);
}

.btn--base.outline:hover,
.btn--base.outline:focus {
    background-color: var(--priamary);
    color: white;
}

.btn--base-two {
    background-color: hsl(var(--base-two));
}

.btn--base-two:hover,
.btn--base-two:focus {
    background-color: transparent;
    border: 1px solid hsl(var(--base-two));
    color: hsl(var(--base-two));
}

.btn--base-two.pill {
    border-radius: 35px;
}

.btn--base-two.outline {
    background-color: transparent;
    border: 1px solid hsl(var(--base-two));
    color: hsl(var(--base-two));
}

.btn--base-two.outline:hover,
.btn--base-two.outline:focus {
    background-color: hsl(var(--base-two));
    color: white;
}

.btn--simple__icon {
    font-size: 13px;
    margin-left: 5px;
}

.btn--white {
    background-color: transparent;
    border: 1px solid hsl(var(--dark) / 0.2);
    color: hsl(var(--dark));
}

.btn--white:hover,
.btn--white:focus {
    background-color: var(--priamary);
    border: 1px solid transparent;
    color: white;
}

.btn--white.pill {
    border-radius: 35px;
}

.btn--white.outline {
    background-color: transparent;
    border: 1px solid var(--priamary);
    color: var(--priamary);
}

.btn--white.outline:hover,
.btn--white.outline:focus {
    background-color: var(--priamary);
    color: white;
}

.btn--white-solid {
    background-color: white;
    color: var(--priamary);
    font-family: var(--heading-font);
    font-weight: 700;
}

.btn--white-solid:hover,
.btn--white-solid:focus {
    background-color: white;
    color: var(--priamary);
}

.btn--white-solid.pill {
    border-radius: 35px;
}

.btn--white-solid.outline {
    background-color: transparent;
    border: 1px solid var(--priamary);
    color: var(--priamary);
}

.btn--white-solid.outline:hover,
.btn--white-solid.outline:focus {
    background-color: var(--priamary);
    color: white;
}

.btn--primary {
    background-color: hsl(var(--primary));
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: hsl(var(--primary-d-100));
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--primary.outline {
    border: 1px solid hsl(var(--primary));
    background-color: transparent;
    color: hsl(var(--primary));
}

.btn--primary.outline:hover,
.btn--primary.outline:focus {
    background-color: hsl(var(--primary));
    color: white;
}

.btn--secondary {
    background-color: hsl(var(--secondary));
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: hsl(var(--secondary-d-100));
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--secondary.outline {
    border: 1px solid hsl(var(--secondary));
    background-color: transparent;
    color: hsl(var(--secondary));
}

.btn--secondary.outline:hover,
.btn--secondary.outline:focus {
    background-color: hsl(var(--secondary));
    color: white;
}

.btn--success {
    background-color: hsl(var(--success));
}

.btn--success:hover,
.btn--success:focus {
    background-color: hsl(var(--success-d-100));
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--success.outline {
    border: 1px solid hsl(var(--success));
    background-color: transparent;
    color: hsl(var(--success));
}

.btn--success.outline:hover,
.btn--success.outline:focus {
    background-color: hsl(var(--success));
    color: white;
}

.btn--danger {
    background-color: hsl(var(--danger));
}

.btn--danger:hover,
.btn--danger:focus {
    background-color: hsl(var(--danger-d-100));
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--danger.outline {
    border: 1px solid hsl(var(--danger));
    background-color: transparent;
    color: hsl(var(--danger));
}

.btn--danger.outline:hover,
.btn--danger.outline:focus {
    background-color: hsl(var(--danger));
    color: white;
}

.btn--warning {
    background-color: hsl(var(--warning));
}

.btn--warning:hover,
.btn--warning:focus {
    background-color: hsl(var(--warning-d-100));
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--warning.outline {
    border: 1px solid hsl(var(--warning));
    background-color: transparent;
    color: hsl(var(--warning));
}

.btn--warning.outline:hover,
.btn--warning.outline:focus {
    background-color: hsl(var(--warning));
    color: white;
}

.btn--info {
    background-color: hsl(var(--info));
}

.btn--info:hover,
.btn--info:focus {
    background-color: hsl(var(--info-d-100));
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--info.outline {
    border: 1px solid hsl(var(--info));
    background-color: transparent;
    color: hsl(var(--info));
}

.btn--info.outline:hover,
.btn--info.outline:focus {
    background-color: hsl(var(--info));
    color: white;
}

.btn--dark {
    background-color: hsl(var(--dark));
}

.btn--dark:hover,
.btn--dark:focus {
    background-color: hsl(var(--dark-d-100));
}

.btn--dark.pill {
    border-radius: 35px;
}

.btn--dark.outline {
    border: 1px solid hsl(var(--dark));
    background-color: transparent;
    color: hsl(var(--dark));
}

.btn--dark.outline:hover,
.btn--dark.outline:focus {
    background-color: hsl(var(--dark));
    color: white;
}

.btn--violet {
    background-color: hsl(var(--violet));
}

.btn--violet:hover,
.btn--violet:focus {
    background-color: hsl(var(--violet-d-100));
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--violet.outline {
    border: 1px solid hsl(var(--violet));
    background-color: transparent;
    color: hsl(var(--violet));
}

.btn--violet.outline:hover,
.btn--violet.outline:focus {
    background-color: hsl(var(--violet));
    color: white;
}

/* ------------------------------------
     card css
---------------------------------------*/
.custom--card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: white;
    border: transparent;
}

.custom--card .card-header {
    padding: 13px 20px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--dark) / 0.1);
}

.custom--card .card-body {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.custom--card .card-body__icon {
    font-size: 26px;
    color: white;
}

.custom--card .card-footer {
    padding: 13px 20px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--dark) / 0.1);
}

/* ------------------------------------
     form css
---------------------------------------*/
.form--label {
    margin-bottom: 6px;
    font-size: 16px;
    color: hsl(var(--black) / 0.9);
    font-weight: 400;
    font-family: var(--heading-font);
}

.required {
    color: hsl(var(--danger));
}

.form--control {
    border-radius: 6px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 15px;
    background-color: white;
    border: 1px solid #333333;
    opacity: 0.6;
    color: var(--black);
    line-height: 1;
}

.form--control.style-two {
    border: 0;
}

.form--control::placeholder {
    color: hsl(var(--body-color) / 0.8);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
}

.form--control:focus {
    border-radius: 4px;
    color: var(--black);
    box-shadow: none;
    border-color: hsl(var(--black) / 0.3) !important;
    background-color: white;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--base-two-d-200));
    opacity: 1;
    border: 0;
}

.form--control[type="password"] {
    color: hsl(var(--black) / 0.7);
}

.form--control[type="password"]:focus {
    color: var(--black);
}

.form--control[type="file"] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type="file"]::file-selector-button {
    border: 1px solid hsl(var(--black) / 0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: var(--priamary) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type="file"]::file-selector-button:hover {
    background-color: var(--priamary);
    border: 1px solid var(--priamary);
    color: white;
}

textarea.form--control {
    height: 150px;
    padding: 15px;
    font-size: 16px;
    color: hsl(var(--black) / 0.7);
    font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: var(--black) !important;
}

.input--group {
    position: relative;
}

.input--icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background-color: var(--priamary);
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black) / 0.5);
}

#send-amount input[type="file"] {
    color: var(--priamary);
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.select {
    color: hsl(var(--black) / 0.6);
    border-color: hsl(var(--black) / 0.04);
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    background-color: white;
    border: 1px solid hsl(var(--black) / 0.09);
}

.select:focus {
    border-color: hsl(var(--black) / 0.3);
}

.select option {
    background-color: white;
    color: hsl(var(--black) / 0.9);
}

.form--check {
    display: flex;
    margin-bottom: 10px;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none !important;
    /* border: 0; */
    position: relative;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #b9b9b9;
}

.form--check .form-check-input:checked {
    background-color: var(--priamary) !important;
    border-color: var(--priamary) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 13px);
    padding-left: 15px;
    font-size: 14px;
    color: hsl(var(--black) / 0.9);
    font-family: var(--body-font);
    font-weight: 400;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}

.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid black;
    position: relative;
    margin-right: 10px;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: var(--priamary);
}

.form--radio .form-check-input:checked[type="radio"] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--priamary);
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    color: hsl(var(--black) / 0.9);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--base-two) / 0.5) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-color: hsl(var(--base-two));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: var(--priamary);
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 25px);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--black) / 0.99);
    font-family: var(--heading-font);
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* ------------------------------------
     pagination css
---------------------------------------*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 10px;
    }
}

@media screen and (max-width: 424px) {
    .pagination {
        margin-top: 0px;
    }
}

.pagination .page-item .page-link {
    border: transparent;
    margin: 0 5px;
    border-radius: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--body-color));
    background-color: hsl(var(--base) / 0.15);
    font-weight: 400;
    font-family: var(--body-font);
    padding: 0;
    font-size: 16px;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background-color: var(--priamary);
    color: white;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

/* ------------------------------------
    15. table css
---------------------------------------*/
.customer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .customer {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 50px;
    height: 60px;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer__content {
    width: calc(100% - 65px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .customer__content {
        text-align: right;
        padding-left: 0;
    }
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 0;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 424px) {
    .customer__name {
        text-align: right;
        font-size: 15px;
    }
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.delete-icon {
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background-color: hsl(var(--danger) / 0.15);
    color: hsl(var(--danger));
}

.delete-icon:hover {
    color: white;
    background-color: hsl(var(--danger));
}

.table {
    margin: 0;
    font-size: 16px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.table thead tr {
    margin-bottom: 20px !important;
}

.table thead tr th {
    background-color: white;
    text-align: center;
    font-size: 15px;
    padding: 22px;
    color: hsl(var(--black) / 0.8);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 16px;
    margin-bottom: 20px !important;
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table thead tr th:nth-child(2) {
    text-align: left;
}

.table tbody {
    border: 0 !important;
}

.table tbody tr {
    background-color: white;
    margin-bottom: 50px !important;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black) / 0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 16px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    font-size: 14px;
}

.table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black) / 0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: white;
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black) / 0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black) / 0.02);
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black) / 0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
        border: 1px solid rgba(222, 222, 222, 0.478);
        border-radius: 5px;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black) / 0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 14px;
        color: hsl(var(--black) / 0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

.cart-table tbody tr td {
    text-align: left;
}

.cart-table tbody tr td:last-child {
    text-align: right;
}

.table thead tr th {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

/* ------------------------------------
     tab css
---------------------------------------*/
.custom--tab {
    justify-content: left;
    border-radius: 6px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .custom--tab {
        margin-bottom: 20px;
    }
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item {
        padding: 3px;
    }
}

.custom--tab .nav-item .nav-link {
    color: var(--black);
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 30px;
    transition: 0.4s;
    font-size: 18px;
    text-align: center;
    font-family: var(--heading-font);
    font-weight: 600;
    border: 1px solid hsl(var(--black) / 0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .custom--tab .nav-item .nav-link {
        padding: 8px 10px !important;
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .custom--tab .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 13px !important;
    }
}

.custom--tab .nav-item .nav-link.active {
    background-color: hsl(var(--base-d-200)) !important;
    background-color: #126a79 !important;
    color: #fff;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: white;
}

.custom--tab .nav-item .nav-link:hover {
    color: var(--priamary);
}

.tab-desc {
    font-size: 16px;
    color: hsl(var(--body-color));
    font-weight: 300 !important;
}

@media screen and (max-width: 424px) {
    .tab-desc {
        font-size: 14px;
        font-weight: 400 !important;
    }
}
/* ------------------------------------
     badge css
---------------------------------------*/
.badge {
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 14px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.badge--base {
    background-color: var(--priamary) !important;
    border: 1px solid var(--priamary) !important;
    color: white !important;
}

.badge--base-two {
    background-color: hsl(var(--base-two)) !important;
    border: 1px solid hsl(var(--base-two)) !important;
    color: white !important;
}

.badge--primary {
    background-color: hsl(var(--primary) / 0.1) !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary) / 0.1) !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success) / 0.1) !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger) / 0.1) !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning) / 0.1) !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info) / 0.1) !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.badge--violet {
    background-color: hsl(var(--violet) / 0.1) !important;
    border: 1px solid hsl(var(--violet)) !important;
    color: hsl(var(--violet)) !important;
}

/* ------------------------------------
     range slider css
---------------------------------------*/
.custom--range__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 100%;
    text-align: center;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: var(--priamary);
}

.custom--range #slider-range span:focus {
    background-color: var(--priamary);
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: white !important;
    border: 2px solid var(--priamary) !important;
    border-radius: 50%;
}

/* ------------------------------------
     header css
---------------------------------------*/
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo {
        order: -1;
    }
}

.navbar-brand.logo img {
    height: 100%;
    max-width: 100%;
    max-height: 50px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 100px;
    }
}

.header {
    position: relative;
    z-index: 99;
    background-color: var(--priamary);
}

@media screen and (max-width: 991px) {
    .header {
        padding: 12px 0;
    }
}

@media screen and (max-width: 767px) {
    .header {
        background-color: var(--priamary);
        z-index: 99;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: var(--priamary);
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nav-menu .nav-item {
        position: relative;
        padding: 0 15px;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: white !important;
        position: relative;
        transition: 0.3s linear;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 400;
        font-size: 20px;
        font-family: var(--body-font);
        color: white !important;
        padding: 20px 0;
        position: relative;
        cursor: pointer;
    }

    .nav-menu .nav-item .nav-link.active {
        color: white !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
        width: 100%;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 0;
        height: 2px;
        background-color: white;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 13px;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .nav-menu.style-two .nav-item {
        margin: 0;
    }

    .nav-menu.style-two .nav-item:hover .nav-link {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu.style-two .nav-item.dropdown:hover > .nav-link {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu.style-two .nav-link {
        font-size: 16px;
        color: hsl(var(--black) / 0.9) !important;
        font-weight: 400;
        font-family: var(--body-font);
    }

    .nav-menu.style-two .nav-link.active {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu.style-two .nav-link.active::before {
        width: 100%;
    }

    .nav-menu.style-two .nav-link::before {
        background-color: hsl(var(--base-two));
        transition: 0.3s;
    }

    .nav-menu.style-two .nav-link:hover {
        color: hsl(var(--base-two)) !important;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu.style-two .dropdown-menu__link {
        padding: 7px 20px;
    }

    .dropdown-menu.style-two .dropdown-menu__link:focus,
    .dropdown-menu.style-two .dropdown-menu__link:hover {
        color: white;
        background-color: hsl(var(--base-two)) !important;
    }

    .dropdown-menu.style-two .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black) / 0.08);
    }

    .dropdown-menu.style-two .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base-two)) !important;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black) / 0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid var(--priamary);
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 400;
        font-size: 16px;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: white;
        background-color: var(--priamary);
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .nav-menu .nav-item__icon {
        font-size: 14px;
    }

    .nav-menu.style-two.nav-menu .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .nav-menu.style-two.nav-menu .nav-link {
        color: var(--black) !important;
        border-bottom: 1px solid hsl(var(--black) / 0.1);
    }

    .nav-menu.style-two.nav-menu .nav-link:hover {
        color: white;
    }

    .nav-menu.style-two.nav-menu .nav-link::before {
        display: none;
    }

    .nav-menu.style-two.nav-menu .nav-link.show[aria-expanded="true"] {
        color: var(--black) !important;
    }

    .nav-menu.style-two.nav-menu .nav-link.show[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child > a {
        border-bottom: 0;
    }

    .nav-item:nth-last-child(2) .nav-link {
        border-bottom: none;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--white) / 0.2);
        color: white;
    }

    .nav-item .nav-link:hover {
        color: white;
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded="true"] {
        color: white !important;
    }

    .nav-item .nav-link.show[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .dropdown-menu {
        border-radius: 3px;
        -webkit-box-shadow: none;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 16px;
        color: white;
        border-bottom: 1px solid hsl(var(--white) / 0.2);
        margin-left: 20px;
        color: white;
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }

    .dropdown-menu.style-two li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu.style-two li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 16px;
        color: white;
        border-bottom: 1px solid hsl(var(--black) / 0.2);
        margin-left: 20px;
        color: var(--black);
    }

    .dropdown-menu.style-two li .dropdown-item:hover,
    .dropdown-menu.style-two li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: white;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
    content: "\f00d";
}

.navbar-toggler.header-button i {
    font-size: 25px;
}

.navbar-toggler.header-button.style-two {
    color: hsl(var(--black) / 0.8);
}

.header-info {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .header-info {
        order: -1;
        margin-left: auto;
    }
}

.header-info__wishlist {
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .header-info__wishlist {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__wishlist {
        margin-right: 10px;
    }
}

.header-info__link {
    color: white;
    font-size: 20px;
}

@media screen and (max-width: 424px) {
    .header-info__link {
        font-size: 16px;
    }
}

.header-info__link:hover {
    color: white;
}

.header-info__cart {
    margin-right: 20px;
    position: relative;
    color: white;
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    .header-info__cart {
        font-size: 18px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 424px) {
    .header-info__cart {
        margin-right: 12px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__cart {
        margin-right: 10px;
    }
}

.header-info__cart-quantity {
    position: absolute;
    top: -10px;
    right: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    color: var(--priamary);
    font-size: 12px;
    font-weight: 600;
    font-family: var(--body-font);
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .header-info__cart-quantity {
        top: -5px;
        right: -8px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__cart {
        margin-right: 10px;
    }
}

.header-info__user {
    color: white;
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .header-info__user {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-info__user {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info__user {
        margin-right: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__cart {
        margin-right: 5px;
    }
}

.header-info.style-two .header-info__cart-quantity {
    color: white;
    background-color: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__cart-quantity {
        right: 8px;
    }
}

@media screen and (max-width: 575px) {
    .header-info.style-two .header-info__cart-quantity {
        right: 2px;
    }
}

.header-info.style-two .header-info__link {
    color: hsl(var(--black) / 0.8);
    font-size: 22px;
}

.header-info.style-two .header-info__link:hover {
    color: hsl(var(--black) / 0.8);
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-info.style-two .header-info__link {
        margin-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .header-info.style-two .header-info__link {
        margin-right: 10px;
        font-size: 15px;
    }
}

.header-categories {
    order: -2;
}

.header-category {
    font-size: 18px;
    background-color: white;
    color: var(--priamary);
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .header-category {
        font-size: 16px;
        padding: 6px;
    }
}

@media screen and (max-width: 424px) {
    .header-category {
        font-size: 15px;
        padding: 5px;
    }
}

.header-category__icon {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .header-category__icon {
        font-size: 17px;
    }
}

.close-sidebar {
    color: black;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--priamary);
    background-color: transparent;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.2s linear;
    cursor: pointer;
}
.hero-banner img {
    height: 480px;
    width: 100%;
}

.close-sidebar:hover,
.close-sidebar :focus {
    background-color: var(--priamary);
    color: white;
}

.toggle-search-box.style-two {
    order: 0;
    margin-right: 15px;
}

.toggle-search-box.style-two .toggle-button {
    color: var(--black);
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    background-color: var(--priamary);
}

@media screen and (max-width: 991px) {
    .main-header {
        padding: 12px 0;
    }
}

@media screen and (max-width: 767px) {
    .main-header {
        background-color: var(--priamary);
        max-height: 101vh;
        overflow-y: auto;
    }

    .main-header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .main-header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .main-header {
        padding: 10px 0;
    }
}

.main-header.fixed-header {
    background-color: var(--priamary);
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

.header-category-two {
    order: -2;
}

.header-category-two {
    margin-right: 40px;
    position: relative;
    z-index: 9999;
}

.header-category-two__item {
    font-size: 18px;
    background-color: white;
    color: var(--priamary);
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 767px) {
    .header-category-two__item {
        font-size: 16px;
        padding: 6px;
    }
}

@media screen and (max-width: 424px) {
    .header-category-two__item {
        font-size: 15px;
        padding: 5px;
    }
}

.header-category-two__icon {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .header-category-two__icon {
        font-size: 17px;
    }
}
/* ------------------------------------
     header top css
---------------------------------------*/
.header-top {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location {
    display: flex;
    align-items: center;
    gap: 10px;
}
.get-in-touch button {
    background-color: transparent;
    height: 60px;
    width: 200px;
    color: black;
    border: 2px solid hsl(var(--black) / 0.85);
}

/* Cta */
.hurry {
    padding: 80px 0;
}
.hurry h2 {
    font-size: 30px;
}
.bg-position {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.heading-four {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 700;
}
.hurry p {
    font-size: 18px;
    font-weight: 500;
}

/* ------------------------------------
     body overlay css
---------------------------------------*/
.breadcumb {
    position: relative;
    z-index: 1;
}

.breadcumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--basebg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}

.breadcumb__wrapper {
    text-align: center;
}

.breadcumb__title {
    margin-bottom: 10px;
    color: white;
    font-weight: 800;
    font-size: 50px;
}

@media screen and (max-width: 991px) {
    .breadcumb__title {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .breadcumb__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .breadcumb__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 424px) {
    .breadcumb__title {
        font-size: 25px;
    }
}

.breadcumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcumb__item {
    color: white;
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .breadcumb__item {
        font-size: 15px;
    }
}

.breadcumb__item-text {
    color: white;
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

@media screen and (max-width: 424px) {
    .breadcumb__item-text {
        font-size: 15px;
    }
}

.breadcumb__link {
    color: white;
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

@media screen and (max-width: 424px) {
    .breadcumb__link {
        font-size: 15px;
    }
}

.breadcumb__link:hover {
    color: white;
}

/* ------------------------------------
     footer css
---------------------------------------*/
.footer-area {
    margin-top: auto;
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item__logo {
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-item__logo a img {
    max-width: 180px;   /* প্রয়োজন অনুযায়ী কমাও/বাড়াও */
    max-height: 100px;
    width: 190px;
    height: auto;
}


@media screen and (max-width: 424px) {
    .footer-item__logo a img {
        max-width: 180px;
    }
}

.footer-item__title {
    color: var(--black);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.footer-item__desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
}

.footer-item__text {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--black) / 0.85);
    margin-bottom: 5px;
}

.footer-item__link {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--base-two));
}

.footer-item__link:hover {
    color: hsl(var(--base-two));
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

.footer-menu {
    display: flex;
    flex-direction: column;
    margin: -5px 0;
}

.footer-menu__item {
    display: block;
    padding: 5px 0;
}

.footer-menu__link {
    font-size: 16px;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    font-weight: 400;
}

.footer-menu__link:hover {
    color: var(--priamary);
    margin-left: 4px;
}

.footer-menu.style-two .footer-menu__link:hover {
    color: hsl(var(--base-two));
}

.subscriber-form {
    position: relative;
}

.subscribe-button {
    position: absolute;
    right: 7px;
    top: 50%;
    padding: 7px 20px;
    border-radius: 40px;
    transform: translateY(-50%);
}

.subscriber-form .form--control {
    padding-right: 74px;
    border-radius: 40px;
    transition: 0.3s;
    border: 1px solid transparent !important;
}

.subscriber-form .form--control.style-two {
    background-color: #f2eded;
    border: 1px solid black;
}

.subscriber-form .form--control:focus {
    border: 1px solid black;
}

.subscriber-form .btn--base:hover {
    background-color: var(--priamary);
    color: white;
}

.bottom-footer {
    background: var(--base);
    color: #fff;
}

.bottom-footer__text {
    font-size: 16px;
    text-align: left;
}

.bottom-footer__text_dev {
    text-align: right;
}

.bottom-footer.style-two {
    background-color: transparent;
    border: 0;
}

.footer-two-area {
    background-color: hsl(var(--footer-two-bg));
    position: relative;
    z-index: 1;
}

.footer-two-area__inner {
    padding-top: 245px;
}

@media screen and (max-width: 1199px) {
    .footer-two-area__inner {
        padding-top: 220px;
    }
}

@media screen and (max-width: 991px) {
    .footer-two-area__inner {
        padding-top: 150px;
    }
}

@media screen and (max-width: 767px) {
    .footer-two-area__inner {
        padding-top: 120px;
    }
}

@media screen and (max-width: 424px) {
    .footer-two-area__inner {
        padding-top: 100px;
    }
}

.footer-two__top-shape {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.footer-two__shape-one {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .footer-two__shape-one {
        display: none;
    }
}

.footer-two__shape-two {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .footer-two__shape-two {
        display: none;
    }
}
/* ------------------------------------
     preloader css
---------------------------------------*/
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--black);
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid var(--priamary);
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    animation-delay: 0.5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* ------------------------------------
     scroll to top css
---------------------------------------*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white;
    background-color: var(--priamary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.scroll-top:hover {
    color: white;
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

@keyframes scroll_top {
    0%,
    to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

.overlay-search-box .modal-header {
    border-bottom: 0;
    padding: 0;
}

.overlay-search-box .modal-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    pointer-events: auto;
    background-color: hsl(var(--body-background));
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.search-box {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.search-btn {
    background-color: transparent;
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s linear;
    transform: translateY(-50%) rotate(-90deg);
}

.search-btn:hover {
    color: var(--priamary);
}

.toggle-search-box {
    margin-left: 15px;
    order: 1;
}

@media screen and (max-width: 991px) {
    .toggle-search-box {
        order: -1;
        margin-left: auto;
        margin-right: 16px;
    }
}

.toggle-search-box button {
    background-color: transparent;
    color: white;
    transform: scaleX(-1);
    padding: 33px 0;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .toggle-search-box button {
        padding: 0;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .toggle-search-box button {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .toggle-search-box button {
        font-size: 16px;
    }
}

.toggle-search-box.style-two button {
    font-size: 30px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .toggle-search-box.style-two button {
        font-size: 18px;
    }
}

.search-overlay-close {
    background-color: transparent;
    border: 1px solid var(--priamary);
    color: var(--priamary);
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    transition: 0.2s linear;
}

.search-overlay-close:hover {
    background-color: var(--priamary);
    color: white;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list.style-two .social-list__item {
    margin-right: 15px;
}

@media screen and (max-width: 424px) {
    .social-list.style-two .social-list__item {
        margin-right: 10px;
    }
}

.social-list.style-two .social-list__item:last-child {
    margin-right: 0;
}

.social-list.style-two .social-list__link {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 0;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    color: white !important;
}

.social-list.style-two .social-list__link:hover,
.social-list.style-two .social-list__link:focus {
    color: hsl(var(--base-two)) !important;
}

.social-list.style-two .social-list__link.active {
    background-color: transparent;
    color: hsl(var(--base-two)) !important;
    border-color: none !important;
}

@media screen and (max-width: 767px) {
    .social-list.style-two .social-list__link {
        font-size: 14px;
    }
}

.social-list.style-two .social-list__link:hover,
.social-list.style-two .social-list__link:focus {
    background-color: transparent;
    color: hsl(var(--base-two));
    border-color: none;
}

.social-list.style-three .social-list__link {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--base) / 0.15);
    transition: 0.3s;
    border: 0;
    cursor: pointer;
    color: var(--priamary);
}

@media screen and (max-width: 767px) {
    .social-list.style-three .social-list__link {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }
}

.social-list.style-three .social-list__link:hover,
.social-list.style-three .social-list__link:focus {
    background-color: var(--priamary);
    border-color: none;
    color: white;
}

.social-list.style-four .social-list__item {
    margin-right: 15px;
}

.social-list.style-four .social-list__link {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: transparent;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--black) / 0.6);
}

.social-list.style-four .social-list__link.active {
    background-color: transparent;
    color: var(--priamary) !important;
    border-color: none !important;
}

@media screen and (max-width: 767px) {
    .social-list.style-four .social-list__link {
        font-size: 14px;
    }
}

.social-list.style-four .social-list__link:hover,
.social-list.style-four .social-list__link:focus {
    border-color: none;
    color: var(--priamary);
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--base) / 0.2);
    transition: 0.3s;
    cursor: pointer;
    color: var(--priamary);
}

.social-list__link.active {
    background-color: var(--priamary);
    color: white !important;
    border-color: var(--priamary) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: var(--priamary);
    color: white;
    border-color: var(--priamary);
}

/* ------------------------------------
    blog sidebar css
---------------------------------------*/
.blog-section {
    background: #f8f9fa;
}
.blog-sidebar-wrapper {
    top: 100px;
    background-color: white;
    padding: 60px 30px;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar-wrapper {
        padding: 20px;
    }
}

.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: hsl(var(--black) / 0.9);
}

.search-box__button i {
    transform: scaleX(-1);
}

.search-box .form--control {
    background-color: #e8ecf0;
    border-radius: 30px;
    padding: 15px 30px;
    border: 1px solid #373d4275;
}

.search-box .form--control:focus {
    border-color: hsl(var(--black) / 0.7);
}

.blog-sidebar {
    margin-bottom: 50px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        margin-bottom: 30px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: var(--black);
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 20px;
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--priamary);
    left: 0;
    bottom: 0px;
}

.text-list.style-category .text-list__item {
    margin-bottom: 20px;
}

.text-list.style-category .text-list__link {
    color: var(--black);
}

.text-list.style-category .text-list__link:hover {
    color: var(--priamary);
}

.text-list.style-category .text-list__icon {
    margin-right: 15px;
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--black) / 0.2);
    padding: 6px 20px;
    border-radius: 30px;
}

.text-list.style-tag .text-list__link.active {
    color: white;
    background-color: var(--priamary);
    border-color: var(--priamary);
}

.text-list.style-tag .text-list__link:hover {
    color: white;
    background-color: var(--priamary);
    border-color: var(--priamary);
}

.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black);
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 575px) {
    .latest-blog__title a {
        font-size: 16px;
    }
}

.latest-blog__title a:hover {
    color: var(--priamary);
}

/* ------------------------------------
     body overlay css
---------------------------------------*/
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black) / 0.6);
    z-index: 8;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    /* background-color: #2e2e302c;
  opacity: 0.2; */
    z-index: 9;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 991;
}

.overlay-search-box {
    z-index: 9999;
}

/* ------------------------------------
     cart css
---------------------------------------*/
.cart-btn-area {
    padding-top: 20px;
}

@media screen and (max-width: 991px) {
    .cart-btn-area {
        padding-top: 0;
    }
}

.shopping-cart {
    display: flex;
}

@media screen and (max-width: 575px) {
    .shopping-cart {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .shopping-cart {
        margin-bottom: 20px;
    }
}
.cart-section {
    padding: 60px 0;
}

.remove-button {
    border: 1px solid #ddd;
    padding: 4px 10px;
}

.shopping-cart__pr {
    margin-right: 24px;
}

.continue-shoping-button {
    border-radius: 5px;
    padding: 30px 15px;
    max-width: 400px;
}

.order-summery {
    border-radius: 5px;
    /* margin-top: 50px; */
    padding: 30px 25px;
    max-width: 400px;
    border: 1px solid #ddd;
    background: #fff;
}

@media screen and (max-width: 991px) {
    .order-summery {
        margin-top: 30px;
    }
}

.order-summery__one {
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    padding-bottom: 15px;
}

.order-summery__two {
    padding-top: 20px;
}

.order-summery__title {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    font-family: var(--body-font);
}

.order-summery__title-two {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    font-family: var(--body-font);
}

.order-summery__number {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    font-family: var(--body-font);
}

.order-summery__number-two {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    font-family: var(--body-font);
}

.order-summery .checkout {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .order-summery .checkout {
        margin-top: 25px;
    }
}

.order-summery .checkout__desc {
    margin-top: 20px;
}

.cart-table .product-qty {
    margin-left: 0;
}

.text-menu.style {
    margin-right: 50px;
}

.text-menu__item {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    font-family: var(--body-font);
    margin-bottom: 10px;
}

.text-menu__icon {
    font-size: 16px;
    color: var(--priamary);
    margin-right: 20px;
}

/* ------------------------------------
     comment css
---------------------------------------*/
.details-subtitle {
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
}

.details-subtitle::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--priamary);
}

.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 20px;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black);
    font-family: var(--heading-font);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .comment-list__name {
        font-size: 17px;
    }
}

.comment-list__time {
    margin-bottom: 15px;
    font-size: 14px;
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
}

.comment-list__time-icon {
    color: var(--priamary);
    font-size: 15px;
    margin-right: 5px;
}

.comment-list__reply-text {
    color: hsl(var(--black) / 0.9);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: var(--priamary);
}

.comment-list__reply-icon {
    font-size: 14px;
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 12px;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list
    .comment-list.style-right
    .comment-list__item:last-child
    .comment-list__content {
    border-bottom: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}
/* ------------------------------------
     selection css
---------------------------------------*/
::selection {
    color: white;
    background: hsl(var(--base-d-100));
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 2px;
}

/* ------------------------------------
    01. Banner Css
---------------------------------------*/

.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;

    border-radius: 10px;
}
.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e5f2d4;
    padding: 85px 70px;
    border-radius: 6px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .banner {
        padding: 70px 45px;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .banner {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content {
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .banner-content {
        margin-bottom: 60px;
    }
}

.banner-content__subtitle {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    font-family: var(--title-font);
}

@media screen and (max-width: 767px) {
    .banner-content__subtitle {
        font-size: 16px;
    }
}

.banner-content__title {
    font-family: var(--heading-font);
    font-weight: 900;
    font-size: 39px;
    line-height: 51px;
    color: var(--black);
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        margin-bottom: 10px;
    }
}

.banner-content__desc {
    max-width: 500px;
    color: hsl(var(--body-color));
}

.banner-content__buttons {
    padding-top: 35px;
    margin: -3px -10px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons {
        margin: -3px -5px;
        padding-top: 25px;
    }
}

.banner-content__buttons a {
    margin: 3px 10px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons a {
        margin: 3px 5px;
    }
}

.banner-content__buttons .button-shape {
    position: absolute;
    right: -50px;
    bottom: -33px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons .button-shape {
        right: -35px;
        bottom: -25px;
    }
}

.banner-content__buttons .button-shape img {
    width: 100%;
    max-width: 100px;
}

@media screen and (max-width: 575px) {
    .banner-content__buttons .button-shape img {
        max-width: 50px;
    }
}

.banner-thumb {
    position: relative;
}

.banner-thumb img {
    width: 100%;
    max-width: 500px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .banner-thumb img {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .banner-thumb img {
        max-width: 300px;
    }
}

.banner-thumb__shape {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 1;
}

.banner-thumb__shape img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    max-height: 110px;
}

@media screen and (max-width: 575px) {
    .banner-thumb__shape img {
        max-width: 70px;
        max-height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .category {
        position: fixed;
        left: 0 !important;
        padding: 20px 0px;
        width: 320px;
        height: 100vh;
        top: 0;
        transform: translateX(-100%);
        background-color: white;
        transition: 0.3s linear;
        padding-top: 60px;
        z-index: 9999;
        overflow-y: scroll;
    }

    .category.show-sidebar {
        transform: translateX(0);
    }
}

.category-menu {
    border-radius: 6px;
    background-color: white;
}

.category-menu__item {
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #eee !important;
}

.category-menu__item:last-child > a {
    border-bottom: none;
}

.category-menu__item:hover .category-menu__link {
    color: var(--priamary) !important;
    transition: 0.3s linear;
}

@media (min-width: 992px) {
    .category-menu__item:hover .category-menu__link .category-menu__icon {
        transform: rotate(-90deg);
        transition: 0.2s;
        color: var(--priamary);
    }
}

.category-menu__thumb {
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .category-menu__thumb img {
        width: 22px;
        height: 22px;
    }
}

.category-menu__link {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    padding: 17px 0;
    display: block;
    color: var(--base);
}

.category-menu__link:hover {
    color: var(--priamary);
}

@media screen and (max-width: 991px) {
    .category-menu__link {
        padding: 10px 0;
        font-size: 14px;
    }
}

.category-menu__icon {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .category-menu__link.show-one .category-menu__icon {
        transform: rotate(180deg);
    }
}

.category-two {
    position: fixed;
    left: 0 !important;
    padding: 20px 0px;
    width: 320px;
    height: 100vh;
    top: 0;
    transform: translateX(-100%);
    background-color: white;
    transition: 0.3s linear;
    padding-top: 60px;
    z-index: 99995;
    overflow-y: scroll;
}

.category-two.show-sidebar {
    transform: translateX(0);
}

.category-menu-two {
    background-color: white;
}

.category-menu-two__item {
    padding: 0 20px;
    position: relative;
}

.category-menu-two__item:last-child .category-menu-two__link {
    border-bottom: 0;
}

.category-menu-two__thumb {
    margin-right: 15px;
}

.category-menu-two__thumb img {
    width: 22px;
    height: 22px;
}

.category-menu-two__link {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--black) / 0.7);
    border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.category-menu-two__icon {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.category-menu-two__link.rotate .category-menu-two__icon {
    transform: rotate(180deg);
}

.has-dropdown {
    position: relative;
}

.has-dropdown:hover .category-dropdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
    top: 0;
}

.has-dropdown:hover .has-dropdown .category-menu__icon i {
    transform: rotate(90deg);
}

.category-dropdown {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 280px;
    border: 1px solid hsl(var(--black) / 0.08);
    border-radius: 6px;
    background-color: white;
    transition: 0.2s;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .category-dropdown {
        position: static;
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        display: none;
        transition: unset;
        width: 280px;
        margin-left: 10px;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }
}

.category-dropdown__item {
    padding: 0 10px;
}

.category-dropdown__item:last-child {
    border-bottom: none;
}

.category-dropdown__link {
    padding: 17px 10px;
    font-weight: 500;
    color: hsl(var(--black) / 0.7);
    font-family: var(--body-font);
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
}

@media screen and (max-width: 991px) {
    .category-dropdown__link {
        padding: 10px 0;
        font-size: 14px;
        display: block;
    }
}

.category-dropdown__thumb {
    margin-right: 15px;
}

.category-dropdown__thumb img {
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 991px) {
    .category-dropdown__thumb {
        margin-left: 10px;
    }
}

.has-dropdown-two {
    position: relative;
}

.category-dropdown-two {
    position: static;
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    display: none;
    transition: unset;
    width: 280px;
    margin-left: 10px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.category-dropdown-two__item {
    padding: 0 10px;
}

.category-dropdown-two__link {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
    font-weight: 500;
    color: hsl(var(--black) / 0.7);
    font-family: var(--body-font);
    display: block;
}

.category-dropdown-two__thumb {
    margin-right: 10px;
}

.category-dropdown-two__thumb img {
    width: 22px;
    height: 22px;
}

/* ------------------------------------
    02. Offer Css
---------------------------------------*/
.offer {
    height: 100%;
    width: 100%;
}

.offer img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    03. Product Css
---------------------------------------*/
.product-item {
    transition: 0.2s;
    text-align: center;
    border-radius: 10px;
    border: 1px solid hsl(var(--black) / 0.09);
    box-shadow: -20px 10px rgba(0, 69, 172, 0.01);
}

.product-item:hover {
    border: 1px solid hsl(var(--black) / 0.2);
}

.product-item:hover .product-item__thumb-link {
    transform: scale(1.1);
}

.product-item:hover .product-item__title-link {
    color: var(--priamary);
}

.product-item:hover .product-item__icon-style {
    transform: scale(1.3);
}

.product-item:hover .product-item__icon {
    visibility: visible;
    opacity: 1;
}

.product-item__content {
    background-color: white;
    padding: 15px 10px 30px 10px;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 575px) {
    .product-item__content {
        padding: 20px 10px 30px 10px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__content {
        padding: 15px 10px 30px 10px;
    }
}

.product-item__thumb {
    background-color: white;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .product-item__thumb {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-item__thumb {
        padding-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .product-item__thumb {
        padding-top: 15px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__thumb {
        padding-top: 20px;
    }
}

.product-item__thumb-link img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.3s linear;
}

@media screen and (max-width: 1399px) {
    .product-item__thumb-link img {
        height: 180px;
    }
}

@media screen and (max-width: 1199px) {
    .product-item__thumb-link img {
        height: 150px;
    }
}

@media screen and (max-width: 575px) {
    .product-item__thumb-link img {
        height: 140px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__thumb-link img {
        height: 170px;
    }
}

.product-item__icon {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .col-lg-3
 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media screen and (max-width: 575px) {
    .product-item__icon {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__icon {
        right: 15px;
    }
}

@media screen and (max-width: 374px) {
    .product-item__icon {
        bottom: 20px;
        right: 25px;
    }
}

.product-item__icon-style {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--body-color));
    transition: 0.3s linear;
    font-size: 20px;
    line-height: 0;
}

.product-item__icon-style.wishlisted {
    -webkit-text-fill-color: var(--priamary);
    -webkit-text-stroke: 1px solid var(--priamary);
}

.product-item__badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 575px) {
    .product-item__badge {
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__badge {
        top: 20px;
        right: 20px;
    }
}

.product-item__title {
    text-align: center;
    margin-bottom: 0px;
}

.product-item__title-link {
    font-size: 18px;
    color: var(--black);
    font-family: var(--body-font);
    font-weight: 400;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .product-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__title-link {
        font-size: 18px;
    }
}

.product-item__price {
    color: var(--black);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
}

@media screen and (max-width: 575px) {
    .product-item__price {
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .product-item__price {
        font-size: 16px;
    }
}

.product-item__price-new {
    color: hsl(var(--body-color));
    position: relative;
    font-weight: 400;
}

.product-item__price-new::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--body-color));
}

.product-item.style-two .product-item__price {
    color: hsl(var(--base-two));
}

.product-item.style-two:hover .product-item__thumb-link {
    transform: scale(1.1);
}

.product-item.style-two:hover .product-item__title-link {
    color: hsl(var(--base-two));
}

.product-item.style-two:hover .product-item__icon-style {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px hsl(var(--body-color));
    transition: 0.3s linear;
    font-size: 20px;
    line-height: 0;
}

.product-item.style-two:hover .product-item__icon-style.wishlisted {
    -webkit-text-fill-color: hsl(var(--base-two));
    -webkit-text-stroke: 1px solid hsl(var(--base-two));
}

/* ------------------------------------
    04. Deal Css
---------------------------------------*/

/* ------------------------------------
    05. Arrival Css
---------------------------------------*/
.filter {
    text-align: center;
    margin-bottom: 40px;
}

.filter button {
    margin-right: 10px;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--black);
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .filter button {
        padding: 7px 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 424px) {
    .filter button {
        font-size: 16px;
        padding: 5px 15px;
        margin: 0px;
    }
}

.filter button.style-two {
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--black);
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .filter button.style-two {
        padding: 7px 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 424px) {
    .filter button.style-two {
        font-size: 14px;
        padding: 5px 15px;
        margin: 0px;
    }
}

.filter button:last-child {
    margin-right: 0;
}

.mixitup-control-active {
    background-color: var(--priamary);
    color: white !important;
}

.mixitup-control-active.style-two {
    background-color: hsl(var(--base-two));
    color: white !important;
}

/* ------------------------------------
    05. Arrival Section CSS End
---------------------------------------*/
/* ------------------------------------
    06. New offer Css
---------------------------------------*/
.new-offer-content {
    width: 100%;
    height: 100%;
}

.new-offer-content img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    07. Testimonial Css
---------------------------------------*/
.testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonial-thumb {
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-thumb-slider {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .testimonial-slider {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-slider {
        margin-top: 20px;
    }
}

.testimonial-slider__icon {
    background-color: var(--priamary);
    color: white;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50%;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .testimonial-slider__icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-slider__icon {
        width: 40px;
        height: 40px;
    }
}

.testimonial-slider__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider__desc {
    font-size: 24px;
    font-style: italic;
    color: var(--black);
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .testimonial-slider__desc {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slider__desc {
        font-size: 18px;
    }
}

.testimonial-slider__name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black);
    margin-bottom: 5px;
}

.testimonial-slider__designation {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--black);
}

.testimonial-slick-slider .slick-dots {
    text-align: left;
    margin-left: 5px;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background-color: black;
    opacity: 0.8;
    width: 20px;
    height: 10px;
    border-radius: 40px;
    margin: 0 3px;
    text-indent: -9999px;
    transition: all 0.3s linear;
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 10px;
    opacity: 1;
    background-color: var(--priamary);
}

.testimonial-three-slick-slider .slick-arrow {
    color: hsl(var(--black) / 0.6);
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    position: absolute;
}

.testimonial-three-slick-slider .slick-arrow:hover {
    background-color: hsl(var(--base-two));
    color: white;
}

@media screen and (max-width: 991px) {
    .testimonial-three-slick-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

.testimonial-three-slick-slider .slick-next {
    top: 50% !important;
    right: 0 !important;
    transform: translate(-50%, -50%);
}

.testimonial-three-slick-slider .slick-prev {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .blog-slider .slick-arrow i {
        font-size: 12px;
    }
}
/* ------------------------------------
    08. Clients Css
---------------------------------------*/
.client-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.client-logos:last-of-type {
    margin-bottom: 0;
}

.client-logos img {
    width: 160px !important;
}

.client-logos .slick-slide {
    margin: 0 10px;
}

.client-logo {
    background-color: white;
    padding: 40px 20px;
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 5px;
    border: 1px solid hsl(var(--black) / 0.08);
    transition: 0.3s linear;
}

.client-logo:hover {
    background-color: hsl(var(--base-two));
}

/* ------------------------------------
  08. Clients Section CSS end
---------------------------------------*/
/* ------------------------------------
    09. Blog Css
---------------------------------------*/
.blog {
    background-color: #f2eded;
    padding: 60px 0;
}

.blog-item {
    overflow: hidden;
}

.blog-item:hover .blog-item__thumb-link::before {
    visibility: visible;
    opacity: 1;
}

.blog-item:hover .blog-item__title-link {
    color: var(--priamary);
}

.blog-item__title-link {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--black);
}

@media screen and (max-width: 767px) {
    .blog-item__title-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__title-link {
        font-size: 18px;
    }
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.blog-item__thumb-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black) / 0.4);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 1;
}

.blog-item__thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__date {
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    z-index: 1;
    width: 100px;
    position: relative;
    height: 90px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}

@media screen and (max-width: 424px) {
    .blog-item__date {
        width: 80px;
        height: 80px;
    }
}

.blog-item__date::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: #f2eded;
    z-index: 2;
    border-radius: inherit;
}

.blog-item__month {
    font-size: 20px;
    color: black;
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    display: block;
    z-index: 99;
}

@media screen and (max-width: 424px) {
    .blog-item__month {
        font-size: 16px;
    }
}

.blog-item__content {
    background-color: transparent;
    height: 100%;
}

.blog-item__title {
    margin-top: 20px;
    margin-bottom: 2px;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}
/* ------------------------------------
    10. Feature Css
---------------------------------------*/
.feature-section {
    position: relative;
    z-index: 1;
}

.feature-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--priamary);
    opacity: 0.7;
    z-index: -1;
}

.feature-item {
    text-align: center;
}

.feature-item__thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .feature-item__thumb {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .feature-item__thumb img {
        width: 40px;
    }
}

.feature-item__title {
    font-weight: 600;
    font-family: var(--heading-font);
    color: white;
    text-align: center;
    margin-bottom: 2px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .feature-item__title {
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .feature-item__title {
        font-size: 13px;
    }
}

.feature-item__payment {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: white;
    text-align: center;
}

@media screen and (max-width: 374px) {
    .feature-item__payment {
        font-size: 13px;
    }
}

.feature-item.style-two .feature-item__title {
    color: var(--black);
}

.feature-item.style-two .feature-item__payment {
    color: hsl(var(--body-color));
}

/* ------------------------------------
    11. About Css
---------------------------------------*/
.about-section {
    overflow: hidden;
}

.about-thumb {
    padding-left: 30px;
    padding-right: 30px;
}

.about-thumb img {
    width: 100%;
    height: 100%;
}

.about-us__desc {
    font-size: 16px;
    margin-bottom: 30px;
    color: hsl(var(--body-color));
}

.about-us-footer {
    margin-top: 30px;
}

@media screen and (max-width: 575px) {
    .about-us-footer {
        margin-top: 10px;
    }
}

.about-us-footer__text {
    color: var(--black);
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .about-us-footer__text {
        font-size: 16px;
    }
}

.about-us-footer__link {
    color: var(--priamary);
}

.about-us-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
    position: relative;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    padding-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .about-us-author {
        padding-bottom: 10px;
    }
}

.about-us-author::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0.1px;
    height: 50px;
    background-color: hsl(var(--black) / 0.3);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
    .about-us-author::before {
        display: none;
    }
}

@media screen and (max-width: 424px) {
    .about-us-author__info {
        margin-bottom: 10px;
    }
}

.about-us-author__thumb {
    margin-right: 20px;
}

@media screen and (max-width: 575px) {
    .about-us-author__thumb {
        margin-right: 10px;
    }
}

.about-us-author__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-author__name {
    font-size: 18px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .about-us-author__name {
        font-size: 16px;
    }
}

.about-us-author__customer {
    font-size: 16px;
    color: hsl(var(--black) / 0.7);
    font-weight: 400;
    font-family: var(--body-font);
}

.about-us-author__text {
    font-size: 18px;
    color: var(--black);
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 185px;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .about-us-author__text {
        font-size: 16px;
    }
}

.about-us-author__text-style {
    color: var(--priamary);
}

/* ------------------------------------
    11. About Section CSS End
---------------------------------------*/
/* ------------------------------------
    12. Choose us Css
---------------------------------------*/
.why-choose {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.why-choose__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}

.why-choose__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .why-choose__bg {
        height: 100%;
    }
}

.why-choose::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background-color: var(--priamary);
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .why-choose::before {
        height: 100%;
    }
}

.choose-item {
    padding: 60px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .choose-item {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .choose-item {
        padding: 20px;
    }
}

.choose-item__thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .choose-item__thumb {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .choose-item__thumb {
        margin-bottom: 7px;
    }
}

.choose-item__thumb img {
    width: 100%;
    height: 100%;
    max-width: 65px;
    max-height: 65px;
}

@media screen and (max-width: 575px) {
    .choose-item__thumb img {
        max-width: 50px;
    }
}

@media screen and (max-width: 424px) {
    .choose-item__thumb img {
        max-width: 40px;
    }
}

.choose-item__title {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 424px) {
    .choose-item__desc {
        font-size: 14px;
    }
}
/* ------------------------------------
    12. Choose us Section CSS end
---------------------------------------*/
/* ------------------------------------
    13. Check Out Css
---------------------------------------*/
.billing-details {
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 8px;
    padding: 35px 30px;
}

@media screen and (max-width: 1199px) {
    .billing-details {
        padding: 35px 15px;
    }
}

.billing-details__title {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
}

.billing-details__button {
    width: 350px;
}

@media screen and (max-width: 424px) {
    .billing-details__button {
        width: 100%;
        gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .billing-details__button-margin {
        margin-right: 20px;
    }
}

.billing-details__button .color-style {
    color: var(--priamary);
}

.your-order {
    background-color: white;
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 35px 30px;
    border-radius: 8px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .your-order {
        padding: 35px 15px;
    }
}

.your-order__title {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 20px;
    font-weight: 600;
}

.your-order__desc {
    font-size: 14px;
    line-height: 28px;
}

.your-order__desc-link {
    color: var(--priamary) !important;
    text-decoration: underline;
    margin-bottom: 20px;
}

.order {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ecf0;
}

.order-title__one {
    color: hsl(var(--black) / 0.9);
    font-weight: 400;
    font-family: var(--body-font);
}

.order-system {
    margin: 40px 0;
}

.order-system__text {
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 28px;
}

.order-system__link {
    color: var(--priamary);
    font-weight: 500;
}

.place-order {
    margin-top: 40px;
}

.place-order .btn {
    display: block;
}

/* ------------------------------------
    14. Contact Form Css
---------------------------------------*/

.contact-top {
    padding: 80px 0px 0 0;
}

.contact__title {
    margin-bottom: 40px;
    position: relative;
}

.contact__title::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--priamary);
}

/* ------------------------------------
    15. Top Header two Css
---------------------------------------*/
.header-top-two {
    background-color: var(--black);
    padding: 10px 0;
    z-index: 99;
}

.header-two__text {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: white;
    margin: 0 !important;
}

@media screen and (max-width: 424px) {
    .header-two__text {
        font-size: 13px;
    }
}
/* ------------------------------------
    02. Header two Css
---------------------------------------*/
@media screen and (max-width: 991px) {
    .navbar-brand {
        order: -2;
    }
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 55px;
}

@media screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        max-width: 130px;
    }
}

.header-two {
    position: relative;
    z-index: 99;
    background-color: white;
}

@media screen and (max-width: 991px) {
    .header-two {
        padding: 12px 0;
    }
}

@media screen and (max-width: 767px) {
    .header-two {
        background-color: white;
        z-index: 99;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header-two::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header-two::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header-two.fixed-header {
    background-color: white;
    position: sticky;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
}

/* ------------------------------------
    17. Banner two Css
---------------------------------------*/
.banner-two-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 0;
}

@media screen and (max-width: 767px) {
    .banner-two-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-section__thumb {
        display: none;
    }
}

.banner-two-section__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-two-content__subtitle {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: hsl(var(--base-two));
    margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
    .banner-two-content__subtitle {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .banner-two-content__subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 424px) {
    .banner-two-content__subtitle {
        font-size: 18px;
    }
}

.banner-two-content__title {
    font-weight: 800;
    font-family: var(--heading-font);
    color: var(--black);
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .banner-two-content__title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 374px) {
    .banner-two-content__title {
        font-size: 24px;
    }
}
/* ------------------------------------
    18. Category Css
---------------------------------------*/
.category-item {
    text-align: center;
}

.category-item__thumb {
    margin-bottom: 20px !important;
    width: 190px;
    height: 180px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background-color: hsl(var(--primary) / 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .category-item__thumb {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .category-item__thumb {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 575px) {
    .category-item__thumb {
        width: 180px;
        height: 160px;
    }
}

@media screen and (max-width: 424px) {
    .category-item__thumb {
        width: 135px;
        height: 125px;
    }
}

@media screen and (max-width: 374px) {
    .category-item__thumb {
        width: 110px;
        height: 100px;
    }
}

.category-item__thumb.style-one {
    background-color: hsl(var(--green) / 0.2) !important;
}

.category-item__thumb.style-two {
    background-color: hsl(var(--orange) / 0.2);
}

.category-item__thumb.style-three {
    background-color: hsl(var(--purple) / 0.17);
}

.category-item__thumb.style-four {
    background-color: hsl(var(--blue) / 0.38);
}

.category-item__thumb.style-five {
    background-color: hsl(var(--pink) / 0.13);
}

.category-item__thumb img {
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
}

@media screen and (max-width: 767px) {
    .category-item__thumb img {
        max-width: 75px;
        max-height: 75px;
    }
}

@media screen and (max-width: 575px) {
    .category-item__thumb img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media screen and (max-width: 424px) {
    .category-item__thumb img {
        max-width: 50px;
        max-height: 50px;
    }
}

.category-item__title {
    text-align: center;
    color: var(--black);
    font-weight: 700;
}

.category-item__title-link:hover {
    color: hsl(var(--base-two));
}

/* ------------------------------------
    19. Feature product Css
---------------------------------------*/
.feature-product-section {
    position: relative;
}

.feature-product-one {
    position: absolute;
    left: 0;
    bottom: 200px;
}

@media screen and (max-width: 767px) {
    .feature-product-one {
        display: none;
    }
}

.feature-product-two {
    position: absolute;
    right: 0;
    bottom: 200px;
}

@media screen and (max-width: 767px) {
    .feature-product-two {
        display: none;
    }
}

.product {
    z-index: 1;
}

/* ------------------------------------
    19. Feature product Section CSS
---------------------------------------*/
/* ------------------------------------
    20. Add Css
---------------------------------------*/
.add-one {
    width: 100%;
    height: 100%;
}

.add-one img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    21. Testimonial two Css
---------------------------------------*/
.testimonial-two-section {
    padding: 120px 0;
}

@media screen and (max-width: 991px) {
    .testimonial-two-section {
        padding: 180px 0;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-two-section {
        padding: 120px 0;
    }
}

.testimonial-two-slider__review {
    font-family: var(--body-font);
    color: hsl(var(--base-two));
    font-weight: 400;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

.testimonial-two-slider__review-shape {
    position: absolute;
    top: -30px;
    right: -50px;
}

@media screen and (max-width: 767px) {
    .testimonial-two-slider__review-shape {
        top: -20px;
        right: -30px;
    }
}

.testimonial-two-slider__review-shape img {
    width: 60px;
}

@media screen and (max-width: 767px) {
    .testimonial-two-slider__review-shape img {
        width: 40px;
    }
}

.testimonial-two-slider__desc {
    font-size: 24px;
    font-style: italic;
    color: var(--black);
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
    .testimonial-two-slider__desc {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-two-slider__desc {
        font-size: 18px;
    }
}

.testimonial-two-slider__name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--black);
    margin-bottom: 5px;
}

.testimonial-two-slider__designation {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--black);
}

.testimonial-two-slick-slider {
    margin: 0 20px;
}

@media screen and (max-width: 991px) {
    .testimonial-two-slick-slider {
        margin-top: 20px !important;
    }
}

.testimonial-two-thumb {
    height: 100%;
}

.testimonial-two-thumb img {
    width: 100%;
    height: 100%;
}

/* ------------------------------------
    22. News post Css
---------------------------------------*/
.news-post-item {
    overflow: hidden;
}

.news-post-item:hover .news-post-item__thumb-link::before {
    visibility: visible;
    opacity: 1;
}

.news-post-item:hover .news-post-item__title-link {
    color: hsl(var(--base-two));
}

.news-post-item__title-link {
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--black);
}

@media screen and (max-width: 767px) {
    .news-post-item__title-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .news-post-item__title-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .news-post-item__title-link {
        font-size: 18px;
    }
}

.news-post-item__thumb {
    border-radius: 8px;
    overflow: hidden;
}

.news-post-item__thumb-link {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-post-item__thumb-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black) / 0.4);
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 1;
}

.news-post-item__thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.news-post-item__date {
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    z-index: 1;
    width: 100px;
    position: relative;
    height: 90px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
}

@media screen and (max-width: 424px) {
    .news-post-item__date {
        width: 80px;
        height: 70px;
        margin-top: -35px;
    }
}

.news-post-item__date::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: #f2eded;
    z-index: 2;
    border-radius: inherit;
    z-index: -1;
}

.news-post-item__date.style-one.news-post-item__date::before {
    background-color: hsl(var(--green) / 0.2);
}

.news-post-item__date.style-two.news-post-item__date::before {
    background-color: hsl(var(--base-two) / 0.2);
}

.news-post-item__date.style-three.news-post-item__date::before {
    background-color: hsl(var(--orange) / 0.2);
}

.news-post-item__month {
    font-size: 20px;
    color: var(--black);
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    display: block;
}

@media screen and (max-width: 424px) {
    .news-post-item__month {
        font-size: 16px;
    }
}

.news-post-item__content {
    background-color: hsl(var(--white) / 0.07);
    height: 100%;
}

.news-post-item__title {
    margin-top: 20px;
    margin-bottom: 2px;
}

@media screen and (max-width: 575px) {
    .news-post-item__title {
        margin-top: 15px;
    }
}

.news-post-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-post-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .news-post-item__desc {
        margin-bottom: 15px;
    }
}
/* ------------------------------------
    23. Add two Css
---------------------------------------*/
.add-two-section {
    margin-bottom: -120px;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .add-two-section {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 991px) {
    .add-two-section {
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 767px) {
    .add-two-section {
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 424px) {
    .add-two-section {
        margin-bottom: -40px;
    }
}

.add-two-thumb {
    height: 100%;
    width: 100%;
}

.add-two-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------
    24. Product category Section Css
---------------------------------------*/
.seller-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    padding-bottom: 15px;
    padding-top: 15px;
}

.seller-item:first-child {
    padding-top: 0 !important;
}

.seller-item:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.seller-item__thumb img {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 55px;
}

.seller-item__title {
    margin-left: 20px;
}

.seller-item__link {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--black);
    margin-bottom: 5px;
}

.seller-item__price {
    color: hsl(var(--black) / 0.9);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
}

.seller-item__price-new {
    color: var(--priamary);
}

.product-sidebar-filter {
    text-align: right;
    margin-bottom: 30px;
}

.product-sidebar-filter__button {
    background-color: var(--priamary);
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
    color: white;
    font-size: 25px;
    border-radius: 5px;
    transition: 0.2s linear;
}

.product-sidebar-filter__button .text {
    font-size: 20px;
}

.left-sidebar {
    padding: 30px;
    background-color: white;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .left-sidebar {
        min-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99991;
        border-radius: 0;
        height: 100vh;
        overflow-y: auto;
        padding-top: 50px;
        transform: translateX(-100%);
        transition: 0.2s linear;
    }

    .left-sidebar.show-product-sidebar {
        transform: translateX(0);
    }
}

.sidebar-item {
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .sidebar-item {
        margin-bottom: 30px;
    }
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .sidebar-item:last-child {
        margin-bottom: 10px;
    }
}

.sidebar-item__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sidebar-item__title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--priamary);
}

.sidebar-item__button {
    margin-top: 20px;
}

.sidebar-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-sidebar-close {
    text-align: right;
    transform: translateY(20px);
}

/* ------------------------------------
    25. Product detail Section Css
---------------------------------------*/
.product-thumbnail-wraper {
    position: relative;
}

.product-details__thumb {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .product-details__thumb .slick-track {
        text-align: center;
    }
}

.product-details__image {
    width: 450px !important;
    background-color: white;
    padding: 40px;
    height: auto;
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .product-details__image {
        width: 360px !important;
    }
}

@media screen and (max-width: 1199px) {
    .product-details__image {
        width: 310px !important;
    }
}

@media screen and (max-width: 991px) {
    .product-details__image {
        width: 300px !important;
        height: 380px !important;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .product-details__image {
        width: 300px !important;
        height: 350px !important;
    }
}

@media screen and (max-width: 424px) {
    .product-details__image {
        width: 220px !important;
        height: 280px !important;
        padding: 25px;
    }
}

.product-details__image img {
    width: 100%;
    height: 100%;
}

.product-details-gallery {
    margin: 0px !important;
}

@media screen and (max-width: 991px) {
    .product-details-gallery {
        margin: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .product-details-gallery {
        text-align: center !important;
    }
}

.product-details-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.3s linear;
    width: 130px !important;
    height: 160px !important;
    background-color: white;
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 5px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .product-details-gallery__image {
        width: 120px !important;
        height: 120px !important;
    }
}

@media screen and (max-width: 1199px) {
    .product-details-gallery__image {
        width: 90px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 991px) {
    .product-details-gallery__image {
        width: 120px !important;
        height: 130px !important;
    }
}

@media screen and (max-width: 575px) {
    .product-details-gallery__image {
        width: 110px !important;
        height: 130px !important;
    }
}

@media screen and (max-width: 424px) {
    .product-details-gallery__image {
        height: 120px !important;
    }
}

.product-details-gallery__image img {
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
}

.product-details-gallery .slick-track {
    display: flex !important;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .product-details-gallery .slick-track {
        flex-direction: row;
    }
}

.product-info__title {
    color: var(--black);
}

.product-info__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-info__rating.style-two .product-info__rating-item {
    color: hsl(var(--base-two));
}

.product-info__rating-item {
    margin-right: 5px;
    color: var(--priamary);
    font-size: 16px;
}

.product-info__number {
    font-size: 20px;
    color: hsl(var(--black) / 0.7);
    font-weight: 500;
    font-family: var(--body-font);
}

.product-info__price {
    font-size: 18px;
    color: var(--priamary);
    font-weight: 700;
}

.product-info__price-new {
    position: relative;
    color: var(--black);
    font-size: 18px;
}

.product-info__price-new::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--body-color));
}

.product-info__desc {
    font-size: 16px;
    color: hsl(var(--body-color));
}

.product-info__button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-info__link {
    margin-right: 20px;
}

.product-info__heart {
    color: var(--priamary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black) / 0.1);
}

.product-info__cart {
    color: var(--priamary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--black) / 0.1);
}

.product-info__share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-info__share-text {
    margin-bottom: 0 !important;
    margin-right: 40px;
}

.product-variation {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.color-variant-list {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}

.color-variant-list__item {
    margin-right: 10px;
    cursor: pointer;
}

.color-variant-list__item.active .color::before {
    visibility: visible;
    opacity: 1;
}

.color-variant-list__item.one .color {
    background-color: hsl(var(--red));
}

.color-variant-list__item.one.active .color::before {
    border-color: hsl(var(--red));
}

.color-variant-list__item.two .color {
    background-color: hsl(var(--green-two));
}

.color-variant-list__item.two.active .color::before {
    border-color: hsl(var(--green-two));
}

.color-variant-list__item.three .color {
    background-color: hsl(var(--blue-two));
}

.color-variant-list__item.three.active .color::before {
    border-color: hsl(var(--blue-two));
}

.color-variant-list__item.four .color {
    background-color: hsl(var(--yellow-two));
}

.color-variant-list__item.four.active .color::before {
    border-color: hsl(var(--yellow-two));
}

.color-variant-list__item .color {
    width: 17px;
    height: 17px;
    background-color: hsl(var(--yellow-two));
    display: block;
    border-radius: 50%;
    line-height: 1;
    position: relative;
}

.color-variant-list__item .color::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid hsl(var(--yellow-two));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.product-style {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-style__title {
    font-size: 18px;
    color: hsl(var(--black) / 0.9);
    margin-right: 55px;
    font-weight: 400;
    font-family: var(--body-font);
}

.product-style__size {
    font-size: 18px;
    color: hsl(var(--black) / 0.8);
    font-weight: 400;
    font-family: var(--body-font);
}

.product-qty {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 20px 0;
}

.product-qty__decrement {
    color: hsl(var(--body-color));
    position: absolute;
    left: 12%;
    bottom: 6px;
    font-size: 12px;
}
.product-qty__increment {
    color: hsl(var(--body-color));
    position: absolute;
    left: 12%;
    top: 6px;
    font-size: 12px;
}

.quantity-input-field .product-qty__decrement {
    color: hsl(var(--body-color));
    position: absolute;
    left: 100%;
    bottom: 6px;
    font-size: 12px;
}

.quantity-input-field .product-qty__increment {
    color: hsl(var(--body-color));
    position: absolute;
    left: 100%;
    top: 6px;
    font-size: 12px;
}
.quantity-input-field .product-qty__value {
    border: 1px solid transparent;
    padding: 10px;
    max-width: 50px;
    border-radius: 5px;
}

.product-qty__value {
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 50px;
    border-radius: 5px;
}

.qty-cart {
    margin-top: 30px;
}

.qty-cart.style-two {
    margin-top: 0;
}

.qty-cart__title {
    font-size: 18px;
    color: hsl(var(--black) / 0.9);
    margin-bottom: 0 !important;
    font-weight: 400;
    font-family: var(--body-font);
}

li.color-variant__two.active .color {
    border: 5px solid #067e29;
}

/* ------------------------------------
    26. Gallery Css
---------------------------------------*/
.gallery-item__thumb {
    position: relative;
    z-index: 1;
}

.gallery-item__thumb:hover .hover-overlay {
    opacity: 0.8;
    visibility: visible;
    transform: scaleX(1);
}

.gallery-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d2a25;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    transform: scaleX(0);
}

.hover-overlay__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
}

@media screen and (max-width: 424px) {
    .hover-overlay__icon {
        font-size: 30px;
    }
}
/* ------------------------------------
    27. Blog two Css
---------------------------------------*/
.blog-section .pagination {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .blog-section .pagination {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .blog-section .pagination {
        margin-top: 30px;
    }
}

.blog-card-wrapper {
    border-bottom: 1px solid hsl(var(--black) / 0.1);
    padding-bottom: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .blog-card-wrapper {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.blog-card-wrapper:hover .blog-card-wrapper__title-link {
    color: var(--priamary);
}

.blog-card-wrapper__icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.blog-card-wrapper__thumb {
    border-radius: 15px;
    position: relative;
}

.blog-card-wrapper__thumb-link {
    background-color: white;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 24px;
    color: var(--priamary);
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__thumb-link {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__thumb-link {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

@keyframes animate {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    75% {
        transform: scale(1.4);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.blog-card-wrapper__date {
    margin-bottom: 15px;
    color: hsl(var(--body-color));
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
}

.blog-card-wrapper__title {
    margin-bottom: 15px;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__title {
        margin-top: 15px;
        font-size: 22px;
    }
}

.blog-card-wrapper__title-link {
    color: var(--black);
    font-weight: 800;
    font-family: var(--heading-font);
}

.blog-card-wrapper__desc {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: hsl(var(--body-color));
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-card-wrapper__desc {
        margin-bottom: 15px;
    }
}

.blog-card-wrapper__button {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__button {
        font-size: 15px;
    }
}

.blog-card-wrapper__button-icon {
    margin-left: 6px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .blog-card-wrapper__button-icon {
        font-size: 15px;
    }
}

.blog-card-wrapper__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    cursor: pointer;
}

.blog-card-wrapper__play-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white) / 0.2);
    border-radius: 50%;
    animation: animate 1.3s ease-in-out infinite;
    animation-delay: 0.2s;
    z-index: -1;
}

.toggle-thumbs {
    gap: 17px;
}

.gallery-popup {
    width: calc(33.3% - 15px);
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 8px;
}

.gallery-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mfp-img {
    height: 300px !important;
}

/* ------------------------------------
    28. Not found Css
---------------------------------------*/
.not-found {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.not-found__content {
    text-align: center;
}

.not-found__title {
    font-size: 300px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--priamary);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .not-found__title {
        font-size: 200px;
    }
}

@media screen and (max-width: 767px) {
    .not-found__title {
        font-size: 100px;
    }
}

.not-found__text {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .not-found__text {
        margin-bottom: 30px;
    }
}

.not-found__thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 600px;
}

@media screen and (max-width: 1499px) {
    .not-found__thumb {
        width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found__thumb {
        width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .not-found__thumb {
        width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .not-found__thumb {
        display: none;
    }
}

.not-found__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .not-found__shape {
        width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found__shape {
        width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .not-found__shape {
        width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .not-found__shape {
        display: none;
    }
}
/* ------------------------------------
     29. blog details Css
---------------------------------------*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details__content {
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding-top: 25px;
    }
}

.blog-details__title {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .blog-details__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__title {
        font-size: 22px;
    }
}

.blog-details__desc {
    margin-bottom: 15px;
    color: hsl(var(--body-color));
    font-family: var(--heading-font);
    font-weight: 400;
}

.blog-inner-style {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .blog-inner-style {
        margin-top: 20px;
    }
}

.content {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .content {
        margin-bottom: 30px;
    }
}

.blog-details-inner__thumb {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.blog-details-inner__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 90px 0;
    background-color: white;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .quote {
        padding: 50px 30px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .quote {
        padding: 40px 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .quote {
        padding: 30px 10px;
    }
}

.quote-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quote-thumb img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 575px) {
    .quote-thumb img {
        max-width: 100px;
    }
}

.quote__text {
    color: hsl(var(--black) / 0.85);
    max-width: 550px;
    font-style: italic;
    font-family: var(--body-font);
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: var(--heading-four);
}

.tag-title {
    font-size: 18px;
    color: var(--black);
    margin-right: 20px;
    font-weight: 400;
    font-family: var(--body-font);
}

.latest-blog-slider {
    padding: 30px 60px;
    margin: 0 !important;
    margin-top: 50px !important;
    border-top: 1px solid hsl(var(--black) / 0.1);
    border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 767px) {
    .latest-blog-slider {
        padding: 20px 30px 30px 30px;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 575px) {
    .latest-blog-slider {
        padding: 20px 0;
    }
}

.latest-blog-slider .latest-blog {
    border-bottom: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

@media screen and (max-width: 374px) {
    .latest-blog-slider .latest-blog {
        margin-left: 0px;
    }
}

.latest-blog-slider .latest-blog__content {
    padding-left: 40px;
}

@media screen and (max-width: 575px) {
    .latest-blog-slider .latest-blog__content {
        padding-left: 15px;
    }
}

.latest-blog-slider .latest-blog__title {
    max-width: 230px;
}

.latest-blog-slider .latest-blog__date {
    font-size: 14px;
    color: hsl(var(--body-color));
    font-family: var(--body-font);
    font-weight: 400;
}

/* ------------------------------------
    30. contact Css
---------------------------------------*/
.contact-item {
    background-color: white;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    text-align: center;
    padding: 35px 10px;
}

.contact-item__thumb {
    margin-bottom: 20px;
}

.contact-item__content {
    text-align: center;
}

.contact-item__title {
    margin-bottom: 7px;
    color: var(--black);
    font-weight: 700;
}

.contact-item__desc {
    color: hsl(var(--body-color));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
}

.contact-map {
    width: 100%;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin-bottom: -10px;
}

@media screen and (max-width: 991px) {
    .contact-map iframe {
        min-height: 400px;
    }
}

.contact-bottom .bg-img {
    border-radius: 12px;
}

.contactus-form {
    background-color: white;
    padding: 80px 65px;
    border-radius: 20px;
    position: relative;
    margin-bottom: -150px;
}

@media screen and (max-width: 991px) {
    .contactus-form {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 767px) {
    .contactus-form {
        padding: 50px 20px;
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 575px) {
    .contactus-form {
        padding: 40px 15px;
    }
}

.contactus-form__thumb-one {
    position: absolute;
    top: -150px;
    left: 40px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-one {
        top: -110px;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-one img {
        max-width: 200px;
    }
}

.contactus-form__thumb-two {
    position: absolute;
    top: -160px;
    right: 50px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-two {
        top: -120px;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .contactus-form__thumb-two img {
        max-width: 120px;
    }
}

.contactus-form .btn {
    margin-top: 10px;
}

.contact-bottom__inner {
    padding-top: 200px;
}

@media screen and (max-width: 767px) {
    .contact-bottom__inner {
        padding-top: 150px;
    }
}

.contact-section {
    padding-top: 130px;
}

/* ------------------------------------
   31. Account Css
---------------------------------------*/
.account {
    background-color: white;
}

.account-inner {
    position: relative;
}

.account-form {
    box-shadow: 0 6px 20px hsl(var(--black) / 0.07);
    background-color: hsl(var(--white) / 0.1);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* botton navigation */
/* ================ Mobile-sticky-bottom-menu Start ========== */
#mobile-sticky-bottom-menu {
    display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
    #mobile-sticky-bottom-menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        background-color: #ffffff;
        border-top: 1px solid #ddd;
        z-index: 9999;
    }

    .mobile-bottom-ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-bottom-ul li {
        flex: 1;
        text-align: center;
    }

    .mobile-bottom-ul a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 0;
        color: #555;
        text-decoration: none;
        font-size: 14px;
        line-height: 2.1;
        transition: color 0.2s;
    }

    .mobile-bottom-ul a i {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .mobile-bottom-ul a.active,
    .mobile-bottom-ul a:hover {
        color: #126a79;
    }
}
/* ================ Mobile-sticky-bottom-menu End ========== */
.top-header {
    background-color: #f8f9fa;
    height: 80px;
    padding: 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 80px; display: flex; align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.search-input {
    max-width: 500px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
}

.product-details-section {
    padding: 60px 0;
}

.related-product-custom {
    padding-top: 40px;
    padding-bottom: 60px;
}
.tab-section {
    padding-top: 40px;
}

.product-category-two {
    padding: 60px 0;
}

.checkout-section {
    padding: 70px 0;
}

.your-order {
    padding: 30px 20px 20px;
    border: 2px solid var(--bd-border-secondary);
    border-radius: 3px;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }

    .mob-version-product {
        width: 50% !important;
    }
}
.your-order h3 {
    border-bottom: 1px solid var(--bd-border-secondary);
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #ddd;
    border-right: medium none;
    color: #575757;
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 575px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #000;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 150px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping ul li label {
    color: #575757;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: 0;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}
.your-order-table table tr.order-total td span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
    background-color: var(--bd-common-white);
    border: 0;
    border-bottom: 1px solid var(--bd-border-secondary);
}
.payment-method .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 23px 0;
    border: none;
}
.payment-method .accordion-button:focus {
    box-shadow: none;
}
.payment-method .accordion-button::after {
    position: absolute;
    content: "\f067";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--bd-common-white);
    box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.payment-method .accordion-body {
    padding: 8px 0;
    padding-bottom: 40px;
}
.payment-method .accordion-collapse {
    border: none;
}

/* ======================================
Css For search result
=========================================*/

.search-box-result {
    display: none;
    position: absolute;
    background: white;
    width: 38%;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    left: 30%;
    top: 79px;
}

.search-box-result ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.search-box-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.search-img-result {
    width: 35px;
    height: 40px;
    background-color: transparent;
}
.search-box-list p {
    margin: 0;
}
.search-book-title {
    font-size: 14px;
    font-weight: bold;
}
.search-book-writter {
    font-size: 12px;
    color: #333;
}
.search-book-price {
    font-weight: bold;
    font-size: 13px;
}
.search-box-btn {
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px;
}

.btn-buy-now.btn-buy.custom-search-button {
    border: 1px solid #126a79;
    color: #fff;
    padding: 5px 7px !important;
    background: #126a79;
}

#cta-section h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 40px;
}

#cta-section h4 {
    color: #fff !important;
    font-size: 30px;
}

#cta-section p {
    color: #fff !important;
    font-size: 20px;
}

#cta-section .banner-content__buttons a {
    border: 1px solid #fff !important;
    padding: 10px 20px;
}

.banner-content__buttons a:hover {
    color: #000;
    background: #fff;
}

.search-container {
    display: flex;
    justify-content: flex-end;
}

#custom-mission-vision {
    background: #e5f2d4 !important;
    padding: 100px 0 !important;
}

#custom-mission-vision h2 {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 36px;
}

.blog-card-wrapper__content {
    margin-top: 30px;
}

/* floting social icon */
.floating-icons {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(100%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease;
}

.floating-icons.visible {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.icon {
    background-color: #25d366; /* WhatsApp green */
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.icon.call {
    background-color: #007bff;
}

.icon.call2 {
    background-color: #0084ff;
    color: white !important;
}

.icon:hover {
    opacity: 0.7;
    color: white;
}

.faq-section {
    padding: 60px 0;
}

.faq-header {
    font-weight: bold;
    font-size: 2rem;
}

.accordion-button {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--secondary) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    color: var(--black) !important;
    font-weight: 500;
}

.accordion-button::after {
    color: var(--secondary) !important;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-body {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 20px;
}

.continue-shoping {
    background-color: var(--priamary);
}

.confirm-icon {
    color: var(--priamary) !important;
}

.btn.btn-lg.px-4.continue-shoping:hover {
    border-color: var(--priamary) !important;
    color: var(--priamary) !important;
}
