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

@font-face {
    font-family: "GothamPro-Light";
    src: url("../fonts/GothamPro-Light.eot");
    src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

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

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    transition: 1s ease-in-out;
}

div#style-3f {
    overflow-y: auto;
    height: 450px;

}

body {
    font-family: GothamPro;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GothamPro-Bold;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.mainHeader {
    background: #fff;
    z-index: 5;
    padding: 10px 0;
    position: relative;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}

.logo-boxx {
    /*width: 50px;*/
}

.info-boxx {
    float: right;
    margin-top: 15px;
}

.info-boxx ul {
    margin: 0;
    padding: 0;
}

.info-boxx>ul>li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*.icon-info-box>ul>li {*/
/*margin-right: 0;*/
/*}*/

.info-boxx ul li.cartDesc {
    position: relative;
}

.info-boxx ul li.cartDesc img {
    width: 35px;
}

.loadingimage {
    max-width: 80px;
    width: 80%;
    padding: 50px 10px;
}

.loading-container {
    text-align: center;
}

.info-boxx ul li.cartDesc .cart-products-count {
    position: absolute;
    top: 0;
    background: #f26522;
    font-size: 14px;
    padding: 0 0 0 2px;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    right: -3px;
}

.comment-section {
    height: auto;
    border-radius: 15px;
    min-height: 70px;
    width: calc(100% - 281px);
    background-color: #f2652299;
    border: 2px solid #f2652238;
    color: #fff;
    padding: 10px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

#error_show,
#success_show,
#serror_show {
    display: none;
}

.login-boxx a {
    border: 1px solid #ff5622;
    padding: 8px 13px;
    border-radius: 50px;
    color: #ff5622;
}

.login-boxx a i {
    background-color: #ff5622;
    height: 28px;
    width: 28px;
    color: #fff;
    font-size: 15px;
    position: relative;
    left: -11px;
    border-radius: 50px;
    /*top: 0;*/
    text-align: center;
    padding: 6px 0;
}

section#banner-boxx {
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: 100% 0px;
}

.banner-content {
    padding: 100px 0;
}

.banner-contentfilter {
    padding: 30px 0 0 0;
}

.banner-content p {
    width: 600px;
    font-size: 15px;
}

.home-tab {
    margin-top: 20px;
}

.home-tab span {
    font-size: 15px;
    position: relative;
    top: 5px;
    left: -3px;
}

.home-tab img {
    width: 35px;
    position: relative;
    left: -10px;
}

.nav-tabs {
    border-bottom: 0px none;
    padding: 15px 0;
}

.banner-content h2 {
    color: #ff5622;
}

.nav-tabs>li>label.shop_label,
.nav-tabs>li>a {
    color: #000;
    border-color: #fff transparent;
    background-color: #fff;
    position: relative;
    top: -1px;
    cursor: pointer;
    padding: 12px 30px;
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: 2px 3px 5px #ddd;
    margin-right: 10px;
    font-weight: 600;
}

.nav-tabs>li>label.shop_label:hover,
.nav-tabs>li>a:hover {
    border-color: #ff5622;
    background: #ff5622;
    color: #fff;
}

.nav-tabs>li>.hidden_shop_radio:checked+label.shop_label,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    border-color: #ff5622 transparent;
    background-color: #ff5622;
    position: relative;
    cursor: default;
    top: -1px;
    padding: 12px 30px;
    border-radius: 0;
}

.tab-content>.tab-pan,
.tab-content>.tab-pane {
    padding: 10px;
    border-radius: 5px;
    color: #555555;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.5);
}

.tab-content {
    background-color: #fff;
    box-shadow: 2px 3px 5px #ddd;
    min-height: 90px;
    padding: 7px 5px;
}

.tab-content.searchFilterMain {
    box-shadow: none;
    padding: 0;
}

.tab-content.searchFilterMain>.tab-pane {
    padding: 0;
}

.tab-content.searchFilterMain .form-div {
    overflow: visible;
}

.lang-boxx button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    color: #ff5622;
    border: 1px solid #ff5622;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
}

ul.dropdown-menu {
    min-width: 100%;
    border: none;
}

.padding_zero {
    padding: 0;
}

.boxx-form input {
    height: 56px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.boxx-form input:focus {
    border-color: #000;
    box-shadow: none;
}

.filter-form input {
    height: 56px;
    padding: 6px 55px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}

.filter-form input:focus {
    border-color: #000;
    box-shadow: none;
}


/*************** Filter ******************/

.InnerFilter {
    padding: 20px;
}

.InnerFilter h3 {
    font-size: 14px;
    padding: 0 0 0 7.5px;
}

.InnerFilter .clerAll {
    padding: 0 7.5px;
}

.InnerFilter .clerAll ul {
    background: #f5f5f5;
    padding: 10px 15px;
}

.InnerFilter .clerAll ul li:nth-child(1) {
    width: 80%;
    float: left;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.InnerFilter .clerAll ul li:nth-child(2) {
    width: 20%;
    float: right;
    text-align: right;
    color: #ff5622;
}

.InnerFilter .clerAll ul li:nth-child(2) span {
    cursor: pointer;
}

.budget-filters {
    margin: 15px 0 30px 0;
}

.budget-filters>li .set_budget_label {
    margin: 0 8px;
    width: calc(33.33% - 16px);
    padding: 5px 0;
    background: #ffffff;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    color: #555;
    cursor: pointer;
}

.budget-filters>li .set_budget:checked+.set_budget_label {
    margin: 0 8px;
    width: calc(33.33% - 16px);
    padding: 5px 0;
    background: #ff5622;
    float: left;
    text-align: center;
    color: #fff;
    border: 1px solid #ff5622;
}

.checkBox-filters>li {
    margin: 0 8px;
    width: calc(33.33% - 16px);
    float: left;
    color: #555;
}

#dashboard {
    display: flex;
}

.ssFil {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
}


/* Hide the browser's default checkbox */

.ssFil input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.ssFil:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.ssFil input:checked~.checkmark {
    background-color: #ff5622;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.ssFil input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.ssFil .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-div {
    padding: 15px 0 0 0;
    /* padding-bottom: 45px; */
    overflow: hidden;
}

button.btn.btn-success.btn_delivery {
    background-color: #ff5622;
    border-color: #ff5622;
    padding: 16px 20px;
    border-radius: 0;
    font-size: 15px;
    width: 100%;
    height: 100%;
    font-weight: 700;
}

button.btn.btn-success.btn_delivery:hover {
    background-color: #333;
    border-color: #333;
}

button.btn.btn-primary.btn_delivery {
    background-color: #ff5622;
    border-color: #ff5622;
    padding: 16px 20px;
    border-radius: 0;
    font-size: 15px;
    height: 100%;
    width: 100%;
    font-weight: 700;
    outline: none;
}

button.btn.btn-primary.btn_delivery:hover {
    background-color: #333;
    border-color: #333;
}

button.btn.btn-primary.btn_delivery.flt_btn {
    background-color: #ffffff;
    border-color: #ddd;
    color: #777;
    position: relative;
    padding: 16px 30px 16px 50px;
    width: 100%;
    height: 56px;
}

button.btn.btn-primary.btn_delivery.flt_btn img {
    position: absolute;
    width: 23px;
    left: 15px;
}

a.btn.btn-success.btn_delivery {
    background-color: #ff5622;
    border-color: #ff5622;
    padding: 16px 30px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
}

a.btn.btn-success.btn_delivery:hover {
    background-color: #333;
    border-color: #333;
}

p.or_boxx {
    padding: 16px;
    text-align: center;
    width: 100%;
    margin: 0px;
}

a.gps_icon {
    position: absolute;
    right: 0;
    top: 10px;
}

a.gps_icon img {
    width: 25px;
    top: 6px;
}

a.search_icon {
    position: absolute;
    left: 17px;
    top: 16px;
}

a.search_icon img {
    width: 25px;
    top: 6px;
}

a.gps_icon_new {
    position: absolute;
    top: 13px;
    right: 20px;
}

a.gps_icon_new img {
    width: 25px;
    top: 6px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
}

section#feature-boxx {
    margin-top: 30px;
}

.section-title {
    margin: 0 0 20px 0;
}

.section-title h2 {
    text-transform: uppercase;
}

.view_store_detail .freedelivery {
    position: absolute;
    z-index: 1;
    border-radius: 0px 0px 15px 0px;
    left: 10px;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ff5622;
}

.view_store_detail .open_time {
    position: absolute;
    z-index: 1;
    right: 10px;
    font-size: 13px;
    color: #000;
    text-align: center;
    border-radius: 0px 0px 0px 15px;
    padding: 0px 10px 5px;
    line-height: 1;
    background-color: #fff;
}

.mainPostOrder .post-slide {
    /* opacity: 0.5; */
    position: relative;
}

.mainPostOrder .btnOrd {
    outline: 0;
    position: absolute;
    top: 50%;
    font-size: 13px !important;
    left: 50%;
    text-transform: uppercase;
    z-index: 3;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ff5622;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.mainPost,
.mainPost:hover,
.mainPost:active,
.mainPost:visited {
    color: #333;
    text-decoration: none;
}

.post-slide {
    background: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
    min-height: 330px;
    padding: 10px;
    position: relative;
    margin: 0 0 15px 0;
}

.post-slide .pic {
    overflow: hidden;
    position: relative;
}

.post-slide .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.9s ease 0s;
}

.post-slide.pre-order .pic:after {
    background: rgb(0 0 0 / 32%);
}

.post-slide:hover .pic:after {
    background: rgba(255, 255, 255, 0.2);
}

.post-slide .pic img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: rotate(0deg) scale(1, 1);
    transition: all 0.6s ease-in-out 0s;
}

.post-slide:hover .pic img {
    transform: rotate(10deg) scale(1.5, 1.5);
}

section#download-bg {
    background: url(../img/app-bg.jpg) no-repeat;
    min-height: 475px;
    margin-top: 60px;
    background-position: center;
}

.feature-slider-boxx {
    margin-top: 25px;
}

.min-boxx span {
    position: absolute;
    right: 10px;
    background: #fff;
    border-radius: 15px 0px 0px;
    margin-top: -25px;
    padding: 3px 8px;
}

.min-boxx {
    background-color: #fff;
}

.store-info {}

.store-info h3 {
    font-size: 15px;
    margin-bottom: 3px;
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin-top: 5px;
}

.store-info p {
    color: #999;
    margin-bottom: 5px;
}

ul.price-boxx {
    margin: 0;
    padding: 0;
}

ul.price-boxx li {
    list-style: none;
    display: inline-block;
}

ul.price-boxx li i {
    font-size: 16px;
    margin-right: -2px;
    color: #333;
}

ul.price-boxx li span {
    margin-left: 6px;
    color: #999;
}

.store-info {
    padding: 5px 0;
}

.ratings {
    position: absolute;
    right: 20px;
    margin-top: 8px;
}

.ratings i {
    color: #ff5622;
    margin-right: 2px;
}

.section-title.text-center img {
    text-align: center;
    margin: auto;
}

.section-title.text-center h2 {
    color: #fff;
}

section#partner-boxx {
    background: url(../img/store-info.jpg) no-repeat;
    min-height: 442px;
    margin-top: 60px;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    padding-bottom: 0;
    margin-top: 140px;
}

.app-screen img {
    margin: auto;
}

.section-title.text-center {
    margin-top: 50px;
}

.app-screen {
    position: relative;
    top: 85px;
}

.app-information h3 {
    color: #fff;
    font-size: 30px;
}

.app-information {
    margin-top: 200px;
}

.app-information p {
    color: #fff;
    font-size: 17px;
    width: 390px;
}

ul.app-iconss {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul.app-iconss li {
    list-style: none;
    display: inline-block;
}

.box-info {
    background: #fff;
    min-height: 255px;
    margin-top: 40px;
    border-left: 8px solid #f26522;
    padding: 1px 20px;
}

.box-info p {
    padding: 25px 0;
}

button.btn.btn-success.btn_delivery.btn_get {
    padding: 12px 20px;
}

.icon-box {
    margin: auto;
    text-align: center;
}

.icon-box img {
    width: 120px;
    margin: auto;
}

section#featuress {
    margin-top: 50px;
}

.icon-box h3 {
    font-size: 21px;
}

.icon-box p {
    color: #999;
}

footer {
    margin-top: 40px;
}

.footer-boxx {
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
    padding: 40px 0;
}

.footer-logo {
    margin: auto;
    text-align: center;
}

.footer-logo img {
    margin: auto;
    text-align: center;
}

ul.social_media {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul.social_media li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

ul.social_media li i {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #ddd;
    color: #4e4e4e;
    font-size: 25px;
    line-height: 50px;
}

ul.social_media li i:hover {
    border: 1px solid #ff5622;
    background-color: #ff5622;
    color: #fff;
}

ul.pay_icons {
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 0px;
}

ul.pay_icons li {
    list-style: none;
    display: inline-block;
    margin-right: 1px;
}

ul.pay_icons li img {
    height: 78px;
}

.footer-link {
    /*float: right;*/
    padding: 10px 0;
    text-align: center;
}

.footer-link ul {
    margin: 0;
    padding: 0;
}

.footer-link ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

.footer-link ul li:last-child {
    border-right: none;
}

.footer-link ul li a {
    color: #4e4e4e;
}

.footer-link ul li a:hover {
    color: #ff5622;
}

.copyright-text p {
    margin-bottom: 0;
}

.copyright-text {
    padding: 10px 0;
    text-align: center;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    /*z-index: 999;*/
    background-color: #2f2c2c;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #ea3812;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    display: none !important;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.btn-boxx ul {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}

.btn-boxx ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.modal-content.modal_boxx {
    border-radius: 12px;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    padding-bottom: 0;
}

.custom-product-modal .modal-header {
    padding: 10px 15px;
    border-bottom: none;
    padding-bottom: 0;
    height: 45px;
}

.custom-product-modal .scrollbar {
    max-height: calc(100vh - 165px) !important;
    height: auto;
    overflow-y: auto;
    width: 100%;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ff5622;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.location-boxx input {
    height: 50px;
    border-radius: 0;
    padding-right: 55px;
}

.location-boxx h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

button.btn.btn-success.btn_delivery.btn_find {
    padding: 11px 20px;
    font-size: 13px;
}

.location-div {
    margin-top: 25px;
}

.location-div .locLink {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9c9c9c;
    font-size: 13px;
}

.timing-div {
    margin: 25px -10px 10px;
    text-align: right;
}

.timing-div .locLink {
    color: #9c9c9c;
}

.timing-div .locLink .caret,
.timing-div .locLink .caret {
    color: #ff5622;
}

.timing-div .locLink:focus,
.location-div .locLink:focus {
    text-decoration: none;
}

.timing-div .dropdown-menu {
    width: 250px;
}

.dateBtnn {
    padding: 10px;
}

.dateBtnn ul {
    display: flex;
    margin: 0 auto;
}

.dateBtnn ul li {
    margin: 0 5px;
}

.dateBtnn ul li label input.date_r:checked~div.date-content {
    background: #f26522;
    border: 1px solid #f26522;
    color: #fff;
}

.dateBtnn ul li label div.date-content span:nth-child(1) {
    display: block;
    text-align: center;
    font-size: 12px;
}

.dateBtnn ul li label div.date-content span:nth-child(2) {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

.dateBtnn ul li label div.date-content {
    border: 1px solid #f26522;
    background: #ffffff;
    color: #f26522;
    padding: 1px 16px;
    cursor: pointer;
}

.selectDatenumber {}

.selectDatenumber ul {
    text-align: center;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    max-height: 270px;
}

.selectDatenumber ul li label {
    cursor: pointer;
    display: block;
    margin: 0px;
    font-weight: normal;
    padding: 10px;
}

.selectDatenumber ul li label.selectedtime {
    background: #f26522;
    font-weight: bold;
    color: #fff;
}

.timelistdata {
    display: none;
}

.timelistdata.showthis {
    display: block;
}

.selectDatenumber ul li:hover {
    background: #f5f5f5;
}

.sidebtntog {
    text-align: center;
    margin: 30px 0 20px 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    -webkit-box-shadow: -3px 0px 23px 3px rgba(173, 173, 173, 0.42);
    box-shadow: -3px 0px 23px 3px rgba(173, 173, 173, 0.42);
}

.sidenav.custommOthers {
    padding: 35px 0 0 0;
}

.sidenav.custommOthers h5 {
    margin: 20px 0 40px 0;
    color: #333;
    font-size: 16px;
}

.sidenav.customm {
    width: 352px;
    padding: 75px 0 0 0;
}

.sidenav.customm .closebtn {
    display: none;
}

.sidenav.customm h5 {
    margin: 20px 0 40px 0;
    color: #333;
    font-size: 16px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* /review */

.store-with-item-wrap {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 8px -3px rgb(0 0 0 / 32%);
    transition: all 0.3s;
}

.store-with-item-wrap:last-child {
    margin-bottom: 0;
}

.store-order-info {
    display: flex;
    position: relative;
    background: #f5f5f5;
    margin: -15px -15px 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.hide-order-items {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.hide-order-items:after {
    position: absolute;
    color: #4d4d4d;
    font-size: 15px;
    content: "\f068";
    font-family: FontAwesome;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #e5e5e5;
    transition: all 0.3s;
}

.store-with-item-wrap.pushup .hide-order-items:after {
    content: "\f067";
    transition: all 0.3s;
}

.store-with-item-wrap.pushup {
    padding-bottom: 0;
    transition: all 0.3s;
}

.store-with-item-wrap.pushup .order-review-wrap {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.soi-media {
    margin-right: 7px;
    width: 54px;
    height: 54px;
    border-radius: 4px;
    flex: 60px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.soi-name {
    margin: 0;
    margin-bottom: 3px;
    font-size: 16px !important;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
}

.soi-order-id {
    line-height: normal !important;
    margin: 0 !important;
    margin-bottom: 3px !important;
    font-size: 12px !important;
    color: #666 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
}

.soi-status {
    font-size: 12px !important;
    color: #f26522 !important;
    margin: 0 !important;
    line-height: 16px !important;
}

.order-review-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    transition: all 0.3s;
}

.order-review-wrap .orw-list {
    border: 1px solid #ddd;
    padding: 6px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex: calc(50% - 20px) 0 0;
    margin: 10px;
    flex-direction: column;
}

.orw-remove-review {
    opacity: 0;
    visibility: hidden;
    top: -10px;
    right: -10px;
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    display: flex;
    border-radius: 100%;
    background: #eee;
    border: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.orw-list:hover .orw-remove-review {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.orw-remove-review:hover {
    background: #ff3a49;
    color: rgb(255 255 255 / 0.82);
    transition: all 0.3s;
}

.orw-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.orw-media {
    margin-left: 7px;
    width: 60px;
    height: 60px;
    flex: 60px 0 0;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.orw-item-name {
    margin: 0;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
}

.orw-item-desc {
    line-height: normal !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    color: #666 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
}

.orw-item-price {
    font-size: 12px !important;
    color: #f26522 !important;
    margin: 0 !important;
    line-height: 16px !important;
}

.orw-review {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 6px;
}

.orw-rating-star {
    display: flex;
    align-items: center;
}

.orwr-star {
    display: flex;
    align-items: center;
}

.orwr-star i {
    margin-right: 3px;
}

.orwr-star i.fa-star {
    color: #ffa500;
}

.orwr-value {
    margin-left: 5px;
    font-weight: bold;
    font-size: 13px;
}

.orw-review-text {
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
    color: #666;
}

.orw-timestamp span {
    margin-right: 5px;
    font-size: 11px;
    color: #8c8c8c;
}


/* review */

.res-info-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    margin-bottom: 15px;
    overflow: visible;
}

.res-info-tab .nav-tabs>li>a {
    border: 0;
    box-shadow: none;
    border-bottom: 3px solid transparent;
}

.res-info-tab .nav-tabs>li>a:hover {
    background: transparent !important;
    color: #ff5622 !important;
}

.res-info-tab .nav-tabs>li.active>a {
    top: 0;
    border: 0;
    color: #ff5622;
    background-color: transparent;
    border-bottom: 3px solid #ff5622;
}

.res-info-tab .tab-content {
    box-shadow: none;
}

.res-info-tab .tab-content .tab-pane {
    overflow: hidden;
}

.rl-total-review {
    margin-right: 5px;
}

.rl-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.rl-list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.rl-list-item .rli-left p {
    margin-bottom: 0;
    line-height: normal;
}

.rli-left {
    flex: calc(100% - 50px) 0 0;
}

.rli-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px !important;
}

.rli-date {
    margin-bottom: 2px !important;
}

.rli-date,
.rli-cmnt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.rli-right i {
    margin-right: 5px;
    color: #ffc905;
}

.rli-right span {
    font-size: 15px;
    font-weight: bold;
}

.rl-emoji {
    max-width: 120px;
    margin: 0 auto;
    text-align: center;
}

.rl-no-review div.p_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    margin-top: 20px;
}

.st0 {
    fill: #f2f5f7;
}

.st1 {
    fill: #dfe3e6;
}


/* review popup */

.order-review-info {
    display: flex;
    position: relative;
    background: #f5f5f5;
    margin: -15px -15px 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.ori-name {
    margin: 0;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}

.ori-order-id {
    line-height: normal !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #666 !important;
}

.give-review-modal .modal-content {
    overflow: hidden;
}

.grw-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.grw-top {
    display: flex;
}

.grw-list:last-child {
    margin-bottom: 0;
}

.grw-media {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grw-name {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.give-review-modal .soi-order-id {
    margin-bottom: 0 !important;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 2em;
    justify-content: space-around;
    padding: 0;
    margin-left: -3px;
    text-align: center;
    width: 5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked~label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0;
}

.grw-field {
    width: 320px;
    resize: none;
    padding: 3px 5px;
    overflow: hidden;
    outline: none;
    border-radius: 2px;
    border: 1px solid #aaa;
}

.grw-field:focus {
    border: 1px solid rgb(242 101 34 / 82%);
}

.give-review-wrap {
    max-height: 460px;
    overflow-y: auto;
}

.give-review-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.grw-review {
    display: flex;
    align-items: center;
}

.grw-review .btn {
    margin-left: 15px;
    background-color: #f26522;
    border-color: #f26522;
}

.grw-footer {
    padding: 15px 0 0 0;
    position: sticky;
    bottom: 0;
    background: #fff;
    text-align: right;
}


/* Overwrite And New Style */

.info-boxx {
    margin-top: 5px;
}

.dateBtnn ul {
    justify-content: space-between;
}

.location-div {
    margin-top: 17px;
}

.timing-div {
    margin: 17px -10px 0;
    text-align: right;
    white-space: nowrap;
}


.custom-product-modal .modal-dialog {
    /* max-height: calc(100vh - 60px); */
}

@media (max-width: 991px) {
    .mainHeader .container {
        width: 100%;
    }

    .comment-section {
        width: calc(100% - 318px);
    }

    .info-boxx {
        margin: 0 !important;
    }

    .location-div {
        margin-top: 12px !important;
    }

    .timing-div {
        margin-top: 9px !important;
    }

    .logo-boxx {
        width: 40px !important;
    }
}

@media (max-width: 767px) {
    .timing-div .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

    .comment-section {
        margin-left: 10px;
        width: calc(100% - 22px);
    }

    .location-div ul.dropdown-menu {
        min-width: 390px;
    }

    .logo-boxx {
        width: 32px !important;
    }

    .mainHeader .container>.row {
        display: flex;
        flex-wrap: wrap;
    }

    .mainHeader .mobileGrid3 {
        order: 2;
    }

    .mainHeader .mobileGrid2 {
        order: 3;
    }

    .mainHeader .responsmiddle1 {
        order: 4;
    }

    .timing-div {
        text-align: right !important;
        padding-right: 10px;
    }
}

@media (max-width: 479px) {
    .location-div ul.dropdown-menu {
        min-width: 290px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mainHeader .responsmiddle3 {
        width: 8% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mainHeader .mobileGrid2 {
        width: 32% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mainHeader .mobileGrid3 {
        width: 40% !important;
    }
}


/* review popup */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sidenav.customm .closebtn {
        display: block;
    }

    .sidenav.customm {
        z-index: 50;
        width: 0px;
    }

    ul.pay_icons li img {
        height: 25px;
    }
}

.sideListProduct {
    padding: 20px !important;
}

.sideListProduct .innerBoxx {
    border: 0;
    padding: 0;
}

.sideListProduct li .innerBoxx .media .media-body p {
    text-align: left;
    margin: 0 0 5px 0;
}

.sideListProduct li .innerBoxx .media .media-left .media-object {
    width: 70px;
}

.sideListProduct .innerBoxx .media .media-body {
    padding: 0 0 0 5px;
    position: relative;
}

.sideListProduct .innerBoxx .media .media-body .media-heading {
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.strike_through {
    color: #999;
    text-decoration: line-through;
    padding: 0px 3px;
}

.rateInput span:nth-child(1) {
    float: left;
    display: block;
}

.rateInput span:nth-child(1) input {
    width: 60px;
    border-radius: 0;
    height: 30px;
}

.rateInput span:nth-child(1) input:focus {
    box-shadow: none;
    border-color: #000;
}

.rateInput span:nth-child(2) {
    float: right;
    padding: 4px 0 0 0;
    display: block;
}

.delTiming {}

.delTiming img {}

.num-block {}


/* skin 1 */

.skin-1 .num-in {}

.skin-1 .num-in span {
    display: block;
    float: left;
    width: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.skin-1 .num-in span.dis:before,
.skin-1 .num-in span.dis::after {
    background-color: #ccc !important;
}

.skin-1 .num-in input {
    float: left;
    width: 25px;
    height: 32px;
    border: 0;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 0;
}

.skin-1 .num-in span.minus:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
    left: 0;
}

.skin-1 .num-in span.plus:before,
.skin-1 .num-in span.plus:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 10px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
}

.skin-1 .num-in span.minus.delete:before {
    content: "\f014";
    font: normal normal normal 14px/1 FontAwesome;
    position: static;
    color: #ff5622;
    background-color: transparent;
    width: auto;
    height: auto;
}

.skin-1 .num-in span.plus:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skin-1 .num-in span.plus:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}


/* / skin 1 */

.product-card {
    height: 65vh;
    overflow-y: auto;
    padding: 0 15px 5px 15px;
    margin: 0px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.product-card::-webkit-scrollbar {
    width: 6px;
}

.product-card::-webkit-scrollbar-thumb {
    background: #e5e5e5;
}

.product-card::-webkit-scrollbar-track {
    background: #fff;
}

.product-card-attributes {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-card .product-name-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-card-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff5622;
    height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
}

.product-card .product-card-prices {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
    height: 18px;
    line-height: 18px;
    text-align: right;
    width: 56px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
}

.product-variation {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    height: 16px;
    line-height: 16px;
}

.product-toppings {
    font-size: 1.2rem;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #a0a0a0;
    line-height: 16px;
    cursor: pointer;
}

.instant-cart-manager {
    bottom: 16px;
    right: 16px;
    width: 72px;
}

.instant-cart-manager.instant-cart-manager-variant-small {
    height: 32px;
}

.instant-cart-manager {
    /*width: 120px;*/
    width: auto;
    transition: width 0.2s, border-radius 0.2s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    background-color: #fff;
}

.totalCostDiv {
    padding: 0 20px;
}

.totalCostDiv .taxesTotal li {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.totalCostDiv .headOrderL {
    width: 65%;
    float: left;
}

.totalCostDiv .headOrderR {
    width: 35%;
    float: left;
}

.totalCostDiv .headOrderL span {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
}

.totalCostDiv .headOrderR p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
    text-align: right;
}

.delivery-tip-select {
    padding-bottom: 15px;
    margin-top: 10px;
}

button#remove_tip {
    border: none;
    display: none;
    color: #ff4141;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    background-color: transparent;
}

.tiptext_amount {
    border-radius: 0px;
    -moz-appearance: textfield;
}

.tiptext_amount::-webkit-outer-spin-button,
.tiptext_amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remove_tip_checked {
    text-align: right;
}

.cartOptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 5px;
    width: 100%;
}

#other_tip {
    display: none;
    position: relative;
}

#other_type_add {
    display: none;
    position: relative;
    margin-top: 10px;
}

.coupon_span {
    position: relative;
    width: 100%;
}

.remove_value,
.remove_coupon_value,
.remove_add_value {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    display: none;
    font-size: 23px;
    z-index: 2;
    width: 40px;
    background-color: transparent;
    height: 100%;
    color: #f26522;
}

#promo_text.valid-coupon {
    border-color: #08a705;
}

.cartOptions .cartListRider:last-child {
    margin-right: 0;
}

.cartOptions .cartListRider {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    margin: 0 4px 5px 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cartOptions .cartListRider .cartRiderTip {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    color: #f26522;
    background-color: #fff;
    border: 1px solid #f26522;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.cartOptions .cartListRider input:checked+.cartRiderTip {
    background-color: #f26522;
    color: #fff;
    cursor: default;
}

.cartOptions .cartListRider .cartRiderTip .checkOutBtn {
    padding: 0 15px;
    margin: 10px 0;
}

.checkOutBtn a {
    font-size: 14px;
    text-align: center;
    background: #ff5622;
    color: #fff;
    padding: 10px 0;
}

.fitrrMain {}

.fitrrMain .filterrBox {
    max-height: 600px;
    overflow-y: scroll;
    width: 647px;
    right: 0;
    left: auto;
}


/* Main Content */

.cd-main-content {
    position: relative;
    z-index: 1;
    width: 100%;
    /* vertically align its content */
    display: table;
}

.cd-main-content .center {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/* Modal Window */

.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 3em 5%;
}

.cd-modal .modal-content h2 {
    color: #333;
    padding: 0 15px;
}

.cd-modal .modal-content p {
    color: #c3c3c3;
    padding: 0 15px;
    font-size: 16px;
}

.cd-modal .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 5%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
}

.cd-modal .modal-close::before,
.cd-modal .modal-close::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 20px;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
}

.cd-modal .modal-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-modal .modal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-modal.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.7s, visibility 0s;
    transition: opacity 0.7s, visibility 0s;
}

.cd-modal.visible .modal-content {
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
}

.cd-modal.visible .modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (min-width: 1100px) {
    .cd-modal .modal-content {
        padding: 6em 5%;
    }

    .cd-modal .modal-close {
        height: 60px;
        width: 60px;
    }

    .cd-modal .modal-close::before,
    .cd-modal .modal-close::after {
        height: 2px;
        width: 26px;
        top: calc(50% - 1px);
        left: calc(50% - 13px);
    }

    .cd-modal p {
        font-size: 2rem;
    }
}


/* Transition Layer */

.cd-transition-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-transition-layer.visible .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
}

.cd-transition-layer.opening .bg-layer,
.cd-transition-layer.closing .bg-layer {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
    display: none;
}


/* --------------------------------

Scrub Effect

-------------------------------- */

.scrub-transition {}

.scrub-transition h1,
.scrub-transition h2 {}

.scrub-transition .cd-btn {}

.scrub-transition .cd-main-content {}

.scrub-transition .cd-modal {
    /*background: #633b63;*/
}

.scrub-transition .cd-modal .modal-content {
    /*background:url("../img/banner-1.jpg");*/
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    /*overflow: hidden;*/
}

.scrub-transition .cd-modal .modal-close::before,
.scrub-transition .cd-modal .modal-close::after {
    background: #ffffff;
}

.scrub-transition .cd-modal .modal-close {
    background: #ff5622;
}

.scrub-transition .cd-modal .modal-close:hover {
    background: #ff5622;
}

.scrub-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(../img/scrub.png);
    opacity: 0.3;
}

.scrub-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}

.scrub-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}

@media only screen and (min-width: 768px) {}

.modal-form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 410px;
    margin: auto;
    width: 475px;
}

.modal-logo {
    width: 140px;
    margin: auto;
}

.modal-form form {
    padding: 20px 15px;
    padding-bottom: 0;
}

.modal-form form input {
    height: 45px;
    border: 1px solid #e8e8e8;
}

.btn.btn-success.btn-block {
    padding: 13px 0px;
    font-size: 15px;
    background-color: #ff5622;
    border-color: #ff5622;
    font-weight: 600;
    border-radius: 0;
    /*height: 45px;*/
}

.btn.btn-success.btn-block.btn-fb {
    background-color: #3b5998;
    border-color: #3b5998;
    padding: 13px 0px;
    font-size: 15px;
    font-weight: 600;
}

.btn.btn-success.btn-block.btn-fb i {
    font-size: 17px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

button.btn.btn-success.btn-block:hover {
    padding: 13px 0px;
    font-size: 15px;
    background-color: #333;
    border-color: #333;
}

p.or-text {
    text-align: center;
    color: #4e4e4e;
    font-size: 15px;
    padding: 8px 0;
    margin-bottom: 0;
}

a.forgot-link {
    float: right;
    padding-bottom: 10px;
    color: #ff5622;
}

.form-bg i {
    font-size: 21px;
    width: 20px;
}

i.fa.fa-lock.lock-icon {
    font-size: 25px;
}

p.help-block {
    text-align: center;
    font-size: 15px;
    margin: 20px 0 10px 0;
    padding: 5px 0;
}

a#olvidado {
    font-size: 16px;
    margin-left: 5px;
    color: #ff5622;
}

a#acceso {
    font-size: 16px;
    margin-left: 5px;
    color: #ff5622;
}


/* --------------------------------

Animations

-------------------------------- */

@-webkit-keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }

    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}

@keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }

    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}

@-webkit-keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%);
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%);
    }
}

@keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%);
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%);
    }
}

@-webkit-keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%);
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%);
    }
}

@keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%);
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%);
    }
}


/**********************************  Button Toggle CSS Starts ******************************************************/

.btntog {
    text-align: right;
    margin: 130px 0 0 0;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #ff5622;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: "Off";
    left: -4rem;
}

.btn-toggle:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle:before {
    opacity: 0.5;
}

.method_delivery:checked+.btn-toggle:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-sm:before {
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-sm:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 14px;
    width: 35px;
    border-radius: 2.5rem;
    background: #ffffff;
    border: 1px solid #ddd;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: -6px;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    //content: "Delivery";
    content: "Pick up";
    left: -8rem;
}

.btn-toggle.btn-lg:after {
    content: "Delivery";
    right: -7rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: -3px;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #ff5622;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-lg>.handle,
.contact_less:checked+.btn-toggle.btn-lg>.handle {
    left: 1.8125rem;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-lg:before,
.contact_less:checked+.btn-toggle.btn-lg:before {
    opacity: 0.5;
}

.method_delivery:checked+.btn-toggle.btn-lg:after,
.contact_less:checked+.btn-toggle.btn-lg:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-lg.btn-sm:before {
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-lg.btn-sm:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: "Off";
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: "On";
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-sm>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-sm:before {
    opacity: 0.5;
}

.method_delivery:checked+.btn-toggle.btn-sm:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-sm.btn-sm:before {
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-sm.btn-sm:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
    content: "Off";
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: "On";
    right: 0;
    opacity: 0.5;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-xs>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.method_delivery:checked+.btn-toggle.btn-xs:before {
    opacity: 0.5;
}

.method_delivery:checked+.btn-toggle.btn-xs:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-xs.btn-sm:before {
    opacity: 0;
}

.method_delivery:checked+.btn-toggle.btn-xs.btn-sm:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.method_delivery:checked+.btn-toggle.btn-secondary {
    background-color: #ff8300;
}


/**********************************  Button Toggle CSS Ends  ******************************************************/

.boxx-formLocation {
    padding: 15px;
}

.invalid-add+.address-error {
    display: block;
}

.address-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.search_add_box {
    position: relative;
}

.invalid-add {
    border: 1px solid red !important;
}

.boxx-formLocation .form-group {
    position: relative;
    margin-bottom: 0px;
}

.boxx-formLocation .form-group input {
    height: 40px;
    border-radius: 0;
    padding-right: 80px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.boxx-formLocation .form-group .gps_icon {
    position: absolute;
    right: 50px;
    top: 7px;
}

.boxx-formLocation .form-group .gps_icon img {}

.boxx-formLocation .form-group .next_icon {
    display: block;
    background: #ff5622;
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    text-align: center;
    width: 40px;
}

.boxx-formLocation .form-group .next_icon img {
    width: 24px;
    position: absolute;
    top: 7px;
    left: 7px;
}

.boxx-formLocation .form-group input:focus {
    border-color: #000;
    box-shadow: none;
}

.feature-slider-boxx .owl-controls .owl-prev,
.feature-slider-boxx .owl-controls .owl-next {
    display: inline-block;
    padding: 8px 9px;
    background: #ffffff;
    border: 2px solid #ffffff;
    margin-right: 0px;
    transition: background 0.5s ease;
}

.feature-slider-boxx .owl-controls .owl-prev:after,
.feature-slider-boxx .owl-controls .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #ff5622;
    font-size: 26px;
    line-height: 26px;
}

.feature-slider-boxx .owl-controls .owl-next:after {
    content: "\f105";
}

.feature-slider-boxx .owl-controls .owl-buttons {
    margin: 10px;
    position: absolute;
    top: -90px;
    width: 100%;
    text-align: right;
}

.lang-boxx .dropdown-menu>li>a {
    padding: 10px 10px;
    color: #b5b5b5;
}


/********************  Filter-Detail Page Starts  **************************/

.wpo-breadcumb-area {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 300px;
    position: relative;
    /* background: no-repeat;
    background-size: 1000px 300px; */
    background-position: center;
    background-size: cover;

}

.wpo-breadcumb-wrap {
    color: #fff;
    margin: 200px 0 0 100px;
    position: relative;
}

.store_main_image {
    width: 75%;
}

.wpo-breadcumb-wrap h2 {
    font-size: 22px;
    color: #fff;
}

.wpo-breadcumb-wrap .restrurentinfo {
    position: absolute;
    right: 275px;
    bottom: 0;
    font-size: 14px;
    cursor: pointer;
}

.wpo-breadcumb-wrap .restrurentinfo img {
    width: 16px;
    margin: 0 10px 0 0;
}

.order_later_cont {
    background-color: #ff5622;
    color: #fff;
    margin-top: 10px;
    padding: 5px 0px;
}

.later_container {
    position: relative;
}

.order_later_text {}

.order_later_time {
    position: absolute;
    top: 0px;
    right: 275px;
}

.ratingSlide {
    margin-top: 8px;
}

.productMain {
    background: #fff;
}

.productMain .title_contanier {
    font-size: 24px;
}

.productMain .col-md-9 {
    padding: 0 7.5px;
}

.listBox .col-md-6 {
    padding: 0 7.5px;
}

.innerBoxx {
    margin: 15px 0 0 0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 19%);
    padding: 15px;
    height: 145px;
    min-height: 125px;
    cursor: pointer;
}

.innerBoxx .media {
    display: flex;
}

.innerBoxx .media .media-left {}

.innerBoxx .media .media-left .media-object {
    width: 88px;
}

.innerBoxx .media .media-body {
    padding: 0px;
    position: relative;
    width: 100%;
}

.innerBoxx .media .media-body .media-heading .media-text {
    position: relative;
    font-size: 1.6rem;
    /*max-width: calc(100% - 45px);*/
    color: #333;
    display: inline-block;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}

.innerBoxx .media .media-body .media-heading .media-text a {
    color: #333;
    text-decoration: none;
}

.innerBoxx .media .media-body p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #707070;
    margin-top: 5px;
    margin-bottom: 8px;
    height: 53px;
    overflow: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.innerBoxx .media .media-body .plusBtn {
    position: absolute;
    right: 0;
    outline: none;
    border: 0;
    color: #fff;
    padding: 0;
    width: 20px;
    font-size: 16px;
}

.innerBoxx .media .media-body .plusBtn img {
    width: 100%;
}

.innerBoxx .media .media-body .plusBtn:hover {
    background: #fb8248;
}

.innerBoxx .media .media-body .infBtn {
    position: absolute;
    top: 0;
    right: 4px;
    background: rgba(255, 255, 255, 0);
    outline: none;
    border: 0;
    color: #757575;
    width: 14px;
    padding: 0;
}

.innerBoxx .media .media-body .infBtn img {
    width: 100%;
}

.innerBoxx .media .media-body span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    color: #333;
}


/********************  Filter-Detail Page Ends  **************************/


/*Tabs Starts Here*/

.mainFeartuedTabs {
    background: #f5f5f5;
}

.contentetabs {
    background: #fff;
    margin: 10px 0 0 0;
}

.contentetabs .tab-content {
    background-color: #fff;
    box-shadow: none;
    min-height: auto;
    padding: 0;
    margin: 10px 0 0 0;
}

.contentetabs .tab-content .title_contanier {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 15px 0 10px -8px;
}

.changetabs {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px 0;
    /* overflow: hidden; */
    position: relative;
}

#tile-1 .tab-pane {
    padding: 0;
}

#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
}

#tile-1 .nav-tabs li {
    margin: 0px !important;
}

#tile-1 .nav-tabs li.active a {
    font-weight: 700;
}

#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 5px 10px !important;
    font-size: 13px;
    text-transform: uppercase;
    border: none !important;
    color: #333;
    box-shadow: none;
    font-weight: 400;
    background-color: transparent;
}

#tile-1 .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 0;
    background-color: #ff5622;
    position: absolute;
    z-index: 0;
    bottom: 0;
    transition: all 0.4s linear;
}

#tile-1 .nav-tabs .activeTabs {
    background-color: transparent !important;
    border: none !important;
    color: #333 !important;
}


/*Tabs Ends Here*/


/********************  Privacy Policy Page Starts  **************************/

.termOfUse {}

.termOfUse .wrapMain {}

.termOfUse .wrapMain h4 {
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.termOfUse .wrapMain p {
    line-height: 30px;
}

.wpo-breadcumb-area .breadPrivacy {
    margin: 150px 0 0 0;
}

.wpo-breadcumb-area .breadPrivacy h4 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.headingTitle {
    color: #f26522;
    font-size: 40px;
    /* text-align: center; */
    font-weight: 700;
    margin: 70px 0 40px 0;
}


/********************  Privacy Policy Page Ends  **************************/


/********************  About us Page Starts  **************************/

.abtSec {
    border-top: 1px solid #ddd;
    padding: 50px 0 0 0;
}

.aboutUsMain {
    padding: 60px 0 80px 0;
}

.aboutUsMain .companyOverview .sampleFeature {}

.aboutUsMain .companyOverview .sampleFeature li {
    margin: 10px 0;
    font-size: 14px;
}

.aboutUsMain .companyOverview .sampleFeature li i {
    color: #ff5622;
    margin: 0 10px 0 0;
}

.aboutUsMain .about-right {
    position: relative;
}

.aboutUsMain .about-right img {
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.aboutUsMain .about-right .about_img_0 {
    z-index: 1;
    width: 100%;
}

.aboutUsMain .about-right .about_img_1 {
    z-index: 2;
    width: 353px;
    position: absolute;
    left: 66px;
    top: 212px;
}

.aboutUsMain .about-right .about_img_2 {
    z-index: 3;
    width: 306px;
    margin-top: 70px;
    margin-left: 180px;
}

.companyOverview {
    padding: 30px 0 0 30px;
}

.companyOverview h1 {
    font-size: 14px;
    color: #333;
    padding: 0 0 0 90px;
    position: relative;
}

.companyOverview h2 {
    font-size: 40px;
    color: #f26522;
}

.companyOverview .compContent {
    line-height: 30px;
    font-size: 16px;
}

.lqdInner {
    height: 1px;
    background: #003566;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 75px;
}


/********************  About us Page Ends  **************************/


/********************  Partner Page Starts  **************************/

.mainLogo {
    padding: 10px 0 130px 0;
}

.textDeliver {
    padding: 0 0 0 10px;
}

.textDeliver h1 {}

.textDeliver p {}

.caseOfferfirst {
    background: #202020 url(../img/bg1.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 0 0 100px 0;
    color: #ffffff;
}

.mainDlbox {
    padding: 120px 0px;
}

.mainDlbox .dliBox {}

.mainDlbox .dliBox h3 {
    font-size: 50px;
    margin: 0 0 30px 0;
}

.mainDlbox .dliBox p {
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.caseOffer {
    background: #202020 url(../img/bg.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    color: #ffffff;
}

.caseOffer p:nth-child(1) {
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.caseOffer p:nth-child(2) {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    color: #fff;
}

.caseOffer p .btn {
    background: transparent;
    border: 1px solid #fff;
}

.login-form .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    outline: none;
    line-height: 50px;
    box-shadow: none;
}

#login-form .input-group,
#forgot-form .input-group {
    width: 100%;
}

#login-form .input-group .input-group-addon,
#forgot-form .input-group .input-group-addon {
    width: 50px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
}

#login-form .input-group .input-group-addon img,
#forgot-form .input-group .input-group-addon img {
    width: 20px;
}

#login-form .form-control,
#forgot-form .form-control {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.input-group .iti--separate-dial-code input[type="tel"] {
    padding-right: 12px;
    padding-left: 64px;
}

#login-form .forPaswword {
    padding: 0;
    text-align: right;
    margin: 0;
}

#login-form .forPaswword a {
    font-size: 14px;
    color: #ff5622;
}

#login-recordar .input-group {
    width: 100%;
}

#login-recordar .input-group .input-group-addon {
    width: 50px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
}

#login-recordar .input-group .input-group-addon img {
    width: 20px;
}

#login-recordar .form-control {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

#login-recordar .forPaswword {
    padding: 0;
    text-align: right;
}

#login-recordar .forPaswword a {
    font-size: 14px;
    color: #ff5622;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    padding: 20px;
}

.main-div h5 {
    color: #333;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
    margin: -100px 0 0 0;
    box-shadow: -3px 0px 23px 3px rgba(173, 173, 173, 0.42);
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #f26522 none repeat scroll 0 0;
    border-color: #f26522;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

.dliBox p img {
    width: 150px;
    margin-bottom: 40px;
}

.caseOfferSecond {
    background: #202020 url(../img/bg2.jpg) no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 140px 0;
    color: #ffffff;
}

.caseOfferSecond p {
    font-size: 36px;
    margin: 0 0 35px 0;
}

.partnerLast {}

.partnerLast p {
    text-align: center;
    padding: 30px 0;
    margin: 0;
    font-size: 16px;
    color: #777;
}


/********************  Partner Page Ends  **************************/


/********************  Infromation Modal box Starts  **************************/

.modal-header .close {
    outline: none;
}

.dish-detailed-information {
    font-size: 1.4rem;
    font-weight: 300;
    color: #707070;
    background-color: #fff;
    line-height: 1.43em;
    padding: 0 16px 16px 16px;
}

.dish-detailed-information .dish-detailed-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    line-height: 1em;
    margin-bottom: 4px;
}

.dish-detailed-information .dish-detailed-price {
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

.dish-detailed-information .dish-detailed-description {
    margin: 8px 0 24px;
}

.dish-detailed-information .dish-detailed-block {
    padding: 24px 0;
    border-top: 1px solid #ebebeb;
}

.dish-detailed-information h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    line-height: 1em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.chose_to_delivery.home_hide .home_delivery {
    display: none;
}

.chose_to_delivery.home_hide .pick_delivery {
    display: block;
}

.chose_to_delivery .home_delivery {
    display: block;
}

.chose_to_delivery .pick_delivery {
    display: none;
}

.dish-detailed-information p {
    margin: 0;
}

.dish-detailed-information .dish-detailed-block:last-child {
    padding-bottom: 0;
}

.dish-detailed-information .dish-detailed-block {
    padding: 24px 0;
    border-top: 1px solid #ebebeb;
}


/********************  Infromation Modal box Ends  **************************/

.order-fav-icon {
    position: absolute;
    right: 50px;
    top: 15px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}

.order-fav-icon label {
    margin: 0;
    margin-top: 2px;
}

.my-order-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.mod-left,
.mod-right {
    flex: 50% 0 0;
}

.mod-box {
    margin-bottom: 15px;
    padding-right: 15px;
}

.mod-box p {
    font-size: 14px !important;
    margin: 0 !important;
}

.mod-box .mod-head {
    color: #4d4d4d !important;
}

.mod-box .mod-desc {
    line-height: 20px !important;
}

.mod-box .mod-box.mod-price {
    color: #f26522 !important;
}

.mod-rating i {
    margin-right: 3px;
    color: #999;
}

.mod-rating i.fa-star {
    color: #f3be00;
}

.ps-status.ps-success {
    color: #fff;
    padding: 1px 7px;
    background: #09c506;
    border-radius: 60px;
}

.ps-status.ps-failed {
    color: #d20000;
}

.ps-status.ps-pending {
    color: #fff;
    padding: 1px 7px;
    background: #f3be00;
    border-radius: 60px;
}

.mod-retry-pay {
    margin-left: 10px;
    padding: 3px 7px;
    background: #09c506;
    color: #fff;
    border-radius: 60px;
}

.mod-retry-pay:hover {
    color: #fff;
}

.mod-retry-pay i {
    margin-right: 5px;
}

.mod-retry-pay:hover i {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.more-order-view {
    display: flex;
    width: 100%;
    padding: 0 10px;
    justify-content: flex-end;
    margin-top: 5px;
}

.store-order-info .soi-detail {
    width: 100%;
}

.store-order-info .soi-name {
    max-width: calc(100% - 135px);
}

@media (max-width: 480px) {

    .mod-left,
    .mod-right {
        flex: 100% 0 0;
    }

    .mod-box {
        padding-right: 0;
    }

    .store-order-info .soi-media {
        display: none;
    }

    .more-order-view {
        justify-content: center;
    }

    .store-order-info .soi-name {
        max-width: calc(100% - 65px);
    }
}


/********************  Bookmark Icon Style box Starts  **************************/

.mainBookmark {
    /*position: absolute;*/
    top: 2px;
}

.bookmark {
    zoom: 2;
    --active: #ff4141;
    --border: #3f4656;
    --duration: 1.2s;
    display: block;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bookmark:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.bookmark input+div {
    position: relative;
    -webkit-perspective: 160px;
    perspective: 160px;
    width: 13px;
    height: 8px;
    overflow: hidden;
}

.bookmark input+div svg,
.bookmark input+div i.fa {
    margin: 0 auto;
    display: block;
    width: 7px;
    font-size: 8px;
    height: 7px;
}

.bookmark input+div svg.background,
.bookmark input+div i.fa.background {
    color: var(--border);
    stroke-width: 1px;
    fill: none;
}

.bookmark input+div svg.active,
.bookmark input+div i.fa.active {
    color: #f26522;
    z-index: 2;
    position: absolute;
    left: 3px;
    top: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: flipBack var(--duration) ease-in forwards;
    animation: flipBack var(--duration) ease-in forwards;
}

.bookmark input.mark_as_fav:checked+div svg.active,
.bookmark input.mark_store_as_fav:checked+div i.fa.active,
.bookmark input.mark_order_as_fav:checked+div i.fa.active {
    -webkit-animation: flip var(--duration) ease-out forwards;
    animation: flip var(--duration) ease-out forwards;
}

.div_acc>ul>li {
    position: relative;
}

.remove_card,
.remove_address {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -12px;
    right: -12px;
    outline: none;
    border: 0;
    width: 28px;
    height: 28px;
    color: #5d5d5d;
    border-radius: 100%;
    line-height: normal;
    transition: all 0.3s;
}

.remove_address {
    top: -14px;
    right: 24px;
}

.remove_card:hover,
.remove_address:hover {
    color: rgb(255 255 255 / 0.82);
    background: #ff3a49;
    transition: all 0.3s;
}

a.addnewpopup {
    top: -4px !important;
    text-decoration: none;
    text-transform: capitalize;
    background: #eee;
    padding: 8px 15px 7px 25px;
    color: #4d4d4d;
    border-radius: 100px;
    transition: all 0.3s;
}

a.addnewpopup:before {
    position: absolute;
    left: 10px;
    top: 50%;
    color: inherit;
    font-size: 12px;
    content: "\f067";
    font-family: FontAwesome;
    transform: translateY(-50%);
}

a.addnewpopup:hover {
    background: #e5e5e5;
    transition: all 0.3s;
}

a.dash-edit-add {
    font-size: 14px;
    font-weight: normal;
    font-family: "GOTHAMPRO";
    position: absolute;
    right: -10px;
    top: -14px;
    text-decoration: none;
    text-transform: capitalize;
    background: #eee;
    padding: 3px 12px 3px 12px;
    color: transparent;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    white-space: nowrap;
    transition: all 0.3s;
}

a.dash-edit-add:before {
    position: absolute;
    left: 9px;
    top: 50%;
    color: #4d4d4d;
    font-size: 12px;
    content: "\f040";
    font-family: FontAwesome;
    transform: translateY(-50%);
}

a.dash-edit-add:hover {
    background: #ff3a49;
}

a.dash-edit-add:hover:before {
    color: rgb(255 255 255 / 0.82) !important;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    32.5% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }

    65% {
        -webkit-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
    }

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

@keyframes flip {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    32.5% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }

    65% {
        -webkit-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
    }

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

@-webkit-keyframes flipBack {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    35% {
        -webkit-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
    }

    67.5% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }

    100% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}

@keyframes flipBack {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    35% {
        -webkit-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
    }

    67.5% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }

    100% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}


/********************  Bookmark Icon Style box Ends  **************************/


/********************  Cart Modal box Style Starts  **************************/

.product-informations-image {
    height: 317px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-informations {
    padding: 16px;
}

.product-informations .product-header {
    margin: 0 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-informations .product-header .product-name {
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #333;
    margin: 0;
    line-height: 24px;
}

.product-informations .product-header .product-price {
    font-size: 1.4rem;
    font-weight: 300;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #707070;
    line-height: 24px;
}

.product-informations .product-description {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    padding: 0 0 16px;
    line-height: 1.38em;
    color: #333;
    /*border-bottom: 1px solid #ebebeb;*/
}

.product-topping-list {
    padding: 16px 0 8px;
}

.product-topping-list.extra_variations.hidden-tab {
    display: none;
}

.product-topping-list .product-topping-list-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.18em;
}

.product-topping-list .product-topping-list-title-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product-topping-list .product-topping-list-tag {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2px;
    background-color: rgba(112, 112, 112, 0.1);
    opacity: 0.8;
    line-height: 1.17em;
    color: #707070;
    text-transform: uppercase;
    padding: 4px 6px 2px;
    margin: 0 0 0 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product-topping-list .product-topping-list-indication {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.18em;
    color: #333;
    margin: 4px 0 16px;
    padding: 0 16px;
}

.product-topping-item {
    padding: 0 16px;
    cursor: pointer;
}

.product-topping-item .checkbox-box,
.product-topping-item .radio-box {
    font-size: 1.4rem;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.disable-cursor {
    pointer-events: none;
    opacity: 0.7;
}

.radio-box input,
.checkbox-box input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.product-topping-item .checkbox-box .radio-button,
.product-topping-item .radio-box .radio-button {
    width: 20px;
    height: 20px;
    -webkit-flex-basis: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
}

.product-topping-item .checkbox-box .radio-button::before,
.product-topping-item .radio-box .radio-button::before {
    width: 20px;
    height: 20px;
}

.radio-button::before,
.checkbox-element::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: opacity 75ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 200ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 75ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 200ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 75ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

input:checked+.radio-button::before,
input:checked+.checkbox-element::before,
input:checked+.radio-button::after,
input:checked+.checkbox-element::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.product-topping-item .checkbox-text,
.product-topping-item .radio-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    line-height: 24px;
}

.radio-button::before {
    background: #fff;
    border: 6px solid #d70f64;
}


/* The container */

.containerRadio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
}


/* Hide the browser's default radio button */

.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}


/* On mouse-over, add a grey background color */

.containerRadio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.containerRadio input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

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


/* Show the indicator (dot/circle) when checked */

.containerRadio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.containerRadio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f26522;
}


/* The container */

.containerCheckbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
}


/* Hide the browser's default checkbox */

.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.containerCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 0 !important;
    border: 1px solid #e0e0e0;
}


/* On mouse-over, add a grey background color */

.containerCheckbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.containerCheckbox input:checked~.checkmark {
    background-color: #f26522;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.containerCheckbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.containerCheckbox .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-special-instructions {
    margin: 0 0 24px;
    padding: 0 16px 0;
}

.product-special-instructions .product-special-instructions-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 16px 0 0;
    color: #333;
    line-height: 1.18em;
    border-top: 1px solid #ebebeb;
}

.product-special-instructions .product-special-instructions-description {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 4px 0 16px;
    color: #333;
}

.product-special-instructions .product-special-instructions-textarea {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 16px;
    width: 100%;
    min-height: 80px;
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #333;
    border-radius: 0;
    resize: vertical;
}

.product-add-to-cart ul {
    margin: 0;
}

.product-add-to-cart ul li:nth-child(1) {
    float: left;
    width: 23%;
}

.product-add-to-cart ul li:nth-child(1) input {
    width: 60px;
    border-radius: 0;
    height: 40px;
    font-size: 17px;
}

.product-add-to-cart ul li:nth-child(1) .skin-1 .num-in span {
    display: block;
    float: left;
    width: 24px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.product-add-to-cart ul li:nth-child(1) .skin-1 .num-in span.minus:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
    left: 0;
}

.product-add-to-cart ul li:nth-child(1) .skin-1 .num-in span.plus:before,
.product-add-to-cart ul li:nth-child(1) .skin-1 .num-in span.plus:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 16px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
}

.product-add-to-cart ul li:nth-child(2) {
    float: right;
    margin-right: 0 !important;
}

.product-add-to-cart ul li:nth-child(2) .product-add-to-cart-button {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #f26522;
    border: 1px solid #f26522;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    outline: none;
}

.product-add-to-cart ul li:nth-child(2) span {
    height: 40px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    color: #ff5622 !important;
}

/********************  Cart Modal box Style Ends  **************************/


/********************  Revew Order Style Starts  **************************/

.navborders {
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}

.navPadding {
    overflow: hidden;
    margin: 10px 0;
}

.navPadding {
    overflow: hidden;
    margin: 10px 0;
}

.homeCart {
    color: #ea3812;
    font-size: 16px;
    display: block;
    float: left;
    padding: 0 0 0 10px;
    font-weight: 100;
}

.mainCartReview {
    margin: 0;
}

.menuProductTable {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin-bottom: 10px;
}

.menuProductTable li:nth-child(1) {
    width: 14%;
    float: left;
}

.menuProductTable img {
    width: 125px;
}

.menuProductTable li:nth-child(2) {
    width: 30%;
    float: left;
    padding: 0 0 0 15px;
    margin: 0;
}

.menuProductTable li:nth-child(3) {
    width: 16%;
    float: left;
    margin: 33px 0 0 0;
    text-align: right;
}

.menuProductTable .form-control {
    width: 100px;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
}

.menuProductTable li:nth-child(4) {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 0 0;
}

.menuProductTable li:nth-child(5) {
    width: 10%;
    float: left;
    text-align: right;
    margin: 28px 0 0 0;
}

.menuProductTable .btn {
    border: none;
    background: #fff;
    color: #f26522;
    font-size: 22px;
    text-align: center;
    padding: 0;
}

.menuProductTable .skin-1 .num-in span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.menuProductTable .skin-1 .num-in span.minus:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.menuProductTable .skin-1 .num-in input {
    float: left;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 0;
}

.menuProductTable .skin-1 .num-in span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.menuProductTable .skin-1 .num-in span.plus:before,
.menuProductTable .skin-1 .num-in span.plus:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 14px;
    height: 2px;
    background-color: #ff5622;
    top: 50%;
    left: 50%;
}

.menuProductTable .cart_item_price {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    /*margin: 33px 0 0 0;*/
}

a span#whenorder {
    font-size: 14px;
}

.dlTime {
    margin-bottom: 30px;
}

.dlTime ul {
    margin-bottom: 0;
}

.dlTime ul li:nth-child(1) {
    margin: 0 0 7px 0;
    font-size: 15px;
    text-align: left;
    font-family: GothamPro-Bold;
}

.dlTime ul li:nth-child(2) {}

.dlTime ul li:nth-child(2) a {
    background: #ffffff;
    border: 0;
    border: 1px solid #e5e5e5;
    color: #f26522;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 50px;
    padding: 6px;
    font-size: 17px;
}

.dlTime ul li:nth-child(2) a i {
    margin-right: 5px;
}

.dlTime ul li:nth-child(2) a:hover {
    background: #f26522;
    border: 1px solid #f26522;
    color: #ffffff;
}

#selecttime .modal-dialog {
    width: 460px;
}

#selecttime .modal-body {
    padding: 0 30px 30px 30px;
}

.selectModaltime {}

.always_open {
    float: right;
    font-size: 15px;
}

.selectModaltime .tab-content {
    background-color: #fff;
    box-shadow: none;
    min-height: 90px;
    padding: 0;
}

.selectModaltime .tab-content>.tab-pane {
    padding: 0;
}

.dlDateTimeUl {
    margin: 15px 0 30px 0;
}

.dlDateTimeUl li {
    margin: 0 0 10px 0;
}

button.updateLast {
    color: #fff;
    border-color: #ff5622 transparent;
    background-color: #ff5622;
    /* position: relative; */
    /* top: -1px; */
    padding: 12px 30px;
    border-radius: 0;
    border: 0;
    width: 100%;
    font-size: 18px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

.single_promo_label {
    padding: 15px;
    margin: 1px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 1px solid #aaa;
}

.activepromo:checked+.single_promo_label {
    background-color: #2f2c2c;
    color: #fff;
    cursor: default;
}

.last_code {
    font-size: 13px;
    color: #999;
}



/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    /* color: #ffffff; */
    padding: 8px 16px;
    /* border: 1px solid transparent; */
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    border: 1px solid #f1f1f1;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 200px;
    z-index: 99;
}

.select-selected.select-arrow-active {
    border-color: #2f2c2c;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.addressBar .address-add-header a {
    background: #eee;
    color: #ff5622 !important;
    font-size: 14px;
    padding: 4px 13px;
    margin-left: 10px;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
}

.addressBar .mainHomeaddress {
    color: #333;
    background: #ffffff;
    display: block;
    font-weight: normal;
    padding: 25px;
    cursor: pointer;
    margin: 0;
    min-height: 160px;
    border: 1px solid #e5e5e5;
}

.addressBar .mainHomeaddress .post_code_cont {
    display: none;
    margin-top: 10px;
}

.addressBar .activeAdd:checked+.mainHomeaddress {
    border: 1px solid #ff5622;
    cursor: default;
}

.addressBar .activeAdd:checked+.mainHomeaddress .post_code_cont {
    display: block;
}

.addpaymentCard h2 {
    position: relative;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.addpaymentCard .single_card .cardboxstyle {
    margin: 0px;
    cursor: default;
    border: none;
    padding: 15px 20px;
}

.addpaymentCard .cardboxstyle {
    color: #333;
    background: #ffffff;
    padding: 20px 25px;
    display: block;
    font-weight: normal;
    margin: 0 0 16px 0;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.addpaymentCard .cardboxstyle ul.firstUl {
    margin: 0;
}

.addpaymentCard .cardboxstyle ul.firstUl li:nth-child(1) {
    float: left;
    font-weight: 700;
}

.addpaymentCard .cardboxstyle ul.firstUl li:nth-child(2) {
    float: right;
    font-weight: 700;
}

.addpaymentCard .cardboxstyle .cardNumbermain {
    text-align: center;
    margin: 25px 0;
    font-weight: 700;
}

.addpaymentCard .cardboxstyle ul.secondUl {
    margin: 0;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) {
    float: left;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) p:nth-child(1) {
    text-transform: uppercase;
    font-size: 11px;
    color: #b1b1b1;
    margin: 0;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) p:nth-child(2) {
    font-weight: 700;
    margin: 0;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) {
    float: right;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) p:nth-child(1) {
    text-transform: uppercase;
    font-size: 11px;
    color: #b1b1b1;
    margin: 0;
    text-align: right;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) p:nth-child(2) {
    font-weight: 700;
    margin: 0;
}

.addpaymentCard .activecard:checked+.cardboxstyle {
    color: #fff;
    cursor: default;
    background: #333;
}

.addressBar.hideaddressbar {
    display: none;
}

#youmayalso .owl-item .item {
    margin: 10px;
}

.addressBar .mainHomeaddress h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.addressBar .mainHomeaddress p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

.carryoutOrder {}

#carryout .modal-title {
    padding: 5px 0 0px 15px;
}

#carryout .modal-dialog {
    width: 450px;
    margin: 150px auto 0;
}

#carryout .boxx-formLocation .form-group .gps_icon {
    right: 10px;
}

#carryout .boxx-formLocation .form-group .btnSave {
    display: block;
    text-align: center;
    background: #ff5622;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
}

.mainChoosDl {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0;
}

.mainChoosDl .addName {
    float: left;
}

.mainChoosDl .linkName {
    float: right;
}

.mainChoosDl .linkName a:nth-child(1) {
    display: block;
    text-align: right;
    cursor: pointer;
    margin: 0 0 10px 0;
}

.mainChoosDl .linkName a:nth-child(2) {
    display: block;
    cursor: pointer;
}

.totalCostDiv {
    padding: 0 15px;
    border-radius: 0;
}

.totalCostDiv .taxesTotal li {
    overflow: hidden;
    margin: 0 0 5px 0;
}

.totalCostDiv .headOrderL {
    width: 65%;
    text-align: left;
}

.totalCostDiv .headOrderR {
    width: 35%;
}

.bookedOrder {
    padding: 0 0 40px 0;
}

.bookedOrder h2 {
    font-size: 60px;
    text-transform: uppercase;
}

.bookedOrder p {}

.bookedOrder .homeDone {
    font-size: 17px;
    background: #ea3812;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
}

.orderDetailsright {
    margin: 0;
    padding: 25px;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0 0 7px -3px rgb(0 0 0 / 10%);
}

.orderDetailsright h5 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 20px;
}

.orderDetailsright .outProDetail {}

.orderDetailsright .outProDetail ul {
    overflow-y: auto;
    max-height: 110px;
}

.orderDetailsright .outProDetail ul li {
    overflow: hidden;
    margin: 0;
}

.headOrderL {
    width: 55%;
    float: left;
}

.headOrderL h6 {
    font-size: 16px;
    margin: 0;
    font-family: arial;
}

.headOrderR {
    width: 45%;
    float: left;
}

.remove-delivery {
    display: none;
}

.headOrderR p {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    line-height: 16px;
    margin-bottom: 5px;
}

.taxesTotal {
    margin: 0;
}

.taxesTotal li {
    overflow: hidden;
    margin: 0 0 10px 0;
}

.taxesTotal li:last-child {
    margin: 0;
}

.LeftFormhori h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

.LeftFormhori .control-label {
    text-align: left;
    font-size: 16px;
}

.LeftFormhori .form-control {
    border-color: rgba(115, 121, 140, 0.32);
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    padding: 6px 22px;
}

.promo-code-wrap {
    margin-bottom: 30px;
}

.promoCodeCart .input-group {
    width: 100%;
    display: flex;
}

.promoCodeCart .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
}

.promoCodeCart .btn-theme {
    min-height: 50px;
    border-radius: 0;
    background: #f26522;
    color: #fff;
    padding: 6px 25px;
    font-size: 14px;
}

.creditDetails {
    margin: 0 15px 0 15px;
    background: #f1f2f5;
    padding: 20px;
    border-radius: 0;
}

.creditDetails .panel {
    box-shadow: none;
    border: 0;
}

.creditDetails .panel-heading {
    background-color: #f1f2f5;
}

.creditDetails .panel-body {
    border-top: 0 !important;
    background-color: #f1f2f5;
}

.credSection .cvv {
    position: relative;
}

.cvv input {}

.cvv i {
    position: absolute;
    top: 12px;
    right: 15px;
}

.prevNext {
    margin: 30px 0 35px 0;
}

.prevNext li:nth-child(1) {
    text-align: right;
}

.prevNext li .previous {}

.text-red {
    color: #f26522 !important;
}

.prevNext li:nth-child(2) {
    float: right;
}

.prevNext li .next {
    font-size: 16px;
    background: #f26522;
    color: #fff;
    width: 100%;
    /* width: 102px; */
    border-radius: 0;
    padding: 10px 40px;
    border: 1px solid #f26522;
}

.delivery-error-message {
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
}

.popInputform {
    margin: 30px 0 0 0;
}

.popInputform .form-control {
    border-color: rgba(115, 121, 140, 0.32);
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    padding: 6px 22px;
    width: 400px;
    font-weight: 700;
}

.seLect .next {
    font-size: 17px;
    background: #ea3812;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
}

.contactLess {
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 12px 15px;
    border-left: 3px solid rgb(255 86 34 / 70%);
    transition: all 0.15s;
}

.contactLess.active {
    margin: 0 0 30px 0;
    background: rgb(255 86 34 / 35%);
    transition: all 0.35s;
}

.contactLess h5 {
    text-align: left;
    font-size: 16px;
}

.contactLess h6 {
    color: #6b7381;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    padding-right: 40px;
}

.contactLess .sidebtntog {
    position: absolute;
    margin: 0;
    top: -3px;
    right: 0;
}

.contactLess .sidebtntog .btn-toggle.btn-lg {
    margin: 0;
}

.contactLess .sidebtntog .btn-toggle.btn-lg:before {
    display: none;
}

.contactLess .sidebtntog .btn-toggle.btn-lg:after {
    display: none;
}


/********************  Revew Order Style Ends  **************************/


/********************  Thank You page Style Starts  **************************/

.thankspage {
    padding: 100px 0 50px 0;
}

.bookedOrder h3 {
    font-size: 60px;
    text-transform: uppercase;
}

.bookedOrder p {
    margin: 0 0 20px 0;
    font-size: 16px;
}

.bookedOrder .homeDone {
    font-size: 17px;
    background: #f26522;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    border: 1px solid #f26522;
}


/********************  Thank You page Style Ends  **************************/


/********************  Vendor Info Popup Style Starts  **************************/

#exampleModalresrinfo {}

#exampleModalresrinfo .modal-header {
    padding: 0;
}

#exampleModalresrinfo .modal-header button {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
    color: #fff;
}

#exampleModalresrinfo .modal-body.vendor-info-page {
    padding: 0;
}

.vendor-info-page .vendor-picture {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wpo-breadcumb-wrap-inner {
    width: 530px;
    text-align: center;
    margin: -30px auto 30px;
    padding: 24px;
    background: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}

.wpo-breadcumb-wrap-inner h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #333;
}

.wpo-breadcumb-wrap-inner p {}

.wpo-breadcumb-wrap-inner .ratingSlide {
    margin-top: 8px;
}

.wpo-breadcumb-wrap-inner .ratingSlide .fa-star {
    color: #0070b1;
}

.vendor-info-page .solidMain {
    padding: 0px 20px 30px;
}

.vendor-info-page .solidMain .content {
    width: 51%;
    float: left;
    margin: 0 4% 0 0;
}

.vendor-info-page .solidMain h2 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.11em;
    color: #333;
    margin: 8px 0;
}

.vendor-info-page .solidMain .vendor-delivery-times {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.29em;
    color: #707070;
    width: 100%;
    margin: 8px 0 32px;
    padding-right: 24px;
    list-style: none;
    padding: 0;
}

.vendor-info-page .solidMain .vendor-delivery-times td {
    padding: 2px 0px;
}

.vendor-info-page .solidMain .vendor-delivery-times tr td:not(:first-child) {
    text-align: right;
}

.vendor-info-page .solidMain .vendor-delivery-times td span.badge {
    background: #21ce33;
    width: 55px;
    padding: 3px;
    margin: auto 0px auto auto;
}

.vendor-info-page .solidMain .vendor-delivery-times td span.badge.bg-danger {
    background: #f12d2d;
}

.vendor-info-page .solidMain .static-map-container {
    width: 45%;
    float: left;
}

.vendor-info-page .solidMain .static-map-container img {
    width: 100%;
}


/********************  Vendor Info Popup Style Ends  **************************/

#sauces h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

#youmayalso .cart_post {
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 20px;
    min-height: auto;
    margin: 0 15px;
    box-shadow: none;
}

a.product-link {
    color: #4e4e4e;
    text-decoration: none;
}

a.product-link p {
    margin: 0;
}

#youmayalso .cart_post .product-info {
    margin: 20px 0 0 30px;
    text-align: left;
}

.cart_post .product-info h3 {
    font-size: 17px;
    margin: 10px 0 10px 0;
    font-weight: 600;
    margin-top: 0;
}

.cart_post .product-info h5 {
    font-size: 17px;
}

.cart_post .btn_cart_product {
    border-color: #ea3812;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ea3812 !important;
}


/***********************************************  My Account CSS Starts Here *********************************************************************/

.dashboard-info p {
    text-align: center;
    color: #999;
}

.div_acc h3 {
    text-align: left;
    font-size: 20px;
}

.div_acc>ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.div_acc>ul>li {
    list-style: none;
    display: inline-block;
    width: 48%;
    /* margin-bottom: 25px;*/
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 6px;
    margin-right: 10px;
}

.dashboard-icon {
    float: left;
    margin-right: 15px;
}

.dashboard-icon i {
    background-color: #ff5622;
    height: 80px;
    width: 85px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 75px;
}

.dashboard-text {
    padding-top: 5px;
}

.dashboard-text h4 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.dashboard-text p {
    text-align: left;
    margin-bottom: 5px !important;
}

.dashboard-info h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 25px;
    text-transform: uppercase;
}

#login_form .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}

.order_details .table>tbody>tr>td,
.order_details .table>tbody>tr>th,
.order_details .table>tfoot>tr>td,
.order_details .table>tfoot>tr>th,
.order_details .table>thead>tr>td,
.order_details .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.order_details .btn-primary {
    background-color: #f26522;
    border-color: #f26522;
}

.update_btn .btn_sub {
    height: 40px;
    border-radius: 0;
    background: #f26522;
    border-color: #f26522;
    padding: 6px 30px;
}

.filter-div {
    background: #fff;
    padding: 60px 0;
}

.dashboard-box {
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
}

.dashboard-sub-head {
    position: relative;
}

.dashboard-box h3.dashboard-sub-head {
    margin-top: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.dashboard-box h3.dashboard-sub-head i {
    margin-right: 5px;
    position: relative;
    top: -1px;
    text-align: center;
}

a.addnewpopup {
    font-size: 14px;
    font-weight: normal;
    font-family: "GOTHAMPRO";
    position: absolute;
    right: 0;
    top: 5px;
}

.div_acc {
    margin-top: 20px;
}

.div_acct {
    margin-top: 20px;
}

.div_acct .iti {
    display: inherit;
}

.div_acct .iti__selected-flag {
    z-index: 4;
}

a.btn.btn-success.btn_back {
    position: absolute;
    top: 7px;
    border-radius: 50px;
    padding: 4px 26px;
    background-color: #f26522;
    border-color: #f26522;
}

.order-boxx-new {
    margin-top: 5px;
}

.order-boxx-new ul {
    margin: 0;
    padding: 0;
}

.order-boxx-new ul li {
    border: none;
    margin-bottom: 0;
    padding: 0px;
    margin-right: 0;
    list-style: none;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.add_type_lbl .add_type_text {
    border: 1px solid #f26522;
    padding: 8px 15px;
    cursor: pointer;
    color: #f26522;
    border-radius: 100px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.add_type_lbl .add_type_inpt:checked+.add_type_text {
    background-color: #f26522;
    color: #fff;
    cursor: default;
}

.order-boxx-new ul li h3 {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
}

.order-boxx-new ul li p {
    text-align: left;
    margin-top: 8px;
    color: #999;
}

.order-boxx-new ul li i {
    font-size: 16px;
    margin-right: 5px;
    color: #f26522;
}

.order-boxx-new ul li:last-child {
    float: right;
    width: 40%;
}

.order-boxx-new ul li:last-child h3,
.order-boxx-new ul li:last-child p {
    text-align: right;
}

.details-order {
    margin-top: 20px;
    margin-bottom: 0px;
}

.details-order h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

td.img_boxx {
    width: 10%;
}

.details-order td {
    border-top: none !important;
}

p.price_tag {
    color: #4e4e4e;
    float: right;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 15px;
}

h3.total_list {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
}


/***********************************************  My Account CSS Ends Here *********************************************************************/

.logbtnMobile {
    display: none;
}

#addressViewModal {
    padding-right: 0 !important;
}

#addressViewModal .modal-content {
    padding: 20px;
}

#addressViewModal .modal-content h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
}

#map_canvas {
    height: 250px;
}

.user_profile_map {
    margin-top: 15px;
}

#addressViewModal .boxx-formLocation {
    padding: 0;
}

#addrs_err,
#addrs_success {
    display: none;
}

.pac-container {
    z-index: 99999;
}

#addressViewModal .boxx-formLocation .form-group input,
#addressViewModal .boxx-formLocation .form-group select {
    height: 40px;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 6px 45px 6px 20px;
}

#addressViewModal .boxx-formLocation .form-group .gps_icon {
    position: absolute;
    right: 15px;
    top: 10px;
}

#addressViewModal .boxx-formLocation .form-group .gps_icon img {
    width: 18px;
}

#addressViewModal .boxx-formLocation p .btn {
    font-size: 14px;
    background: #ea3812;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 700;
    outline: none;
}

.chooseYouDel {
    margin-bottom: 30px;
}

.chooseYouDel ul {
    margin-bottom: 0;
}

.chooseYouDel ul li:nth-child(1) {
    margin: 0 0 7px 0;
    font-size: 15px;
    text-align: left;
    font-family: GothamPro-Bold;
}

.chooseYouDel ul li:nth-child(2) {
    border: 1px solid #e5e5e5;
    min-height: 50px;
    display: table;
    width: 100%;
}

.chooseYouDel ul li:nth-child(2) .sidebtntog {
    text-align: center;
    /* margin: 30px 0 20px 10px; */
    vertical-align: middle;
    display: table-cell;
}

#addnewCard .modal-dialog {
    width: 450px;
}

#addnewCard .modal-title {
    padding: 5px 0 0px 15px;
}

#addnewCard .form {
    padding: 15px;
}

#addnewCard .form .form-group .form-control {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

#addnewCard .form .form-group .btn-block {
    display: block;
    text-align: center;
    background: #ff5622;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 0;
    text-transform: uppercase;
}


/*#paymentResponse {
    color: red;
    text-align: center;
}
*/

.magic-radio {
    position: absolute;
    display: none;
}

.magic-radio+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    line-height: 21px;
    font-size: 18px;
}

.magic-radio:checked+label:before {
    border: 1px solid #ed1c24;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #c0c0c0;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ed1c24;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: "";
}

.mainPaymentAccordian {}

.mainPaymentAccordian h4 {
    position: relative;
}

.mainPaymentAccordian .panel-default {
    border-color: #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.mainPaymentAccordian .panel-default>.panel-heading {
    background-color: #ffffff;
    border-color: #f1f1f1;
    padding: 10px 0;
}

.mainPaymentAccordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f1f1f1;
}

.mainPaymentAccordian .panel-group .panel-heading+.panel-collapse>.list-group,
.mainPaymentAccordian .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.mainPaymentAccordian .panel-body {
    padding: 15px 0 0 0;
}

.mainPaymentAccordian h2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}

.mainPaymentAccordian h2 .btnAddnew {
    position: absolute;
    right: 0;
    background: #08a705;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 13px;
    font-weight: 400;
    border-radius: 40px;
    cursor: pointer;
}


/* Overwrite and Additional Style @Akash */


/* 30-Oct-2020 */

.nav-tabs {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

.bookmark {
    zoom: normal !important;
}

.bookmark input+div {
    width: 18px;
    height: 18px;
    margin-left: auto;
    margin-right: 0px;
    padding-left: 1px;
}

.bookmark input+div svg,
.bookmark input+div i.fa {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.bookmark input+div svg.active,
.bookmark input+div i.fa.active {
    left: 1px;
}

.google-icon {
    width: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

a.btn.btn-default.btn_google {
    margin: auto;
    text-align: center;
    display: inherit;
    font-weight: 600;
    width: max-content;
    margin-bottom: 5px;
}

.or_text {
    background-color: #fff;
    width: 30px;
    font-weight: bold;
    margin: 0px auto -10px;
    text-align: center;
}

.or_cont {
    width: 50%;
    margin: 0px auto 20px;
    border-bottom: 1px dashed #000;
}


/* ============ 04-feb-2021 ============ */

.check_out_cart_review {
    margin-top: 30px;
}

.common-cart-sec {
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 15%);
}

.sec-header,
.sec-body {
    padding: 20px 20px 15px 20px;
}

.sec-header p {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: normal;
}

.sh-count {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 32px 0 0;
    border-radius: 100%;
    background: #f36522;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.sub-sec-head {
    font-size: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}

.sec-body .innerBoxx {
    margin-top: 0;
}

.relative-items {
    margin-top: 20px;
}

.address-add-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.address-add-header .sub-sec-head {
    margin-bottom: 0 !important;
}

.all-address-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.address-box {
    flex: 50% 0 0;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
    position: relative;
    transition: all 0.25s linear;
}

.address-action {
    position: absolute;
    top: 5px;
    right: 30px;
    opacity: 0.5;
    transition: all 0.25s linear;
}

.addressBar .activeAdd:checked+.mainHomeaddress+.address-action,
.address-box:hover .address-action {
    opacity: 1;
    transition: all 0.35s linear;
}

.address-action a {
    padding: 5px;
    color: #ff5622;
    display: inline-block;
}

.prevNext.checkout-btn-wrap {
    margin: 20px 0 25px 0;
}

.checkout-btn-box {
    float: none !important;
}

.personal-detail {
    position: relative;
}

.pd-wrap {
    padding-left: 15px;
}

.pd-wrap p {
    margin-bottom: 2px;
}

.pd-wrap .pd-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.pd-action {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.9;
    transition: all 0.25s linear;
}

.pd-action:hover {
    opacity: 1;
    transition: all 0.35s linear;
}

.pd-action a {
    padding: 5px;
    color: #ff5622;
    display: inline-block;
}

.cart-right-col.sticky-cart {
    position: sticky;
    top: 85px;
}

.promo-code-wrap .input-group-btn {
    width: auto;
}

.post-slide ul.price-boxx li span {
    margin-left: 0;
}

#back_to_number {
    color: #ff5622;
    font-size: 26px;
}

@media (max-width: 991px) {
    a.addnewpopup {
        position: relative;
        display: flex;
        max-width: 166px;
        margin: 20px auto 0 auto;
    }

    .order-review-wrap .orw-list {
        flex: calc(100% - 20px) 0 0;
    }
}

@media (min-width: 576px) {
    .modal-slide-down {
        display: none;
    }
}

@media (max-width: 575px) {
    .modal-slide-down {
        opacity: 0;
        position: absolute;
        curspor: pointer;
        z-index: 9;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0 3px 9px -3px rgb(0 0 0 / 22%);
        top: 20px;
        left: 20px;
        color: #5f5f5f;
        font-size: 33px;
        -webkit-transition: opacity 0.45s linear;
        -o-transition: opacity 0.45s linear;
        transition: opacity 0.45s linear;
    }

    .custom-product-modal.mobile-modal .modal.in .modal-slide-down {
        opacity: 1;
        -webkit-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        display: none;
    }

    .custom-product-modal.mobile-modal .modal {
        padding: 0;
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    .custom-product-modal.mobile-modal .modal-dialog {
        margin: 0;
        width: 100%;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    .custom-product-modal.mobile-modal .modal.fade {
        -webkit-transition: opacity 0.45s linear;
        -o-transition: opacity 0.45s linear;
        transition: opacity 0.45s linear;
    }

    .custom-product-modal.mobile-modal .modal.in .modal-dialog {
        margin: 0;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform 0.5s ease-out;
        -o-transition: -o-transform 0.5s ease-out;
        transition: transform 0.5s ease-out;
    }

    .custom-product-modal.mobile-modal .modal-content {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        height: calc(100vh - 50px);
        max-height: 100%;
    }

    .modal-form {
        width: 415px;
    }
}

@media (max-width: 479px) {
    .cd-modal .modal-close {
        top: 7px;
        right: 5px;
        height: 30px;
        width: 30px;
    }

    .cd-modal .modal-content {
        overflow-y: auto !important;
        padding: 1.5em 5%;
    }

    .address-box {
        flex: 100% 0 0;
        width: 100%;
    }

    .addressBar .mainHomeaddress {
        min-height: auto;
    }

    .sec-header p {
        font-size: 22px;
    }

    .sh-count {
        width: 28px;
        height: 28px;
        flex: 28px 0 0;
        margin-right: 7px;
        font-size: 17px;
    }

    .min-boxx span {
        right: 0;
    }

    .ratings {
        margin-top: 0;
        padding: 10px 15px 5px 15px;
    }

    .ratings .mainBookmark-store {
        float: right;
    }

    .store-info {
        padding: 5px 15px 15px 15px;
    }

    .view_store_detail .open_time {
        right: 0;
    }
}

@media (max-width: 360px) {
    .product-add-to-cart ul li:nth-child(2) .product-add-to-cart-button {
        font-size: 14px;
    }

    .pd-action {
        position: absolute;
        top: 0px;
        right: 5px;
    }
}


/* 02-Nov-2020 */

.add-save-btn {
    display: flex;
    justify-content: flex-end;
}

.add-save-btn .btn {
    max-width: 180px;
    border: 0;
}

@media (max-width: 767px) {
    .orw-item-desc {
        white-space: initial;
        text-overflow: initial;
        overflow: auto;
        max-width: initial;
        line-height: normal;
    }

    .store_main_image {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .dashboard-info h3 {
        text-align: center;
    }

    .addpaymentCard .cardboxstyle .cardNumbermain {
        margin: 10px 0 25px 0;
    }

    .addpaymentCard .cardboxstyle ul.secondUl li {
        display: flex;
        flex-direction: column;
        border: 0;
        margin: 0 !important;
    }

    .addpaymentCard .cardboxstyle ul.firstUl li:last-child {
        display: flex;
        justify-content: flex-end;
    }

    a.btn.btn-default.btn_google {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .orw-item-desc {
        max-width: 190px;
    }

    .menuProductTable li:nth-child(2) h4 {
        margin-top: 0;
    }

    .menuProductTable li:nth-child(2) p:last-child {
        margin-bottom: 0;
    }

    .menuProductTable li:nth-child(3) {
        margin-top: 23px;
    }

    .menuProductTable li:nth-child(4) {
        margin-top: 25px;
    }

    .menuProductTable li:nth-child(5) {
        margin-top: 18px;
    }
}

.addpaymentCard .cardboxstyle ul.firstUl li:first-child,
.addpaymentCard .cardboxstyle ul.firstUl li:first-child p {
    text-align: left;
}

.addpaymentCard .cardboxstyle ul.firstUl li:last-child,
.addpaymentCard .cardboxstyle ul.firstUl li:last-child p {
    text-align: right;
}

.addpaymentCard .cardboxstyle ul.secondUl li:first-child,
.addpaymentCard .cardboxstyle ul.secondUl li:first-child p {
    text-align: left;
}

.addpaymentCard .cardboxstyle ul.secondUl li:last-child,
.addpaymentCard .cardboxstyle ul.secondUl li:last-child p {
    text-align: right;
}

.addpaymentCard .cardboxstyle ul.secondUl {
    display: flex;
    justify-content: space-between;
}

.addpaymentCard .cardboxstyle ul.secondUl.clearfix:before,
.addpaymentCard .cardboxstyle ul.secondUl.clearfix:after {
    display: none;
}

.addpaymentCard .cardboxstyle ul.firstUl.clearfix:before,
.addpaymentCard .cardboxstyle ul.firstUl.clearfix:after {
    display: none;
}

.addpaymentCard .single_card .cardboxstyle {
    width: 100%;
}

.addpaymentCard .cardboxstyle ul.firstUl {
    display: flex;
    justify-content: space-between;
}

.addpaymentCard .cardboxstyle ul.firstUl li {
    border: 0;
    flex: 50% 0 0;
}

.add_type_lbl {
    display: inline-flex;
}

@media (max-width: 420px) {
    .add-save-btn .btn {
        max-width: inherit;
    }

    .float_icon_acc .dashboard-icon i {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(-50%) translateY(-50%);
    }

    .float_icon_acc .dashboard-icon {
        margin-right: 25px;
    }

    .float_icon_acc>ul {
        padding-left: 20px;
    }
}


/* 04-Nov-2020 */

#addnewCard {
    padding: 0 10px;
}

#addnewCard .modal-dialog {
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
}

@media (max-width: 480px) {
    #addnewCard .form {
        padding: 5px !important;
    }

    #addnewCard .modal-title {
        padding: 5px 0 0 5px;
    }

    .table tr td:first-child h3.total_list {
        text-align: left;
    }
}

@media (max-width: 479px) and (min-width: 150px) {
    /* .promoCodeCart .form-control {
        padding: 10px 15px !important;
    } */

    .promoCodeCart .btn-theme {
        padding: 10px 15px !important;
    }

    .containerRadio .checkmark:after {
        top: 3px !important;
        left: 3px !important;
        width: 12px;
        height: 12px;
    }

    .order-boxx-new ul li {
        display: inline-block !important;
    }
}

@media (max-width: 420px) {
    .pc-header h2 {
        flex-direction: column;
    }

    .mainPaymentAccordian h2 .btnAddnew {
        position: relative;
        margin-top: 10px;
    }

    .pc-footer {
        padding: 15px 0 !important;
    }

    .pay_by_button.card_submit_button {
        max-width: inherit !important;
    }
}

.modal-header .close {
    position: relative;
    z-index: 1;
}


/* 05-11-2020 */

.table.dataTable>thead>tr>th {
    padding: 8px 18px 8px 8px;
}

.table.dataTable>tbody>tr>td[class*="sorting"] label {
    margin: 0;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.promos_list .owl-wrapper {
    display: flex !important;
    padding-bottom: 1px;
}

.promos_list .owl-wrapper .owl-item {
    display: flex;
}

.promos_list .single_promo {
    width: 100%;
}

.promos_list .single_promo_label {
    height: 100%;
}

.common-table-action-wrap {
    display: flex;
    align-items: center;
}

.common-table-action-wrap a,
.common-table-action-wrap button {
    text-decoration: none;
    color: #4d4d4d;
    padding: 3px 7px;
}

.common-table-action-wrap a:hover,
.common-table-action-wrap button:hover {
    text-decoration: none;
    color: #212529;
}

.common-table-action-wrap button,
.common-table-action-wrap button:active,
.common-table-action-wrap button:focus {
    background: transparent;
    border: 0;
    outline: none;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    padding: 7px;
    min-width: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 1);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 1);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.fix-datatable-scroll .dashboard-box {
    padding: 10px 5px;
}

.fix-datatable-scroll .dataTables_wrapper {
    padding: 0 10px;
}

#gps_address_text {
    padding: 6px 42px 6px 12px;
}

@media (max-width: 991px) {
    a.addnewpopup {
        max-width: 105px;
    }
}

@media (max-width: 480px) {
    .addpaymentCard .cardboxstyle .cardNumbermain {
        margin: 5px 0 15px 0;
    }
}

@media (max-width: 768px) {
    .mainHeader .container>.row>.col-xs-2 {
        width: 16%;
    }
}

.more-order-view a {
    margin-right: 10px;
}

.more-order-view a:last-child {
    margin-right: 0;
}

.more_past_orders {
    margin-top: 15px;
}

img.change_product_loader {
    width: 20px;
    margin-right: 25px;
}

.promocode_message {
    color: #ff3a49;
    margin-top: 5px;
    font-weight: bold;
}

.promocode_message.success {
    color: #28a745;
}

body.fixed_body {
    overflow: hidden;
    height: 100vh;
}

.add-cart-button {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 12px 12px;
}

.custom-product-modal .add-cart-button {
    height: 60px;
}

.custom-product-modal .modal-body {
    padding: 0 !important;
}

@media(max-width: 767px) {
    .custom-product-modal .modal-dialog {
        /* max-height: 100%; */
    }

    .custom-product-modal .scrollbar {
        max-height: 100%;
    }
}

@media (max-width: 575px) {
    .custom-product-modal .modal-dialog {
        max-height: none !important;

    }

    .custom-product-modal .scrollbar {
        max-height: calc(100vh - 0px) !important;
        height: 600px;
        padding-bottom: 20px;
    }


}

/*----Referral Code-----*/
.referral_code {
    padding: 9px;
    border: 1px solid #ff5622;
}

.referral_share_btn {
    padding: 9px;
    border: 1px solid #ff5622;
    background: #ff5622;
    width: 100%;
    border-radius: 0px;
}

.referral_share_btn:hover {
    background: #ff5622;
    border-color: #ff5622;
}

#div_acc_referrals .dropdown {
    padding-left: 0px;
}

.open .dropdown-menu>li>a {
    padding: 10px 20px !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ff5622;
    border-color: #ff5622;

}

#div_acc_referrals .dropdown .dropdown-menu .fa-facebook-square,
.fa-whatsapp-square {
    font-size: 20px;
    margin-right: 10px;
}

.fc-tab-8 .dashboard-box {
    /*height:180px;*/
    height: auto;
}

.active_referral {
    float: right;
    margin: 10px;
    color: #fff;
    background-color: #ff5622;
    border-color: #ff5622;

}

.active_referral:hover {
    float: right;
    margin: 10px;
    color: #fff;
    background-color: #ff5622;
    border-color: #ff5622;

}

#open_app_popup {
    padding: 10px 15px;
    background: #f5f2f2;
    visibility: hidden;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px 0 0px 0;
}

.app-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-info b {
    max-width: 160px;
    width: 100%;
}

.app-info img {
    margin-right: 12px;
    max-width: 56px;
    -webkit-box-flex: 56px;
    -ms-flex: 56px 0 0px;
    flex: 56px 0 0;
}

.open_app_btn {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    color: #f26522;
    border: 1px solid #f26522;
    padding: 5px 15px;
    margin: 0 2px;
}

.close-bar-btn {
    -webkit-box-flex: 25px;
    -ms-flex: 25px 0 0px;
    flex: 25px 0 0;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.open_app_close {
    color: #ada9a9;
    background: none;
    border: none;
    float: right;
    font-size: 20px;
    margin-right: 5px;
    margin-left: -5px;
}

.open_app_text {
    padding-top: 5px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #open_app_popup {
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.highlight {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hl-box {
    padding: 4px 10px;
    border-radius: 0 10px 10px 0;
    background-color: #f26522;
    margin-bottom: 7px;
    box-shadow: 0 2px 5px -3px rgb(0 0 0 / 32%);
}

.hl-box:last-child {
    margin-bottom: 0;
}

.hl-box p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.truncateLabel {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-text {
    z-index: 1;
    text-align: center;
    width: calc(100% - 45px);
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: calc(50% - 34px);
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 42%);
}

.swish_number_div {
    margin: 10px 0;
    display: none;
}

.offer-container {
    background-color: #eee;
    text-align: center;
    font-weight: bold;
    color: #0576cd;
    padding: 7px 0;
    border-radius: 0 0 8px 8px;
}

section#feature-boxx .post-slide {
    padding: 0;
}

.store_offers {
    padding: 10px;
}

.offer-container img {
    width: 16px;
    margin-right: 4px;
    margin-top: -3px;
}

.popular_tag {
    background-color: #ff5622;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 1px;
    border-radius: 20px;
    width: fit-content;
    min-width: 105px;
    text-align: center;
    font-weight: 600;
    font-family: emoji;
    margin-top: 4px;
    margin-left: 8px;
}

.popular_tag i {
    margin: 3px;
}

.popular_tag span {
    border-radius: 100%;
    background-color: #fff;
    color: #ff5622 !important;
}

.delivery-btn {
    width: 100%;
    height: 55px;
    margin-top: 15px;
    background: #ff5622 !important;
    border: 1px solid #ff5622 !important;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
}

.delivery-btn:hover {
    color: #ff5622 !important;
    background-color: #fff !important;
    border-color: #ff5622 !important;
    transition: 0.2s ease-in-out;
}

.loader {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #2222229c;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/******* order track css ***********/
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #FF5722
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.form-btns {
    padding-top: 20px;
}

.gift__card .row {
    display: flex;
    align-items: center;
}
.infBtnOuter{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    outline: none;
    border: 0;
    color: #757575;
    width: 14px;
    padding: 0;
}

.product-info-box {
    position: relative;
}
