.dashboard-side-menu .tablet-buttons .header-btn {
    margin-left: auto !important;
}

.btn-backtomenu {
	background: url(../images/icon-x-white.png) no-repeat center / 70% !important;
}

#order-details-modal .modal-body {
    background: none;
    padding: 0;
	border-radius: 10px;
}

#order-details-modal .modal-body div {
    margin: auto;
    /**width: 100% !important;**/
    max-width: 100%;
}

#order-details-modal .modal-dialog {
    margin-top: calc(33px + .5rem);
	max-width: 450px;
	border-radius: 10px;
}

#order-details-modal button {
    margin-bottom: 5px;
}

#order-details-modal table {
    width: 100%;
}

#order-details-modal ul {
    list-style: none;
}

/*#order-details-modal .modal-content {
    max-width: 435px;
    margin: auto;
}*/

#order-details-modal tr td {
    vertical-align: top;
}

#order-details-modal tbody span, .resto-section, .cust-section , #order-details-modal .col-6 , #order-details-modal .tax-invoice-p , #order-details-modal .past-order-modal-p, #order-details-modal .fees-section , #collapseFees {
    font-size: 0.9rem;
}

#order-details-modal .past-order-item {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**#order-details-modal tr {
    border-top: solid 1px #a57c58;
	color: #737377;
}**/

#order-details-modal .order-status {
	background-color: #4cd964;
    width: fit-content !important;
	color: #fff;
	margin-top: 5px !important;
}

#order-details-modal .col-6 {
	color: #737377;
	margin: 0 !important;
}

#order-details-modal .col-6 .curr-loc-to, #order-details-modal .col-6 .curr-loc-from, #order-details-modal .col-6 .curr-order-time, #order-details-modal .col-6 .curr-date {
	color: #000;
}

#order-details-modal .order-details-modal-head {
	border-bottom: solid 1px #e8e8e8;
}

#order-details-modal .order-details-modal-cart h4 {
	color: #a57c58;
}

#order-details-modal .order-details-modal-cart h4, #order-details-modal .reorder-btn, #order-details-modal h2 {
	font-family: 'Montserrat-Medium';
}

#order-details-modal .reorder-btn {
    font-size: 17pt;
}

#order-details-modal .cart-title {
	margin-bottom: -10px;
}

#order-details-modal .col-6 .info-container {
    width: 3rem;
}

#order-details-modal .col-6 .info-container-col-2 {
    width: 2rem;
}

#order-details-modal .curr-loc-to {
	width: 8rem;
}

#order-details-modal .cart-label {
    width: 60px;
	color: #737377;
}
#order-details-modal .extra-cart .cart-label {
	width: auto;
	font-size: 0.8rem;
	padding: 0px 2px 0px 0px;
}
#order-details-modal .extra-cart .extra-items {
	font-size: 0.8rem;
}
#order-details-modal .extra-items, #order-details-modal .extra-price {
	color: #737377;
}

#order-details-modal .extra-cart {
	font-size: 0.7rem;
    margin-left: 2.3rem !important;
}


#order-details-modal tbody , #order-details-modal tfoot {
    border-top: solid 1px #e8e8e8;
}

#order-details-modal .total-section {
	color:#a57c58;
	font-size: 1.3rem;
}

#order-details-modal .total-section , #order-details-modal .instruction-section, #order-details-modal .payment-section, #order-details-modal .resto-section, #order-details-modal .cust-section , #order-details-modal .fees-section, #collapseFees {
    border-top: solid 1px #e8e8e8;
}

#order-details-modal .cust-section {
    border-bottom: solid 1px #e8e8e8;
}

#order-details-modal .past-order-modal-p {
	color: #737377;
}

#order-details-modal .fees-section {
	cursor: pointer;
}

#order-details-modal .fees-modal-label {
	transition: all .5s;
}

/*#order-details-modal .fees-icon:after {
    content: "";
    width: 15px;
    height: 15px;  
	top: 13px;
    left: 120px;
    position: absolute;
    background-image: url(../images/icon-arrow-down-gold-sm.png);
    background-repeat: no-repeat;
    background-size: 100%;
	transition: all .5s;
}*/

#order-details-modal .fees-icon.flip:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
	top: 7px;
}

#collapseFees {
	color: #a6a6ab;
	display: none;
	transition: all .1s;
}

.curr-points, .congrats-rewards-txt, .redeem-points-div {
    display: none;
}

.sticky.header-dashboard-desktop {
  position: fixed;
  background: #000000;
  background-image: none;
  top:0; left:0;
  width: 100%;
  height: 75px;
  z-index: 1000;
 }
 
.sticky.header-dashboard-logo {
	top: 12px;
    width: 50px;    
	left: 75px;
	display: block;
 }
 
.body-dashboard-desktop {
    padding-top: 90px;
	overflow-y: scroll;
	height: 100%;
	background: #efeff4;
}

/**.body-dashboard-desktop {
	 width: 1300px;
} **/

/**.dashboard-desk-nav {
    flex: 0 0 14%;
    max-width: 14%;   
    height: fit-content;
}**/

.dashboard-desktop {
	background-image: none !important;
}

.body-dashboard-desktop .col-sm-10 {
	margin-left: -5px;
}

.dashboard-head {
	/**-webkit-box-flex: 0;
    -ms-flex: 0 0 98.4%;
    flex: 0 0 98.4%;
    max-width: 98.4%;**/
	vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-btn {
   width: 150px;
   background: url('../images/gradient-error-btn.png') no-repeat, none;
   cursor: pointer;
}

.menu-btn a {
    color: #fff;
}

.menu-btn a:hover {
    text-decoration: none;
	color: #fff;
}

/** NAV **/
.dashboard-desk-nav-li li {
    border-top: solid 1px #d8d8d8;
    list-style-type: none;
    color: #737377;
    transition: .5s;
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-desk-nav-li li:hover {
	/*color: #a57c58;*/
    /*font-size: 15pt;*/
}

.dashboard-desk-nav-li .active a {
    color: #a57c58;
    /*font-family: 'Montserrat-Medium';*/
}

@media (min-width: 768px) and (max-width: 1199px) {
    .dashboard-desktop ul#menu-nav, .dashboard-desktop .btn-backtomenu {
        display: none;
    }
    .menu-desktop-nav.open {
        left: 0;
    }
    .menu-desktop-nav{
        position: fixed;
        left: -100%; 
        z-index: 10; 
        transition: all 0.7s ease;
        top: 0;
        background: #fff;
        z-index: 999;
        height: 100%;
        box-shadow: 1px 1px 7px #bbbbbb;
    }
}

@media (max-width: 1024px) {
    .dashboard-desk-nav-li .d-xl-none {
        background-color: #F9F9FE;
        border-radius: 100%;
    }
    .dashboard-desk-nav-li .ou-icon {
        color: #a6a6ab;
        padding: .5rem;
        font-size: 1.25rem !important
    }

    .dashboard-desk-nav-li .active .d-xl-none {
        background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
        background-color: #a57c58;
        width: min-content;
        height: min-content;
    }
    .dashboard-desk-nav-li .active .ou-icon {
        color: #fff;
    }
    .body-dashboard-desktop .card.order-list {
        display: none !important;
    }
}


.dashboard-desk-nav-li .active:after {
    content: "..";
    background: #a57c58;
    color: #a57c58;
    position: absolute;
	width: 10px;
    height: 90px;
	right: -10px;
	/*box-shadow: 1px 0 10px 0px #ae875d;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dashboard-desk-user p {
    font-size: 70%;
}

/**#past-order-tab, #offers-tab, #fave-tab, #change-pass-tab, #person-info-tab , #stored-cards-tab {
  width: 77.5%;
}**/

#offers-tab, #fave-tab, #change-pass-tab, #person-info-tab, #stored-cards-tab  {
  display: none;
}

.dashboard-desk-nav-li li a {
    color: #737377;
}

.dashboard-desk-nav-li li a:hover {
    text-decoration: none;
	/*color: #a57c58;*/
}

/** DASHBOARD HEAD **/
.dashboard-welcome-txt {
    font-size: 10pt;
    color: #a6a6ab;
}

.dashboard-rewards {
   padding-left: 50px;
}

.curr-points {
	/*background: url('../images/green-gradient-bg.png');*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #4CD964;
	color: #fff;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	border-radius: 5px;    
	height: 67px;
}

.curr-points p {
	margin-top: -11px !important;
    font-size: 10pt;
}

.congrats-rewards-txt .lower-font {
	font-size: 10pt;
	color: #a6a6ab;
}

.redeem-points-div {
    width: 220px;
    padding-top: 9.4px;
    right: 10px;
    position: absolute;
    height: 65px;
}

.redeem-points-btn {
    color: #fff;
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #a57c58;
    background-repeat:	no-repeat;
    width: 100%;
    height: 82%;
    border-radius: 30px;
}

/** DASHBOARD PAST ORDER - EMPTY **/
.past-order-div-empty , .offers-order-div-empty {
    padding: 150px;
}

.past-order-div-empty p, .offers-order-div-empty p {
	color: #a6a6ab;
}

.dashboard-content-desk-title {
	color: #a6a6ab;
	border-bottom: solid 1px #d8d8d8;
}

/** DASHBOARD PAST ORDER - WITH ITEMS **/
 .past-order-item {
	 background: #fff;
	 height: 115%;
    -moz-box-shadow: 0px 0px 5px 0px #dcdcdc;
    -webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
    box-shadow: 0px 0px 5px 0px #dcdcdc;
	border-radius: 8px;
 }

 .delivery-choice {
	color: #fff;
	font-size: 10pt;
	width: 30%;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
 }
 
 .delivery-choice.p-up {
	 background: #a6a6ab !important;
 }
 
 .delivery-choice.deliv{
     background: #a6a6ab;
 }

.delivery-choice.rooms{
    background: #a6a6ab;
}

.delivery-choice.dinei{
    background: #a6a6ab;
}
 
 .past-order-item-edit {
	top: 36px;
    width: 15px;
    right: 40px;
    cursor: pointer;
 }
 
 .order-desk-loc, .order-db-total, .order-db-date {
	color: #737377;
	font-size: 10pt;
 }
 
 .order-desk-loc {top: 3px;}
 
 .details-btn {
    border-radius: 20px;
    width: 110px;
    height: 35px;
    border: solid 1px #a57c58;
    background: none;
    color: #a57c58;
	transition: all .5s;
 }
 
 /**.details-btn:hover {
    background-image: url('../images/brown-gradient-btn.png');
    color: #fff;
 }**/
 
 .reorder-btn {
    border-radius: 20px;
    width: 110px;
    height: 35px;
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #a57c58;
    color: #fff;
	transition: all .5s;
}

 /**.reorder-btn:hover {
    background: none;
    color: #a57c58;
 }**/
 
 /** DASHBOARD - OFFERS **/
 .offers-item-header {
    background-image: url('../images/yellow-gradient-bg.png');
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
 }
 
.offers-item-header h3 { color: #fff; }
.offers-item , .fave-desk-item {
	 background: #fff;
	 height: 100%;
    -moz-box-shadow: 0px 0px 5px 0px #dcdcdc;
    -webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
    box-shadow: 0px 0px 5px 0px #dcdcdc;
	border-radius: 8px;
	cursor: pointer;
}

.cond-p {
	font-size: 9pt;
    color: #a6a6ab;
}


/** DASHBOARD FAVE **/
.fave-desk-item {
	cursor: pointer;
}

.fave-item-img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.fave-desc-p {
	font-size: 10pt;
	color: #a6a6ab;
}

.fave-item-price {
   color: #a57c58;
}

.fave-v-img , .fave-g-img {    
    height: 35px;
    top: -5px;
	cursor: pointer;
}

.fave-gold-l {
    width: 10px;
    right: 30px;    
	bottom: 11px;
	cursor: pointer;
}

.fave-heart-img {
    right: 20px;
    top: 15px;
	cursor: pointer;
}


/** DASHBOARD - CHANGE PASS **/

.change-pass-div input , .old-pass-div input{
    border-radius: 50px;
    border: none;
    font-size: 13pt;
    background: url(../images/icon-lock-grey.png) no-repeat #efeff4 13px 11px;
    background-size: 6%;
    padding: 13px 0 13px 0;
	transition: all .8s;
}

/** testing change pass div **/
.change-pass-div {display:none;transition: all .8s;}

.pw-eye-icon {
    /*right: 63px;*/
    top: 9px;
    cursor: pointer;
}

.pw-q-icon {
    right: 23px;
    top: 9px;
	cursor: pointer;
}

.submit-pass-btn {
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #a57c58;
	width: 224px;
	border-radius: 50px;
	color: #fff;
}


/** DASHBOARD - PERSONAL DETAILS **/
.edit-details-btn {
    right: 16px;
    font-size: 20px;
    width: 15px;
    top: 4px;
	cursor: pointer;
}

.person-info-edit {
	display: none;
}

.person-info-edit .error_message {
    /*text-align: left;*/
    font-style: italic;
    font-size: 14px;
    color: #ff4343;
}


.fname-person-info, .lname-person-info {
    background: url(../images/user-circle-gray.png);
    background-repeat: no-repeat;
    padding-left: 50px;
	font-size: 11pt;
	background-position: 10px 5px;
}

.phone-person-info {
    background: url(../images/phone-circle-gray.png);
    background-repeat: no-repeat;
    padding-left: 50px;
	font-size: 11pt;
	background-position: 10px 5px;
}

.email-person-info {
    background: url(../images/email-circle-gray.png);
    background-repeat: no-repeat;
    padding-left: 50px;
	font-size: 11pt;
	background-position: 10px 5px;
}

.loc-person-info {
    background: url(../images/icon-map-marker-gray.png);
    background-repeat: no-repeat;
    font-size: 11pt;
    background-size: 20px;
    -moz-box-shadow: 0px 0px 5px 0px #dcdcdc;
    -webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
    box-shadow: 0px 0px 5px 0px #dcdcdc;
    border-radius: 8px;
    background-position: 15px 18px;
}

.email-person-info, .phone-person-info,.fname-person-info, .lname-person-info {
    height: 40px;
    margin-bottom: 20px;
}

.fname-person-info span , .lname-person-info span, .phone-person-info span, .email-person-info span, .fname-input-info span , .lname-input-info span, .phone-input-info span , .email-input-info span,.loc-person-info span  {
	color: #a6a6ab;
}

.fname-input-info, .lname-input-info {
    background: #efeff4 no-repeat url(../images/user-icon-gray.png) 20px 15px;
    padding: 5px 0px 5px 60px;
    border-radius: 50px;
	font-size: 11pt;
}

.phone-input-info  {
    background: #efeff4 no-repeat url(../images/phone-icon-gray.png) 20px 15px;
    padding: 5px 0px 5px 60px;
    border-radius: 50px;
	font-size: 11pt;
}

.email-input-info  {
    background: #efeff4 no-repeat url(../images/email-icon-gray.png) 20px 15px;
    padding: 5px 0px 5px 60px;
    border-radius: 50px;
	font-size: 11pt;
}

.fname-input-info input , .lname-input-info input, .phone-input-info input, .email-input-info input, .loc-person-info input {
    background: none;
    border: none;
	font-family: 'Montserrat-Medium' !important;
	width: 90%;
}

.submit-edit-btn, .submit-btn , .cancel-edit-btn {
    border-radius: 50px;
    width: 200px;
}

.submit-edit-btn, .submit-btn {
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #a57c58;
    color: #fff;
}

.cancel-edit-btn {
	background: #fafafe;
	color: #a57c58;
}


/** STORED CARDS **/
.mastercard-type, .visa-type {
    color: #fff;
	height: 96px;
	background-size: cover !important;
}

.mastercard-type {
    background: url(../images/pink-gradient.png) no-repeat;
}

.visa-type {
    background: url(../images/blue-gradient.png) no-repeat;
}

.ms-icon, .vs-icon {
	top: 6px;
	height: 50px;
}

.add-new-card {
  cursor: pointer;
  border: 1px dashed #d8d8d8;
  color: #a6a6ab;
  height: 96px;
  padding: 35px; 
}

.add-card-icon {
  padding: 2.5px;
}

.trash-card-icon {
    right: 40px;
    bottom: 25px;
	cursor: pointer;
}

.dashboard-desktop .card {
    width: 25%;
	margin-right: auto;
}

#modal-add-card {
    width: 600px;
	height: fit-content;
}

#modal-add-card .phone-input-info, #modal-add-card .lname-input-info, #modal-add-card .email-input-info {
    background: #efeff4 no-repeat url(../images/icon-cc.png) 20px 18px;
    background-size: 30px;
}

/*@media (min-width: 667px) {
	
.dashboard-content-desk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.1%;
    flex: 0 0 83.1%;
    max-width: 90%;    
	margin-bottom: 3rem!important;
}
}*/


/*@media (min-width: 1094px){
.dashboard-content-desk {
    -ms-flex: 0 0 83.7%;
    flex: 0 0 83.7%;
}

}

@media (max-width: 1242px) and (min-width: 1094px) {
.open-options .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.dashboard-desktop .card {
    width: 18.4% !important;
}

}

@media (max-width: 1093px) and (min-width: 1023px){
.dashboard-content-desk {
    -ms-flex: 0 0 83.5%;
    flex: 0 0 83.5%;
}

.open-options .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}

.order .item h6 {
    font-size: .7rem !important;
}

.order .item p {
    font-size: .5rem !important;
}

}**/

/** MOBILE RESPONSIVE STARTS HERE **/
@media (max-width: 1140px) and (min-width: 768px){
/**.dashboard-content-desk {
    -ms-flex: 0 0 82.1%;
    flex: 0 0 82.1%;
    margin-right: 0px !important;
}**/
.dashboard-desk-nav-li img {
    /*height: 6vh !important;*/
}
/*.dashboard-desktop #header {height: 80px;}*/
.dashboard-desktop .nav-wrap {width: 4rem;}
.dashboard-desktop .header-logo-container {
    margin: .7rem 0 !important;
}
.dashboard-desktop .btn-cart-wrap {display: flex;padding-top: 1rem;}
.dashboard-desktop .btn-cart-wrap .btn-home {padding: .3rem 1rem;}
.dashboard-head {margin-top:80px !important;}
.dashboard-desktop ul#menu-nav, .dashboard-desktop .btn-backtomenu {display: none;}
}

@media (max-width: 1024px) {
.body-dashboard-desktop {
	background: #fff;
	padding-top: 0px;
	height: 100%;
}

.body-mobile {
	margin-left: .6rem !important;
	margin-right: 0px !important;
    padding: 0px;
	position: fixed !important;
	height: 100%;
	max-width: 100%;
}

.dashboard-head {
    border-bottom: solid 1px #d8d8d8;
    border-radius: 0px !important;
    margin: 43px 0 0 0;
    padding: 20px !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.dashboard-desk-nav {
    border-right: solid 1px #d8d8d8;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: .5rem !important;
    flex: 0 0 20%;
    max-width: 20%;
    height: 100%;
}

.dashboard-desk-nav-li li {
	border-top: none;
	border-bottom: solid 1px #d8d8d8;
	padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    height: unset;
}

.dashboard-desk-nav-li .active:after {
    height: 2.25rem !important;
	width: 5px;
    content: '.';
	right: -5px;
}

.dashboard-desk-nav-li img {
    /*height: 8vh;*/
}

.dashboard-content-desk {
    max-height: 100%;
    overflow: scroll;
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
}

.mobile-dash-desk {
    height: calc(100% - 177px);
    max-width: 74%;
    padding: 0px 4px !important;
    margin: 0px !important;
    border-radius: 0 !important;
}

.delivery-choice {
    width: 25%;
}

/*.dashboard-content {*/
/*    height: 100% !important;*/
/*}*/

.order-display {
    /*overflow: hidden;*/
}

.order-display>[class*=col-],
.stored-cards-div>[class*=col-] {
    padding: 0 !important;
}

.past-order-cont {
    text-align: left;
    padding-left: 15px;
}

.order-desk-loc {
    padding-top: 3px;
    top: 0;
}

.past-order-item-btns {
    padding: 1rem 15px 0 !important;
}

.mastercard-type .col-md-6 , .visa-type .col-md-6 {
    max-width: 60%;
    padding: 0;
}

.loc-person-info {
	margin-bottom: 10px;
}

/*.change-pass-div .col-md-6 , .old-pass-div .col-md-6 {
    max-width: 500px !important;
}*/

.old-pass-div .col-md-6 {
    width: 340px !important;
}

/*.stored-cards-div .col-md-6 {
	width: 335px !important;
}*/

/*.change-pass-div .col-md-6 {
    width: 310px !important;
}*/

.submit-pass-btn {
    width: 100%;
    background-size: cover;
}

.submit-edit-btn, .submit-btn, .cancel-edit-btn {
    width: 49%;
	background-size: cover;
}

.dashboard-desktop .icon-circle-order {
    width: 40px;
    height: 40px;
}

.dashboard-desktop .icon-circle-order img {
    width: 20px;
}

.dashboard-desktop .card {
    height: 70px !important;
    background: rgba(0,0,0,0) !important;
    bottom: 15px;
	width: 100%;
    padding: 0px 5px;
}

.dashboard-desktop .item-num-circle {
    background: #ff3924;
    top: 7px;
    font-size: 9pt;
    width: 21px;
    height: 20px;
    color: #fff;
    left: 50px;
    box-shadow: 0px 0px 0px 4px #b69264;
}

.dashboard-desktop .checkout-btn {
    top: 17px;
    right: 35px;
	color: #fff !important;
    font-size: 16pt;
    background: url(../images/icon-arrow-right-white-bold.png);
    background-repeat: no-repeat;
	background-size: 10px;
	background-position: right;
	width: 130px;
	cursor: pointer;
}

.dashboard-desktop .coupon-container {
    display: none !important;
}

.fave-desk-item {
    padding: 10px;
    text-align: left;
}

.fave-item-img {
    border-radius: 50% !important;
    /*width: 12vh !important;*/
    /*height: 12vh;*/
    display: inline-block;
    vertical-align: top;
}

.fave-heart-img {
    top: 8px;
    height: 25px;
    left: 85px;
}

.fave-desc-desk {
    margin-right: 0px;
    width: 61%;
    display: inline-block;
    padding: .5rem !important;
    text-align: left !important;
}

.fave-desc-p {
    font-size: 9pt;
	line-height: 1.2;
    font-weight: normal !important;
}

.fave-item-price {
    font-size: 9pt;
}

.fave-v-img, .fave-g-img, .fave-gold-l {
	display: none !important;
}

#order-details-modal {
    /*margin-top: 50px;*/
}

#order-details-modal.order-content-details {
    overflow-y: scroll;
}

#order-details-modal.order-content-details {
    overflow-y: scroll;
}

#order-details-modal .order-desk-date , #order-details-modal .order-desk-loc {
	text-align: center !important;
}

#order-details-modal .order-desk-loc {
    padding-bottom: 20px !important;
}

.dashboard-desktop .card.empty-cart, .dashboard-desktop .card .d-md-block {
	display: none !important;
}

.dashboard-desktop .card .d-md-none {
    display: block !important;
}

.past-order-div-empty, .offers-order-div-empty  {
    padding: 60PX;
}

.past-order-div-empty p, .offers-order-div-empty p {
    font-size: .8rem;
    padding-top: 10px;
}

}

@media (max-width: 768px) {
    .old-pass-div input {
        background-position: 20px;
    }

    .card.order-list.dashboard-only{
        display: none !important;
    }

    .order-desk-date, .order-desk-loc, .order-desk-total {
       text-align: left;
    }
}

@media (max-width: 390px) {
    .change-pass-tab input::-webkit-input-placeholder  {
        white-space:pre-line;
        position:relative;
        top:-9px;
    }
    .change-pass-tab input::-moz-placeholder { /* Firefox 19+ */
        white-space:pre-line;
        position:relative;
        top:-7px;
    }
    .change-pass-tab input:-ms-input-placeholder { /* IE 10+ */
        white-space:pre-line;
        position:relative;
        top:-7px;
    }
    .change-pass-tab input:-moz-placeholder { /* Firefox 18- */
        white-space:pre-line;
        position:relative;
        top:-7px;
    }


}

@media (max-width: 414px) and (min-width: 411px) {
	
/*.change-pass-div .col-md-6 {
    width: 340px !important;
}*/

.dashboard-desk-nav-li img {
    height: 43px;
}

.past-order-div-empty, .offers-order-div-empty {
    padding: 75PX;
}

}

@media (max-width: 375px) {

.dashboard-desk-nav-li img {
    /*height: 5vh;*/
}

.resto-cart {
    width: 160px;
}

#offers-tab, #fave-tab, #change-pass-tab, #person-info-tab, #stored-cards-tab, #past-order-tab {
    /*height: 50vh !important;*/
}

}

@media (max-width: 320px) {
.ms-icon, .vs-icon {
	    padding-left: 0 !important;
}

p.card-num {
    font-size: 9pt;
}

p.card-type-name {
    font-size: 11pt;
}

.details-btn {
    margin-right: 5px !important;
}

.fave-desc-desk {
    padding: .8rem !important;
}

.past-order-div-empty, .offers-order-div-empty {
    padding: 40px;
}

.submit-edit-btn, .submit-btn, .cancel-edit-btn {
    width: 46%;
}

.details-btn {
    width: 100px;
}

#order-details-modal .col-6 .curr-loc-to, #order-details-modal .col-6 .curr-loc-from, #order-details-modal .col-6 .curr-order-time, #order-details-modal .col-6 .curr-date {
    font-size: 9pt;
}

#order-details-modal .col-6 .curr-loc-to {
    width: 110px;
}

#order-details-modal .col-6 .info-container {
    width: 1.9rem;
}

.dashboard-desk-nav-li, #offers-tab, #fave-tab, #change-pass-tab, #person-info-tab, #stored-cards-tab, #past-order-tab {
    /*height: 40vh !important;*/
	overflow-x: scroll;
}

#offers-tab h6, #fave-tab h6, #change-pass-tab h6, #person-info-tab h6, #stored-cards-tab h6, #past-order-tab h6 {
    font-size: 11pt !important;
}

}

@media (max-width: 736px){
  .body-menu-desktop {
    display: none;
  }  
}

@media (max-width: 360px) {
.dashboard-desk-nav-li img {
    /*height: 6vh !important;*/
}

p.card-num, p.card-type-name {
    font-size: 10pt;
}

}

@media (max-width: 1024px) and (min-width: 734px) {
.dashboard-content-desk {
    -ms-flex: 0 0 83% !important;
    flex: 0 0 83% !important;
}

}

@media (max-width: 736px) and (min-width: 667px) {
/**.body-mobile {
    -ms-flex: 0 0 82% !important;
    flex: 0 0 82% !important;
}

.details-btn {
    margin-right: .1rem !important;
}

.details-btn, .reorder-btn {
	width: 45%;
    font-size: 10pt !important;
}

.past-order-item-edit {
    right: 20px;
}

.dashboard-desk-nav {
    padding: .4rem!important;
}


.sticky.header-dashboard-logo {
    left: 20px;
}

.dashboard-desk-nav-li a {
    font-size: 10pt;
}

.delivery-choice {
    width: 30%;
}

.dashboard-desk-user p {
    width: 200px;
}**/
.dashboard-desk-nav {
    height: 45% !important;
    overflow-y: scroll;
}

#offers-tab, #fave-tab, #change-pass-tab, #person-info-tab, #stored-cards-tab, #past-order-tab  {
    height: 45%;
    overflow-y: scroll;
}

}
/**
@media (min-width: 667px) and (max-width: 768px) {

.dashboard-desktop .payments-accepted p , .dashboard-desk-nav-li a {
    font-size: 9pt !important;
}

.dashboard-desktop button.btn-rect , .dashboard-desktop span.cart-desk-fee-label {
    font-size: 11pt;
}

}

@media (min-width: 667px) and (max-width: 684px) {
.dashboard-content-desk {
    -ms-flex: 0 0 83% !important;
    flex: 0 0 82.7% !important;
}

.sticky.header-dashboard-desktop span {
    font-size: 10pt;
}

.pickup-loc, .pickup-min {
    width: 190px;
}

.header-buttons {
    padding-right: 1rem!important;
}
}

@media (min-width: 1400px) {
.dashboard-content-desk {
    -ms-flex: 0 0 83.7%;
    flex: 0 0 83.85%;
}

}


@media (max-width: 1093px) and (min-width: 1024px) {
	.delivery-choice {
		width: 20%;
	}
}**/

@media (min-width:1200px) {
    .dashboard-desktop #header {
        display: none;
    }

    .dashboard-desktop .cart-item {
        padding: 15px 0;
        padding-right: .5rem;
    }

    .dashboard-desktop .cart-item h6 {
        font-size: 10pt !important;
        /*text-transform: uppercase;*/
    }

    .dashboard-desktop .card p {
        padding: inherit !important;
    }
}

@media (max-width: 767px) {
	
	.dashboard-desktop {
		overflow: hidden;
	}
	
	.dashboard-desktop .page-content {
		/*height: 100vh;*/
	}
	
	.dashboard-desktop .card {position: fixed;}
	
	.dashboard-desktop .total {
		background: url(../images/gradient-error-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: .5rem !important;
		border-radius: 15px;
		border: 0;
		height: 100%;
		position:  relative;
		padding-left: 10px;
		box-shadow: 1px 0 10px 0px #ae875d;
	}
	
	.dashboard-desktop .total-amount {    
		display: inline-block;
		left: 80px;
		font-size: 18pt;
		top: 13px;
		margin-bottom: 0px;
		font-weight: bold;
		color: #fff !important;
		font-family: 'Montserrat-Medium';
	}
	
}


@media (max-width: 600px) {
#offers-tab, #fave-tab, #change-pass-tab, #person-info-tab, #stored-cards-tab, #past-order-tab  {
    /*height: 60vh;*/
    overflow-y: scroll;
}

#order-details-modal .fees-modal-label {
    background-position: 60% 29%;
}

#order-details-modal .col-6 {
	 font-size: 10pt;
}

#order-details-modal .col-6 .info-container {
    width: 2rem;
}

#order-details-modal .col-6 .info-container-col-2 {
    width: 1rem;
}

#modal-add-card {
    width: 90%;
}

/*.dashboard-desktop .card {
    bottom: 50px;
}*/
input#new-pass::placeholder, input#new-pass-confirm::placeholder ,input.old-pass-desk::placeholder {
   /*font-size: 2vh;*/
}

}

.pw-new-icon, .pw-confirm-icon, .pw-eye-icon {
    right: 25px;
	cursor: pointer;
}

.pw-new-icon {
    top: 100px;
}

.pw-confirm-icon {
    top: 160px;
}

.bg-gray {
   background-color: #efeff4;
}

.dashboard-content-desk [id*="-tab"] {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.past-order-item .row {

}

.dashboard-content-desk {
    padding-left: 1rem;
    padding-right: 1rem;
}

.past-order-item-btns button {
    width: auto !important;
    padding: 0 .5rem !important;
    font-size:13px;
}

.order-display>[class*=col-],
.change-pass-div>[class*=col-],
.old-pass-div>[class*=col-],
.person-info-div>[class*=col-],
.stored-cards-div>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.order-display>[class*=col-]:nth-child(odd),
.stored-cards-div>[class*=col-]:nth-child(odd) {
    padding-right: 1rem;
}

.detail-label {
    font-size: 1rem !important;
}

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

.centerleftdiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.centerrightdiv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dashboard-desktop .dashboard_checkout {
    position:fixed;
    bottom:6px;
    margin-left: -10px !important;
}

.dashboard-desktop .dashboard_checkout .dashboard_checkout_container {
    background: linear-gradient(to right, rgba(255,255,255,.20), transparent);
    background-color: #a57c58;
    border-radius: 100px;
    color: #fff;
}

.dashboard-desktop .dashboard_checkout .total-amount {
    padding: 0px 6px;
}

.dashboard-desktop .dashboard_checkout span,
.dashboard-desktop .dashboard_checkout .checkout-icon {
    font-size: 1rem;
}

.dashboard-desktop .past-order-div {
    overflow-y: scroll;
}

@media only screen and (max-width: 1024px) {
    .dashboard-head {
        margin: 0px !important;
        background-color: #000000 !important;
    }
    .dashboard-desk-user {
        color: #565656;
    }

    .sticky.header-dashboard-desktop {
        height:33px;
    }

}

@media only screen and (min-width: 1025px) {
    .sticky.header-dashboard-desktop {
        display:none;
    }

    .dashboard-head {
        margin: 0px !important;
        border-radius: 16px;
    }

    .body-dashboard-desktop {
        padding-top: 40px;
    }

    .dashboard-desktop #header {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dashboard-desktop .btn.btn-home{
        padding: 0px;
    }

    .dashboard-desktop .btn-home-container {
        padding: 8px 24px;
    }
    .dashboard-desktop .header-btn {
        padding: 12px 24px;
    }

    .dashboard-desktop .btn-home-container, .dashboard-desktop .header-btn {
        /* cursor: pointer; */
        border-radius: 40px;
        background-color: #fff;
        font-family: 'Montserrat-Medium';
        /* text-transform: uppercase; */
        /*margin: 0px !important;*/
        text-overflow: ellipsis;
        overflow-x: hidden;
        padding: 11px 18px !important;
        white-space: nowrap;
        margin-right: 0 !important;
        width: fit-content;
        display: inline-block;
        max-width: 314px;
        word-break: break-word;
        align-self: start;
    }

    .dashboard-desktop .header-logo {
        width: 50px;
    }

    .dashboard-desktop .header-loc-icon {
        margin:0px !important;
        padding:0px !important;
    }

    .dashboard-desktop .dashboard_checkout {
        display: none !important;
    }

}

.dashboard-desktop #header .header-btn .pickup-min {
    padding:0px !important;
}

.dashboard-desktop .header-btn.pickup-loc-hover,
.dashboard-desktop .header-btn.pickup-min-hover
{
    background-color: #a57c58;
    color: #ffffff;
}



.dashboard-desktop #header .header-btn .change-label {
    display:none;
}

.dashboard-desktop #header .header-btn.pickup-loc-hover *,
.dashboard-desktop #header .header-btn.pickup-min-hover *
{
    display:none;
}

.dashboard-desktop #header .header-btn.pickup-loc-hover .change-label,
.dashboard-desktop #header .header-btn.pickup-min-hover .change-label
{
    display:block;
}


/** sms verification modal **/

#smsverificationmodal.show {
    z-index: 9999 !important;
}

#smsverificationmodal.show .modal-dialog {
    /*padding-left: 24px;*/
    /*padding-right: 24px;*/
    /*width: 400px;*/
    /*margin: 0px auto;*/
    font-size: 18px;
}

#smsverificationmodal.show .modal-title {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    padding-top:2px;
}

#smsverificationmodal.show .modal-title-notes {
    font-size: 12px;
    padding: 3px 12px 3px 12px;
    letter-spacing: 1px;
}

#smsverificationmodal.show .sms_phone_number {
    font-weight: bold;
}

#smsverificationmodal.show .modal-content {
    width:320px;
    height: 240px !important;
}

#smsverificationmodal.show .modal-body {
    border-radius: 8px;
    margin-bottom: 0px;
    padding:0px;
}

#smsverificationmodal.show .enter_code_container {
    display: none!important;
}

#smsverificationmodal.show .enter_code_container.show {
    display: block!important;
    margin-bottom: 30px;
}

#smsverificationmodal.show .verify_code_container.hide {
    display: none!important;
}

#smsverificationmodal.show .verify_code_container .note,
#smsverificationmodal.show .enter_code_container .note {
    font-size: 12px;
}

#smsverificationmodal.show .enter_code_container .note {
    margin-bottom: 0px;
}

#smsverificationmodal.show .enter_code_container a.dashboard-sendsmsverificationcode{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#smsverificationmodal.show .sms_error_message_container {
    display: none!important;
}

#smsverificationmodal.show .sms_error_message_container.show {
    display: flex!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#smsverificationmodal.show .button_container {
    padding-top: 12px;
}

#smsverificationmodal.show button {
    padding: 8px 24px;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    width: 280px;
}



/*=====*/
/*Passcode-wrapper Styling only Begin ==*/
#smsverificationmodal.show .passcode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0 auto;
}
#smsverificationmodal.show .passcode-wrapper input {
    width: 44px;
    height: 60px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    border-top: none;
    font-size: 26px;
    font-weight: bold;
    moz-box-shadow: 0px 0px 1px 0px #dadadac2;
    -webkit-box-shadow: 0px 0px 1px 0px #dadadac2;
    box-shadow: 0px 4px 8px 0px #dadadac2;
}
#smsverificationmodal.show .passcode-wrapper input:last-child {
    margin-right: 0;
}
#smsverificationmodal.show .passcode-wrapper input::-webkit-inner-spin-button,
#smsverificationmodal.show .passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/*Passcode-wrapper Styling only End ====*/

.dashboard-desktop .options-open .floating-item-options .floating-quantity{
    display:none !important;
}
