body {
    background: #f3f7f8;
    font-size: 13px;
    font-weight: 500;
}
button, a {
    outline: none !important;
    color: #ff3008;
    text-decoration: none !important;
}
p {
    font-size: 13px;
    color: #7a7e8a;
}
img{
    image-rendering: auto;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #000000;
}



.sel-option {
    border-bottom: 1px solid #ffc107;
    margin: 0 0 10px;
    padding-bottom: 12px;
}

.sel-option input {
    display: none;
}

.sel-option label {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: 18px;
    color: #2f313a;
}

.select-option label:before {
    background-color: #d3d3d3;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 11px;
    width: 11px;
}

.sel-option input[type="radio"]:checked+label:after {
    background-color: #2f313a;
    border-radius: 100%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 5px;
}

.sel-option span {
    display: block;
    color: #999ba3;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    padding: 0px 0 0 5px;
}

.is-visuallyHidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.is-visuallyHidden.focusable:active,
.is-visuallyHidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.is-invisible {
    visibility: hidden
}

.c-ficon {
    display: block
}

.c-ficon--inline {
    display: inline-block;
    vertical-align: middle
}

.c-ficon--pushLeft {
    float: left
}

.c-ficon--content--default * {
    fill: #242e30
}

.c-ficon--content--brand * {
    fill: #fb6100
}

.c-ficon--content--interactiveSecondary * {
    fill: #242e30
}

.c-ficon--interactiveBrand * {
    fill: #fb6100
}

.c-ficon--supportBrand * {
    fill: #ff8000
}

.c-ficon--white * {
    fill: #fff
}

.c-ficon--red * {
    fill: #d50525
}

.c-ficon--green * {
    fill: #017a39
}

.c-ficon--grey--darkest * {
    fill: #313f41
}

.c-ficon--semiTransparent {
    opacity: .5
}

.c-ficon--offer {
    height: 12px;
    width: 12px
}

.c-ficon--moped {
    height: 16px;
    width: 20px
}

.c-ficon--moped--small {
    height: 13px;
    width: 16px
}

.c-ficon--bag {
    height: 18px;
    width: 14px
}

.c-ficon--bag--small {
    height: 15px;
    width: 12px
}

.c-ficon--bag-celebrate-bg {
    height: 66px;
    width: 104px
}

.c-ficon--bag-celebrate {
    height: 75px;
    width: 92px
}

.c-ficon--bin {
    height: 18px;
    width: 14px
}

.c-ficon--basket {
    height: 20px;
    width: 25px
}

.c-ficon--alert {
    height: 18px;
    width: 18px
}

.c-ficon--alert--large {
    height: 25px;
    width: 25px
}

.c-ficon--tick {
    height: 12px;
    width: 16px
}

.c-ficon--spicy {
    height: 16px;
    width: 13px
}

.c-ficon--vegetarian {
    height: 16px;
    width: 15px
}

.c-ficon--alcoholAge {
    height: 20px;
    width: 20px
}

.c-ficon--info {
    height: 15px;
    width: 15px
}

.c-ficon--welcomeDineIn {
    height: 72px
}

.c-ficon--arrow {
    height: 28px;
    width: 28px
}

.c-ficon--arrow--up {
    transform: rotate(-90deg)
}

.c-ficon--chevron {
    height: 12px;
    width: 20px
}

.c-ficon--chevron--small {
    height: 8px;
    width: 12px
}

.c-ficon--chevron--up {
    transform: rotate(180deg)
}

.c-ficon--chevron--left {
    transform: rotate(90deg)
}

.c-ficon--chevron--right {
    transform: rotate(-90deg)
}

.c-ficon--minus,
.c-ficon--plus {
    height: 16px;
    width: 16px
}

.c-ficon--cross {
    height: 14px;
    width: 14px
}


.c-basketSwitcher {
    background-color: #f5f3f1;
    border-radius: 50rem;
    display: flex;
    height: 50px;
    justify-content: space-around;
    margin: 16px 0 8px;
    padding: 3px
}

.c-basketSwitcher--loading .c-basketSwitcher-switch {
    opacity: .5;
    position: relative
}

.c-basketSwitcher--loading .c-basketSwitcher-switch--active {
    opacity: 1
}

.c-basketSwitcher--loading .c-basketSwitcher-switch--active>* {
    display: none
}

.c-basketSwitcher--loading .c-basketSwitcher-switch--active .c-basketSwitcher-loader {
    display: block
}

.c-basketSwitcher--unavailable {
    background-color: #efedea
}

.c-basketSwitcher-loader {
    animation: dotPulse 1.5s linear infinite;
    animation-delay: 0s;
    background-color: #fff;
    border-radius: 2px;
    color: #125fca;
    display: none;
    height: 4px;
    position: relative;
    width: 4px
}

.c-basketSwitcher-loader:after,
.c-basketSwitcher-loader:before {
    background-color: #fff;
    border-radius: 2px;
    color: #125fca;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 0;
    width: 4px
}

.c-basketSwitcher-loader:before {
    animation: dotPulseBefore 1.5s linear infinite;
    left: -8px
}

.c-basketSwitcher-loader:after {
    animation: dotPulseAfter 1.5s linear infinite;
    left: 8px
}

.c-basketSwitcher-switch {
    align-items: center;
    border-radius: 50rem;
    display: flex;
    font-size: 14px;
    font-size: .875rem;
    justify-content: center;
    line-height: 1.43;
    transition-duration: 75ms;
    transition-property: font-size, padding, width, background-color, border-radius;
    width: 50%
}

.c-basketSwitcher-switch:hover {
    cursor: pointer
}

.c-basketSwitcher-switch--active {
    background-color: #fff;
    font-weight: 700;
    width: 60%
}

.c-basketSwitcher-switch--unavailable {
    color: #242e30;
    font-weight: 400;
    padding: 0 32px;
    text-align: center
}

.c-basketSwitcher-eta-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 2px
}

.c-basketSwitcher-eta {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33
}

#c-list .nav-item .active {
    border-left: 2px solid #5e6b77 !important;
    font-weight: 600;
    margin-left: -1px;
}

.product-rating {
    font-size: 50px
}

.stars i {
    font-size: 16px;
    color: #ff8800;
    letter-spacing: -3px;
}

.rating-text {
    margin-top: 10px
}















/* Nav */
.osahan-nav {
    background: #fff none repeat scroll 0 0 !important;
    padding: 0;
    z-index: 9;
}
.osahan-nav .nav-link {
    font-weight: 600;
    padding: 28px 0px !important;
    margin: 0 0 0 31px;
}
.nav-osahan-pic {
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    position: relative;
    margin: -8px 5px -6px 0;
    vertical-align: text-top;
}
.dropdown-cart-top {
    border-top: 2px solid #ff3008;
    min-width: 340px;
}
.dropdown-cart-top-header {
    min-height: 107px;
}
.dropdown-cart-top-header .img-fluid {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    float: left;
    height: 59px;
    padding: 3px;
    width: 59px;
}
.dropdown-cart-top-header p.text-secondary {
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
}
.dropdown-cart-top-header h6 {
    font-size: 14px;
}
.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 6px;
    height: 13px;
    line-height: 12px;
    text-align: center;
    width: 13px;
}
.dropdown-cart-top-body .food-item {
    float: left;
    margin: 4px 10px 0 0;
}
/* login/Register */
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}
.login,
.image {
    min-height: 100vh;
}
.bg-image {
    background-image: url('../img/login-bg.png');
    background-size: cover;
    background-position: center;
}
.login-heading {
    font-weight: 300;
}
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group>input,
.form-label-group>label {
    padding: 15px 0;
    border-radius: 0px;
    height: 51px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #ced4da;
    box-shadow: none !important;
}
.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.btn-google {
    color: white;
    background-color: #ea4335;
}
.btn-facebook {
    color: white;
    background-color: #3b5998;
}
/* Homepage Search Block */
.homepage-search-block {
    background-color: #eef0ef;
}
.homepage-search-form .form-control {
    font-size: 15px;
    height: 50px;
    padding-right: 106px;
}
.homepage-search-form .form-group {
    position: relative;
}
.homepage-search-form .locate-me {
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 9px;
}
.homepage-search-form .locate-me:hover {
    background: #666 none repeat scroll 0 0;
    color: #ffffff;
}
.homepage-search-form .btn {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 13px 5px;
}
.homepage-search-form .location-dropdown i {
    left: 18px;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.homepage-search-form .select2-selection {
    border-color: #ced4da !important;
    border-radius: 0.25rem !important;
    height: 50px !important;
    outline: none !important;
}
.homepage-search-form .select2-selection__rendered {
    font-size: 15px;
    line-height: 47px !important;
    padding: 0 28px 0 31px !important;
}
.homepage-search-form .select2-selection__arrow {
    right: 9px !important;
    top: 13px !important;
}
.select2-dropdown{
    margin: -2px 0 0 0;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
   border: 1px solid #ced4da;
}
.select2-search__field{
    outline: none !important;
    border: 1px solid #ced4da;
}
.owl-carousel-category .owl-nav button {
    top: 36px;
}
/* Homepage */
.owl-carousel-four .item {
    padding: 6px 7px;
}
.osahan-category-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #fff;
}
.osahan-category-item:hover {
    border: 1px solid #ff3008;
}
.osahan-category-item h6 {
    margin: 0px;
    font-size: 13px;
    color: #ff3008;
}
.osahan-category-item p {
    margin: 0px;
    font-size: 12px;
}
.osahan-category-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 2px 0 8px 0;
}
.line {
    background-color: #5e5e5e;
    border-radius: 12px;
    display: inline-table;
    height: 4px;
    margin: 0 0 51px;
    width: 50px;
}
/* Customize Bootstrap */
.small, small {
    font-size: 85%;
    font-weight: 600;
}
.select2, .select2 span {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 96%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.modal-footer .btn {
    font-size: 14px;
    padding: 12px 16px;
}
.btn-success,
.badge-success {
    background-color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success {
    color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    border-color: #3ecf8e !important;
    background-color: #3ecf8e !important;
}
.text-success {
    color: #3ecf8e !important;
}
.border-success {
    border-color: #3ecf8e!important;
}
.btn-danger,
.badge-danger {
    background-color: #f32129 !important;
    border-color: #f32129 !important;
}
.btn-outline-danger {
    color: #f32129 !important;
    border-color: #f32129 !important;
}
.btn-outline-danger:hover {
    color: #ffffff !important;
    border-color: #f32129 !important;
    background-color: #f32129 !important;
}
.text-danger {
    color: #f32129 !important;
}
.border-danger {
    border-color: #f32129!important;
}
.btn-primary,
.badge-danger {
    background-color: #ff3008 !important;
    border-color: #ff3008 !important;
}
.btn-outline-primary {
    color: #ff3008 !important;
    border-color: #ff3008 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    border-color: #ff3008 !important;
    background-color: #ff3008 !important;
}
.text-primary {
    color: #ff3008 !important;
}
.border-primary {
    border-color: #ff3008!important;
}
.btn-lg {
    font-size: 15px;
    font-weight: bold;
    padding: 14px 35px;
    letter-spacing: 1px;
}
.modal-content {
    border: none;
    border-radius: 2px;
}
.btn {
    border-radius: 2px;
}
.form-control {
    font-size: 13px;
    border-radius: 2px;
    min-height: 38px;
}
.card {
    border-radius: 2px;
}
.rounded {
    border-radius: 2px !important;
}
.input-group-text {
    border-radius: 2px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.nav-pills .nav-link {
    border-radius: 2px;
}
.alert,
.badge,
.dropdown-menu {
    border-radius: 2px;
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: 2px;
}
.bg-dark {
    background-color: #000 !important;
}
.pb-5,
.py-5 {
    padding-bottom: 4rem !important;
}
.pt-5,
.py-5 {
    padding-top: 4rem !important;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-item {
    border-radius: 0 !important;
    padding: 7px 18px;
    color: rgba(0,0,0,.5);
    font-weight: 500;
}
.dropdown-item:focus {
    background-color: #ff3008;
    color: #fff;
}
/* Listing */
.list-cate-page {
    margin: -5px 0px 0px 0px;
}
.filters-card-body {
    padding: 18px 0 0 0;
}
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    left: 12px;
    top: 13px;
}
.filters-search .form-control {
    padding-left: 34px;
}
.custom-checkbox label.custom-control-label,
.custom-radio label.custom-control-label {
    padding-top: 2px;
    cursor: pointer;
}
.filters-card-header a {
    font-weight: 500;
    width: 100%;
    display: block;
}
.filters-card-header a i {
    margin: 2px -2px 0 0;
}
.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
.list-card .star {
    right: 8px;
    bottom: 8px;
}
.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .member-plan {
    left: 8px;
    top: 8px;
}
.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .list-card-image {
    position: relative;
}
.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}
/* detail */
.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}
.restaurant-detailed-header-left {
    text-shadow: 0px 0px 10px #000;
}
.count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}
.generator-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3008+1,fe792b+100 */
background: #ff3008; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff3008 1%, #fe792b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff3008 1%,#fe792b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff3008 1%,#fe792b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3008', endColorstr='#fe792b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.restaurant-detailed-banner {
    position: relative;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 424px;
    object-fit: cover;
}
.restaurant-detailed-header {
    bottom: 0;
    left: 0;
    padding: 65px 0 17px;
    position: absolute;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
}
.homepage-great-deals-carousel .item img {
    border-radius: 2px;
}
.restaurant-detailed-earn-pts .img-fluid.float-left {
    height: 61px;
}
.card-icon-overlap {
    overflow: hidden;
    position: relative;
}
.red-generator-bg {
    background: #ff3371;
    background: -moz-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: -webkit-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: linear-gradient(135deg, #ff3371 1%, #fe6753 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3371', endColorstr='#fe6753', GradientType=1);
}
.border-btn {
    border: 1px solid #dee0e6;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 0 10px 0;
}
.restaurant-detailed-ratings .generator-bg {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 3px 6px;
}
.explore-outlets-search .form-control {
    border-radius: 2px !important;
    font-size: 15px;
    height: 50px;
    padding: 5px 20px;
}
.explore-outlets-search .btn {
    color: #777777;
    font-size: 15px;
    padding: 13px 17px;
    position: absolute;
    z-index: 9;
    right: 0;
    text-decoration: none;
}
.mall-category-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 7px 0;
}
.mall-category-item img {
    height: 89px;
    object-fit: cover;
    width: 100%;
}
.mall-category-item h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 10px 3px 10px;
}
.mall-category-item .btn {
    padding: 2px 8px;
    font-size: 12px;
    right: 7px;
    top: 7px;
}
.mall-category-item small {
    background: #ececec;
    color: #f32129;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 10px;
}
.mall-category-item:hover small {
    background: #f32129;
    color: #ffffff;
}
.address-map {
    border-radius: 2px;
    overflow: hidden;
}
.new-arrivals-card .card-img .new-arrivals {
    bottom: 11px;
    left: 12px;
    position: absolute;
}
.new-arrivals {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 1px 13px;
    text-transform: uppercase;
}
.new-arrivals-card .card-img {
    position: relative;
}
.total-like-user {
    border: 2px solid #fff;
    height: 34px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    width: 34px;
}
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.offer-dedicated-nav .nav-link.active,
.offer-dedicated-nav .nav-link:hover,
.offer-dedicated-nav .nav-link:focus {
    border-color: #3868fb;
    color: #3868fb;
}
.offer-dedicated-nav .nav-link {
    border-bottom: 2px solid #fff;
    color: #000000;
    padding: 16px 0;
    font-weight: 600;
}
.offer-dedicated-nav .nav-item {
    margin: 0 37px 0 0;
}
.restaurant-detailed-action-btn {
    margin-top: 12px;
}
.restaurant-detailed-header-right .btn-success {
    border-radius: 3px;
    height: 45px;
    margin: -18px 0 18px;
    min-width: 130px;
    padding: 7px;
}
.text-black {
    color: #000000;
}
.icon-overlap {
    bottom: -23px;
    font-size: 74px;
    opacity: 0.23;
    position: absolute;
    right: -32px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.restaurant-detailed-header-left img {
    width: 88px;
    height: 88px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
/* Checkout Page */
.addresses-item a.btn.btn-sm {
    min-width: 157px;
}
.osahan-cart-item-profile img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
}
.osahan-cart-item-profile p {
    font-size: 10px;
}
.osahan-payment .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-payment .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-payment .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-payment .nav-link.active i {
    background: #282c3f !important;
}
.osahan-payment .tab-content {
    background: #f3f7f8;
    padding: 20px;
}
.osahan-card i {
    font-size: 35px;
    vertical-align: middle;
    color: #6c757d;
}
.osahan-card {
    margin: 0 0 0 7px;
}
.osahan-payment label {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-weight: 600;
}
/* My Account */
.payments-item img.mr-3 {
    width: 47px;
}
.order-list .btn {
    border-radius: 2px;
    min-width: 121px;
    font-size: 13px;
    padding: 7px 0 7px 0;
}
.osahan-account-page-left .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-account-page-left .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-account-page-left .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-account-page-left .nav-link.active i {
    background: #282c3f !important;
}
.osahan-user-media img {
    width: 90px;
}
.card offer-card h5.card-title {
    border: 2px dotted #000;
}
.card.offer-card h5 {
    border: 1px dotted #daceb7;
    display: inline-table;
    color: #17a2b8;
    margin: 0 0 19px 0;
    font-size: 15px;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #fffae6;
    position: relative;
}
.card.offer-card h5 img {
    height: 22px;
    object-fit: cover;
    width: 22px;
    margin: 0 8px 0 0;
    border-radius: 2px;
}
.card.offer-card h5:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    bottom: 0;
}
.card.offer-card h5:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
}
.payments-item .media {
    align-items: center;
}
.payments-item .media img {
    margin: 0 40px 0 11px !important;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.order-list img.mr-4 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border-radius: 2px;
}
.osahan-cart-item p.text-gray.float-right {
    margin: 3px 0 0 0;
    font-size: 12px;
}
.osahan-cart-item .food-item {
    vertical-align: bottom;
}
/* Track Order Page */

.osahan-track-order-page {
    min-height: 676px;
}
.osahan-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}
/* Footer */
.footer {
    background: #EDF1F4;
}
.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    line-height: 26px;
    list-style: outside none none;
}
.footer ul li a {
    color: #6c8293;
}
.search-links a {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    margin: 0 2px;
}
.search-links {
    font-size: 11px;
}
footer {
    background-color: #f0f4f7;
}
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.m-none{
    display: none;
}
.homepage-search-title {
    text-align: center;
}
.list-cate-page {
    margin: 22px 0 0 0;
}
.d-none-m{
	display:none;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.breadcrumb-osahan h1 {
    font-size: 34px;
}
.breadcrumb-osahan h6 {
    font-size: 15px;
}
.breadcrumb-osahan {
    padding-left: 15px;
    padding-right: 15px;
}
.reviews-members .media .mr-3 {
    width: 36px;
    height: 36px;
}
.total-like {
    font-size: 12px;
}
.restaurant-detailed-action-btn.float-right .btn {
    margin: 3px 0px;
    font-size: 13px;
}
.login  .col-md-9.col-lg-8.mx-auto.pl-5.pr-5 {
    padding: 0 11px !important;
}
.login.d-flex.align-items-center.py-5 {
    padding: 0 !important;
}
.h5, h5 {
    font-size: 16px;
}
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.osahan-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.osahan-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.osahan-nav .dropdown-item {
    text-align: center;
}
.osahan-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
.osahan-payment .col-sm-4.pr-0 {
    padding-right: 15px !important;
}
.osahan-payment .col-sm-8.pl-0 {
    padding-left: 15px !important;
    margin: 14px 0 0 0;
}
.p-5.osahan-invoice.bg-white.shadow-sm {
    padding: 15px !important;
}
.h3, h3 {
    font-size: 22px;
}
.p-5 {
    padding: 20px !important;
}
.osahan-account-page-right {
    padding: 0px !important;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 15px;
}
.count-number .btn {
    background: transparent !important;
    color: #6c757d !important;
    outline: none !important;
}
}
/* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) and (max-width: 767.98px) {
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-search-title {
    text-align: center;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.d-none-m{
	display:none;
}
.list-cate-page {
    margin: 22px 0 0 0;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.container {
    max-width: 100%;
}
.osahan-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.osahan-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.osahan-nav .dropdown-item {
    text-align: center;
}
.osahan-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.osahan-payment .nav-link {
    text-align: center;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {height: auto !important;margin: 0 0 15px 0;}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    max-width: 100%;
}
.osahan-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.osahan-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.osahan-nav .dropdown-item {
    text-align: center;
}
.osahan-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    margin: 0 8px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.osahan-payment .nav-link {
    text-align: center;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .container {
         max-width: 100%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
}

















.success {
    background: #ef8518;
}

.sidebar .cart-detail-box {
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    border-radius: 3px;
    cursor: pointer;
}

ul {
  padding-left: 5px;
}

li {
  list-style-type: none;
  padding-left: -60px !important;
}

.sidebar .cart-detail-box>.card {
    border: none;
}
.sidebar .cart-detail-box>.card .card-header,
.sidebar .cart-detail-box>.card .card-footer {
    background: #fff;
}
.sidebar .cart-detail-box>.card .card-body {
    height: 350px;
    overflow-y: auto;
}
.sidebar .cart-detail-box>.card>.modify-order>.total-amount,
.sidebar .cart-detail-box>.card .card-body .item-total .total-price,
.sidebar .cart-detail-box>.card .card-body .cat-product-box .cat-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.sidebar .cart-detail-box>.card .card-body .cat-product-box .cat-product .cat-name a p {
    margin-bottom: 0px;
}
.sidebar .cart-detail-box>.card .card-body .cat-product-box .cat-product .cat-name a p span {
    margin-right: 10px;
}
.sidebar .cart-detail-box>.card .card-body .cat-product-box .cat-product .cat-name {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar .cart-detail-box>.card>.modify-order>.total-amount {
    background-color: #8f8fa1;
}

#scrollstyle-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar-thumb {
    background-color: #6c757d;
}

.select-option { border-bottom: 1px solid #ffc107; margin: 0 0 10px; padding-bottom: 12px; }
.select-option ul { margin: 0; }
.select-option li { display: inline-block; line-height: normal; font-family: 'Montserrat', sans-serif; margin-right: 15px; }
.select-option li:last-child { margin-right: 0; }
.select-option input { display: none; }
.select-option label { position: relative; margin: 0; padding: 0 0 0 20px; cursor: pointer; font-size: 18px; color: #2f313a; }
.select-option label:before { background-color: #d3d3d3; border-radius: 100%; content: ""; position: absolute; left: 0; top: 3px; height: 11px; width: 11px; }
.select-option input[type="radio"]:checked + label:after { background-color: #2f313a; border-radius: 100%; content: ""; height: 5px; left: 3px; position: absolute; top: 6px; width: 5px; }
.select-option span { display: block; color: #999ba3; font-size: 10px; font-family: 'Open Sans', sans-serif; line-height: normal; padding: 5px 0 0 20px; }

.sidebar{
     will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.orderCheckoutComponent .basket-bottom {
	display: flex;
	background-color: #fff;
	height: 75px;
	border-top: 1px solid #28a745
}

.orderCheckoutComponent .basket-bottom .totalPay {
	flex-grow: 1;
	margin: auto;
	font-size: 25px;
	font-weight: 700
}

.orderCheckoutComponent .basket-bottom .basket-icon {
	display: flex;
	justify-items: center;
	align-items: center;
	color: #e80c7a;
	font-size: 25px;
	width: 50px;
	padding-left: 10px
}

.orderCheckoutComponent .basket-bottom .pay-btn {
	border-radius: 0
}

.basket-bottom {
	max-width: 1024px;
	margin: auto
}

.basket-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #494949;
	min-height: 75px;
	font-weight: 500!important;
	max-width: 100%!important
}

.basket-bottom .basket {
	display: flex;
	flex: 1 1
}

@media only screen and (min-width:768px) {
	.basket-bottom .basket {
		margin-left: 18%
	}
	.basket-bottom .pay-btn-wrapper {
		margin-right: 18%
	}
}

.basket-bottom .totalPay {
	flex-grow: 1;
	margin: auto auto auto 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.basket-bottom .basket-icon {
	display: flex;
	justify-items: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin: auto;
	width: 50px;
	padding-left: 10px
}

.basket-bottom .basket-icon .badge {
	position: relative;
	font-size: 10px;
	right: 0;
	top: -15px;
	left: 20px
}

.basket-bottom .basket-icon .icon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAYAAAD7PHgWAAAC/ElEQVRYhcXYz4scRRjG8c9sNoKoAV09KCIeXVEk6mEPCYgEQS+KikhA8JiLIArxEk+Ch/gHiEdxMYmKEl2RoMZfIaJJlAhiMIiJYnBxDUYNYVfZ10P1kJre7tme7Z71CwX1VL/V80y9XVVd3YuIrXgK1yCs5Gl8WdG+LvQiYgFTQ2Jewo518rOCXkRUjVrOGdyEv9bBzwomMLtKzHW4a/xWqulFRA8zuKJoCzyO7VncLB5bX2uJXk2Gb8exTP+Caf9DmusMTuIobsvaHsD+UtwULhmPNYGFyZqL/+Jtgwa3GzR4H142PoOwu84gzGEXeoXehquxUOhNhR4nyxNDLh7FN5m+Cvdm+j38Og5XBcs4OMzgMl4rteUz+xze7dpVxrf4ephBeAtLmd6CGzL9RteuMg5iaTWD3xnchy/H/Zn+BKc7NtZnjrSTrMa+kn4kq1+QTHbNvDQHGhl8B+czfQduzPTezmxd5BD+oJnB0wZH6VJp0e7zKX7qzFpirl9pYhBeL+mHsvp5acnpikV81hdNDX5oMM0zuDnTXab5GH7oi6YGf8bHmZ40OIqf41RLY30+yEVTg7CnpB/GxqK+iOelxXuxRTmJV/IfqXubqWIK30tbXp8ZfJHp66VJtFbm8edAS0SMUvbEIC+M2H/kMkqK4dWSfrDFaDVilBSTjgUnpHNKn+ektXLUP1vHPzgsPU4jp1hEvBjj52xEbF5LihnP1lbmSsVutRaDR/Bbp3aqOcToz2CfR3GrdLAJ6QwzgQ0j3me5KBuko0WvuNdhHGhjsMxG6eHunLYzbxs+khbYk3hW2gab/O6T+Er6tHIA91RGrmXxLMqdEXGhYgbubtB3Z0W/pYjYUo5tY3C2Zon4OyKuHdJvU0Scqem7vxzfJsXTNe2XSd8a65hSf56edvEcjnbP4PGa9nOGn5fP4veaayeUP6K2SPEtkVb8Mrsa9H2mot9iRGwtx7Z929gcEW9GxI8RcSQidjTs14uIJyLieETMR8T7EXF3Vex/8DGzLqc9Wh4AAAAASUVORK5CYII=);
	background-size: 25px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 25px
}

.basket-bottom .pay-btn-wrapper {
	display: flex;
	align-items: center
}

.basket-bottom .pay-btn {
	border-radius: 10px;
	border: none;
	min-width: 100px;
	background-color: #28a745;
	font-weight: 500!important;
	color: #fff;
	height: 35px;
	font-size: 14px;
	margin-right: 10px
}

.basket-bottom .pay-btn:active,
.basket-bottom .pay-btn:focus,
.basket-bottom .pay-btn:hover {
	border: none!important
}

.basket-bottom .pay-btn:disabled {
	background-color: #a9a9a9
}

 .basket-container {
	padding: none
}

 .dish-list-container {
	background-color: #fff
}

 .dish-content-left-right .dish-name {
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
	font-weight: 700!important
}

 .basket-dish-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eaeaea
}

.basket-dish-content .dish-content-left {
	display: flex;
	flex-grow: 1
}

 .basket-dish-content .dish-content-left img {
	height: 50px;
	width: 50px
}

 .basket-dish-content .dish-content-left .dish-content-left-right {
	margin-left: 10px
}

 .basket-dish-content .dish-number-container {
	display: flex;
	justify-content: flex-end;
	font-size: 16px
}

.basket-dish-content .dish-number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	text-align: right
}

 .basket-dish-content .dish-number-container .number {
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
	font-weight: 700!important;
	font-size: 16px
}

 .basket-dish-content .dish-content-right {
	display: flex;
	align-items: center
}

 .basket-dish-content .dish-content-right .dish-totalprice {
	padding-left: 10px;
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
	font-weight: 700!important
}

 .basket-dish-content .dish-number-icon {
	height: 25px;
	width: 25px;
	color: #ffd300;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none
}

 .basket-dish-content .remove-btn {
	position: absolute;
	right: 5px;
	top: -12px
}

.basket-dish-content .remove-btn img {
	height: 20px;
	width: 20px
}

.dish-list-container .pay-btn {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px
}

 .fee-detail {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px
}

 .fee-detail-row {
	display: flex;
	align-items: center;
	height: 25px
}

 .fee-detail-row .fee-detail-label {
	font-weight: 700;
	width: 150px
}

 .fee-detail-row .fee-detail-value {
	flex-grow: 1;
	text-align: right;
	font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
	font-weight: 700!important
}

@media only screen and (max-width:400px) {
	 .basket-dish-content .dish-content-right {
		width: 100%;
		justify-content: flex-end;
		margin-top: 10px
	}
	 .basket-container {
		padding-bottom: 100px
	}
}

 .collectionTime {
	display: flex
}

 .collectionTime-left {
	flex-grow: 1
}

 .collectionTime-name {
	font-weight: 700
}

 .collectionTime-value {
	margin-left: 10px;
	font-weight: 500
}

.collectionTime-edit {
	width: 50px;
	text-align: right
}


.footerDrawer {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.footerDrawer .open {
  background-color: #ffffff;
}

.footerDrawer .content {
  height: 600px;
  background-color: #ffffff;
  display: none;
}

.footerDrawer1 {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.footerDrawer1 .open {
  background-color: #ffffff;
}

.footerDrawer1 .content {
  height: 600px;
  background-color: #ffffff;
  display: none;
}





@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.ct-preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ct-preloader.hidden{
  opacity: 0;
  visibility: hidden;
}


.ct-infographic-item{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.ct-infographic-item i{
  line-height: 1;
  display: block;
  color: #f78b21;
  margin-bottom: 30px;
  font-size: 60px;
}
.ct-infographic-item h4{
  color: #1D2228;
  margin-bottom: 10px;
}
.ct-infographic-item p{
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  margin-bottom: 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #FCCC4C;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sec-title-one{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.sec-title-one h2{
	font-size:38px;
	font-weight:700;
	color:#f78b21;
	line-height:1.4em;
	font-family: 'Dancing Script', cursive;
}

.sec-title-one h4{
	font-size:26px;
	font-weight:700;
	color:#333333;
	margin-bottom:20px;
	text-transform:capitalize;
	line-height:1.4em;
}

.sec-title-one .icon-box{
	position:relative;
	margin-bottom:15px;
}



  body {
    touch-action: pan-x pan-y;
    font-family: JETSansDigital;
}

  .pac-container {
    z-index: 9999999 !important;
  }

  .toast {
    opacity: 1 !important;
  }



  #count{
      	background-color:rgba(0,0,0,0.25);
      	width:100%;
      	padding:15px 0;
      	color:#fff;
      	font-size:18px;
      	z-index:99;
      	border-top: 1px solid rgba(255,255,255,0.15)
      }
      #count ul{
      	list-style:none;
      	padding:0;
      	margin:0;
      	text-align:center;
      }
      #count ul li{
      	display:inline-block;
      	text-align:center;
      	margin:0 10px;
      	padding-left:20px;
      	background:url(../img/dots_vert.png) center left no-repeat;
      }
      #count ul li:first-child{
      	margin-left:0;
      	padding-left:0;
      	background:none;
      }
      #count ul li:last-child{
      	margin-right:0;
      }
      #count .number{
      	width:auto;
      	display:inline-block;
      	margin-right:5px;
      	font-weight:600;
      	text-align:right;
      	font-size:24px;
      }


        /* Widget Style Start */
  /* Widget Title */
  .widget:after{content: ""; clear: both; display: block;}
  .widget-holder{background-color: #fff; padding: 20px 30px 0px 30px; overflow: hidden; margin-bottom: 30px;}
  .page-sidebar:after, .section-sidebar:after{content: ""; display: block; clear: both;}
  .widget-title{padding-bottom: 10px;margin-bottom: 25px;position: relative;}
  .widget-title h4, .widget-title h5, .widget-title h6 {margin-bottom: 0px; font-weight: 700;}
  .page-sidebar .widget, .section-sidebar .widget{margin-bottom: 30px;}
  .page-sidebar .widget-title, .section-sidebar .widget-title{position: relative; padding-bottom: 8px; margin-bottom: 25px;}
  .page-sidebar .widget-title:before, .section-sidebar .widget-title:before{ content: ""; position: absolute; left: 0px; bottom: 0px; border-bottom: 2px solid #2f313a; width: 38px; height: 2px; background-color:#2f313a;}
  /* Widget Title */
  .widget ul{padding: 0px; margin: 0px;}
  .widget ul li{list-style: none;}
  .widget ul li a{outline: none; box-shadow: none; text-decoration: none; text-shadow: none;}
  /* Widget Search */
  .widget-search{}
  .widget-search .field-holder{position: relative;}
  .widget-search .field-holder label{position: absolute; margin-bottom: 0px; right: 0px; top: 0px; height: 38px; width: 35px; line-height: 38px;}
  .widget-search .field-holder label:before{content: "\ed46"; position: absolute; left: 0px; top: 0px; font-size:16px; color: #2f313a; font-family: "icomoon"; font-weight: 400; }
  .widget-search .field-holder label input[type="submit"]{border:none; text-indent: -999px; background:none;}
  .widget-search .field-holder input[type="text"]{border:none; background-color: #f9fafc; color: #909299; font-size: 12px; font-weight: 500; text-transform: uppercase; height: 38px; line-height: 38px; border-radius: 20px; padding-right: 45px;}
  /* Widget Search */
  /* Widget Recent Blog Post */
  .widget-recent-blog-post{}
  .widget-recent-blog-post li{border-bottom: 1px solid #f2f3f8; box-shadow:0px 1px 0px 0px #fafbfc; padding-bottom: 20px; margin-bottom: 22px;}
  .widget-recent-blog-post li:last-child{border-bottom: none; box-shadow: none; padding: 0px; margin-bottom: 0px;}
  .widget-recent-blog-post .img-holder{display: inline-block; width: 48px; margin-right: 11px; vertical-align: top; margin-top: 5px; }
  .widget-recent-blog-post .img-holder figure img{width: 100%;}
  .widget-recent-blog-post .img-holder figure a{outline: none; text-decoration: none;}
  .widget-recent-blog-post .text-holder{display: inline-block; width: 78%; vertical-align: top;}
  .widget-recent-blog-post .post-title{margin-bottom: 2px;}
  .widget-recent-blog-post .post-title h6, .widget-recent-blog-post .post-title h6 a{outline: none; text-decoration: none; line-height: 20px !important; font-weight: 400 !important; text-transform: lowercase !important;margin:0;}
  .widget-recent-blog-post .post-options{display: block;line-height:14px;}
  .widget-recent-blog-post .post-options span{display: inline-block; margin-right: -4px; margin-left: 10px; font-size: 12px; color: #999ba3; line-height: 18px;}
  .widget-recent-blog-post .post-options span:first-child{margin-left: 0px;}
  .widget-recent-blog-post .post-options span i{display: inline-block; vertical-align: middle; margin-right: 5px;}
  /* Widget Recent Blog Post */
  /* Widget Categories */
  .widget-categories ul li{line-height: 1; padding: 8px 0;}
  .widget-categories ul li:first-child{padding-top: 0px;}
  .widget-categories ul li span{color: #999ba3; font-size: 14px; margin-left: 4px;}
  .widget-categories ul li a{ color: #2f313a; font-size: 14px; font-weight: 400; outline: none; text-decoration: none; padding-left: 18px; position: relative;}
  .widget-categories ul li a:before{content: "\e315"; position: absolute; left: 0px; top: 2px; font-size: 14px; color: #a8aab0; font-family: "icomoon";}
  /* Widget Categories */
  /* Widget Gallery */
  .widget-gallery ul{margin:0 -5px;padding:0;}
  .widget-gallery li{display: inline-block; margin-right: -4px; width: 25%; margin-bottom: 8px;padding:0 5px;}
  .widget-gallery li img{width:100%;}
  .widget-gallery li .img-holder a img{width: 100%;}
  /* Widget Gallery */
  /* Widget Cloud */
  .widget-cloud ul li{display: inline-block; margin-right: -4px; line-height: 1;}
  .widget-cloud ul li a{display: block; padding:8px 6px 7px; font-size: 10px; color: #2f313a; text-transform: uppercase; border:1px solid #e4e6ed; margin: 0 6px 6px 0;}
  /* Widget Cloud */
  .widget-text p{margin-bottom: 15px;}
  .widget-text span{font-size: 12px; color: #999ba3; line-height: 20px;font-weight: 500; margin-bottom: 15px; display: block;}
  .widget-text figure img{border-radius: 6px;}
  .widget-text figure{display: inline-block; margin-right: 8px;}
  .widget-text .content-btn{font-size: 14px; outline: none; text-decoration: none; text-shadow: none; border-radius: 3px; border:1px solid; padding:8px 24px; display: inline-block; line-height: 18px;}
  .textwidget span.button-med {display: inline-block;margin-top: 20px;}
  .textwidget span.button-med a {display: inline-block;padding: 6px 12px;background: #ef8518;border-radius: 5px;color: #fff;}
  /* Widget Cloud */
  /* Widget News Letter */
  .widget-newsletter .fieldset{display: block;}
  .widget-newsletter p{color: #2f313a;}
  .widget-newsletter form .field-holder{margin-bottom: 12px;}
  .widget-newsletter form .field-holder input.field-input{height: 41px; line-height: 41px; background-color: #f9fafc; border:1px solid #f2f2f2; color: #a5a7af; font-size: 12px; padding-left: 44px;}
  .widget-newsletter form .field-holder label{display: block; margin-bottom: 0px; position: relative;}
  .widget-newsletter form .field-holder label i{position: absolute; left: 15px; top: 13px;}
  .widget-newsletter form .field-holder .subscribe-btn{border:none; color: #fff; width: 100%; display: inline-block; height: 41px; line-height: 41px; font-size: 12px; font-weight: 600; text-transform: uppercase; border:1px solid #f2f2f2;}
  /* Widget Caleendar Letter */
  .widget-calendar #calendar_wrap, .widget-calendar #wp-calendar{width: 100%;}
  .widget-calendar #wp-calendar{margin-bottom: 0px;}
  .widget-calendar #wp-calendar thead tr.header #currM{font-size: 14px; color: #2f313a; text-transform: uppercase; font-weight: 400;}
  .widget-calendar #wp-calendar thead tr.header #prev i, .widget-calendar #wp-calendar thead tr.header #next i{width: 21px; height: 21px; line-height: 20px; text-align: center; border:1px solid #a5a7af; font-size: 13px; color: #a5a7af; display: inline-block; border-radius: 100%; cursor: pointer;}
  .widget-calendar #wp-calendar thead tr.header{ background-color: #000; margin: 0 -15px; border-bottom: 1px solid #e2e3e5;-webkit-box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); -moz-box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); position: relative; z-index: 9999; width: 9999px;}
  .widget-calendar #wp-calendar thead tr.header th{padding: 12px 16px;}
  .widget-calendar #calendar_wrap{border:1px solid #f2f2f2; border-radius: 3px; background-color: #f5f6f9; padding: 0 15px 15px 15px;}
  .widget-calendar #wp-calendar thead tr th{background-color: #f5f6f9;}
  .widget-calendar #wp-calendar thead tr th, .widget-calendar #wp-calendar tbody tr td{padding: 0px; font-size: 12px; color: #2f313a; font-weight: 500; width: 37px; height: 37px; line-height: 37px; border:none;}
  .widget-calendar #wp-calendar tbody tr td{ background-color: #fff; border:2px solid #f5f6f9;}
  .widget-calendar #wp-calendar tbody{background-color: #f5f6f9;}

  /*Widget Calendar WP*/
  .widget_calendar #calendar_wrap, .widget_calendar #wp-calendar{width: 100%;}
  .widget_calendar #wp-calendar{margin-bottom: 0px;}
  .widget_calendar #wp-calendar thead tr.header #currM{font-size: 14px; color: #2f313a; text-transform: uppercase; font-weight: 400;}
  .widget_calendar #wp-calendar thead tr.header #prev i, .widget_calendar #wp-calendar thead tr.header #next i{width: 21px; height: 21px; line-height: 20px; text-align: center; border:1px solid #a5a7af; font-size: 13px; color: #a5a7af; display: inline-block; border-radius: 100%; cursor: pointer;}
  .widget_calendar #wp-calendar thead tr.header{ background-color: #000; margin: 0 -15px; border-bottom: 1px solid #e2e3e5;-webkit-box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); -moz-box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); box-shadow:0 4px 3px -3px rgba(0, 0, 0, 0.05); position: relative; z-index: 9999; width: 9999px;}
  .widget_calendar #wp-calendar thead tr.header th{padding: 12px 16px;}
  .widget_calendar #calendar_wrap{border:1px solid #f2f2f2; border-radius: 3px; background-color: #f5f6f9; padding: 0 15px 15px 15px;position:relative;}
  .widget_calendar #wp-calendar thead tr th{background-color: #f5f6f9;}
  .widget_calendar #wp-calendar thead tr th, .widget_calendar #wp-calendar tbody tr td{padding: 0px; font-size: 12px; color: #2f313a; font-weight: 500; width: 37px; height: 37px; line-height: 37px; border:none;}
  .widget_calendar #wp-calendar tbody tr td{ background-color: #fff; border:2px solid #f5f6f9;}
  .widget_calendar #wp-calendar tbody tr td a{display: block; border:1px solid #ef8518;}
  .widget_calendar #wp-calendar tbody tr td#today a{border:1px solid #87b607;}
  .widget_calendar #wp-calendar tbody{background-color: #f5f6f9;}
  .widget_calendar #wp-calendar tfoot #prev a,
  .widget_calendar #wp-calendar tfoot #next a {text-indent: -99999px; width: 21px; height: 21px; line-height: 20px; text-align: center; border: 1px solid #a5a7af; font-size: 13px; color: #a5a7af; display: inline-block; border-radius: 100%;  cursor: pointer; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative;}
  .widget_calendar #wp-calendar tfoot{display: table-header-group;position:absolute;top:0;left:0;padding:0 15px;width:100%;}
  .widget_calendar #wp-calendar tfoot #prev, .widget_calendar #wp-calendar tfoot #next{position: absolute;top: 2px;left: 15px;z-index:5;padding:0;}
  .widget.widget_calendar #wp-calendar tfoot td {padding: 0;}
  .widget_calendar #wp-calendar tfoot #next{right:15px;left:auto;}
  .widget_calendar #wp-calendar tfoot td{border:0; padding: 0 15px 8px 15px;}
  .widget_calendar #wp-calendar tfoot #prev{text-align: left;}
  .widget_calendar #wp-calendar tfoot #next{text-align: right;}
  .widget_calendar #wp-calendar tfoot #prev a:before,
  .widget_calendar #wp-calendar tfoot #next a:after{position: absolute; top:0; left:0; width:100%; text-indent: 0;}
  .widget_calendar #wp-calendar tfoot #prev a:before{text-indent: 0;content: "\e5c4";}
  .widget_calendar #wp-calendar tfoot #next a:after {content: "\e5c8";}
  .widget_calendar #wp-calendar tfoot a:hover{color:#5d5e5f !important; border-color: #5d5e5f !important;}
  .widget.widget_calendar #wp-calendar caption{padding-left: 15px; padding-right: 15px; text-align: center; font-size: 14px; color: #2f313a; text-transform: uppercase; font-weight: 400;border-bottom: 1px solid #e2e3e5;padding-bottom: 15px;}
  /*Widget Calendar WP*/
  /* Widget Style End */
  .widget_tag_cloud .tagcloud a {font-size: 14px !important;color: #999ba3;margin:0 2px 4px 0;border: 1px solid #dddddd;background-color: transparent;padding: 2px 6px;border-radius: 3px;font-weight: 400;display: inline-block;}

  /*widget Text style Start*/
  .widget.widget-text ul li, .widget.widget-text ul li a{color: #999; font-size: 14px;}
  .widget.widget-text ul li{line-height: 1px; margin: 0 0 15px 0;}
  .widget.widget-text ul li:last-child{margin-bottom: 0px;}
  .widget.widget-text ul li i{font-size: 14px; color: #999; margin-right: 5px; width: 16px; display: inline-block;}
  .widget.widget-text p img, .widget.widget-text .wp-caption img{width: 100%; margin-bottom: 10px;}
  .widget.widget-text .wp-caption{margin-bottom: 15px;}
  .widget_text span{display: block; margin-bottom: 15px;}
  .widget.widget_text figure{display: inline-block; margin-right: 8px;}
  .widget.widget_text figure:last-child{margin-right: 0;}

  /*widget Text style End*/
  /*widget Archive style Start*/
  .widget.widget_archive li{line-height: 20px; padding: 0 0 8px 20px; margin-bottom: 10px; border-bottom: 1px solid #f2f2f2; color: #555555; font-size: 14px; font-weight: 300; position: relative;}
  .widget.widget_archive li:last-child{padding-bottom: 0px; border-bottom: 0px; margin-bottom: 0px;}
  .widget.widget_archive li a{color: #555; font-size: 14px; font-weight: 300;}
  .widget.widget_archive li:before{content: "\e08e"; position: absolute; left: 0px; top:0px; font-size: 10px; color: #999999; font-family: "icomoon";}
  .widget select{width: 100%; height: 38px; line-height: 38px; color: #555555;padding-top:0;padding-bottom:0;}
  .widget select option{padding: 5px; color: #555;}
  /*widget Archive style End*/
  /*widget Defeault style Start*/
  .widget.widget_categories li:before, .widget.widget_pages ul li:before{content: "\e08e"; position: absolute; left: 0px; top:0px; font-size: 10px; color: #999999; font-family: "icomoon";}
  .widget.widget_categories li ul.children, .widget.widget_pages ul li ul.children {padding-top: 10px;}
  .widget.widget_categories li, .widget.widget_pages ul li{line-height: 20px; padding: 0 0 8px 20px; margin-bottom: 10px; border-bottom: 1px solid #f2f2f2; color: #555555; font-size: 14px; font-weight: 300; position: relative;}
  .widget.widget_categories li:last-child, .widget.widget_pages ul li:last-child{padding-bottom: 0px; border-bottom: 0px; margin-bottom: 0px;}
  .widget.widget_categories li, .widget.widget_pages ul li{font-size: 14px; color: #555555; font-weight: 300; line-height: 16px;}
  .widget.widget_archive li a, .widget.widget_pages ul li a{color: #555; font-size: 14px; font-weight: 300; line-height: 20px;}
  .widget.widget_pages ul li a{display: block; line-height: 20px;}
  .widget.widget_meta li a{display: block; font-weight: 300px; font-size: 14px; color: #555555;}
  .widget.widget_meta li{padding: 0 0 5px 0px; margin-bottom: 5px; border-bottom: 1px solid #f2f2f2;}
  .widget.widget_meta li:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
  /*widget Defeaul style End*/
  /*widget Recent Comments style Start*/
  .widget.widget_recent_comments li a{display: block; font-size: 14px; color: #555555; font-weight: 300;}
  .widget.widget_recent_comments li span{color: #999; font-weight: 600;}
  .widget.widget_recent_comments li{border-bottom: 1px solid #f2f2f2; padding-bottom: 5px; margin-bottom: 5px;}
  .widget.widget_recent_comments li:last-child{border-bottom: none; padding-bottom: 0px; margin-bottom: 0px;}
  /*widget Recent Comments style End*/
  /*widget Rss style Start*/
  .widget.widget_rss li{margin-bottom: 15px;}
  .widget.widget_rss li:last-child{margin-bottom: 0px;}
  .widget.widget_rss li .rsswidget{font-size: 14px; color: #555555; font-weight: 600; display: block;}
  .widget.widget_rss li .rss-date{font-size: 14px; color: #999; font-weight: 400;}
  /*widget Rss style End*/
  /*widget Search style Start*/
  .widget.widget_search form{position: relative;}
  .widget.widget_search form input.form-control{ height: 38px; line-height: 38px; border:1px solid #f2f2f2; border-radius: 3px; padding: 0 0 0 16px; background-color: #fefefe; font-size: 14px; color: #999; font-weight: 300; }
  .widget.widget_search form input.form-control{box-shadow:none;border-color:#f2f2f2;}
  .widget.widget_search form .input-group{display: block; position: relative;}
  .widget.widget_search form .input-group-btn{position: absolute; right: 0px; top: 0px; z-index: 5;}
  .widget.widget_search form .btn-default{display: inline-block; background-image: none; background-color: #5a2489; height: 38px; width: 35px; text-align: center; line-height: 38px; border:none; border-radius: 0 3px 3px 0; padding: 0px; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  .widget.widget_search form input.form-control:focus::-webkit-input-placeholder {color: transparent;}
  .widget.widget_search form input.form-control:focus:-moz-placeholder {color: transparent;}
  .widget.widget_search form input.form-control:focus::-moz-placeholder {color: transparent;}
  .widget.widget_search form input.form-control:focus:-ms-input-placeholder {color: transparent;}
  .widget.widget_search form .btn-default i{font-size: 14px; color: #fff;}
  /*widget Search style End*/
  /*widget Nav Menu style Start*/
  .widget.widget_nav_menu ul li, .widget.widget-categories li{line-height: 22px;}
  .widget.widget_nav_menu ul li a:before, .widget.widget-categories li a:before{content: "\e08e"; position: absolute; left: 0px; top:0px; font-size: 10px; color: #999999; font-family: "icomoon";}
  .widget.widget_nav_menu ul li a, .widget.widget-categories li a{display: block;font-size: 14px; font-weight: 300; color: #555555; position: relative; padding:0 0 5px 20px; margin-bottom: 5px; border-bottom: 1px solid #f2f2f2;  }
  .widget.widget_nav_menu ul li .sub-menu, .widget.widget-categories li .sub-menu{padding-left: 10px;}
  .widget.widget_nav_menu ul li:last-child{padding-bottom: 0px; border-bottom: none; margin-bottom: 0px;}
  /*widget Nav Menu style End*/
  /*widget Twitter post style Start*/
  .widget.twitter-post li i{color: #00aced; font-size: 14px; margin-right: 5px;}
  .widget.twitter-post li span{color: #999; font-size: 14px;}
  .widget.twitter-post li p a{color: #d64521;}
  /*widget Twitter post style End*/
  .widget.widget_text .textwidget img {width: 100%;margin-bottom: 10px;}
  .widget.widget_archive label.screen-reader-text, .widget_categories label.screen-reader-text{display:none;}
        /* New foooter style */
        #footer.footer-style-2 .widget.widget_nav_menu ul li a:before, #footer.footer-style-2 .widget.widget-categories li a:before { content: none; }
        #footer.footer-style-2 .widget.widget-categories li a { padding: 0; }
        #footer.footer-style-2 .footer-widget .widget ul li span { color: #fff !important; }
        #footer.footer-style-2 .widget-connect ul li { margin-bottom: 12px; }
        #footer.footer-style-2 .widget-connect ul li span { border-radius: 100%; height: 40px; width: 40px; }
        #footer.footer-style-2 .widget-connect ul li span i { color: #fff !important; }
        #footer.footer-style-2 .copy-right { border-top: 1px solid #e6e6e6; }
        #footer.footer-style-2 .copy-right .social-media { float: right; }
        #footer.footer-style-2 .copy-right .social-media ul { margin: 0; padding: 0; }
        #footer.footer-style-2 .copy-right .social-media ul li { list-style: none; display: inline-block; }
        #footer.footer-style-2 .copy-right .social-media a { color: #b8bcc9; font-size: 20px; }
        #footer { background: #282c35; }
        .footer-widget { padding: 66px 0 40px; }
        /* News Letter style */
        .footer-widget .widget-newsletter { text-align: center; border-bottom: 1px solid #22252d; padding-bottom: 56px; margin-bottom: 39px; }
        .footer-widget .widget-newsletter .fieldset { margin: 0 auto; width: 700px; }
        #footer .footer-widget .widget-newsletter .widget-title h5 { font-size: 20px !important; margin-bottom: 0; text-transform: uppercase !important; color: #adb0b6 !important; font-weight: 700 !important; }
        ::-moz-placeholder { opacity: 1; }
        .footer-widget .widget-newsletter .fieldset form .field-holder { width: 77%; display: inline-block; }
        .footer-widget .widget-newsletter .fieldset form .field-holder input[type="text"] { color: #b4b4b4; height: 47px; padding: 0 0 0 20px; background: #fff; border: none; border-radius: 4px; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: 400; -webkit-box-shadow: none; box-shadow: none; }
        .footer-widget .widget-newsletter .fieldset form .field-holder.btn-holder { display: inline-block; width: 20%; margin-left: 15px; }
        .footer-widget .widget-newsletter .fieldset form .field-holder.btn-holder input[type="submit"] { border: 1px solid #ef8518; color: #fff; font-size: 12px; font-weight: bold; height: 47px; padding: 0 29px; text-transform: uppercase; background: none; border-radius: 4px; line-height: 45px; background-color: #ef8518; }
        .footer-widget .widget-newsletter form .field-holder label i { display: none; }
        /* News Letter style  */
        #footer .widget-title { margin-bottom: 30px; padding: 0; }
        #footer .widget-title h5 { font-size: 16px; color: #ffffff; margin: 0; font-weight: 700; }
        /* Widget style start */
        .widget-text p, #footer .textwidget { font-size: 14px; color: #cdcdcd; font-weight: 400; }
        .widget-top-cities ul { margin: 0; padding: 0; }
        .widget-top-cities ul li { list-style: none; margin-bottom: 5px; }
        .widget-top-cities ul li a { font-size: 14px; color: #cdcdcd; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; font-weight: 400; }
        .widget-top-cities ul li a:hover { margin-left: 10px; }
        .widget-top-cities ul { margin: 0; padding: 0; }
        .widget-top-cities ul li { list-style: none; margin-bottom: 5px; }
        .widget-top-cities ul li a { font-size: 14px; color: #cdcdcd; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; font-weight: 400; }
        .widget-top-cities ul li a:hover { margin-left: 10px; }
        /* Widget Menu style */
        .widget-menu ul { margin: 0; padding: 0; }
        .widget-menu ul li { list-style: none; margin-bottom: 5px; }
        .widget-menu ul li a { font-size: 14px; color: #cdcdcd; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; font-weight: 400; }
        .widget-menu ul li a:hover { margin-left: 10px; }
        /* Widget Contect style */
        .widget-connect ul li { position: relative; padding-left: 53px; margin-bottom: 10px; display: block; }
        .widget-connect ul li p { margin-bottom: 0px; color: #cdcdcd; font-size: 14px; padding: 6px 0px; }
        .widget-connect ul li p a { color: #cdcdcd; font-size: 14px; }
        .widget-connect ul li span i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
        .widget-connect ul li span { color: #fff; background: #ef8518; border-radius: 4px; font-size: 20px; width: 34px; text-align: center; height: 100%; position: absolute; left: 0px; top: 0px; }
        /*Footer Widget Categories Style Start*/
        #footer .widget-categories ul li { line-height: 28px; padding: 0; margin-bottom: 5px; }
        #footer .widget-categories ul li a:before { top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
        #footer .widget.widget_nav_menu ul li a, #footer .widget.widget-categories li a { position: relative; padding: 0 0 0 20px; margin-bottom: 0; border-bottom: 0; }
        /*Footer Widget Categories Style End*/
        /* Widget style End */
        .copy-right { display: block; padding: 26px 0 0; text-align: center; margin-bottom: 60px; }
        .copy-right p { color: #9a9a9a; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 15px; text-transform: uppercase; }
        .copy-right p a { color: #ef8518; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
        foodbakery ki style.css mein footer k style k baad add karwin isy #footer.footer-style-1 { background: #333333; color: #fff; }
        #footer.footer-style-1 .widget-title h5 { color: #fff; padding-bottom: 17px; position: relative; }
        #footer.footer-style-1 .widget-title h5:after { content: ''; display: block; background: #404040; height: 1px; width: 27px; background: #dc6d34; position: absolute; bottom: -1px; }
        #footer.footer-style-1 .widget-title:after { content: ''; display: block; background: #404040; height: 1px; }
        /* Footer Social style Start */
        #footer.footer-style-1 .copyright-sec .copyright-inner { border-top: 1px solid rgba(137, 137, 137, 0.2); padding: 30px 0 10px; }
        .footer-style-1 .social-media { margin: 0 0 10px; }
        .footer-style-1 .social-media li { display: inline-block; padding: 0; margin: 0 5px 10px 0; }
        .footer-style-1 .social-media li a { background-color: #999; border-radius: 100%; display: inline-block; vertical-align: middle; height: 25px; line-height: 28px; text-align: center; width: 25px; }
        .footer-style-1 .social-media li a:hover { color: #fff !important; }
        #footer.footer-style-1 .footer-widget .social-media li a i { color: #333 !important; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
        #footer.footer-style-1 .footer-widget .social-media li a:hover i { color: #fff !important; }
        .footer-style-1 .copy-right { display: inline-block; padding: 0; margin: 0 0 20px; }
        .footer-style-1 .copy-right p { line-height: normal; margin: 0; }
        .footer-style-1 .right-logos { float: right; }
        .footer-style-1 .right-logos p { margin: 0; }


        /* 8.2. Login & Signup */
        .auth-wrapper{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
                  box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
        }
        .auth-description{
          width: 600px;
          padding: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .auth-description-inner{
          text-align: center;
          max-width: 400px;
        }
        .auth-description-inner h2{
          margin: 0;
          color: #fff;
        }
        .auth-description-inner p{
          margin: 30px 0;
          color: #fff;
        }
        .auth-description-inner i{
          color: #fff;
          line-height: 1;
          font-size: 40px;
          margin-bottom: 30px;
          display: block;
        }
        .social-login{
          margin-bottom: 20px;
        }
        .social-login + p a{
          display: inline-block;
        }
        .auth-form{
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          background-color: #f9f9f9;
          padding: 60px;
          text-align: center;
        }
        .auth-form h2{
          margin-bottom: 50px;
        }
        .auth-form form{
          max-width: 400px;
          margin: 0 auto;
        }
        .auth-form .btn-custom{
          margin-top: 20px;
        }
        .auth-form a{
          display: block;
          color: #1D2228;
          text-decoration: underline;
        }
        .auth-seperator{
          margin: 30px 0;
          text-align: center;
        }
        .auth-seperator span{
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #9F9E9E;
          font-size: 13px;
          font-weight: 500;
        }
        .auth-seperator span::before{
          content: '';
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          background-color: rgba(0,0,0,.1);
          height: 1px;
          margin-right: 20px;
        }
        .auth-seperator span::after{
          content: '';
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          background-color: rgba(0,0,0,.1);
          height: 1px;
          margin-left: 20px;
        }
        .ct-social-login{
          cursor: pointer;
          display: block;
          width: 100%;
          margin-bottom: 10px;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          line-height: 24px;
          border: 0;
          font-size: 14px;
          font-weight: 600;
          padding: 12px 20px;
          border-radius: 3px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
        }
        .ct-social-login i{
          margin-right: 5px;
        }





        .leaflet-bar a{
          width: 26px;
          height: 26px;
          line-height: 26px;
          display: block;
          text-align: center;
          text-decoration: none;
          margin-bottom: 10px;
          border-radius: 3px;
          background-color: #1D2228;
          color: #fff;
        }
        .leaflet-bar a:hover{
          background-color: #1D2228;
          color: #fff;
        }
        .ct-contact-map-wrapper .btn-custom {
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 15px;
          z-index: 99999;
        }
        .leaflet-marker-icon{
          -webkit-animation-name: markerUpDown;
                  animation-name: markerUpDown;
          -webkit-animation-duration: 2s;
                  animation-duration: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
        }

        .contact-wrapper{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
        .contact-wrapper > div{
          flex: 1;
        }
        .contact-wrapper .section{
          padding-left: 40px;
          padding-right: 40px;
        }
        .ct-contact-map-wrapper{
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          position: relative;
        }
        .ct-contact-map{
          height: 100%;
          width: 100%;
        }
        .section-map  .ct-contact-map-wrapper{
          height: 400px;
        }













        .footer-area {
          background-color: #1d1d1d;
          position: relative;
          z-index: 1;
          overflow: hidden;
        }

        .single-footer-widget {
          margin-bottom: 30px;
        }

        .single-footer-widget .table {
          padding-left: 0;
          margin-bottom: 0;
          padding: 25px;
          border: 1px dashed #313131;
          text-align: left;
          position: relative;
        }

        .single-footer-widget .table li {
          font-size: 16px;
          color: #ffffff;
          font-weight: 500;
          list-style-type: none;
          margin-bottom: 20px;
          position: relative;
        }

        .single-footer-widget .table li::before {
          content: "";
          position: absolute;
          height: 1px;
          width: 50px;
          border: 1px dashed #ffffff;
          top: 12px;
          left: 0;
          right: 0;
          margin: auto;
        }

        .single-footer-widget .table li:last-child {
          margin-bottom: 0;
        }

        .single-footer-widget .table li span {
          color: #fbb403;
          float: right;
        }

        .single-footer-widget h3 {
          position: relative;
          font-size: 25px;
          color: #ffffff;
          margin-bottom: 30px;
        }

        .single-footer-widget .contact-info {
          padding-left: 0;
          margin-bottom: 0;
          margin-top: 30px;
          position: relative;
        }

        .single-footer-widget .contact-info li {
          list-style-type: none;
          font-size: 16px;
          font-weight: 400;
          color: #ffffff;
          margin-bottom: 16px;
          position: relative;
          padding-left: 30px;
        }

        .single-footer-widget .contact-info li:last-child {
          margin-bottom: 0;
        }

        .single-footer-widget .contact-info li i {
          font-size: 20px;
          color: #fbb403;
          line-height: unset;
          margin-right: 5px;
          position: absolute;
          left: 0;
        }

        .single-footer-widget .contact-info a {
          color: #ffffff;
          -webkit-transition: 0.5s;
          transition: 0.5s;
        }

        .single-footer-widget .contact-info a:hover {
          color: #fbb403;
        }

        .single-footer-widget .social {
          padding-left: 0;
          margin-top: 30px;
          margin-bottom: 0;
        }

        .single-footer-widget .social li {
          list-style-type: none;
          display: inline-block;
          margin-right: 10px;
        }

        .single-footer-widget .social li:last-child {
          margin-right: 0;
        }

        .single-footer-widget .social li a i {
          display: inline-block;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border: 1px solid #d7d7d7;
          text-align: center;
          font-size: 18px;
          border-radius: 50px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
        }

        .single-footer-widget .social li a i:hover {
          background-color: #fbb403;
          border: 1px solid #fbb403;
          color: #ffffff;
        }

        .single-footer-widget .social .facebook a i {
          background-color: #3b5998;
          color: #ffffff;
          border: 1px solid #3b5998;
        }

        .single-footer-widget .social .twitter a i {
          background-color: #55acee;
          color: #ffffff;
          border: 1px solid #55acee;
        }

        .single-footer-widget .social .instagram a i {
          background-color: #3f729b;
          color: #ffffff;
          border: 1px solid #3f729b;
        }

        .single-footer-widget .social .pinterest a i {
          background-color: #ff0000;
          color: #ffffff;
          border: 1px solid #ff0000;
        }

        .single-footer-widget .social .youtube a i {
          background-color: #c80000;
          color: #ffffff;
          border: 1px solid #c80000;
        }

        .single-footer-widget .map iframe {
          position: relative;
          border: none;
          width: 100%;
          height: 290px;
        }

        .footer-content-item {
          max-width: 725px;
          margin: auto;
          text-align: center;
          padding-top: 60px;
          padding-bottom: 50px;
        }

        .footer-content-item .list {
          padding-left: 0;
          margin-top: 25px;
          margin-bottom: 20px;
        }

        .footer-content-item .list li {
          list-style-type: none;
          display: inline-block;
          margin-right: 20px;
        }

        .footer-content-item .list li:last-child {
          margin-right: 0;
        }

        .footer-content-item .list li a {
          color: #ffffff;
        }

        .footer-content-item p {
          color: #959595;
          margin-bottom: 0;
        }

        .footer-bottom-area {
          text-align: center;
          position: relative;
          padding-top: 30px;
          padding-bottom: 30px;
          border-top: 1px dashed #313131;
        }

        .footer-bottom-area p {
          font-size: 16px;
          color: #ffffff;
        }

        .footer-bottom-area p a {
          display: inline-block;
          font-weight: 600;
          color: #ffffff;
        }

        .footer-bottom-area p a:hover {
          color: #fbb403;
        }

        .footer-bottom-area .social {
          padding-left: 0;
          margin-top: 10px;
          margin-bottom: 0;
        }

        .footer-bottom-area .social li {
          list-style-type: none;
          display: inline-block;
          margin-right: 10px;
        }

        .footer-bottom-area .social li:last-child {
          margin-right: 0;
        }

        .footer-bottom-area .social li a i {
          display: inline-block;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border: 1px solid #d7d7d7;
          text-align: center;
          font-size: 18px;
          border-radius: 50px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
        }

        .footer-bottom-area .social li a i:hover {
          background-color: #fbb403;
          border: 1px solid #fbb403;
          color: #ffffff;
        }

        .footer-bottom-area .social .facebook a i {
          background-color: #3b5998;
          color: #ffffff;
          border: 1px solid #3b5998;
        }

        .footer-bottom-area .social .twitter a i {
          background-color: #55acee;
          color: #ffffff;
          border: 1px solid #55acee;
        }

        .footer-bottom-area .social .instagram a i {
          background-color: #3f729b;
          color: #ffffff;
          border: 1px solid #3f729b;
        }

        .footer-bottom-area .social .pinterest a i {
          background-color: #ff0000;
          color: #ffffff;
          border: 1px solid #ff0000;
        }

        .footer-bottom-area .social .youtube a i {
          background-color: #c80000;
          color: #ffffff;
          border: 1px solid #c80000;
        }

        .footer-shape {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 20px;
          margin: auto;
          z-index: -1;
          height: 100%;
        }

        .footer-shape img {
          width: 100%;
        }


        .copyright-area {
    background-color: #313131;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .copyright-area .copyright-area-content p {
    font-size: 16px;
    color: #ffffff;
  }

  .copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #fbb403;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .copyright-area .copyright-area-content p a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .copyright-area .copyright-area-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
  }

  .copyright-area .copyright-area-content ul li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }

  .copyright-area .copyright-area-content ul li a {
    display: inline-block;
    color: #ffffff;
  }

  .copyright-area .copyright-area-content ul li a:hover {
    color: #fbb403;
  }

  .copyright-area .copyright-area-content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #fbb403;
  }

  .copyright-area .copyright-area-content ul li:last-child {
    margin-right: 0;
  }

  .copyright-area .copyright-area-content ul li:last-child::before {
    display: none;
  }

  .copyright-area .copyright-area-content ul li:first-child {
    margin-left: 0;
  }



  /*================================================
  Overview Area CSS
  =================================================*/
  .overview-area .container-fluid {
    max-width: 1390px;
  }

  .overview-item {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
  }

  .overview-item::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    border-radius: 5px;
  }

  .overview-item img {
    border-radius: 5px;
  }

  .overview-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
  }

  .overview-item .content strong {
    display: inline-block;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #fbb403;
  }

  .overview-item .content h3 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Pangolin", cursive;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .overview-item .content h3 a {
    color: #ffffff;
  }

  .overview-item .content h3 a:hover {
    color: #ffffff;
  }

  .overview-item .content .default-btn {
    background-color: #ffffff;
  }

  .overview-item .content .default-btn span {
    background-color: #fbb403;
  }

  .overview-item .dollar {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 1;
    padding: 30px 35px;
    border-radius: 100%;
  }

  .overview-item .dollar span {
    font-size: 16px;
    color: #836c34;
    font-weight: 500;
  }

  .overview-item .dollar h4 {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .overview-item:hover::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 255, 0), black);
  }

  .overview-item:hover .content {
    bottom: 10px;
  }



  .default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #fbb403;
    color: #1d1d1d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #1d1d1d;
    -webkit-transition: width 0.5s ease-in-out,
   height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out,
   height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
  }

  .default-btn:hover {
    color: #ffffff !important;
  }

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

  .default-btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px;
  }


  @media(max-width:767px) {
    .meh {
      text-align: center;
      position: relative !important;
      padding-left: 0px !important;
    }
  }
  .faq-content .section-title {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .faq-content .section-title h2 {
    font-size: 40px;
  }

  .faq-content .section-title p {
    max-width: 100%;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
            box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    margin-bottom: 10px;
  }

  .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-title {
    padding: 20px 20px 20px 50px;
    color: #1d1d1d;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
  }

  .faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #fbb403;
    color: #ffffff;
  }

  .faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 13px;
  }

  .faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #eeeeee;
  }

  .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f11a";
  }

  .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 15px;
  }

  .faq-accordion .accordion .accordion-content.show {
    display: block;
  }

  .faq-contact {
    margin-top: 100px;
  }

  .faq-contact .section-title {
    max-width: 100%;
  }

  .faq-contact .section-title h2 {
    font-size: 40px;
  }

  .faq-contact-form {
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
  }

  .faq-contact-form form .form-control {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
            box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    height: 50px;
    font-size: 16px;
  }

  .faq-contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
  }

  .faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .faq-contact-form form .help-block ul li {
    color: red;
  }

  .faq-contact-form form #msgSubmit {
    margin-bottom: 0;
  }

  .faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 23px;
    font-weight: 700;
  }







  .jumbotron {
    position: relative;
    overflow: hidden;
    background-color:black;
    margin-bottom:0px;
  }
  .jumbotron video {
    position: absolute;
    z-index: 0;
    top: 0;
    width:100%;
    height:100%;
    /*  object-fit is not supported on IE  */
    object-fit: cover;
    opacity:0.7;
  }
  .jumbotron .container {
    z-index: 2;
    position: relative;
  }






  .instagram:hover{

    color: #fff;
  }
  /* 6.6. Instagram */
  .ct-ig-item{
  display: block;
  position: relative;
  }
  .ct-ig-item.ig-2{
  margin-bottom: 30px;
  }
  .ct-ig-item.ig-2 img{
  border-radius: 8px;
  }
  .ct-ig-item::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  line-height: 24px;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  border-radius: 50%;
  background-color: rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  }
  .ct-ig-item:hover::before{
  opacity: 1;
  visibility: visible;
  top: 50%;
  }




  .about-img img {
    width: 100%;
    height: auto;
  }
  #about {
    margin-top: 0em;
    padding-bottom: 7em;
  }
  #about .box {
    -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.8);
  }
  #about .box .timing, #about .box .about {
    padding: 4em;
  }
  #about .box h4 {
    margin-top: 0;
    margin-bottom: 0.35em;
  }
  #about .box ul.list-default {
    padding: 0;
  }
  #about .box ul.list-default li:before {
    content: '';
    padding: 0;
    margin: 0;
  }
  #about .box li {
    padding: 0.5em 0;
  }
  #about .box li strong {
    display: inline-block;
    min-width: 8em;
  }
  #about .box .about h1 {
    text-align: left;
    margin-bottom: 0.5em;
  }
  #about .box .about h1 span {
    font-weight: 400;
  }
  #tagline h1 {
    width: 90%;
    margin: 0 auto;
  }


  .pageBlockMedium {
    padding: 6em 0 7em;
  }


  #banner-1 {
    background-image: url(covid.jpg);
    padding-top: 80px;
    padding-bottom: 70px;
  }

  #banner-2 {
    background-image: url(../images/banner-2.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
  }


  #banner-4 {
    background-image: url(../images/banner-4.jpg);
    background-position: top center;
  }

  .banner-1-txt {
    padding: 0 5%;
  }

  .banner-1-txt h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }

  .banner-2-txt h2 {
    font-size: 6rem;
    line-height: 1.2;
    padding: 0 10%;
    margin-bottom: 40px;
  }

  .banner-3-txt h4 {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .banner-3-txt h2 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .banner-4-txt h4 {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .banner-4-txt h2 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
  }

  .banner-2-txt p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .banner-3-txt p {
    padding-right: 10%;
    margin-bottom: 25px;
  }

  .banner-4-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  .banner-4-txt .btn {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 17px 40px;
  }

  /*------------------------------------------*/
  /*  STORE BADGE ICONS
  /*------------------------------------------*/

  .stores-badge {
    display: inline-block;
  }

  .store {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
  }

  .store:last-child {
    margin-right: 0;
  }

  img.googleplay-original { display: block; width: 163px; height: 50px; }
  img.appstore-original { display: block; width: 163px; height: 50px; }

  /*------------------------------------------*/
  /*  BANNER IMAGE
  /*------------------------------------------*/

  .banner-3-img {
    text-align: center;
    margin-top: -40px;
    margin-left: -30px;
  }


  #more .extra {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 7em 3em 3em;
    text-align: center;
    margin-top: 3em;
  }
  #more .extra p {
    color: rgba(255, 255, 255, 0.7);
  }
  #more .extra .bigIcon {
    top: -1.33em;
  }
  #more .extra:hover i {
    border-color: rgba(255, 255, 255, 0.1);
  }
  #more .extra:hover p {
    color: rgba(255, 255, 255, 0.9);
  }
  #more .extra i {
    border-color: rgba(255, 255, 255, 0.3);
  }


  .pageBlockBig {
    padding: 10em 0 10em;
  }
  .pageBlockMedium {
    padding: 6em 0 7em;
  }
  .pageBlockSmall {
    padding: 3em 0 4em;
  }

  .container-wide {
    width: 100%;
  }
  .shadow {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
  }
  .shadow img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bigIcon {
    width: 100%;
    top: -4em;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 9;
    font-size: 1em;
  }
  .bigIcon i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.25em;
    font-size: 3.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  #features, #menu-list, #more {
    position: relative;
    background-image: url(Tex1.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
  }

  .bg-yellow { background-color: #f7be27; }



  .banner-3-txt h4 {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .banner-3-txt h2 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }


  .banner-3-txt p {
    padding-right: 10%;
    margin-bottom: 25px;
  }
  .banner-3-img {
    text-align: center;
    margin-left: -30px;
  }

  .coffee-color,
  .coffee-color h2,
  .coffee-color h3,
  .coffee-color h4,
  .coffee-color h5,
  .coffee-color h6,
  .coffee-color p,
  .coffee-color a,
  .coffee-color li,
  .coffee-color i,
  .white-color .coffee-color,
  .coffee-color span { color: #642f21; }

  /* Header H4 */
  h4.h4-xs { font-size: 1.875rem; }   /* 30px */
  h4.h4-sm { font-size: 2rem; }       /* 32px */
  h4.h4-md { font-size: 2.125rem; }   /* 34px */
  h4.h4-lg { font-size: 2.25rem; }    /* 36px */
  h4.h4-xl { font-size: 2.375rem; }   /* 38px */
  #banner-3 {text-align: center;padding-top: 80px;margin-top: 0;}
  .banner-3-txt h2 { font-size: 3.75rem; }
  .banner-3-txt p { padding: 0; margin-bottom: 25px; }
  .banner-3-img { margin-top: 30px; margin-left: 0; }



  .disable-scrollbars::-webkit-scrollbar {
      width: 0px;
      background: transparent; /* Chrome/Safari/Webkit */
  }

  .disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  }



.toast-top-center {
    top: 5px;
}



.c-tabMenu--rounded {
    border-radius: 50rem;
}

.c-tabMenu {
    display: flex;
    padding: 0;
}
.u-spacingBottom--large {
    margin-bottom: 16px!important;
}
.u-spacingTop--large {
    margin-top: 16px!important;
}
.c-card--outline {
    border: 1px solid #efedea;
}

.c-card {
    background-color: #fff;
    display: block;
    margin-bottom: 8px;
    padding: 16px;
    position: relative;
}

.c-tabMenu{
    display:flex;
    padding:0
}
.c-tabMenu--rounded{
    border-radius:50rem
}
.c-tabMenu-link{
    color:#3c4c4f;
    font-size:16px;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    padding:16px;
    text-align:center;
    text-decoration:none;
    width:50%
}
.c-tabMenu-link.c-tabMenu-link--active,.c-tabMenu-link:active,.c-tabMenu-link:focus,.c-tabMenu-link:hover{
    color:#242e30;
    cursor:pointer;
    font-weight:700;
    text-decoration:none
}
.c-tabMenu-link.c-tabMenu-link--active span,.c-tabMenu-link:active span,.c-tabMenu-link:focus span,.c-tabMenu-link:hover span{
    padding:16px;
    position:relative
}
.c-tabMenu-link.c-tabMenu-link--active span:after,.c-tabMenu-link:active span:after,.c-tabMenu-link:focus span:after,.c-tabMenu-link:hover span:after{
    border-bottom:4px solid #f36805;
    border-radius:2px;
    bottom:-2px;
    content:"";
    left:0;
    position:absolute;
    width:100%
}

 .modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto; }

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: #ffffff; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}



#exampleModal input[type="radio"] {
  display: none;
}

#exampleModal input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 6px;
  margin-right: 3px;
  background-clip: content-box;
  border: 2px solid #bbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}

#exampleModal input[type="radio"]:checked + label:before {
  background-color: #FF722B;
}

#exampleModal input[type="checkbox"] {
  display: none;
}

#exampleModal input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 6px;
  margin-right: 3px;
  background-clip: content-box;
  border: 2px solid #bbb;
  background-color: #e7e6e7;
  border-radius: 5%;
}

#exampleModal input[type="checkbox"]:checked + label:before {
  background-color: #FF722B;

  border: 2px solid #bbb;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


@keyframes PromotionsShowcase_skeletonGradient_3DDdj{
    0%{
        background-position:100% 50%
    }
    to{
        background-position:0 50%
    }
}
.PromotionsShowcase_c-promotionsShowcase_3ge6O{
    background-color:#ffead4;
    padding:16px
}
.PromotionsShowcase_c-promotionsShowcase-inner_38Iro{
    background-color:#fff;
    border-radius:12px;
    box-shadow:0 4px 6px 0 rgba(27,35,36,.02),0 2px 12px -2px rgba(27,35,36,.08),0 3px 6px 0 rgba(27,35,36,.06);
    display:grid;
    grid-template-columns:repeat(1,minmax(0,1fr));
    justify-content:center
}
@media(min-width:64.0625em){
    .PromotionsShowcase_c-promotionsShowcase-inner_38Iro{
        grid-template-columns:repeat(auto-fit,minmax(0,1fr))
    }
}
.PromotionsShowcase_c-promotionsShowcase-item_1yRQl{
    background:transparent;
    border:none;
    display:flex;
    flex-direction:row;
    font-family:inherit;
    padding:16px;
    text-align:inherit;
    text-decoration:none
}
@media(min-width:64.0625em){
    .PromotionsShowcase_c-promotionsShowcase-item_1yRQl{
        flex-grow:1
    }
}
.PromotionsShowcase_c-promotionsShowcase-item_1yRQl+.PromotionsShowcase_c-promotionsShowcase-item_1yRQl{
    border-top:1px solid #efedea
}
@media(min-width:64.0625em){
    .PromotionsShowcase_c-promotionsShowcase-item_1yRQl+.PromotionsShowcase_c-promotionsShowcase-item_1yRQl{
        border-top:none
    }
}
.PromotionsShowcase_c-promotionsShowcase-itemTitle_3plbk{
    font-size:16px;
    font-size:1rem;
    line-height:1.5
}
.PromotionsShowcase_c-promotionsShowcase-itemElement_2hLSa+.PromotionsShowcase_c-promotionsShowcase-itemElement_2hLSa{
    margin-left:8px
}
.PromotionsShowcase_c-promotionsShowcase-itemElement--styleEmphasized_1y3O-,.PromotionsShowcase_c-promotionsShowcase-itemElement--styleLink_3bREn,.PromotionsShowcase_c-promotionsShowcase-itemElement--styleText_3RhA5{
    font-size:14px;
    font-size:.875rem;
    line-height:1.43;
    margin-top:8px
}
.PromotionsShowcase_c-promotionsShowcase-itemElement--styleEmphasized_1y3O-:first-of-type,.PromotionsShowcase_c-promotionsShowcase-itemElement--styleLink_3bREn:first-of-type,.PromotionsShowcase_c-promotionsShowcase-itemElement--styleText_3RhA5:first-of-type{
    margin-top:4px
}
.PromotionsShowcase_c-promotionsShowcase-item--interactive_2ZmSm{
    cursor:pointer
}
.PromotionsShowcase_c-promotionsShowcase-itemElement--styleEmphasized_1y3O-,.PromotionsShowcase_c-promotionsShowcase-itemElement--styleLink_3bREn{
    color:#242e30;
    text-decoration:underline
}
.PromotionsShowcase_c-promotionsShowcase-itemIllustrationContainer_39ujA{
    height:0;
    padding:0 0 100%;
    position:relative;
    width:30px
}
.PromotionsShowcase_c-promotionsShowcase-itemIllustration_2Z41N{
    height:100%;
    left:0;
    overflow:visible!important;
    position:absolute;
    top:0;
    width:100%
}

.c-itemSelector-quantity{
    align-items:center;
    display:flex;
    justify-content:center;
    margin-bottom:16px
}


.c-itemSelector-adjuster{
    margin:0!important;
    padding:12px!important
}
.c-itemSelector-adjuster[disabled]{
    background-color:transparent
}
.c-itemSelector-remove,.c-itemSelector-remove:hover{
    color:#d50525;
    font-weight:400;
    margin-bottom:16px;
    padding:0;
    text-decoration:none
}
.c-itemSelector-section{
    border:none;
    margin:0;
    padding:0;
    text-align:left
}



.Button_o-btn_1KX8u{
    border:1px solid transparent;
    border-radius:50rem;
    color:#242e30;
    cursor:pointer;
    display:inline-block;
    font-size:20px;
    font-size:1.25rem;
    font-weight:700;
    line-height:1.4;
    outline:0;
    overflow:visible;
    padding:9px 24px;
    position:relative;
    text-align:center;
    text-decoration:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    vertical-align:middle
}
.Button_o-btn_1KX8u:focus-visible{
    box-shadow:0 0 0 2px #4996fd
}
.Button_o-btn_1KX8u,.Button_o-btn_1KX8u:active,.Button_o-btn_1KX8u:focus,.Button_o-btn_1KX8u:hover,.Button_o-btn_1KX8u:visited{
    text-decoration:none
}
.Button_o-btn_1KX8u{
    margin-top:16px
}
.Button_o-btn--link_2f-eF{
    background-color:transparent;
    border:0;
    color:#242e30;
    font-weight:700;
    padding:0!important
}
.Button_o-btn--link_2f-eF:hover{
    background-color:transparent;
    color:#354447;
    cursor:pointer;
    text-decoration:underline
}
.Button_o-btn--link_2f-eF:active,.Button_o-btn--link_2f-eF:focus{
    background-color:transparent;
    color:#50666a
}
.Button_o-btn--link_2f-eF .Button_c-spinner_16ib0{
    border-right:3px solid #242e30;
    border-top:3px solid #242e30;
    border-color:rgba(36,46,48,.35) rgba(36,46,48,.35) #242e30 #242e30;
    border-style:solid;
    border-width:3px
}
.Button_o-btn--link_2f-eF .Button_o-btn-icon_rKd_B svg path,.Button_o-btn--link_2f-eF .Button_o-btn-icon_rKd_B svg use{
    fill:#242e30
}



.Button_o-btn--icon_1k-qM.Button_o-btn--sizeSmall_WNBZx{
    height:40px;
    padding:0;
    width:40px
}
.Button_o-btn--icon_1k-qM.Button_o-btn--sizeXSmall_3KRtq{
    height:32px;
    padding:0;
    width:32px
}
.Button_o-btn--sizeLarge_3A8Ov{
    padding:13px 24px
}
.Button_o-btn--sizeSmall_WNBZx{
    font-size:16px;
    font-size:1rem;
    line-height:1.5;
    padding:7px 16px
}
.Button_o-btn--sizeSmall_WNBZx .Button_o-btn-icon_rKd_B{
    margin:2.5px
}
.Button_o-btn--sizeSmall_WNBZx .Button_o-btn-icon_rKd_B,.Button_o-btn--sizeSmall_WNBZx .Button_o-btn-icon_rKd_B svg{
    height:15px
}
.Button_o-btn--sizeSmall_WNBZx .Button_o-btn-icon--leading_2MkiQ{
    margin-right:10.5px
}
.Button_o-btn--sizeSmall_WNBZx .Button_o-btn-icon--trailing_R6HPj{
    margin-left:10.5px
}


[class*=c-pieIcon]{
    speak:none;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain
}
.c-pieIcon{
    display:block
}
.c-pieIcon--pushLeft{
    float:left
}
.c-pieIcon--content--default *{
    fill:#242e30
}
.c-pieIcon--content--brand *,.c-pieIcon--interactiveBrand *{
    fill:#f36805
}
.c-pieIcon--white *{
    fill:#fff
}
.c-pieIcon--red *{
    fill:#d50525
}
.c-pieIcon--green *{
    fill:#017a39
}
.c-pieIcon--semiTransparent{
    opacity:.5
}
.c-pieIcon--BikeSmall{
    height:20px;
    width:20px
}
.c-pieIcon--BagSmall,.c-pieIcon--TrashSmall{
    height:18px;
    width:18px
}
.c-pieIcon--BasketSmall{
    height:28px;
    width:28px
}
.c-pieIcon--AlertCircleSmall{
    height:18px;
    width:18px
}
.c-pieIcon--AlertCircleFilledSmall{
    height:20px;
    width:20px
}
.c-pieIcon--AlertCircleFilled{
    height:25px;
    width:25px
}
.c-pieIcon--CheckSmall{
    height:18px;
    width:18px
}
.c-pieIcon--SpicySmall,.c-pieIcon--VeganSmall,.c-pieIcon--VegetarianSmall{
    height:16px;
    width:16px
}
.c-pieIcon--InfoCircleOutlineSmall{
    height:18px;
    width:18px
}
.c-pieIcon--ChevronLeft{
    height:22px;
    width:22px
}
.c-pieIcon--ChevronLeftSmall,.c-pieIcon--ChevronRightSmall{
    height:18px;
    width:18px
}
.c-pieIcon--ChevronDownSmall,.c-pieIcon--ChevronUpSmall{
    height:16px;
    width:16px
}
.c-pieIcon--MinusSmall,.c-pieIcon--PlusSmall{
    height:18px;
    width:18px
}
.c-pieIcon--CloseSmall{
    height:12px;
    width:12px
}

.c-itemSelector-amount{
    margin:0;
    text-align:center;
    width:50px
}

.c-modal-actions{
    background-color:#fff;
    bottom:0;
    margin-top:10px;
    position:-webkit-sticky;
    position:sticky;
    width:100%;
    z-index:1
}



@font-face {
            font-family: JETSansDigital;
            src: url('https://d30v2pzvrfyzpo.cloudfront.net/fonts/JETSansDigital-Regular-optimised.woff2') format("woff2"),
            url('https://d30v2pzvrfyzpo.cloudfront.net/fonts/JETSansDigital-Regular-optimised.woff') format("woff");
            font-weight: 400,800;
            font-display: swap;
        }


.select2-container--default .select2-selection--single{
       padding:6px;
    height: 37px;
    font-size: 1.2em;
    position: relative;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   height: 37px;

}
.l-inlined {
    align-items: center;
    display: flex;
}

  .c-basket-items {
    border-top: 1px solid rgba(0,0,0,.08);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.08);
}


.is-visuallyHidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.c-basket-row-meta-item {
    margin-top: 4px;
    width: 100%;
}
.c-basket-row-meta-item, .c-basket-showMore {
    color: #3c4c4f;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43;
}

.c-menu, .u-unstyled {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}


.c-basket-row-container {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 16px 0;
}


.c-basket-row-container .c-basket-row {
    align-items: flex-start;
}
.c-basket-row {
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    gap: 8px;
    justify-content: space-between;
    line-height: 1.5;
}


.c-basket-details {
    overflow-wrap: anywhere;
}
.c-basket-details {
    flex-grow: 1;
}

.c-basket-btnText {
    background-color: transparent;
    border: 0;
    color: #242e30;
    font-family: JetSansDigital,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    width: 100%;
}



.c-basket-btnText {
    background-color: transparent;
    border: 0;
    color: #242e30;
    font-family: JetSansDigital,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    width: 100%;
}

.c-basket-row-remove {
    background-color: transparent;
    border: 0;
    flex-shrink: 0;
    padding: 2px 4px;
}

.c-basket-row-name {
    text-align: left;
    text-decoration: underline;
}


.c-basket-row-meta {
    color: #242e30;
    display: flex;
    flex-flow: column wrap;
    font-weight: 400;
    margin: 0 0 0 32px !important;
    text-align: left;
}
.c-menu, .u-unstyled {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

.c-basket-row-quantity {
    align-items: center;
    background-color: #f5f3f1;
    border-radius: 50rem;
    display: flex;
    flex-shrink: 0;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    margin-right: 8px;
    white-space: nowrap;
    width: 24px;
}
.c-basket-row-amount {
    text-align: right;
    width: 55px;
}

.field1QMdg {
    width: 100%;
    font-family: JetSansDigital,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #242e30;
    background-color: #fff;
    border: 1px solid #efedea;
    border-radius: 12px;
    background-clip: padding-box;
}
.fieldlZDfP {
    height: 56px;
    height: 3.5rem;
    padding: 11px 16px 13px;
}


.c-formField-label {
    display: block;
    color: #242e30;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43;
    font-weight: 700;
    margin-bottom: 8px;
}

.Address_c-address-group_1ea85 {
    margin: 16px 0;
    padding: 0;
    border: none;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43;
}


.Address_c-address-label_2wN5u {
    color: #242e30;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.43;
    font-weight: 700;
    margin: 16px 0 8px;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.FormField_c-formField--grouped_2WlME:first-of-type .FormField_c-formField-field_1QMdg {
    border-radius: 12px 12px 0 0;
}
.FormField_c-formField--grouped_2WlME:not(:last-child) .FormField_c-formField-field_1QMdg {
    border-radius: 0;
}
.FormField_c-formField-field_1QMdg {
    width: 100%;
    font-family: JetSansDigital,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #242e30;
    background-color: #fff;
    border: 1px solid #efedea;
    border-radius: 12px;
    background-clip: padding-box;
}
.FormField_c-formField-field--medium_lZDfP {
    height: 56px;
    height: 3.5rem;
    padding: 11px 16px 13px;
}
button, input {
    overflow: visible;
}


.FormField_c-formField--grouped_2WlME+.FormField_c-formField--grouped_2WlME {
    margin-top: 0;
}
.FormField_c-formField_Oraz3+.FormField_c-formField_Oraz3 {
    margin-top: 16px;
}


     .FormField_c-formField-field--textarea_2hrim {
                background-clip: padding-box;
                padding: 16px;
                resize: none
            }

            .FormField_couped_2WlME+.FormField_c-formField--grouped_2WlME {
                /* margin-top:0; */
            }

            .FormField_c-formField--grouped_2WlME+.FormField_c-formField--grouped_2WlME .FormField_c-formField-field_1QMdg {
                border-radius: 0 0 12px 12px;
                border-top: 0
            }

            .FormField_c-formField--grouped_2WlME:not(:last-child) .FormField_c-formField-field_1QMdg {
                /* border-radius:0; */
            }

            .FormField_c-formField--grouped_2WlME:first-of-type .FormField_c-formField-field_1QMdg {
                /* border-radius:12px 12px 0 0; */
            }


            .FormFieldAffixed_c-formField-field--medium_3lYKS {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormFieldAffixed_c-formField-field--large_1_72S {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormFieldAffixed_c-formField--affixed_1mhir,.FormFieldAffixed_c-formField-field_2z2ZT {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormFieldAffixed_c-formField--affixed_1mhir:hover,.FormFieldAffixed_c-formField-field_2z2ZT:hover {
                background-color: #f5f5f5
            }

            .FormFieldAffixed_c-formField--affixed_1mhir:active,.FormFieldAffixed_c-formField--affixed_1mhir:focus,.FormFieldAffixed_c-formField--affixed_1mhir[focus-within],.FormFieldAffixed_c-formField-field_2z2ZT:active,.FormFieldAffixed_c-formField-field_2z2ZT:focus,.FormFieldAffixed_c-formField-field_2z2ZT[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormFieldAffixed_c-formField--affixed_1mhir:active,.FormFieldAffixed_c-formField--affixed_1mhir:focus,.FormFieldAffixed_c-formField--affixed_1mhir:focus-within,.FormFieldAffixed_c-formField-field_2z2ZT:active,.FormFieldAffixed_c-formField-field_2z2ZT:focus,.FormFieldAffixed_c-formField-field_2z2ZT:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormFieldAffixed_c-formField-field_2z2ZT[disabled],[disabled].FormFieldAffixed_c-formField--affixed_1mhir {
                cursor: not-allowed;
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormFieldAffixed_c-formField-field_2z2ZT[disabled],.FormFieldAffixed_c-formField-field_2z2ZT[disabled]:hover,[disabled].FormFieldAffixed_c-formField--affixed_1mhir {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormFieldAffixed_c-formField--invalid_3W8HP {
                border-color: #d50525!important
            }

            .FormFieldAffixed_c-formField-padding--iconLeading_1YLT- {
                padding-left: 56px
            }

            .FormFieldAffixed_c-formField--affixed_1mhir {
                display: flex
            }

            .FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT {
                background-color: transparent;
                border: none;
                flex-grow: 1;
                order: 2;
                height: 100%;
                padding-left: 0;
                padding-right: 0
            }

            .FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT:active,.FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT:focus,.FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT[focus-within] {
                box-shadow: none
            }

            .FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT:active,.FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT:focus,.FormFieldAffixed_c-formField--affixed_1mhir .FormFieldAffixed_c-formField-field_2z2ZT:focus-within {
                box-shadow: none
            }

            .FormFieldAffixed_c-formField-affix_3pNg_ {
                height: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                color: #3c4c4f
            }

            .FormFieldAffixed_c-formField-prefix_1Pn_e {
                order: 1
            }

            .FormFieldAffixed_c-formField-suffix_2wrvP {
                order: 3
            }

            .FormFieldAffixed_c-formField--affixed--small_13OV8 {
                height: 40px
            }

            .FormFieldAffixed_c-formField--affixed--small_13OV8 .FormFieldAffixed_c-formField-affix_3pNg_ {
                padding: 7px 16px 9px
            }

            .FormFieldAffixed_c-formField--affixed--medium_1OwAS {
                height: 56px
            }

            .FormFieldAffixed_c-formField--affixed--medium_1OwAS .FormFieldAffixed_c-formField-affix_3pNg_ {
                padding: 11px 16px 13px
            }

            .FormFieldAffixed_c-formField--affixed--large_1o5zs {
                height: 56px
            }

            .FormFieldAffixed_c-formField--affixed--large_1o5zs .FormFieldAffixed_c-formField-affix_3pNg_ {
                padding: 15px 16px 17px
            }

            .FormFieldAffixed_c-formField--disabled_Hj0k8 {
                cursor: not-allowed
            }

            .FormFieldAffixed_c-formField--disabled_Hj0k8,.FormFieldAffixed_c-formField--disabled_Hj0k8:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormFieldAffixed_c-formField--disabled_Hj0k8 .FormFieldAffixed_c-formField-affix_3pNg_ {
                color: #8c999b
            }

            @keyframes FormDropdown_skeletonGradient_3FmVG {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .FormDropdown_c-formField_v56nY+.FormDropdown_c-formField_v56nY {
                margin-top: 16px
            }

            .FormDropdown_c-formField-fieldWrapper_5a6lS {
                position: relative
            }

            .FormDropdown_c-formField-field--small_7U5LI {
                height: 40px;
                height: 2.5rem;
                padding: 7px 16px 9px
            }

            .FormDropdown_c-formField-field--medium_3XEY1 {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormDropdown_c-formField-field--large_a-vD1 {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormDropdown_c-formField-field_2SIjk {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormDropdown_c-formField-field_2SIjk:hover {
                background-color: #f5f5f5
            }

            .FormDropdown_c-formField-field_2SIjk:active,.FormDropdown_c-formField-field_2SIjk:focus,.FormDropdown_c-formField-field_2SIjk[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormDropdown_c-formField-field_2SIjk:active,.FormDropdown_c-formField-field_2SIjk:focus,.FormDropdown_c-formField-field_2SIjk:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormDropdown_c-formField-field_2SIjk[disabled] {
                cursor: not-allowed
            }

            .FormDropdown_c-formField-field_2SIjk[disabled],.FormDropdown_c-formField-field_2SIjk[disabled]:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormDropdown_c-formField--invalid_1Wa_u {
                border-color: #d50525!important
            }

            .FormDropdown_c-formField-padding--iconLeading_seTTs {
                padding-left: 56px
            }

            .FormDropdown_c-formDropdown-icon_22XsV {
                width: 12px;
                position: absolute;
                right: 24px;
                pointer-events: none
            }

            .FormDropdown_c-formDropdown-icon_22XsV path {
                fill: #3c4c4f
            }

            .FormDropdown_c-formField-field--small_7U5LI~.FormDropdown_c-formDropdown-icon_22XsV {
                bottom: 17px
            }

            .FormDropdown_c-formField-field--medium_3XEY1~.FormDropdown_c-formDropdown-icon_22XsV {
                bottom: 21px
            }

            .FormDropdown_c-formField-field--large_a-vD1~.FormDropdown_c-formDropdown-icon_22XsV {
                bottom: 25px
            }

            .FormDropdown_c-formDropdown-iconIndent--small_3KRfe {
                bottom: 17px
            }

            .FormDropdown_c-formDropdown-iconIndent--medium_7veG7 {
                bottom: 21px
            }

            .FormDropdown_c-formDropdown-iconIndent--large_Pi46R {
                bottom: 25px
            }

            .FormDropdown_c-formDropdown-select_ROvjN {
                padding-right: 56px;
                outline: none;
                -webkit-appearance: none;
                appearance: none
            }

            @keyframes FormLabel_skeletonGradient_jeflW {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .FormLabel_c-formField_3DCba+.FormLabel_c-formField_3DCba {
                margin-top: 16px
            }

            .FormLabel_c-formField-fieldWrapper_3FWZU {
                position: relative
            }

            .FormLabel_c-formField-field--small_1IXm2 {
                height: 40px;
                height: 2.5rem;
                padding: 7px 16px 9px
            }

            .FormLabel_c-formField-field--medium_1PRCu {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormLabel_c-formField-field--large_xDOKB {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormLabel_c-formField-field_204h- {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormLabel_c-formField-field_204h-:hover {
                background-color: #f5f5f5
            }

            .FormLabel_c-formField-field_204h-:active,.FormLabel_c-formField-field_204h-:focus,.FormLabel_c-formField-field_204h-[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormLabel_c-formField-field_204h-:active,.FormLabel_c-formField-field_204h-:focus,.FormLabel_c-formField-field_204h-:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormLabel_c-formField-field_204h-[disabled] {
                cursor: not-allowed
            }

            .FormLabel_c-formField-field_204h-[disabled],.FormLabel_c-formField-field_204h-[disabled]:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormLabel_c-formField--invalid_3NSYK {
                border-color: #d50525!important
            }

            .FormLabel_c-formField-padding--iconLeading_3_G9B {
                padding-left: 56px
            }

            .FormLabel_c-formField-label_1ne1Y {
                display: block;
                color: #242e30;
                font-size: 14px;
                font-size: .875rem;
                line-height: 1.43;
                font-weight: 700;
                margin-bottom: 8px
            }

            .FormLabel_c-formField-label--disabled_2Thzl {
                color: #8c999b;
                pointer-events: none
            }

            .FormLabel_c-formField-label-description_vRaaj,.FormLabel_c-formField-label-details_2ulpk {
                font-weight: 400;
                color: #3c4c4f
            }

            .FormLabel_c-formField-label-details_2ulpk {
                position: absolute;
                right: 0
            }

            .FormLabel_c-formField-label-description_vRaaj {
                display: block;
                margin-top: 8px;
                margin-bottom: 16px
            }

            @keyframes FormSelectionControl_skeletonGradient_2HxRc {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .FormSelectionControl_c-formField_1weIF+.FormSelectionControl_c-formField_1weIF {
                margin-top: 16px
            }

            .FormSelectionControl_c-formField-fieldWrapper_2OPZD {
                position: relative
            }

            .FormSelectionControl_c-formField-field--small_2JbPM {
                height: 40px;
                height: 2.5rem;
                padding: 7px 16px 9px
            }

            .FormSelectionControl_c-formField-field--medium_5HLyI {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormSelectionControl_c-formField-field--large_y8e8X {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormSelectionControl_c-formField-field_2DId4 {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormSelectionControl_c-formField-field_2DId4:hover {
                background-color: #f5f5f5
            }

            .FormSelectionControl_c-formField-field_2DId4:active,.FormSelectionControl_c-formField-field_2DId4:focus,.FormSelectionControl_c-formField-field_2DId4[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormSelectionControl_c-formField-field_2DId4:active,.FormSelectionControl_c-formField-field_2DId4:focus,.FormSelectionControl_c-formField-field_2DId4:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormSelectionControl_c-formField-field_2DId4[disabled] {
                cursor: not-allowed
            }

            .FormSelectionControl_c-formField-field_2DId4[disabled],.FormSelectionControl_c-formField-field_2DId4[disabled]:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormSelectionControl_c-formField--invalid_2ESZ9 {
                border-color: #d50525!important
            }

            .FormSelectionControl_c-formField-padding--iconLeading_1WNIi {
                padding-left: 56px
            }

            .FormSelectionControl_c-formField-field--noFocus_2wDZw:active,.FormSelectionControl_c-formField-field--noFocus_2wDZw:focus,.FormSelectionControl_c-formField-field--noFocus_2wDZw[focus-within] {
                box-shadow: none
            }

            .FormSelectionControl_c-formField-field--noFocus_2wDZw:active,.FormSelectionControl_c-formField-field--noFocus_2wDZw:focus,.FormSelectionControl_c-formField-field--noFocus_2wDZw:focus-within {
                box-shadow: none
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-,.FormSelectionControl_c-formField-field--radio_3HT4Y {
                position: absolute;
                opacity: 0;
                z-index: -1
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-+label,.FormSelectionControl_c-formField-field--radio_3HT4Y+label {
                cursor: pointer;
                font-weight: 400;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled+label,.FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled+label span,.FormSelectionControl_c-formField-field--radio_3HT4Y:disabled+label {
                cursor: default;
                color: #8c999b
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y+label:before {
                content: "";
                border: 1px solid #797876;
                display: inline-block;
                width: 22px;
                height: 22px;
                margin-right: 8px;
                margin-top: 8px;
                vertical-align: -5px
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-+label:before {
                border-radius: 2px
            }

            .FormSelectionControl_c-formField-field--radio_3HT4Y+label:before {
                border-radius: 50%
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-.FormSelectionControl_c-formField--invalid_2ESZ9+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y.FormSelectionControl_c-formField--invalid_2ESZ9+label:before {
                border-color: #d50525
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:checked+label:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M3.25 7.281a1.216 1.216 0 01-.875-.385L.135 4.437l.98-.875 2.135 2.38L8.675.054l.962.875-5.512 5.967a1.216 1.216 0 01-.875.385z' fill='%23fff'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: 14px;
                border: 1px solid #fb6100;
                background-color: #fb6100
            }

            .FormSelectionControl_c-formField-field--radio_3HT4Y:checked+label:before {
                border: 7px solid #fb6100;
                background-color: #fff
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:focus+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:focus+label:before {
                box-shadow: 0 0 0 1px #fff,0 0 0 3px #4996fd;
                outline: 2px dotted transparent
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:focus+label:before {
                border: 1px solid #fb6100
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:focus:not(:checked)+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:focus:not(:checked)+label:before {
                box-shadow: 0 0 0 1px #fff,0 0 0 3px #4996fd;
                border: 1px solid #797876
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:not(:disabled):checked+label:hover:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:not(:disabled):checked+label:hover:before {
                background-color: #e75900
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:not(:disabled):checked+label:hover:before {
                border: 1px solid #e75900
            }

            .FormSelectionControl_c-formField-field--radio_3HT4Y:not(:disabled):checked+label:hover:before {
                border: 7px solid #e75900;
                background-color: #f5f5f5
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:not(:disabled):not(:checked)+label:hover:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:not(:disabled):not(:checked)+label:hover:before {
                background-color: #f5f5f5
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:disabled+label:before {
                cursor: not-allowed;
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled+label:before,.FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled+label:before:hover,.FormSelectionControl_c-formField-field--radio_3HT4Y:disabled+label:before,.FormSelectionControl_c-formField-field--radio_3HT4Y:disabled+label:before:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormSelectionControl_c-formField-field--checkbox_3eIS-:disabled:checked+label:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M3.25 7.281a1.216 1.216 0 01-.875-.385L.135 4.437l.98-.875 2.135 2.38L8.675.054l.962.875-5.512 5.967a1.216 1.216 0 01-.875.385z' fill='%238A8786'/%3E%3C/svg%3E")
            }

            .FormSelectionControl_c-formField-field--radio_3HT4Y:disabled:checked+label:before {
                background-color: #8c999b
            }

            @keyframes FormField_skeletonGradient_2CJp8 {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .FormField_c-formField_Oraz3+.FormField_c-formField_Oraz3 {
                margin-top: 16px
            }

            .FormField_c-formField-fieldWrapper_3SGHC {
                position: relative
            }

            .FormField_c-formField-field--small_20LF4 {
                height: 40px;
                height: 2.5rem;
                padding: 7px 16px 9px
            }

            .FormField_c-formField-field--medium_lZDfP {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormField_c-formField-field--large_1E1in {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormField_c-formField-field_1QMdg {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormField_c-formField-field_1QMdg:hover {
                background-color: #f5f5f5
            }

            .FormField_c-formField-field_1QMdg:active,.FormField_c-formField-field_1QMdg:focus,.FormField_c-formField-field_1QMdg[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormField_c-formField-field_1QMdg:active,.FormField_c-formField-field_1QMdg:focus,.FormField_c-formField-field_1QMdg:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormField_c-formField-field_1QMdg[disabled] {
                cursor: not-allowed
            }

            .FormField_c-formField-field_1QMdg[disabled],.FormField_c-formField-field_1QMdg[disabled]:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormField_c-formField--invalid_2s8sU {
                border-color: #d50525!important
            }

            .FormField_c-formField-padding--iconLeading_1Wprw {
                padding-left: 56px
            }

            :-ms-input-placeholder {
                color: #3c4c4f
            }

            ::placeholder {
                color: #3c4c4f
            }

            .FormField_c-formField-field--textarea_2hrim {
                background-clip: padding-box;
                padding: 16px;
                resize: none
            }

            .FormField_c-formField--grouped_2WlME+.FormField_c-formField--grouped_2WlME {
                margin-top: 0
            }

            .FormField_c-formField--grouped_2WlME+.FormField_c-formField--grouped_2WlME .FormField_c-formField-field_1QMdg {
                border-radius: 0 0 12px 12px;
                border-top: 0
            }

            .FormField_c-formField--grouped_2WlME:not(:last-child) .FormField_c-formField-field_1QMdg {
                border-radius: 0
            }

            .FormField_c-formField--grouped_2WlME:first-of-type .FormField_c-formField-field_1QMdg {
                border-radius: 12px 12px 0 0
            }

            .FormField_c-formField-icon_2gSxd svg {
                position: absolute;
                height: 18px;
                width: 18px
            }

            .FormField_c-formField-icon_2gSxd svg path {
                fill: #3c4c4f
            }

            .FormField_c-formField-icon--disabled_2-MnD svg path {
                fill: #8c999b
            }

            .FormField_c-formField-icon--small_1_--4 svg {
                bottom: 11px
            }

            .FormField_c-formField-icon--medium_l-gqm svg {
                bottom: 15px
            }

            .FormField_c-formField-icon--large_mIZLw svg {
                bottom: 19px
            }

            .FormField_c-formField-icon--leading_3slyj svg {
                left: 15px
            }

            .FormField_c-formField-icon--trailing_2fcQv svg {
                right: 15px
            }

            .FormField_c-formField-padding--iconTrailing_2Vu5R {
                padding-right: 56px
            }

            .FormField_c-formField-assistiveText_3GQ94 {
                position: absolute;
                font-weight: 400;
                color: #3c4c4f;
                margin-top: 4px
            }

            .FormField_c-formField--hasAssistiveText_EJ6vM+.FormField_c-formField--hasAssistiveText_EJ6vM {
                margin-top: 40px
            }


  @keyframes Selector_skeletonGradient_ph50F {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .Selector_c-checkout-selector_HBFtX {
                margin-top: 16px;
            }

            @keyframes Guest_skeletonGradient_3Qp0s {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .Guest_c-guest_15gPZ {
                margin-bottom: 16px
            }

            @keyframes CheckoutForm_skeletonGradient_2DaYB {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .CheckoutForm_c-checkout-form_gNq-L {
                margin-top: 16px
            }

            .CheckoutForm_c-checkout-submitButton_10unX {
                margin: 32px 0
            }

            @media(min-width: 460px) {
                .CheckoutForm_c-checkout-submitButton_10unX {
                    margin:32px 0 0
                }
            }

            .CheckoutForm_c-checkout-submitButton--noBottomSpace_1Xs7Y {
                margin-bottom: 0
            }

            @keyframes Header_skeletonGradient_2RXQl {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }


            @keyframes FormDropdown_skeletonGradient_3FmVG {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .FormDropdown_c-formField_v56nY+.FormDropdown_c-formField_v56nY {
                margin-top: 16px
            }

            .FormDropdown_c-formField-fieldWrapper_5a6lS {
                position: relative
            }

            .FormDropdown_c-formField-field--small_7U5LI {
                height: 40px;
                height: 2.5rem;
                padding: 7px 16px 9px
            }

            .FormDropdown_c-formField-field--medium_3XEY1 {
                height: 56px;
                height: 3.5rem;
                padding: 11px 16px 13px
            }

            .FormDropdown_c-formField-field--large_a-vD1 {
                height: 56px;
                height: 3.5rem;
                padding: 15px 16px 17px
            }

            .FormDropdown_c-formField-field_2SIjk {
                width: 100%;
                font-family: JetSansDigital,Arial,sans-serif;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                color: #242e30;
                background-color: #fff;
                border: 1px solid #efedea;
                border-radius: 12px;
                background-clip: padding-box
            }

            .FormDropdown_c-formField-field_2SIjk:hover {
                background-color: #f5f5f5
            }

            .FormDropdown_c-formField-field_2SIjk:active,.FormDropdown_c-formField-field_2SIjk:focus,.FormDropdown_c-formField-field_2SIjk[focus-within] {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormDropdown_c-formField-field_2SIjk:active,.FormDropdown_c-formField-field_2SIjk:focus,.FormDropdown_c-formField-field_2SIjk:focus-within {
                box-shadow: 0 0 0 2px #4996fd;
                outline: none
            }

            .FormDropdown_c-formField-field_2SIjk[disabled] {
                cursor: not-allowed
            }

            .FormDropdown_c-formField-field_2SIjk[disabled],.FormDropdown_c-formField-field_2SIjk[disabled]:hover {
                background-color: #efedea;
                color: #8c999b;
                border-color: #efedea
            }

            .FormDropdown_c-formField--invalid_1Wa_u {
                border-color: #d50525!important
            }

            .FormDropdown_c-formField-padding--iconLeading_seTTs {
                padding-left: 56px
            }

            .FormDropdown_c-formDropdown-icon_22XsV {
                width: 12px;
                position: absolute;
                right: 24px;
                pointer-events: none
            }

            .Selector_c-checkout-selector_HBFtX {
    margin-top: 16px !important;
}






   @keyframes Header_skeletonGradient_2RXQl {
                0% {
                    background-position: 100% 50%
                }

                to {
                    background-position: 0 50%
                }
            }

            .Header_c-checkoutHeader_1b9Yr {
                text-align: center
            }

            .Header_c-checkoutHeader-title_XqGZ- {
                font-size: 24px;
                font-family: "JetSansDigital";
                font-size: 1.5rem;
                line-height: 1.33
                font-family: "JetSansDigital","Arial",sans-serif;
    font-weight: 800;
            }

            .Header_c-checkoutHeader-guestTitle_QJI0W {
                margin-top: 0;
                margin-bottom: 4px;
                font-size: 20px;
                font-size: 1.25rem;
                line-height: 1.4
            }

            .Header_c-checkoutHeader-loginButton_2A2f2 {
                margin-top: 16px
            }

            .Header_c-checkoutHeader-confirmation_3utZg {
                margin-top: 4px;
                margin-bottom: 0;
                font-size: 14px;
                font-size: .875rem;
                line-height: 1.43;
                color: #3c4c4f
            }

            .Header_c-checkoutHeader-option_GL3Mp {
                display: block;
                margin-top: 16px;
                margin-bottom: 16px;
                text-transform: uppercase;
                font-weight: 300;
                overflow: hidden
            }

            .Header_c-checkoutHeader-option_GL3Mp>span {
                font-size: 12px;
                font-size: .75rem;
                line-height: 1.33;
                position: relative;
                display: inline-block
            }

            .Header_c-checkoutHeader-option_GL3Mp>span:before {
                right: 100%;
                margin-right: 60px
            }

            .Header_c-checkoutHeader-option_GL3Mp>span:after {
                left: 100%;
                margin-left: 60px
            }

            .Header_c-checkoutHeader-option_GL3Mp>span:after,.Header_c-checkoutHeader-option_GL3Mp>span:before {
                content: "";
                position: absolute;
                top: 50%;
                width: 9999px;
                height: 1px;
                background: #dbd9d7
            }

            .Header_c-checkoutHeader-loginLink_JCpnx {
                text-align: center
            }



.c-orderDetail-status .c-orderDetail-message {
    /* display:none; */
}

.c-orderDetail-status .c-orderDetail-message--native,.c-orderDetail-status[data-order-status=Canceled] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Completed] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Declined] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Delivered] .c-orderDetail-message {
    display: block;
}

.c-orderDetail-status .c-orderDetail-eta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: right 24px top 24px;
    background-repeat: no-repeat;
    background-size: auto 48px;
    min-height: 96px;
    margin-bottom: 16px
}

.c-orderDetail-status .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status .c-orderDetail-eta-wrapper .c-orderDetail-table {
    display: block;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.29
}

@media (min-width: 23.4375em) {
    .c-orderDetail-status .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status .c-orderDetail-eta-wrapper .c-orderDetail-table {
        padding-right:100px
    }
}

.c-orderDetail-status[data-order-status=AwaitingPayment][data-order-is-delivery=true][data-is-asap=true][data-status-events-missing=false] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=Processing][data-order-is-delivery=true][data-is-asap=true][data-status-events-missing=false] .c-orderDetail-eta-wrapper {
    display: none
}

.c-orderDetail-status[data-order-status=Accepted] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/thumbs-up.apng)
}

.c-orderDetail-status[data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/helmet.svg)
}

.c-orderDetail-status[data-order-status=Canceled] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=Declined] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/bag-not-delivered.apng)
}

.c-orderDetail-status[data-order-status=AssumedCompleted] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/box.apng)
}

.c-orderDetail-status[data-order-status=Completed] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=Delivered] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=OrderReady] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/bag-delivered.apng)
}

.c-orderDetail-status[data-order-status=Canceled] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-status=Canceled] .c-orderDetail-eta-wrapper .c-orderDetail-table,.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-eta-wrapper .c-orderDetail-table,.c-orderDetail-status[data-order-status=Declined] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-status=Declined] .c-orderDetail-eta-wrapper .c-orderDetail-table,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-eta-wrapper .c-orderDetail-table {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.29
}

.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-message,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-message {
    /* padding-left:32px; */
    /* text-align:left; */
}

.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-message p,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-message p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33;
    font-weight: 800
}

.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-message:before,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-message:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #ffead4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 16px;
    background: #ff8000;
    position: absolute;
    left: 16px;
    top: 24px
}

.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-btn-group,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-btn-group {
    margin-left: 32px
}

.c-orderDetail-status[data-order-status=DriverArrivingAtCustomer] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=OnItsWay] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/bag-delivering.apng)
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/sand-timer.apng)
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble {
    display: none
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-order-dueDateStale {
    display: block!important;
    visibility: visible!important
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-orderDetail-eta {
    color: #425457
}

@media (max-width: 23.4365em) {
    .c-orderDetail-status {
        background-image:none!important
    }
}



.c-orderDetail-status .c-orderDetail-message {
    display: none
}

.c-orderDetail-status .c-orderDetail-message--native,.c-orderDetail-status[data-order-status=Canceled] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Completed] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Declined] .c-orderDetail-message,.c-orderDetail-status[data-order-status=Delivered] .c-orderDetail-message {
    display: block
}

.c-orderDetail-status .c-orderDetail-eta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: right 24px top 24px;
    background-repeat: no-repeat;
    background-size: auto 48px;
    min-height: 96px;
    margin-bottom: 16px
}



.c-orderDetail-message1 {
    content: "";
    height: 16px;
    width: 16px;
    background: #ffead4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 16px;
    background: #ff8000;
    left: 16px;
    top: 24px
}

.c-orderDetail-status[data-order-status=Completed]:not([data-order-is-dine-in=true]) .c-orderDetail-btn-group,.c-orderDetail-status[data-order-status=Delivered]:not([data-order-is-dine-in=true]) .c-orderDetail-btn-group {
    margin-left: 32px
}

.c-orderDetail-status[data-order-status=DriverArrivingAtCustomer] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=OnItsWay] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/bag-delivering.apng)
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper,.c-orderDetail-status[data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper {
    background-image: url(/ow/img/sand-timer.apng)
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-order-dueDatePreamble {
    display: none
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-order-dueDateStale,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-order-dueDateStale {
    display: block!important;
    visibility: visible!important
}

.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Accepted] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AssigningDriver] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=AwaitingPayment] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverArrivedAtRestaurant] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DriverAssigned] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateChanged] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=DueDateDelayed] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=OnItsWay] .c-orderDetail-eta-wrapper .c-orderDetail-eta,.c-orderDetail-status[data-order-due-date-stale=true][data-order-status=Processing] .c-orderDetail-eta-wrapper .c-orderDetail-eta {
    color: #425457
}

@media (max-width: 23.4365em) {
    .c-orderDetail-status {
        background-image:none!important
    }
}




.c-card--rounded {
    border-radius: 12px
}

.c-card--outline {
    border: 1px solid #efedea
}

@media (max-width: 47.999em) {
    .c-card--outline--aboveMid {
        border:none;
        border-radius: 0
    }
}

@media (max-width: 47.999em) {
    .c-card--outlineTop--belowMid {
        border-top:1px solid #efedea
    }
}

.c-card--disabled {
    background: #f5f3f1
}

.c-card--noBgColor {
    background-color: rgba(0,0,0,0)
}

.c-card--normaliseLinks {
    text-decoration: none
}

.c-card--normaliseLinks:active,.c-card--normaliseLinks:focus,.c-card--normaliseLinks:hover {
    color: inherit
}

.c-card-section {
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px)
}

@media (min-width: 48em) {
    .c-card-section {
        border-top:1px solid #efedea;
        margin-left: -16px;
        padding-left: 24px
    }
}

.c-card-section--highlight {
    background-color: #ffead4;
    border-top: none;
    color: #242e30;
    margin-top: 16px;
    padding: 4px 8px
}

.c-card-section--highlight+.c-card-section--highlight {
    margin-top: 1px
}

.c-card-section--highlight+.c-card-section--highlight:last-of-type,.c-card-section--highlight.is-last {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.c-card-section--collapsible {
    overflow: hidden;
    padding-bottom: 16px;
    padding-right: 60px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 48em) {
    .c-card-section--collapsible {
        padding-bottom:0;
        padding-right: 60px
    }

    .c-card-section--collapsible.c-card-section {
        margin-bottom: 16px
    }

    .c-card-section--collapsible.c-card-section.has-noSpacing {
        margin-bottom: 0
    }
}

.c-card-section--collapsible:hover {
    cursor: pointer
}

.c-card-section--collapsible--noPad {
    margin-left: -32px;
    padding: 0 60px 0 16px;
    width: calc(100% + 64px)
}

@media (min-width: 48em) {
    .c-card-section--collapsible--noPad {
        margin-left:-16px;
        padding: 0 60px 0 24px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 47.999em) {
    .c-card-section--collapsed {
        height:40px
    }
}

.c-card-section--collapsed p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-card-section--collapsed p:not(:first-of-type) {
    display: none
}

.c-card-section-indicator {
    height: 6px;
    display: none;
    position: absolute;
    right: 16px;
    top: 22px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    width: 10px
}

@media (min-width: 48em) {
    .c-card-section-indicator {
        height:8px;
        right: 24px;
        width: 14px
    }
}

.c-card-section--collapsible .c-card-section-indicator {
    display: block
}

.c-card-section--collapsed .c-card-section-indicator {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.c-card-section--collapsible--noPad .c-card-section-indicator {
    right: 21px
}

@media (min-width: 48em) {
    .c-card-section--collapsible--noPad .c-card-section-indicator {
        right:24px
    }
}

.styled-block {
    background-color: white;
    border-radius: 12px;
    padding: 20px; /* you can adjust as per your requirement */
    margin-bottom: 20px; /* add gap between blocks vertically */
    border: 1px solid #c7c7c7;
}



.l-content-main,.u-bordered {
    border: 1px solid #e6e3de;
    padding: 24px;
    border-radius: 4px;
}


.c-openingTimes-row {
    align-items: center;
    border-top: 1px solid #efedea;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin: 0;
    min-height: 35px;
    padding: 16px 0
}

.c-openingTimes-row--selected {
    color: #017a39;
    font-weight: 700
}

.c-openingTimes-row-columnRight {
    display: flex;
    flex-direction: column;
    line-height: 1.4
}

