@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Bold.woff2') format('woff2'),
        url('../fonts/Bilo-Bold.woff') format('woff'),
        url('../fonts/Bilo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Medium.woff2') format('woff2'),
        url('../fonts/Bilo-Medium.woff') format('woff'),
        url('../fonts/Bilo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo.woff2') format('woff2'),
        url('../fonts/Bilo.woff') format('woff'),
        url('../fonts/Bilo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Bilo-ExtraBold.woff') format('woff'),
        url('../fonts/Bilo-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Bilo-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Bilo-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rupee';
    src: url('../fonts/Rupee.woff2') format('woff2'),
        url('../fonts/Rupee.woff') format('woff'),
        url('../fonts/Rupee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bernadette';
    src: url('../fonts/Bernadette.woff2') format('woff2'),
        url('../fonts/Bernadette.woff') format('woff'),
        url('../fonts/Bernadette.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rupee Foradian';
    src: url('../fonts/RupeeForadian.woff2') format('woff2'),
        url('../fonts/RupeeForadian.woff') format('woff'),
        url('../fonts/RupeeForadian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
}

body {
    font-family: 'Bilo';
    line-height: 1.1;
    background: #fff;
    color: #000;
    font-weight: normal;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.mini-container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bilo';
    line-height: 1.2;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h3 span {
    font-weight: bold;
    color: #d15b00;
}

p {
    margin: 0 0 1rem 0;
}

a, a:link, a:active {
    color: #000;
    text-decoration: none;
    transition: all .2s;
}

a:hover, a:focus {
    text-decoration: underline;
}

/* Background Image Style */
.backbg {
    display: none !important;
}

.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Helper CSS */
.rounded-custom {
    border-radius: 1.5rem !important;
}

@media (min-width: 768px) {
    .py-md-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .mb-md-6{
        margin-bottom: 3.5rem !important;
    }
    .mb-md-7{
        margin-bottom: 4.5rem !important;
    }
}

/* HEADER CSS */
header.header {
    background-color: #FCF0EB;
}
.web-logo {
  width: 135px;
  height: 90px;
}
.location-lists-block p {
    color: #808080;
    font-size: 13.5px;
}

.location-selet-outer-box {
    position: relative;
}

.location-selet-outer-box select {
    width: 100%;
    padding: 10px 35px 10px 12px;
    font-size: 13.5px;
    font-weight: 500;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-transform: uppercase;
}

.location-selet-outer-box select option {
    font-size: 13.5px;
    font-weight: 500;
}

.location-selet-outer-box::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 42%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #d15b00;
    border-bottom: 2px solid #d15b00;
    transform: translateY(-42%) rotate(45deg);
    pointer-events: none;
}

.location-selection span i {
    color: #d15b00;
    font-size: 22px;
}

.delivery-box {
    background: #f7f7f7;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ecedf0;
    border-right: 0;
    gap: 6px;
}
 
.store-selection h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.store-selection h3 a{
    color: #fff;
    text-decoration:none;
}
.store-selection h3 a:hover{
    text-decoration:none;
}
.select-store-block {
    background: #d15b00;
    height: 50px;
    padding: 0 20px 0 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #d15b00;
    border-left: 0;
}

.select-store-block span.icon i {
    color: #fff;
}

.delivery-box span.icon i {
    color: #d15b00;
}

.search-box img {
    height: 30px;
    width: auto;
    display: block;
    margin: 0;
}

select#store-selection {
    background: transparent;
    border: 0;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    font-size: 10px;
}

select#store-selection option {
    color: #000;
}

.search-user-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-box span i {
    color: #757b88;
    font-size: 30px;
}

.user-account-box span i {
    color: #d15b00;
    font-size: 18px;
}

.user-account-box a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #e9ebee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7f7f7;
    transition: all .2s;
}

.user-account-box a:hover {
    opacity: 0.8;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

/* Input hidden initially */
.search-box input {
    width: 0;
    opacity: 0;
    padding: 8px 20px;  
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: absolute;
    right: 40px;
    top:0;
    /* keep space for icon */
}

/* Active state */
.search-box.active input {
    width: 200px;
    opacity: 1;
    outline: none;
}

/* Icon button */
.search-toggle {
    border: none;
    cursor: pointer;
}

/* Collection Slider CSS */
.collection-block h4 {
    text-align: center;
}
.collection-block figure{
    width: 115px !important;
    overflow:hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.collection-block figure img {
    width: 115px !important;
    margin: 0 auto;
    transition: transform 0.4s ease;
}
.collection-block figure img:hover {
    transform: scale(1.2);
}
.collection-lists-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: #f7f7f7 !important;
    cursor: pointer !important;
    border: 2px solid #ebedf0 !important;
    border-radius: 50%;
}

.collection-lists-slider .owl-nav button.owl-prev {
    left: -45px;
    position: absolute;
}

.collection-lists-slider .owl-nav button.owl-next {
    right: -45px;
    position: absolute;
}

.collection-lists-slider .owl-nav button span {
    display: none;
}

.collection-lists-slider .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 10px;
    height: 10px;
    border-left: 2px solid #d15b00;
    border-bottom: 2px solid #d15b00;
    transform: translate(-60%, -50%) rotate(45deg);
}

.collection-lists-slider .owl-nav button.owl-next::before {
    width: 10px;
    height: 10px;
    border-right: 2px solid #d15b00;
    border-top: 2px solid #d15b00;
    transform: translate(-50%, -50%) rotate(45deg);
}

.collection-lists-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.collection-lists-slider .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #d15b00;
    border-top: 2px solid #d15b00;
    transform: translate(-40%, -50%) rotate(45deg);
}

/* Better Deal Block CSS */

.better-deal-block {
    background: #fff2e9;
    margin: 0 20px;
    padding-bottom: 20px;
}

.block-pricing-part {
    background: border-box;
}

.better-deal-block .block-top-part {
    position: relative;
    padding: 2rem 0 1rem;
}

span.better-deal-block-bg {
    position: absolute;
    width: 100%;
    display: block;
    bottom: -5rem;
    left: 0;
    background: #fff2e9;
}

.better-deal-block .block-top-part h2 {
    position: relative;  
    min-height:70px;  
}

.better-deal-block .block-top-part h2 span.italic-form-text {
    font-family: 'Bernadette';
    color: #d15b00;
    font-size: 32.5px;
    display: block;
    line-height: 1.1;
}

.better-deal-block .block-top-part h2 span.highlight-form-text {
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    display: block;
    color: #d15b00;
    font-style: italic;
    padding-left: 30px;
}

.better-deal-block .block-image-part img {
    transform: scale(1.1);
    height: 220px;
    object-fit: contain;
    object-position: bottom;
    transition: transform 0.4s ease; 
}
.better-deal-block .block-image-part img:hover {
    transform: scale(1.2);
}
.better-deal-block .block-image-part {
    background: #fff;
    min-height: 220px;
}

.block-pricing-part {
    background: #fff;
    padding: 2.5rem 0 1rem;
    text-align: center;
}

.better-deal-block.block1 span.better-deal-block-bg {
    bottom: -100%;
}

.better-deal-block.block2 span.better-deal-block-bg {
    bottom: -88%;
}

.better-deal-block.block3 span.better-deal-block-bg {
    bottom: -115%;
}

span.starting-label-text {
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 0;
}

span.currency-symbol {
    color: #d15b00;
    font-family: 'Rupee Foradian';
    font-size: 32px;
}

span.pro-price {
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 47px;
    color: #d15b00;
    line-height: 1.1;
}

/* Trending Order Block CSS */
.trending-order-menu-block {
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
}
.order-menu-image-block img{
    transition: transform 0.4s ease;
}
.order-menu-image-block img:hover {
    transform: scale(1.2);
}  

/* Go To Asian Fixes CSS */
.process-text-content-block h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.7rem;
}

.process-text-content-block p {
    font-size: 18px;
}

.process-image-block {
    width: 100px;
    height: 100px;
    border: 1px solid #d15b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.process-image-block img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: relative;
    z-index: 9;
}

.process-image-block::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d15b00;
    border-radius: 50%;
}

.process-image-block::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.why-we-are-different-block-lists {
    position: relative;
}

.why-we-are-different-block-lists::before {
    content: "";
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    height: 2px;
    background: repeating-linear-gradient(to right, #d15b00 0 15px, transparent 15px 20px);
    z-index: 9999;
}

.why-we-are-different-process-block {
    position: relative;
    z-index: 99999;
}

/* Spotlight Event CSS */

.spotlight-event-lists-block {
    position: relative;
    background: #ffeee3;
}

span.spotlight-event-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-text-block p {
    margin: 0;
}

span.spotlight-event-block-bg img {
    width: 100%;
    display: block;
    height: 100%;
}

.event-image-block img {
    width: 100%;
    display: block;
}

.sportlight-event-block {
    padding: 4rem 8rem;
}

.event-text-block h5 {
    display: inline-block;
    background: #d15b00;
    color: #fff;
}

.event-text-block p {
    font-size: 18px;
    line-height: 1.3;
}

.spotlight-event-lists-slider .owl-nav button {
    width: 30px;
    height: 30px;
    background: #d15b00 !important;
    cursor: pointer !important;
    border-radius: 50%;
}

.spotlight-event-lists-slider .owl-nav button.owl-prev {
    left: 45px;
    position: absolute;
}

.spotlight-event-lists-slider .owl-nav button.owl-next {
    right: 45px;
    position: absolute;
}

.spotlight-event-lists-slider .owl-nav button span {
    display: none;
}

.spotlight-event-lists-slider .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-60%, -50%) rotate(45deg);
}

.spotlight-event-lists-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.spotlight-event-lists-slider .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: translate(-40%, -50%) rotate(45deg);
}

/* Footer CSS */
.order-your-way-block {
    position: relative;
}

.delivery-order-text h3 {
    color: #fff;
}


.footer-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.footer-menu ul li:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}

.footer-menu ul li:not(:last-child)::after {
    content: "";
    border-right: 2px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    height: 92%;
    transform: translateY(-50%);
}

.footer-menu ul li {
    position: relative;
}

.footer-menu ul li a {
    font-size: 15px;
    border: 0;
    outline: 0;
}

.footer-menu-and-social-links {
    border-bottom: 2px solid #d15b00;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.social-menu-links ul {
    display: flex;
    align-items: center;
}

.social-menu-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-menu-links ul li:not(:last-child) {
    margin-right: 10px;
}

.social-menu-links ul li i {
    font-size: 16px;
    color: #d15b00;
}

.social-menu-links ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #d15b00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all .2s;
}

.social-menu-links ul li a:hover {
    opacity: 0.8;
}

.footer-address-block address {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.footer-address-block span.address-icon i {
    font-size: 24px;
    color: #d15b00;
}

.footer-email-number-info a {
    font-size: 16px;
}

.footer-email-number-info span.icon i {
    color: #d15b00;
}

.footer-email-number-info a {
    outline: none;
    transition: all 0.2s;
}

.footer-copyright-text {
    border-top: 2px solid #d15b00;
}

.footer-address-contact-info {
    padding-bottom: 1.5rem;
}

.footer-contact-info-block {
    position: relative;
}

span.footerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #f2f2f2;
}

span.footerbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-contact-info-block * {
    position: relative;
}

.order-your-way-block::before {
    content: "";
    background: #d15b00;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
}

.order-your-way-block>* {
    position: relative;
}

.delivery-order-text {
    padding-bottom: 48px;
}


.trending-order-menu-slider .owl-dots button span {
    display: block;
    width: 8px;
    height: 6px;
    background: #a8a5a5;
    border-radius: 0;
}

.trending-order-menu-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.trending-order-menu-slider .owl-dots {
    margin-top: 15px;
}

.trending-order-menu-slider .owl-dots button.active span {
    width: 30px;
    border-radius: 0;
    height: 6px;
    background: #d15b00;
}


.better-deals-slider .owl-dots button span {
    display: block;
    width: 8px;
    height: 6px;
    background: #a8a5a5;
    border-radius: 0;
}

.better-deals-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.better-deals-slider .owl-dots {
    margin-top: 15px;  
}

.better-deals-slider .owl-dots button.active span {
    width: 30px;
    border-radius: 0;
    height: 6px;
    background: #d15b00;
}
.delivery-brand-logo img {
    width: 150px;
    height: auto;
    margin: 0;
    display: block;
}
.delivery-box a {
    text-decoration: none;
    color: #000;
    transition: all .2s;
}

.delivery-box a:hover {
    color: #d15b00;
}

.better-deal-block.block4 span.better-deal-block-bg {
    bottom: -9rem;
}
section.inner-page-banner.contact-banner {
    height: 525px;
}
.banner-caption-block h1 {font-family: 'Bilo';font-weight: bold;font-size: 42px;color: #d15b00;line-height: 1.2;}

section.inner-page-banner.contact-banner .container {
    height: 100%;
}
.banner-caption-block {
    height: 100%;
    display: flex;
    align-items: center;
}
.description-text-box.text-center p {
    font-size: 18px;
    line-height: 1.4;
}

.talk-to-us-block h3 {
    font-weight: bold;
}

.talk-to-us-block p {
    font-size: 22px;
}

.talk-to-block {
    padding: 20px 20px;
    background: #f7f7f7;
    border: 2px solid #eeeff1;
}

.talk-to-block h4 {
    font-weight: bold;
}

.talk-to-block a {
    font-size: 18px;
    text-decoration: none;
}

.talk-to-block a:hover {
    text-decoration: underline;
}
.location-banner-caption-block h1 {
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 42px;
    color: #d15b00;
    line-height: 1.2;
}

.location-banner-caption-block p {
    font-size: 20px;
}

section.location-page-banner {
    height: 400px;
    background-position: top center;
}
section.location-page-banner .container {
    height: 100%;
}

.location-banner-caption-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-banner-caption-block p:last-child {
    margin: 0;
}

.store-location-heading-block {
    background: #d15b00;
    display: inline-flex;
    padding: 12px 25px;
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    position: relative;
    gap: 15px;
    align-items: center;
    border: 1px solid #d15b00;
}
.store-location-heading-block:hover{
    background: #fff;
    color:#d15b00;
}
.store-location-heading-block a.location-label-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brand-store-location-header-block h4 {
    font-family: 'Bilo';
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.brand-location-store-description-block p, .brand-location-store-description-block ul li {
    font-size: 18px;
    line-height: 1.3;
}
.brand-location-store-description-block h5 {
    margin-bottom: 10px;
    font-family: 'Bilo';
    font-size: 22px;
    font-weight: 500;
    color: #d15b00;
}
.brand-location-store-description-block ul {
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0;
}
.brand-location-store-description-block ul li:not(:last-child) {
    margin-bottom: 5px;
}
.location-text-view p {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.hero-banner-top-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner-top-middle-image img {
    width: 350px;
    height: auto;
    margin: 0;
    display: block;
}
span.hero-banner-left-text {
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 70px;
    color: #d15b00;
    text-align: right;
    margin-right: -5px;
}
span.hero-banner-right-text {
    font-family: 'Bilo';
    font-weight: bold;
    font-size: 65px;
    color: #d15b00;
    display: block;
    margin-left: -5px;
    margin-top: 140px;
}
.hero-banner-bottom-block-desc-text p {
    font-size: 22px;
    line-height: 1.3;
}
.hero-banner-bottom-block h5 {
    color: #d15b00;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Bilo';
}
.hero-banner-highlight-bar-text {
    background: #d15a00;
    font-family: 'Bilo';
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    border-radius: 50px;
    display: inline-block;
}



.about-who-we-are-description-block h3 {
    font-weight: bold;
}
.about-who-we-are-description-block p {
    font-size: 18px;
    margin-bottom: 1.4rem;
    line-height: 1.3;
}
.about-who-we-are-highlight-text {
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    font-size: 22px;
    color: #d15b00;
    border-left: 5px solid #d15b00;
}
span.video-block-food-block1 {
    position: absolute;
    top: -50px;
    left: -40px;
}

span.video-block-food-block2 {
    position: absolute;
    bottom: -25px;
    left: 0;
}

span.video-block-food-block3 {
    position: absolute;
    right: -15px;
    display: block;
    top: 60px;
}

.about-who-we-are-video {
    position: relative;
    width: 350px;
    margin: 0 auto;
}

a.video-play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-who-we-are-video > img {
    width: 100%;
}

span.video-play-icon img {
    width: 65px;
    height: 65px;
    margin: 0;
    display: block;
}

.about-who-we-are-video-block {
    position: relative;
}

span.video-block-food-block3 img, span.video-block-food-block2 img, span.video-block-food-block1 img {
    width: 110px;
    height: auto;
}
.fancybox__content video {
    width: auto !important;
    max-width: 400px;
    height: 80vh !important;
    object-fit: contain;
}

.fancybox__content {
    width: auto !important;
    height: auto !important;
}
a.video-play-icon {
    width: 70px;
    height: 70px;
    background: #fefbf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.2s;
}
a.video-play-icon:hover, a.video-play-icon:link, a.video-play-icon:visited, a.video-play-icon:active{
    text-decoration:none;
    outline:none;
    opacity:0.9;
}
a.video-play-icon i {
    color: #d15b00;
    font-size: 25px;
}
a.video-play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: #ffffff78;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
}




.about-nom-food-quote-block {
    text-align: center;
    line-height: 2.4;
    font-size: 38px;
}
span.nom-food-quote1 {
    background: #d15a00;
    border-radius: 35px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    display: inline-block;
    width: fit-content;
    line-height: 1.1;
    padding-right: 25px;
}
span.nom-food-italic-text {
    color: #d15b00;
    font-weight: 500;
}
.what-we-believe-block-image img {
    height: 300px;
    object-fit: cover;
}
.about-what-we-believe-header-part p {font-size: 18px;line-height: 1.3;}
.what-we-believe-block-description h3 {
    font-weight: bold;
}
.about-what-we-believe-header-part h3 {
    font-weight: bold;
}
.what-we-believe-block-description p {
    font-size: 18px;
    line-height:1.4;
}
.what-we-believe-block-description ul {
    list-style-position: outside;
    margin: 0 0 15px 20px;
    padding: 0;
}
.what-we-believe-block-description ul li {
    font-size: 18px;
}
.what-we-believe-block-description ul li:not(:last-child) {
    margin-bottom: 5px;
}


.about-highlight-block-header-part h3 {
    font-weight: bold;
}

.about-highlight-block-header-part h4 {
    font-weight: 500;
}

.about-highlight-block h6 {
    font-size: 18px;
    font-weight: 500;
}

.about-highlight-view figure img {
    height: 220px;
    width: auto;
    object-fit: contain;
    margin: 0;
}

.about-highlight-view h4 {
    background: #d15b00;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}
.hero-banner-bottom-block-desc-text p strong{
    font-weight: 500;
}
.about-highlight-block-bottom-text h4 {
    font-weight: 500;
}

section.about-what-your-serve-section h3 {
    font-weight: bold;
}

section.about-what-your-serve-section p {
    font-size: 18px;
}

.about-what-your-serve-order-now-block {
    margin: 0 auto;
}

.about-what-your-serve-order-now-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

.about-what-your-serve-order-now-button a {
    background: #f16e20;
    color: #fff;
    border: 1px solid #f16e20;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    padding: 7px 20px;
    text-decoration: none;
    transition: all .2s;
}

.about-what-your-serve-order-now-button a:hover {
    text-decoration: none;
    color: #f16e20;
    background: #fff;
    border: 1px solid #f16e20;
}

.about-what-your-serve-order-now-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid #f16e20;
    height: 100%;
}

section.about-leadership-team-section h3 {
    font-weight: bold;
}

.team-member-info h4 {
    color: #f26e21;
    font-weight: bold;
}

.team-member-info h5 {
    color: #000;
    font-weight: 500;
}

.team-member-info-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.team-member-image {
    flex: 0 0 30%;
    max-width: 30%;
}

.team-members-block {
    position: relative;
    height: 100%;
}

.team-members-block::after {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #d1d1d1a3;
    border-radius: 20px;
}

.team-member-image {
    position: relative;
    z-index: 9;
}
.about-nom-award-section h3{font-weight:bold;}



.award-certificate-block {
    position: absolute;
    bottom: -42px;
    right: -120px;
}
.award-block-image-view {
    position: relative;
}
.award-certificate-block img {
    width: 200px;
}
.award-block-image-view > img {
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}
.award-block-text-view {
    background: #f16e20;
    padding-left: 9rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.award-block-text-view h4 {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}
.award-block-text-view h4 span {
    font-size: 28px;
    font-weight: 500;
}
.award-block-view {
    width: 90%;
    margin: 0 auto;
    clear: both;
    padding: 1rem 0 4rem;
}
.footer-menu ul li.current-menu-item a {
    text-decoration: underline;
}
.shop-products-category-details h3 {
    font-family: 'Bilo';
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.shop-products-category-details h3 span {
    font-weight: 500;
}

.shop-products-category-details h5 {
    font-size: 18px;
    font-weight: 500;
}

.shop-products-category-details h5 i {
    font-weight: 100;
}
.product-woo-details > img {
    width: 100%;
    margin: 0;
    border-radius: 10px;
}

h4.product-title {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}
h4.product-title a{
    text-decoration:none;
    transition:all .2s;
}
h4.product-title a:hover{
    color:#d15b00;
}
.product-info-price-cart-block {
    padding: 12px 15px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #eff0f3;
}
.custom-product-rating i {
    color: #106636;
    font-size: 14px;
    margin-right: 5px;
}

.custom-product-rating {
    color: #106636;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
.pro-product-price span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.product-short-description {
    font-size: 16px;
    line-height: 1.2;
    min-height: 58px;
}
.pro-product-add-to-cart a, .pro-product-add-to-cart a.button {
    background: #d15b00 !important;
    padding: 6px 10px !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 16px !important;
    border:1px solid #d15b00;
    border-radius:5px !important;
    transition:all .2s;
}
.pro-product-add-to-cart a.button:hover, .pro-product-add-to-cart a:hover, .pro-product-add-to-cart a:focus, .pro-product-add-to-cart a:active{
    background: #fff !important;
    border-radius:5px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #d15b00 !important;
    padding: 6px 10px !important;
    border:1px solid #d15b00 !important;
    transform: scale(1) !important;
}
.pro-product-add-to-cart {
    display: flex;
    gap: 5px;
}
.pro-product-add-to-cart a::after {
    display: none;
}
a.added_to_cart.wc-forward {
    text-transform: uppercase;
}



.food-type-filter a {
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.food-type-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.food-type-filter span {
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
}
.food-type-filter a img, .food-type-filter span img {
    height: 13px;
    width: auto;
    margin: 0;
}
.food-type-filter a:hover {
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    color: #000;
    opacity: 0.7;
}
.brand-web-logo a {
    width: 135px;
    height: 90px;
    display: block;
}
.product-category-type img {
    height: 15px;
    width: auto;
}
.product-category-type {
    display: flex;
    flex:0 0 20px;
}

section.woo-header-banner-block {
    background: #f7f7f7;
}

section.woo-header-banner-block h1 {
    font-weight: 500;
    color: #d15b00;
}


.wc-block-cart__submit-container a {
    background: #d15b00;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.wc-block-cart__submit-container a:hover {
    text-decoration: underline;
}

.wc-block-components-totals-coupon__content {}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    background: #d15b00;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    min-height: 2.5rem;
    text-transform: uppercase;
}

.wc-block-components-panel__button {
    font-size: 18px;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 18px;
    font-weight: 500;
}

tr.wc-block-cart-items__header th {
    font-size: 18px;
    font-weight: 500;
}

a.wc-block-components-product-name {
    font-size: 16px !important;
}

span.price.wc-block-components-product-price {}

.wc-block-cart-item__prices span {
    font-size: 18px;
    font-weight: 500;
}

td.wc-block-cart-item__total span {
    font-size: 18px;
    font-weight: 500;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    background: #d15b00;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 5px;
    min-height: 2rem;
    padding: 12px 25px;
    transition:all .2s;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover{
    opacity:0.8;
}

span.price.wc-block-components-product-price span {
    font-size: 18px;
    font-weight: 500;
}
.wc-block-components-totals-item span {
    font-size: 18px;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    font-size: 18px;
    font-weight: 500;
}
.product-info-price-cart-block {
    min-height: 110px;
}
.woocommerce-tabs.wc-tabs-wrapper > * {display: none;}
.woocommerce-variation-add-to-cart.variations_button > .quantity {
    display: none;
}
div#tab-additional_information {
    display: none !important;
}
.summary.entry-summary h1 {
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}
.woocommerce-product-gallery__image img {
    border-radius: 10px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #d15b00;
}
.team-member-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.better-deal-block{position:relative;}
.better-deal-block-anchor{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
}
.product-woo-details > img {
    max-height: 260px;
    min-height: 260px;
    object-fit:cover; 
}