/********** Custom Css **********/
@font-face {
    font-family: 'Graphik-regular';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Regular.woff2') format('woff2'),
    url('../fonts/Graphik-Regular.woff') format('woff'),
    url('../fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-bold';
    src: url('../fonts/Graphik-Bold.eot');
    src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Bold.woff2') format('woff2'),
    url('../fonts/Graphik-Bold.woff') format('woff'),
    url('../fonts/Graphik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: rgb(251, 251, 252);
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, .55);
    font-family: 'Graphik-regular';
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    transition: all 0.6s;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, .87);
    margin: 0 0 10px;
    line-height: 1;
    font-family: 'Graphik-regular';
}

button {
    cursor: pointer;
}

.form-control {
    border: 2px solid rgba(0, 0, 0, .2);
    color: #000;
    box-shadow: none !important;
    height: 40px !important;
    background-color: #f6f6f6;
    font-size: 14px;
    border-width: 2px;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, .2);
}

/********** Header Css **********/
.header .navbar {
    box-shadow: rgba(67, 41, 163, 0.1) 0px 0px 0px 1px, rgba(67, 41, 163, 0.1) 0px 1px 8px 0px;
    min-height: 60px;
}

.header .navbar-brand {
    width: 150px;
}

.header .navbar-brand img {
    width: 110px;
}

.search_icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10px, 8px);
    font-size: 16px;
}

form.mainNav-search .form-control {
    min-width: 350px;
    padding-left: 30px;
}

form.mainNav-address .form-control {
    min-width: 250px;
    padding-left: 30px;
}

.mobile-header ul {
    padding: .7rem;
}

.mobile-header .location {
    background-color: #f6f6f6;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-header ul li {
    flex: auto;
}

.mobile-header ul li .mob-logo img {
    width: 25px;
}

.mobile-header .mob-right a {
    font-size: 18px;
    color: #000;
}

.mobile-header .dropdown-menu {
    min-width: 100%;
    float: none;
    transform: translate3d(0px, 55px, 0px) !important;
}

.parent-stripe {
    display: flex;
    flex-direction: column;
}

.sub-parent-stripe {
    display: flex;
}

.btn {
    border-width: 2px;
    font-size: 14px;
    font-family: 'Graphik-regular';
    box-shadow: none !important;
    outline: 0;
    position: relative;
    white-space: nowrap;
}

.btn-outline-secondary {
    color: #0070eb;
    border-color: #0070eb;
}

.btn-outline-secondary:hover {
    background-color: #0070eb;
    border-color: #0070eb;
}

.btn-cart {
    font-size: 20px;
    margin-left: 10px;
    color: #4c4c4c;
    padding: 3px 15px;
}

/***** Maincontent *****/
.card-sidebar {
    width: 25%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 90px 0px 0;
    box-shadow: rgba(67, 41, 163, 0.1) 0px 0px 0px 1px, rgba(67, 41, 163, 0.1) 0px 1px 8px 0px;
}

.toggle-sidebar {
    width: 100%;
}

.card-sidebar .checkoutbutton {
    padding: 16px;
    background-color: #fff;
    border-top: solid 1px #eee;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.checkoutbutton-sticky {
    position: sticky;
    bottom: 16px;
    width: 91%;
    margin: 0 auto;
    z-index: 99;
    display: none;
}

.cart-body {
    padding: 30px;
}

.card-empty .cart-empty-image img {
    width: 100px;
}

.cart-error-title {
    color: #cacaca;
}

.orderitem .cart-header {
    padding: 15px;
    background-color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.cart-inside {
    overflow-y: auto;
    max-height: 75vh;
}

.orderitem .orderitem-container {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 12px 16px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.mobile-checkout label span {
    margin: 0 auto !important;
    letter-spacing: 1px;
}

.mobile-checkout {
    font-size: 16px;
}

.tax-mobile {
    border-bottom: 1px rgba(189, 195, 199, .7) solid;
}

.sub-total-mobile {
    border-top: 1px rgba(189, 195, 199, .7) solid;
}

.fa-clock-o {
    right: 0;
    z-index: 3;
    padding-right: 10px;
}

#datetimepicker3 {
    align-items: center;
}

.orderitem .ordername {
    width: 90%;
    /*flex: 0 0 58.33333%;*/
    line-height: 22px;
}

.orderitem .ordername a {
    color: #E54E1B !important;
}

.orderitem .ordername .orderdescription {
    font-size: 13px;
}

.orderitem .orderdelete {
    /*max-width: 16.667%;
    flex: 0 0 16.66667%;*/

}

.orderitem .orderprice {

    max-width: 24.667%;
    font-size: 14px;
    flex: 0 0 16.66667%;
    color: rgba(0, 0, 0, .87);

}

.orderitem .orderprice {
    max-width: 22.667%;
    font-size: 14px;
    flex: 0 0 16.66667%;
    color: rgba(0, 0, 0, .87);
}

.orderitem .orderdelete button i {
    color: rgba(0, 0, 0, .35);
}

.cart-total {
    font-size: 14px;
    padding: 12px 16px;
}

.cart-total .lineitem-name {
    flex: 1;
}

.cart-total > div {
    padding: 2px 0px;
}

.user-profile {
    background-size: 100%;
    background-position: center;
}

.user-profile .user_content .btn {
    width: 40px;
    height: 40px;
    color: #1e81ed;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
}

.user-profile .user_content .btn img {
    width: 15px;
}

.text-normal {
    color: rgba(0, 0, 0, .87);
}

.rating-star {
    background: url(../images/stars-spritesheet.png);
    background-size: 100% auto;
    height: 24px;
    width: 120px;
}

.u-order-detail {
    font-size: 13px;
}

.user-block .profile-logo {
    width: 80px;
    height: 80px;
    margin-top: -46px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .05);
    align-items: center;
    font-size: 10px !important;
}

.user-block .profile-logo img {
    width: 80px;
    max-height: 80px;
}

.light-box-shadow {
    box-shadow: rgba(67, 41, 163, 0.1) 0px 0px 0px 1px, rgba(67, 41, 163, 0.1) 0px 1px 8px 0px;
}

.menupage-nav.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    max-width: 75%;
    z-index: 9;
}

.menupage-nav .menu-nav li a {
    color: rgba(0, 0, 0, .55);
    font-size: 16px;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    border-bottom: solid 3px transparent;
    transition: all 0.3s ease;
}

.menupage-nav .menu-nav li a.active {
    color: #000;
    border-color: #E54E1B;
}

.menuItem-container {
    margin: -3px;
    flex-wrap: wrap;
    flex-direction: row;
}

.menuItem-container .menuitem-group {
    border: solid 1px #eee;
    padding: 0 0 0 12px;
    cursor: pointer;
    max-width: 49%;
    margin: 3px;
    flex: 49%;
}

.menu_item {
    overflow: hidden;
}

.addtobagbutton.p-3.border-top.bg-white {

    margin: 3px 13px;

}

.menu_item h6 {

    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #E54E1B;
    margin: 9px 0 0 0;

}

.menu_item .menu-price {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.price-base {
    color: #cacaca;
    font-size: 16px;
}

.f-size-15 {
    font-size: 15px;
}

.review-item .review-avatar {
    border-radius: 50%;
    color: #fff;
    background-color: #40c2de;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    font-family: 'Graphik-regular';
}

.review-item .review-avatarright {
    width: 100%;
}

.review-item .reviewBadge {
    color: #40c2de;
}

.popover {
    min-width: 300px !important;
    font-size: 15px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .3);
    border: 0;
}

.popover .review-item-dropdown {
    padding: 20px 15px;
}

.popover .popover-body {
    color: rgba(0, 0, 0, .55);
    padding: 0;
}

.review-order-list .btn {
    font-family: 'Graphik-regular';
    margin-bottom: .5rem;
}

.btn-secondary {
    background: #0000000d !important;
    color: rgba(0, 0, 0, .87) !important;
}

/***** Login/Register *****/
#login-popup .modal-dialog {
    max-width: 600px;
    width: 100%;
}

#menu-popup .modal-dialog {
    /* max-width: 400px; */
    margin: .5rem auto;
}

.modal .close {
    opacity: 1;
    outline: 0;
}

#login-popup .modal-content {
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    overflow-x: hidden;
    color: rgba(0, 0, 0, .87);
}

.check-container, .radio-container {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 2px solid #cacaca;
    border-radius: 4px;
}

.radio-container .checkmark {
    border-radius: 50px;
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after,
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container input:checked ~ .checkmark {
    background-color: #E54E1B;
    border-color: #E54E1B;
}

.radio-container input:checked ~ .checkmark {
    border-color: #E54E1B;
}

.check-container input[type="checkbox"],
.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check-container .checkmark:after {
    left: 1px;
    top: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #fff;
}

.radio-container .checkmark:after {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E54E1B;
    transform: translate(3px, 3px);
}

.btn-img-left img {
    position: absolute;
    left: 10px;
    height: 22px;
    width: 22px;
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.btn-google {
    background: #4285f4;
    border-color: #4285f4;
}

#menu-popup .nav-tabs li a , #schedule-order .schedule-type-btn {
    border-color: #cacaca !important;
    border-radius: 0;
    font-family: 'Graphik-regular';
}

.cartHeader-link .nav-tabs li a {
    border-color: #cacaca !important;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Graphik-regular';
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #FFFFFF;
}

.cartHeader-link {
    padding-top: 29px;
}

#menu-popup .nav-tabs .nav-link.active , #schedule-order .schedule-type-btn.active {
    background-color: #E54E1B;
    color: #fff;
    border-color: #E54E1B !important;
}

.nav-tabs .nav-link.active {
    background-color: #E54E1B !important;
    color: #fff !important;
    border-color: #E54E1B !important;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-today {
    border-color: #D24D57;
    color: #000;
}

.ui-state-active {
    color: #000;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    text-align: center;
}

.ui-datepicker-title {
    text-align: center;
}

#menu-popup .menupopup .popupinner, .menuorder-popup .popupinner {
    overflow: auto;
    height: auto;
    max-height: 500px;
    position: relative;
    color: rgba(0, 0, 0, .87);
}

.itemselect {
    border: 1px green solid;
    border-radius: 20px;
    height: max-content;
}

.parent-modal-footer {
    align-items: center;
}

#qtyForm {
    margin-block-end: 0;
}

.orderdelete {
    height: max-content;
}

#qtyFormInCart {
    border: 1px green solid;
    border-radius: 15px;
    height: max-content;
    margin-right: 20px;
    /*margin-bottom: 35px;*/
}

#qtyFormInCart #subtract {
    padding-left: 7px;
}

#qtyFormInCart .orderquantity {
    padding: 0;
    height: 30px !important;
}

.addtobagbutton {
    padding-top: 22px !important;
}

.itemselect {
    margin-right: 40% !important;
}

.itemselect .value-button {
    display: inline-block;
    margin: 0;
    width: 36px;
    line-height: 33px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 25px;
    cursor: pointer;
}

.text-primary {

    color: #007bff !important;
    margin: 9px 0;

}

.d-flex p {
    font-size: 14px;
    padding-right: 20px;
}

#GoHome {

    background: rgba(0, 0, 0, .05);
    padding: 0 0 38px 0;
}

.aboutright_detail .a-title {

    background: #efefef;
    padding: 13px 9px;
    color: rgba(0, 0, 0, .55);
    font-weight: 400;
    font-size: 17px;

}

.btnclearcart.border-0.bg-transparent.text-primary {

    font-weight: 900;

}

.itemselect input#number, .itemselect input#qty {
    border: none;
    width: 60px;
    height: 34px;
    padding-left: 22px;
}

.itemchoice-options {
    background-color: #e4e4e4;
}

.restaurantHours-header .a-title {

    background: #efefef;
    padding: 8px 12px;

}

.text-lightnormal {
    color: rgba(0, 0, 0, .55);
}

textarea.form-control {
    height: 80px !important;
    resize: none;
}

/***** Payment Page *****/
.nav-pills .nav-link {
    border: solid 1px #cacaca;
    border-radius: 0;
    font-family: 'Graphik-regular';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-pills .nav-link.active {
    border-color: #E54E1B;
}

.payment-info .input-group img {
    width: 25px;
}

.payment-info .form-control {
    border-width: 1px;
    background-color: #fff;
}

.progressbar li {
    flex: auto;
    margin-left: -1px;
}

.progressbar li span {
    border: solid 1px #cacaca;
    font-family: 'Graphik-regular';
    padding: 7px 5px;
}

.progressbar li.first > span {
    border-color: #E54E1B;
    color: #fff;
    background-color: #E54E1B;
}

.progressbar li.last > span {
    border-color: #E54E1B;
    color: #fff;
    background-color: #E54E1B;
}

.checkform small {
    font-size: 12px;
}

.modal .modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
}

.popupinner::-webkit-scrollbar {
    display: none;
}

#order-modal-popup {
    float: right;
    margin: 15px;
}

/* Loader */
.loader,
.loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.loader {
    margin-left: 30px;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Tip options on checkout page */
.tip-options .btn:focus,
.tip-options .btn:hover,
.tip-options .active,
.custom-tip.active {
    background-color: #0275d8 !important;
    color: white;
}

.custom-tip.active {
    border-radius: none;
    color: #ffffff !important;
}

.tip-options .btn-block + .btn-block {
    margin-top: 0 !important;
}

#tip, #mobile-tip {
    border: none;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.bitp-page-blocker {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    padding-top: 20%;
    text-align: center;
}

@media (max-width: 991.98px) {
    body.cart-active .overlay {
        visibility: visible;
        opacity: 1
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    visibility: hidden;
    opacity: 0
}

.orderItem-removeOverlay {
    position: fixed;
    top: -2px;
    right: 0;
    left: -2px;
    z-index: 1040;
    display: table;
    width: 102%;
    height: 102%;
    background-color: rgba(0, 0, 0, .87)
}

.orderItem-remove-prompt {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.s-btn {
    border-radius: 4px;
    padding: 8px 40px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: 0 0;
    border: 2px solid transparent;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.s-btn-primary {
    color: #fff;
    background: #0070eb;
    border-color: #0070eb
}

.s-btn-secondary {
    color: #0070eb;
    background: 0 0;
    border-color: #0070eb
}

.orderItem-remove-prompt-title {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 16px
}

#map {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 300px !important;
    display: none
}

.pac-container {
    z-index: 9999999
}

.addnew-addr-wrapper {
    padding: 10px;
    border: 1px solid #ccc
}

#addressSuggestions {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 350px;
    z-index: 9;
    max-height: 150px;
    overflow-y: auto
}

#addressSuggestions li {
    list-style: none;
    display: block
}

#addressSuggestions li:hover {
    cursor: pointer
}

#top-menu li.active {
    border-left: 4px solid;
    color: #e54e1b
}

#top-menu li.active p {
    color: #e54e1b;
    font-weight: 600
}

#top-menu p {
    font-size: 14px
}

.cart-opener {
    width: calc(100% - 60px);
    padding-right: 150px;
    display: block;
    font-size: 13px;
    text-align: left;
    border-radius: 100px;
    box-shadow: 2px 8px 12px -6px rgb(0 0 0) !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1032;
    padding: 9px;
    background: #f4a540;
    border: none
}

@media (min-width: 992px) {
    .cart-opener {
        background: #eb7852;
        width: 80px;
        border: none;
        padding: 15px 7px 10px;
        top: 50%;
        right: 0;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: .375rem 0 0 .375rem;
        display: none
    }
}

.cart-opener .total-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .cart-opener .total-items {
        margin: 0 0 15px
    }
}

.cart-opener .total-items i {
    font-size: 16px;
    margin: 0 10px 0 0
}

.cart-opener .price {
    padding: 8px 20px;
    color: #009e7f;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 1px;
    top: 1px
}

@media (min-width: 992px) {
    .cart-opener .price {
        display: block;
        padding: 8px 5px;
        text-align: center;
        border-radius: .375rem;
        position: static;
        min-width: 66px
    }
}

.cart-box {
    width: 100%;
    max-height: calc(100vh - 70px);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999
}

@media (min-width: 992px) {
    .cart-box {
        width: 420px;
        height: 100vh;
        max-height: none;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.cart-active .cart-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 992px) {
    .cart-active .cart-box {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 21px 36px rgba(0, 0, 0, .16)
    }
}

.cart-box .cart-header {
    padding: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

@media (min-width: 992px) {
    .cart-box .cart-header {
        padding: 15px
    }
}

.cart-box .cart-header .cart-title {
    display: block;
    color: #009e7f;
    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
}

@media (min-width: 992px) {
    .cart-box .cart-header .cart-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.cart-box .cart-header .cart-title i {
    font-size: 23px;
    line-height: 1;
    margin: 0 10px 0 0
}

.cart-box .btn-close {
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0
}

@media (min-width: 992px) {
    .cart-box .btn-close {
        width: 14px;
        height: 14px;
        padding: 0;
        top: 50%;
        right: 25px;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1
    }
}

.cart-box .btn-close:hover {
    color: #ea4d4a
}

.cart-active .cart-box .btn-close {
    visibility: visible;
    opacity: 1
}

.cart-box .mCustomScrollbar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 350px
}

@media (min-width: 992px) {
    .cart-box .mCustomScrollbar {
        max-height: 100%
    }
}

.cart-box .cart-footer {
    padding: 20px 15px 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cart-box .voucher-form {
    margin: 0 0 20px;
    text-align: center
}

.cart-box .voucher-form .btn-voucher {
    font-weight: 700
}

.cart-box .voucher-form form {
    position: relative
}

.cart-box .voucher-form form .form-control {
    padding-right: 120px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.cart-box .voucher-form form .form-control:focus {
    border-color: #009e7f
}

.cart-box .voucher-form form .btn {
    min-width: 99px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-box .btn-checkout {
    border-radius: 100px;
    text-align: left;
    background: #f4a540
}

.cart-box .btn-checkout .price {
    padding: 11px 30px;
    color: #009e7f;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 1px;
    top: 1px
}

.cart-item {
    min-height: 121px;
    padding: 15px 60px 15px 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-item .btn-remove {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-item .quantity {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-item .img-holder {
    width: 60px;
    margin: 0 15px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cart-item .img-holder img {
    display: block;
    width: 100%;
    height: auto
}

.cart-item .text {
    padding: 0 70px 0 15px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cart-item .text h3 {
    font-size: inherit;
    font-family: inherit;
    margin: 0 0 10px
}

.cart-item .text .product-price {
    display: block;
    color: #009e7f;
    margin: 0 0 10px
}

.cart-item .text .product-weight {
    display: block;
    color: #77798c;
    font-weight: 400
}

.cart-item .text .total-price {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal .btn-close {
    width: 20px;
    height: 20px;
    padding: 4px;
    position: absolute;
    top: 15px;
    right: 15px
}

.accordion > li > .opener:after, .btn, .cart-box, .cart-box .btn-close, .cat-dropdown, .cat-dropdown .btn-close, .filter-bar, .filter-bar .btn-close, .header-search-form, .mCustomScrollbar .mCSB_scrollTools, .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .overlay, .product-detail-popup, .product-detail-popup .btn-close, .product-detail-popup .product-detail-holder, a, button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.quantity {
    width: 30px;
    height: 90px;
    padding: 30px 0;
    background: #f7f7f7;
    border-radius: 40px;
    overflow: hidden;
    position: relative
}

.quantity input[type=number] {
    -moz-appearance: textfield
}

.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity input {
    width: 100%;
    height: 30px;
    padding: 4px 2px;
    margin: 0;
    text-align: center;
    border: none;
    background: 0 0;
    pointer-events: none
}

.quantity input:focus {
    outline: 0
}

.quantity .quantity-button {
    width: 100%;
    padding: 9px;
    font-size: 12px;
    line-height: 1;
    color: #77798c;
    text-align: center;
    border: none;
    background: 0 0;
    position: absolute;
    left: 0
}

.quantity .quantity-button:hover {
    color: #009e7f
}

.quantity .quantity-button.quantity-up {
    top: 0
}

.quantity .quantity-button.quantity-down {
    bottom: 0
}

.quantity .quantity-button i {
    display: block
}

#items-menu {
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width: 768px) {
    #items-menu::-webkit-scrollbar {
        display: none;
    }

    #items-menu {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    #top-menu li.active {
        border-bottom: 4px solid #e54e1b;
        border-left: 0
    }

    #items-menu {
        overflow-y: hidden;
        overflow-x: auto;
        top: 70px
    }

    .orderItem-removeOverlay {
        height: calc(var(--vh, 1vh) * 50)
    }

    .nav-justified {
        width: 100%;
    }
}

.search-field {
    margin-top: 27px;
    justify-content: end;
}

.search-field #btnGroupAddon{
    padding: 12px;
}

/* Width */

.w-30 {
    width: 30% !important;
}

.product-img-icon{
    max-height: 86.8px;
}