h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.28;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 991px) {
    h2 {
        font-size: 33px;
    }
}

@media (max-width: 374px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

p {
    font-size: 16px;
    color: #626262;
    line-height: 1.56;
}

:root {
    --main-primary: #dc0000;
    --main-secondary: #dd9d22;
    /* #df0303 in decimal RGB */
    --main-color: rgb(223, 3, 3);
    /* #010c3a in decimal RGB */
    --main-color-two: rgb(1, 12, 58);
    /* #002d5b in decimal RGB */
    --main-color-three: rgb(0, 45, 91);
    /* #ff6206 in decimal RGB */
    --main-color-four: rgb(255, 98, 6);
    /* #f28e27 in decimal RGB */
    --main-color-five: rgb(242, 142, 39);
    /* #173fcf in decimal RGB */
    --main-color-six: rgb(23, 63, 207);
    /* #e503ee in decimal RGB */
    --main-color-seven: rgb(229, 3, 238);
    /* #FFF1FF in decimal RGB */
    --main-color-eight: rgb(255, 241, 255);
    /* #15005f in decimal RGB */
    --main-color-nine: rgb(21, 0, 95);
    /* #00caff in decimal RGB */
    --main-color-ten: rgb(0, 202, 255);
    /* #013eff in decimal RGB */
    --main-color-eleven: rgb(1, 62, 255);
    /* #D54022 in decimal RGB */
    --main-color-twelve: rgb(213, 64, 31);
    /* #189cfc in decimal RGB */
    --main-color-thirteen: rgb(24, 156, 252);
    /* #333333 in decimal RGB */
    --main-color-fourteen: rgb(51, 51, 51);
    /* #e62a5b in decimal RGB */
    --main-color-fifteen: rgb(230, 42, 91);
    /* #bb0b0b in decimal RGB */
    --main-color-sixteen: rgb(187, 11, 11);
    /* #432568 in decimal RGB */
    --main-color-seventeen: rgb(67, 37, 104);
    /* #e52a5b in decimal RGB */
    --main-color-eighteen: rgb(229, 42, 91);
    /* #e92a5b in decimal RGB */
    --main-color-nineteen: rgb(233, 42, 91);
    /* #444445 in decimal RGB */
    --main-color-twenty: rgb(68, 68, 69);
    /* #777778 in decimal RGB */
    --main-color-twentyone: rgb(119, 119, 120);
    /* #322668 in decimal RGB */
    --main-color-twentytwo: rgb(50, 38, 104);
    /* #00162b in decimal RGBA */
    --main-color-rgba: rgb(223, 3, 3, 0.4);
    /* #ffffff in decimal RGB */
    --white-color: rgb(255, 255, 255);
    /* #ffffff in decimal RGBA */
    --white-color-opicity: rgba(255, 255, 255, 0.8);
    /* #ffffff in decimal RGBA Two */
    --white-color-opicity-two: rgba(255, 255, 255, 0.4);
    /* #ffffff in decimal RGBA Three */
    --white-color-opicity-three: rgba(255, 255, 255, 0.2);
    /* #000000 in decimal RGB */
    --black-color: rgb(0, 0, 0);
    /* #ffffff in decimal RGBA Two */
    --black-color-opicity: rgba(0, 0, 0, 0.8);
    /* #ffffff in decimal RGBA Three */
    --black-color-opicity-two: rgba(0, 0, 0, 0.4);
    /* #252525 in decimal RGB */
    --dark-color: rgb(37, 37, 37);
    /* #222222 in decimal RGB */
    --dark-color-two: rgb(34, 34, 34);
    /* #000522 in decimal RGB */
    --dark-color-three: rgb(0, 5, 34);
    /* #010101 Heading Color in decimal RGB */
    --heading-color: rgb(1, 1, 1);
    /* #010101 Dark Color Two in decimal RGB */
    --dark-color-two: rgb(1, 1, 1);
    /* #060b13 Dark Color Two in decimal RGB */
    --dark-color-three: rgb(6, 11, 19);
    /* #010048 Dark Color Two in decimal RGB */
    --dark-color-four: rgb(1, 0, 72);
    /* #0E163D in decimal RGB */
    --dark-color-five: rgb(14, 22, 61);
    /* #0B1339 in decimal RGB */
    --dark-color-six: rgb(11, 19, 57);
    /* #070D31 in decimal RGB */
    --dark-color-seven: rgb(7, 13, 49);
    /* #181F43 in decimal RGB */
    --dark-color-eight: rgb(24, 31, 67);
    /* Fonts */
    --font-family-poppins: "Poppins", sans-serif;
    --font-family-Jost: "Jost", sans-serif;
    --font-family-DM-Sans: "DM Sans", sans-serif;
    --font-family-Sen: "Sen", sans-serif;
    /* Fonts Size's */
    --font-10: 10px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-26: 26px;
    --font-28: 28px;
    --font-30: 30px;
    --font-34: 34px;
    --font-36: 36px;
    --font-40: 40px;
    --font-42: 42px;
    --font-44: 44px;
    --font-48: 48px;
    --font-50: 50px;
    --font-52: 52px;
    --font-54: 54px;
    --font-56: 56px;
    --font-58: 58px;
    --font-60: 60px;
    --font-62: 62px;
    --font-64: 64px;
    --font-65: 65px;
    --font-66: 66px;
    --font-68: 68px;
    --font-70: 70px;
    --font-72: 72px;
    --font-74: 74px;
    --font-76: 76px;
    --font-78: 78px;
    --font-80: 80px;
    --font-90: 90px;
    --font-100: 100px;
    --font-110: 110px;
    --font-120: 120px;
    --font-150: 150px;
    --font-200: 200px;
    --margin-zero: 0px;
    /* Margin Left Variables */
    --margin-left-5: 5px;
    --margin-left-10: 10px;
    --margin-left-15: 15px;
    --margin-left-20: 20px;
    --margin-left-25: 25px;
    --margin-left-30: 30px;
    --margin-left-35: 35px;
    --margin-left-40: 40px;
    --margin-left-45: 45px;
    --margin-left-50: 50px;
    --margin-left-55: 55px;
    --margin-left-60: 60px;
    --margin-left-65: 65px;
    --margin-left-70: 70px;
    --margin-left-75: 75px;
    --margin-left-80: 80px;
    --margin-left-85: 85px;
    --margin-left-90: 90px;
    --margin-left-95: 95px;
    --margin-left-100: 100px;
    /* Margin Top Variables */
    --margin-top-5: 5px;
    --margin-top-10: 10px;
    --margin-top-15: 15px;
    --margin-top-20: 20px;
    --margin-top-25: 25px;
    --margin-top-30: 30px;
    --margin-top-35: 35px;
    --margin-top-40: 40px;
    --margin-top-45: 45px;
    --margin-top-50: 50px;
    --margin-top-55: 55px;
    --margin-top-60: 60px;
    --margin-top-65: 65px;
    --margin-top-70: 70px;
    --margin-top-75: 75px;
    --margin-top-80: 80px;
    --margin-top-85: 85px;
    --margin-top-90: 90px;
    --margin-top-95: 95px;
    --margin-top-100: 100px;
    /* Margin Right Variables */
    --margin-right-5: 5px;
    --margin-right-10: 10px;
    --margin-right-15: 15px;
    --margin-right-20: 20px;
    --margin-right-25: 25px;
    --margin-right-30: 30px;
    --margin-right-35: 35px;
    --margin-right-40: 40px;
    --margin-right-45: 45px;
    --margin-right-50: 50px;
    --margin-right-55: 55px;
    --margin-right-60: 60px;
    --margin-right-65: 65px;
    --margin-right-70: 70px;
    --margin-right-75: 75px;
    --margin-right-80: 80px;
    --margin-right-85: 85px;
    --margin-right-90: 90px;
    --margin-right-95: 95px;
    --margin-right-100: 100px;
    --margin-right-110: 110px;
    /* Margin Bottom Variables */
    --margin-bottom-5: 5px;
    --margin-bottom-10: 10px;
    --margin-bottom-15: 15px;
    --margin-bottom-20: 20px;
    --margin-bottom-25: 25px;
    --margin-bottom-30: 30px;
    --margin-bottom-35: 35px;
    --margin-bottom-40: 40px;
    --margin-bottom-45: 45px;
    --margin-bottom-50: 50px;
    --margin-bottom-55: 55px;
    --margin-bottom-60: 60px;
    --margin-bottom-65: 65px;
    --margin-bottom-70: 70px;
    --margin-bottom-75: 75px;
    --margin-bottom-80: 80px;
    --margin-bottom-85: 85px;
    --margin-bottom-90: 90px;
    --margin-bottom-95: 95px;
    --margin-bottom-100: 100px;
    --margin-bottom-150: 150px;
    --margin-bottom-200: 200px;
    --padding-zero: 0px;
    /* Padding Left Variables */
    --padding-left-5: 5px;
    --padding-left-10: 10px;
    --padding-left-15: 15px;
    --padding-left-20: 20px;
    --padding-left-25: 25px;
    --padding-left-30: 30px;
    --padding-left-35: 35px;
    --padding-left-40: 40px;
    --padding-left-45: 45px;
    --padding-left-50: 50px;
    --padding-left-55: 55px;
    --padding-left-60: 60px;
    --padding-left-65: 65px;
    --padding-left-70: 70px;
    --padding-left-75: 75px;
    --padding-left-80: 80px;
    --padding-left-85: 85px;
    --padding-left-90: 90px;
    --padding-left-95: 95px;
    --padding-left-100: 100px;
    --padding-left-100: 110px;
    --padding-left-120: 120px;
    --padding-left-130: 130px;
    --padding-left-140: 140px;
    --padding-left-150: 150px;
    --padding-left-160: 160px;
    --padding-left-170: 170px;
    --padding-left-180: 180px;
    --padding-left-190: 190px;
    --padding-left-200: 200px;
    --padding-left-240: 240px;
    --padding-left-290: 290px;
    /* Padding Top Variables */
    --padding-top-5: 5px;
    --padding-top-10: 10px;
    --padding-top-15: 15px;
    --padding-top-20: 20px;
    --padding-top-25: 25px;
    --padding-top-30: 30px;
    --padding-top-35: 35px;
    --padding-top-40: 40px;
    --padding-top-45: 45px;
    --padding-top-50: 50px;
    --padding-top-55: 55px;
    --padding-top-60: 60px;
    --padding-top-65: 65px;
    --padding-top-70: 70px;
    --padding-top-75: 75px;
    --padding-top-80: 80px;
    --padding-top-85: 85px;
    --padding-top-90: 90px;
    --padding-top-95: 95px;
    --padding-top-100: 100px;
    --padding-top-110: 110px;
    --padding-top-120: 120px;
    --padding-top-130: 130px;
    --padding-top-140: 140px;
    --padding-top-150: 150px;
    --padding-top-200: 200px;
    /* Padding Right Variables */
    --padding-right-5: 5px;
    --padding-right-10: 10px;
    --padding-right-15: 15px;
    --padding-right-20: 20px;
    --padding-right-25: 25px;
    --padding-right-30: 30px;
    --padding-right-35: 35px;
    --padding-right-40: 40px;
    --padding-right-45: 45px;
    --padding-right-50: 50px;
    --padding-right-55: 55px;
    --padding-right-60: 60px;
    --padding-right-65: 65px;
    --padding-right-70: 70px;
    --padding-right-75: 75px;
    --padding-right-80: 80px;
    --padding-right-85: 85px;
    --padding-right-90: 90px;
    --padding-right-95: 95px;
    --padding-right-100: 100px;
    --padding-right-110: 110px;
    --padding-right-150: 150px;
    --padding-right-160: 160px;
    --padding-right-170: 170px;
    --padding-right-180: 180px;
    --padding-right-200: 200px;
    --padding-right-220: 220px;
    --padding-right-240: 240px;
    --padding-right-250: 250px;
    --padding-right-260: 260px;
    /* Padding Bottom Variables */
    --padding-bottom-5: 5px;
    --padding-bottom-10: 10px;
    --padding-bottom-15: 15px;
    --padding-bottom-20: 20px;
    --padding-bottom-25: 25px;
    --padding-bottom-30: 30px;
    --padding-bottom-35: 35px;
    --padding-bottom-40: 40px;
    --padding-bottom-45: 45px;
    --padding-bottom-50: 50px;
    --padding-bottom-55: 55px;
    --padding-bottom-60: 60px;
    --padding-bottom-65: 65px;
    --padding-bottom-70: 70px;
    --padding-bottom-75: 75px;
    --padding-bottom-80: 80px;
    --padding-bottom-85: 85px;
    --padding-bottom-90: 90px;
    --padding-bottom-95: 95px;
    --padding-bottom-100: 100px;
    --padding-bottom-150: 150px;
    --padding-bottom-200: 200px;
    --padding-bottom-250: 250px;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-color);
    font-weight: 400;
}

/* Typography */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.facebook {
    display: inline-block;
    max-width: 7%;
    height: auto;
}

.google-chrome {
    display: inline-block;
    max-width: 20%;
    height: auto;
}

.centered {
    text-align: center;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.modal-opened {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-opened::-webkit-scrollbar {
    display: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: var(--main-color);
    font-size: var(--font-16);
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 100;
    cursor: pointer;
    background: #a01f1a;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease;
}

.scroll-to-top:after {
    animation: ripple-white3 0.8s linear infinite;
    background: rgba(253, 129, 13, 0.3);
    border-radius: 100%;
    content: "";
    height: 60px;
    left: -11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px;
    line-height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}

@keyframes ripple-white3 {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    40% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

.scroll-to-top .svg {
    transform: rotate(90deg);
    margin-top: 10px;
}

.scroll-to-top .svg path {
    stroke: #ffffff;
}

.scroll-to-top:hover {
    background: #70120e;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    line-height: 1.44;
    font-size: 16px;
}

.container {
    max-width: 1254px;
}

@media (max-width: 1199px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.container-lg {
    max-width: 1440px;
    padding: 0 82px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .container-lg {
        padding: 0 62px;
    }
}

@media (max-width: 1199px) {
    .container-lg {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .container-lg {
        padding: 0 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.sec-wrapper {
    position: relative;
}

.subtitle {
    font-family: 'Satisfy', cursive;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

@media (max-width: 991px) {
    .subtitle {
        font-size: 20px;
    }
}

.subtitle-sm {
    font-family: 'Satisfy', cursive;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 4px;
}

.text--primary {
    color: #a01f1a !important;
}

.form-group {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #646464;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

textarea {
    overflow: hidden;
}

a {
    transition: all 300ms ease;
}

a {
    transition: color 0.5s ease-in-out;
}

a:hover {
    color: #a01f1a;
}

.card--outline {
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.th-xxl {
    min-width: 180px;
}

.th-xl {
    min-width: 100px;
}

.th-md {
    min-width: 90px;
}

.th-sm {
    min-width: 50px;
}

.card--shadow {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 18px 17px;
}

.banner-sm-title {
    color: #e9e9e9;
    font-size: 42px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .banner-sm-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .banner-sm-title {
        font-size: 28px;
    }

    .inner-login .form-g {
        flex-direction: column;
    }
}

.common-slide .swiper-arrow {
    background-image: url(../assets/vectors/arrow-ellips.svg);
    width: 43px;
    height: 44px;
    background-size: cover;
    filter: drop-shadow(1px 12px 10px rgba(0, 0, 0, 0.25));
}

@media (max-width: 374px) {
    .common-slide .swiper-arrow {
        width: 38px;
        height: 39px;
    }
}

@media (max-width: 575px) {
    .common-slide .swiper-arrow.swiper-button-next {
        right: 0;
    }
}

.common-slide .swiper-arrow.swiper-button-next::after {
    transform: rotate(180deg);
}

@media (max-width: 575px) {
    .common-slide .swiper-arrow.swiper-button-prev {
        left: 0;
    }
}

.common-slide .swiper-arrow::after {
    content: "";
    background-image: url(../assets/vectors/arrow.svg);
    width: 11px;
    height: 18px;
    position: absolute;
}

.dashed--title {
    position: relative;
}

.dashed--title h3 {
    color: #423e3e;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    background: #ffffff;
    position: relative;
    padding-right: 5px;
    z-index: 3;
}

.dashed--title::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 7px;
    left: 0;
    border-bottom: 2px dashed #919191;
    z-index: 1;
}

.sec-title {
    font-size: 26px;
    font-weight: 700;
    color: #272727;
    line-height: normal;
    font-style: normal;
}

.text--danger {
    color: #d91414;
}

.common-modal .modal-dialog {
    max-width: 782px;
    position: relative;
}

@media (max-width: 767px) {
    .common-modal .product__desc {
        padding-top: 20px;
    }
}

.common-modal .modal-content {
    border: none;
}

.common-modal .product__img {
    padding-right: 37px;
}

.common-modal .product__img img {
    width: 340px;
    height: 340px;
}

@media (max-width: 767px) {
    .common-modal .product__img img {
        width: auto;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .common-modal .product__img {
        padding-right: 0;
    }
}

.common-modal .sec-title {
    color: #000000 !important;
    padding-bottom: 4px;
}

.common-modal .modal-footer {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    padding: 0;
    display: unset;
    z-index: 3;
}

.common-modal .modal-footer button {
    background-color: transparent;
    cursor: pointer;
}

.common-modal .modal-footer button:hover .svg path {
    transition: 0.3s stroke ease;
    stroke: #a01f1a;
}

.common-modal .modal-body {
    padding: 30px;
}

@media (max-width: 767px) {
    .common-modal .modal-body {
        padding: 30px 20px;
    }
}

.common-modal .modal-body .price {
    color: #a01f1a;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 19px;
}

.common-modal .modal-body .product__desc p {
    padding-bottom: 25px;
}

.product-cart-box .image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.btn-brick {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    transition: color 0.5s, background-color 0.5s ease-in-out;
    cursor: pointer;
}

.btn--bgnone {
    color: #a01f1a;
    text-transform: capitalize;
    text-decoration: underline;
}

.btn-brick.btn--secondary {
    font-size: 18px;
    font-style: normal;
    padding: 13.872px 17.482px 14.128px 14.518px;
    line-height: normal;
    background-color: #ffffff;
    color: #a01f1a;
}

.btn-brick.btn--secondary:hover {
    background-color: #a01f1a;
    color: #ffffff;
}

.btn-brick.btn--primary {
    background-color: #a01f1a;
    color: #ffffff !important;
    padding: 11.03px 21.052px 10.359px 20.499px;
}

.btn-brick.btn--primary:hover {
    background-color: #70120e;
    color: #ffffff;
}

.btn-brick.btn--primary.btn--primary-border {
    border: 1px solid #fff;
}

.btn-brick.verify {
    border-radius: 0 8px 8px 0;
}

@keyframes toptobottom {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* custom animation */
.bricks {
    visibility: hidden;
}

.fadeInUp {
    /* Define your animation properties */
    animation-name: slideIn;
    animation-duration: 1s;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(45px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveUpDown {
    0% {
        bottom: 45px;
        /* Starting position (bottom) */
    }

    50% {
        bottom: 15px;
        /* Middle position (you can adjust this value as needed) */
    }

    100% {
        bottom: 45px;
        /* Ending position (back to the bottom) */
    }
}

@keyframes moveUpDownReserv {
    0% {
        bottom: 76px;
        /* Starting position (bottom) */
    }

    50% {
        bottom: 57px;
        /* Middle position (you can adjust this value as needed) */
    }

    100% {
        bottom: 75px;
        /* Ending position (back to the bottom) */
    }
}

@keyframes moveDownUp {
    0% {
        top: -85px;
        /* Starting position (bottom) */
    }

    50% {
        top: -60px;
        /* Middle position (you can adjust this value as needed) */
    }

    100% {
        top: -85px;
        /* Ending position (back to the bottom) */
    }
}

@keyframes moveDownUpBlog {
    0% {
        top: 68px;
        /* Starting position (bottom) */
    }

    50% {
        top: 48px;
        /* Middle position (you can adjust this value as needed) */
    }

    100% {
        top: 68px;
        /* Ending position (back to the bottom) */
    }
}

@keyframes moveDownUpBlogLeft {
    0% {
        top: -50px;
        /* Starting position (bottom) */
    }

    50% {
        top: -35px;
        /* Middle position (you can adjust this value as needed) */
    }

    100% {
        top: -50px;
        /* Ending position (back to the bottom) */
    }
}

@keyframes logoRotate {
    0% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(6deg);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-header {
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
}

/* Header Top */
.main-header .header-top {
    position: relative;
    overflow-x: clip;
}

.main-header .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .main-header .header-top .container {
        justify-content: center;
    }

    .main-header .header-top .container .pull-left {
        display: none;
    }
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .info {
    position: relative;
    padding: 13px 0px 8px 0;
}

.main-header .header-top .info li {
    position: relative;
    display: inline-block;
    font-size: var(--font-15);
    color: var(--white-color);
    margin-right: 42px;
}

.main-header .header-top .info li .icon {
    position: absolute;
    left: 0px;
    color: var(--white-color);
}

.main-header .header-top .info li:last-child {
    margin-right: 0px;
}

.main-header .header-top .info li a {
    position: relative;
    color: var(--white-color);
    transition: all 300ms ease;
}

.main-header .header-top li a:hover {
    color: var(--main-color);
}

.main-header .header-top .social-box {
    position: relative;
    padding: 8px 0 8px 0;
}

.main-header .header-top .social-box:before {
    position: absolute;
    content: "";
    left: -170px;
    top: 0px;
    right: -1200px;
    bottom: 0px;
    transform: skewX(-30deg);
    background-color: var(--main-secondary);
}

.main-header .header-top .social-box li {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    width: 23px;
    height: 23px;
    background-color: #a01f1a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s linear;
}

.main-header .header-top .social-box li:hover {
    background-color: #f8520b;
}

.main-header .header-top .social-box li a {
    position: relative;
    color: var(--white-color);
    transition: all 300ms ease;
    line-height: 0.3;
}

.main-header .header-top .social-box li a .svg {
    width: 11px;
    height: 11px;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-header .header-top .social-box li a:hover {
    color: var(--main-color-two);
}

.main-header .header-upper {
    position: relative;
    background-color: var(--white-color);
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .sticky-header .logo .main-header .logo-box {
    position: relative;
    float: left;
    z-index: 10;
    padding: 10px 0px;
}

.main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 70px;
}

.main-header .header-lower {
    position: relative;
}

.main-header .header-lower .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-lower .logo-box {
    width: 172px;
}

.main-header .header-lower .nav-outer {
    width: calc(100% - 172px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .main-header .header-lower .nav-outer {
        justify-content: flex-end;
    }
}

@media (max-width: 374px) {
    .main-header .header-lower .nav-outer {
        width: 100%;
    }
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 10px 0px 10px;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

/* Main Menu */
.main-header .main-menu {
    transition: all 300ms ease;
    margin: 0 auto;
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-header .main-menu .navigation {
    /* position: relative; */
    margin: 0px;
}

.main-header .main-menu .navigation>li {
    /* position: relative; */
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-right: var(--margin-right-35);
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a {
    color: var(--main-color);
}

.main-header .sticky-header .nav-outer .options-box {
    margin-top: var(--margin-top-40);
}

/*Sticky Header*/
.main-header .sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
    display: none;
    cursor: pointer;
    color: var(--black-color);
    font-size: var(--font-30);
}

.main-header .sticky-header .logo {
    position: relative;
    padding: 10px 0px;
}

.main-header.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -op-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: 500ms;
    animation-duration: 500ms;
    -op-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 35px 0px;
    font-size: var(--font-16);
    color: var(--dark-color);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li:last-child {
    margin-right: var(--margin-zero);
}

.main-header .main-menu .navigation>li:last-child>a {
    padding-right: 0px;
}

/* .main-header .sticky-header .main-menu .navigation>li {
    position: relative;
} */

.login-modal.inner-register .modal-dialog {
    max-width: 600px;
}

.inner-login .form-g {
    display: flex;
    gap: 15px;
}

.main-header .sticky-header .main-menu .navigation>li:last-child {
    margin-right: var(--margin-zero);
}

.main-header .main-menu .navigation>li:last-child ul {
    right: 0px;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    opacity: 1;
    color: var(--main-color);
}

.main-menu .dropdown {
    position: unset;
}

.main-header .main-menu .navigation>li>ul {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 13%;
    min-width: 840px;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0 0 6px 6px;
    background-color: var(--main-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .17);
}

.main-header .main-menu .navigation>li>ul::before {
    bottom: 100%;
    left: 38%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 21px;
    margin-left: -7px;
}

.inner-pop-register .modal-dialog {
    max-width: 600px !important;
}

.main-header .main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 9px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: var(--font-15);
    text-transform: capitalize;
    color: #111111;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation .dropdown ul {
    padding: 20px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.main-header .main-menu .navigation li.dropdown>a::after {
    content: "\f107";
    font-size: 14px;
    transform: translateY(1.5px);
    display: inline-block;
    padding-left: 5px;
    font-weight: 300;
    font-family: 'FontAwesome';
}

.main-header .main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1;
}

.main-header .main-menu .navigation>li>ul>li:hover>a {
    padding-left: 30px;
    color: #a01f1a;
}

.drop-form {
    margin-left: -2px;
}

.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: var(--white-color);
    line-height: 20px;
    font-size: var(--font-16);
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-header .main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 15rem;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--main-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: var(--font-15);
    text-transform: capitalize;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: var(--white-color);
    background-color: var(--white-color-two);
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 11px;
    opacity: 0;
    font-weight: 700;
    font-size: var(--font-12);
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    opacity: 1;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 30px;
    color: var(--white-color);
    background-color: var(--main-color-two);
}

.main-header .main-menu .navigation>li.dropdown:hover>ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}



.main-header .main-menu .navigation li>ul>li.dropdown:hover>ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white-color);
    line-height: 28px;
    border: 1px solid var(--white-color-opicity-two);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation>li>ul>li.updates {
    padding: 12px 15px;
    color: #ffffff;
    left: 0px;
    right: 0px;
    width: auto;
    font-weight: 600;
    font-size: var(--font-16);
    background-color: var(--main-color);
}

/***

    ====================================================================
        Mobile Menu
    ====================================================================

    ***/
.main-header .nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    padding: 2px 0 0px;
    font-size: var(--font-26);
    line-height: 44px;
    cursor: pointer;
    color: var(--black-color);
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease;
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: translateY(0px);
    transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li>a {
    padding-left: 30px;
}

.mobile-menu .navigation li>ul>li>ul {
    padding-left: 0px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
    padding-left: 40px;
}

.main-header .mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.main-header .mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.main-header .mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: var(--font-16);
    color: var(--dark-color);
    text-transform: capitalize;
}

.main-header .mobile-menu .navigation li:hover>a,
.main-header .mobile-menu .navigation li.current>a {
    color: var(--dark-text-color-two);
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--dark-color);
    font-size: var(--font-16);
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li>ul,
.main-header .mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.main-header .sticky-header .navbar-header {
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 31px 0px;
    margin-left: var(--margin-left-35);
}

/* Search Box Outer */
.main-header .search-box-outer {
    position: relative;
    float: left;
    padding-right: 20px;
}

@media (max-width: 575px) {
    .main-header .search-box-outer {
        padding-right: 15px;
    }
}

@media (max-width: 374px) {
    .main-header .search-box-outer {
        padding-right: 10px;
    }
}

.main-header .search-box-outer a {
    font-size: 13px;
}

.main-header .search-box-btn {
    position: relative;
    top: 0px;
    display: block;
    float: left;
    font-size: 20px;
    color: var(--main-color-two);
    line-height: 20px !important;
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media (max-width: 575px) {
    .main-header .search-box-btn {
        font-size: 18px;
    }
}

.main-header .search-box-btn .dropdown-toggle::after {
    display: none;
}

.main-header .search-box-btn .dropdown-toggle:hover {
    color: #a01f1a;
}

.inner-login .modal-content {
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.inner-login .modal-dialog {
    padding: 20px 0 30px 0;
}

.dropdown-after-login button {
    display: inline-flex !important;
    font-size: 13px !important;
    background: transparent !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    align-items: center !important;
    color: #000000 !important;
}

.dropdown-after-login .dropdown-menu {
    min-width: 234px !important;
}

.dropdown-after-login .dropdown-menu a {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.main-header .outer-box .nav-btn {
    position: relative;
    float: left;
    cursor: pointer;
    line-height: 1em;
    font-size: var(--font-22);
    color: var(--main-color-two);
    margin-left: var(--margin-left-35);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .outer-box .outer-item:hover svg path {
    stroke: #a01f1a;
    transition: stroke 0.4s ease;
}

.main-header .outer-box .nav-btn:hover,
.main-header .outer-box .search-box-btn:hover {
    color: var(--main-color);
}

/* Cart Box */
.main-header .cart-box {
    position: relative;
    float: left;
    line-height: 1em;
    background: none;
    padding-top: 3px;
    display: inline-block;
    color: var(--main-color);
    font-size: var(--font-16);
}

.main-header .cart-box .cart-box-btn {
    background: none;
    cursor: pointer;
    color: var(--main-color);
    font-size: var(--font-24);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn:after {
    display: none;
}

.main-header .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 15px;
    height: 15px;
    color: var(--white-color);
    font-size: var(--font-10);
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    background-color: #a01f1a;
}

.main-header .cart-product {
    position: relative;
    margin-bottom: var(--margin-bottom-20);
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}

.main-header .cart-product .inner {
    position: relative;
    padding-left: var(--padding-left-90);
    min-height: 70px;
}

.main-header .cart-product .inner .cross-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    cursor: pointer;
    color: var(--dark-color);
    font-size: var(--font-18);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .cart-product .inner .cross-icon:hover {
    color: var(--main-color);
}

.main-header .cart-product .inner .image {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
}

.main-header .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--font-15);
    margin: var(--margin-zero);
    text-transform: capitalize;
}

.main-header .cart-product .inner h3 a {
    color: var(--dark-color-two);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .cart-product .inner h3 a:hover {
    color: var(--main-color);
}

.main-header .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: var(--dark-color);
    font-size: var(--font-14);
    margin-top: var(--margin-top-5);
    margin-bottom: var(--margin-zero);
}

.main-header .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: var(--font-16);
    margin-top: var(--margin-top-5);
    color: var(--dark-color);
}

.main-header .cart-box .cart-panel {
    left: auto !important;
    right: 0px !important;
    border-radius: 0px;
    padding: 20px 20px;
    min-width: 333px;
    margin-top: 52px;
    z-index: -1;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #a01f1a;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .cart-box #cartItemData .cart-panel {
    padding: 20px 10px;
}

.main-header .cart-box #cartItemData .cart-product {
    padding: 0 10px;
}

.main-header .cart-box .cart-panel svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 5px;
}

.main-header .cart-box .cart-panel svg path {
    stroke: #a01f1a;
}

.main-header .cart-box .cart-panel .cart-total {
    color: var(-dark-color-two);
    font-size: var(--font-15);
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    padding-top: 8px;
}

.main-header .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: var(--font-16);
}

.main-header .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: var(--margin-top-20);
}

.main-header .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: var(--white-color);
    font-weight: 500;
    font-size: var(--font-12);
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #a01f1a;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    line-height: 1.1;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: var(--main-color);
    background: none;
}

.main-header .cart-box .icon a {
    color: var(--main-color);
}

.main-header .button-box {
    position: relative;
    float: left;
    margin-top: -17px;
    margin-left: var(--margin-left-30);
}

/***

    ====================================================================
        Search Popup
    ====================================================================

    ***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup .color-layer {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
    pointer-events: none;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: var(--margin-zero);
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #a01f1a;
    width: 70px;
    cursor: pointer;
    border-bottom: 3px solid var(--white-color);
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: var(--font-30);
    line-height: 70px;
    color: var(--white-color);
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    z-index: 999;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: var(--dark-color);
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: var(--margin-zero);
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: var(--font-18);
    line-height: 50px;
    color: var(--black-color);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: var(--white-color);
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: var(--font-24);
    color: var(--black-color);
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--black-color);
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: var(--black-color);
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: var(--black-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: var(--black-color);
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: var(--white-color);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: var(--font-20);
    color: var(--white-color);
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
    width: 3px;
}

/* Header Style Two */
.header-style-two {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
}

.header-style-two .header-lower .inner-container {
    padding: 0px 40px;
    background-color: var(--white-color);
}

/* Header Style Three */
.header-style-three {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.header-style-three .search-box-outer {
    border-color: var(--white-color);
}

.header-style-three .cart-box .cart-box-btn,
.header-style-three .search-box-btn {
    color: var(--white-color);
}

.header-style-three .header-lower .mobile-nav-toggler {
    display: block;
    line-height: 1em;
    margin-top: -3px;
    color: var(--white-color);
    margin-left: var(--margin-left-30);
    transition: all 500ms ease;
}

.header-style-three .header-lower .mobile-nav-toggler:hover {
    color: var(--main-color);
}

.header-style-three #navbarSupportedContent {
    display: block;
}

.header-style-three .sticky-header .logo {
    padding: 0px 0px;
}

.header-style-three .sticky-header {
    background-color: var(--dark-color-two);
}

.header-style-three .sticky-header .outer-box {
    padding: 27px 0px;
}

.header-style-three .sticky-header .main-menu,
.header-style-three .header-lower .nav-outer .main-menu {
    opacity: 0;
    visibility: hidden;
}

.header-style-three .sticky-header .mobile-nav-toggler {
    display: block;
    float: left;
    color: var(--white-color);
    font-size: var(--font-24);
    margin-left: var(--margin-left-25);
}

.header-style-three .cart-box .cart-box-btn .total-cart {
    background-color: var(--main-color);
}

.header-style-three .main-menu .navigation>li>a {
    padding: 25px 0px;
}

/* Header Style Four */
.header-style-four .header-top {
    background: #f1f1f1;
}

.header-style-four .auto-container {
    max-width: 1680px;
}

.header-style-four .header-top .social-box:before {
    display: none;
}

.header-style-four .header-top .info li a {
    color: #000000;
    display: inline-flex;
    font-weight: 500;
    line-height: 1.78;
    font-size: 14px;
    font-style: normal;
    align-items: center;
}

.header-style-four .header-top .info li a .svg {
    margin-right: 5px;
}

.header-style-four .header-top .info li a .icon {
    color: var(--main-color-four);
}

.header-style-four .header-top .social-box li a {
    color: #64676c;
}

.header-style-four .main-menu .navigation>li>a {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
}

.header-style-four .search-box-btn,
.header-style-four .cart-box .cart-box-btn {
    color: var(--main-color-four);
}

.header-style-four .main-menu .navigation>li:hover>a,
.header-style-four .main-menu .navigation>li.current>a,
.header-style-four .main-menu .navigation>li>ul>li>a:before,
.header-style-four .main-menu .navigation>li>ul>li>ul>li>a:before,
.header-style-four .sticky-header .main-menu .navigation>li:hover>a,
.header-style-four .sticky-header .main-menu .navigation>li.current>a {
    color: #a01f1a;
}

.header-style-four .main-menu .navigation>li>ul,
.header-style-four .main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
}

/* Header Style Five */
.header-style-five {
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
}

.header-style-five .inner-container {
    position: relative;
    padding-left: 250px;
    border-radius: 8px;
    background-color: var(--white-color);
}

.header-style-five .inner-container .logo-box {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: var(--padding-zero);
    background: var(--main-color-six);
    background: linear-gradient(to right,
            var(--main-color-six) 0%,
            var(--main-color-seven) 100%);
}

.header-style-five .inner-container .logo-box:before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: 0px;
    border-top: 9px solid var(--main-color-seven);
    border-right: 15px solid transparent;
}

.header-style-five .info-box {
    position: relative;
    padding: 15px 0px 15px 40px;
    border-bottom: 1px solid #dddddd;
}

.header-style-five .info-box li {
    position: relative;
    display: inline-block;
    font-size: var(--font-16);
    margin-right: var(--margin-right-25);
}

.header-style-five .info-box li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--main-color-six);
    background-color: var(--main-color-eight);
    /* color:var(--main-color-six);
      background: linear-gradient(to left, var(--main-color-six) 0%, var(--main-color-seven) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
}

.header-style-five .info-box li:last-child {
    margin-right: 0px;
}

.header-style-five .info-box li a {
    position: relative;
    padding-top: 3px;
    font-weight: 500;
    color: var(--dark-color-four);
    transition: all 300ms ease;
    padding-left: var(--padding-left-40);
    font-family: var(--font-family-DM-Sans);
}

.header-style-five .info-box li a:hover {
    color: var(--main-color-seven);
}

.header-style-five .header-lower .nav-outer {
    width: 100%;
}

.header-style-five .main-menu .navigation>li>a {
    padding: 10px 0px;
    color: #010048;
    font-weight: 500;
    font-family: var(--font-family-DM-Sans);
}

.header-style-five .main-menu .navigation>li.dropdown>a {
    padding-right: 15px !important;
}

.header-style-five .main-menu .navigation>li.dropdown::before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: var(--font-16);
    color: var(--dark-color-four);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-five .main-menu .navigation>li:hover>a,
.header-style-five .main-menu .navigation>li.current>a {
    color: var(--main-color-six);
    background: linear-gradient(to left,
            var(--main-color-six) 0%,
            var(--main-color-seven) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-style-five .main-menu .navigation>li:hover::before,
.header-style-five .main-menu .navigation>li.current::before {
    -webkit-text-fill-color: inherit !important;
    color: var(--main-color-six);
}

.header-style-five .main-menu .navigation>li {
    margin-right: var(--margin-right-25);
}

.header-style-five .header-lower .main-menu {
    padding-left: var(--padding-left-40);
}

.header-style-five .header-lower .outer-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: var(--padding-zero);
}

.header-style-five .outer-box .phone-box {
    position: relative;
    padding: 25px 20px 24px 0px;
    font-weight: 700;
    font-size: var(--font-14);
    color: var(--white-color);
    font-family: var(--font-family-Sen);
}

.header-style-five .outer-box .phone-box .box-inner {
    position: relative;
    padding-left: var(--padding-left-75);
}

.header-style-five .outer-box .phone-box:before {
    position: absolute;
    content: "";
    left: 29px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: var(--main-color-six);
    background: linear-gradient(to right,
            var(--main-color-six) 0%,
            var(--main-color-seven) 100%);
}

.header-style-five .outer-box .phone-box a {
    position: relative;
    font-size: var(--font-26);
    color: var(--white-color);
    display: inline-block;
    margin-top: var(--margin-top-5);
}

.header-style-five .outer-box .phone-box .icon {
    position: absolute;
    left: 0px;
    top: -3px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: var(--font-24);
    background: var(--main-color-six);
    background: linear-gradient(to right,
            var(--main-color-six) 0%,
            var(--main-color-seven) 100%);
}

.header-style-five .sticky-header .main-menu .navigation>li>a {
    padding: 25px 0px;
}

.header-style-five .sticky-header .main-menu .navigation>li.dropdown::before {
    top: 30px;
}

.header-style-five .sticky-header .logo {
    padding: 15px 0px;
}

.header-style-five .sticky-header .outer-box {
    padding: 27px 0px;
}

.header-style-five .search-box-btn,
.header-style-five .cart-box .cart-box-btn {
    color: var(--main-color-seven);
}

.header-style-five .main-menu .navigation>li:hover>a,
.header-style-five .main-menu .navigation>li.current>a,
.header-style-five .main-menu .navigation>li>ul>li>a:before,
.header-style-five .main-menu .navigation>li>ul>li>ul>li>a:before,
.header-style-five .sticky-header .main-menu .navigation>li:hover>a,
.header-style-five .sticky-header .main-menu .navigation>li.current>a {
    color: var(--main-color-seven);
}

.header-style-five .main-menu .navigation>li>ul,
.header-style-five .main-menu .navigation>li>ul>li>ul {
    background-color: var(--main-color-six);
}

/* Header Style Six */
.header-style-six {
    background-color: var(--main-color-nine);
}

.header-style-six .main-menu .navigation>li>a {
    font-weight: 700;
    padding: 30px 0px;
    color: var(--white-color);
    font-family: var(--font-family-DM-Sans);
}

.header-style-six .main-menu .navigation>li:hover>a,
.header-style-six .main-menu .navigation>li.current>a,
.header-style-six .main-menu .navigation>li>ul>li>a:before,
.header-style-six .main-menu .navigation>li>ul>li>ul>li>a:before,
.header-style-six .sticky-header .main-menu .navigation>li:hover>a,
.header-style-six .sticky-header .main-menu .navigation>li.current>a {
    color: var(--main-color-ten);
}

.header-style-six .main-menu .navigation>li>ul,
.header-style-six .main-menu .navigation>li>ul>li>ul {
    background-color: var(--main-color-nine);
}

.header-style-six .search-box-outer {
    border: 0px;
    padding: var(--padding-zero);
    margin-right: var(--margin-zero);
    margin-left: var(--margin-left-25);
    padding-left: var(--padding-left-20);
    border-left: 1px dashed var(--white-color);
}

.header-style-six .search-box-outer .search-box-btn {
    color: var(--white-color);
}

.header-style-six .cart-box .cart-box-btn {
    color: var(--white-color);
}

.header-style-six .cart-box .cart-box-btn .total-cart {
    font-weight: 700;
    font-family: var(--font-family-DM-Sans);
    background-color: var(--main-color-twelve);
}

.header-style-six .outer-box {
    padding: 34px 0px 17px;
}

.header-style-six .cart-product .inner .cross-icon:hover,
.header-style-six .cart-product .inner h3 a:hover {
    color: var(--main-color-twelve);
}

.header-style-six .cart-box .cart-panel {
    border-color: var(--main-color-twelve);
}

.header-style-six .cart-box .cart-panel .btns-boxed li a {
    border-color: var(--main-color-twelve);
    background-color: var(--main-color-twelve);
}

.header-style-six .outer-box .nav-btn:hover,
.header-style-six .outer-box .search-box-btn:hover {
    color: var(--main-color-ten);
}

.header-style-six .sticky-header .search-box-outer {
    border-color: var(--main-color-nine);
}

.header-style-six .sticky-header .search-box-outer .search-box-btn {
    color: var(--main-color-nine);
}

.header-style-six .sticky-header .cart-box .cart-box-btn,
.header-style-six .sticky-header .main-menu .navigation>li>a {
    color: var(--main-color-nine);
}

.header-style-six .sticky-header .logo {
    padding: 10px 0px;
}

.main-header.header-style-seven {
    position: absolute;
    left: 0px;
    right: 0px;
}

.main-header.header-style-seven .auto-container {
    max-width: 1200px;
}

.header-style-seven .header-top {
    background: none;
}

.header-style-seven .auto-container {
    max-width: 1680px;
}

.header-style-seven .header-top .social-box:before {
    display: none;
}

.header-style-seven .header-top .info li a {
    color: #64676c;
}

.header-style-seven .header-top .info li a .icon {
    opacity: 0.5;
    color: var(--black-color);
}

.header-style-seven .header-top .social-box {
    margin-left: var(--margin-left-40);
}

.header-style-seven .header-top .social-box li {
    margin-left: var(--margin-left-15);
}

.header-style-seven .header-top .social-box li a {
    color: #64676c;
}

.header-style-seven .main-menu .navigation>li>a {
    color: var(--main-color-fourteen);
}

.header-style-seven .main-menu .navigation>li:hover>a,
.header-style-seven .main-menu .navigation>li.current>a {
    color: var(--main-color-fifteen);
}

.header-style-seven .search-box-btn,
.header-style-seven .cart-box .cart-box-btn {
    color: var(--main-color-sixteen);
}

.header-style-seven .outer-box .nav-btn {
    top: -5px;
}

.main-header.header-style-seven .main-menu .navigation>li>ul,
.main-header.header-style-seven .main-menu .navigation>li>ul>li>ul {
    background-color: var(--main-color-fifteen);
}

.main-header.header-style-seven .main-menu .navigation>li>ul>li>a:before,
.main-header.header-style-seven .main-menu .navigation>li>ul>li>ul>li>a:before {
    color: var(--main-color-fifteen);
}

/***

    ====================================================================
        Hidden Sidebar style
    ====================================================================

    ***/
.sidebar-info-contents {
    position: relative;
}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding-bottom: var(--padding-bottom-20);
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner h5 {
    color: var(--white-color);
    margin-bottom: var(--margin-top-20);
}

.sidebar-info-contents .content-inner .content-box .text {
    color: var(--white-color);
    margin-bottom: var(--margin-top-25);
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: var(--margin-top-60);
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: var(--margin-top-20);
    margin-bottom: var(--margin-top-30);
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: var(--margin-right-5);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: var(--main-color-two);
    z-index: 1;
    font-size: var(--font-14);
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--white-color);
    transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

.close-side-widget,
.close-side-widget:hover {
    color: var(--white-color) !important;
    font-size: var(--font-24);
}

@media screen and (max-width: 991px) {
    .main-header .main-menu {
        display: none;
    }

    .main-header .nav-outer .mobile-nav-toggler {
        display: block;
        margin-left: 35px;
        margin-top: 10px;
    }

    .main-header .nav-outer .mobile-nav-toggler img {
        width: 30px;
        height: 30px;
    }

    #navbarSupportedContent {
        display: block;
    }
}

@media (max-width: 767px) {
    .user-name {
        display: none;
    }
}

.about {
    padding: 50px 0;
    background-color: rgba(242, 242, 242, 0.8);
}

.about .anim-item {
    right: 0;
    position: absolute;
    top: -85px;
}

.about .anim-item img {
    width: 140px;
}

@media (max-width: 991px) {
    .about .anim-item img {
        width: 106px;
    }
}

.about__wrapper {
    display: flex;
}

@media (max-width: 767px) {
    .about__wrapper {
        flex-direction: column;
    }
}

.about__content {
    width: 50%;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .about__content {
        width: 100%;
        padding-right: 0;
    }
}

.about__content .subtitle {
    padding-bottom: 10px;
}

.about__content h2 {
    padding-bottom: 17px;
}

.about__image-wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}

.about__image-wrapper img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .about__image-wrapper img {
        height: auto;
        width: 100%;
    }
}

.about__image-wrapper::after,
.about__image-wrapper::before {
    content: "";
    position: absolute;
    width: 144px;
    height: 104px;
    background-image: url(../assets/vectors/dot.svg);
    background-repeat: no-repeat;
}

.about__image-wrapper::before {
    top: 0;
    left: -27px;
}

.about__image-wrapper::after {
    bottom: 0;
    right: -34px;
}

.about__desc {
    padding-bottom: 34px;
}

.about__features {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.about__image {
    width: 50%;
}

@media (max-width: 767px) {
    .about__image {
        width: 100%;
        padding-top: 36px;
    }

    .about__features {
        gap: 30px;
    }
}

.about__card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 16px 15px;
    width: 150px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about__card.about__card--outline {
    border: 1px solid #a01f1a;
}

.about__card img {
    padding-bottom: 11px;
    height: 70px;
    object-fit: contain;
    width: 100%;
}

.about__card p {
    font-weight: 700;
    color: #151515;
    line-height: normal;
    padding-bottom: 8px;
}

.about__card span {
    color: #626262;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    display: inline-block;
}

.about .btn-wrapper {
    padding-top: 42px;
}

.popular {
    padding: 80px 0 40px 0;
}

.popular .anim {
    position: absolute;
}

.popular .anim.anim-right {
    left: 0;
    top: -52px;
}

@media (max-width: 991px) {
    .popular .anim.anim-right img {
        width: 117px;
    }
}

@media (max-width: 767px) {
    .popular .anim.anim-right img {
        width: 80px;
    }
}

@media (max-width: 575px) {
    .popular .anim.anim-right img {
        width: 60px;
    }
}

.popular .anim.anim-left {
    right: 10px;
    top: -90px;
}

@media (max-width: 991px) {
    .popular .anim.anim-left img {
        width: 80px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .popular .anim.anim-left {
        width: 65px;
    }
}

.popular__slider {
    position: relative;
    padding: 0 80px;
}

@media (max-width: 575px) {
    .popular__slider {
        padding: 0 60px;
    }
}

@media (max-width: 374px) {
    .popular__slider {
        padding: 0 45px;
    }
}

.popular__title {
    padding-bottom: 66px;
}

.popular .slide-item {
    text-align: center;
}

.popular .slide-item .slide-item-wrapper {
    padding: 27px;
}

.popular .slide-item .slide-item-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

.popular .slide-item .slide-item-wrapper p {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    font-style: normal;
    padding-top: 8px;
    padding-bottom: 13px;
}

.popular .slide-item .slide-item-wrapper span {
    color: #f00;
    font-weight: 600;
    line-height: normal;
}

.popular .slide-item-wrapper {
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fffcf6;
    position: relative;
}

.popular .slide-item-wrapper img {
    height: 148px;
    -o-object-fit: contain;
    object-fit: contain;
}

.popular .slide-item-wrapper .hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    gap: 10px;
}

.popular .slide-item-wrapper .hover .hover-item {
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.popular .slide-item-wrapper:hover .hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s ease;
}

.order-banner {
    height: 444px;
    position: relative;
}

/* .order-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.order-banner__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 444px;
}

.feedback {
    padding: 0px 0 67px 0;
}

.feedback .actions-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 45px;
}

.feedback .actions-wrapper .swiper-arrow {
    position: unset;
}

.feedback .actions-wrapper .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: unset;
    height: 43px;
    padding: 0 20px;
}

.feedback .actions-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #d9d9d9;
    opacity: 1;
    margin: 0 8px;
}

.feedback .actions-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a01f1a;
}

.feedback__slider {
    position: relative;
}

.feedback__slider .swiper {
    padding-top: 85px;
}

.feedback__slider .slide-item .slide-item-wrapper {
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 3px solid #d9d9d9;
    text-align: center;
    padding: 0 60px 60px 60px;
}

@media (max-width: 575px) {
    .order-banner {
        height: auto;
    }

    .popular {
        padding-bottom: 85px;
    }

    .order-banner__img {
        height: auto;
    }

    .order-banner__img img{
        height: auto;
    }

    .feedback__slider .slide-item .slide-item-wrapper {
        padding: 0 30px 30px 30px;
    }
}

.feedback__slider .slide-item .slide-item-wrapper img {
    margin-top: -40px;
    filter: drop-shadow(1px 12px 10px rgba(0, 0, 0, 0.25));
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
}

.feedback__slider .slide-item .slide-item-wrapper p {
    padding-top: 27px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    padding-bottom: 30px;
}

.feedback__slider .slide-item .slide-item-wrapper h4 {
    color: #a01f1a;
    font-size: 26.34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.feedback__slider .slide-item .slide-item-wrapper span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.87;
    display: inline-block;
    color: #424242;
}

.footer {
    background: #f8f8f8;
    padding: 24px 0;
}

.footer .sec-wrapper::after,
.footer .sec-wrapper::before {
    content: "";
    position: absolute;
}

@media (max-width: 1199px) {

    .footer .sec-wrapper::after,
    .footer .sec-wrapper::before {
        display: none;
    }
}

/* .footer .sec-wrapper::after {
    background-image: url(../../assets/images/slider-shape-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 10px;
    width: 73px;
    height: 73px;
    transform: rotate(540deg);
} */

/* .footer .sec-wrapper::before {
    background-image: url(../../assets/images/about-top-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
} */

.footer a {
    transition: color 0.4s ease;
}

.footer a:hover {
    color: #a01f1a;
}

.footer .anim {
    position: absolute;
}

.footer .anim-right {
    left: 0;
    top: -10px;
}

@media (max-width: 1199px) {
    .footer .anim-right {
        top: -83px;
    }
}

@media (max-width: 767px) {
    .footer .anim-right {
        top: -60px;
    }
}

.footer .anim-right img {
    width: 73px;
}

@media (max-width: 767px) {
    .footer .anim-right img {
        width: 60px;
    }
}

.footer .anim-left {
    right: 0;
    top: 40px;
}

@media (max-width: 767px) {
    .footer .anim-left {
        animation: none;
    }
}

@media (max-width: 1199px) {
    .footer .anim-left {
        top: -50px;
    }
}

.footer .anim-left img {
    width: 120px;
}

@media (max-width: 991px) {
    .footer .anim-left img {
        width: 85px;
    }
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 991px) {
    .footer__top {
        gap: 0 50px;
    }
}

@media (max-width: 767px) {
    .footer__top {
        gap: 20px;
    }
}

.footer__top h3 {
    text-transform: uppercase;
    text-decoration-line: underline;
    color: #a01f1a;
    line-height: 2.5;
}

.footer__logo {
    width: calc(39% - 55px);
}

@media (max-width: 991px) {
    .footer__logo {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .footer__logo {
        width: 100%;
    }
}

.footer__logo a {
    padding-bottom: 22px;
    display: inline-block;
}

.footer__logo p {
    color: #646464;
    line-height: 1.81;
    font-weight: 400;
}

.footer__logo p a {
    color: #a01f1a;
    line-height: 1.81;
    font-weight: 400;
}

.footer__nav ul li {
    margin-bottom: 12px;
}

.footer__nav ul li a {
    color: #646464;
    line-height: 1.3;
    transition: color 0.5s ease-in-out;
}

.footer__nav ul li a:hover {
    color: #a01f1a;
}

.footer__blogs {
    width: calc(21% - 55px);
}

@media (max-width: 991px) {
    .footer__blogs {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .footer__blogs {
        width: 100%;
    }
}

.footer__blogs .footer__blogs-item {
    display: flex;
    margin-bottom: 16px;
}

.footer__blogs .footer__blogs-item .footer__blogs-content {
    width: calc(100% - 59px);
}

.footer__blogs .footer__blogs-item .footer__blogs-content a {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    color: #646464;
    display: inline-block;
}

.footer__blogs .footer__blogs-item .footer__blogs-content a:hover {
    color: #a01f1a;
}

.footer__blogs .footer__blogs-item .footer__blogs-content span {
    font-size: 9px;
    display: flex;
    align-items: center;
}

.footer__blogs .footer__blogs-item .footer__blogs-content span img {
    margin-right: 2px;
}

.footer__blogs .footer__blogs-img {
    width: 49px;
    height: 45px;
    margin-right: 10px;
}

.footer__blogs .footer__blogs-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer__nav {
    width: calc(15% - 55px);
}

@media (max-width: 991px) {
    .footer__nav {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .footer__nav {
        width: 100%;
    }
}

.footer__social {
    width: calc(25% - 55px);
}

@media (max-width: 991px) {
    .footer__social {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .footer__social {
        width: 100%;
    }
}

.footer__social .footer__social-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer__social .footer__social-item .footer__social-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.footer__social .footer__social-item .footer_social-content a {
    display: block;
    overflow-wrap: anywhere;
}

.footer__social .footer__social-item .svg path {
    stroke: #646464;
}

.footer__bottom .social-box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.222);
}

@media (max-width: 575px) {
    .footer__bottom .social-box {
        padding-top: 13px;
    }
}

.footer__bottom .social-box li {
    margin-left: 12px;
    background-color: #a01f1a;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s linear;
}

.footer__bottom .social-box li a {
    line-height: 0.5;
}

.footer__bottom .social-box li a svg {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 5px 0;
}

@media (max-width: 767px) {
    .footer__copyright {
        flex-direction: column;
        text-align: center;
    }
}

.footer__copyright .footer__copyright-left p {
    color: #918f8f;
    line-height: 1.81;
    font-weight: 400;
}

@media (max-width: 575px) {
    .footer__copyright .footer__copyright-left p {
        line-height: 1.3;
        padding-bottom: 8px;
    }
}

.footer__copyright .footer__copyright-right p {
    color: #454545;
}

.footer__copyright .footer__copyright-right p a {
    font-weight: 600;
    color: #292929;
    transition: color 0.4s ease;
}

.footer__copyright .footer__copyright-right p a:hover {
    color: #a01f1a;
}

.banner {
    min-height: 240px;
    position: relative;
}

.banner h1 {
    font-size: 42px;
    line-height: 1.2 !important;
}

.banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__content {
    position: relative;
    padding: 65px 0 50px 0;
}

.banner__content h1 {
    font-weight: 700;
    color: #e9e9e9;
    /* text-transform: uppercase; */
    line-height: normal;
}

@media (max-width: 767px) {
    .banner__content h1 br {
        display: none;
    }
}

.banner__content .breadcrumb {
    background: transparent;
    padding: 10px 4px;
}

.banner__content .breadcrumb .breadcrumb-item {
    font-size: 17px;
    font-weight: 700;
    color: #d6d6d6;
}

@media (max-width: 767px) {
    .banner__content .breadcrumb .breadcrumb-item {
        font-size: 16px;
    }
}

.banner__content .breadcrumb .breadcrumb-item.active {
    color: #ff4c45;
}

.menu-item {
    display: flex;
    gap: 15px;
    margin: 20px 0 16px 0;
}

.menu-item:not(:last-child) {
    padding-bottom: 16px;
}

.menu-item:last-child {
    margin-bottom: 8px;
}

@media (max-width: 374px) {
    .menu-item {
        flex-direction: column;
    }
}

.menu-item:hover h3 {
    color: #a01f1a;
}

.menu-item:hover .menu-item__img img:not(.check-icon) {
    transform: scale(1.1);
}

.menu-item__img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;

}

.menu-item__img .check-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    top: -4px;
    right: -4px;
}

.menu-item__img img {
    transition: transform 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-item__desc {
    display: flex;
    gap: 36px;
    justify-content: space-between;
    width: calc(100% - 73px);
}

@media (max-width: 374px) {
    .menu-item__desc {
        width: 100%;
    }
}

.menu-item__desc h3 {
    font-size: 15px;
    line-height: normal;
    display: inline-block;
    color: #1d1d1d;
    padding-bottom: 2px;
    position: relative;
    background: #ffffff;
    padding-right: 4px;
    transition: color 0.4s ease;
}

.menu-item__desc p {
    color: #656565;
    font-size: 13px;
    line-height: normal;
    padding-bottom: 4px;
}

.tab-content .menu-item__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    overflow: hidden;
}

.menu-item__title {
    position: relative;
}

.menu-item__title::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 7px;
    left: 0;
    border-bottom: 2px dotted #1d1d1d;
    z-index: -1;
}

.menu-item__info {
    text-align: end;
}

.menu-item__info p {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 3px 5px;
    border: 1px solid #a01f1a;
    border-radius: 6px;
    color: #a01f1a;
    margin-bottom: 15px;
}

.menu-item__content {
    width: 100%;
}

.menu-item__add svg {
    cursor: pointer;
}

.menu-item__add svg rect {
    transition: fill 0.4s ease;
}

.menu-item__add svg:hover rect {
    fill: #70120e;
}

.pagination {
    justify-content: center;
    gap: 9px;
    padding-top: 36px;
}

@media (max-width: 991px) {
    .pagination {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .pagination {
        padding-top: 0;
    }
}

.pagination .page-item .page-link {
    border: none;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #fce9e9;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
    justify-content: center;
    transition: color 0.4s, background-color 0.4s ease;
}

@media (max-width: 374px) {
    .pagination .page-item .page-link {
        min-width: 30px;
        height: 34px;
    }
}

.pagination .page-item .page-link:hover {
    background-color: #a01f1a;
    color: #ffffff;
}

.pagination .page-item .page-link:hover .svg path {
    transition: stroke 0.4s ease;
    stroke: #ffffff;
}

.pagination .page-item.active .page-link {
    background-color: #a01f1a;
    color: #ffffff;
}

.user-form input,
.user-form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    background: #f4f4f4;
    padding: 11px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #858585;
    line-height: 1.3;
}

.user-form input::-moz-placeholder,
.user-form textarea::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.user-form input::placeholder,
.user-form textarea::placeholder {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.user-form .form-col-half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
}

@media (max-width: 1199px) {
    .user-form .form-col-half {
        grid-gap: 50px;
    }
}

@media (max-width: 991px) {
    .user-form .form-col-half {
        grid-gap: 30px;
    }
}

@media (max-width: 767px) {
    .user-form .form-col-half {
        grid-gap: 40px;
    }
}

@media (max-width: 575px) {
    .user-form .form-col-half {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.user-form .form-col-half .form-col-input {
    position: relative;
}

.user-form .form-col-half .form-col-input img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.user-form .form-col-full {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .user-form .form-col-full {
        margin-bottom: 20px;
    }
}

.user-form .form-checkbox {
    padding: 16px 0;
    display: flex;
    align-items: flex-start;
}

.user-form .form-checkbox input {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 6px;
    margin-top: 2px;
}

.user-form .form-checkbox label {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.user-form button {
    margin-top: 6px;
}

.login-modal .modal-dialog {
    max-width: 490px;
}

.login-modal .login-form {
    text-align: center;
}

.login-modal .login-form h3 {
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: -0.352px;
    padding-bottom: 16px;
    color: #a01f1a;
}

.login-modal .login-form p {
    padding-bottom: 20px;
    color: #000;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.176px;
}

.login-modal .login-form span {
    color: #5b5454;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.176px;
    display: inline-block;
}

.login-modal .login-form span a {
    font-weight: bold;
    transition: color 0.4s ease;
    text-decoration-line: underline;
}

.login-modal .login-form span a:hover {
    color: #70120e;
}

.login-modal .login-form form {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .login-modal .login-form form {
        padding-top: 15px;
    }
}

.login-modal .login-form form .login-input {
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-bottom: 16px;
    width: 100%;
}

.login-modal .login-form form label {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.login-modal .login-form form input {
    border-radius: 8px;
    border: 1.5px solid #939393;
    padding: 12px 20px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    line-height: 1.5;
}

.login-modal .login-form form input::-moz-placeholder {
    color: #c8c8c8;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.login-modal .login-form form input::placeholder {
    color: #c8c8c8;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.login-modal .login-form form input[type="password"] {
    padding: 14px 40px 14px 40px;
}

.login-modal .login-form form input[type="password"]::-moz-placeholder {
    font-size: 30px;
    font-style: normal;
}

.login-modal .login-form form input[type="password"]::placeholder {
    font-size: 30px;
    font-style: normal;
}

.login-modal .login-form form .btn-wrapper {
    margin: 30px 0 15px 0;
}

.login-modal .login-form form .login-pw {
    position: relative;
}

.login-modal .login-form form .login-pw .svg {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.login-modal .login-form form .forget-pw {
    text-align: start;
    display: block;
    color: #303030;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.132px;
    text-decoration-line: underline;
    transition: color 0.3s ease;
}

.login-modal .login-form form .forget-pw:hover {
    color: #a01f1a;
}

.login-dialog .login-pw {
    margin-bottom: 7px !important;
}

.login-dialog .google-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #b0b0b0;
    color: #565252;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.176px;
}

.login-dialog .google-login span {
    padding-bottom: 0;
    display: inline-block;
    margin-left: 5px;
}



.login-dialog .btn-wrapper {
    margin: 30px 0 30px 0 !important;
}

.hero {
    height: 685px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    .hero {
        height: 600px;
    }
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero__video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__content h1 {
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 26px;

}

.hero__content p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.25;
    max-width: 665px;
    margin: 0 auto;
    padding-bottom: 78px;
}

@media (max-width: 767px) {
    .hero__content p {
        font-size: 19px;
        padding-bottom: 60px;
    }
}

.foods .swiper-wrapper {
    transition-timing-function: linear !important;
    padding: 55px 0 60px 0;
    height: auto !important;
}

.popular__slider .swiper-wrapper, .feedback .swiper-wrapper{
    height: auto !important;
}
@media (max-width: 1199px) {
    .foods .swiper-wrapper {
        padding-bottom: 100px;
    }
}

.foods__slide {
    padding: 0 20px;
    text-align: center;
}

.foods__slide p {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 18px;
}

.foods__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 9px 0px;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foods__img img {
    width: 77px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
}

.foods .anim-item {
    position: absolute;
    bottom: 35px;
    left: 5px;
}

@media (max-width: 1199px) {
    .foods .anim-item {
        bottom: 22px;
    }
}

@media (max-width: 1199px) {
    .foods .anim-item img {
        width: 75px;
    }
}

.reserv {
    padding: 53px 0;
    background: rgba(242, 242, 242, 0.8);
}

@media (max-width: 767px) {
    .reserv {
        padding: 0;
    }
}

.reserv__form ::-webkit-calendar-picker-indicator {
    background-image: url(../assets/images/cal.svg);
    background-size: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.reserv__form .reserv-form .form-group span img {
    width: 21px;
}

.reserv__wrapper {
    display: flex;
    align-items: center;
}

.reserv__form {
    padding-left: calc((100vw - 1210px) / 2 + 15px);
    width: 63%;
    position: relative;
    padding-right: 100px;
    padding-top: 69px;
    padding-bottom: 69px;
    min-height: 558px;
}

@media (max-width: 767px) {
    .reserv__form {
        width: 100%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1230px) {
    .reserv__form {
        padding-left: 15px;
    }
}

.reserv__form .reserv-form {
    padding-top: 25px;
}

.reserv__form .reserv-form .form-icon {
    position: absolute;
}

.reserv__form .reserv-form .form-group {
    position: relative;
}

.reserv__form .reserv-form .form-group span {
    position: absolute;
    right: 12px;
    top: 8px;
}

.reserv__form .reserv-form input,
.reserv__form .reserv-form textarea {
    border-radius: 8px;
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}

.reserv__form .reserv-form input::-moz-placeholder,
.reserv__form .reserv-form textarea::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.reserv__form .reserv-form input::placeholder,
.reserv__form .reserv-form textarea::placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .reserv__form .reserv-form .pl-3 {
        padding-left: 0 !important;
    }
}

.reserv__form .reserv-form,
.reserv__form span,
.reserv__form h2 {
    position: relative;
}

.reserv__img {
    width: 37%;
    margin-left: -69px;
    z-index: 3;
}

@media (max-width: 767px) {
    .reserv__img {
        display: none;
    }
}

.reserv__img .reserv__img-wrapper {
    width: 400px;
    position: relative;
}

@media (max-width: 1199px) {
    .reserv__img .reserv__img-wrapper {
        width: 315px;
    }
}

@media (max-width: 991px) {
    .reserv__img .reserv__img-wrapper {
        width: 240px;
    }
}

.reserv__img .reserv__img-wrapper .anim-img {
    position: absolute;
    right: -123px;
    bottom: 76px;
}

@media (max-width: 1199px) {
    .reserv__img .reserv__img-wrapper .anim-img {
        width: 140px;
        right: -100px;
    }
}

.reserv__img .reserv__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reserv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reserv__bg::before {
    content: "";
    position: absolute;
    background-color: rgba(17, 17, 17, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 400px 400px 0;
}

.reserv__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 400px 400px 0;
}

@media (max-width: 767px) {
    .reserv__bg img {
        border-radius: 0;
    }
}

.blog {
    padding: 85px 0;
}

.blog .anim {
    position: absolute;
}

.blog .anim.anim-right {
    left: 11px;
    top: 68px;
}

@media (max-width: 1199px) {
    .blog .anim.anim-right {
        top: 50px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .blog .anim.anim-right {
        top: 80px;
    }
}

@media (max-width: 1199px) {
    .blog .anim.anim-right img {
        width: 80px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .blog .anim.anim-right img {
        width: 50px;
    }
}

.blog .anim.anim-left {
    right: 10px;
    top: 0;
}

@media (max-width: 767px) {
    .blog .anim.anim-left {
        top: -61px;
    }

    .blog .anim.anim-left img {
        width: 60px;
    }
}

.blog .slide-item-wrapper {
    background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.blog .slide-item-wrapper .slide-content h3 {
    transition: color 0.3s ease-in-out;
}

.blog .slide-item-wrapper:hover .slide-content h3 {
    color: #a01f1a;
}

.blog .slide-item-wrapper:hover img {
    transform: scale(1.1);
}

.blog .slide-item-wrapper .slide-content {
    padding: 13px 11px;
}

.blog .slide-item-wrapper .slide-content h3 {
    color: #313131;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.blog .slide-item-wrapper .slide-content p {
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    color: #878787;
    padding-bottom: 20px;
}

.blog .slide-item-wrapper .slide-content span {
    display: block;
    font-size: 10px;
    color: #3f3e3e;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    transition: color 0.4s ease;
}

.blog .slide-item-wrapper .slide-content span:hover {
    color: #a01f1a;
}

.blog .slide-item-wrapper .img-wrapper {
    height: 160px;
    width: 100%;
    overflow: hidden;
}

.blog .slide-item-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.hours__wrapper {
    border-top: 1px solid #eaeaea;
    padding: 60px 0 85px 0;
    display: flex;
    gap: 25px;
}

@media (max-width: 767px) {
    .hours__wrapper {
        flex-direction: column;
    }
}

.hours__schedules {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-top: 7px;
}

@media (max-width: 1300px) {
    .hours__schedules {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .hours__schedules {
        width: 70%;
        gap: 16px 0;
    }
}

@media (max-width: 767px) {
    .hours__schedules {
        width: 100%;
    }
}

.hours__time {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 17%;
}

@media (max-width: 1300px) {
    .hours__time {
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .hours__time {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .hours__time {
        width: 100%;
    }
}

.hours__time img {
    opacity: 0.3;
}

.hours__open span {
    font-style: italic;
    color: #cbcbcb;
    font-size: 12px;
}

.hours__open p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

@media (max-width: 1199px) {
    .hours__open p {
        font-size: 30px;
    }
}

.hours__day p {
    font-weight: 700;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    padding-bottom: 4px;
    text-transform: capitalize;
    font-size: 14px;
}

.hours__day p::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background-color: #cbcbcb;
}

.hours__day span {
    font-size: 14px;
    color: #626262;
    padding-left: 10px;
    padding-top: 5px;
    display: inline-block;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .foods .sec-wrapper {
        padding: 0;
    }
}

.menus {
    padding: 50px 0 130px 0;
}

.menus .category-title {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.menus__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.menus__wrapper .menus__card {
    border-bottom: 2px dashed #c6c6c6;
}

.menus__grid--three {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
    .menus__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .menus__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.menus__banner {
    height: 128px;
    width: 100%;
    padding-bottom: 10px;
}

.menus .menus__banner:not(:first-child) {
    margin-top: 40px;
}

.menus__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menus .menu-item:not(:last-child) {
    border-bottom: 2px dashed #c6c6c6;
}

.cart {
    padding: 60px 0 60px 0;
}

.cart__wrapper {
    display: flex;
    gap: 15px;
}

.cart__wrapper .tab-content {
    height: 344px;
    overflow-y: scroll;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .cart__wrapper {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .cart__wrapper {
        flex-direction: column;
    }
}

.cart .menu-item:not(:last-child) {
    border-bottom: 2px dashed #c6c6c6;
}

.cart__menu {
    width: 30%;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 767px) {
    .cart__menu {
        width: 100%;
    }
}

.cart__menu .text--primary {
    font-size: 20px;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.cart__menu .nav-link {
    text-align: center;
}

/* .cart__menu .nav-link img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
} */

.cart__menu .nav-link p {
    padding-top: 14px;
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.cart__menu .nav-link.active {
    background-color: transparent;
}

.cart__menu .nav-link.active p {
    transition: color 0.4s ease-in-out;
    color: #a01f1a;
}

/* .cart__nav {
    padding: 12px;
} */

.cart__nav .nav {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 12px;
    padding-bottom: 8px;
}

.cart__nav .nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.cart__wrapper .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.cart__nav .nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

.cart__wrapper .tab-content::-webkit-scrollbar {
    width: 6px;
    height: 400px;
    background-color: #f5f5f5;
}

.cart__nav .nav::-webkit-scrollbar-thumb {
    background-color: #a01f1a;
    border-radius: 10px;
}

.cart__wrapper .tab-content::-webkit-scrollbar-thumb {
    background-color: #a01f1a;
    border-radius: 10px;
    width: 6px;
}

.cart__nav .nav-item:not(:last-child) {
    border-right: 1px dashed #6f6f6f;
}

.cart__nav .nav .nav-link {
    min-width: 125px;
}

.cart__info {
    width: calc(46% - 15px);
    height: -moz-fit-content;
    height: fit-content;
}

.cart__wrapper .cart__summary {
    width: 24%;
    height: fit-content;
}

@media (max-width: 991px) {
    .cart__info {
        width: calc(55% - 20px);
    }
}

@media (max-width: 767px) {
    .cart__info {
        width: 100%;
    }
}

.cart__info .bucket__title {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.cart__info .bucket__title p,
.cart__info .bucket__title span {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.cart__info .bucket__table {
    overflow-x: auto;
    margin: 0 10px;
}

.cart__info .bucket__table td,
.cart__info .bucket__table th {
    padding: 8px;
}

.cart__info .bucket__table td .td-title {
    display: flex;
    gap: 5px;
    align-items: center;
}

.cart__info .bucket__table .table {
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
}

.cart__info .bucket__table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.cart__info .bucket__table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

.cart__info .bucket__table::-webkit-scrollbar-thumb {
    background-color: #a01f1a;
    border-radius: 10px;
}

.cart__info .bucket__table th,
.cart__info .bucket__table td {
    border: 0;
    vertical-align: middle;
}

.cart__info .bucket__table input {
    width: 30px;
}

.cart__info .bucket__table th {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart__info .bucket__table th span {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #484848;
    padding-left: 10px;
}

.cart__info .bucket__table th img {
    width: 59px;
    height: 59px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart__info .bucket__table td {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart__info .bucket__table td span {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #484848;
}

.cart__info .bucket__table .td-title img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart__info .bucket__table td span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #484848;
}

.cart__info .bucket__table td .price-counter {
    display: flex;
    border: 1px solid #a01f1a;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px;
    gap: 10px;
}

.product-cart-box .cart-item__wrapper {
    max-height: 67vh;
    overflow: auto;
}

.cart-notes {
    min-height: 80px;
    border-radius: 8px;
    border: 1px solid #BCBCBC;
    background: #F4F4F4;
    width: 100%;
    padding: 9px;
}

.cart-label {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.cart-notes::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #858585;
}

.deliveryModal .product__wrapper .product__desc {
    width: 100%;
}


.product-cart-box .cart-item__wrapper::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;

}

.product-cart-box .cart-item__wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.product-cart-box .cart-item__wrapper::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 10px;
    border: 2px solid #838383;
}


.cart__info .bucket__table td .price-counter span {
    line-height: 0;
    padding-left: 0;
}

.cart__info .bucket__table td .price-counter span svg {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}

.btn-remove,
.btn-removes {
    background: transparent;
    cursor: pointer;
}

.cart__bucket {
    margin-bottom: 35px;
    padding-bottom: 4px;
}

.cart__summary h3 {
    font-size: 20px;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    color: #444;
}

.cart__checkout {
    padding: 20px 12px;
}

.cart__checkout-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 14px 10px !important;
}

.cart__checkout-item span {
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 500;
    line-height: normal;
}

.cart__checkout-item strong {
    color: #262626;
}

.cart__checkout .btn-wrapper {
    margin-top: 10px;
}

.cart__checkout .btn-wrapper a {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
}

.cart__checkout form {
    width: 100%;
    position: relative;
}

.cart__checkout form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    padding: 12px 17px;
}

.cart__checkout form input::-moz-placeholder {
    color: #6e6e6e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart__checkout form input::placeholder {
    color: #6e6e6e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart__checkout form button {
    position: absolute;
    background-color: transparent;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #a01f1a;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.aboutus {
    padding: 90px 0;
}

@media (max-width: 575px) {
    .aboutus {
        padding-bottom: 45px;
    }
}

.aboutus__wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .aboutus__wrapper {
        flex-direction: column;
    }
}

.aboutus__img {
    width: 60%;
    height: 420px;
    padding-left: 100px;
    padding-right: 125px;
    position: relative;
}

@media (max-width: 1199px) {
    .aboutus__img {
        padding-left: 60px;
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    .aboutus__img {
        padding-left: 30px;
        padding-right: 37px;
    }
}

@media (max-width: 767px) {
    .aboutus__img {
        width: 100%;
        padding: 0;
        height: auto;
    }
}

.aboutus__img::after,
.aboutus__img::before {
    content: "";
    position: absolute;
    width: 144px;
    height: 104px;
    background-image: url(../assets/vectors/dot.svg);
    background-repeat: no-repeat;
}

.aboutus__img::before {
    top: -51px;
    left: 49px;
    z-index: -1;
}

@media (max-width: 767px) {
    .aboutus__img::before {
        left: 0;
    }
}

.aboutus__img::after {
    bottom: -51px;
    right: 54px;
}

@media (max-width: 767px) {
    .aboutus__img::after {
        right: 0;
    }
}

.aboutus__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3;
    position: relative;
}

.aboutus__content {
    width: 40%;
}

@media (max-width: 767px) {
    .aboutus__content {
        width: 100%;
        margin-top: 45px;
    }
}

.aboutus__content .btn-wrapper {
    margin-top: 44px;
}

.aboutus__content h2 {
    padding-bottom: 16px;
}

.aboutus__content p {
    padding-bottom: 32px;
}

.aboutus__content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

@media (max-width: 1199px) {
    .aboutus__content ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 12px;
    }
}

.aboutus__content ul li {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 13px;
    display: inline-flex;
    align-items: center;
}

.aboutus__content ul li::before {
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.whychooseus {
    padding: 55px 0 77px 0;
}

.whychooseus__wrapper {
    display: flex;
    gap: 39px;
}

@media (max-width: 991px) {
    .whychooseus__wrapper {
        flex-direction: column;
    }
}

.whychooseus__title {
    width: 34%;
}

@media (max-width: 991px) {
    .whychooseus__title {
        width: 100%;
    }
}

.whychooseus__card {
    border-radius: 8px;
    border: 2px solid #f1f1f1;
    background: #fff2f2;
    padding: 34px 19px;
    height: -moz-fit-content;
    height: fit-content;
}

.whychooseus__card img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}

.whychooseus__card h3 {
    padding: 28px 0 16px 0;
    font-size: 20px;
    color: #434343;
    font-weight: 600;
    line-height: 1.3;
}

.whychooseus__card p {
    color: #7b7b7b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whychooseus__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    width: 66%;
}

@media (max-width: 1199px) {
    .whychooseus__content {
        grid-gap: 25px;
    }
}

@media (max-width: 991px) {
    .whychooseus__content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .whychooseus__content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.whychooseus__title h2 {
    padding-bottom: 12px;
    font-size: 36px;
}

.whychooseus__title .btn-wrapper {
    margin-top: 30px;
}

.feedback-two {
    margin-bottom: 88px;
    background-color: #fff4f4;
}

.feedback-two .anim {
    position: absolute;
}

.feedback-two .anim-right {
    left: 0;
    top: -50px;
}

.feedback-two .anim-right img {
    width: 100px;
}

@media (max-width: 991px) {
    .feedback-two .anim-right img {
        width: 80px;
    }
}

.feedback-two .anim-left {
    right: 0;
    top: -76px;
}

@media (max-width: 991px) {
    .feedback-two .anim-left {
        top: -26px;
    }
}

.feedback-two .anim-left img {
    width: 110px;
}

@media (max-width: 991px) {
    .feedback-two .anim-left img {
        width: 80px;
    }
}

.feedback-two__slider {
    display: flex;
    gap: 39px;
}

@media (max-width: 991px) {
    .feedback-two__slider {
        flex-direction: column;
    }
}

.feedback-two__wrapper {
    padding: 90px 0;
}

.feedback-two__title {
    width: 34%;
}

@media (max-width: 991px) {
    .feedback-two__title {
        width: 100%;
    }
}

.feedback-two__title .actions-wrapper {
    display: flex;
    gap: 48px;
    margin-top: 25px;
}

.feedback-two__title h2 {
    font-size: 36px;
    padding-bottom: 12px;
}

.feedback-two__title p {
    padding-bottom: 20px;
}

.feedback-two__title .common-slide .swiper-arrow {
    background-image: url(../../assets/vectors/arrow-ellips.svg);
    width: 43px;
    height: 44px;
    background-size: contain;
    filter: drop-shadow(1px 12px 10px rgba(0, 0, 0, 0.25));
}

.feedback-two__title .common-slide .swiper-arrow.swiper-button-next::after {
    transform: rotate(180deg);
}

.feedback-two__title .common-slide .swiper-arrow::after {
    content: "";
    background-image: url(../../assets/vectors/arrow.svg);
    width: 11px;
    height: 18px;
    position: absolute;
}

.feedback-two__title .swiper-arrow {
    position: unset;
}

.feedback-two .feedback-two-slider {
    width: 66%;
}

@media (max-width: 991px) {
    .feedback-two .feedback-two-slider {
        width: 100%;
    }
}

.feedback-two .feedback-two-slider .slide-item-wrapper {
    border-radius: 8px;
    border: 2px solid #f1f1f1;
    background: #ffffff;
    padding: 15px;
}

.feedback-two .feedback-two-slider .slide-item-wrapper p {
    padding-top: 18px;
    color: #838282;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
}

.feedback-two .feedback-two-slider .slide-item-wrapper .slide-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0 20px 0;
    border-bottom: 2px dashed #979797;
}

.feedback-two .feedback-two-slider .slide-item-wrapper .slide-head h4 {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feedback-two .feedback-two-slider .slide-item-wrapper .slide-head span {
    color: #595959;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feedback-two .feedback-two-slider .slide-item-wrapper .slide-head-title {
    display: flex;
    gap: 14px;
}

.feedback-two .feedback-two-slider .slide-item-wrapper .slide-head-title img {
    width: 52px;
    height: 52px;
    border: 2px solid #a01f1a;
    border-radius: 50%;
    padding: 2px;
    object-fit: cover;
}

.blogs {
    padding: 66px 0 90px 0;
}

.blogs__wrapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 767px) {
    .blogs__wrapper {
        flex-direction: column;
    }
}

.blogs__posts {
    width: calc(100% - 410px);
}

@media (max-width: 991px) {
    .blogs__posts {
        width: calc(100% - 260px);
    }
}

@media (max-width: 767px) {
    .blogs__posts {
        width: 100%;
    }
}

.blogs__card {
    margin-bottom: 30px;
}

.blogs__img {
    height: 274px;
}

@media (max-width: 767px) {
    .blogs__img {
        height: auto;
    }
}

.blogs__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.blogs__infos {
    padding: 7px;
}

.blogs__infos ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.blogs__infos ul li {
    color: #898989;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    line-height: normal;
}

.blogs__infos ul li:not(:first-child) {
    padding-left: 13px;
}

@media (max-width: 575px) {
    .blogs__infos ul li:not(:first-child) {
        padding-left: 0;
    }
}

.blogs__infos ul li:not(:last-child) {
    border-right: 1px solid #a01f1a;
    padding-right: 17px;
}

.blogs__infos ul .svg {
    margin-right: 5px;
    margin-top: -2px;
}

.blogs__content {
    padding-top: 4px;
}

.blogs__content h2 {
    font-size: 24px;
    color: #423e3e;
    font-style: normal;
    line-height: normal;
    padding-bottom: 13px;
}

@media (max-width: 374px) {
    .blogs__content h2 {
        font-size: 20px;
    }
}

.blogs__content p {
    font-size: 12px;
    color: #686868;
    line-height: 1.67;
    font-style: normal;
}

.blogs__content .btn-wrapper {
    margin-top: 28px;
}

.blogs__sidenav {
    width: 380px;
}

@media (max-width: 991px) {
    .blogs__sidenav {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .blogs__sidenav {
        width: 100%;
        margin-top: 30px;
    }
}

.blogs__search {
    padding: 30px;
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .blogs__search {
        margin-bottom: 30px;
        padding: 17px;
    }
}

.blogs__search .search-form {
    position: relative;
}

.blogs__search input[type="text"] {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1.5px solid #e9e9e9;
    background: #fff2f2;
    padding: 10px;
    font-size: 16px;
    color: #423e3e;
}

.blogs__search .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    border-radius: 3px;
    background-color: #a01f1a;
    color: #ffffff;
    transition: background-color 0.4s ease;
    padding: 0 10px;
    cursor: pointer;
}

.blogs__search .submit:hover {
    background-color: #70120e;
}

.category {
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .category {
        margin-bottom: 30px;
    }
}

.category__wrapper {
    padding-top: 28px;
}

@media (max-width: 991px) {
    .category__wrapper {
        padding-top: 20px;
    }
}

.category__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
    border-radius: 3px;
    border: 1.5px solid #e9e9e9;
    background: #fff2f2;
    margin-bottom: 15px;
}

.category__item:hover span {
    color: #a01f1a;
}

.category__item:hover .recent-posts__image img {
    transform: scale(1.1);
}

.category__item span {
    color: #686868;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.4s ease;
}

.category__title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.recent-posts {
    margin-bottom: 43px;
}

.recent-posts__wrapper {
    padding-top: 25px;
}

@media (max-width: 991px) {
    .recent-posts__wrapper {
        padding-top: 20px;
    }
}

.recent-posts__item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .recent-posts__item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .recent-posts__item {
        flex-direction: row;
    }
}

@media (max-width: 575px) {
    .recent-posts__item {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.recent-posts__item:hover a {
    color: #a01f1a;
}

.recent-posts__item:hover .recent-posts__image img {
    transform: scale(1.1);
}

.recent-posts__image {
    width: 78px;
    height: 72px;
    overflow: hidden;
    border-radius: 8px;
}

.recent-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease-in-out;
}

.recent-posts__content {
    width: calc(100% - 90px);
    padding-right: 55px;
}

@media (max-width: 991px) {
    .recent-posts__content {
        width: 100%;
        padding-right: 0;
    }
}

.recent-posts__content a {
    color: #423e3e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.37;
    /* 137.5% */
    padding-bottom: 11px;
    display: block;
    transition: color 0.4s ease;
}

.recent-posts__content span {
    display: flex;
    align-items: center;
    color: #898989;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.recent-posts__content span svg {
    margin-right: 4px;
    margin-top: -2px;
}

.tags__items {
    padding-top: 24px;
    display: inline-flex;
    gap: 16px 28px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .tags__items {
        gap: 16px;
    }
}

.tags__items a {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    padding: 7px 12px;
    transition: background-color 0.4s ease-in-out;
}

.tags__items a:hover {
    background-color: #fff2f2;
}

.single-blog .blogs__card {
    margin-bottom: 59px;
}

.single-blog .blogs__content {
    padding-top: 10px;
    padding-bottom: 27px;
}

.single-blog .blogs__content h2 {
    padding-top: 25px;
}

.single-blog .blogs__content .img-wrapper {
    margin: 14px 0;
    height: 218px;
    width: 100%;
}

@media (max-width: 767px) {
    .single-blog .blogs__content .img-wrapper {
        height: auto;
    }
}

.single-blog .blogs__content .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-blog .blogs__tags {
    padding-top: 24px;
    padding-bottom: 14px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .single-blog .blogs__tags {
        flex-direction: column;
    }
}

.single-blog .blogs__tags .blogs__tag,
.single-blog .blogs__tags .blogs__share {
    display: inline-flex;
}

.single-blog .blogs__tags .share__item {
    border-radius: 4px;
    border: 0.5px solid #c5c5c5;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
}

.single-blog .blogs__tags .share__item a {
    width: 20.237px;
    height: 20.237px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.4s ease;
}

.single-blog .blogs__tags .share__item a:hover {
    background-color: #fff2f2;
}

.single-blog .blogs__tags span {
    color: #423e3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-right: 17px;
    display: inline-block;
    padding-top: 4px;
}

.single-blog .blogs__tags::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: calc(100% + 18px);
    height: 1px;
    background-color: #cecece;
}

.single-blog .blogs__tags .tag__item {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 9px;
}

.single-blog .blogs__tags .tag__item a {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 0.5px solid #c5c5c5;
    padding: 6px 10px;
    transition: background-color 0.4s ease;
}

.single-blog .blogs__tags .tag__item a:hover {
    background-color: #fff2f2;
}

.comment {
    position: relative;
    margin-bottom: 48px;
}

.comment .comment__box:last-child {
    padding-bottom: 40px;
}

.comment::after {
    position: absolute;
    bottom: 28px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 1px;
    background-color: #dfdfdf;
}

.comment--title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
}

.comment--title h3 {
    color: #272727;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 575px) {
    .comment--title h3 {
        font-size: 22px;
    }
}

.comment__box {
    padding: 16px 0;
    display: flex;
    gap: 12px;
}

@media (max-width: 575px) {
    .comment__box {
        flex-direction: column;
    }
}

.comment__user {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .comment__user {
        width: 55px;
        height: 55px;
    }
}

.comment__user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment__info {
    width: calc(100% - 80px);
}

@media (max-width: 575px) {
    .comment__info {
        width: 100%;
    }
}

.comment__info span {
    display: inline-flex;
    align-items: center;
    color: #898989;
    font-size: 12px;
    line-height: normal;
}

.comment__info span .svg {
    margin-right: 4px;
    margin-top: -2px;
}

.comment__info h4 {
    color: #272727;
    font-size: 20px;
    padding: 5px 0 6px 0;
    font-weight: 700;
}

.comment__info p {
    color: #686868;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 20px;
}

.comment__msg img {
    margin-top: -2px;
}

.comment__msg span {
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
}

.comment--reply {
    padding-left: 73px;
}

@media (max-width: 575px) {
    .comment--reply {
        padding-left: 50px;
    }
}

.comment-form .comment--title {
    padding-bottom: 10px;
}

.comment-form p {
    font-size: 14px;
    padding-bottom: 33px;
}

.contact {
    background-color: #f5f5f5;
    padding: 110px 0;
}

@media (max-width: 767px) {
    .contact {
        padding: 100px 0;
    }
}

.contact__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 33px;
}

@media (max-width: 1199px) {
    .contact__wrapper {
        grid-gap: 25px;
    }
}

@media (max-width: 991px) {
    .contact__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .contact__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .contact__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact__info {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 33px;
}

@media (max-width: 1199px) {
    .contact__info {
        padding: 20px;
    }
}

.contact__info h3 {
    color: #434343;
    font-size: 24px;
    padding-bottom: 9px;
}

.contact__info p {
    font-family: "Alegreya", serif;
    font-size: 18px;
    font-weight: 500;
    color: #7b7b7b;
    overflow-wrap: anywhere;
}

.contact__icon {
    width: 77px;
    height: 77px;
    background-color: #fff2f2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
}

.contact__icon img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-form {
    margin-top: -222px;
    margin-bottom: 175px;
    position: relative;
}

.contact-form__wrapper {
    border-radius: 6px;
    border: 1px solid #dadada;
    background: #fff2f2;
    padding: 30px;
    max-width: 1055px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .contact-form__wrapper {
        padding: 30px 15px;
    }
}

.contact-form__wrapper .sec-title {
    padding-bottom: 40px;
}

.contact-form__form .form-col-input {
    position: relative;
}

.contact-form__form .form-col-input img {
    position: absolute;
    right: 10px;
    top: 9px;
}

.contact-form__form input,
.contact-form__form textarea {
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    width: 100%;
    padding: 11px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #858585;
}

.contact-form__form input::-moz-placeholder,
.contact-form__form textarea::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.contact-form__form input::placeholder,
.contact-form__form textarea::placeholder {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.contact-form__form .form-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .contact-form__form .form-col-3 {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 20px;
    }
}

.contact-form__form .btn-wrapper {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .contact-form__form .btn-wrapper {
        margin-top: 30px;
    }
}

.product {
    padding: 100px 0 90px 0;
}

@media (max-width: 767px) {
    .product {
        padding: 80px 0;
    }
}

.product__wrapper {
    display: flex;
}

.foodView-newModal#foodview-modal-noimage .product__desc {
    width: 100%;
}

@media (max-width: 767px) {
    .product__wrapper {
        flex-direction: column;
    }
}

.product__img {
    width: 50%;
    text-align: end;
    padding-right: 88px;
}

@media (max-width: 1199px) {
    .product__img {
        padding-right: 45px;
    }
}

@media (max-width: 767px) {
    .product__img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}

.product__img img {
    width: 382px;
    height: 382px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .product__img img {
        height: 300px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .product__img img {
        height: 250px;
    }
}

.product__desc {
    width: 50%;
}

@media (max-width: 767px) {
    .product__desc {
        width: 100%;
        padding-top: 50px;
    }
}

.product__desc h3 {
    color: #a01f1a !important;
}

.product__desc p {
    padding-bottom: 40px;
}

.product__review {
    display: flex;
    gap: 32px;
    padding-bottom: 33px;
}

.product__review span {
    color: #626262;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    margin-top: -5px;
}

.product__cart {
    display: flex;
    padding-bottom: 38px;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.product__cart .price-counter {
    border-radius: 4px;
    border: 1px solid #a01f1a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40.36px;
    gap: 12px;
    padding: 0 8px;
}

.product__cart .price-counter span {
    line-height: 0;
    cursor: pointer;
}

.product__cart .price-counter .number {
    color: #484848;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 35px;
    text-align: center;
}

.product__cart .price-counter input::-webkit-outer-spin-button,
.product__cart .price-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product__cart .price-counter input[type=number] {
    -moz-appearance: textfield;
}

.product__cart .btn-wrapper a {
    font-weight: 500;
    text-transform: capitalize;
}

.product__info li {
    color: #626262;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
}

.product__info li span {
    font-weight: 400;
}

.product-review .popular {
    padding-top: 65px;
}

.product-review__wrapper {
    max-width: 850px;
    margin: 0 auto;
    border-top: 1px solid #bdbdbd;
}

.product-review__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 20px;
    margin-bottom: 28px;
    padding-top: 27px;
}

@media (max-width: 767px) {
    .product-review__card {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-review__item {
    border-radius: 8px;
    border: 1px solid #dadada;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 19px;
    display: flex;
    gap: 12px;
}

.product-review__img {
    width: 68px;
    height: 68px;
}

.product-review__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-review__content {
    width: calc(100% - 80px);
}

.product-review__content p {
    color: #686868;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.product-review__content h4 {
    color: #272727;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
}

.product-review__content span {
    color: #898989;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.product-review__content span .svg {
    margin-top: -2px;
}

.product-review__name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 11px;
}

@media (max-width: 991px) {
    .product-review__name {
        flex-direction: column;
    }
}

.product-review .product-form {
    border-radius: 8px;
    background: #ededed;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 33px 24px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .product-review .product-form {
        padding: 33px 15px;
    }
}

.product-review .product-form .sec-title {
    padding-bottom: 7px;
}

.product-review .product-form p {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 16px;
}

.product-review .product-form .product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 29px;
}

.product-review .product-form .product-rating span {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.product-review .product-form .product-rating div {
    line-height: 0;
}

.popluar-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

@media (max-width: 991px) {
    .popluar-product {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .popluar-product {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .popluar-product {
        grid-template-columns: repeat(1, 1fr);
    }
}

.checkout {
    padding: 60px 0;
}

.checkout__wrapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 1199px) {
    .checkout__wrapper {
        flex-direction: column;
    }
}

.checkout__wrapper button {
    font-size: 14px;
}

.checkout__details {
    width: calc(100% - 410px);
}

@media (max-width: 1199px) {
    .checkout__details {
        width: 100%;
    }
}

.checkout__details form {
    padding-top: 17px;
}

.checkout__title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.checkout__title button {
    font-size: 14px;
}

.checkout__title p {
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkout .title {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.checkout__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 20px 0 35px 0;
}

@media (max-width: 1199px) {
    .checkout__item {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 575px) {
    .checkout__item {
        grid-template-columns: repeat(1, 1fr);
    }
}

.checkout__item-item {
    display: flex;
    background-color: #f3f3f3;
    padding: 15px;
}

.checkout__item-item input {
    margin-right: 15px;
    cursor: pointer;
}

.checkout__item-item p {
    line-height: 1;
    font-weight: 500;
}

.checkout__item-item span {
    color: #626262;
    font-size: 15px;
}

.checkout__payment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 20px 0 35px 0;
}

@media (max-width: 575px) {
    .checkout__payment {
        grid-template-columns: repeat(1, 1fr);
    }
}

.checkout__payment img {
    height: 30px;
    width: auto;
}

.checkout__payment--item {
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    justify-content: center;
    border-radius: 10px;
}

.checkout__payment--item input {
    margin-right: 10px;
}

.checkout__info {
    width: 380px;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 1199px) {
    .checkout__info {
        width: 100%;
    }
}

.checkout__info h3 {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.shipping-input {
    display: flex;
    flex-direction: column;
}

.shipping-input label {
    color: #393939;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
    letter-spacing: -0.176px;
    margin-bottom: 0;
}

.shipping-input abbr {
    text-decoration: none;
    color: red;
}

.shipping-input input,
.shipping-input select {
    border-radius: 8px;
    border: 1.5px solid #939393;
    padding: 10px 12px;
    font-size: 13px;
    width: 100%;
}

.shipping-input input::-moz-placeholder {
    color: #c8c8c8;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.shipping-input input::placeholder {
    color: #c8c8c8;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.176px;
}

.payment-options img {
    width: 130px;
    height: auto;
}

.payment-options .form-check {
    display: flex;
    align-items: center;
}

/*# sourceMappingURL=main.css.map */

.search-items {
    padding: 60px 0 80px 0;
}

.services-wrap .whychooseus__content {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.menus-wrapper {
    display: flex;
    gap: 40px;
}

.menus-wrapper .menus-left {
    width: 73%;
}

.menus-wrapper .menus-right {
    width: 27%;

}

.menus-wrapper .menus-right .menu-right-wrap {
    position: sticky;
    top: 100px;
}

.menus-wrapper .menus-right h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #4A4A4A;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.1;

}

.menus-wrapper .menus-right .menus-card {
    background-color: #FAFAFA;
}

.menus-wrapper .menus-right .menus-card .cart-border {
    padding: 5px 10px;
}

.menus-wrapper .menus-right .cart-item-price {
    color: #00A145;
}


.menus-wrapper .menus-right .cart-item-name {
    border-top: 1px solid #eceeef;
}



.menus-wrapper .menus-right strong {
    font-weight: 500;
}

.menus-wrapper .menus-right .cart-border {
    border-bottom: 1px solid #eceeef;
}

.menus-wrapper .menus-right .cart-info-wrap {
    display: flex;
    gap: 15px;
    padding: 14px 10px !important;
    justify-content: space-between;
}

.menus-card .notes p {
    font-size: 14px;
    padding: 0 10px;
}

.menus-wrapper .menus-right .cart-details {
    padding: 15px 11px;
}

.menus-wrapper .menus-right .cart-detail-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.menus-wrapper .menus-right .cart-detail-wrap p {
    font-size: 15px;
}

.menus-wrapper .menus-right .btn-wrapper button {
    width: 100%;
}

.menus-wrapper .menus-right .cart-info-wrap {
    position: relative;
}

.menus-wrapper .menus-right .cart-info-wrap .cart-actions {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -13px;
    width: 100%;
    display: none;
    left: 0;
}

.menus-wrapper .menus-right .cart-info-wrap .add-remove-cart {
    border: 1px solid #00A145;
    width: 65px;
    border-radius: 2px;
    padding: 5px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.menus-wrapper .menus-right .cart-info-wrap .add-remove-cart i {
    color: #00A145;
}

.menus-wrapper .menus-right .cart-info-wrap .remove-cart {
    border: 1px solid #a01f1a;
    width: 30px;
    border-radius: 2px;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    cursor: pointer;
}

.menus-wrapper .menus-right .cart-info-wrap .remove-cart i {
    color: #a01f1a;
}

.menus-wrapper .menus-right .cart-info-wrap:hover .cart-actions {
    display: flex;
}

#cart-items-static .td-title img {
    display: none;
}