/*=================================
    CSS Index
==================================*/
/*
01. Theme Base
    1.1. Mixin                  (Mixins for reusable styles)
    1.2. Function               (Functions for calculations and operations)
    1.3. Variable               (Global variables for the theme)
    1.4. Typography             (Global typography styles)
    1.7. Wordpress Default      (WordPress default styles)

02. Reset
    2.1. Container              (Container styles)
    2.2. Grid                   (Grid system)
    2.3. Input                  (Input fields styling)
    2.4. Slider                 (Slider component styling)
    2.5. Mobile Menu            (Mobile menu styling)

03. Utilities
    3.1. Preloader              (Preloader styles)
    3.2. Buttons                (Button styles)
    3.3. Titles                 (Title styles)
    3.6. Font                   (Font styles)
    3.7. Background             (Background styles)
    3.10. Animation             (Animation styles)

04. Template Style
    4.2. Header                 (Header styles)
    4.3. Footer                 (Footer styles)

05. Spacing
    5.1. Spacing                (Spacing utilities)

06. Sections
    6.1. Banner                 (Banner section)
    6.2. Category               (Category section)
    6.3. Client Logo            (Client logo section)
    6.4. About Us               (About Us section)
    6.5. CTA                    (Call to Action section)
    6.6. Best Selling           (Best Selling section)
    6.7. Food Menu              (Food Menu section)
    6.8. Video Popup            (Video Popup section)
    6.9. Blog                   (Blog section)
    7.0. Newsletter             (Newsletter section)
    7.1. Testimonial            (Testimonial section)
    7.2. Gallery                (Gallery section)
    7.3. Mini Contact           (Mini Contact section)
    7.4. Food Category          (Food Category section)
    7.5. FAQ                    (FAQ section)
    7.6. Counter                (Counter section)
    7.7. Work Process           (Work Process section)
    7.8. Best Offer             (Best Offer section)
    7.9. Download Button        (Download Button section)
    8.0. Popular                (Popular section)
    8.1. Product                (Product section)
    8.2. Product Sidebar        (Product Sidebar section)
    8.3. Shop Details           (Shop Details section)
    8.4. Cart                   (Cart section)
    8.5. Wishlist               (Wishlist section)
    8.6. My Account             (My Account section)
    8.7. Contact Form           (Contact Form section)
    8.8. Popup Search           (Popup Search section)
    8.9. Back to Top            (Back to Top section)
*/
/*=================================
   01. Theme Base
==================================*/
@import url("https://fonts.googleapis.com/css2?family=Belanosima&amp;family=Rubik+Vinyl&amp;display=swap");

:root {
    --theme-color: #D30000;
    --title-color: #0E1730;
    --body-color: #F4F1EA;
    --body-color2: #F3ECDC;
    --black-color: #000000;
    --black-color2: #00061D;
    --green-color: #00833E;
    --green-color2: rgb(255, 255, 255, 10%);
    --button-color: #F01543;
    --gray-color: #E7E7EB;
    --gray-color2: #D9D9D9;
    --gray-color3: #595959;
    --gray-color4: rgb(14 23 48 / 20%);
    --light-gray: #F9FAFB;
    --light-gray2: rgb(40 40 40 / 20%);
    --light-gray3: #F7F7F7;
    --white-color: #ffffff;
    --white-color2: rgb(254 254 254 / 20%);
    --white-color3: rgb(255 255 255 / 20%);
    --yellow-color: #FFBA08;
    --yellow-color2: #FED700;
    --gold-color: #AF8C3E;
    --chocolate-color: #2D1B19;
    --title-font: "ZCOOL XiaoWei", sans-serif;
    --body-font: "Open Sans", "sans-serif";
    --button-font: "ZCOOL XiaoWei", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 115px;
    --section-space-mobile: 76px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}

/*** Typography Code ***/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

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

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

li {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    padding: 9px 9px;
}

a {
    color: var(--title-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

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

    a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0;
    }

button {
    transition: all ease 0.4s;
    background: transparent;
    border: none;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    font-family: var(--body-font);
    color: var(--title-color);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    p a,
    span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
}

.h1,
h1 {
    font-size: 64px;
    line-height: 64px;
}

.h2,
h2 {
    font-size: 43px;
    line-height: 50px;
}

.h3,
h3 {
    font-size: 36px;
    line-height: 36px;
}

.h4,
h4 {
    font-size: 22px;
    line-height: 24px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}

.h5,
h5 {
    font-size: 20px;
    line-height: 26px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 22px;
}

/* Large devices */
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .h3,
    h3 {
        font-size: 32px;
        line-height: 32px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .h2,
    h2 {
        font-size: 38px;
        line-height: 38px;
    }

    .h3,
    h3 {
        font-size: 30px;
        line-height: 30px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .h2,
    h2 {
        font-size: 34px;
        line-height: 1;
    }

    .h1,
    h1 {
        font-size: 42px;
        line-height: 1;
    }
}
/* Extra small devices */
@media (max-width: 479px) {
    .h1,
    h1 {
        font-size: 38px;
    }

    .h2,
    h2 {
        font-size: 29px;
        line-height: 1;
    }
}
/*=================================
    02. Reset
==================================*/
/* Medium Large devices */
@media (max-width: 1400px) {
    :root {
        --main-container: 1260px;
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

        .container-xxl.px-0,
        .container-xl.px-0,
        .container-lg.px-0,
        .container-md.px-0,
        .container-sm.px-0,
        .container.px-0 {
            max-width: var(--main-container);
        }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .container-fluid.px-0 .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

.slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 24px;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gx-80 {
    --bs-gutter-x: 80px;
    /* Small devices */
}

@media (max-width: 767px) {
    .gx-80 {
        --bs-gutter-x: 0px;
    }
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gy-10 {
    --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}

@media (min-width: 1400px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-25 {
        --bs-gutter-x: 25px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 15px 30px;
    border: none;
    color: #666;
    background-color: var(--green-color2);
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    font-weight: 400;
    transition: 0.4s ease-in-out;
    margin-top: 23px;
}

    select:focus,
    .form-control:focus,
    .form-select:focus,
    textarea:focus,
    input:focus {
        color: #666;
        outline: 0;
        box-shadow: none;
        border-color: var(--theme-color);
        background-color: var(--green-color2);
    }

    select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
        outline: 0;
        box-shadow: none;
        color: #666;
    }

    select::placeholder,
    .form-control::placeholder,
    .form-select::placeholder,
    textarea::placeholder,
    input::placeholder {
        outline: 0;
        box-shadow: none;
        color: #666;
    }

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .form-select.style2,
    select.style2 {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
    }

textarea.form-control,
textarea {
    min-height: 110px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 20px;
}

    textarea.form-control.style2,
    textarea.style2 {
        min-height: 100px;
    }

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

    .form-group > i {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 19px;
        font-size: 16px;
        color: var(--body-color);
    }

        .form-group > i.fa-envelope {
            padding-top: 1px;
        }

        .form-group > i.fa-comment {
            margin-top: -2px;
        }

        .form-group > i.fa-chevron-down {
            width: 17px;
        }

    .form-group.has-label > i {
        top: 50px;
    }

[class*=col-].form-group > i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
    border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
    border-radius: 10px;
}

option:checked, option:focus, option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    /*vertical-align: middle;*/
    width: 12px;
    height: 12px;
    display: inline-block;
}

    input[type=checkbox]:checked ~ label:before {
        content: "\f00c";
        color: var(--white-color);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    input[type=checkbox] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: block;
    }

        input[type=checkbox] ~ label:before {
            content: "";
            font-weight: 700;
            position: absolute;
            left: 0px;
            top: 3.5px;
            background-color: var(--white-color);
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
        }

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=radio] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0;
    }

        input[type=radio] ~ label::before {
            content: "\f111";
            position: absolute;
            left: 0;
            top: -2px;
            width: 20px;
            height: 20px;
            padding-left: 0;
            font-size: 0.6em;
            line-height: 19px;
            text-align: center;
            border: 1px solid var(--theme-color);
            border-radius: 100%;
            font-weight: 700;
            color: transparent;
            transition: all 0.2s ease;
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--theme-color);
        background-color: var(--theme-color);
        color: var(--white-color);
    }

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: inline-block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

    textarea.is-invalid:focus,
    select.is-invalid:focus,
    input.is-invalid:focus,
    .was-validated input:invalid:focus {
        outline: 0;
        box-shadow: none;
    }

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

    .form-messages.mb-0 * {
        margin-bottom: 0;
    }

    .form-messages pre {
        padding: 0;
        background-color: transparent;
        color: inherit;
    }

.submit-btn {
    width: 95%;
    margin: 30px auto;
    margin-bottom: 0px;
}

/*** Offcanvas Code ***/
.cs-offcanvas-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .cs-offcanvas-wrapper.cs-body-visible {
        opacity: 1;
        visibility: visible;
    }

    .cs-offcanvas-wrapper .cs-offcanvas-content {
        width: 100%;
        max-width: 420px;
        background-color: var(--body-color);
        border-left: 3px solid var(--theme-color);
        height: 100%;
        position: absolute;
        transition: all ease 1s;
        z-index: 1;
        right: -350px;
        /* Large devices */
        /* Extra small devices */
        /* Extra small devices */
    }

@media (max-width: 1199px) {
    .cs-offcanvas-wrapper .cs-offcanvas-content {
        padding: 40px 0px;
        width: 360px;
    }
}

.cs-offcanvas-wrapper .cs-offcanvas-content.open-menu {
    right: 0;
}

@media (max-width: 575px) {
    .cs-offcanvas-wrapper .cs-offcanvas-content {
        max-width: 320px;
    }
}

@media (max-width: 479px) {
    .cs-offcanvas-wrapper .cs-offcanvas-content {
        max-width: 300px;
    }
}

.cs-offcanvas-wrapper .cs-offcanvas-content .mobile-menu-top {
    padding: 0px 30px;
}

    .cs-offcanvas-wrapper .cs-offcanvas-content .mobile-menu-top .cs-close-toggle {
        background: var(--theme-color);
        color: var(--white-color);
        width: 35px;
        height: 35px;
        border-radius: 100px;
    }

.cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu {
    /*overflow-y: scroll;*/
    max-height: calc(100vh - 200px);
}

    .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul {
        padding: 0px 30px;
    }

        .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li {
            border-bottom: 1px solid var(--gray-color);
            padding: 10px 0px;
        }

            .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li > a {
                font-weight: 600;
                color: black;
                cursor: pointer;
            }

                .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li > a .cs-menu-expand:after, .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li > a .cs-menu-expand:before {
                    content: "\f067";
                    font-family: var(--icon-font);
                    width: 22px;
                    height: 22px;
                    line-height: 22px;
                    display: inline-block;
                    background: var(--white-color);
                    text-align: center;
                    font-size: 12px;
                    border-radius: 50px;
                    float: right;
                    margin-top: 1px;
                }

                .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li > a .cs-menu-expand:before {
                    content: "\f068";
                    display: none;
                }

            .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li .sub-menu {
                padding: 15px;
                display: none;
            }

                .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li .sub-menu > li {
                    padding: 10px;
                    border-bottom: 1px solid var(--gray-color);
                }

                    .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu > ul > li .sub-menu > li:last-child {
                        border: none;
                    }

    .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu .cs-mobile-item-children.cs-active > a .cs-menu-expand:after {
        display: none;
    }

    .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu .cs-mobile-item-children.cs-active > a .cs-menu-expand:before {
        display: inline-block;
    }

    .cs-offcanvas-wrapper .cs-offcanvas-content .cs-mobile-menu .menu-active {
        color: var(--theme-color);
    }

.cs-offcanvas-wrapper .cs-dekstop-top {
    background: var(--button-color);
    padding: 30px;
    text-align: center;
    position: relative;
}

    .cs-offcanvas-wrapper .cs-dekstop-top .cs-dekstop-close {
        background: var(--white-color);
        color: var(--button-color);
        width: 35px;
        height: 35px;
        border-radius: 100px;
        left: -18px;
        top: 35%;
        position: absolute;
    }

.instagram-gallery {
    padding: 25px;
}

    .instagram-gallery .popup-image {
        position: relative;
        height: 100%;
        display: block;
    }

        .instagram-gallery .popup-image:before {
            content: "";
            background: var(--button-color);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            transition: all 0.4s ease;
            border-radius: 5px;
        }

        .instagram-gallery .popup-image:hover:before {
            opacity: 0.5;
            visibility: visible;
            transform: scale(1);
            transition: all 0.4s ease;
        }

        .instagram-gallery .popup-image:hover i {
            position: absolute;
            left: 40%;
            line-height: 100px;
            color: var(--white-color);
            opacity: 1;
            visibility: visible;
            transition: all 0.4s ease;
            transform: rotate(0deg);
        }

        .instagram-gallery .popup-image img {
            height: 100px;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            border-radius: 5px;
        }

        .instagram-gallery .popup-image i {
            position: absolute;
            left: 40%;
            line-height: 100px;
            color: var(--white-color);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            transform: rotate(-90deg);
        }

/*** Slider Code ***/
.swiper-wrapper.row {
    flex-wrap: nowrap;
}

.swiper-fade .swiper-slide {
    transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
    opacity: 0;
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 10px 0;
    line-height: 10px;
    height: 10px;
}

    .swiper-pagination-bullets .swiper-pagination-bullet {
        display: inline-block;
        --swiper-pagination-bullet-size: 10px;
        --swiper-pagination-bullet-horizontal-gap: 8px;
        margin: 5px 7px;
        opacity: 1;
        background-color: var(--theme-color);
        position: relative;
        cursor: pointer;
    }

        .swiper-pagination-bullets .swiper-pagination-bullet:before {
            content: "";
            position: absolute;
            inset: -5px;
            border: 1px solid var(--theme-color);
            transform: scale(0.2);
            border-radius: inherit;
            transition: 0.4s ease-in-out;
        }

        .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--theme-color);
        }

            .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                transform: scale(1);
            }

.slider-area {
    position: relative;
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: 2px solid var(--gray-color);
    filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    color: var(--title-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -100px);
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 25px);
    margin-top: calc(var(--icon-size, 55px) / -2);
    z-index: 3;
    border-radius: 50%;
}

    .slider-arrow.style2:hover {
        color: var(--white-color);
        border-color: var(--title-color);
    }

    .slider-arrow.default {
        position: relative;
        --pos-x: 0;
        margin-top: 0;
    }

    .slider-arrow.slider-next {
        right: var(--pos-x, -100px);
        left: auto;
    }

    .slider-arrow:hover {
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.arrow-margin .slider-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap {
    position: relative;
}

    .arrow-wrap .slider-arrow {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.4);
        /* Medium Large devices */
    }

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none;
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}
/* Medium Large devices */
@media (max-width: 1400px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}

.icon-box .slider-arrow {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

    .icon-box .slider-arrow:not(:last-child) {
        margin-right: 8px;
    }

/* Medium devices */
@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }

        .slider-arrow.slider-next {
            margin-right: 0;
            margin-left: 40px;
        }

    .slick-dots {
        margin: 40px 0 0 0;
    }

    .icon-box .slider-arrow {
        margin-right: 0;
    }
}
/*=================================
    03. Utilities
==================================*/
/*** Button Code ***/
.cs-btn {
    background: var(--button-color);
    color: var(--white-color);
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid var(--theme-color);
    position: relative;
    overflow: hidden;
}

    .cs-btn:before {
        content: "";
        background: var(--title-color);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transform: translateY(50px);
        transition: all ease-in-out 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .cs-btn i {
        padding-left: 10px;
    }

    .cs-btn:hover {
        border-color: var(--title-color);
    }

        .cs-btn:hover:before {
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

    .cs-btn span {
        color: var(--white-color);
        position: relative;
        z-index: 9;
    }

.cs-btn2 {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid var(--theme-color);
    position: relative;
    overflow: hidden;
}

    .cs-btn2:before {
        content: "";
        background: var(--title-color);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transform: translateY(50px);
        transition: all ease-in-out 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .cs-btn2 i {
        padding-left: 10px;
    }

    .cs-btn2:hover {
        border-color: var(--title-color);
    }

        .cs-btn2:hover:before {
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

    .cs-btn2 span {
        color: var(--white-color);
        position: relative;
        z-index: 9;
    }

.cs-btn3 {
    background: var(--green-color);
    color: var(--white-color);
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid var(--green-color);
    position: relative;
    overflow: hidden;
}

    .cs-btn3:before {
        content: "";
        background: var(--white-color);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transform: translateY(50px);
        transition: all ease-in-out 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .cs-btn3 i {
        padding-left: 10px;
    }

    .cs-btn3:hover {
        border-color: var(--white-color);
    }

        .cs-btn3:hover:before {
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

        .cs-btn3:hover span {
            color: var(--title-color);
        }

    .cs-btn3 span {
        color: var(--white-color);
        position: relative;
        z-index: 9;
    }

.submit-btn {
    background: var(--green-color2);
    color: var(--white-color);
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid var(--white-color);
    display: block;
    position: relative;
    overflow: hidden;
    border: none;
    background: rgb(0, 131, 62) 0%;
}

    .submit-btn:before {
        content: "";
        background: var(--white-color);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transform: translateY(50px);
        transition: all ease-in-out 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .submit-btn i {
        padding-left: 10px;
    }

    .submit-btn:hover {
        border-color: var(--white-color);
    }

        .submit-btn:hover:before {
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

        .submit-btn:hover span {
            color: var(--title-color);
        }

    .submit-btn span {
        color: var(--white-color);
        position: relative;
        z-index: 9;
    }

/*** Title Code ***/
.cs-content-area .content-subtitle {
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 26px;
    color: var(--theme-color);
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.cs-content-area .content-title {
    font-weight: 400;
    text-transform: capitalize;
}

.cs-content-area .content-text {
    color: var(--gray-color3);
    margin-bottom: 15px;
}

    .cs-content-area .content-text:first-of-type {
        margin-top: 30px;
    }

.cs-content-area .cs-btn2 {
    margin-top: 35px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .cs-content-area .cs-btn2 {
        margin-top: 20px;
    }
}

.cs-content-area .cs-btn3 {
    margin-top: 35px;
}

.cs-content-area .style2 {
    color: var(--white-color);
}

.cs-content-area .style2-title {
    color: var(--white-color);
    font-size: 60px;
    line-height: 60px;
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1299px) {
    .cs-content-area .style2-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .cs-content-area .style2-title {
        font-size: 40px;
        line-height: 40px;
    }
}

.cs-content-area .style2-btn {
    background: var(--green-color);
}

.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.fw-extralight {
    font-weight: 100;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-md {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-xs {
    font-size: 14px;
}

/*** Background Code ***/
.gr-bg1 {
    background: linear-gradient(45deg, rgba(63, 33, 25, 0) 10%, rgba(215, 35, 0, 0.31) 140%);
}

.gr-bg2 {
    background: linear-gradient(130deg, rgba(215, 35, 0, 0.31) 0%, rgba(122, 34, 15, 0.09) 54%, rgba(63, 33, 35, 0.25) 100%);
}

.gr-bg3 {
    background: linear-gradient(220deg, rgba(63, 33, 25, 0.06) 0%, rgba(215, 35, 0, 0.31) 100%);
}

.gr-bg4 {
    background: linear-gradient(220deg, rgba(215, 35, 0, 0.31) 0%, rgba(63, 33, 25, 0.06) 100%);
}

.gr-bg5 {
    background: linear-gradient(180deg, rgb(0, 131, 62) 0%, rgb(0, 29, 14) 100%);
}

.gr-bg6 {
    background: linear-gradient(180deg, rgb(211, 0, 0) 3%, rgb(126, 0, 0) 39%, rgba(109, 0, 0, 0) 70%);
}

/*** Animation Code ***/
@keyframes moveing-animation {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }

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

.moving {
    animation: moveing-animation 5s linear infinite;
}

@keyframes clientLogoSlide-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.clientLogoSlide {
    animation: 10s clientLogoSlide-animation infinite linear;
}

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

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}
/*=================================
    04. Template Style
==================================*/
/*** Header Code ***/
.cs-header {
    background: #fff;
    transition: all ease 0.4s;
}

    .cs-header .menu-area {
        position: relative;
    }

    .cs-header .main-menu ul li {
        display: inline-block;
        padding-right: 22px;
    }

        .cs-header .main-menu ul li:last-child {
            padding-right: 0px;
        }

        .cs-header .main-menu ul li a {
            font-size: 15px;
            line-height: 15px;
            font-weight: 600;
            display: block;
            padding: 40px 0px;
            font-family: var(--body-font);
        }

            .cs-header .main-menu ul li a:hover {
                color: var(--theme-color);
            }

        .cs-header .main-menu ul li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            z-index: 1;
            transform: scaleY(1);
            transition: all 0.4s ease 0s;
        }

    .cs-header .main-menu ul .menu-active {
        color: var(--theme-color);
    }

    .cs-header .main-menu .menu-item-has-children {
        position: relative;
    }

        .cs-header .main-menu .menu-item-has-children a {
            position: relative;
        }

            .cs-header .main-menu .menu-item-has-children a:after {
                content: "\f107";
                position: relative;
                font-family: var(--icon-font);
                top: 0px;
                margin-left: 5px;
                font-size: 10px;
            }

        .cs-header .main-menu .menu-item-has-children .sub-menu {
            position: absolute;
            background: var(--body-color);
            width: 200px;
            padding: 18px 20px;
            left: -18px;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            transform: scaleY(0);
            transition: all 0.4s ease 0s;
            transform-origin: top center;
        }

            .cs-header .main-menu .menu-item-has-children .sub-menu li {
                padding-right: 0px;
                display: block;
                padding-bottom: 10px;
            }

                .cs-header .main-menu .menu-item-has-children .sub-menu li:last-child {
                    padding-bottom: 0px;
                }

                .cs-header .main-menu .menu-item-has-children .sub-menu li a {
                    padding: 0px;
                    line-height: 30px;
                    position: relative;
                    padding-left: 0px;
                }

                    .cs-header .main-menu .menu-item-has-children .sub-menu li a:before {
                        content: "\f564";
                        position: absolute;
                        top: 8px;
                        left: 0;
                        font-family: var(--icon-font);
                        width: 11px;
                        height: 11px;
                        text-align: center;
                        border-radius: 50%;
                        display: inline-block;
                        font-size: 15px;
                        line-height: 1;
                        color: var(--theme-color);
                        font-weight: 500;
                        opacity: 0;
                        z-index: -1;
                        visibility: hidden;
                    }

                    .cs-header .main-menu .menu-item-has-children .sub-menu li a:after {
                        display: none;
                    }

                    .cs-header .main-menu .menu-item-has-children .sub-menu li a:hover {
                        transform: translateX(10px);
                        padding-left: 20px;
                    }

                        .cs-header .main-menu .menu-item-has-children .sub-menu li a:hover:before {
                            opacity: 1;
                            z-index: 1;
                            visibility: visible;
                        }

    .cs-header .cs-header-cart i {
        background: var(--white-color);
        border-radius: 100px;
        padding: 10px;
        color: var(--theme-color);
        font-size: 25px;
    }

    .cs-header .cs-header-pipe {
        padding: 0;
        margin-left: 7px;
        cursor: default;
        /* Medium Large devices */
    }

@media (max-width: 1400px) {
    .cs-header .cs-header-pipe {
        margin-left: -11px;
    }
}

.cs-header .cs-header-pipe i {
    font-size: 50px;
    color: var(--gray-color);
}

.cs-header .cs-header-search {
    /* Medium Large devices */
}

@media (max-width: 1400px) {
    .cs-header .cs-header-search {
        display: none;
    }
}

.cs-header .cs-header-search i {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 400;
}

.cs-header .cs-header-toggle {
    /* Medium Large devices */
}

@media (max-width: 1400px) {
    .cs-header .cs-header-toggle {
        display: none;
    }
}

.cs-header .cs-header-toggle i {
    padding: 10px;
    color: var(--title-color);
    font-size: 30px;
    padding-left: 0;
}

.cs-header .cs-menu-toggle i {
    padding: 10px;
    color: var(--white-color);
    font-size: 25px;
    background: var(--theme-color);
    border-radius: 100px;
}

.cs-header .header-icons {
    gap: 15px;
}

    .cs-header .header-icons button {
        padding-right: 0;
    }

.cs-header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--body-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    transition: all ease 0.4s;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

    .cs-header .sticky .openCart {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

.header-layout02 {
    position: relative;
    background: var(--light-gray);
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .header-layout02 {
        padding: 50px 0;
        background: var(--button-color);
    }
}

@media (max-width: 767px) {
    .header-layout02 {
        padding: 40px 0px;
    }
}

@media (max-width: 479px) {
    .header-layout02 {
        padding: 35px 0px;
    }
}

.header-layout02 .sticky .header-logo {
    padding: 0 50px;
    /* Extra large devices */
    /* Large Device Than 1600*/
    /* Extra large devices */
    /* Medium Large devices */
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1800px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 32px;
    }
}

@media (max-width: 1600px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 41px;
    }
}

@media (max-width: 1500px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 46px;
    }
}

@media (max-width: 1400px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 42px;
    }
}

@media (max-width: 1299px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 46px;
    }
}

@media (max-width: 1279px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 32px;
    }
}

@media (max-width: 1199px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 27px;
    }
}

@media (max-width: 991px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 35px;
    }
}

@media (max-width: 767px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-layout02 .sticky .header-logo {
        padding: 0 12px;
    }
}

.header-layout02 .header-logo {
    background: var(--button-color);
    height: 100%;
    position: absolute;
    z-index: 9;
    padding: 54px 50px;
    display: flex;
    align-items: center;
    /* Extra large devices */
    /* Large Device Than 1600*/
    /* Extra large devices */
    /* Medium Large devices */
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 1800px) {
    .header-layout02 .header-logo {
        padding: 54px 32px;
    }
}

@media (max-width: 1600px) {
    .header-layout02 .header-logo {
        padding: 54px 41px;
    }
}

@media (max-width: 1500px) {
    .header-layout02 .header-logo {
        padding: 54px 46px;
    }
}

@media (max-width: 1400px) {
    .header-layout02 .header-logo {
        padding: 54px 42px;
    }
}

@media (max-width: 1299px) {
    .header-layout02 .header-logo {
        padding: 54px 46px;
    }
}

@media (max-width: 1279px) {
    .header-layout02 .header-logo {
        padding: 54px 32px;
    }
}

@media (max-width: 1199px) {
    .header-layout02 .header-logo {
        top: 0;
        padding: 50px 27px;
    }
}

@media (max-width: 991px) {
    .header-layout02 .header-logo {
        padding: 50px 35px;
    }
}

@media (max-width: 767px) {
    .header-layout02 .header-logo {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .header-layout02 .header-logo {
        padding: 40px 12px;
    }
}

@media (max-width: 479px) {
    .header-layout02 .header-logo {
        padding: 35px 10px;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .header-layout02 .sticky {
        padding: 50px 0;
        background: var(--button-color);
    }

    .header-layout02 .cs-menu-toggle {
        position: absolute;
        right: 0;
        padding: 0;
    }

        .header-layout02 .cs-menu-toggle i {
            color: var(--white-color);
            font-size: 42px;
            line-height: 0px;
            background: transparent;
            border-radius: 0px;
            background: var(--button-color);
            height: 100%;
            z-index: 9;
            padding: 50px 35px;
            cursor: pointer;
            /* Medium Large devices */
            /* Large devices */
            /* Medium devices */
            /* Small devices */
            /* Extra small devices */
            /* Extra small devices */
        }
}

@media (max-width: 1199px) and (max-width: 1299px) {
    .header-layout02 .cs-menu-toggle i {
        padding: 50px 41px;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header-layout02 .cs-menu-toggle i {
        padding: 50px 27px;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header-layout02 .cs-menu-toggle i {
        padding: 50px 35px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header-layout02 .cs-menu-toggle i {
        font-size: 40px;
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .header-layout02 .cs-menu-toggle i {
        font-size: 40px;
        padding: 40px 12px;
    }
}

@media (max-width: 1199px) and (max-width: 479px) {
    .header-layout02 .cs-menu-toggle i {
        font-size: 35px;
        padding: 35px 15px;
    }
}

@media (max-width: 767px) {
    .header-layout02 .sticky {
        padding: 40px 0;
    }
}

@media (max-width: 479px) {
    .header-layout02 .sticky {
        padding: 35px 0;
    }
}

.header-layout02 .main-menu {
    /* Extra large devices */
    /* Extra large devices */
    /* Medium Large devices */
}

@media (max-width: 1800px) {
    .header-layout02 .main-menu {
        padding-left: 130px;
    }
}

@media (max-width: 1500px) {
    .header-layout02 .main-menu {
        padding-left: 200px;
    }
}

@media (max-width: 1400px) {
    .header-layout02 .main-menu {
        padding-left: 220px;
    }
}

.header-layout02 .header-top {
    background: var(--title-color);
    padding: 12px 0px;
}

    .header-layout02 .header-top .cs-header-infos {
        /* Extra large devices */
        /* Extra large devices */
        /* Medium Large devices */
    }

@media (max-width: 1800px) {
    .header-layout02 .header-top .cs-header-infos {
        padding-left: 130px;
    }
}

@media (max-width: 1500px) {
    .header-layout02 .header-top .cs-header-infos {
        padding-left: 200px;
    }
}

@media (max-width: 1400px) {
    .header-layout02 .header-top .cs-header-infos {
        padding-left: 220px;
    }
}

.header-layout02 .header-top .cs-header-infos > ul > li {
    display: inline-block;
    padding-right: 30px;
}

    .header-layout02 .header-top .cs-header-infos > ul > li:last-child {
        padding-right: 0px;
    }

    .header-layout02 .header-top .cs-header-infos > ul > li > a {
        color: var(--white-color);
    }

    .header-layout02 .header-top .cs-header-infos > ul > li i {
        margin-right: 10px;
    }

.header-layout02 .header-top .cs-header-social {
    text-align: right;
    /* Medium Large devices */
}

@media (max-width: 1400px) {
    .header-layout02 .header-top .cs-header-social {
        display: none;
    }
}

.header-layout02 .header-top .cs-header-social > ul > li {
    display: inline-block;
    padding-right: 25px;
}

    .header-layout02 .header-top .cs-header-social > ul > li:last-child {
        padding-right: 0px;
    }

    .header-layout02 .header-top .cs-header-social > ul > li > a {
        color: var(--white-color);
    }

.header-layout02 .menu-area {
    background: var(--light-gray);
    position: relative;
}

.header-layout02 .cs-header-cart i {
    background: transparent;
    color: var(--title-color);
    font-size: 25px;
}

.header-layout02 .menu-active {
    color: var(--button-color);
}

/*** Footer Code ***/
.cs-footer-area {
    background: #f01543;
}

    .cs-footer-area .footer-top {
        padding: 80px 0px 30px 0px;
        /* Medium devices */
    }

@media (max-width: 991px) {
    .cs-footer-area .footer-top {
        padding: 80px 0px 22px 0px;
    }
}

.cs-footer-area .footer-top .widget-area {
    margin-bottom: 50px;
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-footer-area .footer-top .widget-area {
        margin-bottom: 30px;
    }
}

.cs-footer-area .footer-top .widget-area .footer-title {
    padding: 20px 0px 30px 0px;
}

.cs-footer-area .footer-top .widget-area .widget-social ul li {
    display: inline-block;
    margin-right: 10px;
}

    .cs-footer-area .footer-top .widget-area .widget-social ul li:last-child {
        margin-right: 0px;
    }

    .cs-footer-area .footer-top .widget-area .widget-social ul li a {
        background: var(--white-color);
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 100px;
        display: inline-block;
        text-align: center;
        color:  #f01543 !important;
    }

        .cs-footer-area .footer-top .widget-area .widget-social ul li a:hover {
            background: var(--theme-color);
            color: #fff !important;
        }

.cs-footer-area .footer-top .widget-area .widget-menu {
    margin-top: 32px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-footer-area .footer-top .widget-area .widget-menu {
        margin-top: 25px;
    }
}

.cs-footer-area .footer-top .widget-area .widget-menu li {
    padding-bottom: 15px;
    color: white;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-footer-area .footer-top .widget-area .widget-menu li {
        padding-bottom: 10px;
    }
}

.cs-footer-area .footer-top .widget-area .widget-menu li:hover {
    color: wheat !important;
}

.cs-footer-area .footer-top .widget-area .widget-menu li a:hover {
    color: wheat !important;
}

.cs-footer-area .footer-top .widget-area .widget-menu li:last-child {
    padding-bottom: 0px;
}

.cs-footer-area .footer-bottom {
    padding: 30px;
    border: 1px solid var(--gray-color4);
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom {
        padding: 25px 15px;
    }
}

.cs-footer-area .footer-bottom .copyright-text {
    color: var(--title-color);
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-footer-area .footer-bottom .copyright-text {
        padding-bottom: 10px;
    }
}

.cs-footer-area .footer-bottom .copyright-text a {
    color: var(--theme-color);
}

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom .copyright-text {
        font-size: 14px;
    }
}

.cs-footer-area .footer-bottom .footer-menu {
    display: flex;
    justify-content: end;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-footer-area .footer-bottom .footer-menu {
        justify-content: center;
    }
}

.cs-footer-area .footer-bottom .footer-menu ul {
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom .footer-menu ul {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
}

.cs-footer-area .footer-bottom .footer-menu ul li {
    display: inline-block;
    padding-right: 30px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom .footer-menu ul li {
        padding-right: 0;
    }
}

.cs-footer-area .footer-bottom .footer-menu ul li:last-child {
    padding-right: 0px;
}

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom .footer-menu ul li:first-child {
        padding-right: 0px;
    }
}

.cs-footer-area .footer-bottom .footer-menu ul li a {
    /* Extra small devices */
}

    .cs-footer-area .footer-bottom .footer-menu ul li a:hover {
        color: var(--theme-color) !important;
    }

@media (max-width: 479px) {
    .cs-footer-area .footer-bottom .footer-menu ul li a {
        font-size: 14px;
    }
}

.layout2 {
    background: var(--title-color);
    padding-top: 100px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .layout2 {
        padding-top: 70px;
    }
}

.layout2 .footer-social {
    margin-top: 30px;
    /* Extra small devices */
}

    .layout2 .footer-social ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .layout2 .footer-social ul li:last-child {
            margin-right: 0px;
        }

        .layout2 .footer-social ul li a {
            background: rgba(255, 255, 255, 0.09);
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 100px;
            display: inline-block;
            text-align: center;
            color: var(--white-color);
        }

            .layout2 .footer-social ul li a:hover {
                background: var(--theme-color);
                color: var(--white-color);
            }

@media (max-width: 575px) {
    .layout2 .footer-social {
        text-align: center;
        margin-top: 30px;
    }
}

.layout2 .footer-middle .widget-area {
    margin-bottom: 50px;
}

    .layout2 .footer-middle .widget-area .footer-title {
        color: var(--white-color);
        margin-top: 20px;
        /* Medium Large devices */
        /* Small devices */
        /* Extra small devices */
        /* Extra small devices */
    }

@media (max-width: 1299px) {
    .layout2 .footer-middle .widget-area .footer-title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .layout2 .footer-middle .widget-area .footer-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .layout2 .footer-middle .widget-area .footer-title {
        font-size: 42px;
    }
}

@media (max-width: 479px) {
    .layout2 .footer-middle .widget-area .footer-title {
        font-size: 38px;
    }
}

.footercss h4 {
    color: white !important;
}

.footercss a {
    color: white !important;
}

.footercss p {
    color: white !important;
}


.layout2 .footer-middle .widget-area .widget-title {
    color: var(--white-color);
}

.layout2 .footer-middle .widget-area .widget-menu {
    margin-top: 32px;
}

    .layout2 .footer-middle .widget-area .widget-menu li {
        padding-bottom: 15px;
        color: var(--white-color) !important;
    }

        .layout2 .footer-middle .widget-area .widget-menu li:hover {
            color: var(--button-color) !important;
        }

        .layout2 .footer-middle .widget-area .widget-menu li a {
            color: var(--white-color);
        }

            .layout2 .footer-middle .widget-area .widget-menu li a:hover {
                color: var(--button-color);
            }

        .layout2 .footer-middle .widget-area .widget-menu li:last-child {
            padding-bottom: 0px;
        }

.layout2 .footer-bottom {
    padding: 30px;
    border-top: 1px solid rgba(164, 164, 164, 0.1568627451);
    border-radius: 0px;
    margin-top: 40px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .layout2 .footer-bottom {
        margin-top: 5px;
    }
}

.layout2 .footer-bottom .copyright-text {
    color: var(--white-color);
}

.layout2 .footer-bottom .footer-menu ul li a {
    color: var(--white-color);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding All --*/
.p-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.p-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.p-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.p-25 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.p-35 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.p-45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 45px;
    padding-left: 45px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.p-55 {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 55px;
    padding-left: 55px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    padding-left: 60px;
}

.p-65 {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 65px;
    padding-left: 65px;
}

.p-70 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 70px;
    padding-left: 70px;
}

.p-75 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 75px;
    padding-left: 75px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
    padding-left: 80px;
}

.p-85 {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-right: 85px;
    padding-left: 85px;
}

.p-90 {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 90px;
    padding-left: 90px;
}

.p-95 {
    padding-top: 95px;
    padding-bottom: 95px;
    padding-right: 95px;
    padding-left: 95px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
    padding-left: 100px;
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.px-55 {
    padding-right: 55px;
    padding-left: 55px;
}

.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}

.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}

.px-75 {
    padding-right: 75px;
    padding-left: 75px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}

.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.px-95 {
    padding-right: 95px;
    padding-left: 95px;
}

.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

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

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

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

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

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

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

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

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

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

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

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

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

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

/*-- margin All --*/
.m-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.m-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.m-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.m-20 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.m-25 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
}

.m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
}

.m-35 {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: 35px;
    margin-left: 35px;
}

.m-40 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
}

.m-45 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-right: 45px;
    margin-left: 45px;
}

.m-50 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
    margin-left: 50px;
}

.m-55 {
    margin-top: 55px;
    margin-bottom: 55px;
    margin-right: 55px;
    margin-left: 55px;
}

.m-60 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 60px;
    margin-left: 60px;
}

.m-65 {
    margin-top: 65px;
    margin-bottom: 65px;
    margin-right: 65px;
    margin-left: 65px;
}

.m-70 {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-right: 70px;
    margin-left: 70px;
}

.m-75 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-right: 75px;
    margin-left: 75px;
}

.m-80 {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 80px;
    margin-left: 80px;
}

.m-85 {
    margin-top: 85px;
    margin-bottom: 85px;
    margin-right: 85px;
    margin-left: 85px;
}

.m-90 {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-right: 90px;
    margin-left: 90px;
}

.m-95 {
    margin-top: 95px;
    margin-bottom: 95px;
    margin-right: 95px;
    margin-left: 95px;
}

.m-100 {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 100px;
    margin-left: 100px;
}

/*-- margin Left And Right --*/
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.mx-55 {
    margin-right: 55px;
    margin-left: 55px;
}

.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}

.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}

.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}

.mx-75 {
    margin-right: 75px;
    margin-left: 75px;
}

.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}

.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}

.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}

.mx-95 {
    margin-right: 95px;
    margin-left: 95px;
}

.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

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

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

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

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

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

.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

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

.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

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

.mt-35 {
    margin-top: 35px;
}

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

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

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

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

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

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

/*-- margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

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

.mb-35 {
    margin-bottom: 35px;
}

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

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

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

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

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

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*-- margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

/*-- margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

@media (max-width: 1500px) {
    .m-4 {
        margin: 0 !important;
    }
}

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: 70px;
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px;
    }
}

.space-extra3 {
    position: relative;
    margin: -35px 0;
    z-index: 8;
}

/*=================================
    06. Sections
==================================*/
/*** Preloader Code ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-color);
}

.preloader-grid {
    margin: auto;
    margin-right: 1px;
    width: 50px;
    height: 50px;
    display: grid;
    gap: 0px;
    grid-template-columns: auto auto;
    animation: rotate 2s linear 0s infinite;
}

.item1 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}

.item2 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}

.item3 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}

.item4 {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    background-color: rgb(255, 255, 255);
}

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

    50% {
        rotate: 100deg;
        transform: scale(0.4);
    }

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

.preloader-loader-h {
    margin: auto;
    margin-left: 5px;
    color: var(--white-color);
}

/*** Hero Code ***/
.cs-hero-banner-area {
    background: var(--title-color);
    padding: 270px 0px;
    position: relative;
    overflow: hidden;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-hero-banner-area {
        padding: 200px 0px;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area {
        padding: 100px 0px;
    }
}

@media (max-width: 575px) {
    .cs-hero-banner-area {
        padding: 80px 0px;
    }
}

.cs-hero-banner-area .banner-image1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .banner-image1 img {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-image1 {
        display: none;
    }
}

.cs-hero-banner-area .banner-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .banner-image2 {
        width: 25%;
    }

        .cs-hero-banner-area .banner-image2 img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-image2 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1299px) {
    .cs-hero-banner-area .banner-shape1 img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-shape1 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1299px) {
    .cs-hero-banner-area .banner-shape2 img {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-shape2 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape3 {
    position: absolute;
    right: 15%;
    bottom: 0;
    /* Medium Large devices */
    /* Medium devices */
}

@media (max-width: 1299px) {
    .cs-hero-banner-area .banner-shape3 img {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .cs-hero-banner-area .banner-shape3 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape4 {
    position: absolute;
    right: 55%;
    top: 0;
    /* Extra large devices */
    /* Medium devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .banner-shape4 {
        position: absolute;
        right: 45%;
        top: 0;
    }

        .cs-hero-banner-area .banner-shape4 img {
            width: 80%;
        }
}

@media (max-width: 991px) {
    .cs-hero-banner-area .banner-shape4 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .banner-shape5 img {
        width: 28%;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-shape5 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape6 {
    position: absolute;
    right: 0;
    bottom: 0;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .banner-shape6 {
        width: 28%;
    }

        .cs-hero-banner-area .banner-shape6 img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .banner-shape6 {
        display: none;
    }
}

.cs-hero-banner-area .banner-shape7 {
    position: absolute;
    left: 18%;
    top: 70%;
}

.cs-hero-banner-area .banner-shape8 {
    position: absolute;
    left: 27%;
    top: 45%;
}

.cs-hero-banner-area img {
    max-width: 100%;
}

.cs-hero-banner-area .cs-banner-content {
    position: relative;
    z-index: 9;
    text-align: center;
}

    .cs-hero-banner-area .cs-banner-content .hero-title {
        color: var(--white-color);
        font-size: 96px;
        line-height: 96px;
        /* Extra large devices */
        /* Small devices */
        /* Extra small devices */
        /* Extra small devices */
    }

@media (max-width: 1500px) {
    .cs-hero-banner-area .cs-banner-content .hero-title {
        font-size: 76px;
        line-height: 76px;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area .cs-banner-content .hero-title {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 575px) {
    .cs-hero-banner-area .cs-banner-content .hero-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 479px) {
    .cs-hero-banner-area .cs-banner-content .hero-title {
        font-size: 45px;
        line-height: 45px;
    }
}

.cs-hero-banner-area .cs-banner-content .hero-text {
    width: 700px;
    margin: 0 auto;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area .cs-banner-content .hero-text {
        width: 100%;
    }
}

.cs-hero-banner-area .cs-banner-content .hero-btn .cs-btn2:hover:before {
    background: var(--white-color);
}

.cs-hero-banner-area .cs-banner-content .hero-btn .cs-btn2:hover span {
    color: var(--title-color);
}

.cs-hero-banner-area.banner-2 {
    padding: 275px 0px;
    position: relative;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-hero-banner-area.banner-2 {
        padding: 200px 0px;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 {
        padding: 100px 0px;
    }
}

@media (max-width: 575px) {
    .cs-hero-banner-area.banner-2 {
        padding: 80px 0px;
    }
}

.cs-hero-banner-area.banner-2 .cs-banner-content {
    position: relative;
    z-index: 9;
    text-align: left;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .cs-hero-banner-area.banner-2 .cs-banner-content {
        padding-bottom: 200px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .cs-banner-content {
        padding-bottom: 0px;
    }
}

.cs-hero-banner-area.banner-2 .cs-banner-content .hero-title {
    color: var(--white-color);
    font-size: 64px;
    line-height: 60px;
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .cs-banner-content .hero-title {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 575px) {
    .cs-hero-banner-area.banner-2 .cs-banner-content .hero-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 479px) {
    .cs-hero-banner-area.banner-2 .cs-banner-content .hero-title {
        font-size: 45px;
        line-height: 45px;
    }
}

.cs-hero-banner-area.banner-2 .hero-btns {
    gap: 20px;
    /* Medium devices */
}

    .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 {
        /* Extra small devices */
    }

        .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 .cs-btn2 {
            background: transparent;
        }

            .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 .cs-btn2:hover:before {
                background: var(--white-color);
            }

            .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 .cs-btn2:hover span {
                color: var(--title-color);
            }

            .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 .cs-btn2 i {
                background: var(--white-color3);
                padding: 5px;
                border-radius: 100px;
                margin-left: 10px;
            }

@media (max-width: 575px) {
    .cs-hero-banner-area.banner-2 .hero-btns .hero-btn2 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .cs-hero-banner-area.banner-2 .hero-btns {
        justify-content: center;
    }
}

.cs-hero-banner-area.banner-2 .banner2-image1 {
    position: absolute;
    right: 1%;
    bottom: 0;
    /* Extra large devices */
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-hero-banner-area.banner-2 .banner2-image1 {
        width: 65%;
    }

        .cs-hero-banner-area.banner-2 .banner2-image1 img {
            width: 100%;
        }
}

@media (max-width: 1299px) {
    .cs-hero-banner-area.banner-2 .banner2-image1 {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .banner2-image1 {
        display: none;
    }
}

.cs-hero-banner-area.banner-2 .banner2-shape1 {
    position: absolute;
    left: 22%;
    bottom: 8%;
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .banner2-shape1 {
        display: none;
    }
}

.cs-hero-banner-area.banner-2 .banner2-shape2 {
    position: absolute;
    left: 40%;
    top: 58%;
    bottom: 0%;
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .banner2-shape2 {
        display: none;
    }
}

.cs-hero-banner-area.banner-2 .banner2-shape3 {
    position: absolute;
    left: 35%;
    top: 15%;
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .banner2-shape3 {
        display: none;
    }
}

.cs-hero-banner-area.banner-2 .banner2-shape4 {
    position: absolute;
    right: 5%;
    top: 5%;
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-hero-banner-area.banner-2 .banner2-shape4 {
        display: none;
    }
}

.cs-hero-banner-area.banner-2 .white-shape1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*** Banner Code ***/
.cs-banner {
    background: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-banner {
        padding: 150px 0px;
    }
}

@media (max-width: 991px) {
    .cs-banner {
        padding: 120px 0px;
    }
}

@media (max-width: 767px) {
    .cs-banner {
        padding: 80px 0px;
    }
}

@media (max-width: 575px) {
    .cs-banner {
        padding: 20px 0px;
    }
}

.cs-banner .banner-breadcrumb .page-title {
    color: var(--white-color);
    margin-bottom: 15px;
}

.cs-banner .banner-breadcrumb .breadcrumb {
    color: var(--white-color);
}

    .cs-banner .banner-breadcrumb .breadcrumb a {
        color: var(--white-color);
    }

    .cs-banner .banner-breadcrumb .breadcrumb i {
        margin-top: 5px;
        margin-right: 20px;
        margin-left: 20px;
    }

/*** Category Code ***/
.cs-category-area {
    background: var(--body-color2);
}

    .cs-category-area #categorySlider {
        background: #fff;
        text-align: center;
        border: 2px solid var(--gray-color);
        padding: 0px;
        border-right: 0px;
        border-radius: 20px;
    }

        .cs-category-area #categorySlider .swiper-slide {
            height: auto;
        }

        .cs-category-area #categorySlider .cs-category-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-right: 1px solid var(--gray-color2);
            padding: 30px 0px;
            gap: 25px;
            height: 100%;
        }

            .cs-category-area #categorySlider .cs-category-item img {
                max-width: 100%;
            }

            .cs-category-area #categorySlider .cs-category-item .category-name {
                margin-top: auto;
            }

                .cs-category-area #categorySlider .cs-category-item .category-name br {
                    /* Large devices */
                }

@media (max-width: 1199px) {
    .cs-category-area #categorySlider .cs-category-item .category-name br {
        display: none;
    }
}

.cs-clientlogo-area {
    background: var(--body-color2);
    overflow: hidden;
}

    .cs-clientlogo-area img {
        /* Medium devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-clientlogo-area img {
        width: 120px;
    }
}

@media (max-width: 575px) {
    .cs-clientlogo-area img {
        width: 100px;
    }
}

.cs-clientlogo-area .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/*** About Code ***/
.cs-about-area {
    position: relative;
}

    .cs-about-area .cs-about-img {
        text-align: right;
        /* Small devices */
    }

@media (max-width: 767px) {
    .cs-about-area .cs-about-img {
        margin-top: 30px;
    }
}

.cs-about-area .cs-about-counter {
    padding-left: 65px;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1299px) {
    .cs-about-area .cs-about-counter {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .cs-about-area .cs-about-counter {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .cs-about-area .cs-about-counter {
        padding-left: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cs-about-area .cs-about-counter {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
}

.cs-about-area .cs-about-counter .abt-counterbox {
    margin-bottom: 40px;
}

    .cs-about-area .cs-about-counter .abt-counterbox:last-child {
        margin-bottom: 0px;
    }

    .cs-about-area .cs-about-counter .abt-counterbox .icon-box {
        justify-content: end;
        gap: 10px;
        justify-content: center !important;
    }

        .cs-about-area .cs-about-counter .abt-counterbox .icon-box .counter-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .cs-about-area .cs-about-counter .abt-counterbox .counter-title {
        text-align: right;
        color: var(--gray-color3);
        padding-top: 10px;
        /* Large devices */
        /* Small devices */
    }

@media (max-width: 1199px) {
    .cs-about-area .cs-about-counter .abt-counterbox .counter-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .cs-about-area .cs-about-counter .abt-counterbox .counter-title {
        text-align: center;
    }
}

.cs-about-area .shadow-title-box {
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: -1;
    opacity: 0.02;
}

    .cs-about-area .shadow-title-box .shadow-title {
        font-family: var(--title-font);
        color: var(--green-color);
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 70px;
        display: block;
    }

        .cs-about-area .shadow-title-box .shadow-title:last-child {
            margin-bottom: 0;
        }

/*** Offer Code ***/
.cs-offer-area {
    position: relative;
    z-index: 2;
    padding-bottom: 350px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-offer-area {
        padding-bottom: 310px;
    }
}

.cs-offer-area .offer-imgbox {
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-offer-area .offer-imgbox {
        margin-bottom: 60px;
    }
}

/*** CTA Code ***/
.cs-cta-area {
    background: var(--body-color2);
}

    .cs-cta-area .cta-box {
        background: linear-gradient(90deg, #00833E, #001D0E);
        padding: 60px 80px;
        border-radius: 20px;
        margin-top: -235px;
        z-index: 9;
        position: relative;
        /* Extra small devices */
    }

@media (max-width: 575px) {
    .cs-cta-area .cta-box {
        padding: 30px 50px;
    }
}

.cs-cta-area .cta-box .cta-img {
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-cta-area .cta-box .cta-img {
        margin-bottom: 60px;
    }
}

/*** Best Selling Code ***/
.cs-bestselling-area {
    background: var(--body-color2);
    overflow: hidden;
    height: 930px;
    /* Medium devices */
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-bestselling-area {
        height: 1385px;
    }
}

@media (max-width: 991px) {
    .cs-bestselling-area {
        height: 100%;
        padding-bottom: 10px !important;
    }
}

.cs-bestselling-area .selling-product {
    background: var(--white-color);
    border-radius: 20px;
    transform: scale(1);
    transition: 0.3s all ease-in-out;
    height: 81%;
    overflow: hidden;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-bestselling-area .selling-product {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cs-bestselling-area .selling-product {
        height: 85%;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .cs-bestselling-area .selling-product {
        height: 83%;
    }
}

.cs-bestselling-area .selling-product .product-img img {
    width: 100%;
}

.cs-bestselling-area .selling-product .product-body .product-title .h4:hover {
    color: var(--theme-color);
}

.cs-bestselling-area .selling-product .product-body .cart {
    background: var(--theme-color);
    border-radius: 100px;
    padding: 10px;
    color: var(--white-color);
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 30px;
}

.cs-bestselling-area .selling-product .product-body .body-text {
    color: var(--gray-color3);
}

.cs-bestselling-area .selling-product .product-body .product-rating ul {
    gap: 8px;
}

    .cs-bestselling-area .selling-product .product-body .product-rating ul li i {
        color: var(--yellow-color);
        font-size: 16px;
    }

.cs-bestselling-area .selling-product .product-body .product-cart i {
    font-size: 24px;
}

.cs-bestselling-area .selling-product .product-body .product-btn {
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-bestselling-area .selling-product .product-body .product-btn {
        margin-top: 15px;
    }
}

.cs-bestselling-area .selling-product .product-body .product-btn .cs-btn {
    color: var(--title-color);
}

    .cs-bestselling-area .selling-product .product-body .product-btn .cs-btn::before {
        display: none;
    }

.cs-bestselling-area .selling-product .product-body .cs-btn:hover {
    color: var(--theme-color);
}

.cs-bestselling-area .selling-product:hover {
    height: 92%;
    transform: scale(1.05);
    transition: 0.3s all ease-in-out;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-bestselling-area .selling-product:hover {
        transform: scale(1);
    }
}

.cs-bestselling-area .selling-product:hover .wishlist i {
    color: var(--theme-color);
}

/*** Food Menu ***/
.cs-food-menu {
    background: var(--chocolate-color);
    position: relative;
    padding-bottom: 350px;
}

    .cs-food-menu .food-menu {
        border-radius: 20px;
        height: 100%;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
        /* Extra small devices */
    }

@media (max-width: 479px) {
    .cs-food-menu .food-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cs-food-menu .food-menu .menu-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
}

    .cs-food-menu .food-menu .menu-body .menu-content {
        margin-top: auto;
        /* Extra small devices */
    }

@media (max-width: 479px) {
    .cs-food-menu .food-menu .menu-body .menu-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.cs-food-menu .food-menu .menu-body .menu-content2 {
    /* Medium devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-food-menu .food-menu .menu-body .menu-content2 {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .cs-food-menu .food-menu .menu-body .menu-content2 {
        padding-left: 50px;
        padding-top: 60px;
    }
}

@media (max-width: 479px) {
    .cs-food-menu .food-menu .menu-body .menu-content2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.cs-food-menu .menu-btn .cs-btn2 {
    background: var(--white-color2);
    border-color: transparent;
}

    .cs-food-menu .menu-btn .cs-btn2:hover:before {
        background: var(--white-color);
    }

    .cs-food-menu .menu-btn .cs-btn2:hover span {
        color: var(--title-color);
    }

.cs-food-menu .shape-one {
    position: absolute;
    left: -10px;
    top: 160px;
    /* Small devices */
}

    .cs-food-menu .shape-one img {
        /* Extra large devices */
    }

@media (max-width: 1500px) {
    .cs-food-menu .shape-one img {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .cs-food-menu .shape-one {
        display: none;
    }
}

.cs-food-menu .shape-two {
    position: absolute;
    right: 0;
    bottom: 140px;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-food-menu .shape-two {
        bottom: 230px;
        width: 10%;
    }

        .cs-food-menu .shape-two img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .cs-food-menu .shape-two {
        display: none;
    }
}

/*** Video Popup Code ***/
.cs-video-popup {
    background: var(--body-color2);
}

    .cs-video-popup .video-box {
        background: url("../img/video/video.jpg");
        padding: 200px 80px;
        border-radius: 20px;
        margin-top: -235px;
        z-index: 9;
        position: relative;
        /* Small devices */
    }

@media (max-width: 767px) {
    .cs-video-popup .video-box {
        padding: 150px 80px;
    }
}

.cs-video-popup .video-box .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .cs-video-popup .video-box .play-btn i {
        font-size: 30px;
        background-color: var(--theme-color);
        color: var(--white-color);
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        position: relative;
    }

    .cs-video-popup .video-box .play-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white-color);
        z-index: -1;
        border-radius: 50%;
        transition: all ease 0.4s;
        animation-duration: var(--ripple-ani-duration);
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-name: ripple;
    }

    .cs-video-popup .video-box .play-btn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white-color);
        z-index: -1;
        border-radius: 50%;
        transition: all ease 0.4s;
        animation-duration: var(--ripple-ani-duration);
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-name: ripple;
        animation-delay: 2s;
    }

/*** Blog Code ***/
.cs-blog-area {
    background: var(--body-color2);
    position: relative;
}

    .cs-blog-area .shape-one {
        position: absolute;
        left: 60px;
        top: 120px;
        /* Extra large devices */
        /* Small devices */
    }

@media (max-width: 1500px) {
    .cs-blog-area .shape-one {
        width: 15%;
    }

        .cs-blog-area .shape-one img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .cs-blog-area .shape-one {
        display: none;
    }
}

.cs-blog-area .shape-two {
    position: absolute;
    right: 15px;
    top: 95px;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .cs-blog-area .shape-two {
        width: 15%;
    }

        .cs-blog-area .shape-two img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .cs-blog-area .shape-two {
        display: none;
    }
}

.cs-blog-item {
    overflow: hidden;
    border-radius: 20px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-blog-item {
        margin-top: 30px;
    }
}

.cs-blog-item:hover .blog-img img {
    transform: scale(1.1);
    border-radius: 50px;
}

.cs-blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .cs-blog-item .blog-img img {
        border-radius: 20px 30px 0px 0px;
        transition: 0.4s ease-in-out;
        width: 100%;
    }

    .cs-blog-item .blog-img .blog-date {
        position: absolute;
        right: 0px;
        top: 0px;
        background: var(--body-color);
        padding: 11px 15px;
        border-radius: 0px 20px 0px 0px;
    }

.cs-blog-item .blog-body {
    padding: 30px 40px 40px 40px;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
    /* Medium Large devices */
    /* Extra small devices */
}

@media (max-width: 1299px) {
    .cs-blog-item .blog-body {
        padding: 30px;
    }
}

@media (max-width: 479px) {
    .cs-blog-item .blog-body {
        padding: 30px 20px 30px 20px;
    }
}

.cs-blog-item .blog-body .blog-meta {
    gap: 12px;
}

    .cs-blog-item .blog-body .blog-meta a span {
        padding-left: 10px;
    }

    .cs-blog-item .blog-body .blog-meta a:hover {
        color: var(--theme-color);
    }

.cs-blog-item .blog-body .blog-title a:hover {
    color: var(--theme-color);
}

.cs-blog-item .blog-body .cs-btn {
    color: var(--title-color);
}

    .cs-blog-item .blog-body .cs-btn:hover {
        color: var(--theme-color);
    }

        .cs-blog-item .blog-body .cs-btn:hover::before {
            display: none;
        }

.layout2 .blog-btn .cs-btn {
    border-color: var(--title-color);
}

    .layout2 .blog-btn .cs-btn:hover:before {
        display: block;
        background: var(--title-color) !important;
    }

    .layout2 .blog-btn .cs-btn:hover span {
        color: var(--white-color);
    }

.layout2 .blog-btn span {
    color: var(--title-color);
}

.layout2 .cs-blog-item .blog-img img {
    border-radius: 20px;
}

.layout2 .cs-blog-item .blog-body {
    border-radius: 20px;
    margin: -30px 30px 0px 30px;
    z-index: 9;
    position: relative;
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .layout2 .cs-blog-item .blog-body {
        margin: -30px 10px 0 10px;
    }
}

@media (max-width: 479px) {
    .layout2 .cs-blog-item .blog-body {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.layout2 .blog-title-bt {
    /* Small devices */
}

@media (max-width: 767px) {
    .layout2 .blog-title-bt {
        margin-top: 30px;
    }
}

/*** Single Blog Code ***/
.cs-blog-details-area {
    background: var(--body-color2);
}

    .cs-blog-details-area .single-blog-image {
        overflow: hidden;
        border-radius: 20px;
    }

        .cs-blog-details-area .single-blog-image img {
            width: 100%;
            border-radius: 20px;
            transition: all 4s linear;
        }

            .cs-blog-details-area .single-blog-image img:hover {
                transform: scale(1.07);
            }

    .cs-blog-details-area .single-blog-meta a i {
        color: var(--button-color);
        padding-right: 5px;
    }

    .cs-blog-details-area .single-blog-desc {
        color: var(--gray-color3);
    }

    .cs-blog-details-area blockquote {
        background: var(--white-color);
        padding: 30px;
        color: var(--gray-color3);
        border-left: 2px solid var(--button-color);
    }

    .cs-blog-details-area .share-links .share-links-title {
        display: inline-block;
        color: var(--black-color);
        font-weight: 700;
    }

    .cs-blog-details-area .share-links .tagcloud {
        display: inline-block;
    }

        .cs-blog-details-area .share-links .tagcloud a {
            background: var(--white-color);
            padding: 10px 20px;
            text-align: center;
            border-radius: 100px;
        }

            .cs-blog-details-area .share-links .tagcloud a:hover {
                background: var(--button-color);
                color: var(--white-color);
            }

/*** Comment Code ***/
.cs-comments-wrap .description p:last-child {
    margin-bottom: 30px;
}

.cs-comments-wrap .comment-respond {
    margin: 30px 0;
}

.cs-comments-wrap li {
    margin: 0;
}

.cs-comments-wrap .cs-post-comment {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    background: var(--white-color);
    padding: 30px;
    border-radius: 20px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-comments-wrap .cs-post-comment {
        display: block;
    }
}

.cs-comments-wrap .cs-post-comment ol,
.cs-comments-wrap .cs-post-comment ul,
.cs-comments-wrap .cs-post-comment dl {
    margin-bottom: 1rem;
}

    .cs-comments-wrap .cs-post-comment ol ol,
    .cs-comments-wrap .cs-post-comment ol ul,
    .cs-comments-wrap .cs-post-comment ul ol,
    .cs-comments-wrap .cs-post-comment ul ul {
        margin-bottom: 0;
    }

.cs-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -30px;
}

    .cs-comments-wrap ul.comment-list ul ul,
    .cs-comments-wrap ul.comment-list ul ol,
    .cs-comments-wrap ul.comment-list ol ul,
    .cs-comments-wrap ul.comment-list ol ol {
        margin-bottom: 0;
    }

.cs-comments-wrap .comment-avater {
    margin-right: 20px;
    overflow: hidden;
    border-radius: 15px;
}

    .cs-comments-wrap .comment-avater img {
        width: 100%;
        /* Medium devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-comments-wrap .comment-avater img {
        width: 16%;
    }
}

@media (max-width: 575px) {
    .cs-comments-wrap .comment-avater img {
        width: 25%;
    }
}

.cs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
}

.cs-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    color: var(--button-color);
}

    .cs-comments-wrap .commented-on i {
        color: var(--theme-color);
        margin-right: 7px;
        font-size: 0.9rem;
    }

.cs-comments-wrap .name {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 600;
}

.cs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}

.cs-comments-wrap .text {
    line-height: 26px;
    color: var(--gray-color3);
}

.cs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-comments-wrap .children {
        margin-left: 0;
    }
}

.cs-comments-wrap .reply_and_edit {
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

    .cs-comments-wrap .reply_and_edit a {
        margin-right: 10px;
    }

        .cs-comments-wrap .reply_and_edit a:last-child {
            margin-right: 0;
        }

.cs-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: var(--theme-color);
    border-radius: 30px;
    text-transform: capitalize;
}

    .cs-comments-wrap .reply-btn i {
        margin-left: 7px;
    }

.cs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}

.cs-comment-form {
    margin-top: 80px;
    background: var(--light-gray3);
    padding: 30px;
    border-radius: 20px;
}

    .cs-comment-form .comment-form input {
        background: var(--white-color);
        color: var(--gray-color3);
        margin-bottom: 30px;
        margin-top: 0px;
    }

        .cs-comment-form .comment-form input::-moz-placeholder {
            color: var(--gray-color3);
        }

        .cs-comment-form .comment-form input::placeholder {
            color: var(--gray-color3);
        }

    .cs-comment-form .comment-form .form-select {
        background: var(--white-color);
        margin-top: 0px;
        color: var(--gray-color3);
    }

    .cs-comment-form .comment-form textarea {
        background: var(--white-color);
        color: var(--gray-color3);
        margin-top: 0px;
    }

        .cs-comment-form .comment-form textarea::-moz-placeholder {
            color: var(--gray-color3);
        }

        .cs-comment-form .comment-form textarea::placeholder {
            color: var(--gray-color3);
        }

    .cs-comment-form .comment-form .contact-btn {
        margin-top: 10px;
    }

        .cs-comment-form .comment-form .contact-btn .cs-btn {
            padding: 25px 120px;
            background: var(--gold-color);
            border-color: var(--gold-color);
            margin-top: 20px;
            /* Extra small devices */
        }

@media (max-width: 575px) {
    .cs-comment-form .comment-form .contact-btn .cs-btn {
        padding: 20px 60px;
    }
}

/*** Booking Code ***/
.cs-booking-area {
    background: var(--body-color2);
    padding-top: 100px;
    padding-bottom: 30px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-booking-area {
        padding-top: 60px;
    }
}

.cs-booking-area.layout2 {
    padding: 120px 0px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-booking-area.layout2 {
        padding: 80px 0px;
    }
}

.cs-booking-area .booking-text {
    padding: 60px 40px;
    background: var(--white-color);
    border-radius: 20px;
    position: relative;
    height: 100%;
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-booking-area .booking-text {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cs-booking-area .booking-text .content-text {
    color: var(--gray-color3);
}

.cs-booking-area .booking-text .help-call {
    gap: 16px;
}

    .cs-booking-area .booking-text .help-call span {
        color: var(--gray-color3);
    }

.cs-booking-area .booking-text .booking-img img {
    position: absolute;
    right: 0;
    bottom: 0;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .cs-booking-area .booking-text .booking-img img {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .cs-booking-area .booking-text .booking-img img {
        width: 20%;
    }
}

.cs-booking-area .booking-form {
    border-radius: 20px;
    padding: 60px;
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-booking-area .booking-form {
        padding: 60px 40px;
    }
}

@media (max-width: 479px) {
    .cs-booking-area .booking-form {
        padding: 40px 15px;
    }
}

.cs-booking-area .booking-form .content-subtitle {
    color: var(--white-color);
}

.cs-booking-area .booking-form .content-title {
    color: var(--white-color);
}

.cs-booking-area .cs-booking-image img {
    border-radius: 20px;
    height: 100%;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-booking-area .cs-booking-image img {
        width: 100%;
    }
}

/*** Newsletter Code ***/
.cs-newsletter-area {
    background: var(--body-color2);
}

    .cs-newsletter-area .newsletter-form {
        background: linear-gradient(90deg, rgb(211, 0, 0) 3%, rgb(126, 0, 0) 39%, rgba(109, 0, 0, 0) 70%), url("../img/newsletter/newsletter.jpg");
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 80px;
        border-radius: 20px;
        /* Medium devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-newsletter-area .newsletter-form {
        padding: 60px 40px;
    }
}

@media (max-width: 479px) {
    .cs-newsletter-area .newsletter-form {
        padding: 50px 20px;
    }
}

.cs-newsletter-area .newsletter-form .subsribe-form {
    margin-top: 25px;
    /* Extra small devices */
}

    .cs-newsletter-area .newsletter-form .subsribe-form input {
        margin-top: 0px;
        height: 60px;
    }

    .cs-newsletter-area .newsletter-form .subsribe-form .newsletter-submit .cs-btn:hover::before {
        background: var(--white-color);
    }

    .cs-newsletter-area .newsletter-form .subsribe-form .newsletter-submit .cs-btn:hover span {
        color: var(--title-color);
    }

@media (max-width: 575px) {
    .cs-newsletter-area .newsletter-form .subsribe-form .newsletter-submit {
        margin-top: 20px;
    }
}

.newsletter-style2 {
    background: var(--white-color);
    padding: 30px 40px 25px 40px;
    border-radius: 20px;
    margin: -88px 30px 0px 30px;
    /* Extra small devices */
}

@media (max-width: 479px) {
    .newsletter-style2 {
        margin: -88px 0 0;
    }
}

.newsletter-style2 .subsribe-form {
    margin-top: 25px;
    /* Large devices */
}

    .newsletter-style2 .subsribe-form input {
        margin-top: 0px;
        height: 60px;
        border: 1px solid var(--gray-color);
        color: var(--gray-color3);
    }

        .newsletter-style2 .subsribe-form input::-moz-placeholder {
            color: var(--gray-color3);
        }

        .newsletter-style2 .subsribe-form input::placeholder {
            color: var(--gray-color3);
        }

@media (max-width: 1199px) {
    .newsletter-style2 .subsribe-form .newsletter-submit {
        margin-top: 20px;
    }
}

/*** Testimonial Code ***/
.cs-testimonail-area {
    background: var(--body-color2);
}

    .cs-testimonail-area .testimonail-item {
        background: var(--white-color);
        padding: 40px;
        border: 2px solid var(--gray-color);
        border-radius: 20px;
        margin-top: 60px;
        /* Medium devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-testimonail-area .testimonail-item {
        margin-top: 46px;
    }
}

@media (max-width: 479px) {
    .cs-testimonail-area .testimonail-item {
        padding: 20px;
    }
}

.cs-testimonail-area .testimonail-item .testimonail-infos {
    gap: 33px;
    display: flex;
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-testimonail-area .testimonail-item .testimonail-infos {
        display: block;
    }
}

.cs-testimonail-area .testimonail-item .testimonail-infos .client-meta {
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-testimonail-area .testimonail-item .testimonail-infos .client-meta {
        margin-top: 20px;
    }
}

.cs-testimonail-area .testimonail-item .testimonail-infos .client-meta .client-rating ul {
    gap: 5px;
}

    .cs-testimonail-area .testimonail-item .testimonail-infos .client-meta .client-rating ul i {
        color: var(--yellow-color2);
    }

.cs-testimonail-area .testimonail-item .testimonail-infos .client-meta span {
    color: var(--gray-color3);
}

.cs-testimonail-area .testimonail-content {
    padding-top: 30px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-testimonail-area .testimonail-content {
        padding-top: 20px;
    }
}

.cs-testimonail-area .testimonail-content p {
    font-size: 24px;
    line-height: 36px;
    color: var(--gray-color3);
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-testimonail-area .testimonail-content p {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .cs-testimonail-area .testimonail-content p {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .cs-testimonail-area .testimonail-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.cs-testimonail-area .testimonail-content h4 {
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-testimonail-area .testimonail-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.cs-testimonail-area.layout2 .testimonial-container {
    background: url("../img/testimonail/testimonail-img.png");
    padding: 60px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 20px;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-testimonail-area.layout2 .testimonial-container {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .cs-testimonail-area.layout2 .testimonial-container {
        padding: 60px 30px;
    }
}

@media (max-width: 479px) {
    .cs-testimonail-area.layout2 .testimonial-container {
        padding: 40px 20px;
    }
}

.cs-testimonail-area.layout2 .testimonail-item {
    border: none;
    margin-top: 0px;
}

    .cs-testimonail-area.layout2 .testimonail-item .client-meta span {
        color: var(--gray-color3);
    }

    .cs-testimonail-area.layout2 .testimonail-item .client-rating ul {
        gap: 5px;
    }

        .cs-testimonail-area.layout2 .testimonail-item .client-rating ul i {
            color: var(--yellow-color2);
        }

.cs-testimonail-area.layout2 .slider-arrow {
    background: var(--white-color);
    border-color: var(--white-color);
}

    .cs-testimonail-area.layout2 .slider-arrow:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

        .cs-testimonail-area.layout2 .slider-arrow:hover i {
            color: var(--white-color);
        }

.cs-testimonail-area.layout2 .slider-next {
    position: absolute;
    top: 93%;
    right: -23%;
}

.cs-testimonail-area.layout2 .slider-prev {
    position: absolute;
    left: 105%;
    top: 93%;
}

.cs-testimonail-area .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--gray-color3);
}

    .cs-testimonail-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 65px;
    }

        .cs-testimonail-area .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            display: none;
        }

/*** Gallery Code ***/
.cs-gallery-area {
    background: var(--body-color2);
}

    .cs-gallery-area .swiper {
        border-radius: 20px;
    }

        .cs-gallery-area .swiper .gallery-item img {
            /* Extra small devices */
        }

@media (max-width: 575px) {
    .cs-gallery-area .swiper .gallery-item img {
        width: 100%;
    }
}

/*** Mini Contact Code ***/
.cs-mini-contact {
    background: var(--body-color2);
}

    .cs-mini-contact .mini-contact {
        background: var(--white-color);
        padding: 40px 60px;
        border-radius: 20px;
        /* Large devices */
    }

        .cs-mini-contact .mini-contact .row {
            gap: 20px 0px;
        }

@media (max-width: 1199px) {
    .cs-mini-contact .mini-contact {
        padding: 40px 20px;
    }
}

.cs-mini-contact .mini-contact .contact-item {
    gap: 20px;
    justify-content: center;
}

    .cs-mini-contact .mini-contact .contact-item.contact-item-border {
        border-right: 1px solid var(--gray-color);
        border-left: 1px solid var(--gray-color);
        /* Large devices */
    }

@media (max-width: 1199px) {
    .cs-mini-contact .mini-contact .contact-item.contact-item-border {
        border: none;
    }
}

.cs-mini-contact .mini-contact .contact-item .contact-icon {
    /* Small devices */
}

@media (max-width: 767px) {
    .cs-mini-contact .mini-contact .contact-item .contact-icon {
        margin-bottom: 0px;
    }
}

.cs-mini-contact .mini-contact .contact-item .contact-icon > a {
    background: var(--button-color);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    line-height: 95px;
    /* Small devices */
}

    .cs-mini-contact .mini-contact .contact-item .contact-icon > a i {
        font-size: 30px;
        /* Small devices */
    }

@media (max-width: 767px) {
    .cs-mini-contact .mini-contact .contact-item .contact-icon > a i {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .cs-mini-contact .mini-contact .contact-item .contact-icon > a {
        height: 60px;
        width: 60px;
    }
}

.cs-mini-contact .mini-contact .contact-item .contact-info > a {
    padding-top: 10px;
    display: block;
    color: var(--title-color);
}

.style2 .mini-contact .contact-item .contact-icon > a {
    background: var(--light-gray3);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: var(--gold-color);
    line-height: 95px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .style2 .mini-contact .contact-item .contact-icon > a {
        height: 60px;
        width: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

.style2 .mini-contact .contact-item .contact-icon > a i {
    font-size: 30px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .style2 .mini-contact .contact-item .contact-icon > a i {
        font-size: 24px;
    }
}

.style2 .mini-contact .contact-item .contact-info > a {
    padding-top: 0px;
    padding-bottom: 5px;
    display: block;
    color: var(--title-color);
}

    .style2 .mini-contact .contact-item .contact-info > a:hover {
        color: var(--theme-color);
    }

    .style2 .mini-contact .contact-item .contact-info > a:first-of-type {
        padding-top: 10px;
    }

    .style2 .mini-contact .contact-item .contact-info > a:last-child {
        padding-bottom: 0px;
    }

.cs-contact-map {
    background: var(--body-color2);
}

/*** Food Category Code ***/
.cs-food-category {
    background: var(--body-color2);
}

    .cs-food-category .content-text {
        margin-top: 20px;
    }

    .cs-food-category .category-items {
        margin-top: 37px;
    }

        .cs-food-category .category-items .category-img {
            margin: 0px 35px;
        }

            .cs-food-category .category-items .category-img img {
                width: 100%;
                border-radius: 20px 20px 0px 0px;
            }

        .cs-food-category .category-items .category-body {
            background: var(--white-color);
            padding: 80px 70px 60px 70px;
            margin-top: -45px;
            border-radius: 0px 0px 20px 20px;
            /* Medium devices */
        }

@media (max-width: 991px) {
    .cs-food-category .category-items .category-body {
        padding: 80px 40px 70px;
    }
}

.cs-food-category .category-items .category-body .category-price span {
    color: var(--button-color);
}

.cs-food-category .category-items .category-body .category-title {
    padding: 10px 0px 20px 0px;
}

.cs-food-category .category-items .category-body .category-text {
    color: var(--gray-color3);
}

.cs-food-category .category-items .category-btn {
    text-align: center;
    margin-top: -35px;
}

    .cs-food-category .category-items .category-btn .cs-btn2 {
        background: var(--white-color);
        border-color: var(--gray-color);
    }

        .cs-food-category .category-items .category-btn .cs-btn2 span {
            color: var(--title-color);
        }

        .cs-food-category .category-items .category-btn .cs-btn2:hover:before {
            background: var(--button-color);
        }

        .cs-food-category .category-items .category-btn .cs-btn2:hover span {
            color: var(--white-color);
        }

/*** Faq Code ***/
.cs-faq-area {
    background: var(--body-color2);
}

    .cs-faq-area .accordion {
        margin-top: 40px;
    }

        .cs-faq-area .accordion .accordion-item {
            border: 1px solid var(--light-gray2);
            border-radius: 20px;
            margin-bottom: 20px;
            padding: 20px 30px;
        }

            .cs-faq-area .accordion .accordion-item:last-child {
                margin-bottom: 0px;
            }

            .cs-faq-area .accordion .accordion-item .accordion-header {
                background: transparent;
                line-height: 25px;
            }

                .cs-faq-area .accordion .accordion-item .accordion-header button {
                    text-align: left;
                }

            .cs-faq-area .accordion .accordion-item .accordion-collapse {
                border: none;
            }

                .cs-faq-area .accordion .accordion-item .accordion-collapse .accordion-body {
                    padding: 0px;
                    padding-top: 20px;
                }

                    .cs-faq-area .accordion .accordion-item .accordion-collapse .accordion-body .faq-text {
                        color: var(--gray-color3);
                    }

            .cs-faq-area .accordion .accordion-item .accordion-button {
                border: none;
                padding: 0px;
            }

                .cs-faq-area .accordion .accordion-item .accordion-button:focus {
                    box-shadow: none;
                }

                .cs-faq-area .accordion .accordion-item .accordion-button:after {
                    font-family: var(--icon-font);
                    content: "+";
                    background-image: none;
                    font-size: 22px;
                    color: var(--theme-color);
                }

                .cs-faq-area .accordion .accordion-item .accordion-button:not(.collapsed) {
                    color: var(--title-color);
                    background-color: transparent;
                }

                    .cs-faq-area .accordion .accordion-item .accordion-button:not(.collapsed):after {
                        font-family: var(--icon-font);
                        content: "\f068";
                        background-image: none;
                        font-size: 22px;
                        color: var(--theme-color);
                    }

    .cs-faq-area .faq-img {
        padding: 30px 30px 118px 30px;
        border: 1px solid var(--light-gray2);
        border-radius: 20px;
        /* Medium devices */
    }

@media (max-width: 991px) {
    .cs-faq-area .faq-img {
        margin-top: 50px;
    }
}

.cs-faq-area .faq-img img {
    border-radius: 20px;
    width: 100%;
}

/*** Counter Code ***/
.cs-counter-layout2 {
    background: var(--body-color2);
}

    .cs-counter-layout2 .counter-layout2 {
        background: var(--button-color);
        padding: 40px 60px;
        border-radius: 20px;
        color: var(--white-color);
        text-align: center;
        position: relative;
        /* Medium devices */
        /* Small devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-counter-layout2 .counter-layout2 .col-md-4:nth-child(4) {
        margin-top: 20px;
    }

    .cs-counter-layout2 .counter-layout2 .col-md-4:nth-child(5) {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cs-counter-layout2 .counter-layout2 .counter-box {
        text-align: center;
    }

    .cs-counter-layout2 .counter-layout2 .col-md-4:nth-child(3) {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .cs-counter-layout2 .counter-layout2 {
        padding: 30px;
    }

        .cs-counter-layout2 .counter-layout2 .col-md-4:nth-child(3) {
            margin-top: 20px;
        }
}

.cs-counter-layout2 .counter-layout2 .counter-number {
    color: var(--white-color);
}

/*** Work Process Code ***/
.cs-work-process {
    padding-top: 190px;
    margin-top: -78px;
    background: var(--white-color);
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-work-process {
        margin-top: -116px;
    }
}

.cs-work-process .work-process {
    margin-top: 40px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-work-process .work-process {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .cs-work-process .work-process {
        margin-top: 12px;
    }
}

.cs-work-process .work-process .process-item {
    gap: 20px;
    background: var(--white-color);
    padding: 30px;
    border: 1px solid var(--light-gray);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 5px;
    margin-bottom: 30px;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-work-process .work-process .process-item {
        margin-bottom: 0;
        padding-bottom: 0px;
    }
}

@media (max-width: 479px) {
    .cs-work-process .work-process .process-item {
        padding-left: 0;
        padding-right: 0;
    }
}

.cs-work-process .work-process .process-item:last-child {
    margin-bottom: 0px;
}

.cs-work-process .work-process .process-item .process-icon {
    position: relative;
}

    .cs-work-process .work-process .process-item .process-icon > a {
        background: var(--black-color);
        width: 80px;
        height: 80px;
        border-radius: 100px;
        display: inline-block;
        text-align: center;
        color: var(--white-color);
        line-height: 95px;
        /* Small devices */
    }

        .cs-work-process .work-process .process-item .process-icon > a i {
            font-size: 30px;
            /* Small devices */
        }

@media (max-width: 767px) {
    .cs-work-process .work-process .process-item .process-icon > a i {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .cs-work-process .work-process .process-item .process-icon > a {
        height: 60px;
        width: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

.cs-work-process .work-process .process-item .process-icon .process-number {
    position: absolute;
    color: var(--button-color);
    left: 75%;
    background: var(--body-color2);
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cs-work-process .work-process .process-item .process-info > p {
    padding-top: 10px;
    display: block;
    color: var(--title-color);
}

.cs-work-process .work-process-img {
    border: 1px solid var(--gray-color);
    padding: 58px 38px 30px 38px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 5px;
    animation: anime 5s linear infinite;
    position: relative;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-work-process .work-process-img {
        margin-top: 70px;
    }
}

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

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 0;
    }
}
/*** Best Offer Code ***/
.cs-best-offer {
    background: var(--body-color2);
    overflow: hidden;
}

    .cs-best-offer .swiper {
        overflow: visible;
        margin-top: 60px;
    }

    .cs-best-offer .offer-item {
        position: relative;
    }

        .cs-best-offer .offer-item img {
            border-radius: 20px;
            width: 100%;
        }

        .cs-best-offer .offer-item .offer-text {
            background: var(--white-color);
            padding: 20px 30px;
            border-radius: 20px;
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            opacity: 1;
            visibility: hidden;
            z-index: -1;
            transition: all 0.8s ease-out;
            transform: translateY(20px);
        }

            .cs-best-offer .offer-item .offer-text span {
                color: var(--gray-color3);
                position: relative;
                display: inline-block;
            }

                .cs-best-offer .offer-item .offer-text span:before {
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-radius: 100px;
                    background: var(--theme-color);
                    display: inline-block;
                    margin-right: 10px;
                    margin-top: -20px;
                }

        .cs-best-offer .offer-item:hover .offer-text {
            opacity: 1;
            visibility: visible;
            z-index: 1;
            transition: all 0.8s ease-out;
            transform: translateY(-100px);
        }

        .cs-best-offer .offer-item:hover:before {
            opacity: 0.6;
            transition: all 0.8s ease-out;
            transform: scale(1);
        }

        .cs-best-offer .offer-item:before {
            content: "";
            background: var(--black-color);
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            display: block;
            border-radius: 20px;
            transition: all 0.8s ease-out;
            transform: scale(0);
        }

/*** Download Button Code ***/
.download-btns {
    gap: 30px;
    margin-top: 40px;
}

    .download-btns .donwload-btn {
        gap: 10px;
        padding: 15px;
        border: 1px solid var(--gray-color);
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 4px;
        /* Large devices */
        /* Extra small devices */
        /* Extra small devices */
    }

@media (max-width: 1199px) {
    .download-btns .donwload-btn {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .download-btns .donwload-btn {
        width: 65%;
        margin: 0 auto;
        justify-content: center;
    }

        .download-btns .donwload-btn:first-of-type {
            margin-bottom: 30px;
        }
}

@media (max-width: 479px) {
    .download-btns .donwload-btn {
        width: 100%;
    }
}

.download-tab-img {
    animation: anime 5s linear infinite;
    position: relative;
    /* Medium devices */
}

@media (max-width: 991px) {
    .download-tab-img {
        margin-top: 60px;
    }
}

/*** Popular Item Code ***/
.cs-popular-items {
    background: var(--body-color2);
}

    .cs-popular-items .popular-filter-btns {
        gap: 30px;
        /* Large devices */
    }

@media (max-width: 1199px) {
    .cs-popular-items .popular-filter-btns {
        gap: 20px;
    }
}

.cs-popular-items .popular-filter-btns .filter-btn {
    padding: 16px 40px;
    background: var(--white-color);
    color: var(--title-color);
    border-radius: 100px;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-popular-items .popular-filter-btns .filter-btn {
        padding: 15px 30px;
    }
}

@media (max-width: 479px) {
    .cs-popular-items .popular-filter-btns .filter-btn {
        padding: 10px 20px;
    }
}

.cs-popular-items .popular-filter-btns .filter-btn.mixitup-control-active {
    background: var(--button-color);
    color: var(--white-color);
}

.cs-popular-items .popular-item {
    gap: 0px;
    margin-top: 30px;
}

    .cs-popular-items .popular-item .popular-item-img {
        width: 100%;
    }

        .cs-popular-items .popular-item .popular-item-img img {
            border-radius: 20px 0px 0px 20px;
            width: 100%;
            /* Medium devices */
        }

@media (max-width: 991px) {
    .cs-popular-items .popular-item .popular-item-img img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
    }
}

.cs-popular-items .popular-item .popular-item-content {
    background: var(--white-color);
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    width: 100%;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-popular-items .popular-item .popular-item-content {
        margin: -30px 30px 0px 30px;
        z-index: 9;
        position: relative;
        border-radius: 20px;
        width: auto;
    }
}

.cs-popular-items .popular-item .popular-item-content > ul {
    padding: 5px 0px;
}

    .cs-popular-items .popular-item .popular-item-content > ul > li {
        color: var(--gray-color3);
    }

        .cs-popular-items .popular-item .popular-item-content > ul > li i {
            margin-right: 10px;
        }

.cs-popular-items .popular-item .popular-item-content span {
    color: var(--theme-color);
}

.cs-popular-items .popular-item .cs-btn2 {
    margin-top: 20px;
    padding: 5px 15px;
    background: transparent;
    border-color: var(--gray-color);
    cursor: pointer;
}

    .cs-popular-items .popular-item .cs-btn2:hover:before {
        background: var(--button-color);
    }

    .cs-popular-items .popular-item .cs-btn2:hover span {
        color: var(--white-color);
    }

    .cs-popular-items .popular-item .cs-btn2 span {
        color: var(--title-color);
    }

.cs-product-area {
    background: var(--body-color2);
}

.product-item {
    background: var(--white-color);
    padding: 30px 40px;
    gap: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .product-item:last-child {
        margin-bottom: 0px;
    }

    .product-item .thubmnail-img img {
        border-radius: 20px;
    }

    .product-item .product-content {
        /* Medium Large devices */
        /* Small devices */
    }

        .product-item .product-content .discount {
            color: var(--button-color);
        }

@media (max-width: 1299px) {
    .product-item .product-content {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product-item .product-content {
        padding-top: 15px;
        width: 100%;
    }
}

.product-item .product-content .product-title {
    padding: 15px 0px;
    display: block;
}

.product-item .product-content .product-rating {
    padding-top: 25px;
    padding-bottom: 30px;
}

    .product-item .product-content .product-rating ul {
        gap: 5px;
    }

        .product-item .product-content .product-rating ul li i {
            color: var(--yellow-color2);
            cursor: pointer;
        }

/*** Product Sidebar Code ***/
.cs-shop-widget {
    background: var(--white-color);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    /* Medium devices */
    /* Large devices */
}

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

@media (max-width: 1199px) {
    .cs-shop-widget {
        padding: 35px;
    }
}

.cs-shop-widget:last-child {
    margin-bottom: 0px;
    margin-top: 0px;
}

.cs-shop-widget .cs-shop-widget-category {
    margin-top: 30px;
}

    .cs-shop-widget .cs-shop-widget-category .category-name img {
        margin-right: 15px;
    }

    .cs-shop-widget .cs-shop-widget-category li {
        background: var(--light-gray3);
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

        .cs-shop-widget .cs-shop-widget-category li:last-child {
            margin-bottom: 0px;
        }

.cs-shop-widget .range-slider {
    margin-top: 30px;
}

    .cs-shop-widget .range-slider .range-bottom {
        margin-top: 30px;
    }

        .cs-shop-widget .range-slider .range-bottom .cs-shop-widget-filter-btn {
            padding: 5px 20px;
            border: 1px solid var(--theme-color);
            border-radius: 100px;
        }

    .cs-shop-widget .range-slider #price-range {
        height: 2px;
        position: relative;
        padding: 0px;
    }

    .cs-shop-widget .range-slider .ui-slider-handle {
        background: var(--button-color);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        border-radius: 100px;
        margin-top: -9px;
    }

        .cs-shop-widget .range-slider .ui-slider-handle:focus-visible {
            outline: none !important;
        }

/*** Shop Details Code ***/
.cs-gallery-product-img img {
    border-radius: 20px;
}

#nav-tab {
    gap: 30px;
    margin-top: 30px;
    /* Medium Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1400px) {
    #nav-tab {
        gap: 5px;
    }

        #nav-tab button {
            width: 32%;
        }
}

@media (max-width: 767px) {
    #nav-tab button {
        width: 32%;
    }
}

@media (max-width: 575px) {
    #nav-tab button {
        width: 32%;
    }
}

#nav-tab .active {
    border: 1px solid var(--gray-color3);
    border-radius: 20px;
}

    #nav-tab .active img {
        width: 90%;
    }

#nav-tab img {
    border-radius: 20px;
}

.cs-shop-details-area {
    background: var(--body-color2);
}

    .cs-shop-details-area .shop-details-content {
        background: var(--white-color);
        padding: 40px;
        border-radius: 20px;
        margin-top: 40px;
    }

        .cs-shop-details-area .shop-details-content .shop-details-short-des {
            color: var(--gray-color3);
        }

        .cs-shop-details-area .shop-details-content .shop-details-price {
            color: var(--theme-color);
        }

        .cs-shop-details-area .shop-details-content .product-rating ul {
            gap: 5px;
        }

            .cs-shop-details-area .shop-details-content .product-rating ul li i {
                color: var(--yellow-color2);
                cursor: pointer;
            }

        .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap {
            gap: 30px;
            /* Extra small devices */
        }

@media (max-width: 575px) {
    .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap {
        display: block !important;
    }

        .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .add-to-cart {
            margin-top: 20px;
        }
}

.cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .shop-details-quantity {
    width: 140px;
    border: 1px solid var(--gray-color);
    border-radius: 100px;
    padding: 18px 28px;
}

    .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .shop-details-quantity input {
        color: var(--title-color);
        padding: 0;
        text-align: center;
        height: auto;
        margin-top: 0;
        font-size: 24px;
        line-height: 26px;
    }

    .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .shop-details-quantity i {
        color: var(--title-color);
    }

    .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .shop-details-quantity .cart-plus {
        cursor: pointer;
    }

    .cs-shop-details-area .shop-details-content .shop-details-quantity-wrap .shop-details-quantity .cart-minus {
        cursor: pointer;
    }

.cs-shop-description-area #nav-tab {
    gap: 30px;
}

    .cs-shop-description-area #nav-tab button {
        /* Small devices */
        /* Extra small devices */
    }

@media (max-width: 767px) {
    .cs-shop-description-area #nav-tab button {
        width: 42%;
    }
}

@media (max-width: 575px) {
    .cs-shop-description-area #nav-tab button {
        width: 100%;
    }
}

.cs-shop-description-area #nav-tab .active {
    border: 1px solid var(--gray-color);
}

.cs-shop-description-area .cs-btn {
    background: transparent;
    border: 1px solid var(--button-color);
    color: var(--title-color);
    padding: 16px 60px;
}

    .cs-shop-description-area .cs-btn:before {
        display: none;
    }

    .cs-shop-description-area .cs-btn.active {
        background: var(--button-color);
        border: 1px solid var(--button-color);
        color: var(--white-color);
        border-radius: 100px !important;
    }

.cs-shop-description-area .shop-long-description p {
    color: var(--gray-color3);
    padding-top: 20px;
}

    .cs-shop-description-area .shop-long-description p:first-child {
        padding-top: 30px;
    }

.cs-shop-description-area .shop-long-description > ul > li {
    padding-bottom: 20px;
    color: var(--gray-color3);
}

    .cs-shop-description-area .shop-long-description > ul > li i {
        color: var(--button-color);
        padding-right: 15px;
    }

    .cs-shop-description-area .shop-long-description > ul > li:last-child {
        padding-bottom: 0;
    }

/*** Cart Code ***/
.cs-cart-area {
    background: var(--body-color2);
}

.cart-table table {
    border-collapse: separate;
    border-spacing: 0 30px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cart-table table {
        width: 950px;
    }
}

.cart-table table thead th {
    border: none;
}

    .cart-table table thead th span {
        background: var(--white-color);
        padding: 10px 30px;
        border-radius: 100px;
    }

.cart-table table tbody {
    vertical-align: middle;
}

    .cart-table table tbody tr {
        background: var(--white-color);
    }

        .cart-table table tbody tr td {
            border: none;
        }

            .cart-table table tbody tr td.cart-product {
                gap: 45px;
                padding: 30px 40px;
            }

                .cart-table table tbody tr td.cart-product .product-thumbnail img {
                    border-radius: 20px;
                }

                .cart-table table tbody tr td.cart-product .product-title {
                    padding-top: 15px;
                    padding-bottom: 25px;
                    display: block;
                }

                .cart-table table tbody tr td.cart-product .product-price {
                    color: var(--button-color);
                }

.shop-details-quantity {
    width: 100px;
    border: 1px solid var(--gray-color) !important;
    border-radius: 10px;
    padding: 7px 20px;
}

    .shop-details-quantity input {
        color: var(--title-color);
        padding: 0;
        text-align: center;
        height: auto;
        line-height: 10px;
        margin-top: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .shop-details-quantity i {
        color: var(--title-color);
        font-size: 16px;
    }

        .shop-details-quantity i:hover {
            color: var(--theme-color);
        }

    .shop-details-quantity .cart-plus {
        cursor: pointer;
    }

    .shop-details-quantity .cart-minus {
        cursor: pointer;
    }

.cart-action i {
    background: var(--black-color);
    border-radius: 100px;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.cs-wishlist-area {
    background: var(--body-color2);
}

    .cs-wishlist-area .wishlist-content .wishlist-text {
        color: var(--gray-color3);
    }

    .cs-wishlist-area td {
        border: none;
    }

        .cs-wishlist-area td.cart-product {
            gap: 45px;
            padding: 30px 40px;
            /* Large devices */
        }

@media (max-width: 1199px) {
    .cs-wishlist-area td.cart-product {
        width: 300px;
    }
}

.cs-wishlist-area td.cart-product .product-thumbnail img {
    border-radius: 20px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .cs-wishlist-area td.cart-product .product-thumbnail img {
        width: 150px !important;
    }
}

/*** My Account Code ***/
.cs-my-account {
    background: var(--body-color2);
}

    .cs-my-account .account-content {
        padding-bottom: 40px;
    }

        .cs-my-account .account-content .account-text {
            color: var(--gray-color3);
        }

    .cs-my-account .accont-form label {
        margin-bottom: 0px;
        color: var(--title-color);
        margin-top: 30px;
        font-family: var(--title-font);
        font-size: 20px;
        line-height: 26px;
    }

    .cs-my-account .accont-form .mt {
        margin-top: 0;
        /* Small devices */
    }

@media (max-width: 767px) {
    .cs-my-account .accont-form .mt {
        margin-top: 30px;
    }
}

.cs-my-account .accont-form input {
    background: var(--white-color);
    color: var(--gray-color3);
    margin-top: 10px;
    border-radius: 4px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-my-account .accont-form input {
        margin-top: 10px;
    }
}

.cs-my-account .accont-form input::-moz-placeholder {
    color: var(--gray-color3);
}

.cs-my-account .accont-form input::placeholder {
    color: var(--gray-color3);
}

.cs-my-account .accont-form textarea {
    background: var(--white-color);
}

.cs-my-account .accont-form .account-btn {
    margin-top: 40px;
}

    .cs-my-account .accont-form .account-btn .cs-btn {
        padding: 25px 85px;
    }

.cs-my-account .account-img {
    overflow: hidden;
    border-radius: 20px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-my-account .account-img {
        margin-top: 40px;
    }
}

.cs-my-account .account-img img {
    border-radius: 20px;
    transition: all 3s linear;
    /* Medium devices */
}

    .cs-my-account .account-img img:hover {
        transform: scale(1.07);
    }

@media (max-width: 991px) {
    .cs-my-account .account-img img {
        width: 100%;
    }
}

.cs-my-account .account-email {
    background: var(--white-color);
    padding: 40px 80px;
    border-radius: 20px;
    margin-top: 120px;
    /* Extra small devices */
}

@media (max-width: 479px) {
    .cs-my-account .account-email {
        padding: 40px 30px;
    }
}

.cs-my-account .account-email .email-text {
    color: var(--gray-color3);
}

.cs-my-account .account-email .accont-form {
    margin-top: 10px;
}

    .cs-my-account .account-email .accont-form input {
        border: 1px solid var(--gray-color);
    }

    .cs-my-account .account-email .accont-form .account-btn {
        margin-top: 40px;
    }

        .cs-my-account .account-email .accont-form .account-btn .cs-btn {
            padding: 25px 305px;
            /* Medium devices */
            /* Small devices */
            /* Extra small devices */
        }

@media (max-width: 991px) {
    .cs-my-account .account-email .accont-form .account-btn .cs-btn {
        padding: 25px 150px;
    }
}

@media (max-width: 767px) {
    .cs-my-account .account-email .accont-form .account-btn .cs-btn {
        padding: 20px 60px;
    }
}

@media (max-width: 479px) {
    .cs-my-account .account-email .accont-form .account-btn .cs-btn {
        padding: 15px 40px;
    }
}

/*** Contact Form Code ***/
.cs-contact-area {
    background: var(--body-color2);
}

    .cs-contact-area .contact-text {
        color: var(--gray-color3);
    }

    .cs-contact-area .cs-contact-form {
        width: 1000px;
        margin: 0 auto;
        background: var(--light-gray3);
        padding: 60px;
        border-radius: 20px;
        /* Extra small devices */
        /* Large devices */
        /* Medium devices */
        /* Extra small devices */
    }

@media (max-width: 479px) {
    .cs-contact-area .cs-contact-form {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) {
    .cs-contact-area .cs-contact-form {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .cs-contact-area .cs-contact-form {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .cs-contact-area .cs-contact-form {
        padding: 40px 15px;
    }
}

.cs-contact-area .cs-contact-form .contact-form {
    margin-top: 40px;
}

    .cs-contact-area .cs-contact-form .contact-form input {
        background: var(--white-color);
        color: var(--gray-color3);
        margin-bottom: 30px;
        margin-top: 0px;
    }

        .cs-contact-area .cs-contact-form .contact-form input::-moz-placeholder {
            color: var(--gray-color3);
        }

        .cs-contact-area .cs-contact-form .contact-form input::placeholder {
            color: var(--gray-color3);
        }

    .cs-contact-area .cs-contact-form .contact-form .form-select {
        background: var(--white-color);
        margin-top: 0px;
        color: var(--gray-color3);
    }

    .cs-contact-area .cs-contact-form .contact-form textarea {
        background: var(--white-color);
        color: var(--gray-color3);
        margin-top: 0px;
        /* Small devices */
    }

@media (max-width: 767px) {
    .cs-contact-area .cs-contact-form .contact-form textarea {
        margin-top: 20px;
    }
}

.cs-contact-area .cs-contact-form .contact-form textarea::-moz-placeholder {
    color: var(--gray-color3);
}

.cs-contact-area .cs-contact-form .contact-form textarea::placeholder {
    color: var(--gray-color3);
}

.cs-contact-area .cs-contact-form .contact-form .contact-btn {
    margin-top: 10px;
}

    .cs-contact-area .cs-contact-form .contact-form .contact-btn .cs-btn {
        padding: 16px 120px;
        background: var(--gold-color);
        border-color: var(--gold-color);
        margin-top: 20px;
        /* Extra small devices */
    }

@media (max-width: 575px) {
    .cs-contact-area .cs-contact-form .contact-form .contact-btn .cs-btn {
        padding: 20px 0px;
        width: 100%;
    }
}

/*** Popup Search Code ***/
.popup-search {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

    .popup-search.searchshow {
        opacity: 1;
        visibility: visible;
        width: 100.1%;
        height: 100%;
        transition: all ease 0.4s;
        border-radius: 0;
    }

        .popup-search.searchshow form {
            transition-delay: 0.5s;
            transform: translate(-50%, -50%) scale(1);
        }

    .popup-search .searchClose {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 40px;
        right: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: var(--theme-color);
        background-color: transparent;
        font-size: 22px;
        border-radius: 50%;
        transform: rotate(0);
        transition: all ease 0.4s;
        color: var(--theme-color);
    }

        .popup-search .searchClose:hover {
            color: var(--theme-color);
            background-color: var(--white-color);
            border-color: transparent;
            transform: rotate(90deg);
        }

    .popup-search form {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        padding-bottom: 40px;
        cursor: auto;
        width: 100%;
        max-width: 700px;
        transform: translate(-50%, -50%) scale(0);
        transition: transform ease 0.4s;
        /* Large devices */
    }

@media (max-width: 1199px) {
    .popup-search form {
        max-width: 600px;
    }
}

.popup-search form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: var(--white-color);
    border-radius: 50px;
    padding: 15px 60px;
}

    .popup-search form input::-moz-placeholder {
        color: var(--white-color);
    }

    .popup-search form input::placeholder {
        color: var(--white-color);
    }

.popup-search form .form-submit {
    position: absolute;
    top: 24px;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

    .popup-search form .form-submit:hover {
        transform: scale(1.1);
    }

/*** BackTo Top Code ***/
.back-to-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 0;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 30px;
    text-align: center;
    background: var(--black-color);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--white-color);
    border-radius: 50%;
}

    .back-to-top-btn i {
        transform: translateY(-2px);
    }

    .back-to-top-btn:hover {
        transform: translateY(-4px);
    }

.cs-minicart-area {
    position: absolute;
    top: 328%;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 288px;
    height: auto;
    padding: 20px;
    background: var(--white-color);
    border-radius: 6px;
    box-shadow: 0px 30px 130px -8px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease-in-out 0.4s;
    /* Extra large devices */
    /* Extra large devices */
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1800px) {
    .cs-minicart-area {
        left: 75%;
    }
}

@media (max-width: 1500px) {
    .cs-minicart-area {
        left: 78%;
    }
}

@media (max-width: 1400px) {
    .cs-minicart-area {
        left: 71%;
    }
}

@media (max-width: 1299px) {
    .cs-minicart-area {
        left: 66%;
    }
}

@media (max-width: 1199px) {
    .cs-minicart-area {
        left: 80%;
    }
}

@media (max-width: 991px) {
    .cs-minicart-area {
        left: 62%;
        top: 344%;
    }
}

@media (max-width: 767px) {
    .cs-minicart-area {
        left: 62%;
        top: 344%;
    }
}

@media (max-width: 479px) {
    .cs-minicart-area {
        left: 60%;
        top: 350%;
    }
}

.cs-minicart-area.openCart {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: all ease-in-out 0.4s;
}

.cs-minicart-area .minicart--item {
    margin-bottom: 10px;
    width: 100%;
    gap: 20px;
}

    .cs-minicart-area .minicart--item .mini-cartimage {
        width: 30%;
    }

        .cs-minicart-area .minicart--item .mini-cartimage img {
            border-radius: 5px;
        }

    .cs-minicart-area .minicart--item .mini-cartinfo .price {
        color: var(--theme-color);
        font-size: 12px;
    }

    .cs-minicart-area .minicart--item .mini-cartinfo .remove {
        font-size: 10px;
    }

.cs-minicart-area .minicart--subtotal .minicart--subtotal-title {
    float: left;
    color: var(--title-color);
}

.cs-minicart-area .minicart--subtotal .minicart--subtotal-amount {
    float: right;
    color: var(--title-color);
}

.cs-review-list .reviews-box {
    background: var(--white-color);
    margin-top: 30px;
    border-radius: 20px;
    padding: 40px;
}

    .cs-review-list .reviews-box .review-body {
        gap: 20px;
    }

        .cs-review-list .reviews-box .review-body .review-avatar {
            width: 15%;
        }

            .cs-review-list .reviews-box .review-body .review-avatar img {
                width: 100%;
                border-radius: 100px;
            }

        .cs-review-list .reviews-box .review-body .review-info {
            justify-content: space-between;
        }

        .cs-review-list .reviews-box .review-body .review-comment-stars i {
            color: var(--yellow-color);
        }

        .cs-review-list .reviews-box .review-body .review-date span {
            color: var(--button-color);
        }

        .cs-review-list .reviews-box .review-body p {
            color: var(--gray-color3);
        }

/*** Widget Sidebar Code ***/
.widget {
    /*padding: 40px;*/
    background: var(--light-gray3);
    /*border-radius: 20px;*/
    margin-bottom: 40px;
    position: relative;
}

    .widget[data-overlay]:before {
        z-index: -1;
    }

    .widget select,
    .widget input,
    .widget .form-select,
    .widget .form-control,
    .widget textarea {
        border-radius: 30px;
        background: var(--white-color);
    }

    .widget textarea {
        min-height: 120px;
    }

    .widget .form-group > i {
        background-color: var(--white-color);
    }

    .widget .form-group input[type=checkbox] ~ label:before {
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color);
        border-radius: 6px;
    }

    .widget .form-group label {
        /*color: var(--body-color);*/
        padding-left: 16px;
        text-align: left;
    }

.widget_title {
    position: relative;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0 0 28px 0;
}

.widget {
    /* Medium devices */
}

@media (max-width: 991px) {
    .widget:nth-of-type(1) {
        /*margin-top: 40px;*/
    }
}

.widget .search-form {
    position: relative;
    display: flex;
}

    .widget .search-form input {
        flex: 1;
        border: 1px solid var(--light-gray3);
        border-radius: 10px 0 0 10px;
        padding-right: 25px;
        margin-top: 0;
        color: var(--gray-color3);
    }

        .widget .search-form input::-moz-placeholder {
            color: var(--gray-color3);
        }

        .widget .search-form input::placeholder {
            color: var(--gray-color3);
        }

    .widget .search-form button {
        border: none;
        font-size: 16px;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        padding: 0;
        width: 56px;
        text-align: center;
        border-radius: 0 10px 10px 0px;
    }

        .widget .search-form button:hover {
            background-color: var(--title-color);
        }

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    padding: 9px 20px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--gray-color3);
    background-color: var(--white-color);
    border-radius: 100px;
}

    .wp-block-tag-cloud a:hover,
    .tagcloud a:hover {
        background-color: var(--theme-color);
        color: var(--white-color) !important;
        border-color: var(--theme-color);
    }

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px;
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 340px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .sidebar-gallery {
        max-width: 100%;
    }
}

.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 20px);
}

    .sidebar-gallery .gallery-btn:hover {
        color: var(--theme-color);
    }

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

    .sidebar-gallery .gallery-thumb:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: var(--title-color);
        opacity: 0.8;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: scaleX(0);
        border-radius: inherit;
        transition: 0.4s ease-in-out;
    }

    .sidebar-gallery .gallery-thumb img {
        width: 100%;
        border-radius: 8px;
    }

    .sidebar-gallery .gallery-thumb:hover:before {
        transform: scaleX(1);
    }

    .sidebar-gallery .gallery-thumb:hover .gallery-btn {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

.sidebar-gallery .wp-block-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100% !important;
}

    .sidebar-gallery .wp-block-image img {
        width: 100%;
    }

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .recent-post:last-child {
        margin-bottom: 0;
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 100px;
        border-radius: 7px;
        overflow: hidden;
        position: relative;
        height: 70px;
    }

        .recent-post .media-img img {
            width: 100%;
            height: 100%;
            border-radius: 7px;
            transition: 0.4s ease-in-out;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .recent-post .media-img:after {
            content: "\f0c1";
            font-family: var(--icon-font);
            position: absolute;
            inset: 0;
            text-align: center;
            line-height: 75px;
            font-size: 24px;
            background-color: rgba(0, 0, 0, 0.7);
            color: var(--theme-color);
            pointer-events: none;
            transform: scale(0);
            transition: 0.4s ease-in-out;
        }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 4px 0;
        font-family: var(--title-font);
        color: var(--title-color);
    }

    .recent-post .recent-post-meta a {
        text-transform: capitalize;
        font-size: 14px;
        color: var(--button-color);
        font-family: var(--body-font);
        font-weight: 500;
    }

        .recent-post .recent-post-meta a i {
            margin-right: 6px;
            color: var(--theme-color);
        }

        .recent-post .recent-post-meta a:hover {
            color: var(--theme-color);
        }

    .recent-post:hover .media-img img {
        transform: scale(1.1);
    }

    .recent-post:hover .media-img:after {
        transform: scale(1);
    }

.widget_offer {
    padding: 60px 40px 40px;
    margin-bottom: 0;
}

    .widget_offer .offer-banner {
        text-align: center;
    }

        .widget_offer .offer-banner .banner-logo {
            margin-bottom: 20px;
        }

        .widget_offer .offer-banner .banner-title {
            color: var(--white-color);
            font-size: 22px;
            max-width: 250px;
            margin: 0 auto 50px auto;
        }

        .widget_offer .offer-banner .offer {
            background-color: var(--white-color);
            padding: 40px;
            border-radius: 10px;
            /* Medium devices */
        }

@media (max-width: 991px) {
    .widget_offer .offer-banner .offer {
        padding: 30px;
    }
}

.widget_offer .offer-banner .offer-title {
    margin: -0.4rem 0 3px 0;
}

.widget_offer .offer-banner .offer-text {
    font-family: var(--title-font);
    margin-bottom: 20px;
}

.widget_offer .offer-banner .th-btn {
    padding: 17px 36px;
}

.sidebar-area {
    margin-bottom: -10px;
    margin-left: 35px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .sidebar-area {
        margin-left: 0;
    }
}

.sidebar-area.style2 {
    margin-left: 15px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .sidebar-area.style2 {
        margin-left: 0;
    }
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0;
}

    .sidebar-area ul.wp-block-latest-posts li:last-child {
        margin-bottom: 0;
    }

.sidebar-area select,
.sidebar-area input {
    background-color: var(--white-color);
}

.sidebar-area .widget_nav_menu > ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta > ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages > ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive > ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories > ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories > ul,
.sidebar-area .wp-block-categories .menu {
    margin: -20px 0 -15px 0;
}

.sidebar-area .widget_categories.style2 ul {
    margin: 0px 0 -15px 0;
}

.sidebar-area .wp-block-categories {
    margin: -20px 0 -20px 0;
}

.sidebar-area .sidebar-gallery {
    margin-bottom: 0 !important;
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0;
}

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 38px 0;
}

    .sidebar-area .wp-block-search__label:after, .sidebar-area .wp-block-search__label:before,
    .sidebar-area .wp-block-group__inner-container h2:after,
    .sidebar-area .wp-block-group__inner-container h2:before {
        content: "";
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .sidebar-area .wp-block-search__label:after,
    .sidebar-area .wp-block-group__inner-container h2:after {
        background-color: var(--theme-color);
        width: 40px;
    }

.cs-clientlogo-area {
    padding-top: 112px;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .cs-clientlogo-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .cs-clientlogo-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 479px) {
    .cs-clientlogo-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.cs-about-area {
    padding-top: 90px;
    padding-bottom: 90px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-about-area {
        padding-top: 70px;
        padding-bottom: 32px;
    }
}

.cs-bestselling-area {
    padding-top: 110px;
    height: 922px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .cs-bestselling-area {
        height: 870px;
    }
}

@media (max-width: 991px) {
    .cs-bestselling-area {
        padding-top: 72px;
        height: 100%;
    }
}

.cs-booking-area {
    padding-top: 0;
}

    .cs-booking-area .nice-select {
        margin-top: 23px;
        border-radius: 100px;
        height: 56px;
        border: none;
        background-color: var(--green-color2);
        padding-left: 30px;
    }

        .cs-booking-area .nice-select span {
            color: var(--white-color);
        }

.cs-booking-image {
    height: 100%;
}

    .cs-booking-image img {
        height: 100%;
    }

.product-cart {
    cursor: pointer;
}

.cs-food-menu {
    padding-bottom: 355px;
}

.cs-testimonail-area {
    padding-top: 112px;
    padding-bottom: 105px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-testimonail-area {
        padding-top: 72px;
        padding-bottom: 62px;
    }
}

.cs-blog-area {
    padding-top: 113px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-blog-area {
        padding-top: 72px;
    }
}

.cs-comment-form .comment-form .contact-btn .cs-btn {
    padding: 20px 120px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .cs-comment-form .comment-form .contact-btn .cs-btn {
        padding: 16px 60px;
    }
}

.cs-blog-details-area {
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-blog-details-area {
        padding-bottom: 38px;
    }
}

.cs-shop-details-area {
    padding-bottom: 0;
}

.cs-gallery-product-img {
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-gallery-product-img {
        text-align: center;
    }
}

.widget-area-logo {
    margin-top: -15px;
}

.cs-footer-area .footer-top .widget-area .footer-title {
    padding: 15px 0px 30px 0px;
}

.cs-cart-area {
    padding-bottom: 75px;
}

    .cs-cart-area tr .h3 {
        /* Medium devices */
        /* Small devices */
        /* Extra small devices */
    }

@media (max-width: 991px) {
    .cs-cart-area tr .h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cs-cart-area tr .h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .cs-cart-area tr .h3 {
        font-size: 22px;
    }
}

.cs-wishlist-area tr .h3 {
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cs-wishlist-area tr .h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cs-wishlist-area tr .h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .cs-wishlist-area tr .h3 {
        font-size: 22px;
    }
}

.cart-btn {
    /* Medium devices */
}

@media (max-width: 991px) {
    .cart-btn {
        margin-bottom: 20px;
    }
}

.cart-table table tbody tr td.cart-product {
    /* Medium devices */
}

    .cart-table table tbody tr td.cart-product img {
        /* Medium devices */
    }

@media (max-width: 991px) {
    .cart-table table tbody tr td.cart-product img {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .cart-table table tbody tr td.cart-product {
        gap: 0px;
        padding: 10px 15px;
    }
}

.cart-table table tbody tr td.cart-product .product-title {
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .cart-table table tbody tr td.cart-product .product-title {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .cart-table table tbody tr td.cart-product .product-title {
        padding-top: 2px;
        padding-bottom: 5px;
    }
}

.cs-my-account {
    padding-top: 110px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-my-account {
        padding-top: 70px;
    }
}

.cs-my-account .account-email {
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .cs-my-account .account-email {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .cs-my-account .account-email {
        padding: 40px 25px;
    }
}

.cs-my-account .accont-form .account-btn .cs-btn {
    padding: 16px 85px;
    border-radius: 4px;
}

    .cs-my-account .accont-form .account-btn .cs-btn::before {
        border-radius: 4px;
    }

.cs-my-account .account-email .accont-form .account-btn .cs-btn {
    padding: 16px 305px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .cs-my-account .account-email .accont-form .account-btn .cs-btn {
        padding: 16px 0;
        width: 100%;
    }
}
/*# sourceMappingURL=style.css.map */
