*{font-family: "Roboto Slab", serif;}
html, body{font-family: "Roboto Slab", serif;}
button, input{font-family: "Roboto Slab", serif;}
h1{font-family: "Oswald", sans-serif;}
h2{font-family: "Oswald", sans-serif;}
h3{font-family: "Oswald", sans-serif;}
h4{font-family: "Oswald", sans-serif;}
h5{font-family: "Oswald", sans-serif;}
h6{font-family: "Oswald", sans-serif;}

.shadows-into-light-two-regular {
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 400;
    font-style: normal;
  }
  a{
    text-decoration: none !important;
  }
  

.container{
    margin: auto !important;
    padding: 0 15px !important;
    /* max-width: 1100px !important; */
    max-width: 1400px !important;
    width: 100% !important;
}

html, body{
    background-color: #fff !important;
  }
.container.header-container{
    max-width: 1100px !important;
}
.custom-header .header-upper{
    background-color: #111111;
    padding: 12px 0;
}
.custom-header .header-upper .top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-header .header-upper .top-bar .top-left-links{
    display: flex;
    align-items: center;
}
.custom-header .header-upper .top-bar .connect-links{}
.top-bar .connect-links ul.right-list{
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}  
.top-bar .connect-links ul.right-list li{
    color: #fff;
    font-size: 12px;
}
.top-bar .connect-links ul.right-list li strong{
    color: #fff;
}
.top-bar .connect-links ul.right-list li a{
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
.top-bar .top-left-links strong{
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.top-bar .top-left-links ul.left-list{
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.top-bar .top-left-links ul.left-list li{
    font-size: 14px;
}
.top-bar .top-left-links ul.left-list li a{
    color: #fff;
    font-size: 14px;
}
.top-bar .top-left-links ul.left-list li img{
    width: 21px;
    height: 14px;
    object-fit: contain;
}
.date-list{
    display: flex;
    align-items: center;
    column-gap: 5px;
}


.custom-header .header-lower{

padding: 0;

display: block;

padding: 10.5px 0px;
}
.custom-header .header-lower .header-lower-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.custom-header .header-lower .header-lower-list li{}

.custom-header .header-lower .header-lower-list li .header-logo{}
.custom-header .header-lower .header-lower-list li .header-logo a{}
.custom-header .header-lower .header-lower-list li .header-logo a img{
    height: 65px;
}

.custom-header .header-lower .header-lower-list li .header-menu{
    padding: 0;
    margin: 0;
    border: 0;
}
.custom-header .header-lower .header-lower-list li .header-menu .top-menu.notmobile{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Oswald';
}
.top-menu span img.star-ico{
    height: 14px;
    width: 14px;
    object-fit: contain;
}
.custom-header .header-lower .header-lower-list li .header-menu .top-menu li{
    padding: 0;
    border: none;
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: baseline;
    gap: 13px;
}
/* .custom-header .header-lower .header-lower-list li .header-menu .top-menu li:after{
    content: "";
    background-image: url(../images/star-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    left: 52%;
    transform: translateX(50px);
    bottom: 0;
    margin: 0;
} */
.custom-header .header-lower .header-lower-list li .header-menu .top-menu li:last-child::after{
    display: none;
}
.custom-header .header-lower .header-lower-list li .header-menu .top-menu li a{
    padding: 0;
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    pointer-events: all;
    font-family: 'Oswald';
}

.custom-header .header-lower .header-lower-list li .store-search-box{}
.custom-header .header-lower .header-lower-list li .store-search-box form{}
.custom-header .header-lower .header-lower-list li .store-search-box form input.search-box-text{
    width: 133px;
    padding: 0 11px;
    border: 1px solid #efefef;
    border-right: none;
    background-color: #fff;
    line-height: 34px;
    height: 36px !important;
}
.custom-header .header-lower .header-lower-list li .store-search-box form input.search-box-text::placeholder{
    font-size: 13px;
}
.custom-header .header-lower .header-lower-list li .store-search-box form .search-box-button{
    font-size: 0;
    min-width: auto;
    color: #000;
    background: #ffd71b;
    border: none;
    outline: 0;
    font-family: FontAwesome;
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 0;
}
.custom-header .header-lower .header-lower-list li .store-search-box form .search-box-button i{
    font-size: 16px;
}

.custom-header .header-lower .header-lower-list li.header-links-wrapper{
    float: none;
}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links{}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul{
    padding: 0;
}
#topcartlink{
    background-color: transparent;
    padding: 0 !important;
    
}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul li{}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul li a.ico-cart{
    color: #000;
    background: transparent !important;
    padding: 0 !important;
    position: relative;
    gap: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul li a.ico-cart span{}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul li a.ico-cart .cart-label{
    display: flex;
    align-items: center;
}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .header-links ul li a.ico-cart .cart-qty{
    position: relative;
    display: inline-block;
    top: -9px;
    margin-left: -18px;
    width: 17px;
    height: 17px;
    background-color: #ffd71b;
    color: #111 !important;
    font-family: Oswald, serif;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .flyout-cart{}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .flyout-cart .mini-shopping-cart{}
.custom-header .header-lower .header-lower-list li.header-links-wrapper .flyout-cart .mini-shopping-cart .count{}

.cart-label p{
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 14px;
}
.theme-custom{
    margin: 0px !important;
}




.footer-upper{
    padding: 0 !important;
    border: none;

}
.footer-lower{
    padding: 0px !important;
}
.footer-box{
    padding: 63px 0 70px;
    border-bottom: 1px dashed #666;
}
ul.footer-main-li{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
ul.footer-main-li li:first-child{
    font-size: 16px;
}
ul.footer-main-li li:first-child .footer-head{
    margin-bottom:15px;
}
ul.footer-main-li li:first-child ul{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
ul.footer-main-li li{
    flex: 0 0 25%;
    max-width: 100%;
}
.footer-list{
    text-align: left;
}
.footer-logo{
    width: 220px;
    height: auto;
    /* border: 2px solid #fff; */
    /* padding: 5px; */
    border-radius: 5px;
}
.footer-list .footer-head img{
   
}
.footer-list p{
    font-size: 16px;
    margin: 0;
    color:#fff;
    line-height: 26px;
}
.footer-list p a{
    font-size: 16px;
    margin: 0;
    color:#fff;
    text-decoration: none;
}
.footer-list ul{
    padding: 0;
    margin: 0;
}
.footer-list ul li{}
.footer-list ul li .ftr-list{
    display: flex;
    align-items: baseline;
    column-gap: 8px;
}
.footer-list ul li .ftr-list i{
    font-size: 16px;
    color: #fff;
}
.footer-list ul li .ftr-list p{
}

.ftr-bottom-links{}
.ftr-bottom-links .top-left-links{}
.ftr-bottom-links .top-left-links ul{
    padding: 0px;
    margin: 0px;
}
.ftr-bottom-links .top-left-links ul li{}
.ftr-bottom-links .top-left-links ul li a{}
.footer.custom-footer{
    background-color: #111;
    text-align: left !important;
    z-index: 1;
    position: relative;
}
.footer-list .footer-head h4{
    color: #fff;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-left-links strong{
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}
.ftr-bottom-links .top-left-links{
    display: flex;
    align-items: center;
    margin: 13px 0;
}
.ftr-bottom-links{
    float: left;
    clear: both;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ftr-bottom-links .top-left-links ul{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.ftr-bottom-links .top-left-links ul li a{
    color: #fff;
    font-size: 14px;
}
.ftr-bottom-links .top-left-links ul li a img{
    width: 21px;
    height: 14px;
    object-fit: contain;
}
.footer-lower .footer-info{
    line-height: normal;
    margin: 16px 0;
}
.footer-lower .footer-info .footer-disclaimer{
    color: #fff;
}

.homepage-cards-wrapper{
    padding: 60px 0 0;
}
.homepage-cards-wrapper .cards-box-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage-cards-wrapper .cards-box-info .card-box{}
.homepage-cards-wrapper .cards-box-info .card-box img{
    height: 261px;
    width: 338px;
    object-fit: contain;
}
.Offer-text-wrapper{
    padding: 60px 0 0;
}
.Offer-text-wrapper .offer-text{
    text-align: center;
}
.Offer-text-wrapper .offer-text .offer-title{}
.Offer-text-wrapper .offer-text .offer-title h2{
    margin: 0;
    font-size: 30px;
    color: #111;
    line-height: 1.75em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.Offer-text-wrapper .offer-text .offer-text-info{}
.Offer-text-wrapper .offer-text .offer-text-info p{
    margin: 0;
    font-size: 15px;
    color: #707070;
    margin-bottom: 30px;
}
.Offer-text-wrapper .offer-text .full-menu-button{}
.Offer-text-wrapper .offer-text .full-menu-button a.menu-btn{
    border: 2px solid #111;
    color: #fff;
    background-color: #111;
    display: inline-block;
    position: relative;
    outline: 0;
    font-weight: 700;
    font-family: Oswald, serif;
    padding: 0;
    font-size: 13px;
    line-height: 1.7em;
    text-transform: uppercase;
    transition: 0.5s ease;
}
.Offer-text-wrapper .offer-text .full-menu-button a.menu-btn span {
    padding: 10px 47px;
    display: inline-block;
    vertical-align: middle;
}

.Offer-text-wrapper .offer-text .full-menu-button a.menu-btn:hover {
    border-color: #111 !important;
    background-color: transparent !important;
    color: #111 !important;
}



.hero-treatment {
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: white;
    width: 100%;
    height: calc(100vh - 450px);
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .hero-treatment .hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  section:not(.hero-treatment) {
    background-color: white;
    padding: 2rem 1rem;
  }
  .home-page-category-grid, .sub-category-grid, .manufacturer-grid, .vendor-grid{
    background-color: #fff !important;
    margin: 0px !important;
  }
  .product-grid, .product-list{
    background-color: #fff !important;
    margin: 0px !important;
  }
  .html-home-page .center-1{
    margin: 0px !important;
  }


.chef-recomended-wrapper{}
.chef-recomended-wrapper .chef-recomended-title{
    text-align: center;
    margin-bottom: 30px;
}
.chef-recomended-wrapper .chef-recomended-title h2{
    color: #111;
    font-family: Oswald, serif;
    font-size: 30px;
    line-height: 1.75em;
    text-transform: uppercase;
    font-weight: 700;
}

.chef-recomended-wrapper .chef-text-info{
    text-align: center;
    width: 792px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.chef-recomended-wrapper .chef-text-info p{
    margin: 0;
    font-size: 15px;
    color: #707070;
}

.chef-recomended-wrapper .chef-details{}
.chef-details ul{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chef-details ul li{
    margin-bottom: 25px;
    width: 48%;
    flex: 0 0 auto;
}
.chef-details ul li .chef-item-content{}
.chef-details ul li .chef-item-content .chef-top-holder{}
.chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 4px;
}
.chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder .chef-top-title{
    color: #111;
    font-family: Oswald, serif;
    font-size: 18px;
    line-height: 1.78em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder .chef-top-title a{
    color: #111;
    font-family: Oswald, serif;
    text-decoration: none;
}
.chef-details ul li .chef-item-content .chef-top-holder .chef-dots-div{
    height: 3px;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}
.chef-details ul li .chef-item-content .chef-top-holder .chef-price-holder{
    display: table-cell;
    width: 1%;
    padding-left: 4px;
    white-space: nowrap;
}
.chef-details ul li .chef-item-content .chef-top-holder .chef-price-holder h4{
    color: #111;
    font-family: Oswald, serif;
    font-size: 18px;
    line-height: 1.78em;
    font-weight: 700;
    text-transform: uppercase;
}

.chef-details ul li .chef-item-content .chef-bottom-holder{}
.chef-details ul li .chef-item-content .chef-bottom-holder .chef-excerpt-holder{
    color: #a1a1a1;
    font-size: 12px;
    line-height: 1.7em;
    float: left;
    width: 50%;
}
.chef-details ul li .chef-item-content .chef-bottom-holder .chef-excerpt-holder p{
    margin: 10px 0;
}

.chef-details ul li .chef-item-content .chef-bottom-holder .chef-label-holder{
    float: right;
    position: relative;
    top: -4px;
    width: 50%;
    text-align: right;
    margin: 10px 0 !important;
}
.chef-details ul li .chef-item-content .chef-bottom-holder .chef-label-holder .chef-label-span{
    background-color: #ffd71b;
    color: #000;
    padding: 1px 7px;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}


.food-bio-wrapper{
    padding: 60px 0 !important;
}
.custom-form-copyright{
    text-transform: uppercase;
    font-size: 10px;
    color: #b9b9b9;
    margin: 10px 0 !important;
}
.food-bio-wrapper .food-bio-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.food-bio-wrapper .food-bio-box .food-bio{
    width: 33.33%;
    flex: 0 0 auto;
    text-align: center;
}
.food-bio-wrapper .food-bio-box .food-bio img{
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.food-bio-wrapper .food-bio-box .food-bio .food-bio-info{}
.food-bio-wrapper .food-bio-box .food-bio .food-bio-info h4{
    font-family: Oswald, serif;
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    margin: 0;
}
.food-bio-wrapper .food-bio-box .food-bio .food-bio-info p{
    margin: 10px 0;
    font-size: 15px;
    line-height: 27px;
    color: #707070;
    font-weight: 400;
    padding: 0 45px !important;
}
.food-bio-image{
    margin-bottom: 17px;
    padding: 0px 15px 0;
}

.bottom-form-wrapper{
    background-color: #f5f5f5 !important;
    padding: 60px 0 30px 0 !important;

}
.person-holder{
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
}
.person-field{
    display: flex;
    align-items: center;
}
.person-select{
    display: block;
    width: 186px;
    height: 42px !important;
    padding: 10px !important;
    font-family: "Roboto Slab", sans-serif;
    color: #111;
    font-size: 13px;
    border: 2px solid #111 !important;
    background-color: #fff;
    margin: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.field-person-icon{
    border: 2px solid #111;
    height: 42px;
    width: 45px;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.custom-form-btn{
    background-color: #ffd71b;
    border: 2px solid #ffd71b;
    color: #111;
    display: block;
    width: 100%;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Oswald, serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    transition: 0.5s ease;
}
.form-button{
    width: 18.5%;
}
button.custom-form-btn:hover,
a.custom-form-btn:hover{
    border-color: #111 !important;
    background-color: #111 !important;
    color: #fff !important;
}


.art-gallery-tabs{
    background-color: #111 !important;
    color: #fff;
    padding: 48px 28px !important;
}
.main-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-tab-btn{
    background-color: transparent !important;
    padding: 8px 4px;
    color: #ffd71b;
}
.nav-pills{
    margin-left: 20px;
    column-gap: 20px;
}
.nav-item{
    display: flex;
    align-items: center;
    column-gap: 5px;
    flex-direction: row-reverse;
}
.nav-item .nav-link:hover{
    color: #ffd71b;
}
.nav-item .nav-link.active{
    color: #fff !important;
}
.nav-pills .nav-link{
    display: flex;
    align-items: center;
    column-gap: 11px;
}
.nav-item .nav-link.active + .fas{
    color: #fff !important;
}
.nav-item .nav-link + .fas{
    color: #ffd71b;
}
.tabs-inner .tabs-text-logo{
    top: -25px;
    position: relative;
}
.tabs-inner .tabs-text-logo span{
    font-family: "Shadows Into Light Two", serif;
    font-size: 33px;
}
.tab-content{
    margin-top: 37px;
}
.art-gallery-button{
    width: 16%;
}
.art-gallery-button .gallery-btn{
    background-color: #fff;
    border: 2px solid #fff;
    color: #111;
    display: block;
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Oswald, serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    transition: 0.5s ease;
    text-decoration: none;
    text-transform: uppercase;
}
.art-gallery-button .gallery-btn span{
    font-family: Oswald, serif;
}

.art-gallery-button .gallery-btn:hover{
    background-color: #ffd71b;
    border: 2px solid #ffd71b;
    color: #111;
}
.food-items-inner .picture-wrap .item{}
.food-items-inner .picture-wrap .item .picture{
    position: relative;
}
.food-items-inner .picture-wrap .item .picture img{}
.food-items-inner .picture-wrap .food-item-name{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 20px;
}
.food-items-inner .picture-wrap .food-item-name h4{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.food-items-inner .picture-wrap .item:hover .food-item-name{
    opacity: 1;
    transform: translateX(0%);
}

.homepage-banner-wrapper{
    padding: 0px !important;
}
.carousel-item{
    position: relative;
}
.carousel-item .banner-inner-logo{
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    
}
.carousel-control-next, .carousel-control-prev{
    width: 4% !important;
}
.my-element {
    display: inline-block;  
    transition: all .5s ease;
    animation: animate__fadeInDownBig; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 5s; /* don't forget to set a duration! */
  }
  
  .ui-datepicker-header{
    background-color: #ffd71b !important;
  }
  .ui-datepicker-calendar .ui-state-active{
    outline: 2px solid #ffd71b !important;
    background-color: #ffd71b !important;
    color: #ffffff !important;
  }
.custom-header{
    padding: 0px !important;
}

 
.header-menu .sublist{
    padding: 10px 0 !important;
}
.custom-sublist{
    position: absolute;
    width: 280px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-color: #0d0d0d;
    padding: 10px 0;
    text-align: left;
}
.custom-sublist li{
    display: flex;
    align-items: center;
}
.custom-sublist li i{
    color: #9d9d9d;
    font-size: 15px !important;
}
.custom-sublist li a{
    padding: 8px 17px 8px 11px !important;
    display: block;
    width: 100%;
    color: #9d9d9d !important;
    border-bottom: 1px solid transparent;
    float: none;
    font-size: 14px !important;
    -webkit-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.custom-sublist li:hover i,
.custom-sublist li:hover a{
    color: #fff !important;
}
.header-menu .sublist{
    padding-top: 20px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    top: 20px;
}
.custom-sublist li{
    display: flex;
    align-items: center;
    width: 280px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    background-color: #0d0d0d;
    text-align: left;
    list-style: none !important;
}
.custom-sublist li a::before{
    display: none;
}
.header-menu .sublist li:hover > a, .header-menu .sublist li:focus > a{
    background-color: transparent !important;
}
.desktop-menu-humberger{
    cursor: pointer;
}
.custom-side-menu{
    background-color: #000 !important;
    z-index: 99;
    position: fixed;
    right: 0;
    height: 100%;
    width: 370px;
    padding-top: 70px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    background-image: url(../images/sidearea-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    overflow: hidden;
    transition: .5s ease;
    transform: translateX(100%);
    opacity: 0;
}
.custom-side-menu.right{
    transform: translateX(0%);
    opacity: 1;
}
.html-home-page .body-left{
    left: -370px;
    position: relative;
    transition: .5s ease;
}
.sidearea.widget_text{
    margin-bottom: 35px;
}
.side-bar-close-button{
    transition: .8s all ease;
}
.side-bar-close-button:hover{
    transform: rotate(180deg);
    top: -40px;
}
.menu-sidearea-menu-container .menu{
    padding: 0;
}
.menu-sidearea-menu-container .menu .menu-item{
    color: #9b9b9b;
    -webkit-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.menu-sidearea-menu-container .menu .menu-item a{
    color: #9b9b9b;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 17px 8px 11px !important;
    width: 100%;
}
.menu-sidearea-menu-container .menu .menu-item i{
    color: #9d9d9d;
    font-size: 15px !important;
}


.close-side-menu-holder{
    position: relative;
}
.side-bar-close-button{
    position: absolute;
    top: -50px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
}
.side-bar-close-button svg{
    fill: #ffd71b;
}

ul.footer-main-li > li{
    padding: 0 30px !important;
}
.admin-header-links{
    z-index: 1;
    position: relative;
}

.html-topic-page .center-1{
    margin: 0px !important;
}
.custom-homepage-banner{
    padding: 0px !important;
}

.html-topic-page .custom-header{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    background-color: transparent;
}
.html-topic-page .custom-header .header-lower{}
.html-topic-page .custom-header .header-lower .header-lower-list{}
.html-topic-page .custom-header .header-lower .header-lower-list li .top-menu.notmobile{} 
.html-topic-page .custom-header .header-lower .header-lower-list li .top-menu.notmobile li{} 
.html-topic-page .custom-header .header-lower .header-lower-list li .top-menu.notmobile li a{
    color: #fff;
} 
.html-topic-page .custom-header .header-lower .cart-label p{
    color: #fff;
}
.topics-header-logo{
    display: none;
}
.html-topic-page .topics-header-logo{
    display: block;
}
.html-topic-page .main-logo{
    display: none;
}


.topics-cart-img{
    display: none;
}
.html-topic-page .topics-cart-img{
    display: block;
}
.html-topic-page .main-cart-img{
    display: none;
}
/* .banner-info{
    position: relative;
} */
.banner-info .page-title{
    position: absolute;
    top: 10%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}
.banner-info .page-title h1{
    color: #fff;   
}
.banner-info p{
    margin: 0px;
    width: 100%;
}
.custom-homepage-banner .homepage-banner-wrapper .banner-box{
    background-image: url(../images/topic-body-pattern.png);
}
.topic-block{
    margin: 0px !important;
}

/* .menu-list-wrapper{
    background-color: #fff;
    padding: 60px 55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 102;
    margin-top: -100px;
    text-align: left;
} */
.main-menu-tile h2{
    display: table-cell;
    width: 2%;
    padding-right: 10px;
    white-space: nowrap;
    color: #111;
    line-height: 1.75em;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-list-wrapper .menu-list .chef-details{}
.menu-list-wrapper .menu-list .chef-details ul{
    display: block;
}
.menu-list-wrapper .menu-list .chef-details.menu-layout2 ul{
    display: flex;
}
.menu-list-wrapper .menu-list .chef-details.menu-layout2 ul li{
    width: 48%;
}
.menu-list-wrapper .menu-list .chef-details ul li{
    width: 100%;
    flex: 0 0 auto;
    list-style: none;
    margin-bottom: 0px;
}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder .chef-top-title{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-top-tilt-holder .chef-top-title a{}

.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-dots-div{}

.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-price-holder{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-top-holder .chef-price-holder h4{}

.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-bottom-holder{}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-bottom-holder .chef-excerpt-holder{
    width: 100%;
    float: none;
    height: 50px;
    overflow: hidden;
}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-bottom-holder .chef-excerpt-holder p{
    margin: 0;
}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-bottom-holder .chef-label-holder{
    float: none;
}
.menu-list-wrapper .menu-list .chef-details ul li .chef-item-content .chef-bottom-holder .chef-label-holder .chef-label-span{
    background-color: transparent;
}

.chef-bottom-holder-clearfix{
    clear: both;
    display: block;
    content: "";
}



.main-menu-tile-border{
    display: table-cell;
    vertical-align: middle;
}
.main-menu-tile-border .main-menu-tile-border-inner{
    position: relative;
    display: block;
}
.main-menu-tile-border .main-menu-tile-border-inner::before{
    margin-top: -4px;
}
.main-menu-tile-border .main-menu-tile-border-inner::after,
.main-menu-tile-border .main-menu-tile-border-inner::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #2c2a2a;
    width: 100%;
    display: block;
}
.html-topic-page .hero-treatment{
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden;
}

.course-material{
    margin-top: 30px;
}
.course-material .course-material-info p{
    font-size: 16px;
    color: #111;
}

/* .testimonials-wrapper{
    background-color: #fff;
    padding: 60px 55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 102;
    margin-top: -100px;
    text-align: left;
} */
.testimonials-wrapper .testimonials-inner .testimonial-quote-wrapper{}
.testimonials-wrapper .testimonials-inner .testimonial-quote-wrapper .testimonial-quote{
    text-align: center;
    padding: 20px 0;
}
.testimonials-wrapper .testimonials-inner .testimonial-quote-wrapper .testimonial-quote img{}
.customer-testimonial-section{
    padding:0px;
    text-align: center;
}

.cust-testimonial-title h3{
    color: #111;
    line-height: 1.75em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}
.customer-testimonial-section{
    padding: 0 !important;
}
.cust-testimonial-title span{
    text-align: center;
    font-size: 24px;
    font-family: 'Shadows Into Light', serif;
    text-transform: none;
    font-weight: 400;
    display: block;
    height: 40px;
    line-height: 40px;
}
.cust-testimonial-title{
    position: relative;
}
.cust-testimonial-title span.testimonial-separator-before-line{
    position: absolute;
    display: block;
    border-bottom: 1px dashed #a4a4a4;
    width: 148px;
    top: 80%;
    right: 57%;
    height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.cust-testimonial-title span.testimonial-separator-after-line{
    position: absolute;
    display: block;
    border-bottom: 1px dashed #a4a4a4;
    width: 148px;
    top: 80%;
    left: 57%;
    height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.custom-testimonials{
    margin-top: 30px;
    position: relative;
}
.custom-testimonials .item .customer-testimonial p{
    text-align: center;
    padding: 0 150px;
    line-height: 1.71em;
    font-size: 15px;
}
.customer-testimonial-section .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -50px;
}
.customer-testimonial-section .owl-nav button{
    height: 45px;
}
.customer-testimonial-section .owl-nav button span{
    font-size: 40px;
    color: #111;
}
.testimonial-author{
    padding: 20px 0;
    padding-top: 10px !important;
}
.testimonial-author h5{
    margin: 0;
    color: #111 !important;
}
.testimonial-rating{
    padding: 20px 0;
    padding-bottom: 10px !important;
}
.score {
    display: inline-block;
    font-family: Wingdings;
    font-size: 0px;
    color: #ccc;
    position: relative;
  }
  .score::before,
  .score span::before{
    content: "\2605\2605\2605\2605\2605";
    display: block;
    font-size: 30px;
  }
  .score span {
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
  }
.topic-content-title{
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #fff;
    align-items: center;
    height: 538px;
    z-index: 99;
    position: relative;
    justify-content: center;
}
.topic-content-title h1{
    font-size: 45px;
    color: #fff;
}
.topic-content-title h2{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.banner-inner-logo {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.banner-inner-logo.fade-in {
    opacity: 1;
}
.topic-title-bg-wrapper .topic-title-bg{
    background-image: url("../images/title-background-img.jpg");
    min-height: 538px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.topic-title-bg-wrapper .topic-title-bg:after{

content: "";

position: absolute;

left: 0;

right: 0;

top: 0;

border: 0;

bottom: 0;

background: #2320204f;
}
.topic-content-wrapper{
    background-color: #fff;
    padding: 60px 55px;
    vertical-align: middle;
    position: relative;
    z-index: 102;
    /* margin-top: -100px; */
    padding-top: 50px;
    text-align: left;
    min-height: 500px;
}
.about-us-content h4{
    line-height: 2;
}
.banner-content{    padding-top: 50px;}


.homepage-banner .carousel-item > img{height: 700px !important;object-fit: cover;}

.html-contact-page .topic-block-body p{text-align: center;}

.topic-block-body{
    position: relative;
    border-top: none;
    background-color: transparent;
    padding: 30px 15px;
}


.btn-1{
    border: 2px solid #111;
    color: #fff;
    background-color: #111;
    display: inline-block;
    position: relative;
    outline: 0;
    font-weight: 700;
    font-family: Oswald, serif;
    padding: 0;
    font-size: 13px;
    line-height: 1.7em;
    text-transform: uppercase;
    transition: 0.5s ease;
}
.btn-1 span{

    padding: 10px 47px;
    display: inline-block;
    vertical-align: middle;

}
.btn-1:hover{
    border-color: #111 !important;
    background-color: transparent !important;
    color: #111 !important;
}
.contact-wrapper{display: flex;gap: 15px;}
.contact-form{flex: 0 0 50%;background: #f9f9f9;border: 1px solid #ddd;}
.contact-wrapper .fieldset{
    margin-bottom: 0;
}
.contact-wrapper .fieldset .form-fields{
    background: transparent;
    border: none;
}
.contact-wrapper .fieldset .form-fields .inputs{
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: baseline;
}
.contact-wrapper .fieldset .form-fields .inputs label{
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}
.contact-wrapper .fieldset .form-fields .inputs  input[type="text"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="email"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="tel"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="password"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="number"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="date"],
.contact-wrapper .fieldset .form-fields .inputs  input[type="datetime-local"],
.contact-wrapper .fieldset .form-fields .inputs  select,
.contact-wrapper .fieldset .form-fields .inputs textarea{
    width: 100%;
        height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

.contact-wrapper .fieldset .form-fields .required{
    position: absolute;
    right: 10px;
}
.contact-map{}
.contact-map iframe{width: 100%;min-width: 600px;max-width: 100%;}

.quotation-form{flex: 0 0 100%;background: #f9f9f9;border: 1px solid #ddd;}
.food-bio-wrapper .food-bio-box{
    align-items: baseline;
}

 .header-menu .top-menu li[data-seo="pick-up-or-delivery"] .hide-extra{
    display: none !important;
}

.menu-section:not(:last-child){border-bottom: 1px solid #f5f5f5;}

.menu-section h2 strong{
    /* color:#ffd71b */
}

.c-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
  }
  .c-title {
    color: #e65200;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .c-bold {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 6px 0;
    display: block;
  }
  .c-italic {
    color: #000;
    font-style: italic;
    font-size: 16px;
    margin: 4px 0;
    display: block;
  }


  .c-title-2 {
    color: #e65200;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
  }

.landing-wrapper strong{font-weight: 900;}

.contact-parent-wrapper{display: flex;width: 100%;flex-direction: column;gap: 15px;max-width: 600px;margin: 0 auto;margin-top: 50px;}
.contact-parent-wrapper .button-wrapper {display: flex;width: 100%;gap: 15px;} 
/* .contact-parent-wrapper .call-wrapper .custom-form-btn{color: #fff; background-color: #ddc037;} */

.category-grid.sub-category-grid{margin-top: 50px !important;}
.category-grid.sub-category-grid .item{margin-bottom: 20px;}
.category-grid.sub-category-grid .sub-category-item{position: relative;}
.category-grid.sub-category-grid .sub-category-item h2{position: absolute;z-index: 99;left: 50%;right: 0;top: 50%;bottom: 0;transform: translate(-50%, -50%);height: 100%;margin: 0;font-size: 24px;font-weight: bold;}
.category-grid.sub-category-grid .sub-category-item h2 a{color: #fff;display: flex; flex-direction: column;justify-content: center; align-items: center;height: 100%;}
.category-grid.sub-category-grid .sub-category-item img{width: 100%;}
.custom-sub-cat-btn{border: 2px solid #ffd71b;width: 100%;display: flex;align-items: center;justify-content: space-between;height: auto;font-size: 20px;transition: .3s;gap: 14px;padding: 10px 20px;min-height: 76px;}
.custom-sub-cat-btn:hover{background-color: #000; color: #fff !important;transition: .3s;}

.custom-sub-cat-btn i {color: #ffd71b;}
/* .category-grid.sub-category-grid .sub-category-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #382d2d3b;
    z-index: 9;
} */



.input-radio{}
.l-box{display: flex;align-items: center;gap: 5px;}
.l-box label{margin: 0 !important;}
.l-box input{}
.l-box-wrap{display: flex;gap: 25px;}