@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800;900&family=Livvic:wght@300;400;500;600;700;900&display=swap");

:root {
    --heading-font: "Livvic", sans-serif;
    --body-font: "Inter", sans-serif;
    --subheading-font: "Dancing Script", cursive;
    --heading-one: clamp(1.75rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.5625rem, 1.7vw + 1rem, 3.125rem);
    --heading-three: clamp(1.375rem, .8vw + 1rem, 1.75rem);
    --heading-four: clamp(1.25rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.125rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1rem;
    --base-h: 84;
    --base-s: 86%;
    --base-l: 44%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--accent)));
    --base-two-h: 0;
    --base-two-s: 0%;
    --base-two-l: 15%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 46%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--base-two);
    --body-color: var(--light);
    --border-color: 0 0% 90%;
    --body-background: var(--white);
    --section-bg: var(--base-d-200);
    --rating-color: 28 87% 62%;
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow-base: 0px 0px 40px hsl(var(--base) / .25);
    --box-shadow: 0px 0px 30px hsl(var(--base-two) /.06);

    --light-bg: 0 0% 98%;

    --dark-h: 237;
    --dark-s: 57%;
    --dark-l: 15%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-100: var(--dark-h) calc(var(--dark-s) - 7%) calc(var(--dark-l) + 15%);
    --dark-200: var(--dark-h) calc(var(--dark-s) - 7%) calc(var(--dark-l) + 10%);
    --dark-300: var(--dark-h) calc(var(--dark-s) - 7%) calc(var(--dark-l) + 8%);
    --dark-400: var(--dark-h) calc(var(--dark-s) - 7%) calc(var(--dark-l) + 5%);
    --dark-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - 2%);
    --dark-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - 4%);
    --dark-700: var(--dark-h) var(--dark-s) calc(var(--dark-l) - 6%);
    --dark-800: var(--dark-h) var(--dark-s) calc(var(--dark-l) - 8%);
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --secondary-h: 210;
    --secondary-s: 11%;
    --secondary-l: 71%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --success-h: 115;
    --success-s: 100%;
    --success-l: 47%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --warning-h: 29;
    --warning-s: 88%;
    --warning-l: 59%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --violet-h: 251;
    --violet-s: 96%;
    --violet-l: 63%;
    --violet: var(--violet-h) var(--violet-s) var(--violet-l);
    --violet-d-100: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.1);
    --violet-d-200: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.2);
    --violet-d-300: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.3);
    --violet-d-400: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.4);
    --violet-d-500: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.5);
    --yellow-h: 50;
    --yellow-s: 100%;
    --yellow-l: 50%;
    --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
    --yellow-d-100: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.1);
    --yellow-d-200: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.2);
    --yellow-d-300: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.3);
    --yellow-d-400: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.4);
    --yellow-d-500: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.5);
}

.section-heading {
    text-align: center;
    margin-bottom: clamp(35px, 3.5vw, 50px);
}

.section-heading.style-two .section-heading__subtitle {
    color: hsl(var(--white));
}

.section-heading.style-two .section-heading__title {
    color: hsl(var(--white));
}

.section-heading.style-two .section-heading__desc {
    color: hsl(var(--white));
}

.section-heading__subtitle {
    font-size: clamp(20px, 3.5vw, 30px);
    font-family: var(--subheading-font);
    color: hsl(var(--base));
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: capitalize;
}

.section-heading__title {
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-heading__desc {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(16px, 3.5vw, 22px);
}

.section-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    .section-title {
        font-size: 18px;
    }
}

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

.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%;
}

.banner-section .slick-arrow,
.product-category-slider .slick-arrow,
.more-branch-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 39%;
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--base-two)/0.3);
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {

    .banner-section .slick-arrow,
    .product-category-slider .slick-arrow,
    .more-branch-slider .slick-arrow {
        width: 50px;
        height: 50px;
        visibility: visible;
        opacity: 1;
        background-color: hsl(var(--base-two)/0.2);
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {

    .banner-section .slick-arrow,
    .product-category-slider .slick-arrow,
    .more-branch-slider .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.banner-section .slick-arrow:hover,
.product-category-slider .slick-arrow:hover,
.more-branch-slider .slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {

    .banner-section .slick-arrow:hover,
    .banner-section .slick-arrow:focus,
    .product-category-slider .slick-arrow:hover,
    .product-category-slider .slick-arrow:focus,
    .more-branch-slider .slick-arrow:hover,
    .more-branch-slider .slick-arrow:focus {
        background-color: hsl(var(--base-two)/0.7);
    }
}

.banner-section .slick-next,
.product-category-slider .slick-next,
.more-branch-slider .slick-next {
    right: 20px;
}

@media screen and (max-width: 991px) {

    .banner-section .slick-next,
    .product-category-slider .slick-next,
    .more-branch-slider .slick-next {
        right: 20px;
    }
}

@media screen and (max-width: 575px) {

    .banner-section .slick-next,
    .product-category-slider .slick-next,
    .more-branch-slider .slick-next {
        right: 10px;
    }
}

.banner-section .slick-prev,
.product-category-slider .slick-prev,
.more-branch-slider .slick-prev {
    left: 20px;
}

@media screen and (max-width: 991px) {

    .banner-section .slick-prev,
    .product-category-slider .slick-prev,
    .more-branch-slider .slick-prev {
        left: 20px;
    }
}

@media screen and (max-width: 575px) {

    .banner-section .slick-prev,
    .product-category-slider .slick-prev,
    .more-branch-slider .slick-prev {
        left: 10px;
    }
}

.product-category-slider .slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .product-category-slider .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .product-category-slider .slick-next {
        right: 10px;
    }
}

.product-category-slider .slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .product-category-slider .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .product-category-slider .slick-prev {
        left: 10px;
    }
}

.top-selling-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.4s;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    top: -47px;
}

@media screen and (max-width: 767px) {
    .top-selling-slider .slick-arrow {
        top: -37px;
    }
}

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

.top-selling-slider .slick-next {
    right: 10px;
    background-color: hsl(var(--base-two));
}

.top-selling-slider .slick-prev {
    right: 52px;
}

.slick-dots {
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .slick-dots {
        margin-top: 0;
    }
}

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

.slick-dots li button {
    border: none;
    background-color: hsl(var(--base-two)/0.6);
    color: hsl(var(--white));
    margin: 0 3px;
    width: 10px;
    height: 12px;
    border-radius: 1px;
    text-indent: -9999px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: 0.2s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    transform: scale(1.3);
}

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

.section-base-light {
    background-color: hsl(var(--base)/0.062) !important;
}

.section-bg-light {
    background-color: #FAFAFA !important;
}

.bg-light {
    background-color: #FAFAFA !important;
}

.full-display {
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
}

.custom--container {
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .custom--container {
        padding: 0;
    }
}

.custom--container .action-list {
    margin: 0 -20px;
}

@media screen and (max-width: 767px) {
    .custom--container .action-list {
        padding-left: 10px;
    }
}

@media screen and (max-width: 424px) {
    .custom--container .action-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .custom--container .action-list {
        margin: 0 10px;
    }
}

@media screen and (max-width: 424px) {
    .custom--container .action-list {
        margin: 0;
    }
}

.custom--container .action-list__item {
    padding: 0 20px;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .custom--container .action-list__item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 424px) {
    .custom--container .action-list__item {
        padding: 0 6px;
    }
}

.bg--base {
    background-color: hsl(var(--base)) !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;
}

.text--base {
    color: hsl(var(--base)) !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;
}

.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;
    }
}

.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;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-background));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

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

@media (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

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

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

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

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

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

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

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: hsl(var(--base));
}

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: hsl(var(--white));
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
}

.border--base {
    border-color: hsl(var(--base)) !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;
}

.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--base-two)/0.9);
    box-shadow: var(--box-shadow);
    background-color: transparent !important;
    border-radius: 3px;
}

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

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--white));
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media (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: hsl(var(--white));
    color: var(--heading-color);
    font-size: 18px;
    padding: 15px;
}

@media (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: hsl(var(--base));
    background-color: hsl(var(--base-two)) !important;
    box-shadow: none;
}

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 600;
    content: "\f068";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 15px;
    color: hsl(var(--body-color));
}

@media (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: "\f067";
}

button {
    border: none;
    transition: 0.2s linear;
}

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

.btn {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 11px 29px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: none;
    text-align: center;
    border: 1px solid transparent;
    font-family: var(--heading-font);
    font-weight: 600;
    font-family: var(--body-font);
}

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

@media (max-width: 767px) {
    .btn {
        padding: 10px 25px;
    }
}

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

.btn:hover,
.btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

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

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

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

.btn--sm {
    padding: 6px 15px;
}

@media (max-width: 767px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--icon {
    line-height: 1;
    font-size: 15px;
    padding: 10px;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
}

.btn--icon.rating:hover,
.btn--icon.rating:focus {
    background-color: hsl(var(--warning));
    border-color: hsl(var(--warning));
}

.btn--icon.rating:hover i,
.btn--icon.rating:focus i {
    color: hsl(var(--white));
}

.btn--icon.rating i {
    color: hsl(var(--warning));
}

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

.btn--icon i {
    color: hsl(var(--base));
    transition: 0.2s linear;
}

.btn--icon:hover i,
.btn--icon:focus i {
    color: hsl(var(--white));
}

.btn--base {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 14px;
    text-transform: uppercase;
}

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

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

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

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

.btn--white {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .btn--white {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .btn--white {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom--card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
    padding: 30px;
}

.card-header {
    padding: 15px 0;
    border-bottom: 1px solid hsl(var(--black)/.1);
    padding-top: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    border-radius: 5px;
    padding: 20px 0;
}

.custom--card .card-title {
    margin-bottom: 0;
}

.custom--card .card-header,
.custom--card .card-footer {
    background-color: hsl(var(--white));
}

.custom--card .card-footer {
    padding: 20px 0;
    border-top: 1px solid hsl(var(--black)/.1);
    padding-bottom: 0;
}

.custom--card .card-body__icon {
    font-size: 26px;
    color: hsl(var(--white));
}

.custom--card .card-title {
    font-size: 25px;
}

.form--label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: hsl(var(--body-color));
}

.form--control {
    height: 45px;
    border-radius: 3px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 0px 15px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--bdoy-color));
}

.form--control::placeholder {
    color: hsl(var(--base-two)/0.3);
    font-size: 14px;
}

.form--control:focus {
    border-radius: 3px;
    box-shadow: none;
    border-color: hsl(var(--base));
}

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

.form--control[type=file] {
    padding: 0;
    position: relative;
    color: hsl(var(--body-color));
    font-size: 14px;
}

.form--control[type="file"]::file-selector-button {
    border-radius: 0;
    background: hsl(var(--base)) !important;
    transition: 1s;
    border: 0;
    padding: 3px 26px;
    height: 50px;
    line-height: 50px;
    color: hsl(var(--white)) !important;
}

textarea.form--control {
    height: auto;
    padding: 15px;
}

.input--group {
    position: relative;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

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

#send-amount input[type=file] {
    color: hsl(var(--base));
    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;
}

.custom--select {
    position: relative;
}

.custom--select.style-two .icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    background-color: hsl(var(--white));
    height: 80%;
    width: 25%;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
}

.custom--select.style-two .icon i {
    margin-left: 10px;
    margin-top: -10px;
}

.custom--select.style-two .form--select {
    border: 1px solid hsl(var(--black)/0.08);
}

.custom--select.style-two .form--select:focus {
    border-radius: 3px;
    box-shadow: var(--box-shadow);
}

.custom--select .icon {
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 15px;
    z-index: 3;
}

.form--select {
    height: 50px;
    position: relative;
    padding-left: 10px;
    background-color: hsl(var(--body-background)/0.6);
    border: 1px solid hsl(var(--black)/0.08);
    color: hsl(var(--white));
    background-image: none;
}

.form--select.style-two {
    padding-left: 60px;
}

.form--select:focus {
    background-color: hsl(var(--body-background)/0.4);
    box-shadow: none;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid hsl(var(--body-color));
    margin-right: 10px;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !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: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--base));
    position: relative;
    margin-right: 5px;
}

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

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

.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: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

#reviewModal .form--radio {
    margin-right: 15px;
}

/*  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: hsl(var(--base));
}

.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: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  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>');
}

.nice--select {
    color: hsl(var(--body-color));
    background-color: transparent !important;
    border: 1px solid hsl(var(--border-color));
    padding: 0 15px !important;
}

.nice--select .current {
    font-size: 14px;
    font-family: var(--body-font);
    color: hsl(var(--base-two)/0.3);
}

.nice--select .list {
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    max-height: 200px;
    overflow-y: auto;
}

.nice--select .list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.nice--select:focus {
    border: 1px solid hsl(var(--base));
}

.nice--select::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--body-color));
}

.nice--select::after {
    display: none;
}

.nice--select.open:after {
    transform: rotate(0deg);
}

.nice--select .option {
    color: hsl(var(--white)/0.4);
    font-size: 14px;
    font-family: var(--body-font);
    color: hsl(var(--body-color));
}

.nice--select .option.selected.focus {
    font-weight: 600;
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--base-two));
}

.nice--select .option.selected.focus:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.nice--select .option:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.nice--select .wide {
    border: 1px solid hsl(var(--base-two)/0.08);
    gap: 0px;
}

.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.08);
    margin-bottom: 25px;
    padding: 25px 25px 15px 25px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 25px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));

}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border-radius: 10px !important;
}

.modal-footer>* {
    margin: 0;
}

.custom--modal .modal-body {
    padding: 0 25px 25px;
}

.custom--modal .modal-icon i {
    font-size: 32px;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 15px;
    border-top: 1px solid hsl(var(--black)/0.08);
    justify-content: flex-end;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

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

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

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base-two)/0.08);
    margin: 0 5px;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    color: hsl(var(--body-color));
    padding: 0;
}

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

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

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

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    font-size: 15px;
    padding: 15px;
    color: hsl(var(--heading-color));
    font-family: var(--heading-font);
    font-weight: 500;
    border-top: 1px solid hsl(var(--border-color));
    border-bottom: 1px solid hsl(var(--border-color));
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 10px 0 0 0;
    border-left: 1px solid hsl(var(--border-color));
}

.table thead tr th:last-child {
    border-radius: 0 10px 0 0;
    text-align: right;
    border-right: 1px solid hsl(var(--border-color));
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--border-color));
}

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

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--border-color));
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--border-color));
}

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

    .table--responsive--md tbody tr {
        display: block;
    }

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

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

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

    .table--responsive--md tbody tr td::before {
        display: block;
    }

    .table--responsive--md tbody tr td.td-list-wrapper {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr {
        border: 0;
        background-color: hsl(var(--base-two)/0.03);
    }

    .table--responsive--md tbody tr:nth-child(even) {
        background-color: hsl(var(--base)/0.05);
    }

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

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

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

    .table--responsive--lg tbody tr {
        display: block;
    }

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

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

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

    .table--responsive--lg tbody tr td::before {
        display: block;
    }

    .table--responsive--lg tbody tr td.td-list-wrapper {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr {
        border: 0;
        background-color: hsl(var(--base-two)/0.03);
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--base)/0.05);
    }

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

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

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

    .table--responsive--xl tbody tr {
        display: block;
    }

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

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

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

    .table--responsive--xl tbody tr td::before {
        display: block;
    }

    .table--responsive--xl tbody tr.td-list-wrapper {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr {
        border: 0;
        background-color: hsl(var(--base-two)/0.03);
    }

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

    .table--responsive--xl tbody tr td {
        border: 0;
    }

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

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

    .table--responsive--xxl tbody tr {
        display: block;
    }

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

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

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

    .table--responsive--xxl tbody tr td::before {
        display: block;
    }

    .table--responsive--xxl tbody tr td.td-list-wrapper {
        display: block !important;
    }
}

@media (max-width: 1399px) {
    .table--responsive--xxl tbody tr {
        border: 0;
        background-color: hsl(var(--base-two)/0.03);
    }

    .table--responsive--xxl tbody tr:nth-child(even) {
        background-color: hsl(var(--base)/0.05);
    }

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

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

.custom--tab {
    justify-content: start;
    border-radius: 6px;
    margin-bottom: 30px;
}

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

.custom--tab .nav-item .nav-link {
    color: hsl(var(--heading-color));
    font-weight: 700;
    padding: 8px 25px;
    background-color: hsl(var(--base-two)/0.06) !important;
    border-radius: 2px;
    transition: 0.2s linear;
    font-family: var(--heading-font);
}

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

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

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base)) !important;
}

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

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

.badge {
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

.badge--dark {
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #000000;
    color: #000000;
}

/* ================= Floting Input Start ================= */
.input--floating {
    position: relative;
}

.input--floating a {
    font-size: 15px;
    font-weight: 500;
}

.input--floating a:hover {
    color: hsl(var(--base));
}

.input--floating .form--control {
    height: 40px;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base-two));
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.input--floating .form--control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    outline: none;
    border: 1px solid hsl(var(--base));
}

.input--floating .form--control:focus~.form--label {
    top: 0;
    left: 15px;
    z-index: 5;
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--base-two));
    transition: all 0.2s ease-in-out;
}

.input--floating .form--control::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    color: transparent;
    font-size: 13px;
}

.input--floating .form--control:not(:placeholder-shown).form--control:not(:focus)~.form--label {
    top: 0;
    left: 15px;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}

.input--floating .form--label {
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: text;
    transform: translateY(-50%);
    color: hsl(var(--base-two));
    padding: 4px 4px;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.2s ease;
    line-height: 0.8;
    pointer-events: none;
    z-index: 1;
    background-color: transparent;
}

.input--floating .form--label::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 53%;
    background-color: hsl(var(--base-two));
    transform: translateY(-50%);
    z-index: -1;
}

select.form-control.form--control:has(option)~.form--label {
    top: 0% !important;
}

/* ================= Floting Input End ================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

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

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

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

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

.header-bottom {
    position: relative;
    z-index: 5;
    background-color: hsl(var(--base));
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 991px) {
    .header-bottom {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 43px;
        padding: 10px 0;
        background-color: hsl(var(--base));
        z-index: 99;
    }
}

.header-bottom.fixed-header {
    background-color: hsl(var(--base));
    box-shadow: hsl(var(--header-box-shadow));
    box-shadow: var(--header-box-shadow);
    position: sticky;
    transition: 0.3s linear;
    top: -1px;
    animation: slide-down 0.8s;
    width: 100%;
    z-index: 99;
}

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

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

.navbar {
    padding: 0 !important;
}

.nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
}

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

@media (max-width: 991px) {
    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        padding: 0px;
    }
}

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

.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: 500;
    font-size: 16px;
    color: hsl(var(--white)) !important;
    padding: 33px 0 !important;
    position: relative;
    cursor: pointer;
}

.nav-menu .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
}

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

@media (max-width: 991px) {
    .nav-menu .nav-item .nav-link {
        display: inline-block;
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 10px 0 !important;
    }
}

.nav-menu .nav-item .nav-link:hover::before {
    transition: 0.3s;
}

.nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 30px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--white));
    transform: translateX(-50%);
    transition: 0.3s;
}

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

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

@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.2s linear;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .dropdown-menu {
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: none;
        background-color: hsl(var(--base));
        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: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.3);
        margin-left: 20px;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: 30px;
}

.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;
}

.header-top {
    background-color: hsl(var(--base-two));
    border-bottom: 1px solid hsl(var(--base)/0.08);
    padding: 4px 0px;
    position: relative;
}

.header-top .social-list.style-two .social-list__link {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.top-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        justify-content: center;
    }
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.contact-list__item {
    padding: 10px 20px;
    position: relative;
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-right: 10px;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 700;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .login-registration-list__item::before {
        width: 2px;
    }
}

.login-registration-list__icon {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .login-registration-list__icon {
        color: hsl(var(--white));
        font-size: 14px;
    }
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 700;
    font-family: var(--body-font);
}

@media (max-width: 575px) {
    .login-registration-list__link {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .login-registration-list__link {
        font-size: 14px;
        font-weight: 500;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

.language-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.language-box__icon {
    color: hsl(var(--base));
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .language-box__icon {
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 424px) {
    .language-box__icon {
        font-size: 14px;
    }
}

.language-box .nice--select {
    border: 0;
    padding-right: 20px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 0 !important;
}

.language-box .nice--select::before {
    right: 0px;
    color: hsl(var(--white));
}

.language-box .nice--select .list {
    border-radius: 0 !important;
}

.language-box .nice--select .current {
    font-size: 16px;
    color: hsl(var(--white));
    font-weight: 700;
}

@media screen and (max-width: 424px) {
    .language-box .nice--select .current {
        font-size: 14px;
        font-weight: 500;
    }
}

.language-box .nice--select .option {
    line-height: 30px;
    min-height: 30px;
    padding: 2px 10px;
    color: hsl(var(--body-color)) !important;
    background-color: hsl(var(--white));
}

.language-box .nice--select .option:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.language-box .nice--select .option.selected.focus {
    color: hsl(var(--body-color)) !important;
}

.language-box .nice--select .option.selected.focus:hover {
    color: hsl(var(--white)) !important;
}

.breadcumb {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
}

.breadcumb.bg-img {
    background-position: bottom center;
}

@media screen and (max-width: 1199px) {
    .breadcumb {
        padding: 120px 0 170px;
    }
}

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

@media screen and (max-width: 767px) {
    .breadcumb {
        padding: 80px 0 80px;
    }
}

.breadcumb__wrapper {
    text-align: center;
}

.breadcumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

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

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

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

.breadcumb__item-text {
    color: hsl(var(--base));
}

.breadcumb__link {
    color: hsl(var(--white));
    font-weight: 500;
}

.breadcumb__link:hover {
    color: hsl(var(--base));
}

.footer-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-area__img {
    position: absolute;
    z-index: 1;
}

.footer-area__img.one {
    left: 0;
    bottom: 0;
}

@media (max-width: 1610px) {
    .footer-area__img.one {
        display: none;
    }
}

.footer-area__img.two {
    right: 0;
    bottom: 0;
}

@media (max-width: 1699px) {
    .footer-area__img.two {
        display: none;
    }
}

.footer-item__title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base));
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-height: 50px;
}

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

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

@media (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: 15px;
    padding: 0 0 0 15px;
    position: relative;
}

.footer-menu__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: hsl(var(--base));
}

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

.footer-contact-menu {
    margin: -6px 0;
}

.footer-contact-menu__item {
    display: flex;
    padding: 6px 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base));
    font-size: 20px;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}


.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(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 hsl(var(--base));
    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;
    }
}

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

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

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base-two));
    opacity: 0.8;
    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: hsl(var(--base));
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.scroll-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    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 (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-two-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(--base-two-d-100));
    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 (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.search-btn {
    background-color: transparent;
    color: hsl(var(--white));
    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: hsl(var(--base));
}

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

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

.toggle-search-box button {
    background-color: transparent;
    color: hsl(var(--white));
    transform: scaleX(-1);
}

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

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

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

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

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

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

.social-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media screen and (max-width: 424px) {
    .social-list {
        margin: 0 -3px;
    }
}

.social-list.style-two .social-list__link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--white)/0.4);
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
}

.social-list.style-two .social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border: 1px solid transparent;
}

.social-list.style-three .social-list__link {
    border: 0;
    background-color: hsl(var(--base-two));
}

.social-list.style-three .social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border: 0;
}

.social-list__item {
    margin: 0 5px;
}

@media screen and (max-width: 424px) {
    .social-list__item {
        margin: 0 3px;
    }
}

.social-list__link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--body-color)/0.2);
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--body-color)/0.5);
}

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

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

.social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.text-list {
    margin: -8px 0px;
}

.text-list.inline {
    display: flex;
    align-items: center;
    margin: 0px -8px;
}

.text-list.inline .text-list__item {
    padding: 0px 8px;
    font-size: 15px;
}

@media screen and (max-width: 424px) {
    .text-list.inline .text-list__item {
        font-size: 14px;
    }
}

.text-list__item {
    padding: 8px 0px;
    color: hsl(var(--body-color));
}

.text-list__item-icon {
    color: hsl(var(--base));
    font-size: 15px;
    margin-right: 5px;
}

@media screen and (max-width: 424px) {
    .text-list__item-icon {
        font-size: 12px;
        margin-right: 3px;
    }
}

.blog-sidebar {
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 5px;
    position: sticky;
    top: 100px;
}

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

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

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
}

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

.latest-blog {
    display: flex;
    flex-wrap: wrap;
}

.latest-blog:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.latest-blog__thumb {
    width: 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: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--white)/0.2);
}

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

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

.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(--white));
    border: 1px solid hsl(var(--white)/0.2);
    padding: 6px 20px;
    border-radius: 3px;
}

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

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

.comment-list__item:not(:last-child) {
    margin-bottom: 20px;
}

.comment-list__item .comment-list__content-wrapper {
    background-color: hsl(var(--base)/0.1);
}

.comment-list__item .comment-list__content-wrapper.admin-reply {
    background-color: hsl(var(--primary)/0.1);
}

.comment-list__content-wrapper {
    padding: 30px;
    border-radius: 10px;
}

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

@media screen and (max-width: 424px) {
    .comment-list__content-wrapper {
        padding: 20px 15px;
    }
}

.comment-list__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.comment-list__name {
    margin-bottom: 0;
}

.comment-list__desc {
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .comment-list__desc {
        margin-top: 15px;
    }
}

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

.comment-list .comment-list.style-right .comment-list__item {
    margin-top: 20px;
}

.comment-list .comment-list.style-right .comment-list__item:nth-child(odd) .comment-list__content-wrapper {
    background-color: hsl(var(--primary)/0.1);
}

.comment-list .comment-list.style-right .comment-list__item:nth-child(even) .comment-list__content-wrapper {
    background-color: hsl(var(--base)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

@media screen and (max-width: 424px) {
    .comment-list .comment-list {
        margin-left: 25px;
    }
}

.dashboard {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .dashboard {
        background-color: #FAFAFA !important;
    }
}

.dashboard-header {
    top: 0;
    padding: 15px;
    position: sticky;
    z-index: 99;
    background-color: hsl(var(--base-two)) !important;
}

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

.dashboard-header .navbar {
    justify-content: space-between;
}

.dashboard-body {
    position: relative;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 50px;
    margin-left: 250px;
}

@media screen and (max-width: 1399px) {
    .dashboard-body {
        padding: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-body {
        width: 100%;
        padding: 40px;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-body {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-body {
        margin-bottom: 20px;
    }
}

.dashboard-body__bar-icon {
    background: hsl(var(--base));
    padding: 0;
    margin-left: 20px;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    font-size: 26px;
    border-radius: 4px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.dashboard-body__left,
.dashboard-body__right {
    padding: 40px;
    border-radius: 5px;
    height: 100%;
}

@media (max-width: 1699px) {

    .dashboard-body__left,
    .dashboard-body__right {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {

    .dashboard-body__left,
    .dashboard-body__right {
        padding: 20px 0;
    }
}

.dashboard-card {
    background-color: hsl(var(--base)/0.042);
    border: 1px solid hsl(var(--base));
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.dashboard-card__icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    border-radius: 50%;
    background-color: hsl(var(--base));
    font-size: 24px;
}

.dashboard-card__content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.dashboard-card__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--heading-color));
    margin-bottom: 3px;
}

.dashboard-card__order {
    margin-bottom: 0;
    font-weight: 600;
}

.dashboard-card__order-text {
    color: hsl(var(--body-color));
}

.card--base {
    background-color: hsl(var(--base)/0.042);
    border-color: hsl(var(--base));
}

.card--base .dashboard-card__icon {
    background-color: hsl(var(--base));
}

.card--danger {
    background-color: hsl(var(--danger)/0.042);
    border-color: hsl(var(--danger));
}

.card--danger .dashboard-card__icon {
    background-color: hsl(var(--danger));
}

.card--violet {
    background-color: hsl(var(--violet)/0.042);
    border-color: hsl(var(--violet));
}

.card--violet .dashboard-card__icon {
    background-color: hsl(var(--violet));
}

.card--info {
    background-color: hsl(var(--info)/0.042);
    border-color: hsl(var(--info));
}

.card--info .dashboard-card__icon {
    background-color: hsl(var(--info));
}

.card--success {
    background-color: hsl(var(--success)/0.042);
    border-color: hsl(var(--success));
}

.card--success .dashboard-card__icon {
    background-color: hsl(var(--success));
}

.card--warning {
    background-color: hsl(var(--warning)/0.042);
    border-color: hsl(var(--warning));
}

.card--warning .dashboard-card__icon {
    background-color: hsl(var(--warning));
}

.card--primary {
    background-color: hsl(var(--primary)/0.042);
    border-color: hsl(var(--primary));
}

.card--primary .dashboard-card__icon {
    background-color: hsl(var(--primary));
}

.card--yellow {
    background-color: hsl(var(--yellow)/0.042);
    border-color: hsl(var(--yellow));
}

.card--yellow .dashboard-card__icon {
    background-color: hsl(var(--yellow));
}

.dashboard-box {
    background-color: hsl(var(--white));
    padding: 25px 25px;
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .dashboard-box {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 375px) {
    .dashboard-box__title {
        font-size: 16px;
    }
}

.payment-list {
    margin: -7px 0;
}

.payment-list__item {
    padding: 7px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.last-product-wrapper {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
}

.last-product-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .last-product-item {
        padding: 15px;
    }
}

.last-product-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color));
}

.last-product-item__content {
    display: flex;
    flex-wrap: wrap;
}

.last-product-item__thumb {
    height: 100%;
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 375px) {
    .last-product-item__thumb {
        width: 50px;
    }
}

.last-product-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-product-item__info {
    width: calc(100% - 70px);
    padding-left: 15px;
}

@media screen and (max-width: 375px) {
    .last-product-item__info {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
}

.last-product-item__name {
    margin-bottom: 0;
}

.last-product-item__quantity {
    margin-left: 10px;
    text-transform: capitalize;
}

@media screen and (max-width: 424px) {
    .last-product-item__quantity {
        margin-left: 5px;
        font-size: 14px;
    }
}

.last-product-item__size {
    text-transform: capitalize;
}

@media screen and (max-width: 424px) {
    .last-product-item__size {
        font-size: 14px;
    }
}

.last-product-item__price {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.last-product-item__delete {
    color: hsl(var(--danger));
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--danger)/0.08);
    border-radius: 50%;
    transition: 0.2s linear;
}

.last-product-item__delete:hover {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

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

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

.search-form {
    margin-top: 50px;
    border: 10px solid hsl(var(--white)/0.15);
}

@media (max-width: 575px) {
    .search-form {
        border-width: 7px;
    }
}

.search-form .form--control {
    background-color: hsl(var(--white));
    color: hsl(var(--base-two));
    border-radius: 0;
    font-weight: 500;
    padding-right: 140px;
}

.search-form .form--control::placeholder {
    color: hsl(var(--black)/0.4) !important;
    font-weight: 500;
}

.search-form .btn--base {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    height: 100%;
    align-items: center;
}

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

.hex {
    position: relative;
    margin: 20px auto;
    width: 185px;
    height: 300px;
    border-radius: 15px;
    background-color: hsl(var(--base));
    transform: rotate(30deg);
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
}

.hex:before {
    transform: rotate(-60deg);
}

.hex:after {
    transform: rotate(60deg);
}

.shape {
    position: absolute;
}

.shape.one {
    left: 40%;
    bottom: 20%;
    max-width: 3%;
    animation: banner_shape_one 8s linear infinite;
}

.shape.two {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_two 15s linear infinite;
}

.shape.three {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_three 8s linear infinite;
}

.shape.four {
    bottom: 13%;
    left: 11%;
    max-width: 5%;
    animation: banner_shape_four 8s linear infinite;
}

.shape.five {
    right: 6%;
    bottom: 16%;
    transform: rotate(108deg);
    max-width: 4%;
    animation: banner_shape_five 8s linear infinite;
}

.shape.six {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
    bottom: 13%;
    left: 11%;
    max-width: 5%;
    animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_ten 10s linear infinite;
    transform: rotate(-60deg);
}

.shape.eleven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
    right: 0;
    bottom: 30%;
    max-width: 4%;
    animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
    0% {
        transform: translate(0px);
    }

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

    100% {
        transform: translate(0px);
    }
}

@keyframes banner_shape_two {
    0% {
        transform: translateX(0px) translateY(40px);
    }

    25% {
        transform: translateX(40px) translateY(0px);
    }

    50% {
        transform: translateX(0px) translateY(-40px);
    }

    75% {
        transform: translateX(-40px) translateY(0px);
    }

    100% {
        transform: translateX(0px) translateY(40px);
    }
}

@keyframes banner_shape_three {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    50% {
        transform: translateX(50px) rotate(180deg);
    }

    100% {
        transform: translateX(0px) rotate(360deg);
    }
}

@keyframes banner_shape_four {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes banner_shape_five {
    0% {
        transform: translateX(0px) rotate(108deg);
    }

    50% {
        transform: translateX(50px) rotate(130deg);
    }

    100% {
        transform: translateX(0px) rotate(108deg);
    }
}

@keyframes banner_shape_six {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes banner_shape_seven {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

@keyframes banner_shape_eight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes banner_shape_nine {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(180deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_ten {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_thirteen {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 0;
    }
}

@keyframes banner_shape_fourteen {
    0% {
        left: 10px;
        transform: rotate(0deg);
    }

    50% {
        left: 100px;
        transform: rotate(1000deg);
    }

    100% {
        left: 10px;
        transform: rotate(360deg);
    }
}

@keyframes banner_shape_eleven {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.action-list {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -30px;
}

@media (max-width: 575px) {
    .action-list {
        padding: 0px -10px;
    } 
}

@media screen and (max-width: 991px) {
    .action-list {
        justify-content: center;
        margin: 0;
    }
}

.action-list.dashboard-list .action-list__link-text {
    background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .action-list.dashboard-list .action-list__link-text {
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
}
.action-list__link .cart-subtotal {
    font-size: 13px;
}
.action-list__item {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 30px;
    position: relative;
}
@media (max-width: 991px) {
    .action-list__item {
        padding: 5px 20px;
    } 
}
@media (max-width: 575px) {
    .action-list__item {
        padding: 5px 10px;
    } 
}

.action-list__item:last-child::before {
    display: none;
}

.action-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

@media screen and (max-width: 424px) {
    .action-list__item::before {
        display: none;
    }
}

.action-list__link {
    color: hsl(var(--white));
    position: relative;
    font-family: var(--body-font);
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .action-list__link {
        font-size: 13px;
    }
}

.action-list__link:hover {
    color: hsl(var(--white));
}

.action-list__link-icon {
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

@media screen and (max-width: 991px) {
    .action-list__link-icon {
        font-size: 16px;
    }
}

.action-list__link-text {
    position: absolute;
    top: -2px;
    right: -16px;
    width: 20px;
    height: 20px;
    background-color: hsl(var(--base-two));
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .action-list__link-text {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background-color: hsl(var(--base));
    }
}

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

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__item.disable {
    color: hsl(var(--body-color));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

.product-sidebar-filter {
    text-align: right;
    margin-bottom: 30px;
}

.product-sidebar-filter__button {
    background-color: hsl(var(--base));
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
    color: hsl(var(--white));
    font-size: 25px;
    border-radius: 5px;
    transition: 0.2s linear;
}

.product-sidebar-filter__button:hover,
.product-sidebar-filter__button:focus {
    background-color: hsl(var(--base-d-100));
}

.product-sidebar-filter__button .text {
    font-size: 20px;
}

.product-sidebar-close {
    text-align: right;
    right: 20px;
    transform: translateY(20px);
}

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

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

.product-sidebar {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    .product-sidebar {
        min-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        border-radius: 0;
        height: 100vh;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: 0.2s linear;
    }

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

.product-sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

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

.product-sidebar-item {
    padding: 35px 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
    .product-sidebar-item {
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .product-sidebar-item {
        padding: 25px 0;
    }
}

.product-sidebar-item__title {
    margin-bottom: 10px;
}

.product-sidebar-list {
    margin: -5px 0;
}

.product-sidebar-list__item {
    padding: 5px 0;
}

.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: 60%;
    text-align: right;
}

.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-two)/0.2);
}

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

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

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

.dashboard-sidebar {
    width: 250px;
    overflow-y: auto;
    height: 84.4vh;
    background-color: hsl(var(--base-two));
    padding: 35px 0;
    min-height: 100%;
    position: fixed;
    transition: 0.2s linear;
    left: 0;
    z-index: 9;
    top: 0;
    padding-top: 85px;
}

.dashboard-sidebar::-webkit-scrollbar {
    width: 3px;
}

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

@media screen and (max-width: 991px) {
    .dashboard-sidebar {
        position: fixed;
        z-index: 99;
        width: 320px;
        top: 0;
        left: 0;
        padding-top: 70px;
        transform: translateX(-100%);
    }
}

.dashboard-user__content {
    padding: 35px 20px;
}

@media screen and (max-width: 991px) {
    .dashboard-user__content {
        padding: 0 15px 25px;
    }
}

.dashboard-user__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.dashboard-user__info {
    text-align: center;
    margin-top: 20px;
}

.dashboard-user__name {
    color: hsl(var(--white));
    margin-bottom: 5px;
    font-weight: 600;
}

.dashboard-user__email {
    color: hsl(var(--white));
}

.dashboard-sidebar-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--danger));
    width: 35px;
    height: 35px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.2s linear;
    cursor: pointer;
}

.dashboard-sidebar-menu__close:hover,
.dashboard-sidebar-menu__close:focus {
    background-color: hsl(var(--danger));
    border-color: hsl(var(--danger));
}

.dashboard-menu {
    margin: -5px 0;
}

.dashboard-menu.sub-menu {
    display: none;
    margin: 0px 0;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 30px;
}

.dashboard-menu__item {
    position: relative;
}

@media screen and (max-width: 991px) {
    .dashboard-menu__item:last-child .dashboard-menu__link {
        border-bottom: 0;
    }
}

.dashboard-menu__link {
    color: hsl(var(--white)/0.8);
    background-color: transparent;
    width: 100%;
    padding: 10px 20px;
    font-weight: 300;
    position: relative;
    transition: 0.2s linear;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .dashboard-menu__link {
        border-bottom: 1px solid hsl(var(--white)/0.08);
    }
}

.dashboard-menu__link::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--base));
    visibility: hidden;
    transform-origin: center;
    opacity: 0;
    transition: 0.2s linear;
}

.dashboard-menu__link:hover {
    color: hsl(var(--base));
}

.dashboard-menu__link:hover::before {
    visibility: visible;
    opacity: 1;
    height: 50%;
}

.dashboard-menu__link.active {
    color: hsl(var(--base));
}

.dashboard-menu__link.active::before {
    visibility: visible;
    opacity: 1;
    height: 50%;
}

.dashboard-menu__link-icon {
    font-size: 15px;
    margin-right: 5px;
}

.dashboard-menu__link-arrow {
    float: right;
    transition: 0.1s linear;
    font-size: 13px;
}

.dashboard-menu__link-arrow.show {
    transform: rotate(90deg);
}

.banner-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-section.slick-slider {
    margin: 0;
}

.banner-section .slick-slide {
    padding: 0px !important;
}

.banner-slider {
    position: relative;
    z-index: 1;
    padding: 160px 0 215px;
}

@media screen and (max-width: 1199px) {
    .banner-slider {
        padding: 130px 0 175px;
    }
}

@media screen and (max-width: 991px) {
    .banner-slider {
        padding: 180px 0 120px;
    }
}

@media screen and (max-width: 767px) {
    .banner-slider {
        padding: 160px 0 100px;
    }
}

@media screen and (max-width: 575px) {
    .banner-slider {
        padding: 133px 0 80px;
    }
}

.banner-slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black));
    opacity: 0.5;
    z-index: -1;
    display: none;
}

@media screen and (max-width: 991px) {
    .banner-slider::before {
        display: block;
    }
}

@media (max-width: 767px) {
    .banner-inner {
        display: none;
    }
}

.banner-inner__img {
    position: absolute;
    left: -20%;
    width: 40%;
    top: 10%;
    z-index: -1;
    opacity: 0.3;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-content__title {
    color: hsl(var(--white));
    text-transform: capitalize;
}

.banner-content__desc {
    max-width: 600px;
    color: hsl(var(--white));
    font-size: clamp(18px, 3.5vw, 22px);
}

.banner-content__button {
    padding-top: 35px;
    margin: -3px -10px;
}

@media (max-width: 575px) {
    .banner-content__button {
        margin: -3px -5px;
    }
}

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

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

.product-category-item {
    text-align: center;
}

.product-category-item__thumb {
    overflow: hidden;
    border: 8px solid hsl(var(--base));
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--base)/0.06);
}

.product-category-item__thumb img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .product-category-item__thumb img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 575px) {
    .product-category-item__thumb img {
        width: 80px;
        height: 80px;
    }
}

.product-category-item__name {
    margin-bottom: 0;
}

.product-category-item__link {
    margin-top: 15px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    font-size: 20px;
}

.product-category-item {
    text-align: center;
}

.product-category-item__thumb {
    overflow: hidden;
    border: 8px solid hsl(var(--base));
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--base)/0.06);
}

.product-category-item__name {
    margin-bottom: 0;
}

.product-category-item__link {
    margin-top: 15px;
    font-weight: 600;
    color: hsl(var(--heading-color));
    font-size: 20px;
}

.product {
    background: linear-gradient(180.47deg, hsl(var(--base)/0) -2.49%, hsl(var(--base)/0.1) 46.4%, hsl(var(--base)/0) 88.25%);
}

.product-item {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .product-item {
        padding: 25px 20px;
    }
}

.product-item .rating-list {
    justify-content: center;
}

.product-item__new {
    align-items: center;
    padding: 8px 20px;
    background-color: hsl(var(--base));
    border-radius: 0 35px 35px 0;
    color: hsl(var(--white));
    position: absolute;
    left: 0;
    top: 30px;
}

.product-item__wishlist {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color)/0.5);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: hsl(var(--white));
}

.product-item__wishlist.wished {
    color: hsl(var(--white));
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
}

.product-item__thumb img {
    height: 300px;
    object-fit: contain;
    width: 100%;
}

.product-item__content {
    margin-top: 30px;
}

.product-item__name {
    margin-bottom: 8px;
}

.product-item__price {
    margin-bottom: 15px;
}

.product-item__button {
    margin-top: 25px;
}

.choose-thumb {
    height: 100%;
    display: flex;
}

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

.choose-us-item {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
    .choose-us-item {
        display: block;
    }
}

.choose-us-item.style-two {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
    .choose-us-item.style-two {
        flex-direction: row;
    }
}

.choose-us-item.style-two .choose-us-item__content {
    width: calc(100% - 80px);
    padding-left: 0;
    text-align: right;
    padding-right: 20px;
}

@media screen and (max-width: 1199px) {
    .choose-us-item.style-two .choose-us-item__content {
        width: calc(100% - 80px);
        padding-left: 20px;
        text-align: left;
        padding-right: 0px;
    }
}

@media screen and (max-width: 424px) {
    .choose-us-item.style-two .choose-us-item__content {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

.choose-us-item__icon {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 424px) {
    .choose-us-item__icon {
        margin: 0 auto;
    }
}

.choose-us-item__icon::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: transparent;
    border: 1px dashed hsl(var(--white));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-us-item__icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.choose-us-item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .choose-us-item__content {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

.choose-us-item__title {
    color: hsl(var(--white));
    margin-bottom: 15px;
}

.choose-us-item__desc {
    color: hsl(var(--white));
}

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

.more-branch-item {
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    background-color: hsl(var(--white));
    height: 100%;
}

.more-branch-item__thumb {
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
}

.more-branch-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-branch-item__content {
    padding: 20px 10px;
}

.more-branch-item__name {
    margin-bottom: 5px;
}

.more-branch-item__link {
    font-size: 15px;
}

.more-branch-item__link .icon {
    font-size: 14px;
    color: hsl(var(--base));
    margin-right: 4px;
}

.health-benefit {
    background: linear-gradient(180.47deg, hsl(var(--base)/0) -2.49%, hsl(var(--base)/0.01) 46.4%, hsl(var(--base)/0.08) 88.25%);
    position: relative;
}

.health-benefit__bottom-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.health-benefit__bottom-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.health-benefit-thumb img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.health-benefit-item {
    display: flex;
    flex-wrap: wrap;
}

.health-benefit-item__icon {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 424px) {
    .health-benefit-item__icon {
        margin: 0 auto;
    }
}

.health-benefit-item__icon::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: transparent;
    border: 1px dashed hsl(var(--white));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.health-benefit-item__icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.health-benefit-item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .health-benefit-item__content {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

.health-benefit-item__title {
    margin-bottom: 15px;
}

.bottom-footer {
    border-top: 1px solid hsl(var(--base-two)/.08);
}

.dashboard-footer {
    margin-top: auto;
    position: fixed;
    bottom: 0;
    font-size: 15px;
    background: hsl(var(--base-two));
    padding: 15px 12px;
    border-top: 1px solid hsl(var(--white)/.04);
    color: hsl(var(--base));
}

.footer-top {
    background-color: hsl(var(--base-two));
    padding: 45px 0;
}

.dashboard-sidebar-menu {
    padding-bottom: 30px;
}

.footer-top-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.footer-top-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.2);
}

@media screen and (max-width: 1399px) {
    .footer-top-item::before {
        display: none;
    }
}

.footer-top-item__icon {
    color: hsl(var(--base));
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .footer-top-item__icon {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .footer-top-item__icon {
        font-size: 25px;
    }
}

.footer-top-item__title {
    color: hsl(var(--white));
    margin-bottom: 0;
    padding-left: 10px;
}

.footer-top-item-wrapper div[class*=col]:last-child .footer-top-item::before {
    display: none;
}

.about {
    overflow: hidden;
}

.about-thumb {
    height: calc(100% - 50px);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .about-thumb {
        height: 100%;
    }
}

.about-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -50px;
    bottom: -50px;
    background-color: transparent;
    z-index: -1;
    border: 2px dashed hsl(var(--base));
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .about-thumb::before {
        display: none;
    }
}

.about-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-item {
    display: flex;
    flex-wrap: wrap;
}

.about-item:not(:last-child) {
    margin-bottom: 35px;
}

.about-item__icon {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 424px) {
    .about-item__icon {
        margin: 0 auto;
    }
}

.about-item__icon::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: transparent;
    border: 1px dashed hsl(var(--white));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-item__icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.about-item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .about-item__content {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

.about-item__title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonial-slider.slick-slider {
    margin: 0 -15px;
}

.testimonial-slider .slick-list {
    margin: -40px 0;
}

.testimonial-slider .slick-slide {
    padding: 0px 15px !important;
}

.testimonials_card {
    margin: 40px 0;
}

.testimonial-item {
    background-color: hsl(var(--white));
    padding: 50px 40px;
    border-radius: 10px;
    position: relative;
    height: 100%;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
    .testimonial-item {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item {
        padding: 25px 15px;
    }
}

.testimonial-item__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-item__info {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item__thumb {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 575px) {
    .testimonial-item__thumb {
        width: 65px;
        height: 65px;
    }
}

.testimonial-item__thumb img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border: 5px solid hsl(var(--base));
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .testimonial-item__thumb img {
        width: 65px;
        height: 65px;
        border-width: 3px;
    }
}

.testimonial-item__quate {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

@media screen and (max-width: 575px) {
    .testimonial-item__quate {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
}

.testimonial-item__quate img {
    height: auto;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .testimonial-item__quate img {
        width: 20px;
        height: 20px;
    }
}

.testimonial-item__details {
    width: calc(100% - 85px);
    padding-left: 20px;
}

@media screen and (max-width: 575px) {
    .testimonial-item__details {
        width: calc(100% - 65px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    margin-bottom: 0;
    color: hsl(var(--black));
}

.testimonial-item__designation {
    color: hsl(var(--body-color));
}

.testimonial-item__desc {
    margin-top: 25px;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .testimonial-item__desc {
        margin-top: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__desc {
        margin-top: 20px;
        font-size: 16px;
    }
}

.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: hsl(var(--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));
}

.blog-item {
    box-shadow: 0px 25px 50px hsl(var(--info)/0.05);
    background-color: hsl(var(--white));
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.4) rotate(15deg);
}

.blog-item:hover .blog-item__title-link {
    color: hsl(var(--base));
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.blog-item__content {
    background-color: hsl(var(--white));
    padding: 30px;
    height: 100%;
}

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

@media screen and (max-width: 424px) {
    .blog-item__content {
        padding: 25px 15px;
    }
}

.blog-item__title {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-details__inner {
    background-color: hsl(var(--white));
    border-radius: 3px;
}

.product-details .rating-list {
    margin-bottom: 10px;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 500px;
}

.stack-label.success {
    background-color: #EBFDEA;
    padding: 10px 12px;
    color: #3EED2F;
}

.stack-label.danger {
    background-color: #fdebeb3d;
    padding: 10px 12px;
    color: #ca4238;
}

.product-content {
    margin: 50px 30px 0px 30px;
}

@media screen and (max-width: 1199px) {
    .product-content {
        margin: 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-content {
        margin: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-content {
        margin: 20px;
    }
}

.product-details {
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .product-details {
        padding-left: 0;
    }
}

.product-details__price,
.product-details__price span {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.product-details__price del {
    font-size: 80%;
    color: rgba(0, 0, 0, 0.7);
}

.product-details__desc {
    margin-bottom: 35px;
}

.product-size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.product-size__text {
    margin-right: 15px;
}

.product-size-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.product-size-list__item {
    padding: 5px;
}

.product-size-list__btn {
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--body-color)/0.2);
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.product-size-list__btn.active {
    color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.product-another {
    margin: 50px 20px 0 0;
}

@media screen and (max-width: 1199px) {
    .product-another {
        margin: 30px;
    }
}

@media screen and (max-width: 991px) {
    .product-another {
        margin: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-another {
        margin: 20px;
    }
}

.product-another-item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid hsl(var(--border-color));
    border-radius: 3px;
    padding: 15px;
}

@media screen and (max-width: 424px) {
    .product-another-item {
        padding: 10px;
    }
}

.product-another-item:not(:last-child) {
    margin-bottom: 10px;
}

.product-another-item__thumb {
    width: 80px;
    height: auto;
}

.product-another-item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.product-another-item__name {
    margin-bottom: 6px;
}

.product-another-item__price {
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--heading-color));
    margin-bottom: 5px;
}

.qnty-cart-list {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 375px) {
    .qnty-cart-list {
        display: block;
    }
}

.qnty-cart-list__item {
    margin-right: 15px;
}

@media screen and (max-width: 375px) {
    .qnty-cart-list__item {
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

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

.product-qty {
    display: flex;
    flex-wrap: wrap;
}

.product-qty.style-two .product-qty__btn:first-child {
    border-radius: 30px 0 0 30px;
}

.product-qty.style-two .product-qty__btn:last-child {
    border-radius: 0 30px 30px 0;
}

.product-qty__btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
}

.product-qty__btn:first-child {
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.product-qty__btn:last-child {
    border-left: 0;
    border-radius: 0 3px 3px 0;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.product-details-tab {
    padding: 60px 20px 40px 30px;
    margin-top: 60px;
    border-top: 1px solid hsl(var(--border-color)/0.5);
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

@media screen and (max-width: 991px) {
    .product-details-tab {
        padding: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-details-tab {
        padding: 20px 15px 15px;
        margin-top: 20px;
    }
}

.tab-content:not(:last-child) {
    margin-bottom: 20px;
}

.tab-content.faq .tab-content__desc {
    width: calc(100% - 120px);
}

.tab-content__title {
    margin-bottom: 10px;
}

.tab-content__desc strong {
    color: hsl(var(--heading-color));
}

.specification-item__title {
    margin-bottom: 10px;
}

.specification-list {
    padding-left: 20px;
}

.specification-list__item {
    list-style: auto;
}

.specification-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.review-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -8px;
}

@media screen and (max-width: 375px) {
    .review-content {
        margin: -6px;
    }
}

.review-content:not(:last-child) {
    margin-bottom: 15px;
}

.review-content__item {
    padding: 8px;
}

@media screen and (max-width: 375px) {
    .review-content__item {
        padding: 6px;
    }
}

.review-content__item:nth-child(2) {
    flex-grow: 1;
}

.review-content__rating .rating-list__item {
    font-size: 20px;
}

@media screen and (max-width: 375px) {
    .review-content__rating .rating-list__item {
        font-size: 16px;
    }
}

.custom--progress {
    flex-grow: 1;
    min-width: 80px;
    height: 5px;
}

.custom--progress .progress-bar {
    border-radius: 35px;
    background-color: hsl(var(--warning)) !important;
}

.progress-parcentage {
    border: 1px solid hsl(var(--border-color));
    padding: 2px 10px;
    border-radius: 3px;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .progress-parcentage {
        padding: 1px 6px;
        font-size: 14px;
    }
}

.rating-group {
    background-color: hsl(var(--base)/0.1);
    text-align: center;
    height: 270px;
    width: 270px;
    padding: 30px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .rating-group {
        height: 220px;
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .rating-group {
        height: 180px;
        width: 180px;
    }
}

.rating-group__title-small {
    font-weight: 500;
    font-size: 50px;
    color: hsl(var(--heading-color)/0.5);
}

@media screen and (max-width: 1399px) {
    .rating-group__title-small {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .rating-group__title-small {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .rating-group__title-small {
        font-size: 20px;
    }
}

.review-wrapper {
    margin-top: 20px;
}

.review-item {
    padding-top: 22px;
    border-top: 1px solid hsl(var(--border-color)/0.5);
    padding-bottom: 22px;
}

.review-item__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 424px) {
    .review-item__content {
        display: block;
    }
}

@media screen and (max-width: 424px) {
    .review-item__content .rating-list {
        justify-content: flex-end;
        margin-top: 8px;
    }
}

.review-item__name {
    margin-bottom: 0;
}

.review-item__date {
    font-size: 14px;
    color: hsl(var(--body-color)/0.8);
}

.review-item__desc {
    margin-top: 12px;
}

.cart-body {
    background-color: hsl(var(--white));
    border-radius: 5px;
    padding: 30px 20px;
}

@media screen and (max-width: 767px) {
    .cart-body {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .cart-body {
        padding: 25px 13px;
    }
}

.cart-body__title {
    margin-bottom: 0;
}

.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .cart-item {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.cart-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-item__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-item__thumb {
    width: 130px;
    height: 145px;
    border-radius: 5px;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .cart-item__thumb {
        width: 100px;
        height: 120px;
    }
}

.cart-item__content {
    width: calc(100% - 130px);
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .cart-item__content {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 424px) {
    .cart-item__content {
        padding-left: 10px;
    }
}

.cart-item__title {
    margin-bottom: 5px;
}

.cart-item__size {
    font-weight: 400;
    font-size: 14px;
}

.cart-item__price {
    margin-bottom: 0px;
    margin-top: 12px;
}

.cart-item__right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .cart-item__right {
        margin-top: 15px;
        text-align: left;
    }
}

.cart-item__right-price {
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    color: hsl(var(--heading-color));
}

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

.add-remove {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px -12px 0;
}

@media screen and (max-width: 767px) {
    .add-remove {
        margin: 15px -12px 0;
    }
}

.add-remove__item {
    padding: 0 12px;
    position: relative;
}

.add-remove__item:last-child::before {
    display: none;
}

.add-remove__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--body-color)/0.15);
}

.add-remove__button {
    color: hsl(var(--body-color));
    font-weight: 400;
    font-size: 14px;
}

.add-remove__button.remove {
    color: hsl(var(--base));
    color: hsl(var(--danger));
}

.add-remove__button.add:hover {
    color: hsl(var(--base));
}

.cart-sidebar {
    background-color: hsl(var(--white));
    padding: 30px 20px;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .cart-sidebar {
        padding: 25px 15px;
    }
}

.cart-sidebar__button {
    margin-top: 40px;
}

.cart-sidebar-list {
    margin: -10px 0;
}

.cart-sidebar-list__item {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog-details {
    background-color: hsl(var(--white));
}

.blog-details__thumb {
    border-radius: 10px;
    overflow: hidden;
}

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

.blog-details__content {
    padding: 30px;
}

@media screen and (max-width: 1199px) {
    .blog-details__content {
        padding: 20px;
    }
}

.blog-details__title {
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .blog-details__title {
        margin-top: 20px;
    }
}

.blog-details__desc {
    margin-bottom: 20px;
}

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

.checkout-form {
    background-color: hsl(var(--white));
    border-radius: 5px;
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .checkout-form {
        padding: 50px 20px 40px 20px;
    }
}

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

@media screen and (max-width: 424px) {
    .checkout-form {
        padding: 30px 20px 20px 20px;
    }
}

.order-summary {
    border: 1px solid hsl(var(--border-color));
    padding: 20px;
    border-radius: 5px;
}

@media screen and (max-width: 424px) {
    .order-summary {
        padding: 15px;
    }
}

.order-summary__title {
    margin-bottom: 10px;
}

.order-summary-list {
    margin: -5px 0;
}

.order-summary-list__item {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-summary-list__item:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid hsl(var(--border-color));
}

.order-summary-list__item:last-child .order-summary-list__text {
    font-weight: 500;
    color: hsl(var(--heading-color));
}

.contact-map {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-item {
    background-color: hsl(var(--white));
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 767px) {
    .contact-item {
        padding: 25px;
    }
}

@media screen and (max-width: 424px) {
    .contact-item {
        padding: 20px;
    }
}

@media screen and (max-width: 375px) {
    .contact-item {
        padding: 15px;
    }
}

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

.contact-item__icon {
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    color: hsl(var(--white));
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .contact-item__icon {
        font-size: 20px;
        width: 60px;
        height: 60px;
    }
}

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

.contact-item__icon::before {
    position: absolute;
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: transparent;
    border: 2px dashed hsl(var(--white));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-item__content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .contact-item__content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

.contact-item__title {
    margin-bottom: 8px;
}

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

.contact-bottom__thumb {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contact-bottom__thumb {
        border-radius: 5px;
    }
}

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

.contact-form {
    background-color: hsl(var(--white));
    border-radius: 5px;
    padding: 60px 20px 50px 20px;
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 991px) {
    .contact-form {
        padding: 50px 20px 40px 20px;
    }
}

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

@media screen and (max-width: 424px) {
    .contact-form {
        padding: 30px 20px 20px 20px;
    }
}

.account {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.account__img {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .account__img {
        display: none;
    }
}

.account__img.one {
    top: -65%;
    left: 0;
}

.account__img.two {
    bottom: -5%;
    right: 0;
    max-width: 100%;
}

.account-content {
    background-color: hsl(var(--white));
    padding: 50px 40px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}

.account-content .nice--select {
    background-color: hsl(var(--base));
    border: 0 !important;
    background-color: hsl(var(--base)) !important;
    padding: 0 28px 0 15px !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px 0 0 5px !important;
}

.account-content .nice--select .current {
    font-size: 16px;
    color: hsl(var(--white));
}

.account-content .nice--select::before {
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .account-content {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 424px) {
    .account-content {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 375px) {
    .account-content {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 767px) {
    .account-content .btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .account-content .btn {
        padding: 10px;
    }
}

.account-content .btn span {
    font-size: 14px;
}

.account-alternative {
    margin-top: 35px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .account-alternative {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

.account-alternative::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--border-color));
    z-index: -1;
}

.account-alternative__text {
    background-color: hsl(var(--white));
    padding: 0 15px;
    text-transform: capitalize;
    color: hsl(var(--heading-color));
}

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

.user-profile {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .user-profile__thumb {
        margin: 0 auto;
    }
}

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

.user-profile__content {
  width: 100%;
}

@media screen and (max-width: 575px) {
    .user-profile__content {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }
}

.user-profile__name {
    margin-bottom: 10px;
}

.user-profile__info {
    display: flex;
    flex-direction: column;
    max-width: 350px;
}

@media screen and (max-width: 575px) {
    .user-profile__info {
        max-width: 100%;
    }
}

.user-profile__address {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.user-profile__address-text {
    flex-basis: 50%;
}

@media screen and (max-width: 424px) {
    .user-profile__address-text {
        font-size: 14px;
    }
}

.user-profile__address-text .icon {
    margin-right: 5px;
}

@media screen and (max-width: 424px) {
    .user-profile__address-text .icon {
        display: block;
        margin-right: 0px;
        font-size: 14px;
    }
}

.avatar-upload {
    position: relative;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .avatar-upload {
        margin: 0 auto;
    }
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -10px;
    z-index: 1;
    bottom: 0px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: hsl(var(--base));
    border: 2px solid hsl(var(--white));
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 17px;
    bottom: 0px;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    position: absolute;
    text-align: center;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    border: 1px solid hsl(var(--base));
    margin: 0 auto;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.variant {
    margin-bottom: 35px;
}

.modal .close {
    color: hsl(var(--black));
}

.dashboard .pagination {
    margin-top: 30px;
}

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

.btn--icon.btn--danger:hover i {
    color: hsl(var(--white));
}

.remove-coupon i {
    color: hsl(var(--danger));
}

/* order track */
.order-track-wrapper {
    margin: 0 -15px -30px;
}

.order-track-item {
    width: 25%;
    padding: 0 15px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

.order-track-item::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    border-top: 2px solid #ececec;
}

.order-track-wrapper .order-track-item:last-child::after {
    display: none;
}

.order-track-item.active .thumb {
    background-color: hsl(var(--success));
}

.order-track-item.active .thumb i {
    color: hsl(var(--success));
}

.order-track-item .thumb {
    z-index: 1;
    width: 100px;
    height: 100px;
    background: hsl(var(--danger));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;
}

.order-track-item .thumb::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.order-track-item .thumb i {
    position: relative;
    font-size: 40px;
    line-height: 100px;
    color: hsl(var(--danger));
}


.order-track-item .title {
    font-weight: 700;
}


.product-overlay {
    position: absolute;
    left: 0;
    top: 24px;
    background-color: hsl(var(--light-bg)/.92);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 10px;
}

.product-overlay__inner {
    width: 100%;
    height: 59.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-overlay__spinner {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border-width: 5px;
    border-style: solid;
    border-color: hsl(var(--base)) hsl(var(--black)/.082) hsl(var(--black)/.082) hsl(var(--black)/.082);
    animation: product-overlay .7s linear infinite;
    border-radius: 50%;
}

@keyframes product-overlay {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

del.offer-amount {
    font-size: 14px !important;
    color: hsl(var(--danger)) !important;
}



.user-info .dropdown-menu {
    display: none;
    visibility: visible;
    opacity: 1;
}

.user-info .dropdown-menu.show {
    display: block;
}

.user-info .dropdown-toggle {
    padding: 13px 0;
}

.user-info .dropdown-item {
    border-bottom: 1px solid hsl(var(--black)/.08);
    transition: .2s;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #ffff0000 white white #0000ff00;
    transform: rotate(45deg);
}

.dropdown.user-info {
    margin-right: 10px;
}

.list-group-item {
    border-color: hsl(var(--border-color));
}