/*!
Script: FreshCart : Single Grocery Store Laravel Website for Online Shopping
Author: Gravity Infotech
Support: infotechgravity@gmail.com
Version: 9.2
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

li,
ul {
    list-style: none
}

.auth_form .submit-button-wrapper,
.loader .loader-icon,
.ribbon span {
    text-align: center
}

#testimonial4 .carousel-inner .item,
.bg,
.bg-img-dark,
.wrapper {
    overflow: hidden
}


.header-bar .navbar .navbar-toggler:focus,
:focus {
    box-shadow: none !important
}

.continue-shopping,
a {
    text-decoration: none
}

body {
    font-family: Poppins, sans-serif;
    color: var(--viola_black);
    background-color: var(--bs-white)
}

:focus {
    outline: 0 !important
}

.text-justify {
    text-align: justify
}

.hw-50,
.take-away-img img {
    width: 50px;
    height: 50px
}

.hw-70 {
    width: 70px;
    height: 70px
}

.hw-100 {
    width: 100px;
    height: 100px
}

.w-410 {
    width: 410px !important
}

ul {
    margin: 0;
    padding: 0
}

input::placeholder {
    font-size: 14px
}

.direction-ltr {
    direction: ltr
}

.direction-rtl {
    direction: rtl
}

.justify-items-end {
    justify-items: end !important
}

.justify-items-center {
    justify-items: center !important
}

.fs-7 {
    font-size: 14px !important
}

.fs-8 {
    font-size: 12px !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-500 {
    font-weight: 500 !important
}

.twoline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.breadcrumb {
    margin-bottom: 0;
    align-items: center
}

.breadcrumb-sec {
    background: url(../images/breadcrumb_bg.jpg) center center/cover no-repeat;
    padding: 2rem 0;
    margin-bottom: 1.5rem;
    min-height: 150px;
    display: flex;
    align-items: center
}

.breadcrumb-sec-content h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px
}

.breadcrumb-divider {
    --bs-breadcrumb-divider: '>'
}

.breadcrumb-item-rtl+.breadcrumb-item-rtl::before {
    float: right;
    padding-left: .5rem;
    color: #6c757d
}

.auth_form a:hover,
.blog-wrapper .card .card-title:hover,
.carousel-control-next span,
.cart-view .delivery-address a:hover,
.continue-shopping:hover,
.header-bar .header-top-area .header-top-right ul li i,
.header-bar .navbar .navbar-toggler span,
.pagination .page-link,
.slider-area .carousel .carousel-control-prev {
    color: var(--bs-primary)
}

.blog-wrapper .card .blog-author a:hover {
    color: #fff;
}

.heart-icon:hover {
    color: var(--bs-white);
}

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff
}

:root {
    --secondary: #FFC344;
    --viola_black: #2D2942;
    --december_sky: #D1D4D7;
    --city_lights: #DDE5E9;
    --pale_grey: #FAFAFC;
    --blue_fog: #9CADBC;
    --green: #03A103;
    --light_primary: rgba(21, 214, 0, 0.2);
    --bs-primary-rgb: #05954230;
    --bg-section-gray: rgb(243, 243, 243);

    --bs-primary-light: color-mix(in srgb, var(--bs-primary), transparent 80%);
    --faq-icon-background-image: url(../images/chevron-right-solid.svg);
}

.text-red {
    color: red;
}

.bg-section-gray {
    background-color: var(--bg-section-gray);
}

.grey_color {
    color: var(--december_sky)
}

.border-green {
    border: 1px solid var(--green) !important
}

.dark_color,
.header-bar .header-top-area .header-top-left ul li a {
    color: var(--viola_black)
}

.green_color {
    color: var(--green)
}

.white_color {
    color: var(--white)
}

.secondary_color {
    color: var(--secondary) !important
}

.bg_green_color {
    background-color: var(--green) !important
}

.border-radius {
    border-radius: .75rem
}

.bg {
    background: url(../images/bg1.jpg) center center/cover no-repeat;
    max-width: 100%;
    height: 100vh
}

.bg-img-dark {
    background-color: rgba(0, 0, 0, .2);
    max-width: 100%
}

.cursor-pointer {
    cursor: pointer
}

.border-dashed {
    border: 1px dashed #e5e5e5 !important
}

.header-bar .navbar-nav .active,
.header-bar .navbar-nav a:hover,
.heart-red {
    color: var(--bs-primary) !important
}

.ribbon {
    position: absolute;
    left: -3px;
    bottom: 150px;
    z-index: 1;
    width: 93px;
    height: 93px;
    text-align: right
}

.ribbon span {
    font-size: .6rem;
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 32px;
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 17px;
    right: -29px
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79a70a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a
}

.login .login-form,
.sign-up .sign-up-form,
.password .password-form,
.verification .verification-form {
    height: 100vh;
}

.login .image img,
.sign-up .image img,
.password .image img,
.verification .image img {
    object-fit: cover;
    object-position: center;
}

.auth_form .bottom-line {
    border-bottom: solid 1px var(--bs-primary)
}

.auth_form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1
}

.auth_form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500
}

.auth_form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500
}

.auth_form .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px var(--bs-primary)
}

.auth_form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: var(--bs-primary);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px
}

#back-to-top:active,
.auth_form .submit-button-wrapper input:hover {
    background-color: var(--bs-primary)
}

#back-to-top,
#back-to-top:hover,
#preload,
.auth_form .card .rounded_circle {
    background-color: var(--bs-white)
}

.or_section {
    display: flex;
    align-items: center;
    margin: 1rem
}

.line {
    flex: 1;
    border-bottom: 1px dashed var(--bs-gray)
}

.header-bar,
.header-dark-stick {
    padding: 10px 0;
    border-bottom: 2px solid var(--bs-primary)
}

.or_section p {
    padding: 0 1rem;
    font-size: 12px
}

.auth_form .card .rounded_circle {
    padding: .7rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

.loader .loader-container,
.loader .loader-container:before {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.auth_form .card .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: .5rem
}

.auth_form .card .card-body .rtl input {
    margin-left: -1px !important;
    border: none !important;
    border-radius: 3px 0 0 3px !important
}

.auth_form .card .card-body .rtl span {
    border-radius: 0 3px 3px 0 !important
}

.auth_form button:focus {
    box-shadow: none
}

.login-form,
.sign-up-form,
.password-form,
.verification-form{
    overflow-x: hidden !important;
}
.login-form::-webkit-scrollbar-track,
.sign-up-form::-webkit-scrollbar-track,
.password-form::-webkit-scrollbar-track,
.verification-form::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.login-form::-webkit-scrollbar,
.sign-up-form::-webkit-scrollbar,
.password-form::-webkit-scrollbar,
.verification-form::-webkit-scrollbar{
    width: 3px;
    background-color: #F5F5F5;
}

.login-form::-webkit-scrollbar-thumb,
.sign-up-form::-webkit-scrollbar-thumb,
.password-form::-webkit-scrollbar-thumb,
.verification-form::-webkit-scrollbar-thumb{
    background-color: #000000;
}

.auth_form .login-form-logo,
.verification-form .login-form-logo {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.brands-logo {
    height: 22px;
    width: 22px;
}

.social_icon {
    border: 1px solid var(--bs-primary);
}

#preload {
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999
}

.loader .loader-container {
    border: 3px solid #ebebec;
    border-radius: 50%
}

.loader .loader-container:before {
    content: "";
    display: block;
    border-top: 3px solid var(--bs-primary);
    border-radius: 50%;
    animation: 1.8s ease-in-out infinite loaderspin;
    -webkit-animation: 1.8s ease-in-out infinite loaderspin
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px
}

.loader .loader-icon img {
    animation: .9s infinite alternate loaderpulse;
    width: 40px
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

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

    100% {
        transform: scale(1.2)
    }
}

.header-bar {
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.header-dark-stick {
    background: rgba(0, 0, 0, .8);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.header-bar .header-top-area {
    padding: 4px 0;
    background-color: #fff;
    border-bottom: 1px solid #dedede
}

.header-bar .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #dedede;
    padding-right: 15px;
    margin-right: 15px
}

.header-bar .header-top-area .header-top-left ul li i {
    color: var(--bs-primary);
    font-size: 14px;
    padding-right: 5px
}

.header-bar .header-top-area .header-top-right ul li {
    display: inline;
    margin-left: 15px
}

.logo-area {
    margin-top: -8px
}

.header-bar .img-resposive {
    display: block;
    width: 150px;
    height: auto
}

.header-bar .navbar .navbar-toggler {
    border: 1px solid var(--bs-primary)
}

.header-bar .navbar-nav a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px
}

.blog-wrapper .blog-heading h2,
.category h2,
.menu-heading h2,
.testimonial .testimonial-title h2,
.newsletter .newsletter-heading h2 {
    font-weight: 700 !important;
    font-size: 2rem;
}

.sub-title {
    font-weight: 500;
}

.newsletter .newsletter-heading .sub-lables {
    font-weight: 700 !important;
    font-size: 3.5rem;
    letter-spacing: 2px;
}

.nav-sidebar-bg {
    background-color: var(--bs-primary);
    border-radius: 0.2rem;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}



.header-search .search-form {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    width: 230px;
    background: var(--bs-white);
    border: 1px solid var(--city_lights);
    padding: 5px 18px 5px 10px;
    -webkit-box-shadow: 0 0 .5px -1.5px rgb(153 157 163 / 40%);
    -moz-box-shadow: 0 0 .5px -1.5px rgba(153, 157, 163, .4);
    box-shadow: 0 0 .5px -1.5px rgb(153 157 163 / 40%)
}

.header-search a i {
    color: #000;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.banner1 .post-slide .post-img img,
.cat img {
    transform: scale(1, 1);
    transition: transform .2s linear
}

.quality,
.quality .quality-wrapper .quality-icon {
    transition: .3s
}

.header-search .search-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.header-cart-area {
    margin-top: 4px;
    text-align: right
}

.dropdown-toggle::after {
    margin-left: .5em;
    margin-right: .5em
}

.cart-area {
    position: relative;
    display: block
}

.cart-badge,
.navbar .offcanvas-body .sidebar-login .dropup ul,
.slider-area::before {
    position: absolute
}

.cart-badge {
    top: -12px;
    right: -12px;
    background-color: red;
    border-radius: 50%;
    font-size: 12px;
    padding: 1px 7px;
    color: #fff;
    width: 23px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .nav-sidebar {
    background-color: #000;
    box-shadow: 0 0 10px 5px var(--light_primary)
}

.navbar .offcanvas-end,
.navbar .offcanvas-start {
    width: 300px
}

.navbar .offcanvas-body li .dropdown-menu-custom,
.navbar-nav li .dropdown-menu-custom {
    height: 170px;
    overflow-y: scroll;
    position: static
}

.navbar .offcanvas-body .sidebar-login {
    position: absolute;
    bottom: 0;
    width: 267px
}

.avatar-upload .avatar-edit input,
.navbar-container .hamburger-lines {
    display: none
}

.header-bar .dropdown-item.active,
.header-bar .dropdown-item:active {
    color: var(--bs-white);
    text-decoration: none;
    background-color: transparent
}

#style-3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar {
    cursor: pointer;
    width: 5px;
    height: 7px;
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--bs-primary)
}

.new-address label,
.slider-area {
    position: relative
}

.slider-area::before {
    content: "";
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0
}


.slider-area .carousel .carousel-inner .carousel-item img {
    height: 100vh !important;
    width: 100vw;
    object-fit: cover;
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 2
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
    color: var(--bs-primary)
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    line-height: 130%
}

.banner1 .post-slide {
    margin: 0 5px;
    border-radius: 15px;
    padding-top: 1px
}

.banner1 .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.banner1 .post-slide .post-img img {
    width: 100%;
    height: auto
}

.banner1 .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1)
}

.category h2 {
    color: var(--viola_black)
}

.category .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    justify-content: center;
    padding: 0 10px
}

.cat {
    background-color: transparent;
    width: 130px;
    height: 130px;
    padding: 5px
}

.cat img {
    width: 100%;
    height: -webkit-fill-available
}

.banner2 img,
.menu .card .item-card-title {
    width: -webkit-fill-available;
    height: auto;
}

.menu {
    margin: 50px 0 25px
}

.blog-wrapper .blog-heading h2,
.menu-heading h2 {
    color: var(--viola_black);
    text-transform: capitalize
}

.blog-wrapper .card,
.menu .card {
    box-shadow: 0 1px 3px #00000044;
    transition: .5s
}


.menu .card .card-one img {
    max-width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    /*padding: 45px 0px;*/
}

.menu .card .card-second img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    overflow: hidden
}

.text-overflow {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}

.text-overflow+a {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px
}

.menu-img {
    height: 440px;
}

.menu-img img {
    object-fit: cover;
    object-position: center;
}

.item-card-title h5 img {
    height: 16px;
    width: 16px;
}


.card-second img {
    background-color: rgb(237, 237, 237);
    width: 100px;
    height: 117px;
}


.menu .card .img-overlay-one {
    position: absolute;
    top: 2%;
    right: 2%;
    left: auto;
}
.menu .card .img-overlay-one.rtl {
    left: 2%;
    right: auto;
}

.menu .card .card-body .cat-span span {
    font-size: 12px;
    font-weight: 400;
    color: var(--green);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.menu .card .item-card-title {
    color: var(--viola_black);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0
}

.menu .card .item-card-footer-2 {
    padding: 0;
    background-color: transparent
}

.menu .card .item-card-footer {
    padding: .5rem 1rem;
    background-color: transparent
}

.menu .card .item-card-footer span,
.menu .card .item-card-footer-2 span {
    font-weight: 700;
    color: var(--viola_black);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modalitemdetails .item-type-image {
    margin-top: 6px !important;
    width: 18px;
}

.modalitemdetails .item-details .form-check span {
    font-size: 16px
}

.modalitemdetails .item-addons-list .form-check-label,
.modalitemdetails .item-varition-list .form-check-label {
    font-size: 14px
}

.modalitemdetails .item-addons-list .form-check,
.modalitemdetails .item-varition-list .form-check {
    margin: 5px 10px
}

.item-details .item-content .item-variation-list input:checked,
.modalitemdetails .item-details .form-check-input:checked,
.modalitemdetails .item-details .item-varition-list .form-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success)
}

.item-details .item-content .item-add-cart .btn:focus,
.item-details .item-content .item-variation-list input:focus,
.modalitemdetails .item-details .form-check-input:focus,
.modalitemdetails .item-details .item-varition-list .form-check-input:focus {
    border-color: rgb(3 161 3 / 20%);
    box-shadow: 0 0 0 .25rem rgb(3 161 3 / 20%)
}

.modalitemdetails .btn:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px var(--bs-success)
}

.blog-wrapper .card-img-top {
    height: 250px;
    object-fit: cover;
}

.reservation,
.testimonials {
    background: url(../images/section_bg.png) center center/cover no-repeat #f3f0e7;
    max-width: 100%;
    overflow: hidden
}

.review-star i {
    color: #ffc344;
    font-size: 1.5rem
}


/*---------------- testimonial ----------------*/


.testimonial .item p {
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 660px;
}

.testimonial {
    padding: 100px 0px;
    background-color: var(--bg-section-gray);
}

.testimonial .testimonial-1 .item {
    border-radius: 10px;
}

.testimonial img {
    top: 0;
    left: 0;
    right: 0;
    width: 80px !important;
    height: 80px !important;
    padding: 5px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.client-img i {
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
}





.testimonial:after {
    /*position: absolute;*/
    top: 0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png) 0 0/100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99
}

.testimonials #testimonial4 .carousel-item {
    height: 400px !important
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    position: relative;
    text-align: center
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border: 3px dotted var(--bs-primary);
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%
}

.testimonial4_slide p {
    color: var(--dark);
    font-size: 20px;
    line-height: 1.4;
    margin: 20px
}

.testimonial4_slide h4,
.testimonials-wrapper .review h4 {
    color: var(--bs-primary);
    font-size: 22px;
    margin-bottom: 20px
}

.testimonial .carousel {
    padding-bottom: 50px
}

.app_download {
    background: url(../images/section_bg.png) center center/cover no-repeat;
    max-width: 100%;
    overflow: hidden
}

.app_download .app_content {
    padding: 4rem
}

.app_download .app_content h2 {
    color: var(--viola_black);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.app_download .app_content span {
    font-size: 16px;
    line-height: 30px
}

.reservation-content {
    margin: 100px 0 150px
}

.reservation h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 89px;
    color: var(--bs-primary)
}

.reservation p {
    font-weight: 600;
    font-size: 64px;
    line-height: 96px;
    color: var(--viola_black)
}

.contact-us .contact-content h2 {
    font-weight: 400;
    color: var(--viola_black);
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center
}


.footer .left-side h1,
.footer .left-side p {
    color: var(--pale_grey)
}

.contact-us .contact-content .left-side {
    border: 1px solid rgb(227, 227, 227);
    border-radius: 10px;
}

.contact-us .contact-content .left-side,
.contact-us .contact-content .right-side {
    margin: auto
}

.contact-us .contact-content .left-side i {
    color: var(--bs-primary);
}

.contact-us .contact-content .left-side h3 {
    color: var(--viola_black);
    font-size: 1.5rem;
    font-weight: 500
}

.contact-us .contact-content .left-side a {
    color: var(--viola_black) !important;
    font-size: 1rem
}

.contact-us .contact-content .left-side p {
    color: var(--viola_black);
    font-size: 1rem;
    margin: 0
}

.contact-us .contact-content .right-side form p {
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    color: var(--viola_black)
}

.contact-us .contact-content .right-side form .form-control,
.product-quantity input {
    background-color: transparent
}

.contact-us .contact-content .right-side form span {
    font-weight: 400;
    font-size: 16px;
}

.contact-us .contact-content .right-side form {
    border-radius: 10px;
    border: 1px solid rgb(227, 227, 227);
    background-color: var(--bg-section-gray);
}

.blog-details .card-text,
.blog-wrapper .card .card-text,
.cart-view .summary .bill-details span {
    font-size: 14px;
    color: var(--bs-secondary)
}

.blog-details .card .blog-author span,
.blog-details .card .blog-date span,
.blog-wrapper .card .blog-author span,
.blog-wrapper .card .blog-date span {
    font-size: 12px;
    color: var(--bs-secondary);
    margin-bottom: 8px
}

.blog-wrapper .card .blog-author,
.blog-wrapper .card .blog-date {
    margin-bottom: 8px
}

.blog-details .card {
    border-radius: 1.5rem
}

.blog-details .card .card-img-top {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}


#back-to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid var(--bs-primary)
}

#back-to-top a {
    font-size: 17px
}

#back-to-top:hover {
    cursor: pointer;
    color: var(--bs-primary);
    transition: .3s;
    box-shadow: -1px -1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary)
}

#back-to-top.show {
    opacity: 1;
    visibility: visible
}

.quality {
    padding: 15px 0;
}

.quality:hover {
    border-color: var(--bs-primary)
}

.quality .quality-wrapper .quality-icon i {
    font-size: 30px;
    color: var(--bs-primary)
}

.quality .quality-wrapper .quality-content h3 {
    color: var(--viola_black);
    font-size: 16px;
    font-weight: 700
}

footer .quality .quality-icon {
    height: 60px;
    width: 60px;
    background-color: #efefef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality .quality-wrapper .quality-content p {
    color: #999;
    font-size: 14px;
    margin: 0
}

.footer {
    background: url(../images/footer_bg.jpg) no-repeat rgba(0, 0, 0, .6);
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden
}

.footer .border-bottom-primary {
    border-bottom: 1px solid #8e8e93;
}

.footer .left-side h1 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px
}

.footer .right-side {
    padding: 40px 60px
}

.footer .right-side h4 {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px
}

.footer .right-side ul li {
    color: var(--bs-white);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px
}

.sub-cat-tab {
    text-align: center;
    border-radius: .5rem
}

.sub-cat-tab .nav-pills .nav-link {
    border-radius: .5rem;
    margin: 5px;
    color: var(--dark);
    background-color: var(--bs-white)
}

.sub-cat-tab .nav-pills .active-cat:first-child {
    border: 1px solid #228b22
}

.sub-cat-tab .nav-pills .active-cat:nth-child(2) {
    border: 1px solid red
}

.menu-section-header {
    padding: 1.5rem 2rem;
    border-radius: .5rem;
    margin-bottom: 3rem;
    background-color: var(--bs-white);
}

.menu-section .filter-sidebar a {
    padding: 8px 24px;
    border-radius: .5rem;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ccc;
    color: var(--bs-primary);
    margin-right: 10px;
    min-width: max-content;
    font-size: 14px;
}

.menu-section .sidebar-wrap {
    padding: 1rem 0;
    display: flex;
    overflow: auto
}

.menu-section .sidebar-wrap .active {
    border: 1px solid var(--bs-primary);
    color: #fff;
    background-color: var(--bs-primary);
}

.item-details {
    border-radius: 30px;
}

.item-details .item-img-cover {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 10px solid transparent;
    background-color: #e5e5e5;
    color: #e5e5e5
}

.item-details .item-img-cover .item-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    object-position: center
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.small-container div {
    width: 800%;
    position: relative
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    border-radius: 10px
}

.small-container .show-small-img:last-of-type {
    margin-right: 0
}

.item-details .item-content .item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item-details .item-content .item-heading img {
    width: 20px;
}

.item-details .item-content .item-heading .item-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--viola_black)
}

.item-content .wishlist .wishlist-btn {
    text-align: center;
    border-radius: 6px;
    background-color: var(--bs-primary-light);
    color: var(--bs-gray);
    align-items: center;
    font-size: 1rem
}

.item-content .wishlist .heart-red {
    border: 1px solid var(--bs-primary-light) !important;
}

.item-details .item-content .item-price {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--viola_black)
}

.item-details .item-content .item-detail-wrapper {
    max-height: 340px;
    overflow-y: auto
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-quantity .quantity {
    border: 1px solid var(--viola_black);
    border-radius: 19px;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    height: 38px;
    width: auto
}

.product-quantity .quantity input {
    border: none;
    width: 40px
}

.product-quantity .quantity button {
    padding: 0 15px
}

.product-quantity button {
    background: 0 0;
    border: none;
    padding: 0
}

.item-details .item-description h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--viola_black)
}

.item-details .item-description p {
    color: var(--bs-secondary);
    font-size: 14px
}

.cart-view .delivery-address,
.cart-view .payment-option,
.cart-view .promocode,
.checkout-view,
.order-list,
.special-instruction,
.summary {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 20px 25px;
    border-radius: 6px
}

.cart-view .order-list .item-img img {
    width: 100px;
    height: 100px;
    border-radius: .25rem;
    object-fit: cover;
}

.cart-view .no-data img {
    width: 30%;
}

.cart-view .order-list .item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.cart-view .order-list .item-addons span {
    font-size: 13px;
    font-weight: 400
}

.item-title img {
    width: 16px;
    height: 16px;
}

.item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 80px;
}

.item-quantity .item-quantity-minus {
    color: var(--green);
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer
}

.item-quantity .item-quantity-plus {
    color: var(--green);
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer
}

.item-quantity input {
    /*color: var(--bs-primary);*/
    width: 30px;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: 0 0
}


.cart-view .item-price {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.cart-view .summary h2,
.checkout-view .heading h2,
.payment-option .heading h2 {
    font-size: 2rem;
    text-transform: capitalize;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-weight: 700
}

.cart-view .summary .bill-details {
    margin: 1rem 0 0
}

.cart-view .delivery-address h6,
.cart-view .promocode label,
.cart-view .special-instruction label {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--viola_black)
}

.cart-view .summary .bill-details p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--viola_black)
}

.cart-view .summary .bill-total span {
    font-size: 16px;
    font-weight: 600;
    color: var(--green)
}

.cart-view .promocode a {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 500
}

.cart-view .delivery-address a {
    color: var(--viola_black);
    font-size: 14px
}

.order-option {
    display: flex;
    justify-content: center
}

.order-option input,
.payment-option input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: -1
}

.address-list input[type=radio]:checked~.address-card,
.order-option label input[type=radio]:checked~.home-delivery-img,
.payment-option label input[type=radio]:checked~.payment-gateway {
    border: 1px solid var(--green)
}

.home-delivery-img,
.take-away-img {
    width: 150px;
    display: grid;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    border-radius: 8px;
    user-select: none;
    background-color: var(--bs-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%)
}

.home-delivery-img img {
    width: 60px;
    height: 60px
}

.home-delivery-img span,
.take-away-img span {
    color: var(--viola_black)
}

.cart-view .checkout-btn a:focus,
.cart-view .continue-btn button:focus,
.checkout-view .address-card .address .btn:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px var(--green)
}

.address-list {
    max-height: 400px;
    overflow-y: auto
}

.payment-option {
    position: relative;
    display: grid
}

.address-map {
    width: 100%;
    height: 300px
}

.new-address label .save-as span {
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: var(--viola_black)
}

.new-address label input[type=radio]:checked~.save-as span {
    border: 1px solid var(--green);
    color: var(--green)
}

.checkout-view .heading span {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: var(--blue_fog)
}

.address-list .address-card {
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 1rem 0;
    border-radius: 6px;
    margin: 5px 0
}

.address-list .address-card .address-icon {
    font-size: 20px;
    color: var(--viola_black);
    text-align: center;
    padding: 0 .7rem
}

.address-list .address-card .address h4 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--viola_black);
    line-height: 1.18;
    text-transform: capitalize
}

.address-list .address-card .address p {
    font-size: 12px;
    color: var(--blue_fog);
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 16px;
    height: px;
    overflow: hidden
}

.address-list .address-card .address .delivery-time {
    font-size: 14px;
    color: var(--viola_black);
    font-weight: 500;
    margin: 10px 0 17px
}

.continue-shopping {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.payment-option .payment-gateway {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    color: var(--viola_black)
}

.payment-option .payment-gateway img {
    margin-right: .5rem;
    width: 32px;
    height: 32px
}

.testimonials-wrapper .review {
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}

.testimonials-wrapper .review img {
    width: 80px;
    height: 80px;
    padding: 5px;
}



.blog-wrapper .review .title {
    font-size: 20px;
    font-weight: 700;
}

.blog-wrapper .review {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 2rem 1rem
}

.blog-wrapper .review img {
    width: 200px;
    height: 200px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10%;
    object-fit: cover;
}

.blog-wrapper .review p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.4;
    margin: 20px;
    text-align: center
}




.testimonials-wrapper .review p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.reservation-area form {
    background-color: var(--bs-white);
    margin: 50px 0;
    padding: 80px 70px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px var(--bs-gray);
    border-radius: 1rem
}

.reservation-area form p {
    color: var(--viola_black);
    font-family: 'Oleo Script';
    font-size: 32px;
    font-weight: 500;
    border-bottom: 1px solid #ccc
}

.reservation-area form label {
    color: var(--viola_black);
    text-transform: capitalize
}

#promocodemodal .modal-body {
    background: var(--december_sky)
}

.coupon .right-side {
    width: 40% !important;
    position: relative
}

.user-info {
    border-bottom: 1px solid #dedede;
}

.user-content-wrapper,
.user-sidebar {
    background-color: var(--bs-white);
    border-radius: .375rem;
    padding: 1.5rem;
    border: 1px solid #dedede;
    width: -webkit-fill-available
}

.user-sidebar li a {
    padding: .5rem;
    display: flex;
    align-items: center;
    margin: .5rem 0;
    border-radius: 8px;
    color: var(--viola_black)
}

.user-main { word-break: break-all }

.user-sidebar .active,
.user-sidebar li a:hover {
    background-color: #f5f5f5;
    color: var(--bs-primary)
}

.item-type-img {
    width: 16px;
    height: 16px;
}

.user-content-wrapper .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
}

.user-content-wrapper .order-status-card {
    color: var(--viola_black);
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: .375rem;
    display: flex
}

.user-content-wrapper .order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, .3);
    color: var(--bs-warning)
}

.bg-light-green {
    background-color: rgba(3, 161, 3, .3);
    color: var(--green)
}

.bg-light-danger {
    background-color: rgba(220, 53, 69, .3);
    color: var(--bs-danger)
}

.bg-light-info {
    background-color: rgba(13, 202, 240, .3);
    color: var(--bs-info)
}

.user-content-wrapper .order-status-card .status-card-content p {
    font-size: 16px;
    margin-bottom: 0
}

.avatar-upload {
    position: relative;
    max-width: 90px
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 100%;
    z-index: 1;
    bottom: 10px
}

.avatar-upload .avatar-edit-rtl {
    position: absolute;
    right: 100%;
    left: auto;
    z-index: 1;
    bottom: 0
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: 400;
    transition: .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: FontAwesome;
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%)
}

.avatar-upload .avatar-preview img,
.avatar-upload .avatar-preview-two img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

#imagepreview {
    width: 120px;
    height: 120px
}

/* ======= custom jenish start =========== */
#imagepreview-two {
    width: 60px;
    height: 60px
}

.avatar-upload .avatar-preview-two {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%)
}

/* ======= custom jenish end =========== */

.favouritelist tr {
    padding: 10px;
    border: 1px solid #dedede;
    vertical-align: middle
}

.favouritelist .item-image {
    width: 70px;
    height: auto
}

.favouritelist .item-title {
    display: flex;
    justify-content: space-between;
}

.progress-barrr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    margin-bottom: 2rem
}

.progress-step {
    text-align: center;
    position: relative;
    z-index: 1
}

.progress-step:after,
.progress-step:before {
    background-color: var(--bs-primary);
    content: "";
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 15px
}

.progress-step:after {
    left: 50%;
    width: 100%
}

.progress-step-rtl:after {
    left: -50%;
    width: 100%
}

.progress-step .step-count,
.progress-step.is-active~.progress-step:not(.is-active) .step-count {
    background-color: var(--bs-white);
    height: 35px;
    width: 35px;
    margin: 0 auto;
    line-height: 35px;
    z-index: 100;
    font-size: 1rem;
    font-weight: 500
}

.progress-step:last-of-type.is-active:after {
    background-color: var(--bs-primary)
}

.progress-step:last-of-type:after {
    left: 50%;
    width: 50%
}

.progress-step-rtl:last-of-type:after {
    left: 0;
    width: 50%
}

.progress-step .step-count {
    border-radius: 50%;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary)
}

.progress-step.is-active~.progress-step:not(.is-active) .step-count {
    border-radius: 50%;
    color: var(--bs-gray);
    border: 1px solid var(--bs-gray)
}

.progress-step .step-count i {
    padding: 8px
}

.progress-step.is-active .step-description {
    font-weight: 500
}

.progress-step.is-active:after,
.progress-step.is-active~.progress-step:after {
    background-color: var(--bs-gray)
}

.progress-step.is-active~.progress-step .step-count {
    background-color: var(--bs-white)
}

.step-description {
    font-size: .8rem
}

@media screen and (min-width:640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%
    }

    .progress-step-rtl:first-of-type:before {
        right: 0;
        width: 50%
    }
}

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

    .progress-step:first-of-type:before,
    .progress-step:last-of-type:after {
        display: none !important
    }
}

#galleryimg {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0
}

#galleryimg img {
    padding: 5px;
    border-radius: 1rem;
    width: 100% !important;
    height: auto !important;
    cursor: zoom-in
}

.text-order-placed {
    color: #8e8e93
}

.text-order-preparing {
    color: #ff9500
}

.text-order-ready {
    color: #30b0c7
}

.text-order-ontheway,
.text-order-waitingpickup {
    color: #007aff
}

.text-order-completed {
    color: #34c759
}

.text-order-cancelled {
    color: #ff3b30
}

#payment-form #card-element .__PrivateStripeElement iframe {
    height: 50px;
    width: 100% !important;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    padding: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.cms-section img {
    width: -webkit-fill-available !important;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1rem
}

.js-cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 1rem;
    text-align: center;
    width: 20%;
    z-index: 9999;
    background-color: #fff;
    border-color: var(--bs-primary);
    border: solid 3px var(--bs-primary)
}

.js-cookie-consent-agree {
    border-radius: .5rem;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    color: #fff;
}

.cookie-consent__message {
    margin: .5rem 1rem
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .js-cookie-consent {
        width: 40%
    }
}

@media only screen and (min-width:577px) and (max-width:768px) {
    .js-cookie-consent {
        width: 50%
    }
}

@media only screen and (min-width:375px) and (max-width:576px) {
    .js-cookie-consent {
        width: 70%
    }
}

@media only screen and (min-width:375px) and (max-width:406px) {
    .js-cookie-consent {
        width: 80%
    }
}

@media only screen and (min-width:200px) and (max-width:374px) {
    .js-cookie-consent {
        width: -webkit-fill-available
    }
}

.item-type {
    position: absolute;
    top: 0%;
    left: 5;
}

/* --------------------------------------------------------------------- 
---------------------- EXTRA - Rahul --------- START -------------------
-----------------------------------------------------------------------*/
/*add-rattings-start*/
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
    cursor: default;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px #bbb;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

/*add-rattings-end*/
/* for out-of-stock----START */
.menu .card-image,
.favouritelist .card-image {
    text-align: center;
    color: white;
}

.favouritelist .card-image img {
    background-color: rgb(237, 237, 237);
    padding: 10px;
}

.menu .card-image .text-overlay-centered,
.favouritelist .text-overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.text-overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* for out-of-stock----END */
/* SEND_EMAIL_NOTIFICATION -- START */
.checkbox-switch {
    display: none;
}

.switch {
    align-items: center;
    background-color: gray;
    border-radius: 500px;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: space-between;
    position: relative;
    user-select: none;
    width: 60px;
}

.checkbox-switch:checked~.switch {
    background-color: var(--bs-primary);
}

.checkbox-switch:not(:checked)~.switch {
    background-color: gray;
}

.switch__left,
.switch__right {
    color: white;
    font-size: small;
    text-transform: uppercase;
}

.checkbox-switch:checked~.switch .switch__left {
    visibility: hidden;
}

.checkbox-switch:not(:checked)~.switch .switch__right {
    visibility: hidden;
}

.switch__circle {
    height: 25px;
    padding: 5px;
    position: absolute;
    transition: all 0.1s linear;
    width: 25px;
}

.checkbox-switch:checked~.switch .switch__circle {
    left: 0;
    right: calc(100% - 25px);
}

.checkbox-switch:not(:checked)~.switch .switch__circle {
    left: calc(100% - 25px);
    right: 0;
}

.switch__circle-inner {
    background-color: white;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}




/* SEND_EMAIL_NOTIFICATION -- END */
/* --------------------------------------------------------------------- 
---------------------- EXTRA - Rahul ----------- END -------------------
-----------------------------------------------------------------------*/

/*------------------ Extra css Dev ------------------*/
.blog-wrapper .card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}

.text-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.left-side-rtl {
    border-right: 1px dashed #ddd;
    width: 40% !important;
    position: relative
}

.coupon .coupn-circle-up {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--december_sky);
    border-radius: 100%;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.coupon .coupn-circle-down {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--december_sky);
    border-radius: 100%;
    top: 50%;
    left: 93%;
    transform: translateY(-50%);
}

/* for coupon rtl class */
.coupon .coupn-circle-up-rtl {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--december_sky);
    border-radius: 100%;
    top: -10px !important;
    right: -10px !important;
}

.coupon .coupn-circle-down-rtl {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--december_sky);
    border-radius: 100%;
    bottom: -10px !important;
    right: -10px !important;
}

.lag-img {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
}

.header-bar .navbar .min-dropdown {
    position: absolute !important;
    left: -100px !important;
    top: 100% !important;
}

.log-btn {
    padding: 9px 20px !important;
}

/*------------------ Extra css Dev ------------------*/




/*================================================================== 
                            Theme-2 
====================================================================*/

/*=========== coman css ===========*/
.mb-32 {
    margin-bottom: 2rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

/*=========== coman css ===========*/


/*=============================================== 
                theme-2-slider-area 
=================================================*/

.theme-2-slider-area .carousel .carousel-item img {
    border-radius: 10px;
}

.theme-2-slider-area .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}

.theme-2-slider-area .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
    color: var(--bs-primary);
}

.theme-2-slider-area .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
}

/*=============================================== 
                theme-2-category 
=================================================*/

.theme-2-category #category2 .owl-stage-outer .owl-stage {
    display: flex;
}


.theme-2-category #category2 .card {
    border-radius: 20px;
    transition: 0.2s all;
    border: 1px solid var(--bs-primary);
}

.theme-2-category #category2 .card img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.theme-2-category #category2 .card p {
    color: #000 !important;
}

/*=============================================== 
                theme-2 menu 
=================================================*/

.theme-2-blog .blog-heading h2,
.theme-2-category h2,
.theme-2-menu .menu-heading h2 {
    font-weight: 700 !important;
    font-size: 2rem;
}

.theme-2-menu .card {
    border-radius: 15px;
    transition: 0.2s all;
    position: relative;
    overflow: hidden;
}



.theme-2-menu .card .card-img img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .05, 1);
    padding: 40px 0px;
}

.theme-2-menu .card .card-body .cat-span span {
    font-size: 12px;
    font-weight: 400;
}

.theme-2-menu .card .item-card-footer span {
    font-size: 1.01rem;
    font-weight: 500;
    color: var(--viola_black);
}

.theme-2-menu .card .item-card-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.theme-2-menu .card .card-footer span {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
}


/* -------------- menu-card-third start here --------------*/
.theme-2-menu .menu-card-third .item-card-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.theme-2-menu .menu-card-third .card-footer span {
    font-size: 15px;
    font-weight: 700;
    color: var(--bs-primary);
}

.theme-2-menu .menu-card-third .card-img img {
    max-width: 100%;
    height: 154px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .05, 1);
    padding: 40px 5px;
}


.theme-2-menu .menu-card-third .heart-icon {
    color: #000 !important;
    position: absolute;
    top: 7% !important;
    right: 3% !important;
}

.theme-2-menu .menu-card-third .card-body img {
    position: absolute;
    top: 8% !important;
    left: 3% !important;
}

.theme-2-menu .menu-card-third .cart-icon {
    width: 35px !important;
    height: 35px !important;
}

/* -------------- menu-card-third end here --------------*/

.theme-2-menu .card .card-body img {
    position: absolute;
    top: 5%;
    left: 4%;
}

.theme-2-menu .card .heart-icon {
    color: #000 !important;
    position: absolute;
    top: 5%;
    right: 5%;
}

.theme-2-menu .card .cart-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.theme-2-menu .item-quantity {
    width: 80px;
    height: 35px;
}

/* -------------- extre - jenish - start -------*/

.menu-card-first {
    border: 1px solid var(--bs-primary) !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05) !important;
}

.theme-2-card-second img {
    background-color: rgb(237, 237, 237);
    width: 100px;
    height: 100px;
}

.theme-2-menu .menu-card-second {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/* -------------- extre - jenish - end -------*/


/*=============================================== 
                app_download 
=================================================*/

.theme-2-app_download .app_content h2 {
    font-weight: 700;
    font-size: 3rem;
}

.theme-2-app_download .app_content {
    padding: 0px 48px;
}

/*=============================================== 
                theme-2-testimonial 
=================================================*/

.theme-2-testimonial .testimonial-title h2 {
    font-weight: 700 !important;
    font-size: 2rem;
    margin-bottom: 15px;
}

.theme-2-testimonial .item p {
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 660px;
}

.theme-2-testimonial img {
    top: 0;
    left: 0;
    right: 0;
    width: 80px !important;
    height: 80px !important;
    padding: 5px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

/*=============================================== 
                theme-2 blog 
=================================================*/

.theme-2-blog .blog-wrapper .card {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05) !important;
    transition: .5s all;
    border: 1px solid var(--bs-primary) !important;
}

.theme-2-blog .blog-wrapper .card:hover,
.theme-2-menu .card:hover {
    transform: none !important;

}

.theme-2-blog .blog-wrapper .card .card-body {
    position: relative;
}

.theme-2-blog .blog-wrapper .card .blog-date span {
    font-size: 13px;
    color: #000;
    width: auto;
    border-radius: 50px;
}

.blog-wrapper .card .blog-author a {
    color: #000;
}

.theme-2-blog .blog-wrapper .card .blog-author span {
    font-size: 12px;
    background-color: var(--bs-primary);
    color: #fff;
    width: auto;
    border: 1px solid var(--bs-primary);
    padding: 3px 10px;
    border-radius: 50px;
    position: absolute;
    top: -14px;
    left: 61%;
}

/*=============================================== 
                product service 
=================================================*/

.theme-2-product-service .card {
    transition: 0.5 all !important;
    border: 1px solid #ececec !important;
    border-radius: 15px;
    border: 1px solid var(--bs-primary) !important;

}

.theme-2-product-service .card i {
    transition: 0.5 all;
}

.theme-2-product-service .card i:hover {
    transform: scale(1.1);
}

.theme-2-product-service .card .quality-icon i {
    font-size: 30px;
    color: var(--bs-primary);
}

.theme-2-product-service .card .service-content h3 {
    color: var(--viola_black);
    font-size: 18px;
    font-weight: 700;
}

.theme-2-product-service .card .service-content p {
    color: #999;
    font-size: 14px;
    margin: 0;
}


/********************************************************************* 
                        Theme-3 
*********************************************************************/

.theme-3-blog-sec .blog-heading h2,
.theme-3-category h2,
.theme-3-menu .menu-heading h2,
.theme-3-testimonila .testimonila-heading h2 {
    font-weight: 700 !important;
    font-size: 2rem;
}

.mb-40 {
    margin-bottom: 2.50rem;
}

/*=============================================== 
                theme-3-slider-area 
=================================================*/

.theme-3-slider-area .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
    color: var(--bs-primary);
}

.theme-3-slider-area .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
}

.theme-3-slider-area .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.theme-3-slider-area .carousel-control-next,
.theme-3-slider-area .carousel-control-prev {
    width: 40px !important;
}

.theme-3-slider-area .carousel-control-next-icon,
.theme-3-slider-area .carousel-control-prev-icon {
    background-image: none !important;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--bs-primary);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*=============================================== 
                theme-3-category
=================================================*/

.theme-3-category .owl-items {
    border-radius: 10px;
}

.theme-3-category .cat {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: auto;
    border: none !important;
}

.theme-3-category #category3 .owl-stage-outer .owl-stage {
    display: flex;
}

.theme-2-category .owl-item {
    margin: 2px;
    padding: 3px;
}

/*=============================================== 
                theme-3 menu
=================================================*/

.theme-3-menu .card {
    padding: 30px 15px 20px;
    border-radius: 15px;
    border: 1px solid green;
    transition: 0.2s all;
    position: relative;
    overflow: hidden;
}

.theme-3-menu .card .card-img img {
    max-width: 100%;
    height: 130px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .05, 1);
    margin: 50px 0px;
}

.theme-3-menu .menu-card-second .card-img img {
    margin: 10px 0px;
}

.blog-wrapper .theme-three-blog-slider .card {
    box-shadow: none !important;
}

.theme-3-menu .card .card-body .cat-span span {
    font-size: 12px;
    font-weight: 400;
}

.theme-3-menu .card .item-card-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
}

.theme-3-menu .card .card-footer span {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
}

.theme-3-menu .card .add-to-cart {
    border-radius: 0px 0px 0px 15px;
    background: var(--bs-primary);
    color: #fff;
    padding: 0px 10px;
    margin-top: -1px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    right: 0%;
    left: auto;
}
.theme-3-menu .card .add-to-cart.rtl {
    border-radius: 0px 0px 15px 0px;
    right: auto;
    left: 0%;
}

.theme-3-menu .menu-card-second .add-to-cart {
    background: var(--bs-primary);
    color: #fff;
    padding: 0px 10px;
    margin-top: -1px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 81%;
    right: 5%;
    left: auto;
    border-radius: 5px;
}

.theme-3-menu .menu-card-second .add-to-cart.rtl{
    right: auto;
    left: 5%;
    border-radius: 5px;
}

.theme-3-menu .menu-card-three .card-img {
    background-color: #e5e5e5;
    border-radius: 15px;
}


/*==== add-to-cart-rtl and heart-icon css ====*/
.theme-3-menu .add-to-cart-rtl {
    border-radius: 0px 20px 0px 0px;
    left: 0;
}

.theme-3-menu .heart-icon-rtl {
    right: 5%;
}

/*==== add-to-cart-rtl and heart-icon css ====*/

.theme-3-menu .card .heart-icon {
    color: #000 !important;
    position: absolute;
    top: 5%;
    left: 5%;
    right: auto;
}

.theme-3-menu .card .heart-icon.rtl {
    left: auto;
    right: 5%;
}


/*============ theme-3 testimonial ============*/

.theme-3-testimonila .owl-carousel .owl-item img {
    display: block;
    width: 35% !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*============ theme-3 Blog ============*/

.theme-3-blog-sec .card img {
    position: relative;
    border-radius: 0px;
}

.theme-3-blog-sec .card .blog-date {
    font-size: 12px;
    background-color: var(--bs-primary);
    color: #fff;
    width: auto;
    border: 1px solid var(--bs-primary);
    padding: 3px 10px;
    border-radius: 5px;
    position: absolute;
    top: 14px;
    left: 17px;
    right: auto;
}
.theme-3-blog-sec .card .blog-date.rtl {
    right: 17px;
    left: auto;
}

/*============ theme-3 product-service ============*/
.theme-3-product-service .card {
    border: 2px dashed #ececec !important;
    border-radius: 20px 0px;
    transition: .5s all;
}

.theme-3-product-service .card .quality-icon i {
    font-size: 40px;
    color: var(--bs-primary);
}

.theme-3-product-service .card .card-body h3 {
    color: var(--viola_black);
    font-size: 18px;
    font-weight: 700;
}



/* --------------------- EXTRA-CSS - jenish -- start ----------------*/

/*============ newsletter ============*/
.newsletter h1 {
    font-weight: 700;
}

.newsletter {
    background-color: var(--bg-section-gray);
}

/*============ theme modal start ============*/

.modal-footer {
    flex-wrap: nowrap !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

/*============ theme modal end ============*/

/* ========= Faq ========= */

.faq .faq-img img {
    height: 520px;
    object-fit: cover;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: var(--bs-primary-light);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--faq-icon-background-image);
    transform: rotate(-180deg);
    z-index: 99;
}

/* ========= no data ========= */
.no-data img {
    width: 30%;
}

.category .category-wrapper {
    border: 1px solid #e7e7e7e7;
    background-color: #e7e7e7;
    padding: 20px;
    border-radius: 20px;
}

.category {
    display: flex;
}

#category .owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
}

/* ============ Favourite List =========== */
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-hover-color);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
}

/* =============== theme-2 main banner ============= */
.layer {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.carousel-caption {
    position: absolute;
    z-index: 1;
}

.owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
    padding: 10px !important;
}


.dropdown-menu[data-bs-popper] {
    top: 100% !important;
    left: -119px !important;
    margin-top: 0.125rem !important;
}

/*-------------------- EXTRA-CSS - jenish -- END -------------------*/

/* =================== top header start =========== */
.top-header {
    padding: 10px 0px;
    background-color: #000;
}
/* =================== top header start =========== */

/* sucess page start */

.success{
    padding: 100px 0px ;
}
.success .success-image img{
    height: 300px;
    width: 300px;
    object-fit: cover;
}



.accordion-button.rtl::after {
    margin-left: 0px;
    margin-right: auto;
}


/* EXTRA CSSS */
.main-categories-wrap>a.categories-button-active {
    border-radius: 5px;
    font-family: var(--font-heading),sans-serif;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    background-color: var(--bs-primary);
}
.main-categories-wrap>a {
    background: var(--color-brand);
    color: #fff;
    line-height: 70px;
    padding: 0 30px;
}
.main-categories-wrap>a {
    align-items: center;
    display: flex!important;
    font-size: 18px;
    font-weight: 700;
}
.categories-dropdown-active-large.open {
    opacity: 1;
    visibility: visible;
}
.categories-dropdown-active-large {
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    top: 100%;
}
.categories-dropdown-active-large {
    background: #fff;
    border: 1px solid green;
    border-radius: 10px;
    font-size: 16px;
    left: 0;
    list-style-type: none;
    margin: 26px 0 0;
    min-width: 270px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 177%;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    z-index: 99;
    
}
.main-categories-wrap {
    /* margin-right: 35px; */
    position: relative;
}
.main-categories-wrap:hover {
    cursor: pointer;
}
.open {
    border: 1px solid green;
    opacity: 1;
    visibility: visible;
}
.categories-dropdown-inner li a:hover {
    background-color: transparent;
    color: var(--bs-primary) !important;
}
.categories-button-active i {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
    margin-left: 12px;
}
.categories-wrap>a span {
    color: #fff!important;
}
.main-categories-wrap>a span {
    color: var(--color-body);
    margin-right: 7px;
}
.fa-th-large{
    font-size: 25px;
}
.fa-angle-double-down{
    margin-top: 5px;
    font-size: 15px !important;
}
.fa-angle-double-up{
    margin-top: 5px;
    font-size: 15px !important;
}

li.cat_list {
    padding: 9px;
}
li.cat_list:hover {
    border: 1px solid green;
    border-radius: 8px;
}


/*SOCIAL SHARING*/
.mobile-social-icon a.linkedin {
    background-color: #0e76a8;
    border: 1px solid #0e76a8;
}

.mobile-social-icon a.facebook {
    background-color: #3b5999;
    border: 1px solid #3b5999;
}

.mobile-social-icon a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}

.mobile-social-icon a.tumblr {
    background-color: #35465c;
    border: 1px solid #35465c;
}

.mobile-social-icon a.instagram {
    background-color: #e4405f;
    border: 1px solid #e4405f;
}

.mobile-social-icon a img {
    margin-bottom: 2px;
    vertical-align: middle;
}

.mobile-social-icon a {
    align-content: center;
    background: var(--color-brand);
    /*border-radius: 30px;*/
    display: inline-flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-right: 5px;
    width: 30px;
}

.mobile-social-icon a img {
    max-width: 16px;
}

.mobile-social-icon a img:hover {
    opacity: 0.8;
}

.mobile-social-icon a:hover {
    margin-top: -2px;
    transform: translateY(-2px);
    transition-duration: 0.5s;
}

.mobile-social-icon a:last-child {
    margin-right: 0;
}

.mobile-search {
    padding: 0 0 10px;
}

.mobile-social-icon {
    align-items: center;
    align-self: center;
    display: flex;
    /*justify-content: flex-end;*/
}

footer .mobile-social-icon h6 {
    display: inline-block;
    margin-right: 15px;
}

.search_list{
    list-style: none;
    text-align: left;
    padding: 8px;
}
.search_list p
{
    color: grey;
}
.search_list img{
    border-radius: 5px;
    height: 70px;
    width: 65px;
    padding: 2px;
}
}