 

/* CSS Reset */
:root {
    --p-color: #d01201;
    --s-color: #ffc901;
    --g-color: #000000;
    --bg-color: #FFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
    margin: 0;
    padding: 0;

}

body {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
 
}

ol,
ul {
    list-style: none;
}

p {
    font-size: 14px;
    color: #959595;
}

a {
    text-decoration: none;
    color: inherit;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select {
    font: inherit;
    margin: 0;
    padding: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    padding: 0 30px;
    width: 100%;
}

section {
    padding: 30px 0;
}

.section_title {
    margin: 0 0 20px 0;
}

.section_title h2 {
    font-size: 24px;
    color: var(--p-color);
 
}

/** Header **/

header.main_header {
    width: 100%;

    padding: 20px 0;
}

header.main_header .outlet_branding {}


header.main_header .outlet_branding .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.main_header .outlet_branding .d-flex .name_part {}

header.main_header .outlet_branding .d-flex .name_part figure {
    max-width: 190px;
    max-height: 160px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

header.main_header .outlet_branding .d-flex .name_part figure img {
    display: inline-block;
 
}

header.main_header .outlet_branding .d-flex .name_part figure + span {
    font-size: 0;
    display: none;
}
header.main_header .outlet_branding .d-flex.logo-center{
    flex-wrap: wrap;
}
header.main_header .outlet_branding .d-flex.logo-center .name_part {
    display: flex;
    justify-content: center;
}
header.main_header .outlet_branding .d-flex.logo-center .name_part{
    margin-bottom: 10px;
}
header.main_header .outlet_branding .d-flex.logo-center .name_part,
header.main_header .outlet_branding .d-flex.logo-center .right_part{
    width: 100%;
    text-align: center;
}
header.main_header .outlet_branding .d-flex .right_part {}

header.main_header .outlet_branding .d-flex .right_part a {
    font-size: 16px;
    color: #FFF;
    background-color: var(--p-color);
line-height: 1;
    padding: 6px 15px 6px 15px;
    border-radius: 31px;
}
header.main_header .outlet_branding .d-flex .right_part a .phone{
    display: none;
}
header.main_header .outlet_branding .d-flex .right_part a i{
        margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: -1px;
    transform: rotate(5deg);
}

header.main_header .outlet_branding .d-flex .right_part a:hover {}

/** Header End **/




.p-iteam,
.s-iteam {}

.p-iteam span,
.s-iteam span {
    margin: 0 0px;
}

.slected-list {
    margin-top: 0;
    border-top: 0px solid #ccc;
    padding-top: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translate(0px, 0);
    left: 0;
    padding: 10px 0px;
    background-color: #fbfbfb;
        box-shadow: 0px -5px 4px rgb(0 0 0 / 3%);
        z-index: 2;

}

.slected-list.disable {
    opacity: 0.5;
    pointer-events: none;
    transform: translate(0px, 100%);
}

.slected-list-details {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    width: 100%;
    padding: 20px 30px 10px 30px;
    background: #fbfbfb;
    left: 0;
        box-shadow: 0px -5px 4px rgb(0 0 0 / 12%);
}

.slected-list-details.show {
    display: block;
}

.slected-list .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slected-list .container span.total-price {
    margin-left: auto;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 500;
}

.slected-list-details .list {}

.slected-list-details .list .s-iteam {
    display: flex;
    line-height: 1;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e74a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.slected-list-details .list .s-iteam button {
    width: 25px;
    height: 25px;
    appearance: none;
    border: 1px solid #b5b5b5;
    background: #FFF;
    border-radius: 15px;
    line-height: 0px;
    padding: 0px 0px 1px 0px;
    font-size: 14px;
    cursor: pointer;
}

.slected-list-details .list .s-iteam span.quantity {
    width: 30px;
    text-align: center;
        font-size: 12px;
}

.slected-list .container .s-iteam span.total-price:before {
    content: '₹';
}

.slected-list-details .list .s-iteam span.total-price {
    margin-right: 10px;
    width: 60px;
        font-size: 12px;
}
.slected-list-details .list.heading-bar {
    font-weight: 600;
}

.slected-list-details .list.heading-bar span.price {
    width: 60px;
    margin-left: auto;
    margin-right: 10px;
}

.slected-list-details .list.heading-bar span.quantity-box {
    width: 80px;
}
 .slected-list button.show-hide-details,
.slected-list .place-order{
    padding: 4px 21px 4px 6px;
    appearance: none;
    background: none;
    font-size: 13px;
    color: var(--p-color);
    font-weight: 500;
    border: 1px solid var(--p-color);
    position: relative;
}
.slected-list .place-order{
    padding: 4px 6px 4px 6px;
        background-color: var(--p-color);
    color: #FFF;
    margin-left: 5px;
}
.slected-list-details .list.iteam-list {
    max-height: 220px;
    overflow: auto;
    padding: 0 10px;
    margin: 0 -10px;
}

.slected-list button.show-hide-details:after {
    content: '';
 
}
.search-section .search-cover .search-result {
    margin-top: 0;
    border: 0px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    background-color: #f9f9f9;
}

.search-section .search-cover .search-result .search-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.search-result-item button {
    padding: 3px 8px;
    cursor: pointer;
}


.search-section {
        
    margin-bottom: 15px;
}

.search-section .search-cover {}

.search-section .search-cover input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #dddddd;
    font-size: 14px;
}

.search-section .search-cover input:focus {
    border: 1px solid #585858;
}

.search-section .search-cover.active-search {}

.search-section .search-cover.active-search .search-result {
    padding: 10px 20px;
    border-radius: 5px;
}

.search-section .search-cover .search-result .search-result-item span.name {}

.search-section .search-cover .search-result .search-result-item span.add-to-cart-from-result {
    width: 55px;
}

.search-section .search-cover .search-result .search-result-item span.price {
    margin-left: auto;
    margin-right: 10px;
}

.p-iteam span.detail {
    color: #959595;
    font-size: 14px;
}

.p-iteam span.name {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #2c2c2c;
    margin-bottom: 5px;
}

span.add-to-cart,
.add-to-cart-from-result {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid var(--p-color);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: var(--p-color);
    font-weight: 500;
    cursor: pointer;
}
span.add-to-cart{
    min-width: 57px;
    text-align: center;
    padding: 5px 5px;
}
span.add-to-cart:hover,
.add-to-cart-from-result:hover,
span.add-to-cart:focus,
.add-to-cart-from-result:focus {
    background-color: var(--p-color);
    color: #FFF;
}

.text_section .content-part {
    padding: 25px 50px 40px 50px;
    background-color: var(--p-color);
    border-radius: 5px;
}

.text_section .content-part h2 {
    font-size: 24px;
    margin: 10px 0;
}
.text_section .content-part * {
    color: #FFF;
}
.text_section .content-part.text-center {
    text-align: center;
}

.note {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

/* list-with-img */

.list-with-img {}

.list-with-img .list-menu-d {}

.list-with-img .list-menu-d .list-menu-iteam {
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-cover {}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail {}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part {
    width: 190px;
    position: relative;
    order: 1;
}
.list-with-img .list-menu-d .list-menu-iteam .iteam-cover.no-img {}

.list-with-img.list_menu .list-menu-d .list-menu-iteam .iteam-cover.no-img .iteam-detail .name-info {
    order: 1;
    padding-left: 0 !important; 
}

.list-with-img.list_menu .list-menu-d .list-menu-iteam .iteam-cover.no-img .iteam-detail  .price-btn {
    order: 2;
}
.list-with-img.list_menu .list-menu-d .list-menu-iteam .iteam-cover .iteam-detail .name-info {
    width: calc(100% - 190px);
    order: 2;
    padding-right: 0;
    padding-left: 15px;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part figure {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part .price-btn {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    justify-content: center;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part .price-btn span.is-price {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part .price-btn span.add-to-cart {
    background: #e9e9e9;
    border-color: #e9e9e9;
    color: #6c6c6c;
    text-transform: uppercase;
    opacity: 0;
}

.list-with-img .list-menu-d .list-menu-iteam .iteam-cover .iteam-detail .name-info span.detail {
    display: block;
    margin-bottom: 5px;
    max-width: 90%;
}

/* list-with-img end */
section.section.single-img {
    text-align: center;
}

section.section.single-img img {
    margin: auto;
}
/* Img part   */



.s-img {
    margin-bottom: 35px;
}

.s-img .img-cover {
    width: 100%;
    height: 400px;
    position: relative;
}

.s-img .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* Img part   End */

/* image_slider   */
.image_slider{
    width: 100%;
    overflow: hidden;
}
.image_slider .slider-img-css {}

.image_slider .slider-img-css figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.image_slider .slider-img-css figure .img-cover {
    position: relative;
    padding-bottom: 60%;
}

.image_slider .slider-img-css figure .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
/* image_slider end */

.menu_tabs ul.tabs-nav {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu_tabs ul.tabs-nav li {
    text-transform: uppercase;
    border: 1px solid #cbcbcb;
    padding: 4px 15px;
    cursor: pointer;
    color: #cbcbcb;
    font-weight: 500;
    font-size: 14px;
}

.menu_tabs ul.tabs-nav li + li {
    border-left: 0;
}

.menu_tabs ul.tabs-nav li.active {
    background: var(--p-color);
    color: #FFF;
    border-color: var(--p-color);
}


section.scroll_bar {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
        margin-bottom: 20px;
}

section.scroll_bar nav {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      overflow-x: auto; /* Enable horizontal scrolling */
      white-space: nowrap;
}

section.scroll_bar .nav-container {
  display: inline-flex;
  white-space: nowrap;
}

section.scroll_bar nav ul {
  display: flex;
  list-style: none;
}

section.scroll_bar nav a {
  text-decoration: none;
  color: #333;
  padding: 10px 0px;
  font-size: 14px;
  display: inline-block;
  transition: color 0.3s, border-bottom 0.3s;
  margin-right: 25px;
  position: relative;
  font-weight: 600;
}

section.scroll_bar nav a.active {
  color: var(--p-color);
}

section.scroll_bar nav a.active:after  { transform: scaleX(1);
  transform-origin: bottom left;
}
section.scroll_bar nav a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    bottom: 0px;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.slider-menu-js ul.slick-dots,
.slider-location-css ul.slick-dots{
    position: relative;
    bottom: 0;
}

.slider-menu-js ul.slick-dots li,
.slider-location-css ul.slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 0;
    font-size: 0;
    overflow: hidden;
}

.slider-menu-js ul.slick-dots button,
.slider-location-css ul.slick-dots button{
    font-size: 0;
    background: var(--p-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    opacity: 0.3;
}

.slider-menu-js .slick-dots li button:before,
.slider-location-css .slick-dots li button:before{
    display: none;
}

.slider-menu-js ul.slick-dots li.slick-active button,
.slider-location-css ul.slick-dots li.slick-active button{
    opacity: 0.8;
}
.slider_menu .list-menu-d.slider-menu-css .list-menu-iteam{
    margin-bottom: 10px;
}

 

.list-menu-d.combo-offer-list span.old-price {
    text-decoration: line-through;
}
 

.list-menu-d.combo-offer-list span.old-price + span.is-price {
    margin-left: auto;
    margin-right: 10px;
    font-weight: 600;
}

.list-menu-d.combo-offer-list {}

.list-menu-d.combo-offer-list .name-info {
    position: relative;
}

.list-menu-d.combo-offer-list .name-info span.name {
    position: absolute;
    bottom: calc(100% + 5px);
    color: #FFF;
}

.menu_with_images .list-menu-d.combo-offer-list .list-menu-iteam .img-part {margin-bottom: 0 !important;}

.list-menu-d.combo-offer-list .name-info ul.list_inn {
    padding: 5px 0 0 0;
}

.list-menu-d.combo-offer-list .name-info ul.list_inn li {border-bottom: 1px dashed #c3c3c3;padding: 8px 0;}

.list-menu-d.combo-offer-list .name-info ul.list_inn li p {
    font-size: 14px;
}
.list-menu-d.combo-offer-list .name-info ul.list_inn li:last-child{
    border: 0;
}
.list-menu-d.combo-offer-list  figure {
    position: relative;
}

.list-menu-d.combo-offer-list figure:after {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7399334733893557) 00%, rgba(0,0,0,0.3029586834733894) 44%, rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    opacity: 1;
}


/* Tab image */
.tab-content .list-menu-d .list-menu-iteam.is-img {}

.tab-content .list-menu-d .list-menu-iteam.is-img .img-part {
    width: 190px;
    position: relative;
    /* order: 1; */
}

.tab-content .list-menu-d .list-menu-iteam.is-img .img-part img {}

.tab-content .list-menu-d .list-menu-iteam.is-img .img-part figure {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}
 

.tab-content .list-menu-d .list-menu-iteam.is-img .name-info {
    width: calc(100% - 190px);
    order: 2;
    padding-right: 0;
    padding-left: 15px;
        padding-right: 0 !important;
}

.list_menu .list-menu-d .list-menu-iteam.is-img .price-btn {align-items: center;display: block;}

/* Tab image End */




footer.footer {
    background-color: #000;
    text-align: center;
    color: #FFF;
}
footer.footer .copyright .address p{
     color: #FFF;
}
.show_views * {
    color: #FFF;
}

 

.scrolleffect {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-in, transform 0.6s ease-out;
}

 

.scrolleffect.nowFade {
   opacity: 1;
    transform: translateY(0);
}
span.discount-added {
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    text-align: right;
}
span.discount-added span.bill-price {
    font-weight: 600;
}
footer.footer .copyright {
    padding: 30px 0;
    font-weight: 300;
    line-height: 1.5;
}
footer.footer .copyright .address {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
}
footer.footer .bottom-text {
    border-top: 1px solid #3e3e3e;
    padding: 25px 0 55px 0;
    line-height: 1.5;
    font-weight: 200;
    font-size: 14px;
}

footer.footer .bottom-text a {
    font-weight: 600;
}
    @media only screen and (max-width: 800px) {
        .s-img .img-cover {
    height: 300px;
}
}

@media only screen and (max-width: 767px) {
    .s-img {
    margin-left: -30px;
    margin-right: -30px;
}
.s-img .img-cover {
    height: auto;
    padding-bottom: 45%;
}

.s-img .img-cover img {
    position: absolute;
    left: 0;
    top: 0;
}
    .s-img .img-cover img {
    margin-top: -50px;
}

.s-img.top-img {
    margin-top: 50px;
    margin-bottom: -20px;
}
}

@media only screen and (max-width: 600px) {
    .slected-list-details{
            padding: 20px 20px 10px 20px;
    }
    .s-img {
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
}
    .s-img .img-cover {
  
    padding-bottom: 40%;
}
    

.container {
 
    padding: 0 20px;
}
    section + section{
            padding-top: 0px;
    }
    body {
        font-size: 14px;
    }
    header.main_header .outlet_branding .d-flex .right_part a {
    font-size: 14px;
    padding: 5px 15px 6px 15px;
}
    header.main_header .outlet_branding .d-flex .right_part a i{
    margin-right: 4px;
    font-size: 11px;
 
    top: -1px;
    }

    .p-iteam span.name {
        font-size: 14px;
    }

    .p-iteam span.detail,
    p, .note p {

        font-size: 12px;
    }
     .search-section .search-cover input{

        font-size: 14px;
    }
    .list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part,
    .tab-content .list-menu-d .list-menu-iteam.is-img .img-part{
            width: 170px;
    }
    .list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part figure,
     .tab-content .list-menu-d .list-menu-iteam.is-img .img-part figure{
            height: 120px;
    }
    .list-with-img.list_menu .list-menu-d .list-menu-iteam .iteam-cover .iteam-detail .name-info,
    .tab-content .list-menu-d .list-menu-iteam.is-img .name-info{
        width: calc(100% - 170px);
    }
    .text_section .content-part h2 {
    font-size: 20px;
    margin: 5px 0;
}
    .text_section .content-part {
    padding: 15px 20px 25px 20px;
}
}
 

        @media only screen and (max-width: 440px) {
.container {
    padding: 0 15px;
}
                .s-img {
   
    margin-left: -15px;
    margin-right: -15px;
}
    
    .list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part,
            .tab-content .list-menu-d .list-menu-iteam.is-img .img-part{
            width: 130px;
    }
    .list-with-img .list-menu-d .list-menu-iteam .iteam-detail .img-part figure,
            .tab-content .list-menu-d .list-menu-iteam.is-img .img-part figure{
            height: 120px;
    }
    .list-with-img.list_menu .list-menu-d .list-menu-iteam .iteam-cover .iteam-detail .name-info,
            .tab-content .list-menu-d .list-menu-iteam.is-img .name-info{
            width: calc(100% - 130px);
    }
    header.main_header .outlet_branding .d-flex .name_part figure img {
    display: inline-block;
  
}
            header.main_header .outlet_branding .d-flex .right_part a {
    font-size: 13px;
    padding: 4px 11px 5px 11px;
}
            header.main_header .outlet_branding .d-flex .right_part a i {
        top: 0px;
    }
}
@media only screen and (max-width: 380px) {
    h1{
            font-size: 26px;
    }
}
   h1{
                font-family: "Courgette", cursive;
    }