html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #303030;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    line-height: 1.8;
    word-wrap: break-word;
}

/* 
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
h1 , h2, h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500 !important;
}

.shop h1, .shop h2,.shop h3, shop h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
}

.shop h3, .shop h4 {
    font-weight: 400 !important;
}

p,span,li {
    font-family: 'Josefin Sans', sans-serif;
    /* font-size: 1.3rem; */
}

span.fee-title {
    font-size: 1rem;
}

.text-danger {
    color: #ef3923 !important;
}
.bg-primary {
    background:#000 !important;
}
.text-primary {
    color:#000 !important;
}

.bg-danger {
    background-color: #ef3923 !important;
}

.display-3 {
    font-size: 4rem;
}

.video-frame {
    max-width: 100%;
}

.video-frame video {
    max-width: 100%;
    height: 100%;
}

.cart-items .text-body {
    font-size: 1rem;
}

.btn>i {
    margin-top: -.1875rem;
    vertical-align: middle;
}

/* flavor */
#flavors {
    background: url('../images/flavor-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.flavor-range-slider {
    color: #fff;
    width: 100%;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    box-shadow: inset 0 1px 33px 0 rgba(250,139,139,.08);
    padding: 4px 20px;
    background-color: #fff;
    position: relative;
}

.flavor-range-slider h4 {
    font-size: 1rem;
    margin: .5rem 0;
}

.card-rating img {
    height: 25px;
}

.heat-option span {
    margin-top: .3rem;
    font-size: 1rem;
}

#flavor-range span.ui-slider-handle.ui-corner-all.ui-state-default {
    transition: .4s;
    background: url('toggle-switch-pointer.svg');
    background-position: center center;
    border: none;
}

#flavor-range .ui-widget-content .ui-state-default:hover, #flavor-range .ui-widget-content .ui-state-default:focus {
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    ; }

@media screen and (min-width: 992px) {
    .flavor-range-slider {
        width:58%;
    }
}

@media screen and (min-width: 768px) {
    .flavor-range-slider::after {
        height: 100%;
        width: 2px;
        content: "";
        border: 1px solid #ddd;
        position: absolute;
        right: 34%;
        top: 0;
    }
}

#flavor-range {
    background: linear-gradient(270deg,red 0,#ff9000 34.47%,#fff600 72.87%,#91fa00 100%);
}

#flavor-range .ui-slider-range.ui-corner-all.ui-widget-header {
    background: transparent;
}

#flavor-range .ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 1rem;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#flavor-range .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b transition:cubic-bezier(0.075, 0.82, 0.165, 1);
}

.flavour-slider {
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
}

.flavour-items {
    width: auto;
    max-width: 100%;
    padding: 0 0.3rem;
}

.flavour-card {
    justify-content: center;
    background-color: black !important;
}

.flavour-card .card-image {
    padding-top: 1rem;
    margin: 0 auto;
    text-align: center;
}

.flavour-card .card-image img {
    height: 126px;
}

.flavour-card .card-body {
    padding: .75rem .25rem 0;
}

.flavour-card .card-title {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.flavour-card p {
    color: #fff;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
}

.flavour-card .card-footer {
    justify-content: center;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.welcome .masthead.slider {
    height: 100vh !important;
}

.large-order-btn {
    position: absolute;
    /* bottom: -3rem; */
    width: 100%;
    /* height: 139px; */
    border-radius: 4px;
    border: none;
    /* padding: 1rem 2rem; */
    top: -245px;
}

.large-order-btn ul {
    margin: 0 auto;
    margin-bottom: 0;
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
}

.large-order-btn ul>li {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.large-order-btn ul>li a {
    color: #fff;
    display: block;
    text-decoration: none;
    transition: all 0.5s;
}

.large-order-btn ul>li a:hover {
    transition: all 0.5s;
    color: #eae9e9;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.top-bar-nav {
    display: none;
}

.welcome .top-bar-nav {
    display: block;
}

.top-bar-nav {
    background: rgb(13,13,13);
    background: linear-gradient(-180deg, rgba(13,13,13,0.8715861344537815) 0%, rgba(0,0,0,0.5746673669467788) 15%, rgba(0,0,0,0.0760679271708683) 99%);
    text-align: center;
}

.top-bar-content {
    width: 100%;
}

.top-bar-nav p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.top-bar-nav a {
    color: #fff;
}

/* .fixed-header {
    top: 2.5rem;
} */
/* OTHER PAGE NAv */
.welcome .other-page-nav,.welcome .other-page-nav-mobile {
    display: none !important;
}

.other-page-nav {
    background: url('../images/gradient-bg.png');
    background-repeat: repeat-y;
    background-size: 100%;
}
.alert-danger {
    background: url('../images/gradient-bg.png');
    background-repeat: repeat-y;
    background-size: 100%;
    color:#fff !important;
}
.other-page-nav .menu-bar-icon a {
    color: #fff;
    transition: all 0.5s;
    font-weight: 600;
}

.other-page-nav-mobile {
    box-shadow: 0px 0px 1px 0px #0e0e0e;
    z-index: 999999;
    background: url(../images/shop-header.png);
    background-size: cover;
    /* margin-bottom: 1rem; */
}

.other-page-nav-mobile .menu-bar-icon a {
    color: #fbfbfb;
    transition: all 0.5s;
    font-weight: 600;
}

.other-page-nav .logo-warp {
    padding: .9rem 0 .5rem;
}

.powered_by {
    position: absolute;
    color: #fff;
    text-decoration: none;
    top: -.8rem;
    left: 41%;
}

.a_logo {
    position: relative;
    display: block;
}

.other-page-nav .logo {
    max-height: 80px;
}

.other-page-nav .logo img {
    max-width: 100%;
    max-height: 70px;
    margin-top: 4px;
}

.other-page-nav .header-search .input-group {
    margin-left: auto;
}

.other-page-nav .header-search input {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem;
    border-left: none;
}

.other-page-nav .header-search .input-group-text {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-right: none;
    background: White;
}

.other-logo-warp {
    margin-left: auto;
    text-align: right;
}

.other-logo-warp a>img {
    height: 50px;
}

.regsiter-page-nav {
    display: none;
}

.regsiter-page-nav-mobile, .regsiter-page-nav {
    background-color: #fff;
    border-bottom: 1px solid orange;
}

.regsiter-page-nav .menu-bar-icon a, .regsiter-page-nav-mobile .menu-bar-icon a {
    color: #000;
    font-weight: 400;
}

.regsiter-page-nav li a, .regsiter-page-nav-mobile li a {
    color: #000;
    font-weight: 400;
}

.menu-btns {
    margin-bottom: 0;
}

.menu-btns li {
    margin-bottom: .1rem;
    text-align: right;
}

.menu-btns .btn-wide {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: .75rem;
    width: 70px;
}

.btn-wide {
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-big-round {
    padding: 1rem 2.0rem;
    border-radius: 2rem;
}

.btn-round {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.btn-close {
    font-weight: 400 !important;
    color: #333 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    user-select: none !important;
    background-color: #868282 !important;
    border: 1px solid #b9b6b6 !important;
    padding: .375rem .75rem !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
    color: #212529 !important;
    /* background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important; */
    /* border-color: #f8f9fa !important; */
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075) !important;
}


.addCartBtn {
    width: 70%;
}

.add-subtract-container {
    width: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background-color: #76777a;
    border-radius: 40px;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    padding-top: 0px;
    margin: 0 auto;
}

.add-subtract-container h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

.subtract-button {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid!important;
}

.add-button {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid!important;
}

.add-subtract-container #quantity {
    border: none;
    background: #7c8085;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 1.5rem;
    pointer-events: none;
    width: 50px;
    height: 33px;
}

.shop .desktop-nav, .shop .mobile-nav {
    display: none !important;
}

.secondary-logo-wrap {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.side-menu-trigger a {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-color: #ef3923;
    color: #fff !important;
}

.sidebar-contact {
    padding-left: 0;
}

.sidebar-contact li {
    margin-bottom: 30px;
    list-style: none;
}

.sidebar-social-menu {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
}

.sidebar-social-menu li {
    display: inline-block;
}

.sidebar-social-menu li a {
    color: #FFF;
    font-size: .70176rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: block;
    text-align: center;
    background: #ef3923;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

span.position-absolute.cartBadge.badge.badge-danger {
    top: -14px;
    left: 18px;
}

.nav-right-fixed {
    position: absolute;
    background: #fff;
    right: 0;
    width: 130px;
    padding: 4px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    color: #ef3923;
}

.nav-right-fixed a {
    display: block;
    color: #ef3923;
    padding-left: 4px;
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
}

.nav-right-fixed a:hover {
    text-decoration: none;
}

.nav-right-fixed a >img {
    height: 25px;
    margin-right: 2px;
}

.header-search {
    position: absolute;
    width: 39%;
    right: 50%;
    top: 0rem;
    z-index: 1031;
}

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #ef3923;
    text-transform: uppercase;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    color: #ef3923;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #ef3923;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar:not(.active) .nav-link {
    color: #fff;
    font-weight: bold;
}

.normal-header .nav-link {
    color: #ee2a24 !important;
    font-weight: 600;
}

.navbar.active .nav-link {
    color: #ee2a24;
    font-weight: bold;
}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {
    color: #ee2a24;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #ee2a24;
}

.fixed-header .nav-link,.normal-header .nav-link {
    font-size: .90rem;
}

.fixed-header .red-cart {
    display: none;
}

.fixed-header.active .red-cart {
    display: inline-block;
}

.fixed-header.active .white-cart {
    display: none;
}

.fixed-header.active .fa-search {
    color: #ef3923;
}

.normal-header .white-cart {
    display: none;
}

.normal-header .fa-search {
    color: #ef3923;
}

.mobile-nav ul.navbar-nav {
    padding-left: 8px;
}

#about {
    background: none;
    background-repeat: no-repeat;
    text-align: center;
}

.cart-img img {
    height: 28px;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .normal-header .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #ef3923;
    }

    .mobile-logo {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .mobile-logo img {
        height: 80px;
    }

    .menu-bar-icon {
        /* background: #ef3923 !important; */
        color: #fff;
        line-height: 1.8rem;
    }

    .mobile-nav .navbar-collapse {
        background: #fff;
    }
}

/* page */
.ppb_title_first {
    display: block;
    font-family: 'Kristi', 'Times New Roman', Georgia, Times,serif;
    font-style: italic;
    font-size: 4.2rem;
    text-transform: none;
    top: 0;
    position: relative;
    color: #cfa670;
    letter-spacing: 0 !important;
    font-weight: normal;
    line-height: 50px;
}

h2.ppb_title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 300;
}

.masthead {
    height: 200px;
    background-image: url('../images/shop-header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

span.white-line-separator {
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 2rem;
}

.addon-viewr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.addon-viewr:hover {
    background: rgba(255,255,255,0.25);
    transition: all 0.5s;
}

.btn-absolute {
    position: absolute;
}

.btn-bottom {
    bottom: 2rem
}

.btn-danger, .badge-danger {
    background-color: #ee2a24;
    border-color: #ee2a24;
}

.btn-gradient {
    background-image: linear-gradient(to right, #ee2a24 0%, #f36c22 100%) !important;
}

.desktop-nav .fixed-header .logo {
    /* background: #ef3923;
    padding: 8px; */
    margin-top: -8px;
    transition: all 0.5s;
}

.desktop-nav .nav-item.active {
    text-align: center;
    position: relative;
}

.desktop-nav .nav-item.active::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: red;
    margin: 0 auto;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
}

.desktop-nav .fixed-header.active .logo {
    background: none;
    padding: inherit;
}

.logo {
    /* max-height: 80px; */
    margin-top: 0rem;
}

.logo img {
    max-height: 130px;
    /*! padding: 8px; */
    transition: all 0.5s;
}

.line-separator {
    height: 4px;
    background: #ef3923;
    display: block;
}

/* product */
.card.product-card {
    max-height: 302px;
    min-height: 302px;
}
.modal-product-desc p {
    font-size: 1rem;
    margin-bottom:.25rem;
}
.modal-product-options label{
    font-size: 1rem;
    margin-bottom: 0;
}
.modal-product-options .form-group{
    margin-bottom:0.25rem;
}
.product-info-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 1;
    padding: 1rem;
    display: none;
    transition: all 0.8s;
}

.product-card img {
    min-height: 302px;
    max-height: 302px;
}

.product-card:hover .product-info-hover {
    display: block;
    transition: all 0.8s;
}

.product-card-title {
    color: #fff;
}

.btn-warning {
    color: #fff !important;
}

.product-card-btn {
    border-radius: 1rem;
    color: #fff;
    padding: 0 2rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.product-card-btn:hover {
    text-decoration: none;
    color: #fefefe;
}

/* testimonial */
.testimonial-slider-wrap {
    position: relative;
}

.testimonial-slider-wrap::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: -2rem;
    left: -80%;
    background: #ef3923;
    z-index: -1;
}

.testimonial-slider-wrap::before {
    content: '';
    background: url('../images/dotted_bg.png');
    position: absolute;
    top: -3rem;
    left: 1rem;
    width: 150px;
    height: 150px;
    animation-name: tada;
    opacity: 1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

h3.testimonial-title::after {
    content: '';
    background: red;
    width: 100px;
    height: 1px;
    display: inline-block;
    position: absolute;
    z-index: 101;
    bottom: 18%;
    left: 45%;
}

.testimonial-image-wrapper {
    max-width: 400px;
}

.testimonial-content p,.testimonial-title {
    text-align: center;
}

.client-img {
    max-height: 450px;
    max-width: 100%;
}

@media screen and (max-width: 991.98px) {
    .testimonial-slider-wrap::after {
        background:transparent;
    }

    h3.testimonial-title::after {
        display: none;
    }
}

/* Custom gallery */
.gallery-item a {
    background: none;
    max-width: 100%;
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item img {
    max-width: 100%;
}

.gallery-item a img {
    margin: 0 auto;
    border-radius: 8px 8px 8px 8px;
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in,-webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-icon:before, .gallery-icon:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.gallery-icon:hover:before {
    left: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 50%
}

.gallery-icon:hover:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%
}

.gallery-container .dotted-paralax-item {
    position: absolute;
}

.dotted-paralax-item-graphic {
    width: 100%;
    height: auto;
    overflow: visible
}

.left-paralax .dotted-paralax-item-graphic {
    transform: rotate(0deg);
}

.right-paralax .dotted-paralax-item-graphic {
    transform: rotate(0deg);
}

.dotted-paralax-item.left-paralax {
    left: 28%;
    bottom: 4%;
    animation-name: tada;
    opacity: 1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: 0;
}

.dotted-paralax-item.right-paralax {
    right: 9%;
    top: 15%;
    animation-name: swing;
    opacity: 1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: 0;
}

@media screen and (min-width: 1024px) {
    .custom-gallery .gallery-item:nth-child(1) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(28%);
    }

    .custom-gallery .gallery-item:nth-child(2) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(-50%);
    }

    .custom-gallery .gallery-item:nth-child(8) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(-50%);
    }

    .custom-gallery .gallery-item:nth-child(9) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(-15%);
    }

    .custom-gallery .gallery-item:nth-child(11) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(-35%);
    }

    .custom-gallery .gallery-item:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        transform: translateY(-15%);
    }

    .custom-gallery .gallery-item:nth-child(4) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .custom-gallery .gallery-item:nth-child(5) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(-30%);
    }
}

/* Feature Store Home */
.feature-store-list > .feature-store-list-item a {
    display: block;
}

.feature-store-list> .feature-store-list-item {
    width: calc(100% / 4 - 3px);
    margin-right: 0 !important;
}

/* gift cards */
.gift-card-section {
    background-repeat: no-repeat;
    background-position: top center ;
    padding: 80px 0 80px 0;
    background-color: rgb(228, 228, 228);
}

.gift-card-section .content-holder {
    text-align: center;
}

.gift-card-section .content-holder img {
    max-width: 100%;
}

/* Blog */
.blog-section {
    background: url('../images/blog_bg.png');
    /* background-size:cover; */
    background-repeat: no-repeat;
    background-position: top center;
    padding: 58px 0 80px 0;
    background-color: #fff;
}

.post-card {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0,0,0,.03);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.03);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-color: #fefefe;
    border: none;
    margin-bottom: 2.5rem;
}

.post-card:hover {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.1)
}

.post-card:hover .post-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.post-img {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -15px;
}

.post-img:before, .post-img:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.post-img:hover:before {
    left: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 50%
}

.post-img:hover:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%
}

.post-meta span, .post-meta span a {
    color: #ef3923;
}

.post-body a {
    color: #777;
}

/* footer */
.footer {
    background-color: #191919;
}

.footer-top {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.footer-bottom-menu a {
    font-size: 1rem;
}

.footer-last {
    background: #191919;
    color: #fff;
}

.footer-last p {
    font-size: 1rem;
}

.footer-col h4 {
    color: #fff;
    text-align: center;
}

.footer-menu a, .footer-bottom a {
    color: #ddd;
    font-weight: 300;
    transition: all 0.5s;
}

.footer-menu a {
    font-size: 1rem;
    font-weight: 300;
}

.social-icons ul {
    text-align: center;
}

.social-icons img {
    height: 22px;
}

.app-stores ul {
    text-align: center;
}

.app-stores img {
    height: 38px;
}

.static-footer-icons {
    max-width: 100%;
    margin: 1rem auto;
}

/* login */
:root {
    --input-padding-x: 1.5rem; --input-padding-y: .75rem; }

body.login, body.registration {
    background: #ddd;
    background: linear-gradient(to right, #f3f3f3, #fefefe);
}

.card-register {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-register .card-body {
    border-top: 0;
}

.card-register .card-header {
    border-bottom: 0;
}

.card-register .red-line {
    border: 1px solid #f04325;
    width: calc(100% - 30px);
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.card-register label {
    margin-bottom: 0;
}

.card-register .form-group {
    margin-bottom: .5rem;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.fixed-left .modal-dialog, .modal.fixed-right .modal-dialog {
    position: fixed;
    /*margin: auto;*/
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.fixed-left .modal-content, .modal.fixed-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.fixed-left .modal-body, .modal.fixed-right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.fixed-left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fixed-left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.fixed-right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fixed-right.fade.show .modal-dialog {
    right: 0;
}

.flat-modal .modal-header {
    border-bottom: none;
}

.flat-modal .sticky.modal-dialog {
    margin: 0 auto;
}

.flat-modal .modal-content {
    border-radius: 0;
    border: none;
}

.flat-modal .modal-dialog-scrollable {
    max-height: 100% !important;
}

/* animation */
@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

/*This is a fade out example. */
@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    1% {
        display: none;
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

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

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* partner page */
h2.col_inner_title {
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
}

a.pop_btn {
    margin-bottom: 30px;
    background-color: #6744db;
    border: 1px solid #6744db;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
}

ul.styled-list {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.styled-list li {
    line-height: 30px;
    padding-left: 25px;
    color: #7c7c7c;
}

.styled-list li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 3%;
    color: #828186;
}

.styled-list.no-arrow-list li:before {
    content: '';
}

._text-wrapper h4 {
    font-size: 1.5rem;
    text-align: left;
    color: #6744db;
}

._input_wrap {
    position: relative;
    display: block;
}

input._newsletter_form_input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

._input_wrap > button {
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 4px;
}

._input_wrap > button > i {
    font-size: 20px;
    font-weight: normal;
}

/* ingredients */
.ingredients-bg {
    background: url('../images/home_image/ingredient_bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}

.ingredients-bg .col-sm-4 {
    position: initial;
}

.element-title {
    color: #fff;
}

.element-title> span {
    color: #ef3923;
    margin-left: 5px;
}

.element-body>p {
    color: #fff;
}

.element-left {
    text-align: left;
}

.element-right {
    text-align: right;
}

.element-indicator {
    position: absolute;
}

.element-indicator.indicator-left.indicator-element-1-1 {
    top: 4rem;
    left: 13em;
    width: 284px;
}

.element-wrap {
    margin-bottom: 60px;
}

.element-indicator.indicator-left.indicator-element-1-2 {
    left: 13em;
    width: 197px;
    /* top: 13em; */
}

.element-indicator.indicator-left.indicator-element-1-3 {
    left: 13em;
    width: 203px;
    top: 58%;
}

.element-indicator.indicator-right.indicator-element-2-1 {
    right: 188px;
    width: 269px;
    top: 11%;
}

.element-indicator.indicator-right.indicator-element-2-2 {
    top: 37%;
    right: 113px;
    width: 344px;
}

.element-indicator.indicator-right.indicator-element-2-3 {
    width: 259px;
    right: 190px;
    top: 56%;
}

/* shop cart */
.theiaStickySidebar,.stickySidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* left: 0; */
}

.theiaStickySidebar {
    left: 0;
}

.nav-slider-wrap {
    background: url('../images/box-shadow.png');
    background-size: cover;
    /* margin-bottom: 1rem; */
    height: 62px;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.nav-slider .slick-prev:before, .nav-slider .slick-next:before, .tab-navigations .slick-next:before, .tab-navigations .slick-prev:before {
    font-family: 'fontawesome';
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 10px;
    opacity: .75;
    color: #080808;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-slider .slick-prev.slick-arrow.slick-disabled, .nav-slider .slick-next.slick-arrow.slick-disabled, .tab-navigations .slick-prev.slick-arrow.slick-disabled, .tab-navigations .slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

.nav-slider .slick-prev:before,.tab-navigations .slick-prev:before {
    content: '\f104';
}

.nav-slider .slick-next:before, .tab-navigations .slick-next:before {
    content: '\f105';
}

.tab-navigations .slick-prev {
    left: -16px;
}

.tab-navigations .slick-next {
    right: -9px;
}

.nav-slider li {
    padding: 5px 1rem;
    position: relative;
    text-align: center;
}

.nav-slider li.activeSlide::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgb(255 27 0 / 69%);
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
    box-shadow: 0 0 3px 0px red;
}

.nav-slider li>a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: .8rem;
}

:focus {
    outline: none !important;
}

.nav-slider li a::focus, .nav-slider li a::visited {
    border: none !important;
    text-decoration: none;
    outline: none !important;
}

.tab-content>.active {
    position: relative;
    transition: all 0.5s;
}

.user-order {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 30px;
}

.user-order h6 {
    margin: 0 0 10px;
    color: #2f313a;
    border-bottom: 1px solid #ebedf3;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.user-order .error-message {
    color: #c33332;
    font-size: 12px;
    margin: 0 0 12px;
    display: block;
}

.user-order .discount-info {
    background-color: #f1f3f8;
    color: #999ba3;
    font-size: 12px;
    display: block;
    line-height: 16px;
    padding: 12px;
    margin: 0 0 12px;
}

.restaurant-time p {
    font-size: 1rem;
    font-weight: normal;
}

.categories-order {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}

.categories-order > li {
    border-bottom: 1px solid #ebedf3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.categories-order li {
    margin: 0 0 10px;
    line-height: 20px;
    color: #2f313a;
    font-size: .80rem;
    position: relative;
}

.categories-order a.btn-cross {
    float: right;
    font-size: 1rem;
    color: #999ba3;
    display: inline-block;
    margin: 0px 0 0 8px;
}

.categories-order a {
    color: #2f313a;
    display: inline-block;
    max-width: 65%;
    font-weight: 400;
}

.categories-order .category-price {
    float: right;
    font-weight: 600;
    font-size: 1rem;
}

.user-order .price-area {
    margin: 0 0 12px;
}

.user-order .price-area ul {
    margin: 0 0 20px;
    list-style: none;
    padding-left: 0;
}

.user-order .price-area li {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 10px;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif; */
}

.user-order .price-area li .price {
    color: #2f313a;
    float: right;
}

.user-order .price-area li:last-child {
    margin: 0;
}

.user-order .price-area li .price {
    color: #2f313a;
    float: right;
    font-size: 1rem;
}

.user-order .total-price {
    margin: 0 0 12px;
    color: #2f313a;
    font-weight: 600;
}

.user-order .total-price .price {
    float: right;
    font-size: 14px;
    color: #2f313a;
    font-weight: 700;
}

.user-order .success-message {
    border-bottom: 1px solid #ebedf3;
    color: #51861e;
    display: block;
    font-size: 12px;
    padding: 0 0 12px;
    margin: 0 0 12px;
}

/* shop filter */
.filter-wrapper {
    /* background: #ebedf3 !important */
}

ul.filter-list {
    padding-left: 1.25rem;
    height: 100vh;
}

.filter-list >li {
    padding: .35rem .5rem;
    font-size: 1.3rem;
    /* background: #ebedf3 !important; */
    border: none;
}

.filter-list li a {
    color: #495057;
}

.filter-wrapper h6 {
    font-weight: 400;
    font-family: 'Josefin Sans',sans-serif;
    font-size: 1.5rem;
}

.tab-navigations li > a > img {
    height: 18px;
    margin-right: 6px;
    margin-top: -8px;
}

.tab-navigations li>a {
    color: #0a0a0a;
    font-weight: 400;
    border: none !important;
    background-color: #ffffff;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'Josefin Sans',sans-serif;
}

.schedule-options-dropdown button, .user-location-sum button {
    color: #fff;
    /* background: #f1f1f1 linear-gradient(180deg, #f1f1f1, #f1f1f1) repeat-x; */
    border-color: #dae0e5;
}
.user-location-sum ::placeholder{
    font-size:1rem;
}
.scrtabs-tab-scroll-arrow {
    color: #000000 !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-top: 0px !important;
    margin-top: -5px;
}

@media screen and (max-width: 576px) {
    .tab-navigations {
        top: 4.5em;
    }

    .tab-navigations li>a {
        padding: .3rem .50rem;
    }
    .logo img{
        max-height: 100px;
    }
}

.cat-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
}

a.product-img-wrap:hover {
    /* background: #fff; */
}

.shop a.product-img-wrap {
    font-size: .7rem;
}

a.product-title {
    font-size: 1rem;
    font-weight: 400;
    color: #424242;
}

.price-wrap {
    width: 100%;
}

a.add-menu-item {
    border: 1px solid #dc3545;
    border-radius: 50%;
    width: 30px;
    color: #dc3545;
    text-align: center;
}

.price-wrap > .product-price {
    font-weight: 500;
    font-size: 1.2rem;
}

.product-list-holder {
    min-height: 400px;
    /* position: sticky; */
    /* top: 6em; */
}

.product-list-holder .section-title {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
}

.section-title .cat-title span {
    border-bottom: 3px solid #444;
    padding: 0rem;
}

.product-holder {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.parallax {
    position: relative;
    clear: both;
    background-size: 100%;
}

.removeCoupon {
    cursor: pointer;
}

.restaurant-logo {
    text-align: center;
    height: ;
}

.restaurant-logo img {
    max-height: 140px;
}

.secondary-img {
    padding: 2px;
    /* height: 120px; */
    max-width: 100%;
}

.filter-list li a {
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.tab-navigations li>a.active {
    box-shadow: 0px 0px 0px 0px #ddd;
    background-image: linear-gradient(to right, #ee2a24 0%, #f36c22 100%);
    font-size: .8rem;
    /* border-radius: 1rem; */
    color: #fff !important;
}

.tab-navigations li > a.active svg {
    color: #fff;
    fill: #fff;
}

.tab-navigations li>a>svg {
    height: 30px;
    margin-top: -5px;
}

/*menu shipping options*/
.switch-toggle {
    float: left;
    background: #f1f1f1;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0px 0px 1px 1px #ddd;
}

.switch-toggle label {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.switch-toggle input {
    position: absolute;
    opacity: 0;
}

.switch-toggle input + label {
    padding: .25rem .75rem;
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'Josefin Sans',sans-serif;
    text-align: center;
}

.switch-toggle input:checked + label {
    transition: 0.5s;
    background: url('../images/gradient-bg.png');
    background-size: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.schedule-options-dropdown button {
    font-size: .7rem;
    font-weight: 400;
    font-family: 'Josefin Sans',sans-serif;
}

.estimate-info button {
    font-size: .7rem;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
}

.user-location-info p {
    font-size: .85rem;
    font-weight: 400;
    font-family: 'Josefin Sans',sans-serif;
}

.pupular-items {
    background: url('../images/gradient-bg.png');
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #ddd;
    margin: 0 auto;
}

.popular-items-wrap {
    padding: 1rem 1.5rem;
}

.popular-items-inner {
    position: relative;
}

.pupular-list-item, .popular-item-img, .pupular-list-item .row, .pupular-list-item .col-24,.pupular-list-item .card,.menu-card,.menu-card img {
    border-top-left-radius: .65rem !important;
    border-top-right-radius: .65rem !important;
}

.pupular-items-slider .slick-prev {
    left: -26px !important;
}

.pupular-items .slick-next::before, .pupular-items .slick-prev::before {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1rem;
    color: #f5f5f5;
}

.pupular-items .slick-prev::before {
    content: '\f104';
    font-family: fontawesome;
}

.pupular-items .slick-next::before {
    content: '\f105';
    font-family: fontawesome;
}

.popular-item-content {
    padding: .5rem .5rem;
}

.popular-item-content h3 {
    font-size: 1rem;
    font-weight: bold !important;
}

.popular-item-content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1rem;
}

.popular-item-content ins {
    text-decoration: none;
    font-size: .95rem;
    font-weight: bold;
}

.popular-item-img {
    /* width: 80px; */
    max-height: 190px;
}

.pupular-list-item {
    background: #fff;
}

.menu-search {
    position: absolute;
    width: 94%;
    z-index: 0;
    top: 1.6%;
    background: none;
    transition: all 0.8s;
    display: none;
    left: 1%;
}

.menu-search .input-group-append {
    display: none;
}

.menu-search input {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.menu-search .input-group-text {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    background: #000;
    color: #fff;
}

.product-container .main-item-title {
    /*font-size: .9rem;
    font-weight: 600 !important;*/
    text-transform: uppercase;
}

.item-list-item {
    list-style: none;
    margin-top: 15px;
    overflow: hidden;
}

.item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.item-media-content {
    padding: .5rem;
}

.shop .item-media-content {
    padding: 0;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: .5rem;
}

.item-media-content p {
    font-size: .9rem;
    line-height: 1.2;
}

.item-title {
    font-size: 1rem;
}

.item-caption {
    margin-bottom: .5rem;
    font-size: .75rem;
}

.card-item-img {
    height: 160px;
}

/* Bootstrap extend */
.display-6 {
    font-size: 1.5rem;
}

.display-5 {
    font-size: 2rem;
}

.display-4 {
    font-size: 2.5rem;
}

.display-3 {
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
}

h2.content-title {
    font-size: 2.5rem;
}

/* FAQ SECTION */
.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.faq-box {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 1rem 1rem;
}

.faq-header {
    padding: .25rem .75rem;
    background-color: transparent;
    border: none;
    position: relative;
}

.faq-header h2>a {
    font-size: 1.5rem;
    color: #000;
    display: block;
    text-align: left;
}

.faq-header a:hover {
    text-decoration: none;
    color: #000;
}

.faq-header-link::after {
    content: '\f106';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 15%;
}

.faq-header-link.collapsed::after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
}

.grecaptcha-badge {
    display: none !important;
}

/* hide every thing on shop page except visible content, works according to screen */
.shop .main {
    overflow: hidden;
    height: 100vh;
}

/* hide footer on shop page only */
.shop footer {
    display: none;
}

/* left col vertical scroll */
.left-col-vr-scr {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 200px);
}

/* mid col vertical scroll */
.mid-col-vr-scr {
    height: calc(100vh - 0px);
    overflow-x: hidden;
    overflow-y: scroll;
}

/* right col vertical scroll */
.right-col-vr-scr {
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrtabs-tabs-fixed-container {
    height: auto;
}

.no-pad {
    margin-left: -10px;
    margin-right: -10px;
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #ffffff;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 1rem;
    /* border: 3px solid #fbfbfb; */
}

#contactus .form-wrapper {
    padding: 0 1.5rem;
}

.mobile-checkout-btn {
    position: fixed;
    bottom: 0rem;
    width: 100%;
    height: 60px;
    transition: all 0.8s;
    background: #fff;
    box-shadow: 1px 0px 2px 0px #000;
    z-index: 1;
    display:none;
}
.shop .mobile-checkout-btn{
    display:block;
}
.mobile-checkout-btn a {
    font-size: 1rem;
}

span.item-search {
    position: absolute;
    right: 0;
    cursor: pointer;
}

span.separator-line {
    width: 25%;
    display: inline-block;
    height: 1px;
    border: 1px solid #f36622;
}

.schedule-dropdown-menu {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 2px 0 #ddd;
    left: -36px;
    display: none;
}

#scheduleDropdownMenuButton {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
}

span#changeAddress {
    position: absolute;
    top: -5px;
    cursor: pointer;
    border: 1px solid red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 1.2;
    right: -6px;
    background:#fff;
}

.user-delivery-option {
    position: relative;
}

.user-delivery-option::after {
    content: '\f0d7';
    position: absolute;
    top: -2px;
    right: 18%;
    color: #fff;
    font-size: 1.5rem;
    font-family: fontawesome;
}

#user_delivery_method {
    color: #fff;
    height: 38px;
    position: relative;
    appearance: none;
    font-family: 'Josefin Sans', sans-serif;
}

#user_delivery_method option {
    color: #000;
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 768px) {
    #user_delivery_method {
        padding-left:5px;
        padding-right: 5px;
        font-size: .7rem;
        width: 100%;
        height: auto;
    }

    .user-delivery-option::after {
        right: 8%;
        font-size: 1rem;
        top: .25rem;
        ; }

    .user_options_label label {
        font-size: .9rem;
    }

    #location_pop {
        font-size: .7rem;
    }
    
}

.highlight_tip {
    background: url('../images/gradient-bg.png');
    background-repeat: repeat-y;
    background-size: 100%;
}

.highlight_tip label, .highlight_tip p {
    color: #fff !important;
}
.add_tip_label,.add_tipr_label{
    cursor: pointer;
}
.add_tip_label::after, .add_tipr_label:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
}

.add_promocode_label {
    cursor: pointer;
}

/* Location Popover-shop page */
.shop .popover {
    max-width: 300px;
}

.change_address {
    cursor: pointer;
}

/* breakpoints */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .welcome .masthead {
        margin-top: -9em;
    }
    .mid-col-vr-scr{
        height: calc(100vh - 200px);
    }
    #location_pop {
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        max-width: 100%;
    }
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sticky-components {
        position:sticky;
        top: 0;
        z-index: 4;
        background: #fff;
    }
    span#changeAddress{
        top:-14px;
        right:-13px;
    }

    /* .delivery-option-when {
       
    } */
    .product-container .main-item-title {
        font-size: 1.4rem;
        font-weight: 400 !important;
    }

    .product-card img {
        min-height: 336px;
        max-height: 336px;
    }

    .card.product-card {
        max-height: 336px;
        min-height: 336px;
    }

    .add-subtract-container {
        max-width: 120px;
        margin-left: auto;
    }

    .addCartBtn {
        width: auto;
    }

    .regsiter-page-nav-mobile {
        display: none;
    }

    .shop a.product-img-wrap {
        font-size: 1rem;
    }

    .tab-navigations .slick-next {
        right: -15px;
    }

    .item-search {
        font-size: 1.5rem;
    }

    .menu-search {
        top: 0;
    }

    .mobile-search-block {
        display: block;
    }

    .regsiter-page-nav {
        display: flex;
    }

    .shop .masthead {
        height: 220px;
    }

    .nav-slider li>a {
        font-size: 1.2rem;
    }

    .schedule-options-dropdown button {
        font-size: 1rem;
    }

    .user-location-sum button {
        font-size: .9rem;
    }

    .tab-navigations li >a {
        font-size: 1rem;
        padding: 6px 12px;
    }

    .tab-navigations li> a.active {
        font-size: 1rem;
    }

    .tab-navigations li a>svg {
        height: 36px;
        margin-top: -5px;
    }

    #about {
        background: url('../images/about_left_image.png');
        background-repeat: no-repeat;
        text-align: initial;
        background-size: contain;
    }

    .btn-big-round {
        padding: 1rem 4.5rem;
        border-radius: 2rem;
    }

    h2.content-title {
        font-size: 3rem;
    }

    .gift-card-section .content-holder {
        text-align: inherit;
    }

    .testimonial-content p, .testimonial-title {
        text-align: left;
    }

    .faq-box {
        padding: 1rem 0;
    }

    #contactus .form-wrapper {
        padding: inherit;
    }

    .powered_by {
        top: -.8rem;
        left: 30%;
    }

    .restaurant-logo img {
        max-height: 240px;
    }

    .user-order-holder,.filter-wrapper,.tab-navigations {
        position: sticky;
        top: 0;
        /* background: #ebedf3; */
        z-index: 1;
    }

    .nav-slider-wrap {
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 1rem 0;
        height: 92px;
    }

    .nav-slider li.activeSlide::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: rgb(255 27 0 / 69%);
        border-radius: 50%;
        margin: 0 auto;
        z-index: -1;
        box-shadow: 0 0 3px 0px red;
    }

    .user-location-sum button {
        font-size: 1rem;
    }

    .card-item-img {
        height: 173px;
    }

    .user-location-sum button {
        width: auto;
    }

    .popular-items-wrap {
        padding: 1rem 3rem;
    }

    .pupular-items-slider .slick-prev {
        left: -35px !important;
    }

    .menu-bar-icon a {
        color: #fff;
        line-height: 1.8rem;
        text-decoration: none;
    }

    .shop .item-media-content {
        max-height: 120px;
    }

    .shop .item-media-content p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .social-icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-icons ul {
        margin-bottom: 0;
    }

    .static-footer-icons {
        max-width: 80%;
        margin-left: auto;
        margin-top: -4.6rem;
    }

    .app-stores ul {
        margin-bottom: 0;
    }

    .app-stores img {
        height: auto;
    }

    .footer-col h4 {
        text-align: left;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .other-page-nav {
        position:fixed;
        width: 100%;
        z-index: 2;
        top: 0;
    }

    .shop .main {
        padding-top: 200px;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .streched-item {
        margin-left: -10rem;
    }

    .secondary-card-icons {
        margin-top: 6px;
    }
}

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* MAX */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .gallery-container {
        padding-left:15px;
        padding-right: 15px;
    }

    .copyright {
        display: block;
    }

    .copyright span {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: .25rem;
        font-size:.9rem !important;
    }

    .welcome .masthead.slider h2.display-1 {
        font-size: 3rem;
    }

    .welcome .masthead.slider h2.display-2 {
        font-size: 2.5rem;
    }

    /** MENU PAGE ONLY */
    .product-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-container [class*="col-"] {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .product-container {
        line-height: 1.5 !important;
    }

    .product-container .main-item-title {
        font-size: .9rem;
        font-weight: 600 !important;
        text-transform: uppercase;
    }

    .popular-items-title {
        font-size: 1.8rem;
    }

    .delivery-option-when p {
        font-size: .8rem;
        line-height: 2.7;
    }

    .sticky-components {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        position: -webkit-sticky;
    }

    .nav-slider-wrap {
        position: sticky;
        top: 116px;
        z-index: 999;
        position: -webkit-sticky;
    }

    .nav-slider .slick-prev {
        left: -20px;
    }

    .nav-slider .slick-next {
        right: -9px;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .welcome .masthead {
        margin-top: -9em;
    }

    .flavour-slider .slick-next {
        right: -15px;
    }

    .welcome .mealprepkit-title, .welcome .catering-title,.welcome .customer-review-title {
        font-size: 2rem !important;
    }

    .featured-item.display-3 {
        font-size: 2.5rem;
    }

    .mobile-logo img {
        height: 100px !important;
    }

    .theiaStickySidebar, .stickySidebar {
        position: relative;
    }

    .modal.fixed-left .modal-dialog, .modal.fixed-right .modal-dialog {
        width: 100%;
    }

    .slider {
        max-height: 600px;
    }

    .slider .layer-burger {
        left: -92%;
        z-index: 1;
        max-width: 190%;
        position: absolute;
        top: 0px;
    }

    .slider .layer-shape {
        margin-left: -96%;
        z-index: 0;
        max-width: 203%;
    }

    .slider .layer-1 {
        z-index: 2;
    }

    .slider .layer-1 h2 {
        font-size: 1.5rem;
    }

    .large-order-btn {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        height: auto;
    }

    .large-order-btn ul {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    /* about */
    #about_section .display-3 {
        font-size: 2.3rem;
        text-align: center;
    }

    .nav-slider-wrap {
        top: 80px;
    }

    #user_delivery_method {
        padding-left: 5px;
        padding-right: 3px;
        font-size: .6rem;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .user-delivery-option::after {
        right: 9%;
        font-size: .8rem;
        top: .29rem;
        ; }

    .user_options_label label {
        font-size: .8rem;
    }

    #location_pop {
        font-size: .6rem;
    }

    .schedule-options-dropdown button {
        font-size: .5rem;
    }
}
@media (max-width:374px){
    .nav-slider-wrap{
        top:95px !important;
    }
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .element-indicator {
        display: none;
    }

    .fixed-header:before {
        display: none;
    }
}
