*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: GalanoGrotesque;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/galanogrotesque-regular.otf") format("opentype");
    /* src: url("../fonts/GalanoGrotesque/galanogrotesque-regular.otf") format("opentype"); */
    font-display: swap;
  }

  @font-face {
    font-family: GalanoGrotesque;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/galanogrotesque-medium.otf") format("opentype");
    font-display: swap;
  }

  @font-face {
    font-family: GalanoGrotesque;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/galanogrotesque-semibold.otf") format("opentype");
    font-display: swap;
  }

body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'GalanoGrotesque', sans-serif;
}

a:hover{
    text-decoration: none;
}
.text-large{
    color: #969696;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 15px;
    text-align: center;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.icon-sm{
    width: 32px;
}

.bg-primary{
    background-color: #2c2c2c !important;
}

.bg-primary p{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 35px;
    width: 100%;
    margin: 0;
}

.btn-primary{
    background-color: #2c2c2c;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-color: transparent;
    z-index: 0;
}

.btn-primary:hover {
    color: black;
    background-color: #ffde15;
    border-color: #ffde15;
}

.btn-outline-primary{
    background-color: transparent;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-color: transparent;
    padding: 8px 35px;
    width: 100%;
    margin: 10px 0;
}

.cursor-pointer{
    cursor: pointer;
}

.section {
    padding: 30px 0;
}

.content-md{
    font-size: 18px;
}

.title{
    font-size: 36px;
    font-weight: 500;
}
.title-sm{
    color: black;
    font-size: 28px;
    font-weight: 500;
}

.small-title {
    font-size: 22px;
    font-weight: 500;
}

.partition {
    height: 8px;
    background-color: #f2f2f2;
    border: 0;
    border-top: 1px solid #d2d2d2;
    margin: 0;
    padding: 0;
}

/* header section start css */
.topbar {
    background: #ff6d3c;
    color: white;
}
.header-search .input-group {
    background-color: #F3F3F2;
    border-radius: 6px;
}

.navbar .nav-link{
    border-radius: 25px;
    color: #2c2c2c;
    font-weight: 500;
    transition: 0.3s ease;
}

.navbar .nav-link:hover{
    background-color: #F3F3F2;
}
.sticky-header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #cfcfcf;
    z-index: 99;
}

/* header section end css */

/*Responsive mobile menu bottom*/
.mob{
    display: none;
}
.sticky_section {
    background-color: rgb(255 255 255);
    padding: 8px 20px;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    box-shadow: 0 4px 12px #00000061;
    border-radius: 20px 20px 0 0;
}
.scroll-box {
    text-align: center;
}
.scroll-box a{
    color: #404040;
}
.scroll-box p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    color: #404040;
    font-weight: bold;
}

.categories-menu .nav-link{
    color: black;
}

.main-section{
    padding: 30px 0 0 0;
}
.cart-icon{
    position: relative;
}
.cart-label {
    position: absolute;
    display: flex;
    height: 16px;
    width: 16px;
    align-items: center;
    justify-content: center;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    top: 0px;
    left: 30%;
}

/* Online Food Delivery Store section start */

/* .hero-img{
    height: 70vh;
}
.hero-img img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
} */

.delivery-store .custom-container-fluid{
    padding: 20px 0px 10px;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;

}

.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0;
    opacity: 1;
}

.carousel-indicators .active{
    background-color: #2c2c2c !important;
}

.delivery-store .delivery-content{
    border-radius: 18px;
    box-shadow: rgb(0 0 0 / 30%) -2px 2px 8px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px 0;
    text-align: center;
    width: 22%;
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}


.categories-wrapper img{
    border-radius: 18px;
}
/* Online Food Delivery Store section end */


.discount-wrapper {
    overflow-x: scroll;
}
.flex-nowrap {
    flex-wrap: nowrap!important;
}
.flex-row {
    flex-direction: row!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.offer-img{
    border-radius: 12px;
    box-shadow: 0 4px 12px #00000038;
}
.offer-img img{
    border-radius: 12px;
}
/* newly section start */
.newly-wrapper {
    padding: 0 12px;
    flex: 0 0 calc(20% - 3px);
}
.newly-wrapper .newly-img{
    width: 100%;
    height: 200px;
    cursor: pointer;
    border-radius: 12px;
}

.newly-wrapper .newly-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    border-radius: 12px;
}

select{
    background-color: white;
	/* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius:2px;
  border:none;
  color: #ffffff;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* newly section end */



/* footer section start css */
.footer{
    background-color: #2c2c2c;
    color: #fff;
    padding: 40px 0;
}

.social-icons {
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    transition: 0.3s ease;
}
.social-icons:hover{
    background: #FFDE15;
    color: black;
}

.footer-link{
    transition: 0.3s ease;
    color: white;
}
.footer-link:hover{
    color: #FFDE15;
}

.footer .footer-menu{
    padding: 0 ;
}

.footer .footer-menu h3{
    margin: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer .footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-menu ul li{
    padding: 5px 0;
}

.footer .footer-menu ul li a{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer .text-center .footer-logo{
    width: 180px;
}

.footer .text-center h3{
    margin: 15px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer .text-center ul{
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .text-center ul li{
    padding: 0 10px;
}

.footer .text-center ul li a{
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.subfooter{
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.subfooter p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.footer-menu .payment-gateway{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu .payment-gateway li{
    width: 25%;
    margin: 10px 0;
}

.footer-menu .payment-gateway img{
    width: 52px;
}
/* footer section end css */


/* modal section start css */

.modal .modal-body .custom-product h3{
    color: #2c2c2c;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}

.modal-newly-img{
    width: 65%;
    height: 400px;
    margin: 0 auto 25px;
}

.modal-newly-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.modal .modal-body .new-item {
    display: flex;
    align-items: center;
}

.modal .modal-body .new-item p.item-new {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #008f00;
    border-radius: 5px;
    padding: 5px 15px;
    color: #FFF;
    margin-left: 5px;
    font-weight: 500;
}


.modal .modal-body .new-item p.item-hot{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #f3ac3c;
    border-radius: 5px;
    padding: 5px 15px;
    color: #000;
    margin-left: 5px;
    font-weight: 500;
}

.modal .modal-body .new-item p.item-favorite{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #e03021;
    border-radius: 5px;
    padding: 5px 15px;
    color: #000;
    margin-left: 5px;
    font-weight: 500;
}

.modal .modal-body p.text-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    border-bottom: 1px solid #2c2c2c;
}

.modal .modal-body .modal-section-one{
    padding: 10px 0;
}
.modal .modal-body .modal-section-one h5{
    color: #5e5e5e;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.modal .modal-body .modal-section-one span{
    color: #6c757d;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.modal .modal-body .modal-section-sub{
    border: 1px solid #CCC;
    padding: 10px 25px;
    margin: 5px 0;
}

.modal .modal-body .modal-section-one p{
    color: #212529;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 0;
}

/* modal section end css */

.newly-section select.order-online-select{
    max-width: 180px;
    margin: 0 20px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.order-section .newly-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 25px;
    overflow: auto;
}

.order-section .newly-wrapper{
    margin: 15px 5px;
    background-color: #FFF;
}

.about .container p{
    color: #212529;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0 0; 
}

.order-details .container .order-timer{
    padding: 15px 0;
}

.order-details .container .order-timer h2,
.question-order .container h3.text-center{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 0 10px 0;
}

.order-details .container .order-timer h2 a{
    color: #2c2c2c;
}

.order-details .container .order-timer p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
    color: #5e5e5e;
}

.order-details .container .order-timer .price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}


.order-details .order-process ul{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.question-order .container .question-social{
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-order .container .question-social .btn-outline-primary{
    border: 1px solid #2c2c2c;
    margin: 25px;
    width: 260px;
}

.sidebar-wrapper{
    width: 280px;
    height: calc(100vh - 0px);
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.sidebar-wrapper .sidebar-close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.sidebar-wrapper .sidebar-menu{
    margin: 35px 0;
}

.sidebar-wrapper .sidebar-menu h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 20px 0 10px 30px;
}

.sidebar-wrapper .sidebar-menu ul{
    list-style: none;
}

.sidebar-wrapper .sidebar-menu ul li{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 0 10px 30px;
}

.sidebar-wrapper .sidebar-menu ul li a{
    color: #000;
    text-decoration: none;
}

.sidebar-wrapper .sidebar-footer{
    position: absolute;
    bottom: 0;
    text-align: center;
}

.sidebar-wrapper .sidebar-footer img{
    width: 60px;
}

.minus span, .number .plus span{
    font-size: 18px;
}

.item-cart{
    background-color: #2c2c2c;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #FFF;
    padding: 6px 15px;
    margin: 0 5px;
    position: absolute;
    right: 50px;
    top: 15px;
    border-radius: 50px;
}
.prod_img img{
    width: 85px;
}
.whatsapp-icon-foot {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    line-height: 60px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 6px #0000003b;
}
.order-details{
    margin: 40px 0 0;
}

.order-details ul li{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 5px 0;
    color: #5e5e5e;
    text-align: center;
    position: relative;
}
.order-details ul li i {
    background-color: white;
}

.order-details ul li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 17px;
    z-index: -1;
}
.order-details ul li:first-child:after {
    left: 50%;
}
.order-details ul li:last-child:after {
    left: 0%!important;
    width: 0% !important;
}

.about-img{
    width: 100%;
    height: 500px;
}

.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.discount-wrapper{
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.delivery-store .card{
    height: 100%; 
    border-radius: 18px; 
    box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 8px;
}

.delivery-store .discount-wrapper{
    padding: 20px 0px 10px; 
    display: flex; 
    justify-content: flex-start; 
    margin: 0 10px;
}

.delivery-store .discount-wrapper .col-10{
    padding: 0px; 
    margin-left: 10px;    
}


.fixed-menu{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    z-index: 9999;
    border-radius: 20px;
}

.fixed-menu .fixed-menu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.fixed-menu img{
    width: 40px;
    height: 40px;
}

.fixed-menu-list{
    position: absolute;
    right: 0px;
    bottom: 50px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 217px;    
}

.fixed-menu-list ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

.fixed-menu-list ul li{
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: white;
    border-color: #2c2c2c;
    color: #2c2c2c;
    box-shadow: none;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    border: 1px solid;
}

.fixed-menu-list ul li a{
    color: #000;
    text-decoration: none;
}

.fixed-menu-list ul li img{
    width: 20px;
    margin-left: 0px;
}

.newly-section{
    z-index: 0;
}


.checkout-popup{
    position: fixed;
    right: 0;
    top: 0;
    min-width: 40%;
    max-width: 95%;
    z-index: 999;
    border: 1px solid #2c2c2c;
    background-color: #FFF;
    height: calc(100vh - 0px);
}

.checkout-popup .popup-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2c2c;
    padding: 8px 15px;
}

.checkout-popup .order-details .item-popup-list{
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 350px);
}

.checkout-popup .bill-details{
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 100%;
    border-top: 1px solid #2c2c2c;
}

.checkout-popup .bill-details .item-count p{
    max-width: 400px;
    text-align: right;
}

.checkout-popup .order-details .item-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 0;
}

.checkout-popup .order-details .item-details .item-count{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-popup .order-details .item-details .item-count .number{
    margin: 0;
}

.checkout-popup .order-details .item-details .item-count p{
    margin: 0;
    padding-left: 15px;
}

.checkout-popup .order-details .item-details .item-name h5{
    font-size: 20px;
    font-weight: 400;
}


.checkout-popup .order-details .item-details .item-name p{
    font-size: 18px;
    font-weight: 400;
}

.checkout-popup .checkout-price{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.checkout-popup .checkout-price .btn{
    margin: 0;
    border-radius: 0;
    padding: 10px 0;
}

/* The container */
.remember-section .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default checkbox */
.remember-section .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.remember-section .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.remember-section .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.remember-section .container-checkbox input:checked ~ .checkmark {
    background-color: #2c2c2c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.remember-section .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember-section .container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember-section .container-checkbox .checkmark:after {
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

#Checkout .form-group label{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
}

#Checkout .form-group small,#Checkout .form-group span{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
}

#Checkout .form-group input{
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

#Checkout .salf-address .nav-item{
    width: 50%;
    text-align: center;
}

#Checkout .salf-address .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #2c2c2c !important;
    color: #FFF !important;
}

#Checkout .salf-address .nav-pills .nav-link{
    color: #000;
    border: 1px solid #2c2c2c;
}

#Checkout .pickup-address{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: 25px;
    margin: 15px 0;
}

#Checkout .pickup-address h3{
    color: #5e5e5e;
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
}

#Checkout .pickup-address p{
    color: #5e5e5e;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#Checkout .card-summary{
    padding: 10px 0;
}

#Checkout .card-summary h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#Checkout .card-summary .popup-card-price{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#Checkout .card-summary .popup-card-price p:first-child{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 49%;
    margin: 0;
    padding: 10px 0;
    color: #2c2c2c;
}

#Checkout .card-summary .popup-card-price p:last-child{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 49%;
    margin: 0;
    padding: 10px 0;
    color: #2c2c2c;
}

#Checkout .remember-section{
    padding: 10px 0;
}

#Checkout .remember-section h6{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#Checkout .remember-section p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#Checkout .btn-primary{
    padding: 15px 0;
    margin: 0;
}



#Checkout .modal-header{
    text-align: center;
    position: relative;
    display: block;
}

.modal-header .close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.order-modal .modal-body h3{
    font-size: 30px;
    font-weight: 500;
    color: #25D366;
    margin: 0;
    padding: 10px 0 0;
}

.order-modal .modal-body p{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 0;
}

.order-modal .modal-body a.btn-primary{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #25D366;
    margin: 10px 0;
    padding: 10px 0;
}

.order-modal .modal-body small{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
}

.order-modal .modal-body small b{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
}

.order-modal .modal-body small a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #25D366;
    margin: 0;
    padding: 0;
}

.slider-wrapper .carousel-inner .carousel-item{
    width: 100%;
    max-height: 80vh;
}

.slider-wrapper .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.navbar-brand img{
    padding: 0;
    width: 150px;
}


.modal .carousel-inner .carousel-item{
    width: 100%;
    height: 250px;
}

.modal .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    display: none;
  }
  
  .product-wrapper::-webkit-scrollbar {
    display: none;
  }
  .product-wrapper:hover::-webkit-scrollbar {
    display: block;
  }
  
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6; 
    border-radius: 5px;
}

.banner .banner-over{
    display: flex;
    align-items: center;
    padding: 0 15px;
    overflow-x: scroll;
}

.banner .banner-img{
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
}

.banner .banner-img .price-off{
    background-color: #2c2c2c;
    padding: 15px 25px;
    color: #FFF;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.banner .banner-img .price-off a{
    color: #FFF;
}

.banner .banner-img img{
    width: 125px !important;
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
}

.banner .banner-img .price-off h3 {
    margin: 15px 0;
    font-size: 24px;
    letter-spacing: 0.5px;
}


@media screen and (max-width: 991px) {
    .hero-img {
        height: 100%;
    }

        .hero-img img {
            height: 100%;
        }

    .newly-wrapper {
        flex: 0 0 calc(40% - 3px);
    }
}

@media screen  and (max-width: 767px){
    .mob {
        display: block;
    }
    .title {
        font-size: 30px;
    }
    .newly-wrapper .newly-img {
        height: 200px;
    }
    .banner .banner-img {
        max-width: fit-content;
        max-width: -moz-fit-content;
        margin: auto;
    }
    .main-section {
        padding-bottom: 70px;
    }
    .whatsapp-icon-foot {
        bottom: 80px;
    }
    .newly-wrapper {
        flex: 0 0 calc(45% - 3px);
    }
}
@media screen  and (max-width: 479px){
    .title {
        font-size: 28px;
    }
    .main-section {
        padding: 15px 0 0 0;
    }
    .title-sm {
        font-size: 22px;
    }
    .content-md {
        font-size: 16px;
    }
    .newly-wrapper .newly-img {
        height: 140px;
    }
    .footer-link {
        transition: 0.3s ease;
        color: white;
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .subfooter p {
        font-size: 12px;
    }
    .footer-menu .payment-gateway img {
        width: 42px;
    }
    .whatsapp-icon-foot {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .prod_img img {
        width: 56px;
    }
    .newly-wrapper {
        flex: 0 0 calc(49% - 3px);
    }
}
@media screen  and (max-width: 320px){
    .banner .banner-img img {
        width: 105px !important;
    }
    .small-title {
        font-size: 16px;
    }
    .content-md {
        font-size: 14px;
    }
    .newly-wrapper {
        flex: 0 0 calc(50%);
    }
 
    .order-details ul li p{
        font-size: 12px;
    }
}
@media screen  and (min-width: 768px){
    .w-md-50{
        width: 50% !important
    }
    .w-md-auto{
        width: auto !important;
    }
}


@media (max-width: 575.98px){
    /* .newly-section .newly-wrapper{
        width: 46%;
        padding: 0;
        margin: 0 5px;
    } */
    
    .delivery-store .discount-wrapper .col-10{
        margin: 0;
    }

    .delivery-store .card{
        margin: 20px 0;
    }

    .question-order .container .question-social{
        display: block;
    }

    .question-order .container .question-social .btn-outline-primary{
        width: 100%;
        margin: 15px 0;
        font-size: 16px;
    }

    .delivery-store .discount-wrapper{
        margin: 0;
        display: block;
    }
    .about-img{
        width: 100%;
        height: 300px;
    }
    .text-large{
        font-size: 24px;
    }

    .categories-container{
        overflow-x: scroll;
    }

    .footer .footer-menu h3{
        font-size: 18px;
    }
    .footer .footer-menu ul li a{
        font-size: 14px;
    }

    .categories-container .categories-wrapper{
        text-align: center;
        width: 50%;
        margin: 20px;
    }

    .checkout-popup{
        width: 85%;
        right: 0px;
        top: 0px;
    }

    .checkout-popup .card-summary h3{
        font-size: 16px;
    }
    .checkout-popup .order-details .item-details .item-name h5{
        font-size: 14px;
    }

    .categories-container .categories-wrapper img{
        width: 85px;
    }

    .checkout-popup .number{
        border: 0;
    }

    .checkout-popup .number .minus, .checkout-popup .number .plus, .checkout-popup .number input{
        width: 20px;
        border: 0;
        font-size: 16px;
    }

    .checkout-popup .order-details{
        margin: 20px 0 0 ;
    }
    #Checkout .card-summary .popup-card-price p{
        padding: 15px 20px;
    }
    .item-cart{
        padding: 5px 8px;
        right: 26px;
        margin: 5px 10px;
        font-size: 10px;
    }
    .header-section .sidebar-icon img, .header-section .whatsapp-icon img{
        width: 20px;
        
    }

    .modal-newly-img{
        width: 100% ;
    }

    .header-section{
        padding: 0 10px;
    }

   

    .delivery-store .delivery-content{
        width: 100%;
        flex: 0 0 75%;
        max-width: 75%;
        padding: 20px 0 0;
    }
    .delivery-store .delivery-content h3{
        margin: 0;
        padding: 0;
    }

    .categories-container .categories-wrapper h3{
        font-size: 13px;
    }

    #Checkout .form-group label,
    #Checkout .form-group input,
    #Checkout .card-summary .popup-card-price p:first-child,
    #Checkout .card-summary .popup-card-price p:last-child,
    .remember-section .container-checkbox,
    #Checkout .remember-section p,
    .order-details .container .order-timer p,
    .order-modal .modal-body p,
    .order-modal .modal-body a.btn-primary,
    .order-modal .modal-body small,
    .about .container p{
        font-size: 14px;
    }

    .order-details .container .order-timer h2, .question-order .container h3.text-center,
    .order-modal .modal-body h3{
        font-size: 20px;
    }



   
}

@media (min-width: 576px) and (max-width: 767px) { 
    .newly-section .newly-container .newly-wrapper{
        width: 100%;
        padding: 0;
        margin: 0 15px;
    }
    .newly-section .newly-container{
        padding: 0;
    }
    /* .newly-section select.order-online-select{
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    } */

    .slider-wrapper .carousel-inner .carousel-item{
        width: 100%;
        height: calc(100vh - 400px);
    }

    .question-order .container .question-social{
        display: block;
    }
    .question-order .container .question-social .btn-outline-primary{
        width: 100%;
        margin: 15px 0;
    }
 
    .footer .text-center ul{
        display: block;
    }
    .about-img{
        width: 100%;
        height: 300px;
    }
    .text-large{
        font-size: 36px;
    }
    .categories-container .categories-wrapper{
        margin: 25px auto;
    }
    .checkout-popup{
        width: 85%;
        right: 0px;
        top: 0px;
    }

    .checkout-popup .card-summary h3{
        font-size: 16px;
    }
    .checkout-popup .order-details .item-details .item-name h5{
        font-size: 14px;
    }

    .checkout-popup .number{
        border: 0;
    }

    .checkout-popup .number .minus, .checkout-popup .number .plus, .checkout-popup .number input{
        width: 20px;
        border: 0;
        font-size: 16px;
    }

    .checkout-popup .order-details{
        margin: 20px 0 0 ;
    }
    #Checkout .card-summary .popup-card-price p{
        padding: 15px 20px;
    }

    .item-cart{
        padding: 5px 8px;
        right: 26px;
    }
    .header-section .sidebar-icon img, .header-section .whatsapp-icon img{
        width: 20px;
        
    }

    .modal-newly-img{
        width: 100% ;
    }

    .header-section{
        padding: 0 10px;
    }

   

    .delivery-store .delivery-content{
        width: 100%;
        flex: 0 0 50%;
      
        max-width: 50%;
    }

    .categories-container{
        overflow-x: scroll;
    }

    .categories-container .categories-wrapper{
        text-align: center;
        width: 50%;
        margin: 20px;
    }

    .categories-container .categories-wrapper h3{
        font-size: 13px;
    }

    #Checkout .form-group label,
    #Checkout .form-group input,
    #Checkout .card-summary .popup-card-price p:first-child,
    #Checkout .card-summary .popup-card-price p:last-child,
    .remember-section .container-checkbox,
    #Checkout .remember-section p,
    .order-details .container .order-timer p,
    .order-modal .modal-body p,
    .order-modal .modal-body a.btn-primary,
    .order-modal .modal-body small,
    .about .container p{
        font-size: 14px;
    }

    .order-details .container .order-timer h2, .question-order .container h3.text-center,
    .order-modal .modal-body h3{
        font-size: 20px;
    }
 }

@media (min-width: 768px) and (max-width: 991.98px) { 
   
    .question-order .container .question-social .btn-outline-primary{
        width: 100%;
        margin: 15px 10px;
        padding: 10px 15px;
    }

    /* .delivery-store .custom-container-fluid{
        display: block;
    }     */

   

    .categories-container{
        overflow-x: scroll;
    }

    .categories-container .categories-wrapper{
        text-align: center;
        width: 50%;
        margin: 20px;
    }

    .categories-container .categories-wrapper h3{
        font-size: 13px;
    }

    #Checkout .form-group label,
    #Checkout .form-group input,
    #Checkout .card-summary .popup-card-price p:first-child,
    #Checkout .card-summary .popup-card-price p:last-child,
    .remember-section .container-checkbox,
    #Checkout .remember-section p,
    .order-details .container .order-timer p,
    .order-modal .modal-body p,
    .order-modal .modal-body a.btn-primary,
    .order-modal .modal-body small{
        font-size: 16px;
    }

    .order-details .container .order-timer h2, .question-order .container h3.text-center,
    .order-modal .modal-body h3{
        font-size: 22px;
    }

    .text-large{
        font-size: 22px;
    }
 }


 @media (min-width: 992px) and (max-width: 1199.98px) { 
   

    .slider-wrapper .carousel-inner .carousel-item{
        width: 100%;
        height: calc(100vh - 35 0px);
    }
    .delivery-store .delivery-content{
        width: 100%;
        flex: 0 0 35%;
        max-width: 35%;
        
    }
    .categories-container{
        overflow-x: scroll;
    }

    

    .categories-container .categories-wrapper{
        text-align: center;
        width: 25%;
        margin: 20px;
    }
 }

 @media (min-width: 1200px) and (max-width: 1440.98px){
    .delivery-store .delivery-content{
        width: 100%;
        flex: 0 0 25%;
        max-width: 25%;
        
    } 
 }





