/*  =====================================================
    @ThemeEaster
    ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@300;400;500;600&family=Shadows+Into+Light&display=swap');

/* Common Styles */
* {
    padding: 0;
    margin: 0;
}

/* SOBIG branches */
.sobig-branches-page { background: var(--sobig-navy); }
.sobig-branches-hero { background: linear-gradient(90deg,rgba(3,15,34,.96),rgba(3,15,34,.75)),url('../img/sobig-titlebar-20260913.png') center/cover; }
.sobig-branches-hero { min-height:420px; }
.sobig-branches-hero .page-header-content { margin-top:70px; }
.sobig-branches-hero .page-header-content h2 { margin-bottom:18px; font-size:46px; line-height:1.15; }
.sobig-branches-hero .page-header-content p { font-size:18px; }
.sobig-branches-hero h2,.sobig-branches-hero p { color:#fff; }
.sobig-branches-hero h4,.sobig-branches-hero h2 span { color:var(--sobig-orange); }
.sobig-branches-section { background:#f5f3ef; }
.sobig-branches-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.sobig-branch-card { overflow:hidden; background:#07172d; border:1px solid rgba(255,255,255,.12); box-shadow:0 16px 38px rgba(3,15,34,.14); }
.sobig-branch-image { display:block; width:100%; height:210px; object-fit:cover; background:#0a1d37; }
.sobig-branch-body { padding:22px; }
.sobig-branch-body h3 { margin:0 0 14px; color:#fff; font-size:23px; }
.sobig-branch-address { display:flex; gap:10px; min-height:70px; margin:0 0 14px; color:rgba(255,255,255,.75); }
.sobig-branch-address i,.sobig-branch-contacts i { color:var(--sobig-orange); margin-top:5px; }
.sobig-branch-contacts { display:grid; gap:7px; margin-bottom:18px; }
.sobig-branch-contacts a { display:flex; gap:9px; color:#fff; word-break:break-word; }
.sobig-branch-contacts a:hover { color:var(--sobig-orange); }
.sobig-branch-map { height:175px; margin:0 -22px -22px; border-top:3px solid var(--sobig-orange); }
.sobig-branch-map iframe { width:100%; height:100%; border:0; }
.branches-loading,.branches-empty { grid-column:1/-1; padding:30px; text-align:center; color:#657083; }
@media(max-width:1199px){.sobig-branches-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:991px){.sobig-branches-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:575px){.sobig-branches-grid{grid-template-columns:1fr;}.sobig-branch-image{height:230px;}}
@media(max-width:767px){.sobig-branches-hero{min-height:340px;}.sobig-branches-hero .page-header-content{margin-top:45px;padding:0 15px;}.sobig-branches-hero .page-header-content h2{font-size:34px;line-height:1.2;}.sobig-branches-hero .page-header-content p{font-size:16px;}}

/* SOBIG interactive branch map */
.sobig-map-container{max-width:1380px}.sobig-branches-section .section-heading{max-width:760px;margin:0 auto 42px}.sobig-branches-section .section-heading h2 span{color:var(--sobig-orange)}
.branches-map-stage{position:relative;width:100%;overflow:visible;margin:0 auto 42px;isolation:isolate}.branches-map-image{display:block;width:100%;height:auto;filter:drop-shadow(0 20px 24px rgba(4,18,42,.13));user-select:none;pointer-events:none}.branches-map-pins{position:absolute;inset:0;z-index:3}
.sobig-map-pin{position:absolute;width:34px;height:43px;margin:0;padding:0;border:0;background:transparent;transform:translate(-50%,-100%);cursor:pointer;filter:drop-shadow(0 5px 5px rgba(4,18,42,.28));animation:sobigPinIn .45s both;animation-delay:var(--pin-delay,0ms)}.sobig-map-pin span{position:absolute;inset:0;border:3px solid #fff;border-radius:52% 52% 52% 0;background:var(--sobig-orange);transform:rotate(-45deg);transition:transform .2s,background .2s}.sobig-map-pin span:after{content:"";position:absolute;left:8px;top:8px;width:12px;height:12px;border-radius:50%;background:#fff}.sobig-map-pin strong{position:absolute;left:50%;top:48px;min-width:max-content;padding:5px 8px;border-radius:5px;background:#07172d;color:#fff;font-size:11px;line-height:1;letter-spacing:.3px;opacity:0;transform:translate(-50%,-5px);transition:.2s;pointer-events:none}.sobig-map-pin:hover span,.sobig-map-pin:focus span{background:#f43127;transform:rotate(-45deg) scale(1.12)}.sobig-map-pin:hover strong,.sobig-map-pin:focus strong{opacity:1;transform:translate(-50%,0)}.sobig-map-pin:focus{outline:none}.sobig-map-pin:focus-visible span{box-shadow:0 0 0 4px rgba(255,142,40,.35)}
@keyframes sobigPinIn{from{opacity:0;transform:translate(-50%,-135%) scale(.7)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}
.branches-map-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.branch-map-list-item{display:flex;align-items:center;gap:13px;min-height:84px;padding:15px 17px;border:1px solid rgba(7,23,45,.12);border-radius:15px;background:#fff;text-align:left;box-shadow:0 8px 22px rgba(4,18,42,.06);transition:.2s}.branch-map-list-item:hover,.branch-map-list-item:focus{border-color:var(--sobig-orange);transform:translateY(-3px);box-shadow:0 14px 28px rgba(4,18,42,.11);outline:none}.branch-list-pin{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#fff2e7;color:var(--sobig-orange);font-size:14px}.branch-list-copy{display:grid;min-width:0}.branch-list-copy strong{color:#07172d;font-size:16px}.branch-list-copy small{overflow:hidden;color:#657083;font-size:11px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}
.branch-map-popup{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(3,15,34,.76);opacity:0;visibility:hidden;transition:.22s;backdrop-filter:blur(7px)}.branch-map-popup.is-open{opacity:1;visibility:visible}.branch-popup-open{overflow:hidden}.branch-popup-dialog{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(260px,42%) 1fr;width:min(780px,100%);max-height:min(680px,calc(100vh - 48px));border-radius:24px;background:#fff;box-shadow:0 34px 85px rgba(0,0,0,.36);transform:translateY(18px) scale(.98);transition:.22s}.is-open .branch-popup-dialog{transform:none}.branch-popup-close{position:absolute;right:15px;top:15px;z-index:3;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#fff;color:#07172d;font-size:27px;line-height:1;box-shadow:0 5px 16px rgba(0,0,0,.18)}.branch-popup-image{width:100%;height:100%;min-height:380px;object-fit:cover;background:#07172d}.branch-popup-body{align-self:center;padding:44px 38px}.branch-popup-kicker{display:block;margin-bottom:8px;color:var(--sobig-orange);font-size:12px;font-weight:800;letter-spacing:1.4px}.branch-popup-body h3{margin:0 0 18px;color:#07172d;font-size:31px}.branch-popup-address{margin-bottom:20px;color:#596579;line-height:1.65}.branch-popup-contacts{display:grid;gap:7px;margin-bottom:26px}.branch-popup-contacts a{color:#07172d;font-weight:700}.branch-popup-contacts a:hover{color:var(--sobig-orange)}.branch-popup-actions{display:flex;gap:10px}.branch-map-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:2px solid var(--sobig-orange);border-radius:8px;background:var(--sobig-orange);color:#fff;font-weight:800}.branch-map-button:hover{border-color:#f43127;background:#f43127;color:#fff}.branch-map-button.is-outline{background:transparent;color:#07172d}.branch-map-button.is-outline:hover{color:#fff}.branches-empty,.branches-loading{grid-column:1/-1;text-align:center}
@media(max-width:991px){.branches-map-list{grid-template-columns:repeat(2,minmax(0,1fr))}.sobig-map-pin{width:27px;height:34px}.sobig-map-pin span{border-width:2px}.sobig-map-pin span:after{left:6px;top:6px;width:10px;height:10px}.sobig-map-pin strong{display:none}.branch-popup-dialog{grid-template-columns:1fr 1.15fr}.branch-popup-body{padding:36px 28px}}
@media(max-width:575px){.sobig-branches-section.padding{padding:65px 0}.sobig-branches-section .section-heading{margin-bottom:25px;padding:0 12px}.branches-map-stage{width:112%;margin-left:-6%;margin-bottom:28px}.sobig-map-pin{width:23px;height:29px}.sobig-map-pin span:after{left:5px;top:5px;width:8px;height:8px}.branches-map-list{grid-template-columns:1fr;gap:9px}.branch-map-list-item{min-height:68px;padding:11px 13px}.branch-map-popup{align-items:flex-end;padding:12px}.branch-popup-dialog{display:block;max-height:calc(100dvh - 24px);overflow-y:auto;border-radius:20px}.branch-popup-image{height:210px;min-height:0}.branch-popup-body{padding:27px 22px}.branch-popup-body h3{font-size:25px}.branch-popup-actions{display:grid;grid-template-columns:1fr 1fr}.branch-map-button{padding:8px 10px;font-size:13px}}

/* High-contrast map pins */
.sobig-map-pin span{background:#ff641e;box-shadow:0 0 0 2px #07172d}.sobig-map-pin span:after{background:#fff;box-shadow:0 0 0 2px rgba(7,23,45,.2)}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #0e1318;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #0e1318;
}

h2 {
    font-size: 42px;
    line-height: 52px;
    color: #0e1318;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -2px;
}

h2 span {
    color: #ff9d2d;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0e1318;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/* Scrollbar Style */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ff9d2d;
}

::selection {
    background-color: #ff9d2d;
    color: #fff
}

-webkit-::selection {
    background-color: #ff9d2d;
    color: #fff
}

::-moz-selection {
    background-color: #ff9d2d;
    color: #fff
}

/* Padding */
.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

/* Background Color */
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #faf7f2;
}

.bg-dark {
    background-color: #242323 !important;
}

.bd-top {
    border-top: 1px solid #eeeeee;
}

.bd-bottom {
    border-bottom: 1px solid #eeeeee;
}

/* Background Shape */
.bg-shape {
    background-repeat-x: repeat;
    background-position: bottom center;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bg-shape.white {
    background-image: url(../img/shape-white.png);
}

.bg-shape.grey {
    background-image: url(../img/shape-grey.png);
}

/* Margin Class */
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

/* Font Size */
.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

/* Preloader */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    display: none !important;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ff9d2d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Default Button */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 10px;
}

.default-btn {
    display: inline-block;
    background: #ff9d2d;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn:hover {
    color: #FFF;
}

.default-btn span {
    background: #0e1318 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.default-btn i {
    margin-right: 8px;
}

/* Swiper Controls */
.swiper-container {
    height: 300px;
    position: relative;
}

.carousel-preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-preloader .dot-flashing,
.carousel-preloader .dot-flashing::before,
.carousel-preloader .dot-flashing::after {
    background-color: #6c7a87;
}

.swiper-initialized {
    height: auto;
}

.swiper-initialized .carousel-preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.dl-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}

.dl-slider-button-prev,
.dl-slider-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.dl-slider-button-prev:hover,
.dl-slider-button-next:hover {
    color: #ff9d2d;
    transition: all 0.2s ease-in-out;
}

.dl-slider-button-prev svg,
.dl-slider-button-next svg {
    width: 20px;
}

/* Style 2 */
.nav-outside {
    position: relative;
    margin: 0 -55px;
}

.nav-outside .swiper-container {
    position: static;
    width: calc(100% - 110px);
    margin: 0 auto;
}

.dl-slider-controls.style-2 .dl-slider-button-prev,
.dl-slider-controls.style-2 .dl-slider-button-next {
    background-color: #fff;
    color: #0b2238;
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.dl-slider-controls.style-2 .dl-slider-button-next {
    left: auto;
    right: 5px;
}

.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 > div {
    visibility: visible;
    opacity: 1;
}

.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 .dl-slider-button-prev {
    left: 0;
}

.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 .dl-slider-button-next {
    right: 0;
    left: auto;
}

.nav-outside .dl-slider-controls.style-2 .dl-slider-button-prev,
.nav-outside .dl-slider-controls.style-2 .dl-slider-button-next {
    width: 50px;
    height: 50px;
}

.nav-outside .dl-slider-button-prev svg,
.nav-outside .dl-slider-button-next svg {
    width: 15px;
}

.dl-slider-controls.style-2 .dl-slider-button-prev:hover,
.dl-slider-controls.style-2 .dl-slider-button-next:hover {
    background-color: #ff9d2d;
    color: #fff;
}

.nav-visible .dl-slider-controls.style-2 > div {
    visibility: visible;
    opacity: 1;
    left: 30px;
}

.nav-visible .dl-slider-controls.style-2 > div.dl-slider-button-next {
    right: 30px;
    left: auto;
}

@media (max-width: 580px) {
    .nav-outside {
        margin: 0;
    }

    .nav-outside .swiper-container {
        width: 100%;
    }
}

/* Bullets */
.dl-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0;
}

.dl-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: transparent;
    opacity: 1;
}

.dl-swiper-pagination .swiper-pagination-bullet svg {
    width: 100%;
    height: 100%;
}

.dl-swiper-pagination .swiper-pagination-bullet .path {
    stroke: #eee;
    stroke-width: 1px;
    display: none;
}

.dl-swiper-pagination .swiper-pagination-bullet .solid-fill {
    fill: #bbb;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .path {
    stroke: #ff9d2d;
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .solid-fill {
    fill: #ff9d2d;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Section Heading */
.section-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.section-heading h2 span {
    color: #ff9d2d;
}

.section-heading h4 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #f43127;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-family: "Rubik", sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Transition Effect */
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*======================================================
    Promo Section
=======================================================*/
.promo-section {
    position: relative;
}

.food-carousel {
    overflow: hidden;
}

.food-item {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 5%);
    text-align: center;
    position: relative;
    z-index: 1;
}

.food-item:before {
    background-color: #ff9d2d;
    clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0 100%);
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
    z-index: -1;
}

.food-item:hover:before {
    height: 100%;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.food-item:hover .food-content h3,
.food-item:hover .food-content p,
.food-item:hover .food-icon i {
    color: #fff;
}

.food-icon {}

.food-icon i {
    color: #ff9d2d;
    font-size: 60px;
}

.food-content {
    min-height: 150px;
}

.food-content h3 {
    letter-spacing: -0.8px;
    font-size: 22px;
    font-weight: 600;
}

.food-thumb {
    text-align: center;
}

.food-thumb img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

/*======================================================
    About Section
=======================================================*/
.about-section {
    position: relative;
}

.about-section.inner {
    margin-top: -40px;
}

.about-section .content-img-holder {
    position: relative;
}

.about-section .content-img-holder > img {
    transform: inherit;
}

.about-section .content-img-holder .sale {
    background-image: url(../img/sale-shape-red.png);
    left: 100px;
    top: 0;
}

.about-section .content-img-holder .sale h4,
.about-section .content-img-holder .sale span,
.about-section .content-img-holder .sale h2 {
    color: #fff;
}

.about-info {}

.check-list {
    margin-bottom: 30px;
}

.check-list li {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #0e1318;
    display: flex;
    align-items: center;
}

.check-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.check-list li i {
    background-color: #ff9d2d;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.about-info h2 {
    font-size: 42px;
    line-height: 48px;
}

.about-info h2 span {
    color: #ff9d2d;
}

.about-info h3 {
    color: #f43127;
    margin-bottom: 20px;
}

.about-info p {
    margin-bottom: 20px;
}

.content-img-holder .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Play Button */
.play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.play-btn .play-icon {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #ff9d2d;
    font-size: 15px;
    transition: all .4s linear;
    -webkit-animation: ripple_effect 2s linear infinite;
    animation: ripple_effect 2s linear infinite;
}

@-webkit-keyframes ripple_effect {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

@keyframes ripple_effect {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

/*======================================================
    Food Menu Section
=======================================================*/
.food-menu {
    position: relative;
}

.product-item {
    background-color: #fff;
    padding: 70px 40px 40px;
    position: relative;
}

.product-item .sale {
    background-color: #f43127;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: 40px;
}

.product-thumb {
    position: relative;
}

.product-thumb img {
    width: 100%;
}

.food-menu .product-item {
    height: 100%;
    padding: 30px;
}

.food-menu .product-thumb {
    overflow: hidden;
    background-color: #f6f3ef;
}

.food-menu .product-thumb img {
    height: 310px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.food-menu .product-item:hover .product-thumb img {
    transform: scale(1.035);
}

.food-menu .product-category {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff9d2d;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.food-menu .food-info p {
    margin: 8px 0 0;
}

.product-thumb .order-btn {
    background-color: #f43127;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.2px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    width: 60%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    transition: all 450ms cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    opacity: 0;
}

.product-thumb .order-btn:hover {
    background-color: #ff9d2d;
}

.product-item:hover .order-btn {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.product-item h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}

.food-carousel .product-item h3 {
    font-size: 18px;
    line-height: 22px;
}

.food-info {
    padding-top: 20px;
}

.product-item .ratting {}

.product-item .ratting li {
    display: inline-flex;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.product-item .ratting li:first-child {
    margin-right: 10px;
}

.product-item .ratting li i {
    font-size: 14px;
    color: #ff9d2d;
}

.food-info .price {}

.food-info .price h4 {
    text-transform: uppercase;
    color: #f43127;
    margin: 0;
}

.food-info .price span {
    margin-left: 10px;
    color: #ff9d2d;
}

.food-info .price .reguler {
    color: #bbb;
    text-decoration: line-through;
    margin-left: 5px;
}

/*Food Menu Filter*/
.food-menu-filter {
    text-align: center;
    margin-bottom: 20px;
}

.food-menu-filter li {
    background-color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0e1318;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 20px;
    border: 1px solid #eee;
    cursor: pointer;
}

.food-menu-filter li.active {
    background-color: #ff9d2d;
    color: #fff;
}

/*======================================================
    Product Details Section
=======================================================*/
.food-details {
    position: relative;
}

.product-details {
    margin-top: 10px;
}

.food-details-thumb {
    position: relative;
    overflow: hidden;
    margin-right: 40px;
    transition: all 0.2s ease-in-out;
}

.food-details-thumb:hover img {
    transform: scale(1.02);
}

.food-details-thumb .img-popup {
    background-color: #fff;
    color: #0e1318;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.product-details .product-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    align-items: center;
}

.product-details .product-inner .category li a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #777;
}

.product-details .ratting {
    text-align: right;
}

.product-details .ratting li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}

.product-details .price {
    color: #222;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.product-details .price span {
    font-size: 16px;
    text-decoration: none;
    color: #5dce53;
    margin-left: 10px;
}

.product-btn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-btn form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    text-align: center;
}

.purchase-btn {
    background-color: #ff8e28;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    margin-left: 15px;
}

.purchase-btn:hover {
    background-color: #0e1318;
    color: #fff;
}

.product-details .product-meta {
    margin-bottom: 30px;
}

.product-details .product-meta li:not(:last-of-type) {
    margin-bottom: 5px;
}

.product-details .product-meta li a {
    color: #777;
    margin-left: 5px;
}

.product-details .social-icon li {
    display: inline-block;
}

.product-details .social-icon li:first-child {
    margin-right: 10px;
}

.product-details .social-icon li a {
    background-color: #ff8e28;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}

.product-details .social-icon li a:hover {
    background-color: #0e1318;
    color: #fff;
}

/*Description Tab*/
.product-tab-content {}

.tab-content .tab-pane.description {
    background-color: #fff;
    padding: 40px;
}

.tab-content .tab-pane.ad-info {
    background-color: #fff;
}

.tab-navigation {
    margin-bottom: 40px;
}

.tab-navigation li button {
    background-color: #eee;
    color: #0e1318;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
}

.tab-navigation li .active {
    background-color: #ff8e28;
    color: #fff;
}

.description-meta li {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 150px 1fr;
    grid-gap: 20px;
}

.description-meta li span {}

.product-table thead tr th {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.product-table {}

.product-table {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.table > :not(caption) > * > *,
.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #eee;
    color: #777;
    text-align: center;
}

.table > :not(caption) > * > * {
    padding: 12px 0;
}

.product-table tbody tr td:not(:last-of-type),
.product-table thead tr th:not(:last-of-type) {
    border-right: 1px solid #eee;
}

/*Reviews*/
.review .comment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.review .comment-list > li {
    background-color: #fff;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 30px;
    align-items: center;
    padding: 40px;
    border: 1px solid #eee;
}

.review .comment-list .comment-text h3 span {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
    display: block;
}

.review .comment-list .comment-thumb img {
    border-radius: 50%;
}

.review .comment-list .comment-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-author .ratting {}

.comment-author .ratting li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}

/*Cart*/
.cart-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.cart-header > div {
    color: #0e1318;
}

.cart-body {
    display: flex;
    align-items: center;
}

.cart-body .cart-item {
    display: flex;
    align-items: center;
}

.cart-body .cart-item img {
    max-width: 100px;
    margin-right: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

.cart-body .cart-item .cart-content {}

.cart-body .cart-item .cart-content a {
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}

.cart-body .cart-item .cart-content a:hover {
    color: #ff8e28;
}

.cart-body .cart-item p {
    margin: 0;
}

.cart-body .cart-item p strong {
    color: #0e1318;
}

.cart-body .cart-item input {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.cart-body .cart-item .remove {
    background-color: #ff8e28;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: -5px;
}

.cart-body .cart-item .remove:hover {
    background-color: #0e1318;
    color: #fff;
}

.cart-total {
    background-color: #fff;
    padding: 40px;
}

.cart-total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cart-total li a:not(.default-btn),
.cart-total li span {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}

/*======================================================
    Checkout Section
=======================================================*/
.checkout-form-wrap {
    background-color: #fff;
    padding: 40px;
}

.checkout-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.checkout-form-wrap h2 {
    font-size: 20px;
    letter-spacing: -1px;
}

.checkout-form .form-field {}

.additional-info .form-field textarea,
.checkout-form .form-field input {
    background-color: #F9FAFC;
    height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;
    ;
}

.additional-info .form-field textarea {
    height: auto;
}

/*======================================================
    Booking Section
=======================================================*/
.booking-section {
    position: relative;
}

.booking-section .booking-form {
    margin: 0;
}

.booking-section .booking-form .form-control.message {
    height: 150px;
}

.booking-section .booking-form .form-select,
.booking-section .booking-form .form-control {
    height: 50px;
}


/*======================================================
    FAQ's Section
=======================================================*/
.faq-accordion {}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
}

.accordion-button {
    background-color: #fff;
    color: #0e1318;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.accordion-button:focus {
    border-color: #eee;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff8e28;

}

.accordion-button:not(.collapsed):after {
    background-image: inherit;
    content: "\f067";
    color: #fff;
    transform: inherit;
}

.accordion-button:after {
    background-image: inherit;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #222;
    font-weight: 600;
    transform: translateY(-50%) !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*======================================================
    Content Section
=======================================================*/
.franchise-section { position: relative; }
.franchise-page .header,
.franchise-page .sticky-header,
.franchise-page #popup-search-box,
.franchise-page .page-header,
.franchise-page .footer-section,
.franchise-page #scrollup { display: none !important; }
.franchise-page { background-color: #f3f3f3; }
.franchise-page .franchise-section {
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
}
.franchise-page .franchise-section > .bg-shape { display: none; }
.franchise-page .page-header {
    background-image: linear-gradient(rgba(3, 12, 27, 0.42), rgba(3, 12, 27, 0.58)), url(../img/sobig-franchise-title-bg.png);
    background-position: center center;
}
.franchise-page .page-header-content h2 { color: #fff; }
.franchise-page .page-header-content p { color: #eee; }
.franchise-section .section-heading a { color: #f43127; font-weight: 600; }
.franchise-form { max-width: 980px; margin: 0 auto; }
.franchise-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.franchise-flash { max-width: 980px; margin: 0 auto 22px; padding: 16px 20px; border-left: 4px solid #f43127; background: #fff0ef; color: #7f241f; }
.franchise-flash ul { margin: 0; padding-left: 20px; }
.franchise-form-block {
    background-color: #fff;
    margin-bottom: 24px;
    padding: 36px;
    border-left: 4px solid #ff8e28;
    box-shadow: 0 8px 25px rgba(14, 19, 24, 0.08);
}
.form-block-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.form-block-heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    background-color: #0e1318;
    color: #ff9d2d;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}
.form-block-heading h3 { margin: 0 0 4px; }
.form-block-heading p { margin: 0; }
.franchise-form .form-field { margin-bottom: 20px; }
.franchise-form label {
    display: block;
    margin-bottom: 8px;
    color: #0e1318;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.franchise-form .form-control,
.franchise-form .form-select {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
    color: #0e1318;
}
.franchise-form textarea.form-control { min-height: 105px; }
.franchise-form .form-control:focus,
.franchise-form .form-select:focus {
    border-color: #ff8e28;
    box-shadow: 0 0 0 3px rgba(255, 142, 40, 0.12);
    outline: none;
}
.franchise-form .consent-field label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; }
.franchise-form .consent-field input { margin-top: 5px; }
.franchise-submit-wrap { text-align: center; }
.form-integration-note { margin: 18px 0 0; font-size: 13px; }
#franchise-form-message { display: none; max-width: 720px; margin: 18px auto 0; }
.franchise-result-page { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: #f3f3f3; }
.franchise-result-card { width: min(620px, 100%); padding: 46px 38px; background: #fff; text-align: center; border-top: 5px solid #ff8e28; box-shadow: 0 15px 50px rgba(14,19,24,.12); }
.franchise-result-card img { width: min(260px, 80%); margin-bottom: 28px; }
.franchise-result-card h1 { margin-bottom: 14px; }
.franchise-result-card p { margin-bottom: 28px; }
@media (max-width: 767px) {
    .franchise-form-block { padding: 24px 20px; }
}

.content-section {
    background-image: url(../img/content01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.content-section.sobig-showcase {
    background-image: linear-gradient(90deg, rgba(2, 14, 32, 0.96) 0%, rgba(2, 14, 32, 0.88) 34%, rgba(2, 14, 32, 0.2) 62%, rgba(2, 14, 32, 0.05) 100%), url(../img/sobig-content-bg-01.png);
}

.content-section .bg-shape.grey {
    bottom: auto;
    top: -2px;
    transform: scaleY(-1);
}

.content-section .bg-shape.white {
    bottom: -2px;
}

.content-info {}

.content-section .content-info {
    position: relative;
    z-index: 1;
    padding: 165px 0;
}

.content-section .content-info > h4 {
    margin-bottom: 14px;
    color: #ff9d2d;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.content-info h2 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.content-info span {
    color: #ff9d2d;
}

.content-info p {
    color: #ddd;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-section.sobig-showcase {
        background-image: linear-gradient(90deg, rgba(2, 14, 32, 0.97) 0%, rgba(2, 14, 32, 0.9) 68%, rgba(2, 14, 32, 0.55) 100%), url(../img/sobig-content-bg-01.png);
        background-position: 64% center;
    }

    .content-section .content-info {
        padding: 120px 0;
    }
}

.content-img-holder {
    position: relative;
}

.content-img-holder > img {
    transform: scale(1.3) translateY(50px);
}

.content-img-holder .sale {
    background-image: url(../img/sale-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 216px;
    height: 226px;
    position: absolute;
    left: -70px;
    top: 50px;
    display: flex;
    place-content: center;
    animation: scaleanim 1s linear 0s infinite alternate;
}

.content-img-holder .sale h2 {
    line-height: 1;
    font-size: 22px;
    color: #f43127;
}

.content-img-holder .sale span {
    color: #ff9d2d;
    display: block;
    font-size: 42px;
}

.content-img-holder .sale div {
    margin: 35px 30px 0px 0px;
}

.delivery-girl {
    position: relative;
    z-index: 1;
}

.delivery-girl img {
    margin-top: -50px;
    margin-bottom: -10px;
}

.content-section.delivery {
    overflow: visible;
}

.content-section.delivery .bg-shape.white {
    z-index: 2;
}

.content-section.delivery .content-info {
    padding: 80px 0;
}

.content-section.delivery .order-content h3 span {
    color: #ddd;
}

.content-section-2 {
    position: relative;
}

.content-section-2 .section-heading .sign {
    max-width: 200px;
    margin-top: 15px;
}

@keyframes scaleanim {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/*======================================================
    Delivery Section
=======================================================*/
.delivery-section {
    position: relative;
}

.delivery-boy-wrap {
    position: relative;
}

.delivery-boy {
    background-image: url(../img/delivery-boy.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80px;
    top: 0;
}

.order-content {
    display: flex;
    align-items: center;
}

.order-content h3 {
    color: #ff9d2d;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 24px;
}

.order-content h3 span {
    color: #f43127;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -5px;
}

.order-content h3 a {
    color: inherit;
}

/*======================================================
    Testimonial Section
=======================================================*/
.testimonial-section {
    position: relative;
}

.review-section {
    position: relative;
}

.testimonial-carousel {
    overflow: hidden;
}

.testimonial-item {
    background-color: #fff;
    padding: 40px;
}

.testi-thumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testi-thumb img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.testi-thumb .author {}

.testi-thumb .author h3 {
    font-size: 18px;
    margin: 0;
}

.testi-thumb .author h4 {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
}

.testimonial-item .ratting {}

.testimonial-item .ratting li {
    display: inline-block;
    margin: 0;
    line-height: 1;
    color: #ff9d2d;
}

/*======================================================
    Banner Section
=======================================================*/
.banner-section {
    position: relative;
}

.banner-wrapper > div {
    min-height: 440px;
}

.banner-wrapper .row > div {
    min-height: calc((440px - 15px) / 2);
}

.banner-wrapper .row > div:last-child {
    margin-top: 15px;
}

.banner-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-item:hover img {
    transform: scale(1.02);
}

.banner-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-wrapper .row > div:last-child .banner-content {
    left: 55%;
}

.banner-content h3 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
}

.banner-content h2 {
    font-size: 36px;
    line-height: 42px;
}

.banner-content h2,
.banner-content p {
    color: #fff;
}

.banner-content .order-btn {
    background-color: #ff8e28;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}

.banner-content .order-btn:hover {
    background-color: #0e1318;
    color: #fff;
}

/*======================================================
    Hero Section
=======================================================*/
.hero-section {
    background-color: #faf7f2;
    background-image: url(../img/food-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section .hero-img {
    width: 800px;
    height: 550px;
    position: absolute;
    top: 170px;
    right: -30px;
    z-index: 2;
}

.hero-section .hero-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.hero-content {
    margin-top: 50px;
}

.hero-content h3 {
    background-color: #f43127;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.hero-content h3:before {
    background-color: #f43127;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0 0);
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: -18px;
    top: 0;
}

.hero-content h1 {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 15px;
}

.hero-content h1 span {
    color: #ff9d2d;
}

.hero-content .hero-list {
    margin-bottom: 20px;
}

.hero-content .hero-list li {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.hero-content .hero-list li i {
    background-color: #f43127;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.hero-content p {
    margin-bottom: 20px;
}

.hero-img .sale {
    background-image: url(../img/sale-shape-red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 216px;
    height: 226px;
    position: absolute;
    left: -10px;
    top: 50px;
    display: flex;
    place-content: center;
    animation: scaleanim 1s linear 0s infinite alternate;
}

.hero-img .sale h4 {
    color: #fff;
}

.hero-img .sale h2 {
    line-height: 1;
    font-size: 26px;
    color: #fff;
}

.hero-img .sale span {
    color: #fff;
    display: block;
    font-size: 42px;
}

.hero-img .sale div {
    margin: 35px 30px 0px 0px;
}

/*======================================================
    Team Section
=======================================================*/
.team-section {
    position: relative;
}

.team-item {}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    position: relative;
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    z-index: 1;
}

.team-shape {
    background-image: url(../img/team-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.team-content h3 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
}

.team-content h4 {
    color: #fff;
    margin: 0;
}

.team-social {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 100%;
    height: auto;
    text-align: center;
    transform: translateX(-50%);
}

.team-social li {
    display: inline-block;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}

.team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.team-social li a {
    background-color: #ff8e28;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.team-social li a:hover {
    background-color: #0e1318;
    color: #fff;
}

/*======================================================
    Gallery Section
=======================================================*/
.gallery-section {
    position: relative;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .full-view {}

.gallery-item .img-popup {
    background-color: #fff;
    color: #0e1318;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.gallery-item:hover .img-popup {
    transform: scale(1);
    transition-delay: 0.05s;
    visibility: visible;
    opacity: 1;
}


/*======================================================
    Footer Section
=======================================================*/
.footer-section {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.footer-illustration {
    background-image: url(../img/footer-illustration.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.running-cycle {
    overflow: hidden;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.running-cycle div {
    background-image: url(../img/delivery-boy.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -5px;
    animation: running-anim 20s linear infinite;
    z-index: 1;
}

.footer-section .col-lg-3:nth-child(2) .footer-widget {
    padding-left: 30px;
}

.footer-top {
    position: relative;
    padding: 100px 0;
    border-bottom: 1.5px solid #3f3d5650;
}

.footer-widget {}

.footer-widget .logo {
    margin-bottom: 25px;
    display: block;
    max-width: 220px;
}

.footer-links-widget {
    padding-left: 30px;
}

.footer-links-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-links-list a {
    color: #0e1318;
}

.footer-links-list a:hover {
    color: #ff8e28;
}

@media (max-width: 991px) {
    .footer-links-widget {
        padding-left: 0;
    }
}

.footer-widget .footer-social {}

.footer-widget .footer-social li {
    display: inline-block;
}

.footer-widget .footer-social li a {
    background-color: #ff8e28;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 1px;
}

.footer-widget .footer-social li a:hover {
    background-color: #0e1318;
}

.footer-widget h3 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
}

.footer-widget h3 span {
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #ff9d2d;
    position: relative;
    margin-left: 10px;
    top: -4px;
}

.footer-widget h3 span:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #ff9d2d;
}

.footer-recent-post {}

.footer-recent-post li {
    display: flex;
    align-items: center;
}

.footer-recent-post li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-recent-post li .thumb img {
    max-width: 80px;
}

.footer-recent-post li .post-content {
    padding-left: 15px;
}

.footer-recent-post li .post-content h4 {
    font-size: 14px;
}

.footer-recent-post li .post-content h4 a {
    color: #0e1318;
}

.footer-recent-post li .post-content h4 a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-recent-post li .post-content .date {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0e1318;
}

.footer-recent-post li .post-content .date i {
    font-size: 15px;
    color: #ff9d2d;
    margin-right: 10px;
}

.contact-info {}

.contact-info-list {}

.contact-info-list li a {
    color: #0e1318;
    text-decoration: underline;
}

.contact-info-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.opening-hours-list li:not(:last-of-type),
.contact-info-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.alert-danger {
    margin: 20px 0 0;
}

/*Booking Form*/
.booking-form {
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin-top: -150px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}

.booking-form .booking-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.booking-form .booking-form-group > div:last-child {
    grid-column-end: span 2;
}

.booking-form .form-select,
.booking-form .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;
    color: #999;
}

.booking-form .form-select {
    color: #999;
    line-height: inherit;
}

.booking-form .form-control.message {
    height: 100px;
}

.booking-form .form-control[type="date"]::-webkit-calendar-picker-indicator {
    width: 15px;
    padding: 0px;
    margin: 0px;
    padding: 5px !important;
    opacity: 0.8;
}

.book-btn {
    background-color: #ff8e28;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.book-btn:hover {
    background-color: #0e1318;
    color: #fff;
}

/*Subscribe Form*/
.subscribe-form {}

.subscribe-form .form-control {
    background-color: #fff;
    border-radius: 1px;
    border: none;
    height: 45px;
    box-shadow: none;
}

.subscribe-form .submit {
    background-color: #ff9d2d;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 1px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.subscribe-form .submit:hover {
    background-color: #fff;
    color: #051441;
}

.subscribe-form .submit i {
    margin-left: 10px;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
    margin: 0;
}

/* Footer reveal: content scrolls over the full footer instead of pinning a toolbar. */
@media (min-width: 768px) {
    .sobig-footer-reveal-page .sobig-footer-reveal-shell {
        position: relative;
        z-index: 2;
        background: #fff;
    }
    .sobig-footer-reveal-page > .footer-section {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
    .sobig-footer-reveal-page .sobig-footer-reveal-spacer {
        height: var(--sobig-footer-height, 520px);
        pointer-events: none;
    }
}
@media (max-width: 767px) {
    .sobig-footer-reveal-page .sobig-footer-reveal-spacer { display: none; }
}

/* Animation */
@-moz-keyframes running-anim {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .map {
    background-image: url(../img/map-white.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}

.contact-details-wrap {
    padding-right: 60px;
}

.contact-title {
    margin-bottom: 20px;
}

.contact-title h2 {
    font-family: "Rubik", sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    display: inline-block;
}

.contact-title h2 span {
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #ff9d2d;
    position: relative;
    margin-left: 10px;
    top: -4px;
}

.contact-title h2 span:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #ff9d2d;
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-section .contact-details li i {
    color: #ff9d2d;
    font-size: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(90, 73, 248, 0.1);
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 8px -2px rgb(0 0 0 / 10%);
}

.contact-form form {
    border: dotted 3px #eee;
    padding: 30px;
}

.contact-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-form-group .form-field {}

.contact-form-group .form-field .form-control {
    background-color: #fff;
    border: 1px solid #eee;
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contact-form-group .form-field .form-control:focus {
    border: 1px solid #ff9d2d;
}

.contact-form-group .form-field.message {
    grid-column-end: span 2;
}

.contact-form-group .form-field.message .form-control {
    height: auto;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.contact-form .form-group .form-control:-moz-placeholder,
.contact-form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.contact-form .form-group .form-control::-moz-placeholder,
.contact-form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

.contact-form .form-group .form-control.message {
    height: 120px;
}

#b-form-messages,
#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#b-form-messages.alert-danger,
#form-messages.alert-danger,
#b-form-messages.alert-success,
#form-messages.alert-success {
    display: block
}

.branches-section {
    position: relative;
}

.branches-list h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #ff9d2d;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}

.branches-list ul li {
    margin-bottom: 5px;
}

.branches-list ul li a {
    color: #777;
}

.branches-list ul li a:hover {
    text-decoration: underline;
    color: #ff9d2d;
}

/* Scrool To Top */
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ff9d2d;
    font-size: 15px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus {
    outline: none;
}

/* SOBIG corporate colour balance — homepage only */
.sobig-home {
    --sobig-navy: #020d1d;
    --sobig-navy-dark: #010711;
    --sobig-orange: #f05223;
}

.sobig-home .promo-section,
.sobig-home .food-menu,
.sobig-home .blog-section {
    background-color: var(--sobig-navy);
}

.sobig-home .promo-section .section-heading h2,
.sobig-home .promo-section .section-heading p,
.sobig-home .food-menu .section-heading h2,
.sobig-home .food-menu .section-heading p,
.sobig-home .blog-section .section-heading h2,
.sobig-home .blog-section .section-heading p {
    color: #fff;
}

.sobig-home .promo-section .section-heading h4,
.sobig-home .food-menu .section-heading h4,
.sobig-home .blog-section .section-heading h4,
.sobig-home .promo-section .section-heading h2 span,
.sobig-home .food-menu .section-heading h2 span,
.sobig-home .blog-section .section-heading h2 span {
    color: var(--sobig-orange);
}

.sobig-home .food-item:before {
    height: 100%;
    clip-path: none;
    background: linear-gradient(155deg, transparent 42%, rgba(240, 82, 35, 0.13) 100%);
}

.sobig-home .food-item:hover:before {
    height: 100%;
    clip-path: none;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.025) 20%, rgba(240, 82, 35, 0.22) 100%);
}

.sobig-home .promo-section .food-item,
.sobig-home .food-menu .product-item {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.sobig-home .promo-section .food-item:hover,
.sobig-home .food-menu .product-item:hover {
    background: rgba(255, 255, 255, 0.095);
    border-color: rgba(240, 82, 35, 0.55);
}

.sobig-home .promo-section .food-content h3,
.sobig-home .food-menu .food-info h3 {
    color: #fff;
}

.sobig-home .promo-section .food-content p,
.sobig-home .food-menu .food-info p {
    color: rgba(255, 255, 255, 0.72);
}

.sobig-home .promo-section .food-thumb,
.sobig-home .food-menu .product-thumb {
    background-color: rgba(255, 255, 255, 0.035);
}

.sobig-home .food-icon i,
.sobig-home .food-menu .product-category,
.sobig-home .food-menu-filter li.active,
.sobig-home .post-card .read-more,
.sobig-home .post-card .category {
    color: var(--sobig-orange);
}

.sobig-home .food-menu-filter li {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
}

.sobig-home .food-menu-filter li.active,
.sobig-home .food-menu-filter li:hover {
    background-color: var(--sobig-orange);
    border-color: var(--sobig-orange);
    color: #fff;
}

.food-menu .product-empty-category {
    margin: 15px 0 0;
    padding: 28px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

.sobig-home .content-section.sobig-showcase {
    background-image: linear-gradient(90deg, rgba(2, 13, 29, 0.98) 0%, rgba(2, 13, 29, 0.91) 52%, rgba(1, 7, 17, 0.62) 100%), url('../img/sobig-content-bg-01.png');
}

.sobig-home .promo-section .owl-nav button,
.sobig-home .food-menu .owl-nav button {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.sobig-home .about-section .sobig-franchise-home-visual {
    display: block;
    width: min(100%, 540px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    box-shadow: 0 24px 55px rgba(2, 13, 29, 0.22);
}

.sobig-home .about-section .content-img-holder > .sobig-o-home-visual {
    display: block;
    width: auto;
    max-width: min(100%, 260px);
    max-height: 480px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    box-shadow: none;
}

@media (max-width: 767px) {
    .sobig-home .about-section .content-img-holder > .sobig-o-home-visual {
        max-width: min(100%, 175px);
        max-height: 320px;
        margin-bottom: 30px;
    }
}

/* SOBIG about page visual system */
.sobig-about {
    --sobig-navy: #020d1d;
    --sobig-navy-dark: #010711;
    --sobig-orange: #f05223;
}

.legacy-about-footer {
    display: none !important;
}

.sobig-about .sobig-about-visual > .sobig-o-about-visual {
    display: block;
    width: auto;
    max-width: min(100%, 260px);
    max-height: 480px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.sobig-about .about-info{
    padding-left: 30px;
}

.sobig-about .about-info p{
    margin-bottom: 16px;
    line-height: 1.75;
}

.sobig-about .about-info p strong{
    color: var(--sobig-navy);
    font-weight: 700;
}

.sobig-about-kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--sobig-orange);
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.sobig-about-kicker:before{
    content: '';
    width: 28px;
    height: 2px;
    background: currentColor;
}

.sobig-about .page-header {
    background-image: linear-gradient(90deg, rgba(2, 13, 29, 0.96) 0%, rgba(2, 13, 29, 0.82) 56%, rgba(2, 13, 29, 0.2) 100%), url('../img/sobig-titlebar-20260913.png');
    background-position: center;
    background-size: cover;
}

.sobig-about .content-section-2 {
    background-image: linear-gradient(rgba(2, 13, 29, 0.94), rgba(2, 13, 29, 0.94)), url('../img/sobig-about-pattern-bg-v2.png');
    background-position: center;
    background-size: cover;
}

.sobig-about .content-section-2 .section-heading h2,
.sobig-about .content-section-2 .section-heading p {
    color: #fff;
}

.sobig-about .sobig-quality-story .section-heading p{
    max-width: 760px;
    margin-bottom: 17px;
    color: rgba(255,255,255,.82);
    line-height: 1.75;
}

.sobig-story-callout{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--sobig-orange);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.sobig-story-callout strong{
    font-size: 16px;
}

.sobig-story-callout span{
    color: var(--sobig-orange);
    font-size: 22px;
    font-weight: 800;
}

.sobig-about .content-section-2 .section-heading h4,
.sobig-about .content-section-2 .section-heading h2 span {
    color: #f05223;
}

.sobig-about .banner-section {
    background-image: linear-gradient(rgba(2, 13, 29, 0.96), rgba(2, 13, 29, 0.96)), url('../img/sobig-about-pattern-bg-v2.png');
    background-position: center;
    background-size: cover;
}

.sobig-about .content-section-2 .content-img {
    overflow: hidden;
    border-radius: 5px;
    background: #020d1d;
    box-shadow: 0 24px 55px rgba(2, 13, 29, 0.18);
}

.sobig-about .content-section-2 .content-img img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.sobig-about .content-section-2 .sobig-quality-visual{
    position: relative;
    overflow: visible;
    background: radial-gradient(circle at 50% 55%, rgba(240,82,35,.28), transparent 60%);
    box-shadow: none;
}

.sobig-about .content-section-2 .sobig-quality-visual img{
    height: 590px;
    object-fit: contain;
    filter: drop-shadow(0 28px 28px rgba(0,0,0,.35));
}

.sobig-quality-stamp{
    position: absolute;
    right: 8px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 116px;
    height: 116px;
    padding: 10px;
    border: 2px solid var(--sobig-orange);
    border-radius: 50%;
    background: var(--sobig-navy);
    color: #fff;
    text-align: center;
    transform: rotate(-8deg);
}

.sobig-quality-stamp strong{
    color: var(--sobig-orange);
    font-size: 17px;
    text-transform: uppercase;
}

.sobig-quality-stamp span{
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sobig-about .content-section.delivery {
    background-color: var(--sobig-orange);
    background-image:
        radial-gradient(circle at 72% 48%, rgba(2, 13, 29, 0.26) 0%, rgba(2, 13, 29, 0.08) 27%, transparent 49%),
        linear-gradient(90deg, rgba(240, 82, 35, 0.98), rgba(240, 82, 35, 0.92)),
        url('../img/sobig-about-pattern-bg-v2.png') !important;
    background-position: center !important;
    background-size: cover !important;
}

.sobig-about .content-section.delivery .content-info h2,
.sobig-about .content-section.delivery .content-info p,
.sobig-about .content-section.delivery .order-content h3,
.sobig-about .content-section.delivery .order-content h3 span {
    color: var(--sobig-navy);
}

.sobig-about .content-section.delivery .content-info h2 span {
    color: #fff3e8;
}

.sobig-about .content-section.delivery .content-info p {
    font-weight: 500;
}

.sobig-about .sobig-growth-story .content-info{
    padding-right: 45px;
}

.sobig-about .sobig-growth-story .content-info p{
    max-width: 730px;
    margin-bottom: 14px;
    line-height: 1.72;
}

.sobig-about .sobig-growth-story .content-info p strong{
    color: #fff3e8;
    font-size: 18px;
}

.sobig-about .sobig-growth-story .sobig-about-kicker{
    color: var(--sobig-navy);
}

.sobig-about .sobig-growth-story .sobig-future-line{
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--sobig-navy);
    color: var(--sobig-navy);
    font-weight: 800;
}

.sobig-about .sobig-growth-visual img{
    filter: drop-shadow(0 26px 25px rgba(2,13,29,.3));
}

.sobig-about .content-section.delivery .default-btn {
    background: var(--sobig-navy);
    color: #fff;
    border: 2px solid var(--sobig-navy);
    box-shadow: 0 10px 24px rgba(2, 13, 29, 0.28);
}

.sobig-about .content-section.delivery .default-btn span {
    background: #fff3e8;
}

.sobig-about .content-section.delivery .default-btn:hover {
    color: var(--sobig-navy);
    border-color: #fff3e8;
    box-shadow: 0 12px 28px rgba(2, 13, 29, 0.2);
}

.sobig-about .content-section.delivery .delivery-girl img {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
}

.sobig-about .banner-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.72);
}

.sobig-about-closing{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 30%, rgba(240,82,35,.16), transparent 27%),
        linear-gradient(rgba(2,13,29,.97), rgba(2,13,29,.97)),
        url('../img/sobig-about-pattern-bg-v2.png') center/cover;
}

.sobig-about-closing:before{
    content: 'SOBIG';
    position: absolute;
    left: -25px;
    bottom: -55px;
    color: rgba(255,255,255,.025);
    font-size: 190px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -12px;
}

.sobig-closing-inner{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1.35fr auto;
    align-items: center;
    gap: 45px;
}

.sobig-closing-inner > div:first-child{
    display: flex;
    flex-direction: column;
}

.sobig-closing-inner > div:first-child span{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
}

.sobig-closing-inner > div:first-child strong{
    color: var(--sobig-orange);
    font-size: 16px;
    letter-spacing: 4px;
}

.sobig-closing-inner p{
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 17px;
    line-height: 1.6;
}

.sobig-closing-actions{
    display: flex;
    gap: 10px;
}

.sobig-closing-actions .default-btn{
    white-space: nowrap;
}

.sobig-closing-actions .default-btn.outline{
    background: transparent;
    border: 1px solid var(--sobig-orange);
}

@media (max-width: 767px) {
    .sobig-about .about-info{
        padding-left: 0;
    }
    .sobig-about .sobig-about-visual > .sobig-o-about-visual {
        max-width: min(100%, 175px);
        max-height: 320px;
        margin-bottom: 30px;
    }
    .sobig-about .about-info h2{
        font-size: 31px;
    }
    .sobig-about .content-section-2 .content-img img {
        height: 360px;
    }
    .sobig-about .content-section-2 .sobig-quality-visual{
        margin-top: 25px;
    }
    .sobig-about .content-section-2 .sobig-quality-visual img{
        height: 390px;
    }
    .sobig-quality-stamp{
        right: 0;
        bottom: 10px;
        width: 94px;
        height: 94px;
    }
    .sobig-quality-stamp strong{
        font-size: 14px;
    }
    .sobig-about .sobig-growth-story .content-info{
        padding-right: 0;
    }
    .sobig-about .sobig-growth-story .sobig-growth-visual{
        margin-bottom: 25px;
    }
    .sobig-closing-inner{
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }
    .sobig-closing-actions{
        flex-direction: column;
    }
    .sobig-about-closing:before{
        font-size: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .sobig-closing-inner{
        grid-template-columns: 1fr 1fr;
    }
    .sobig-closing-actions{
        grid-column: 1 / -1;
    }
}

/* SOBIG menu catalogue page */
.sobig-menu-page {
    --sobig-navy: #020d1d;
    --sobig-navy-dark: #010711;
    --sobig-orange: #f05223;
    background: var(--sobig-navy);
}

.sobig-menu-page .page-header {
    background-color: var(--sobig-navy);
    background-image: linear-gradient(90deg, rgba(2, 13, 29, 0.97) 0%, rgba(2, 13, 29, 0.82) 48%, rgba(2, 13, 29, 0.28) 100%), url('../img/sobig-titlebar-20260913.png');
    background-position: center;
    background-size: cover;
}

.sobig-menu-page .page-header .bg-shape {
    opacity: 0.08;
}

.sobig-menu-page .page-header-content h4,
.sobig-menu-page .page-header-content h2 span {
    color: var(--sobig-orange);
}

.sobig-menu-page .page-header-content h2,
.sobig-menu-page .page-header-content p {
    color: #fff;
}

.sobig-menu-page .sobig-menu-catalog {
    background-color: var(--sobig-navy);
    background-image: radial-gradient(circle at 15% 20%, rgba(240, 82, 35, 0.1), transparent 30%), linear-gradient(rgba(2, 13, 29, 0.95), rgba(2, 13, 29, 0.98)), url('../img/sobig-about-pattern-bg-v2.png');
    background-position: center;
    background-size: cover;
}

.sobig-menu-page .sobig-menu-catalog > .bg-shape {
    opacity: 0.06;
}

.sobig-menu-page .sobig-menu-catalog .section-heading h4,
.sobig-menu-page .sobig-menu-catalog .section-heading h2 span,
.sobig-menu-page .sobig-menu-catalog .product-category {
    color: var(--sobig-orange);
}

.sobig-menu-page .sobig-menu-catalog .section-heading h2,
.sobig-menu-page .sobig-menu-catalog .food-info h3 {
    color: #fff;
}

.sobig-menu-page .sobig-menu-catalog .section-heading p,
.sobig-menu-page .sobig-menu-catalog .food-info p {
    color: rgba(255, 255, 255, 0.72);
}

.sobig-menu-page .sobig-menu-catalog .food-menu-filter {
    margin: 0 auto 35px;
}

.sobig-menu-page .sobig-menu-catalog .food-menu-filter li {
    min-width: 112px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.sobig-menu-page .sobig-menu-catalog .food-menu-filter li:hover,
.sobig-menu-page .sobig-menu-catalog .food-menu-filter li.active {
    background: var(--sobig-orange);
    border-color: var(--sobig-orange);
    color: #fff;
}

.sobig-menu-page .sobig-menu-catalog .product-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 18px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    box-shadow: 0 22px 48px rgba(1, 7, 17, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.sobig-menu-page .sobig-menu-catalog .product-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.095);
    border-color: rgba(240, 82, 35, 0.65);
}

.sobig-menu-page .sobig-menu-catalog .product-thumb {
    background: rgba(255, 255, 255, 0.035);
    border-radius: 4px;
}

.sobig-menu-page .sobig-menu-catalog .product-thumb img {
    height: 330px;
    object-fit: cover;
}

.sobig-menu-page .sobig-menu-catalog .food-info {
    flex: 1;
    padding: 22px 8px 8px;
}

.sobig-menu-page .sobig-legacy-pagination {
    display: none;
}

@media (max-width: 767px) {
    .sobig-menu-page .page-header-content br,
    .sobig-menu-page .sobig-menu-catalog .section-heading br {
        display: none;
    }

    .sobig-menu-page .sobig-menu-catalog .food-menu-filter li {
        min-width: 0;
        padding: 9px 13px;
    }

    .sobig-menu-page .sobig-menu-catalog .product-thumb img {
        height: 290px;
    }
}

/* SOBIG contact page */
.sobig-contact-page {
    --sobig-navy: #020d1d;
    --sobig-navy-dark: #010711;
    --sobig-orange: #f05223;
    background: var(--sobig-navy);
}

.sobig-contact-page .sobig-contact-hero {
    background-color: var(--sobig-navy);
    background-image: linear-gradient(90deg, rgba(2, 13, 29, 0.97) 0%, rgba(2, 13, 29, 0.82) 48%, rgba(2, 13, 29, 0.28) 100%), url('../img/sobig-titlebar-20260913.png');
    background-position: center;
    background-size: cover;
}

.sobig-contact-page .sobig-contact-hero h4,
.sobig-contact-page .sobig-contact-hero h2 span {
    color: var(--sobig-orange);
}

.sobig-contact-page .sobig-contact-hero h2,
.sobig-contact-page .sobig-contact-hero p {
    color: #fff;
}

.sobig-contact-page .contact-section {
    background-color: var(--sobig-orange);
    background-image: radial-gradient(circle at 10% 45%, rgba(2, 13, 29, 0.14), transparent 32%);
}

.sobig-contact-page .contact-section .bg-shape,
.sobig-contact-page .contact-section .map {
    display: none;
}

.sobig-contact-page .contact-details-wrap {
    padding: 45px 55px 45px 0;
}

.sobig-contact-page .contact-title h4 {
    margin-bottom: 10px;
    color: var(--sobig-navy);
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.sobig-contact-page .contact-title h2,
.sobig-contact-page .contact-title p {
    color: var(--sobig-navy);
}

.sobig-contact-page .contact-title h2 strong {
    color: #fff3e8;
    font-weight: inherit;
}

.sobig-contact-page .contact-title h2 span,
.sobig-contact-page .contact-title h2 span:before {
    background: var(--sobig-navy);
}

.sobig-contact-page .contact-details li {
    color: var(--sobig-navy);
}

.sobig-contact-page .contact-details li i {
    flex: 0 0 50px;
    color: #fff;
    background: var(--sobig-navy);
}

.sobig-contact-page .contact-details li div {
    display: flex;
    flex-direction: column;
}

.sobig-contact-page .contact-details li span {
    margin-bottom: 3px;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sobig-contact-page .contact-details li a {
    color: var(--sobig-navy);
    font-size: 18px;
    font-weight: 700;
}

.sobig-contact-page .contact-details li a:hover {
    color: #fff3e8;
}

.sobig-contact-page .contact-form {
    padding: 18px;
    background: var(--sobig-navy);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    box-shadow: 0 24px 55px rgba(2, 13, 29, 0.28);
}

.sobig-contact-page .contact-form form {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.sobig-contact-page .contact-form .contact-title h4,
.sobig-contact-page .contact-form .contact-title h2 {
    color: #fff;
}

.sobig-contact-page .contact-form .contact-title h4,
.sobig-contact-page .contact-form .contact-title h2 span,
.sobig-contact-page .contact-form .contact-title h2 span:before {
    background: transparent;
    color: var(--sobig-orange);
}

.sobig-contact-page .contact-form-group .form-field .form-control {
    height: 50px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.sobig-contact-page .contact-form-group .form-field .form-control::placeholder {
    color: rgba(255, 255, 255, 0.62) !important;
}

.sobig-contact-page .contact-form-group .form-field .form-control:focus {
    background: rgba(255, 255, 255, 0.11);
    border-color: var(--sobig-orange);
}

.sobig-contact-page .contact-form-group .form-field.message .form-control {
    min-height: 135px;
}

.sobig-contact-page .contact-form .default-btn {
    background: var(--sobig-orange);
    color: #fff;
    border: 1px solid var(--sobig-orange);
}

.sobig-contact-page .contact-form .default-btn span {
    background: #fff3e8;
}

.sobig-contact-page .contact-form .default-btn:hover {
    color: var(--sobig-navy);
    border-color: #fff3e8;
}

.sobig-contact-page .contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.sobig-contact-page .sobig-contact-links {
    background-color: var(--sobig-navy);
    background-image: linear-gradient(rgba(2, 13, 29, 0.96), rgba(2, 13, 29, 0.96)), url('../img/sobig-about-pattern-bg-v2.png');
    background-position: center;
    background-size: cover;
}

.sobig-contact-page .sobig-contact-links .bg-shape {
    opacity: 0.05;
}

.sobig-contact-page .sobig-contact-links .branches-list {
    height: 100%;
    padding: 28px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}

.sobig-contact-page .sobig-contact-links .branches-list h3 {
    background: var(--sobig-orange);
}

.sobig-contact-page .sobig-contact-links .branches-list li {
    color: rgba(255, 255, 255, 0.72);
}

.sobig-contact-page .sobig-contact-links .branches-list a {
    color: #fff;
    font-weight: 600;
}

.sobig-contact-page .sobig-contact-links .branches-list a:hover {
    color: var(--sobig-orange);
}

@media (max-width: 767px) {
    .sobig-contact-page .contact-details-wrap {
        padding: 15px 0 35px;
    }

    .sobig-contact-page .contact-form,
    .sobig-contact-page .contact-form form {
        padding: 20px;
    }

    .sobig-contact-page .sobig-contact-links .branches-list {
        margin-bottom: 20px;
    }
}

/* SOBIG reservation page */
.sobig-reservation-page {
    --sobig-navy: #020d1d;
    --sobig-navy-dark: #010711;
    --sobig-orange: #f05223;
    background: var(--sobig-navy);
}

.sobig-reservation-page .sobig-reservation-hero {
    background-color: var(--sobig-navy);
    background-image: linear-gradient(90deg, rgba(2, 13, 29, 0.97) 0%, rgba(2, 13, 29, 0.82) 48%, rgba(2, 13, 29, 0.28) 100%), url('../img/sobig-titlebar-20260913.png');
    background-position: center;
    background-size: cover;
}

.sobig-reservation-page .sobig-reservation-hero .bg-shape {
    opacity: 0.08;
}

.sobig-reservation-page .sobig-reservation-hero h4,
.sobig-reservation-page .sobig-reservation-hero h2 span {
    color: var(--sobig-orange);
}

.sobig-reservation-page .sobig-reservation-hero h2,
.sobig-reservation-page .sobig-reservation-hero p {
    color: #fff;
}

.sobig-reservation-page .sobig-reservation-content {
    background-color: var(--sobig-orange);
    background-image: radial-gradient(circle at 12% 40%, rgba(2, 13, 29, 0.14), transparent 34%);
}

.sobig-reservation-page .sobig-reservation-content > .bg-shape {
    display: none;
}

.sobig-reservation-page .sobig-reservation-content .section-heading h4,
.sobig-reservation-page .sobig-reservation-content .section-heading h2,
.sobig-reservation-page .sobig-reservation-content .section-heading p {
    color: var(--sobig-navy);
}

.sobig-reservation-page .sobig-reservation-content .section-heading h2 span {
    color: #fff3e8;
}

.sobig-reservation-page .sobig-reservation-points {
    margin: 22px 0 28px;
}

.sobig-reservation-page .sobig-reservation-points li {
    margin-bottom: 10px;
    color: var(--sobig-navy);
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.sobig-reservation-page .sobig-reservation-points i {
    width: 25px;
    color: #fff3e8;
}

.sobig-reservation-page .section-heading .default-btn {
    background: var(--sobig-navy);
    color: #fff;
    border: 2px solid var(--sobig-navy);
}

.sobig-reservation-page .section-heading .default-btn span {
    background: #fff3e8;
}

.sobig-reservation-page .section-heading .default-btn:hover {
    color: var(--sobig-navy);
    border-color: #fff3e8;
}

.sobig-reservation-page .booking-form {
    padding: 20px;
    background: var(--sobig-navy);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    box-shadow: 0 24px 55px rgba(2, 13, 29, 0.3);
}

.sobig-reservation-page .booking-form h3 {
    margin-bottom: 24px;
    color: #fff;
}

.sobig-reservation-page .booking-form h3 span,
.sobig-reservation-page .booking-form h3 span:before {
    background: var(--sobig-orange);
}

.sobig-reservation-page .booking-form .form-select,
.sobig-reservation-page .booking-form .form-control {
    height: 50px;
    padding: 10px 14px;
    background-color: rgba(255, 255, 255, 0.075);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.sobig-reservation-page .booking-form .form-select option {
    background: var(--sobig-navy);
    color: #fff;
}

.sobig-reservation-page .booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.62) !important;
}

.sobig-reservation-page .booking-form .form-select:focus,
.sobig-reservation-page .booking-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.11);
    border-color: var(--sobig-orange);
}

.sobig-reservation-page .booking-form .reservation-branch,
.sobig-reservation-page .booking-form .reservation-date,
.sobig-reservation-page .booking-form .booking-form-group > div:last-child {
    grid-column: span 2;
}

.sobig-reservation-page .booking-form .form-control.message {
    min-height: 145px;
}

.sobig-reservation-page .book-btn {
    height: 48px;
    line-height: 48px;
    margin-top: 12px;
    background: var(--sobig-orange);
    color: #fff;
    border: 1px solid var(--sobig-orange);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sobig-reservation-page .book-btn:hover {
    background: #fff3e8;
    color: var(--sobig-navy);
    border-color: #fff3e8;
}

.sobig-reservation-page .book-btn:disabled {
    cursor: wait;
    opacity: 0.72;
}

.sobig-reservation-page .booking-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .sobig-reservation-page .sobig-reservation-content .section-heading {
        margin-bottom: 35px;
    }

    .sobig-reservation-page .booking-form {
        padding: 20px;
    }

    .sobig-reservation-page .booking-form .reservation-branch,
    .sobig-reservation-page .booking-form .reservation-date,
    .sobig-reservation-page .booking-form .booking-form-group > div:last-child {
        grid-column: auto;
    }
}

/* 2026 menu photos remain untouched; the card provides the shared backdrop. */
.sobig-home .food-menu .product-thumb,
.sobig-menu-page .sobig-menu-catalog .product-thumb,
.sobig-home .promo-section .food-thumb {
    background: radial-gradient(circle at 50% 42%, rgba(240, 82, 35, .19), transparent 58%), linear-gradient(145deg, #1b2c43 0%, #071526 78%);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 6px;
}

.sobig-home .food-menu .product-thumb img,
.sobig-menu-page .sobig-menu-catalog .product-thumb img {
    display: block;
    width: 100%;
    height: 330px;
    padding: 12px;
    object-fit: contain;
    object-position: center;
}

.sobig-home .promo-section .food-thumb img {
    height: 230px;
    padding: 8px;
    object-fit: contain;
}

.sobig-home .food-menu .product-thumb.is-solid-image,
.sobig-menu-page .sobig-menu-catalog .product-thumb.is-solid-image,
.sobig-home .promo-section .food-thumb.is-solid-image {
    background: #fff;
}

@media (max-width: 767px) {
    .sobig-home .food-menu .product-thumb img,
    .sobig-menu-page .sobig-menu-catalog .product-thumb img {
        height: 280px;
    }
}
