﻿body {
    font-family: Barlow !important;
    overflow-x: hidden;
    margin-bottom: -20px !important;
    bottom: 0;
    background-color: #F4F0E9;
}

/*#region Font-Configuration*/
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Barlow/Barlow-Regular.ttf");
}

@font-face {
    font-family: "Barlow-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-Bold.ttf");
}

@font-face {
    font-family: "Barlow-Black";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-Black.ttf");
}

@font-face {
    font-family: "Barlow-ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Barlow/Barlow-ExtraBold.ttf");
}
/*#endregion*/

/*#region font family*/
.font-regular {
    font-family: "Barlow";
}

.font-bold {
    font-family: "Barlow-Bold";
}

.font-black {
    font-family: "Barlow-Black";
}

.font-exbold {
    font-family: "Barlow-ExtraBold";
}
/*#endregion*/
/*for positioning*/
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}
/*end*/
/*#region custome bootstrap media query classes*/
@media (max-width:1455px) {
    .d-clg-none {
        display: none !important;
    }
}

@media (max-width:1720px) {
    .d-clg-none2 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .col-cmd-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media(max-width:1007px) {
    .footerdiv2, .footerdiv3; {
        background-image: none !important;
    }

    @media (max-width: 768px) {
        .sm-centered {
            text-align: center;
            justify-content: center;
        }

        .sm-centered-flex {
            align-items: center;
            display: flex;
            flex-direction: column;
            text-align: center;
        }
    }

    #TestimonialTxt1 {
        border-right: 0px !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    }

    .ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before {
        display: none;
    }
}
/*#endregion*/

/*#region font color*/
.text-pink {
    color: #006b33;
}

.text-light-gray {
    color: #00000082 !important;
}

.text-orange {
    color: #E25E26;
}

.text-green {
    color: #186f16;
}

.red {
    color: #a91a16;
}

.grey {
    color: #6c6b69;
}
/*#endregion*/

/*#region bg color*/
.bg-light-pink {
    background-color: #FFF6FB;
}

.bg-orange {
    background: #E25E26;
}

.bg-light-grey {
    background: #00000030;
}

.bg-yellow {
    background-color: #FDBE3F;
}

.bg-pink {
    background-color: #FDBE3F;
}

.bg-green {
    background-color: #006b33;
}

.bg-grey {
    background-color: #5e645eb8;
}

.bg-none {
    background: none !important;
}

.bg-pink-1 {
    background-color: #F6008F;
}

.testimonial-bg {
    /*background: #f1f1f1 !important;*/
}
/*#endregion*/

/*#region font size*/
.fs-6 {
    font-size: 15px !important;
}

.fs-7 {
    font-size: 17px;
}

.fs-8 {
    font-size: 20px;
}

.fs-9 {
    font-size: 25px !important;
    font-weight: bold !important;
}

.fs-10 {
    font-size: 3rem;
    font-weight: bold;
}

/*#endregion*/

/*#region custom border*/
.border-right-0 {
    border-right: 0;
}

.border-right-1 {
    border-right: 1px solid;
}

.border-right-2 {
    border-right: 2px solid;
}

.border-right-3 {
    border-right: 3px solid;
}
/*#endregion*/

/*#region width*/
.w-30 {
    width: 44% !important;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}
/*#endregion*/

/*#region margin*/
.mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.p-6 {
    padding: 5rem;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

@media only screen and (max-width:576px) {
    .me-smc-0 {
        margin-right: 0px !important;
    }
}
/*#endregion*/

/*#region padding*/
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
/*#endregion*/

/*#region for custom toast*/
.custom-toast {
    border-bottom: 10px solid #FDBE3F !important;
}

.toast-close-button {
    color: red !important;
    top: 0;
    margin-top: 0;
    position: absolute !important;
    right: 8px !important;
}

    .toast-close-button:hover {
        color: #000 !important;
    }
/*#endregion*/
/*#region master page header css start*/

.ff-mwb.active {
    color: #007bff; /* Change to desired color */
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.fixed-nav {
    position: fixed;
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.fixed-nav-hidden {
    display: none !important;
}

.fixed-top-margin {
    margin-top: 200px;
}


.whitebar {
    border-radius: 1px;
    display: block;
    height: 6px;
    margin-top: 4px;
    width: 34px;
    background-color: #006b33;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 333;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover {
    background-color: #006b33;
}

.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: black;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #ffffff;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#region collapse btn start*/
button#collapseBtn {
    position: absolute;
    right: 0px;
    bottom: 38px;
}
/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #006b33 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #006b33 !important;
    }

.CartImg {
    cursor: pointer;
}
/*#endregion*/

/*#region services section start*/
.circle-image-container {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    background-image: url(../images/services.png);
    background-size: 400%;
    background-repeat: no-repeat;
}

.logo1 {
    background-position: 0% 0%;
}

.logo2 {
    background-position: 100% 0%;
}

.logo3 {
    background-position: 66% 0%;
}

.serviceBlock {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
    padding: 2rem;
    border-radius: 4%;
    transition: all 0.3s ease-in-out;
}

    .serviceBlock:hover {
        background: #ffffff;
        cursor: pointer;
    }

        .serviceBlock:hover .custom-button {
            background-color: #006b33;
            color: #f4f1ea;
        }

.blockmg {
    margin-top: 4rem;
}
/*#endregion*/
/*#region abountus*/
#aboutus .HomePageMenuImgBox {
    height: 15rem;
    width: 24rem;
    /*border: 2px solid black;*/
    background: url("../images/Home/BG-03.png") no-repeat;
    background-position: 0px 0px;
    position: absolute;
}

#readmore a {
    text-decoration: none;
    color: white;
}

#aboutus #HomePageMenuImgBox2 {
    float: right;
    right: 0px;
    background: url("../images/Home/BG-04.png") no-repeat;
}
/*#endregion*/

/*#region catering section*/
#Catering .bg-img-promo {
    background: url("../images/Home/promo-bg-img.jpg") no-repeat;
    background-size: cover;
}

.user-input-wrp {
    position: relative;
    margin-bottom: 8px;
}

.CatDpdowm::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

.user-input-wrp span.floating-label {
    position: absolute;
    left: 1px;
    top: 23px;
    color: #ADADAD;
    font-size: 1.1rem;
    pointer-events: none;
    transition: 0.2s ease all;
}

.user-input-wrp .inputText:focus {
    border-color: #186f16;
    border-width: medium medium 1.5px;
}

.user-input-wrp input:focus ~ .floating-label {
    top: 0px;
    left: 0px;
    font-size: 1rem;
    opacity: 1;
    color: #186f16;
}

.user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 0px;
    font-size: 1rem;
    opacity: 1;
    color: #006b33;
}

input[type=radio] {
    appearance: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2px;
}

    input[type=radio]:checked {
        background-color: #2f9a2dcc;
        border: 2px solid #2f9a2dcc;
    }

.inputText {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ADADAD;
    background: none;
}

.K-radio {
    position: relative;
}

.btn-light {
    background-color: #606060;
    border-color: #606060;
    color: white;
    box-shadow: none;
}

    .btn-light:hover, .btn-light:focus {
        color: #ffffff;
        border-color: #000;
        background-color: #000;
        box-shadow: none;
    }

.CateringInqTxtBox {
    line-height: 1.8;
    margin: 19px 0px;
}
/*#endregion*/

/*#region testiomonial section*/
/*#Testimonial .TestimonialNav {
    width: 16px;
    height: 18px;
    background: url(../images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #Testimonial .TestimonialNav:hover {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:active {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:visited {
        background-position: -12px 3px;
    }

#TestimonialTxt1 {
    margin-bottom: -18px;
    border-right: 4px solid;
}

#Testimonial {
    background: url(../images/Testimonial-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#TestimonialsInner .carousel-control-next, #TestimonialsInner .carousel-control-prev {
    opacity: 1 !important;
}

    #TestimonialsInner .carousel-control-next:hover, #TestimonialsInner .carousel-control-prev:hover {
        opacity: 0.5 !important;
    }

#TestimonialsInner .carousel-control-prev-icon {
    position: absolute;
    left: -420px;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: 1px 1px;
    width: 52px;
    height: 52px;
}

#TestimonialsInner .carousel-control-next-icon {
    right: -45px;
    position: absolute;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: -61px 1px;
    width: 52px;
    height: 52px;
}*/
/*#endregion*/
/*#region footer section */
#MasterPageFooter {
    position: relative;
}

.socialFooter {
    /*margin-top:-133px;*/
}

.Follow {
    font-size: 20px;
}

.FBinner {
    font-size: 16px;
}

.pagefooter {
    padding: 51px;
}

#MasterPageFooter .FooterSocialIcon {
    width: 41px;
    height: 41px;
    background: url("./images/social-media-icon.png") no-repeat;
    background-position: 3px 2px;
    cursor: pointer;
}

.FaFax {
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 22px;
    background-image: url(../Images/ftrFax.png);
}

.FaPhone {
    background: url(../Images/ftrPhone.png);
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 8px;
}

.FaMap {
    background: url(../Images/ftrLocation.png);
    width: 25px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 68px;
}

.footerleft .fa {
    width: 19px;
}

#MasterPageFooter #Instagram {
    background-position: -39px 2px;
}

#MasterPageFooter #Twitter {
    background-position: -96px 2px;
}

div#MasterPageFooter {
    font-size: 12px;
    vertical-align: top;
}

.ConnactIcon {
    background: url(../Images/Footer-SocialMedia.png) no-repeat;
    width: 56px;
    height: 56px;
}

    .ConnactIcon:hover {
        transition: 0.5s all ease-in-out;
    }

.connectInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ConnectTitle {
    padding-top: 55px !important;
}

.HomeTitle {
    font-family: Poppins-Medium;
    font-size: 45px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#Insta {
    background-position: -259px 0px;
}

    #Insta:hover {
        background-position: -259px -64px;
    }

#Whatsapp {
    background-position: -325px 0px;
}

    #Whatsapp:hover {
        background-position: -325px -65px;
    }

#GOneC:hover {
    background-position: 0px -65px;
}

#FaceBook {
    background-position: -65px 0px;
}

    #FaceBook:hover {
        background-position: -65px -65px;
    }

ConnactIcon::before {
    padding: 20px;
}

.iconWrapper {
    padding: 0 20px; /* Add padding between the icons */
}
/*#region Hover*/
#MasterPageFooter #Facebook:hover {
    background-position: 3px -38px;
}

#MasterPageFooter #Instagram:hover {
    background-position: -39px -38px;
}

#MasterPageFooter #Twitter:hover {
    background-position: -97px -47px;
}

.business-hours-img {
    background-image: url(./Images/business-hours-img.jpg);
    background-repeat: no-repeat;
    width: 20.1rem;
    height: 22.3rem;
    padding: 15px;
    outline: 1px solid #E0E0DE;
    outline-offset: -16px;
}
/*#endregion*/

/*#endregion*/

/*#region About us page*/

/*#region About us page testimonial*/
.testimonial-seperator {
    border-left: 4px solid #FDBE3F;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FDBE3F !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    border-radius: 63%;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}
/*#endregion*/

/*#endregion*/


/*#region gallery page*/
#GalleryPageSliderImage4 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage14 {
    height: 100%;
    object-fit: cover;
}

#GalleryPageSliderImage2 {
    margin-top: 18px;
}

#GalleryPageSliderImage12 {
    margin-top: 18px;
}

img#GalleryPageSliderImage5 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage8 {
    height: 229px;
    width: 100%;
    object-fit: cover;
}

div#GalleryImgTxtBox16 {
    height: 100%;
}

.GalleryImgTxtBox {
    cursor: pointer;
}

    .GalleryImgTxtBox img {
        border-radius: 30px;
    }

img#GalleryPageSliderImage16 {
    height: 100%;
    object-fit: cover;
}

img#GalleryPageSliderImage18 {
    margin-top: 18px;
}

.GalleryInnerBox {
    margin: 10px 0px;
}

#GalleryImgTxtBox4 {
    height: 100%;
}

#GalleryImgTxtBox14 {
    height: 100%;
}

.GalleryImgTxt {
    background-color: #0000009e;
    color: white;
    font-weight: bold;
    padding: 6px 7px 6px 6px;
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: 47rem;
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #006b33 !important;
    color: white !important;
}

#myTab li {
    width: auto;
}
/*#endregion*/








/*#region custom scrollbar*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*#endregion*/
#divContainer {
    clear: both;
    width: 950px;
    margin: 0px auto 0px;
    padding-top: 228px;
    padding-bottom: 15px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.CategoryStyle {
    width: 100%;
    display: inline-table;
    text-align: left;
    background: transparent;
    border: 2px solid #000000;
    font-size: 16px;
    /*padding: 13px 0 13px;*/
    z-index: 1;
    overflow-y: scroll;
    position: relative;
}

    .CategoryStyle a {
        text-decoration: none;
        color: #666;
        padding-left: 15px;
        padding-right: 15px;
        display: inherit;
    }

    .CategoryStyle .category {
        float: left;
        text-align: center;
        border: 1px solid #000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        width: 100%;
        padding: 10px;
        color: #000;
    }

        .CategoryStyle .category:hover {
            background-color: #006b33;
            color: #fff;
            border-color: #006b33;
        }

#categoriesDropDown.hidden {
    display: none; /* Hidden when the class is added */
}

.events {
    pointer-events: none;
}


.m-image {
    width: 100px;
    height: 100px;
    border-radius: 30%;
    border: 1px solid #5c5b5b;
}

.MenuItemBox {
    margin-top: 10px;
}

.MenuItemPrice, .MenuItemHeading {
    font-size: 20px;
    color: black;
    font-family: 'Barlow-Bold';
}

.MenuItemInfo1 {
    font-size: 15px;
}

.MenuItemPrice {
    color: #006b33;
}

.collapse-arrow {
    border-top: 0;
    border-bottom: 7px solid #fff;
    display: block;
}

#filter_users {
    width: 100%;
    padding: 10px;
}

#users-list {
    margin: 0;
    padding: 0;
}

    #users-list li {
        list-style: none;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #e4e4e4;
    }

.disabled-link {
    pointer-events: none;
}
/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 111111;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    display: none;
}

.Header {
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    .Header .navbar {
        position: initial;
    }

.headerAdd {
    background: url(../images/Icon/Header/Location.png)no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}

.headerPhone {
    background: url(../images/Icon/Header/Call.png)no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}

.top {
    top: 0;
}
/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 21px;
    color: #000000;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
}

.overlayMobile-content {
    margin-top: 60px;
}

#SubMenuMob a {
    font-size: 16px;
}
/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #006b33;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#navbar {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .overlayMobile {
        padding-top: 15px;
    }

        .overlayMobile a {
            font-size: 18px;
        }
}

#navbar-Nav {
    gap: 8px;
}

#navbar-Navright {
    gap: 36px;
}

/*.HeaderOrderButton {
    background: #FDBE3F;
    border-radius: 5px;
}

    .HeaderOrderButton a {
        text-decoration: none;
        color: black;
    }*/

.nav-item {
    list-style: none;
}

#navbarTogglerDemo03 {
    padding-top: 30px;
    padding-bottom: 10px;
}

#filter_users {
    display: none;
}
/*#endregion*/
/*#region Added by namrata for menu page design*/
.MenuCategorieslinks {
    width: 100%;
    float: left;
    display: block;
    /*    background: white;*/
    text-align: left;
    cursor: pointer;
    color: #000;
    position: relative;
    border: none
}

.CatLinkMob {
    background: #006b33;
    padding: 5px 36px;
    border-radius: 17px;
    width: 100px;
    background-image: url(../images/spoon.png);
    background-repeat: no-repeat;
    background-position: 15px 7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    animation: slideIn 0.5s ease;
}

#MobileCatOverlay {
    background-color: #000;
    opacity: 0.75;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    opacity: 0.5;
}

    #MobileCatOverlay:target .popupCat {
        animation: popup 0.7s;
    }

.mobileMenu {
    position: fixed;
    right: 0;
    margin-bottom: 50px;
    bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 11111 !important;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    /* padding: 10px; */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobileCategory {
    position: fixed;
    z-index: 1111;
    bottom: 63px;
    left: 0;
    right: 0;
    height: 300px;
    overflow-y: scroll;
    border-radius: 31px;
    margin: 0px 30px 0px 30px;
    transition: opacity 0.3s ease, transform 0.3s ease, height 0s 0.3s;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#myDIV::-webkit-scrollbar {
    width: 0px !important;
}

.mobileCategory .CategoryStyle .category, .mobileCategory .CategoryStyle {
    border: 0px;
    background: #F4F0E9;
}

#myDIVt {
}

.mobileCategory #categories {
    border: 2px solid #FDBE3F;
    border-radius: 10px;
}

.calIcon {
    background: url(../images/cal.png);
    height: 23px;
    width: 23px;
    top: 7px;
    display: block;
    position: relative;
}

.masterPageNavbarLi a {
    text-decoration: none;
    color: black;
    letter-spacing: 0px;
    font-size: 17px;
}

.arrow-downOrder {
    right: 0px !important;
}

#OrderTypeDropdown option {
}

.arrow-down, .arrow-downOrder {
    right: -6px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    content: "";
    color: black;
    position: relative;
    float: right;
}

.AdvSearchSideBarMain {
    position: absolute;
    background: #E25E26;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 31px;
    color: white;
    /* width: 6%; */
    z-index: 11;
    min-width: 6%;
}

.collapse-arrow {
    border-top: 3px solid #000;
    border-bottom: 0px;
    border-left: 3px solid;
    border-right: 0px;
    top: 6px;
}

label[for="OrderTypeDelivery"] {
}

#MNavSrc {
    width: 35px;
}

.divheaderlist {
    display: flex;
}
/*#endregion*/
/*#region for media query of mobile and tablet*/
@media screen and (max-width: 767px) {
    .divHeaderLogo {
        display: none;
    }

    .HeaderAddBar {
        padding: 0px !important;
    }

    .footerdiv2, .footerdiv3 {
        background-image: none !important;
    }

    .MainTitle {
        font-size: 25px !important;
    }

    /*.ViewCartContainers {
        width: 89%;
    }*/
}

@media screen and (max-width: 768px) {
    .divHeaderLogo {
        display: none;
    }

    #TestimonialTxt1 {
        border-right: 0px;
    }

    .blockmg {
        margin: 0;
    }

    #tdAnnouncementTitle {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    #tblAnnouncementTitle tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1094px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width:992px) {
    .MenuPageNavbar {
        border-right: 0px !important;
        border-bottom: 0px !important;
    }

    .MenuPageBavbarBlock {
        border-bottom: 0px !important;
    }

    .MenuCategorieslinks {
        border-radius: 45px;
        border: 1px solid #d3d3d3;
    }
}

@media screen and (min-width: 1094px) and (max-width: 1240px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

/*#endregion*/
/*#region for footer*/
.footerTitleL, .FooterTitle {
    font-size: 22px;
    font-family: "OpenSans-Bold";
    /* text-align: center; */
    color: #fff;
}

.footerdiv2, .footerdiv3 {
    background-image: url(../Images/Footer-Seprator.jpg);
    background-repeat: no-repeat;
}

.footerTitleL u, .FooterTitle u {
    border-bottom: 0px solid white;
    text-decoration: none;
}

.footerListUpper {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.FooterSubBut {
    position: absolute;
    right: 22px;
    margin-top: 6px;
    background: #C60607;
    color: white;
    border: 0px;
    padding: 10px;
    width: 31%;
    border-radius: 3px;
}

.footerInput::placeholder {
    color: black;
    font-style: italic;
}

.footerList .column {
    display: grid;
}

.footerList {
    font-size: 16px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 10px; */
    text-transform: uppercase;
    font-family: OpenSans-Regular;
}

.footerListUpper .nav-item::before {
    height: 11px;
    width: 11px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    /* border-radius: 10px; */
    margin-top: 15px;
    margin-right: 10px;
    content: "";
    color: white;
}

.footerList ul {
}

.footerList a {
    text-align: left;
    color: #fff !important;
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
}

.footerleft {
    color: #fff;
    font-family: OpenSans-Regular;
}

.pagefooter {
    padding-top: 30px;
    padding-bottom: 23px;
}

#FooterLogo img {
    background-repeat: no-repeat;
    width: 171px;
    background-size: 100%;
    margin: 0 auto;
}

.contactusContent {
    font-size: 17px;
}

.ftrPhone {
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.divSocialMedia {
    float: left;
    padding: 10px;
}

.DivSocialLogos {
    display: inline-block;
    padding: 10px 0px;
}

.ContentI {
    text-align: center;
    width: 100%;
    line-height: 1.6;
}


/*#endregion*/
/*#region for datetimepicker*/
.k-input-inner {
    right: 0px;
    left: 24px;
    top: 0px;
}

.k-input, .k-picker {
    display: table-row-group !important;
}

.k-datetimepicker {
    border-color: transparent !important;
    color: #000 !important;
    font-size: 15px !important;
    box-shadow: 0px !important;
}

.k-input-solid {
    background: none !important;
}

    .k-input-solid:focus, .k-input-solid.k-focus {
        box-shadow: none !important;
    }

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link, .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    background-color: #00000080 !important;
}

.k-time-header .k-time-now:hover, .k-time-selector-header .k-time-now:hover, .k-button-flat-primary, .k-time-header .k-time-now, .k-time-selector-header .k-time-now {
    color: #00000080 !important;
}

.k-button-solid-base.k-selected, .k-button-solid-primary {
    border-color: #00000080 !important;
    color: white;
    background-color: #00000080 !important
}

.k-icon {
    visibility: hidden;
    background: transparent;
}

.k-datetimepicker > .k-input-button {
    background: url(../images/cal.png);
    height: 23px;
    width: 23px;
    top: 3px;
    display: block;
    background-position: 22px;
    position: absolute;
}

    .k-datetimepicker > .k-input-button:hover {
        background-color: transparent !important;
    }
/*#endregion*/
/*#region for itemdetailpage*/
.ItemDetail {
    /*font-family: OpenSans-Regular;*/
}

#Option-content {
    display: none;
    padding: 7px;
    border: 1px solid #d4d4d4;
    border-top: 0px;
}

.itemName {
    text-align: left;
    color: #186f16;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Barlow-ExtraBold';
}

.sizecodeI {
    display: none;
}

.itemPageButton {
    gap: 10px;
}

#totalPrice {
    border: none;
    background: transparent;
    color: #186f16;
    font-size: 22px;
}

.itemPQ {
}

#numberDropdown {
    padding: 7px;
    border-radius: 10px;
}

.IQuan {
    float: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
    color: #1c1c1c;
}

.SubmitItem, .deleteItem {
    padding: 9px 9px 9px 9px;
    width: 100%;
    background-color: #006b33;
    color: #ffffff;
    border: 2px solid #006b33;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
}

    .SubmitItem:hover {
        background-color: #fff;
        border: 2px solid #006b33;
        color: #006b33;
    }

.deleteItem {
    background-color: #d4d4d4;
    border: 2px solid #d4d4d4;
    color: #000;
}

    .deleteItem:hover {
        background-color: #fff;
        border: 2px solid #186f16;
        color: #186f16;
    }

.HeaderItem {
    color: #000;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    position: relative;
    background-color: #eee !important;
    border: 1px solid #d4d4d4;
    display: flex;
}

#iconItem {
    width: 28px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.OpenDiv {
    display: block !important;
}

.icon-expanded {
    background: url(../images/id-collapse-icon.png)no-repeat;
}

.icon-collapsed {
    background: url(../images/id-expand-icon.png)no-repeat;
}

.spText textarea {
    height: 70px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.sp {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
}

.itemthumb {
}

#quantitydropdownid {
    width: 50px;
}

.itemQuan {
    display: flex;
}
/*#endregion*/
.itemImgUrl {
    display: none;
}

.imgMenuThumb {
    border-radius: 20px;
}

/*#region for checkout*/
.checkoutCart .cartInner {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#Ord-Plc-Btn {
    border: 2px solid #186f16;
    border-radius: 3px;
}

.OrderSettingPanel .k-disabled {
    display: none;
}

.OrderSettingPanel .k-datetimepicker {
    border-color: transparent !important;
    color: black !important;
    font-size: 15px !important;
}

#CheckoutPageContainer .ViewCartTitle {
    display: none;
}

.checkoutCart .ViewCartContainers.active {
    display: block !important;
    transform: none !important;
}
/* General button styling */
.btn-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    position: relative;
}

    .btn-radio::before {
        content: "";
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        display: inline-block;
        position: relative;
        transition: border-color 0.3s;
    }

    .btn-radio::after {
        content: "";
        width: 11px;
        height: 11px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(-50%, -50%) scale(1);
        transition: background-color 0.3s, transform 0.3s;
    }

#btnCredit::after {
    left: 21% !important;
}

.btn-radio.active::before {
    border-color: #007bff;
}

.btn-radio.active::after {
    background-color: #007bff;
    transform: translate(-50%, -50%) scale(0.7);
}

.btn-radio:hover::before {
    border-color: #007bff;
}

.btn-radio.active span {
    font-weight: bold;
    color: #007bff;
}

/* Optional styling for buttons */
.button-group {
    display: flex;
}

    .button-group input[type="radio"] {
        display: none;
        /* Hide the radio buttons */
    }

    .button-group label {
        padding: 9px;
        background-color: rgba(221, 210, 210, 0.521);
        border-radius: 10%;
        cursor: pointer;
        color: black;
        display: flex;
        justify-content: center;
    }

    .button-group input[type="radio"]:checked + label {
        background-color: black;
        color: white;
        /* Change background color when selected */
    }

.btn-primary {
    background-color: transparent !important;
    border-color: #09800a !important;
    box-shadow: none !important;
}

    .btn-primary:focus, .btn-primary:hover {
        /*background-color: #E25E26 !important;
        border-color: #E25E26 !important;*/
        color: white !important;
    }

input[type="date"]:hover {
    /* Highlight border on hover */
    background-color: #f8f9fa; /* Subtle background change */
}

.hidden {
    display: none;
}

.tipContainer {
    width: inherit;
    width: 80px;
}

/*#endregion*/
/*#region for invoice*/
.divinvoiceLogo {
    width: 130px;
}

.bg-secondary {
    background: rgb(111 112 113 / 92%) !important;
}

.orderInfo th {
    padding: 0.26rem !important;
}

.Invoice .table > :not(caption) > * > * {
    background-color: none;
    border-bottom-width: 0px;
}
/*#endregion*/
.web {
    display: flex !important;
}
/*#region for loading screen css*/
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
}
/*#ednregion*/
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Adjust duration and easing as needed */
}

#toast-container {
    display: none;
}

.html5-video-player .video-stream {
    width: 100% !important;
    left: 0px !important;
}
/*#region homepage service section*/
.SerImg {
    background: url(../Images/Services.jpg);
    height: 175px;
    background-repeat: no-repeat;
    width: 175px;
    margin: 0px auto;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 24px;
    height: 100%;
    right: 0px;
    background-image: url(../images/SepratorSER.jpg);
}

.ServicesCards:hover {
    color: #E25E26;
}

.ServicesCards .btn {
    Padding: 10px !important;
    Color: #fff;
    border: 1px solid white !important;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 15px;
    background: #E25E26 !important;
    color: white !important;
    font-weight: bold;
}

.ServicesCards:hover .btn-primary {
    background-color: #E25E26 !important;
    color: white !important;
}

#SImg1:hover {
    background-position: 0px -187px;
}

.card:hover #SImg1 {
    background-position: 0px -187px;
}

#SImg2 {
    background-position: -739px 0px;
}

    #SImg2:hover {
        background-position: -739px -187px;
    }

.card:hover #SImg2 {
    background-position: -739px -187px;
}

#SImg3 {
    background-position: -374px 0px;
}

    #SImg3:hover {
        background-position: -374px -187px;
    }

.card:hover #SImg3 {
    background-position: -374px -187px;
}

#SImg4 {
    background-position: -560px 0px;
}

    #SImg4:hover {
        background-position: -560px -187px;
    }

.card:hover #SImg4 {
    background-position: -560px -187px;
}
/*#endregion*/
/*#region*/
#divAnnouncementTitleContainer {
    clear: both;
    text-align: left;
    padding: 10px 20px 15px;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
}

    #divAnnouncementTitleContainer:hover {
        border: 1px solid #ccc;
    }

#tblAnnouncementTitle {
    width: 100%;
}

#tdAnnouncementTitle {
    vertical-align: top;
    text-align: left;
    width: 500px;
}

.lblAnnouncementTitle {
    font-size: 16px;
    color: #006b33;
    text-decoration: none;
    font-family: 'Barlow-Bold';
}

    .lblAnnouncementTitle:hover {
        text-decoration: underline;
    }

.lblAnnouncementDescription {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.lnkAnnouncement {
    text-decoration: none;
}

.lblAnnouncementTiming {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: bold;
}

.imgAnnouncement {
    width: 250px;
    height: 150px;
}

#divAnnouncementImageAndDescriptionContainer {
    padding-top: 5px;
}

.divAnnouncementTiming {
    width: 100%;
    background-image: url(../Images/Timings.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    min-height: 20px;
    background-size: 19px;
    background-position: 3px 6px;
}

#divAnnouncementDescriptionContainer {
    height: 110px;
    overflow: hidden;
}

#divAnnouncementContainer,
#divPastAnnouncementContainer {
    text-align: left;
}

.tdAnnouncementImage {
    display: none;
}

#divAnnouncementNavigationContainer {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
}

#divPastAnnouncementTitle,
#divAnnouncementTitle {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 12px;
    color: #5a5a5a;
    font-size: 18px;
}

#tblAnnouncementItemTemplate {
    width: 100%;
}

#tdAnnouncementImage {
    text-align: center;
    vertical-align: top;
    width: 250px;
}

#tdAnnouncementContent {
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.eventsIcon {
    background-image: url("../Images/EventsDisplayBoard.png");
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    height: 120px;
    padding-right: 25px;
    width: 125px;
}

#divAnnouncementDescriptionContainer img {
    max-height: 110px;
    max-width: 120px;
}

#tdAnnouncementIconImage {
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding-top: 10px;
}

.lblDate,
.lblYear {
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
    color: #000;
    float: left;
    width: 100%;
    padding-top: 3px;
    line-height: 1.6;
}

.hlnkViewMore {
    text-decoration: none;
    color: #620f19;
}

.lblMonth {
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    text-align: center;
    padding-bottom: 12px;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
}
/*#endregion*/
/*for custom button*/


/*end custom button*/
/* menu category Carousel */
.category-card {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
    padding: 2rem;
    display: flex;
    align-items: center;
    align-items: center;
    background: none;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 4%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .category-card img {
        height: 150px;
        width: 150px;
        object-fit: cover;
        border: 1px solid #959595;
        border-radius: 50%;
        padding: 2px;
    }

    .category-card:hover {
        background: #ffffff;
    }

.category-card {
    width: 300px !important;
}
/* end */

/*start testimonial swiper*/
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-block {
    width: 90%;
    background-color: #f8f9fa;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 360px;
    margin: 0rem 2rem;
}

.swiper-pagination-bullet {
    background-color: #999;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.swiper-pagination {
    position: initial !important;
    margin-top: 1rem;
}

.swiper-pagination-bullet-active {
    background-color: #007bff;
}

.TestContent {
    text-align: left;
}

@media (min-width: 768px) {
    .swiper-slide {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .swiper-slide {
        width: 25%;
    }
}

.testimonialuser {
    display: flex;
    align-items: center;
    gap: 10px;
}

#scrollableMenu {
    padding: 1rem 0;
}

    #scrollableMenu a {
        text-decoration: none;
        color: #212121;
    }

.swiper {
    overflow: visible; /* Ensure the next slide is partially visible */
}

.swiper-slide {
    transition: transform 0.25s ease; /* Smooth transition for sliding */
}

.swiper-wrapper {
    margin-left: -10px; /* Slight negative margin to show part of the next slide */
}

@media (min-width: 768px) {
    .swiper-wrapper {
        margin-left: -20px; /* Adjust for medium screens */
    }
}

@media (min-width: 1200px) {
    .swiper-wrapper {
        margin-left: -30px; /* Adjust for large screens */
    }
}

/*end testimonial swiper*/
/*background images*/
.bg1 {
    top: 0;
}

    .bg1 img {
        width: 12vw;
    }

.bg2 {
    top: 0;
    right: 16px;
}

    .bg2 img {
        width: 12vw;
    }

.bg3 {
    bottom: -3rem;
    left: 16px;
}

    .bg3 img {
        width: 10vw;
    }

.bg4 {
    bottom: -3rem;
    right: 16px;
}

    .bg4 img {
        width: 10vw;
    }
/*end*/

/*added by alkesh for scroll to top*/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus, {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #a91a16;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 18px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #fff;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
/*end by alkesh*/
/*added alkesh for eventpage*/
.event-body {
    background: floralwhite;
}

.event-month {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.calender {
    background: burlywood;
}

.news-description:not(:has(img)),
.news-description:not(:has(img)) {
    height: 250px;
    overflow: hidden;
}

.events-card-past, .events-card-upcoming {
    cursor: pointer;
}

@media (max-width:902px) {
    .event-description img {
        width: 100%;
    }
}

.event-navigation {
    background: antiquewhite;
    padding: 0.5rem 1rem;
}
/*end added by alkesh*/

.swiper-slide {
    height: auto !important;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background-color: #006b33;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}
.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}
.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #000;
    border: 2px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    z-index: 1021;
    display: none;
    justify-content: center;
    padding-left: 6px;
    left: 0px;
    padding-top: 13px;
}
@media (max-width: 991.98px) {
    #floatingCart {
        display: none !important;
    }
    .bottomCart {
        display: block;
    }
    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: -7px !important;
        color: #ffffff;
        left: -6px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 18px;
    }
    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
}
.sticky-top {
 z-index:999;   
}
#VipRegHeading {
    color:#006b33;
}
.OrderNowBtn {
    background-color: #006b33;
    border-radius: 7px;
    border: 1px solid #006b33;
    padding: 8px 10px;
    color: #fff;
    font-family:Barlow-ExtraBold;
    text-decoration:none;
}
    .OrderNowBtn:hover {
        background-color: #fff;
        border-radius: 7px;
        border: 1px solid #006b33;
        padding: 8px 10px;
        color: #006b33;
        font-family: Barlow-ExtraBold;
        text-decoration: none;
        transition: 0.2s ease-in-out;
    }
.GalleryImgTxtBox img {
    border-radius: 30px;
    border: 4px solid #fff;
    height: 100%;
    width: 100%;
}
#myTabContent {
    display: block !important;
}
.GalleryImgTxtBox {
    cursor: pointer;
    height: 310px;
    width: 430px;
}