:root {
    /* Colors */
    --yellow: #ffcc33;
    --secondary: #001b47;
    --primary: #dbcc17;
    --sidecart-color_first: #ca1b22;
    --sidecart-color_second: #e33f21;
    --button-default_bg_color: #E9E03D;
    --input-default_bg_color: #fff;
}

[v-cloak] {
    display: none;
}

.nav-link-right .nav-link-cart:hover .cart-mini-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: scaleX(0)  !important;
    transform: scaleX(0)  !important;
}


/* Main */

#app-sidecart {
	color: #fff;
	background: linear-gradient( 180deg, var(--sidecart-color_first) 0%, var(--sidecart-color_second) 100%) !important;
}

#app-sidecart[class~="show"] {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

#app-sidecart {
    position: fixed;
    right: -450px;
    top: 0;
    width: 450px;
    transition: .2s ease-in-out;
}

#app-sidecart.show {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 450px;
    background: #dbcc17;
    z-index: 999;
}

.sidecart-header,
.sidecart-cart_items_header,
.sidecart-cart_items_count,
.sidecart-delivery {
    display: flex;
    justify-content: space-between;
}

.sidecart-delivery_disabled_render {
    display: flex;
    justify-content: center;
}

.sidecart-delivery_disabled_text {
    margin-bottom: 30px;
}

.sidecart-cart_items_count_control {
    display: flex;
}

.sidecart-header {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidecart-header_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.sidecart-header_close {
    background: #000000;
    color: #ffffff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    font-size: 15px;
    cursor: pointer;
    transition: .1s ease-in-out;
}

.sidecart-header_close:hover,
.sidecart-cart_items_close:hover
.sidecart-cart_items_count_control_item:hover {
    opacity: .7;
}

.sidecart-wrap {
    margin: 20px 10px;
}

.sidecart-body {
    margin: 0 15px;
}

.sidecart-cart_items {
    margin: 30px 0px;
}

.sidecart-cart_items_title {
    font-size: 15px;
    font-weight: 600;
    width: 80%;
    /*line-height: 18px;*/
}

.sidecart-cart_items_close {
    width: 17px;
    height: 18px;
    background: url(../img/trash.png) no-repeat;
    text-align: center;
    cursor: pointer;
    color: #fff;
    line-height: 15px;

}

.sidecart-cart_items_count_control_item {
    color: #fff;
    margin: 5px 3px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
}

.sidecart-cart_items_count_display {
    width: 42px;
    font-size: 14px;
}

.sidecart-minus {
    margin: 0 18px 0 0;
}

.sidecart-plus {
    margin: 0 0 0 5px;
}


.sidecart-payment-terms {
    margin: 15px 0 0 0;
}

.sidecart-payment-terms a {
    color: #fff;
    text-decoration: underline;
}

.sidecart-payment-terms:hover a {
    color: #fff;
    text-decoration: underline;
}

.sidecart-opening {
    margin: 25px 0 15px 0;
    text-align: center;
}

.sidecart-opening-item a {
    text-decoration: underline;
    color: #fff; 
}

.sidecart-opening-item:hover a {
    text-decoration: none;
    color: #fff;
}

.sidecart-cart_items_price {
    margin: 15px 0 0 0;
    font-size: 16px;
}

.sidecart-cart_total-label {
    font-size: 16px;
    font-weight: 500;
}

.sidecart-cart {
    margin: 20px 0 33px 0;
    height: auto;
}

.sidecart__custom-delivery-address-wrap {
    margin-top: 20px;
}

.customAddressLeft {
    width: 30%; 
    float: left;
}

.customAddressRight {
    width: 70%; 
    float: right; 
    text-align: right;
}

@media screen and (max-width: 768px) {
    .customAddressLeft {
        width: 50%; 
        float: left;
    }
    
    .customAddressRight {
        width: 50%; 
        float: right; 
        text-align: right;
    }
}

.payment-process__btn {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    line-height: 1;
    height: auto;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--button-default_bg_color);
    border-radius: 6.188rem;
    padding: 15px 30px;
    margin-top: 20px;
}


.sidecart__custom-delivery-address-label {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}

.sidecart__custom-delivery-address-title {
    font-size: 16px;
    font-weight: 600;
}

.custom-address-input .v-input__slot {
   background-color: var(--input-default_bg_color);
}

.custom-address-input label.v-label {
    left: 0 !important;
    right: unset !important;
}

.sidecart-total {
    margin: 25px 0 35px;
}

.sidecart-cart_items {
    margin: 6px 0px;
    position: relative;
    background: #b01d1fE0;
    padding: 17px 10px;
    border-radius: 5px;
}

.sidecart-step_btn {
    background: var(--yellow);
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 15px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: .1s ease-in-out;
}

.sidecart-step_btn:hover {
    background: #037c61;
}

.sidecart-payment-upondelivery {
    position: relative;
    display: block;
    padding-left: 35px;
    margin: 17px 0 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidecart-payment-upondelivery input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sidecart-tracking_top,
.sidecart-tracking_middle_item_label {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.sidecart-tracking_middle_item {
    text-align: center;
}

.sidecart-tracking_middle_item_icon {
    width: 25px;
    height: 25px;
}

.sidecart-gateway {
    width: 83px;
    height: 70px;
    background: #fff;
    margin: 5px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    transition: .1s ease-in-out;
    border: 2px solid transparent;
}

.sidecart-gateway:hover {
    background: #e3e3e3;
    color: #fff;
}

.sidecart-gateway.chosen {
    color: #000000 !important;
    background: #ffcc33;
    border-color: #ffcc33 !important;
}

.sidecart-payment-methods {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.sidecart-gateway-logo {
    top: 25%;
    position: relative;
}

.sidecart-tracking_middle {
    margin: 45px 0;
}

.kitchen-icon {
    background: url(../img/restaurant.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    padding-right: 25px;
}

.estimate-icon {
    background: url(../img/clock.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
}

.delivery-icon {
    background: url(../img/delivery.svg);
    width: 35px;
    height: 25px;
    background-size: cover;
}

.alert-icon {
    background: url(../img/notification.svg);
    width: 55px;
    height: 25px;
    background-size: cover;
}

.regular-msg-icon {
    background: url(../img/email.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
}

.sidecart-cart_items.load--ajax:after,
.sidecart-body.load--ajax:after { 
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/ajaxload.svg) no-repeat;
    background-size: contain;
    position: absolute;
    padding: 0 35px;
    left: 44%;
    top: 36%;
    z-index: 9;
}

.sidecart-cart_items.load--ajax:before,
.sidecart-body.load--ajax:before {
    background: rgb(162 169 115 / 70%);
    box-shadow: 0 8px 18px 0 rgb(125 117 16 / 29%);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 9;
}

.sidecart-gotoback {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.sidecart-cart_items_header {
    margin: 10px 0 0 0;
}
.sidecart-cart_items_footer {
    display: inline-block;
    width: 100%;
}

.sidecart-cart_items_price {
    float: left;
}

.sidecart-cart_items_close {
    float: right;
    margin: 15px 0 0 0;
}

.sidecart-tracking_middle_item_estimate {
    display: block;
    position: absolute;
    left: 39px;
    top: 28px;
    font-size: 16px;
    background: #c8ba12;
    width: auto;
    padding: 3px;
    border-radius: 5px;
}

.sidecart-delivery {
    justify-content: left;
    margin: 30px 0 0 0;
}

.sidecart-delivery-item {
    background: transparent;
    border: 2px solid #333;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    height: 50px;
    padding: 9px 11px;
    margin: 0 10px 0 0;
    font-size: 17px;
    cursor: pointer;
}

.sidecart-delivery-item:last-child {
    margin-right: 0;
}

.sidecart-delivery-item.chosen,
.sidecart-delivery-item:hover {
    background: #333;
    color: #fff;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.sidecart-payment-upondelivery:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sidecart-payment-upondelivery input:checked ~ .checkmark {
    background-color: var(--yellow);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.sidecart-payment-upondelivery input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.sidecart-payment-upondelivery .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidecart-pickup-time {
    margin: 20px 0 10px;
}

.pickup-time_label {
    font-weight: 500;
    margin-bottom: 5px;
}

.pickup-time_select select {
    background-color: transparent !important;
    padding: 0 13px;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    border: solid white 2px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    
}

select.pickup-time_select-bg {
    background: url('../img/arrow-down.png') no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(1em + 4px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-repeat: no-repeat;
}

.pickup-time_select select option {
    background-color: linear-gradient( 180deg, #ca1b22 0%, #e33f21 100%) !important;
    color: #000000 !important;
    box-shadow: inset 20px 20px #f00
} 
  
.pickup-time_select select option:hover {
    color: #000000 !important;
    box-shadow: inset 20px 20px #00f;
}

.sidecart-alert {
    margin: 15px 0;
    color: #FFF;
    padding: 4px;
    border-radius: 5px;
}

.sidecart-failed-description span {
    font-size: 17px;
}

.sidecart-extra_label {
    font-weight: 500;
}

.sidecart-step_btn.disable {
    opacity: .4;
    background: #1c1c1c;
    cursor: default;
    pointer-events: none;
}

.open-hours-toggle {
    cursor: pointer;
}

.sidecart-opening-item:hover a {
    text-decoration: underline;
    color: #fff;
}

.sidecart-cart_total_delivery_title {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.sidecart-cart_total_delivery_text {
    font-size: 16px;
    font-weight: 500;
}


 /* Hide scrollbar for Chrome, Safari and Opera */
#app-sidecart.show::-webkit-scrollbar {
    display: none;
}
  
/* Hide scrollbar for IE, Edge and Firefox */
#app-sidecart.show {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 

.sidecart-order_type_icon {
    background: url(../img/notification.svg);
    width: 55px;
    height: 25px;
    background-size: cover;
}

.sidecart-order_type_label {
    font-size: 18px;
}

.sidecart-order_type {
    font-weight: 700;
    font-size: 18px;
}

.sidecart-delivery_text {
    padding: 10px;
    margin: -18px 0 0 0;
}

.sidecart-body .sidecart-delivery .sidecart-delivery-item {
	height: 42px;
	border-color: #fff;
	border-style: solid !important;
	border-width: 2px;
	margin-right: 8px;
	color: #fff;
}

.sidecart-delivery .sidecart-delivery-item span {
	font-size: 15px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	top: -5px;
}

@media screen and (max-width: 768px) {
    .sidecart-delivery .sidecart-delivery-item span {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        top: 0;
    }
}

.sidecart-delivery-item.chosen, .sidecart-delivery-item:hover {
	color: #000000 !important;
	background: #ffcc33;
	border-color: #ffcc33 !important;
}
 
.sidecart-body .sidecart-cart .sidecart-cart_items {
	background-image: linear-gradient( 180deg, #bc211f 0%, #be251e 100%) !important;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: -18px;
}

.sidecart-body .sidecart-total .sidecart-cart_total-label {
	background-image: linear-gradient( 180deg, #bc211f 0%, #be251e 100%)!important;
	padding: 10px;
	border-radius: 5px;
}

.sidecart-body .sidecart-total .sidecart-cart_total_delivery_text {
	background-image: linear-gradient( 180deg, #bc211f 0%, #be251e 100%)!important;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.sidecart-body .sidecart-step .sidecart-step_btn {
	height: 42px;
	background-color: #ffcc33;
	font-size: 15px;
	color: #000000;
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	margin: 0 auto;
}

.we-are-opening_display-items {
    list-style-type: none;
    padding: 0px;
    width: 150px;
    max-width: 250px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.we-are-opening_display-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-link  {
    color: #fff !important;
    cursor: pointer;
}

.sidecart-cart_payment_summary {
    margin: 20px 0 33px 0;
    height: auto;
}

.show-summary {
    display: none;
}

.sidecart-rush_msg {
    margin-bottom: 20px;
}

.sidecart-reg_msg {
    margin-bottom: 20px;
}

.sidecart-tracking_id, .sidecart-order-type, .sidecart-tracking_estimate {
    text-align: center;
    margin-top: 20px;
}

.order-tracking-title, .order-delivery-method, .order-estimate-title {
    font-size: 18px;
    font-weight: 400;
}

.order-tracking-id, .order-estimate-time {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.sidecart-cart_items-empty {
    text-align: center;
}

.sidecart-img_center {
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.openingTitleFirst {
    color: #fff;
    margin-bottom: 5px !important;
}

.openingTitleSecond {
    color: #fff;
    margin-top: 5px !important;
    margin-bottom: 20px;
}

.day-name {
    margin-right: 20px;
}

.sidecart-contact_details {
    margin: 0px;
    font-size: 16px;
}

.fb-icon {
    background: url(../img/facebook.png) no-repeat;
    width: 40px;
    height: 40px;
    padding-right: 20px;
    display: inline-block;
    margin-top: 2rem;
    margin-right: 1.5rem;
}

.insta-icon {
    background: url(../img/instagram.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 2rem;
}

.sidecart-tax-note{
    font-size:12px;
    opacity:0.7;
    margin-top:2px;
}