/*!
Script: FoodeGo - Multi Branch Restaurant Online Food Ordering Laravel Website
Author: Infotech Gravity
Support: infotechgravity@gmail.com
Version: 3.3
*/

@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);
@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

:root {
    --font-family: "Rubik", sans-serif;
    --font-family-Poppins: Poppins, sans-serif;
}


li,
ul {
    list-style: none
}

.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: var(--font-family);
    color: var(--viola_black);
}

: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-16 {
    font-size: 16px !important
}

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

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

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

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

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

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

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

.breadcrumb-sec {
    min-height: 62px;
    display: flex;
    background-color: var(--bs-primary-rgb);
    align-items: center
}

.breadcrumb-sec-content h1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px
}

.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 .blog-author 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)
}

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

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

:root {
    --bs-primary: #673EBA;
    --bs-primary-light: #673eba28;
    --secondary: #FFC344;
    --viola_black: #2D2942;
    --december_sky: #D1D4D7;
    --city_lights: #F3F5F6;
    --pale_grey: #FAFAFC;
    --blue_fog: #9CADBC;
    --green: #03A103;
    --light_primary: rgba(248, 38, 71, 0.2);
    --bs-primary-rgb: color-mix(in srgb, var(--bs-primary), transparent 80%);
    --bs-secondary-rgb: color-mix(in srgb, var(--bs-secondary), transparent 80%);
    --bs-primary-rgb-2: color-mix(in srgb, var(--bs-primary), transparent 80%);
    --bs-secondary-rgb-2: color-mix(in srgb, var(--bs-secondary), transparent 80%);
}

.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);
    width: 75px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.bg-primary-rgb {
    background-color: var(--bs-primary-rgb);
}

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

.bg {
    background-color: #fff;
    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: 2px dashed #e5e5e5 !important
}

.heart-icon {
    color: #ff0000
}

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

/* loader start */
.loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #0000;
    border-right-color: var(--bs-secondary);
    animation: loaderspin 1s infinite linear;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader:after {
    animation-duration: 4s;
}

@keyframes loaderspin {
    100% {
        transform: rotate(1turn)
    }
}

/* loader end */

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

.bg-gray {
    background-color: var(--city_lights) !important;
}

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

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

.auth_form_container {
    height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.auth_form_container::-webkit-scrollbar {
    background-color: transparent;
}


.auth_form {
    padding: 2rem;
    background: #fff;
    backdrop-filter: blur(0.2rem);
}

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


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


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

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

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

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

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

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

.content .login-form-logo {
    height: 60px;
    object-fit: contain;
}

.social_icon-login img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}

.social-media-button {
    padding: 0.5rem 2.5rem !important;
}

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

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

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

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

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

.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,
.footer-logo {
    display: block;
    width: auto;
    height: 50px
}

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

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

.blog-wrapper .blog-heading h1,
.category h1,
.menu-heading h1 {
    font-weight: 600 !important;
    font-size: 2.5rem;
    font-family: var(--font-family)
}

.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: #fff;
    -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;
    width: 30px
}

.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: -7px;
    right: -7px;
    background-color: var(--bs-danger);
    border-radius: 50%;
    font-size: 12px;
    padding: 1px 7px;
    color: #fff;
    width: 21px;
    height: 20px;
    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 .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: 3rem;
    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,
.blog-wrapper,
.contact-us {
    margin: 65px 0
}

.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 h1 {
    color: var(--viola_black)
}

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

.cat {
    background-color: transparent;
    width: 110px;
    height: 110px;
}

.category-wrapper {
    border-bottom-right-radius: 55px;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    border-top-right-radius: 55px;
}

.cat img {
    width: 100%;
    height: -webkit-fill-available;
    animation: CSSright 60s linear infinite running;
    vertical-align: middle;
}

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

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

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

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

.menu {
    margin: 65px 0px;
}

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

.menu .card .card-image img,
.blog-wrapper .card .card-image img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    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 .card .img-overlay {
    position: absolute;
    top: 3%;
    right: 3%
}

.menu .card .card-body .cat-span span {
    font-size: 12px;
    font-weight: 400;
    color: var(--bs-secondary)
}

.menu .card .item-card-title {
    color: var(--viola_black);
    margin: 0
}

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

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

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

.item-type-img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    object-position: center;
}

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

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

.modalitemdetails .item-addons-list .form-check,
.modalitemdetails .item-varition-list .form-check {
    margin: 4px 8px
}

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

.reservation {
    max-width: 100%;
    overflow: hidden
}

.overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.testimonials {
    background-color: var(--city_lights);
    max-width: 100%;
    overflow: hidden
}

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

.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;
    position: relative;
    text-align: center;
}


.testimonial4_slide img {
    top: 0;
    left: 1px;
    right: 0;
    width: 70px !important;
    height: 70px;
    color: #f2f2f2;
    padding: 4px;
    font-size: 18px;
    line-height: 46px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
}

.testimonial4_slide p {
    font-family: var(--font-family);
    color: var(--dark);
    font-size: 16px;
    line-height: 1.8;
}

.testimonial4_slide h4 {
    color: var(--viola_black);
    font-size: 16px;
}

.testimonials-wrapper .review h4 {
    color: var(--viola_black);
    font-size: 16px;
}

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

.testimonial4-text {
    background-color: var(--bs-white);
}

.app_download {
    max-width: 100%;
    overflow: hidden
}

.app_download .app_content {
    padding: 4rem
}

.app_download .app_mobile {
    padding: 4rem
}

.app_download .app_content h1 {
    color: var(--viola_black);
    font-family: var(--font-family);
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem
}

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

.app_download_color {
    background-color: var(--city_lights);
}

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

.reservation h1 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 36px;

    color: var(--bs-primary)
}

.icon-res {
    background-color: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    top: -20%;
    left: 42%;
}


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

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

.contact-us .contact-content .left-side i {
    color: #fff;
}

.contact-us .contact-content .left-side h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500
}

.contact-us .contact-content .left-side a {
    color: #fff !important;
    font-size: 14px
}

.contact-us .contact-content .left-side p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.contact-us .contact-content .right-side form p {
    font-weight: 500;
    font-size: 38px;
    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;
    line-height: 22px
}

.contact-us .contact-content .right-side form {
    background: var(--pale_grey);
}

.blog-details .card-text,
.blog-wrapper .card .card-text,
.cart-view .summary .bill-details span {
    font-size: 15px;
    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);
}

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

.date-author {
    line-height: 1.2;
}

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

.quality {
    padding: 34px 10px;
    border: 1px solid #efefef;
    border-radius: 8px
}

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

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

.footer {
    background-color: var(--city_lights);
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden
}

.footer .border-bottom-primary {
    border-bottom: 1px solid var(--viola_black);
}

.footer .left-side h1 {
    font-family: var(--font-family);
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 20px
}


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

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

footer .footer-py {
    padding: 50px 0px !important;
}

.footer-img {
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.footer-img img {
    width: 100%;
    height: 100%;
}

.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 .filter-sidebar a {
    padding: .5rem 1rem;
    border-radius: .5rem;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ccc;
    color: var(--bs-primary);
    margin-right: 10px;
    min-width: max-content;
}

.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 .item-img-cover {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    border-radius: 1rem;
    border: 10px solid transparent;
    box-shadow: 0 0 0 1px;
    color: #e5e5e5
}

.item-details .item-img-cover .item-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    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: start;
    flex-direction: column;
}

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

.item-details .item-content .item-heading .item-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: var(--viola_black)
}

.item-content .wishlist .wishlist-btn {
    text-align: center;
    border-radius: 6px;
    color: var(--bs-gray);
    align-items: center;
}

.item-details .item-content .item-price {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    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;
    color: var(--viola_black)
}

.item-details .item-description h5 {
    font-size: 1rem;
    color: var(--viola_black)
}

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

.item-details .scroll-addon-details {
    max-height: 400px;
    overflow-y: auto;
}

.cart-view .delivery-address {
    border: 1px solid;
    border-color: rgb(236, 236, 236);
    background: #fff;
}


.btn-success {
    background-color: #198754 !important;
    color: #fff;
}


/* .order-list .item-img {
    width: 120px;
    height: 120px;
} */

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

.cart-view .order-list .item-title {
    font-size: 16px;
    font-weight: 500;
}

.cart-view .order-list .item-title img {
    width: 16px;
    height: 16px;
}

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

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

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

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

.order-list .item-quantity {
    height: 40px;
}

.item-quantity .item-quantity-minus {
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer
}

.item-quantity .item-quantity-plus {
    color: #000;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer
}

.item-quantity input {
    width: 30px;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    border: 0;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    background: 0 0
}

.cart-view .item-price {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: end
}

.cart-view .summary h2,
.checkout-view .heading h2,
.payment-option .heading h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500
}

.heading {
    background-color: #fff !important;
}

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

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

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

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

.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(--bs-primary) !important;
}

.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: 0.5rem;
    user-select: none;
    background-color: var(--bs-white);
}

.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 .address-icon {
    font-size: 20px;
    color: var(--viola_black);
    padding: 0 .7rem
}

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

.address-list .address-card .address p {
    font-size: 14px;
    color: var(--bs-gray);
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 16px;
    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;
    color: var(--blue_fog);
    justify-content: center;
    align-items: center;
    transition: .2s
}

.payment-option .payment-gateway {
    padding: 1rem;
    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 {
    /* display: flex;
    width: 100%; */
    /* flex-direction: column;
    align-items: center; */
    background-color: #fff;
    /* border-radius: 20px; */
    /* border: 1px solid #e5e5e5; */
    /* padding: 2rem 1rem */
}

.testimonials-wrapper .review img {
    width: 70px !important;
    height: 70px;
    color: #f2f2f2;
    font-size: 18px;
    padding: 4px;
    line-height: 46px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
}

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

.reservation-area form p {
    color: var(--viola_black);
    font-family: var(--font-family);
    font-size: 32px;
    font-weight: 500;
}

.reservation-area form label {
    color: var(--viola_black);
    text-transform: capitalize;
    margin: 0px;
    font-size: 14px;
}

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

.btn-block {
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    display: flex;
    color: var(--bs-primary);
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}

.btn-block:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

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

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

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

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

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

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

.text-green {
    color: var(--green);
}

.order-status-card.border-warning,
.order-status-card.border-green,
.order-status-card.border-danger {
    background-color: #fff;
    border: 0px !important;
}

.order-status-card h5 {
    color: #000;
    background-color: #fff;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-status-card.border-warning h5,
.order-status-card.border-green h5,
.order-status-card.border-danger h5 {
    color: #fff;
    border: 1px solid;
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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_xs {
    height: 38px;
    width: 38px;
    border: 1px solid var(--viola_black);
    border-radius: 50%;
    margin: -3px;
}

.avatar_xs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out
}

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

.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-two {
    width: 60px;
    height: 60px;
    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%
}

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

.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.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: pointer
}

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

.cookie-image {
    height: 50px;
}

.js-cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    padding: 10px;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    border: solid 2px #000;
    width: 100%;
    max-width: 100%;
}

.js-cookie-consent i {
    font-size: 75px;
    color: var(--bs-primary);
}

.js-cookie-consent-agree {
    color: black;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.js-cookie-consent-agree.btn.btn-primary {
    background-color: var(--bs-primary) !important;
    color: #fff;
    padding: 9px 20px !important;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.btn-wishlist {
    background-color: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------------------------------------------------------- 
---------------------- EXTRA - R --------- START -------------------
-----------------------------------------------------------------------*/
.w-75-px {
    width: 75px;
}

.gallery-image {
    width: 200px;
    height: 150px;
}

/*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: 32px;
    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*/
/* 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 - R ----------- END -------------------
-----------------------------------------------------------------------*/



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

.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: -10px;
    left: -10px;
}

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

/* 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-ltr {
    position: absolute !important;
    left: -114px !important;
    top: 100% !important;
}

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

.log-btn {
    padding: 11px 24px !important;
}

.addon_group_color {
    color: #a36500;
}

/*-------------------- extra css Dev --------------------*/


/* ========================= Extra CSS Add Dhruvil ==================================  */

#countdown {
    display: flex;
    justify-content: center;
    border: 1px solid var(--viola_black);
    flex-wrap: wrap;
}

#countdown ul {
    display: inline-block;
    border-radius: 5px;
    padding: 30px 9px;
    margin-bottom: 30px;
    border: 1px solid;
}

#countdown li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    color: var(--bs-primary);
    text-align: center;
    padding: 10px 17px;
}

#countdown li .number {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

#countdown li .label {
    font-size: 14px;
    border-top: 1px solid var(--bs-primary);
    text-align: center;
}

.top-deals {
    background-color: var(--city_lights);
}

.ourteam .review {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourteam .review .review-img {
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    background: var(--bs-primary);
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.ourteam .review img {
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.ourteam .review:hover img {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.ourteam .review::before {
    position: absolute;
    content: "";
    background: url('../images/chefs_shapes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 85px;
    height: 150px;
    bottom: 0px;
    left: -15px;
    transform: rotate(45deg);
    opacity: .10;
    -webkit-transform: rotate(45deg);
}

.ourteam .review::after {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 100%, 0 25%);
    background-color: var(--bs-primary);
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
}

.ourteam .review-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: var(--bs-primary);
}

.FAQ .accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--bs-primary-rgb);
}

.FAQ .accordion .accordion-button {
    font-weight: 500;
    font-size: 16px;
}

.FAQ .accordion .accordion-body {
    font-size: 16px;
}

.gallery-item {
    margin-bottom: 20px;
}

.gallary-img {
    height: 200px;
    border-radius: 1rem;
}

.gallary-img img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

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

.bg-body-primary {
    background-color: var(--bs-primary);
}

.search-button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.lag-button {
    width: 42px;
    height: 42px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-button {
    font-size: 14px;
    padding: 15px 35px;
}

.user-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-text {
    top: 3%;
    left: 3%;
    padding: 6px 8px;
    background-color: var(--bs-primary);
    color: #fff;
}

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

.Who_We_Are {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    background-color: var(--city_lights);
}

.Who_We_Are .image1 img,
.FAQ .image1 img,
.Gallary .image1 img {
    width: 100%;
    height: 100%;
}

.Who_We_Are .image1,
.FAQ .image1,
.Gallary .image1 {
    width: 100%;
    height: 100%;
}

.Who_We_Are .icon {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
}

.banner-2-hight {
    height: 215px !important;
}

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

.btn-outline-primary {
    padding: 0.7rem 1.5rem !important;
    border-color: var(--bs-primary);
}

.btn-primary {
    padding: 0.7rem 1rem !important;
    background-color: var(--bs-primary);
}

.btn-danger {
    padding: 0.7rem 1rem !important;
    background-color: #dc3545;
}

.btn-success {
    padding: 0.7rem 1rem !important;
    background-color: #198754;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    padding: 0.7rem 1rem !important;
    background-color: var(--bs-secondary);
}

.address-list .address-card {
    display: flex;
    align-items: start;
    border: 1px solid #e5e5e5;
    padding: 1rem 0;
    border-radius: 0.5rem;
}

.TODAYSPECIAL-heart-icon {
    top: 1%;
    right: 1%;
}

.menu-special .card .card-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.menu-special .card .card-body .offer-text {
    top: 1%;
    left: 1%;
    /* width: 53px; */
    height: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-special .card .TODAYSPECIAL-heart-icon {
    top: 4%;
    right: 4%;
}

.text-h {
    height: 40px;
}

.navslider .owl-nav {
    position: absolute;
    top: -78%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navslider .owl-nav button {
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    display: flex !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
}

.navslider .owl-nav button:hover {
    background-color: var(--bs-primary) !important;
}

.navslider .owl-nav button span {
    font-size: 20px !important;
}


.team .item {
    padding: 0px 1px;
}

.form-control {
    padding: 0.63rem .75rem !important;
    font-size: 14px !important;
}

.form-select {
    padding: 0.63rem .75rem !important;
    font-size: 14px !important;
}

.blog-author-data {
    top: 3%
}

.blogtext-hight .blog-tital {
    height: 50px;
}

.blogs-slider .blog-image {
    height: 250px !important;
}

.follow-icons {
    font-size: 16px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-primary);
}

.branch-image {
    width: 100px;
    height: 100px;
}

.blogs-slider .item {
    padding: 1px;
}

.mobile_menu_footer {
    position: fixed;
    bottom: 0;
    padding: 12px 0px;
    width: 100%;
    background-color: #fff;
    z-index: 299;
    box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
}

.mobile_menu_footer i {
    margin-bottom: 2px;
    font-size: 18px;
    color: #000;
}

.mobile_menu_footer p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.mobile_menu_footer .cart-badge {
    top: -7px;
    right: -7px;
    background-color: var(--bs-danger);
    border-radius: 50%;
    font-size: 12px;
    padding: 1px 7px;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active1-ltr p::before {
    content: "";
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 35%;
    transform: translateX(-50%);
    background-color: var(--bs-primary);
    font-size: 40px;
}

.active1-rtl p::before {
    content: "";
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    background-color: var(--bs-primary);
    font-size: 40px;
}

.mobile-padding {
    padding-left: 48px !important;
}


.content {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    background-color: #000000a7;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.tab-pane .avatar {
    width: 70px;
    height: 70px;
}

.tab-pane .avatar .avatar-img {
    width: 100%;
    height: 100%;
}

.review-sel:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.ltr-buttons {
    position: fixed;
    z-index: 450;
    right: -42px;
    top: 50%;
    display: flex;
    gap: 5px;
    transform: translateY(-50%) rotate(270deg);
}

.rtl-buttons {
    position: fixed;
    z-index: 450;
    left: -45px;
    top: 50%;
    display: flex;
    gap: 5px;
    transform: translateY(-50%) rotate(270deg);
}

.cursor-pointer {
    cursor: pointer;
}

.coupons-label {
    background-color: var(--bs-primary-rgb) !important;
    border-radius: 6px;
    color: #000;
    padding: 4px 11px;
    font-size: 15px;
    font-weight: 500;
}

.offer-button {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 8px !important;
    padding: 10px 25px !important;
}

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

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

#accordion_userprofile .accordion-button::after {
    display: none;
}

.view-btn {
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.default-btn {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ref-padding {
    padding: 0.5rem !important;
}

/*================================== boostrape vertical slider css start ===============================*/

.layer {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;
    margin-left: unset !important;
    margin-right: 1rem;
    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

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

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

.vertical.carousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 2;
}

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

/*=============================== boostrape vertical slider css end ======================= */
.blurred {
    filter: blur(5px) !important;
    /* Adjust the blur level as needed */
    transition: filter 0s !important;
    /* Add a smooth transition effect */
}

/* =================================scrollbar start css=================================== */
/* width */
::-webkit-scrollbar {
    width: 4px !important;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar {
    width: 2px !important;
    height: 4px;
    border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-primary) !important;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--bs-primary) !important;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary) !important;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary) !important;
}

/* =================================scrollbar end css=================================== */

/*------------ Product Thumb Zoom ------------------*/
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
}

/* Thumbnails */
.sp-thumbs {
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 9px;
    justify-content: center;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 90px;
    height: 90px;
    overflow: hidden;
    opacity: .3;
    display: inline-flex;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #eceef5;
    margin: 2px;
    border-radius: 4px;
}

.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

/* Image currently being viewed */

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    border-radius: 0.5rem;
}

.sp-large a {
    display: block;
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 1050;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */

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

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/* START TOOLTIP top STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: rgb(31, 31, 31);
    color: #fff;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* ==================== toltip end =========== */

/* START TOOLTIP right STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    background: #000;
    color: #fff;
    font-weight: 600;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* ================= whatsapp icon start ===================*/
.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 9;
}

.wrapper-wp {
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 99999;
    overflow: hidden;
    /* transform: scale(0.4); */
}

.wrapper-wp-ltr {
    position: fixed;
    right: 40px;
    bottom: 160px;
}

.wrapper_rtl {
    position: fixed;
    left: 33px;
    bottom: 180px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

/*------------ rtl css ------------*/
.wrapper-wp-rtl {
    position: fixed;
    left: 10px;
    bottom: 170px;
}

.chat-btn_ltr {
    position: fixed;
    right: 29px;
    bottom: 89px;
    cursor: pointer;
}

.chat-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 100px;
    cursor: pointer
}

/*------------ rtl css ------------*/


#check:checked~.wrapper-wp {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.wp_header {
    padding: 1rem;
    background-color: #075E54;
    color: #fff;
    display: flex;
    align-items: center;
}

.bg-msg {
    background-color: #E5DDD5;
}

.chat-form {
    padding: 15px
}

.chat-form input,
.chat-form textarea,
.chat-form button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.form-select:focus,
.btn:focus {
    box-shadow: none;
}

#check {
    display: none !important
}

.btn-whatsapp,
.btn-whatsapp:is(:hover, :focus) {
    background-color: #25D366 !important;
    color: #fff !important;
    border: none;
}

.wp_profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
}

/* ================= whatsapp icon end ===================*/

.cart-modal-ltr {
    position: fixed;
    top: 60%;
    left: 0%;
    width: 85px;
    height: 85px;
    padding: 0.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 300;
    transform: translateY(-60%);
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: var(--bs-primary);
    color: #ffffff;
}

.cart-modal-rtl {
    position: fixed;
    top: 60%;
    right: 0%;
    width: 85px;
    height: 85px;
    padding: 0.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    transform: translateY(-60%);
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: var(--bs-primary);
    color: #ffffff;
}

.cart-modal-ltr .count,
.cart-modal-rtl .count {
    position: absolute;
    top: 7px;
    right: 18px;
    background-color: #ff0000;
    color: #ffffff;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
}

.accordion-button::after {
    margin: 0px !important;
}

.progress {
    height: 8px;
}

.btn-address {
    background-color: var(--bs-primary) !important;
    color: #fff;
    border-color: var(--bs-primary);
    border-radius: 8px;

}

.bg-opacity-15 {
    opacity: 0.15;
}

.modal-header {
    justify-content: space-between;
}



/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 33px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}

.quick_call_rtl {
    position: fixed;
    left: 33px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 500;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}


.quick-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.quick-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer
}

.quick-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 500;
    transition: all .5s ease-in-out;
}

.quick-btn .close {
    display: none
}

.quick-btn i {
    transition: all 0.9s ease
}

#quick_call:checked~.quick-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg);
}

#quick_call:checked~.quick-btn {
    padding: 10px;
    /* transition: all .4s ease-in-out; */
}

#quick-btn.expanded {
    width: 50px;
    /* animation: widtgg .5s linear; */
}

/* @keyframes widtgg {
    0% {
        width: 150px;
    }
} */

#quick_call:checked~.quick-btn .comment {
    display: none
}

.quick-btn i {
    font-size: 26px;
    color: #fff !important
}

#quick_call:checked~.quick_call {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-in-out;
}

#quick_call:checked~.quick_call_rtl {
    opacity: 1;
    visibility: visible;
}

.call_info {
    padding: 1.5rem;
    display: grid;
    justify-content: center;
}

.call_info h6 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.caller_img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#quick_call {
    display: none !important
}



/* product notification */

#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: #fff;
    z-index: 9999999999;
    max-width: 400px;
    width: calc(100vw - 40px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

/* rtl class */
#sales-booster-popup.rtl {
    right: 20px;
    left: unset;
}

#sales-booster-popup .sales-booster-popup-inner img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

#sales-booster-popup .close {
    margin: 10px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sales-booster-popup .sales-booster-popup-inner {
    /* display: flex;
    align-items: center; */
    padding: 1rem;
}


#sales-booster-popup .heading {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .info {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .read-more {
    font-size: 13px;
    font-weight: 500;
}


.pos-absolute.right,
.pos-fixed.right {
    right: 0;
}

.pos-absolute.left,
.pos-fixed.left {
    left: 0;
}

.pos-absolute.top,
.pos-fixed.top {
    top: 0;
}

.pos-absolute {
    position: absolute;
}

#sales-booster-popup.animation-slide_right:not(.loaded) {
    transform: translateX(-30px);
}

/* rtl class */
#sales-booster-popup.animation-slide_right.rtl:not(.loaded) {
    transform: translateX(30px) !important;
}

#sales-booster-popup:not(.loaded) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

/* ============== PWA start ============== */
.pwa {
    background-color: #000;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    color: #FFF;
}

.pwa-image {
    width: 50px;
    height: 50px;
}

.PWA-logo {
    width: 50px;
}


.pwa .pwa-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pwa .mobile-install-btn {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background: var(--bs-primary);
    border: none;
    padding: 7px 12px;
    transition: background 0.8s ease 0s;
    font-weight: 600;
}

/* PWA animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= PWA end ================= */

input[type='checkbox'] {
    accent-color: var(--bs-primary);
}

.btn-success.square,
.btn-danger.square {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


.menu .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}

.delete-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-danger) !important;
}

.order-list {
    border: 1px solid #dedede;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
}

#NewsModal .btn-close {
    position: absolute;
    right: 4%;
    top: 5%;
}

.newslatter-img {
    height: 450px;
}

.success-image img {
    height: 370px;
    object-fit: cover;
}

.addon-item-details .sdcfsd:last-child {
    border-bottom: none !important;
    margin: 0px !important;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* new review modal css start */
.review-modal-img {
    height: 80px;
    width: 80px;
}

.rating {
    direction: rtl;
    display: inline-block;
    cursor: default;
}

.rating>input {
    display: none;
}

.rating>label {
    position: relative;
    width: 25px;
    font-size: 30px;
    color: #ffc107;
    cursor: pointer;
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.logoimage {
    height: 50px;
    object-fit: cover;
    object-position: center;
}

#footer_sidebar a {
    color: #000 !important;
}

#footer_sidebar {
    z-index: 9999999999 !important;
}

.cart-progress .progress-bar {
    overflow: visible !important;
    text-align: end;
}

.cart-progress .progress-bar i {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cart-progress .progress {
    overflow: visible !important;
}

.glyphicon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

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

#footer_sidebar a.follow-icons {
    color: #fff !important;
}

.view-cart-bar .extrapadding {
    padding: 0.5rem !important;
    width: 100% !important;
}

.product_detile {
    padding: 0.7rem 1.5rem !important;
}

.view-cart-bar .icon img {
    width: 15px;
    height: 15px;
}

.btn-enquir,
.btn-enquir:is(:hover, :focus, :active) {
    border-radius: 6px;
    background-color: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #fff !important;
    z-index: 1;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 0px;
    font-weight: 500;
}

.sevirce-tru .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sevirce-trued {
    background-color: #F5F5F6;
}

.sevirce-tru .img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    background-color: #fff;
    object-position: center;
}

.view-cart-bar {
    min-height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out, z-index 0s;
    transition: all .2s ease-in-out, z-index 0s;
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.view-cart-bar .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-cart-bar .product-img img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    object-position: center;
}

.product-detile .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-detile .service-content img {
    height: 45px;
    object-fit: cover;
    object-position: center;
}

#footer_sidebar {
    z-index: 9999999999 !important;
}

/* =========================================================== New add css dhruvil desai ====================================================== */

.cus-padding {
    padding: 9px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-list-grid {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================== Card-2 ======================= */
.card-2.product-grid .product-image,
.card-2.product-list .product-image {
    position: relative;
}

.card-2.product-grid .product-image a.image,
.card-2.product-list .product-image a.image {
    display: block;
}

.card-2.product-grid .product-image a.image:before,
.card-2.product-list .product-image a.image:before {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .2s ease;
}

.card-2.product-grid:hover .product-image a.image:before,
.card-2.product-list:hover .product-image a.image:before {
    opacity: 1;
}

.card-2.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-2.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-2.product-grid .pic-1,
.card-2.product-list .pic-1 {
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}

.card-2.product-grid:hover .pic-1,
.card-2.product-list:hover .pic-1 {
    opacity: 0;
    transform: rotateY(-90deg);
}

.card-2.product-grid .pic-2,
.card-2.product-list .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease-out 0s;
}

.card-2.product-grid:hover .pic-2,
.card-2.product-list:hover .pic-2 {
    opacity: 1;
    transform: rotateY(0deg);
}

.card-2 .product-discount-label {
    color: #fff;
    background: var(--bs-primary);
    font-size: 11px !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 4px 9px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.card-2.product-grid .product-links,
.card-2.product-list .product-links {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    display: flex;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s ease;
    z-index: 1;
}

.card-2.product-grid .product-links li,
.card-2.product-list .product-links li {
    margin: 0 2px;
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s;
    transition-delay: .1s;
}

.card-2.product-grid:hover .product-links li,
.card-2.product-list:hover .product-links li {
    opacity: 1;
    transform: translateY(0);
}

.card-2.product-grid .product-links li a i,
.card-2.product-list .product-links li a i {
    line-height: inherit;
}

.card-2.product-grid:hover .product-links li:nth-child(2),
.card-2.product-list:hover .product-links li:nth-child(2) {
    transition-delay: .2s;
}

.card-2.product-grid:hover .product-links li,
.card-2.product-list:hover .product-links li {
    transform: translateX(0);
}

.card-2.product-grid .product-links li a,
.card-2.product-list .product-links li a {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    width: 33px;
    height: 33px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.card-2.product-grid .product-links li a:hover,
.card-2.product-list .product-links li a:hover {
    color: #fff;
    background: var(--bs-secondary);
}

/* ================================ card-3 ================================== */

.card-3.product-grid,
.card-3.product-list {
    transition: all 0.3s ease 0s;
}

.card-3.product-grid .product-image,
.card-3.product-list .product-image {
    overflow: hidden;
    position: relative;
}

.card-3.product-grid .product-image a.image,
.card-3.product-list .product-image a.image {
    display: block;
}

.card-3.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-3.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-3.product-grid .product-image .pic-1,
.card-3.product-list .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.card-3.product-grid:hover .product-image .pic-1,
.card-3.product-list:hover .product-image .pic-1 {
    opacity: 0;
}

.card-3.product-grid .product-image .pic-2,
.card-3.product-list .product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.card-3.product-grid:hover .product-image .pic-2,
.card-3.product-list:hover .product-image .pic-2 {
    opacity: 1;
}

.card-3.product-grid .product-links,
.card-3.product-list .product-links {
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-3.product-grid .product-links li a,
.card-3.product-list .product-links li a {
    color: #111;
    background: #fff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    transition: all 0.5s ease-out;
}

.card-3.product-grid:hover .product-links li a:hover,
.card-3.product-list:hover .product-links li a:hover {
    color: #fff;
    background-color: var(--bs-primary);
}

.card-3.product-grid .product-links li:first-child a,
.card-3.product-list .product-links li:first-child a {
    width: 100%;
    /* padding: 0 7px; */
    border-radius: 30px;
}

.off-label-16 {
    color: var(--bs-white);
    width: 100px;
    text-transform: capitalize;
    position: absolute;
    width: 43px;
    height: 43px;
    margin: 0 auto;
    z-index: 1;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.off-label-16.rtl {
    color: var(--bs-white);
    width: 100px;
    text-transform: capitalize;
    position: absolute;
    width: 43px;
    height: 43px;
    margin: 0 auto;
    z-index: 1;
    top: 10px;
    left: unset;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.off-label-16:before,
.off-label-16:after {
    content: "";
    background: var(--bs-primary);
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    outline: 1px solid #fff;
    outline-offset: -2px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.off-label-16:after {
    background: var(--bs-secondary);
    width: calc(100% - 20px);
    border-radius: 0;
    outline: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
    transform: translateX(-50%) translateY(0) rotate(0deg);
    top: auto;
    bottom: -20px;
    z-index: -1;
    width: 20px;
    height: 27px;
}

.off-label-16 h3 {
    font-size: 10px;
    font-weight: 400;
    text-transform: capitalize;
    transform: translateX(-50%) translateY(-38%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    z-index: 1;
}

/* ============================== card-4 ============================= */
.card-4.product-grid .product-image,
.card-4.product-list .product-image {
    overflow: hidden;
    position: relative;
}

.card-4.product-grid .product-image a.image,
.card-4.product-list .product-image a.image {
    display: block;
}

.card-4.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-4.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-4.product-grid .product-image .pic-1,
.card-4.product-list .product-image .pic-1 {
    transition: all .5s ease;
}

.card-4.product-grid:hover .product-image .pic-1,
.card-4.product-list:hover .product-image .pic-1 {
    opacity: 0;
    transform: skew(-15deg);
}

.card-4.product-grid .product-image .pic-2,
.card-4.product-list .product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: skew(15deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}

.card-4.product-grid:hover .product-image .pic-2,
.card-4.product-list:hover .product-image .pic-2 {
    opacity: 1;
    transform: rotateY(0deg);
}

.card-4.product-grid .product-like-icon,
.card-4.product-list .product-like-icon {
    color: #fff;
    background-color: var(--bs-primary);
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 33px;
    position: absolute;
    top: 3%;
    right: 3%;
    transition: all .55s ease-in-out;
}

.card-4.product-grid .product-like-icon.rtl,
.card-4.product-list .product-like-icon.rtl {
    color: #fff;
    background-color: var(--bs-primary);
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 33px;
    position: absolute;
    top: 3%;
    right: unset;
    left: 3%;
    transition: all .55s ease-in-out;
}

.card-4.product-grid .product-like-icon i,
.card-4.product-list .product-like-icon i {
    line-height: inherit;
}

.card-4.product-grid .product-links,
.card-4.product-list .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 3%;
    left: 3%;
    transition: all .3s ease;
}

.card-4.product-grid .product-links.rtl,
.card-4.product-list .product-links.rtl {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 3%;
    left: unset;
    right: 3%;
    transition: all .3s ease;
}

.card-4.product-grid:hover .product-links,
.card-4.product-list:hover .product-links {
    opacity: 1;
    transform: rotate(0);
}

.card-4.product-grid .product-links li a,
.card-4.product-list .product-links li a {
    color: #fff;
    background-color: var(--bs-primary);
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    transition: all 200ms ease 0s;
}

.card-4.product-grid .product-links li a i,
.card-4.product-list .product-links li a i {
    line-height: inherit;
}

.card-4.product-grid .product-content,
.card-4.product-list .product-content {
    background: linear-gradient(transparent, #eee);
    position: relative;
}

/* ============================ card-5 =============================== */

.card-5.product-grid .product-image,
.card-5.product-list .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.card-5.product-grid .product-image a.image,
.card-5.product-list .product-image a.image {
    display: block;
}

.card-5.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-5.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-5.product-grid .product-discount-label,
.card-5.product-list .product-discount-label {
    color: #fff;
    background: var(--bs-secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 8px;
    position: absolute;
    top: 10px;
    left: 0;
}

.card-5.product-grid .product-links,
.card-5.product-list .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: all .5s ease 0s;
}

.card-5.product-grid:hover .product-links,
.card-5.product-list:hover .product-links {
    right: 10px;
}

.card-5.product-grid .product-links li a,
.card-5.product-list .product-links li a {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    width: 33px;
    height: 33px;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.card-5.product-grid .product-links li a:hover,
.card-5.product-list .product-links li a:hover {
    color: #fff;
    background: var(--bs-primary);
}

.card-5.product-grid .product-links li a i,
.card-5.product-list .product-links li a i {
    line-height: inherit;
}

.card-5.product-grid .add-to-cart,
.card-5.product-list .add-to-cart {
    background: var(--bs-primary);
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 8px 0px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: all 0.3s ease 0s;
}

.card-5.product-grid:hover .add-to-cart,
.card-5.product-list:hover .add-to-cart {
    bottom: 0;
}

.card-5.product-grid .add-to-cart:hover,
.card-5.product-list .add-to-cart:hover {
    text-shadow: 4px 4px rgba(0, 0, 0, 0.2);
}

.card-5.product-grid .product-content,
.card-5.product-list .product-content {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) inset;
}

/* ============================ card-6 ============================ */

.card-6.product-grid .product-image,
.card-6.product-list .product-image {
    position: relative;
    overflow: hidden;
}

.card-6.product-grid .product-image a.image,
.card-6.product-list .product-image a.image {
    display: block;
}

.card-6.product-grid .product-image .pic-1,
.card-6.product-list .product-image .pic-1 {
    transform: perspective(500px) rotateY(0);
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
}

.card-6.product-grid .product-image:hover .pic-1,
.card-6.product-list .product-image:hover .pic-1 {
    opacity: 0;
    transform: perspective(500px) rotateY(50deg);
    transform-origin: left center;
}

.card-6.product-grid .product-image .pic-2,
.card-6.product-list .product-image .pic-2 {
    width: 100%;
    height: 100%;
    transform: perspective(500px) rotateY(-50deg);
    transform-origin: right center;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.card-6.product-grid .product-image:hover .pic-2,
.card-6.product-list .product-image:hover .pic-2 {
    opacity: 0.8;
    transform: perspective(500px) rotateY(0);
}

.card-6.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-6.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-6.product-grid .product-links,
.card-6.product-list .product-links {
    background-color: var(--bs-primary);
    width: 33px;
    height: 33px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    transition: all 0.3s ease-in-out;
}

.card-6.product-grid .product-links.rtl,
.card-6.product-list .product-links.rtl {
    background-color: var(--bs-primary);
    width: 33px;
    height: 33px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 6px;
    right: unset;
    left: 6px;
    transition: all 0.3s ease-in-out;
}

.card-6.product-grid:hover .product-links,
.card-6.product-list:hover .product-links {
    opacity: 1;
    top: 6px;
    right: 6px;
}

.card-6.product-grid:hover .product-links.rtl,
.card-6.product-list:hover .product-links.rtl {
    opacity: 1;
    top: 6px;
    right: unset;
    left: 6px;
}


.card-6.product-grid .product-links li a,
.card-6.product-list .product-links li a {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease;
}

.card-6.product-grid .product-links li a:hover,
.card-6.product-list .product-links li a:hover {
    color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    border-radius: 50%;
}

.card-6.product-grid .add-to-cart,
.card-6.product-list .add-to-cart {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    transition: all 0.3s ease;
}

.offer-text.rtl {
    top: 3%;
    left: unset;
    right: 3%;
    padding: 6px 8px;
    background-color: var(--bs-primary);
    color: #fff;
}

/* ========================= card-7 ========================== */
.card-7.product-grid .product-image,
.card-7.product-list .product-image {
    overflow: hidden;
    position: relative;
}

.card-7.product-grid .product-image a.image,
.card-7.product-list .product-image a.image {
    display: block;
}

.card-7.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-7.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-7 .product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.card-7.product-grid:hover .product-image .pic-1,
.card-7.product-list:hover .product-image .pic-1 {
    opacity: 0;
}

.card-7 .product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.card-7.product-grid:hover .product-image .pic-2,
.card-7.product-list:hover .product-image .pic-2 {
    opacity: 1;
}

.card-7.product-grid .product-links,
.card-7.product-list .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 7px;
    right: -50px;
    transition: all .5s ease 0s;
}

.card-7.product-grid .product-links.rtl,
.card-7.product-list .product-links.rtl {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 7px;
    left: -50px;
    right: unset;
    transition: all .5s ease 0s;
}

.card-7.product-grid:hover .product-links,
.card-7.product-list:hover .product-links {
    right: 7px;
}

.card-7.product-grid:hover .product-links.rtl,
.card-7.product-list:hover .product-links.rtl {
    left: 7px;
    right: unset;
}

.card-7.product-grid .product-links li,
.card-7.product-list .product-links li {
    transition: all 0.3s ease 0s;
}

.card-7.product-grid .product-links li a,
.card-7.product-list .product-links li a {
    color: #191919;
    background: #fff;
    font-size: 14px;
    text-align: center;
    width: 33px;
    height: 33px;
    border: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.card-7.product-grid .product-links li a:hover,
.card-7.product-list .product-links li a:hover {
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.card-7.product-grid .product-links li a i,
.card-7.product-list .product-links li a i {
    line-height: inherit;
}

.card-7.product-grid .price,
.card-7.product-list .price {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
}

/* ======================= card-8 ======================= */

.card-8.product-grid,
.card-8.product-list {
    background: repeating-linear-gradient(45deg, #F2F2F2, #fff 10px, #ffffff 10px, #ffffff 20px);
    transition: all 0.3s ease 0s;
}

.card-8.product-grid:hover,
.card-8.product-list:hover {
    box-shadow: 0 0 10px var(--bs-primary-light) inset;
}

.card-8.product-grid .product-image,
.card-8.product-list .product-image {
    overflow: hidden;
    position: relative;
}

.card-8.product-grid .product-image a.image,
.card-8.product-list .product-image a.image {
    display: block;
}

.card-8.product-grid .product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.card-8.product-list .product-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.card-8.product-grid:hover .product-image .pic-1,
.card-8.product-list:hover .product-image .pic-1 {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.card-8 .product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.card-8.product-grid:hover .product-image .pic-2,
.card-8.product-list:hover .product-image .pic-2 {
    opacity: 1;
}

.card-8.product-grid .product-links,
.card-8.product-list .product-links {
    width: 210px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2) rotateX(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease;
}

.card-8.product-grid:hover .product-links,
.card-8.product-list:hover .product-links {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1) rotateX(0);
}

.card-8.product-grid .product-links li a,
.card-8.product-list .product-links li a {
    color: #000;
    background: #fff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.card-8.product-grid .product-links li a:hover,
.card-8.product-list .product-links li a:hover {
    color: #fff;
    background: var(--bs-primary);
}

.card-8.product-grid .product-links li a i,
.card-8.product-list .product-links li a i {
    line-height: inherit;
}


/* =================================================================== */

.smartphone {
    position: relative;
    width: 364px;
    height: calc(100vh - 60px);
    margin: auto;
    border: 2px rgb(0, 0, 0) solid;
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a5a5a5;
    border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    background: #a5a5a5;
    border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
    width: 100%;
    height: 100%;
    background: white;
    padding: 0px !important;
}

.bg-gradient-color2 {
    background: linear-gradient(180deg, var(--bs-primary-rgb-2) 0%, var(--bs-secondary-rgb-2) 100%) !important;
}


.pwa-icons-theme {
    position: fixed;
    top: 45%;
    left: 5px;
    z-index: 495;
    display: flex;
    transform: translateY(-45%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pwa-icons-theme.rtl {
    right: 5px;
    left: unset !important;
}

.pwa_theme {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 0 0 var(--bs-primary);
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
}

.pwa_theme::before {
    content: '';
    color: #fff;
    border: 2px dashed var(--bs-secondary);
    z-index: 495;
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: roteddline 2s infinite;
}

.h-100vh {
    height: 100vh;
}

.logo-h-45-px {
    height: 65px;
    width: fit-content;
}

.custom-padding {
    padding: 30px 0px;
}

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

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

.dropdown-menu {
    --bs-dropdown-min-width: 8rem !important;
    padding: 2px 0px !important;
    overflow: hidden !important;
}

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

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

.min-dropdownss-ltr {
    position: absolute !important;
    left: -94px !important;
    /* top: 100% !important; */
    font-size: 14px !important;
}

.min-dropdownss-rtl {
    position: absolute !important;
    left: 0px !important;
    transform: none !important;
    inset: 0px -95px auto auto !important;
    top: 100% !important;
    font-size: 14px !important;
}

#offcanvasOffer {
    z-index: 999999999999 !important;
}

.close-btn-view {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color) !important;
    text-decoration: none;
    background-color: var(--bs-secondary) !important;
}

.arrow {
    position: absolute;
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 20%;
}

.arrow__body {
    height: 95%;
    margin: 0px;
    border-width: 10px 0 0;
    border-style: dashed;
    border-color: var(--bs-primary);
    border-top-left-radius: 100%;
    transform: rotateZ(360deg);
}

.arrow__body::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -12px;
    border-width: 20px 15px 0;
    border-style: solid;
    border-color: var(--bs-primary) transparent transparent;
    transform: rotate(-90deg);
}

.arrow__body::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary) !important;
}