div#checkoutcontainer {
    padding-top: 98px;
}
.cart-items-d {
    max-height: 300px;
    overflow: auto;
}
.cart-items-d .d-inline-block {
    font-size: 14px;
    font-weight: 500;
}
.cart-items-d img.img_cart {
    width: 44px;
    margin-right: 15px;
}
img.card__img {
    width: 42px;
}
span.custome-checkbox-lable-chind {
    display: inline-block;
}
.main_custom {
    padding-top: 0px !important;
    padding-bottom: 0px !IMPORTANT;
}
.title__box {
    display: block;
    padding: 0 0 13px 0;
   /*border-bottom: 1px solid #bfbfbf;
   */
    font-size: 24px;
}
.saved__card.flex__cener {
    background: #f1f1f1;
    padding: 1px 5px;
    border-radius: 4px;
}
.form-check.form-check__new {
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    padding: 17px 23px;
}
.navbar-nav li.nav-item.btn_sign a{
    color: gray
}
.custome-checkbox-lable {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custome-checkbox-lable span {
  font-size: 17px;
}

#billingaddresscontent .custome-checkbox-lable>div {
    font-size: 13px !important;
}

.custome-checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    background-color: #eee;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.container-radio-btn-online-ordering {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-radio-btn-online-ordering input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark-radio-btn-online-ordering {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.container-radio-btn-online-ordering:hover input~.checkmark-radio-btn-online-ordering {
    background-color: #ccc;
}
div#billingaddresscontent {
    padding-top:22px;
}
.container-radio-btn-online-ordering input:checked~.checkmark-radio-btn-online-ordering {
    background-color: #e8332c;
}

#billingaddresscontent .flex__cener.border__btm {
    border-bottom: 1px solid #dedede;
    margin-left: 0px;
    margin-right: 0px;
    padding: 7px 0px !important;
}
#billingaddresscontent .form-check {
    padding-left: 0px;
}
.col-md-10.delivery__add {
    padding-left: 0px;
}
.billingpd {
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    padding: 17px 23px;
}
.new__billing_b {
    background: #f1f1f1;
    padding: 20px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.checkmark-radio-btn-online-ordering:after {
    content: "";
    position: absolute;
    display: none;
}
.container-radio-btn-online-ordering input:checked~.checkmark-radio-btn-online-ordering:after {
    display: block;
}
#billingaddresscontent label.custome-checkbox-lable b {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
#billingaddresscontent .custome-checkbox-lable {
    margin-bottom: 5px;
}
.container-radio-btn-online-ordering .checkmark-radio-btn-online-ordering:after {
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
}
.custome-checkbox-lable{
    position: relative
}
.container-radio-btn-online-ordering{
    position: absolute;
    left: 1px;
}
#editformmodal .modal-header .close{
    margin: 0px 5px 0 0 ;
}
#editformmodal{
    color: #676767;
}
#editformmodal #editform input{
    font-size: 14px;
    color: #5f5f5f;
}
#editformmodal #editform label{
    font-size: 14px;
}
.btn.btn-primary {
    background: #e8332c;
    border: none;
    color: #fff !important;
}
.btn.btn-primary:hover{
    opacity: .9;
    background: #c83630;
    border: none;
}
.btn.btn-primary:active{
    background: #c83630;
    border: none;
}
.featurette-heading {
    margin-top: 7rem;
}
.order_confirmation {
    background: white;
    border-radius: 10px;
    padding: 0px 15px 12px 15px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
}
.order__confirmed__top {
    background: #142645;
    color: white;
    padding: 20px 40px;
    border-radius: 6px 6px 0px 0;
}
.order__confirmed__top h1 {
    font-weight: 600;
    padding-top: 15px;
    font-size: 36px;
    margin: 0px;
}
.order__confirmed__top p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0px 0 14px 59px;
}
.col-md-12.bottom__gray {
    text-align: center;
    border-top: 2px solid #dee2e6;
    padding-top: 14px;
}
.col-md-12.bottom__gray a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    margin-left: 7px;
}
.order__info__detail {
    margin-top: 14px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}
.infoinnerbox {
    font-size: 14px;
}
.order__info__detail span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: gray;
}
.form-control:focus {
    border-color: #c83630;
    box-shadow: 0 0 0 0.2rem rgba(200, 54, 48, 0.29);
}
.banner-inner-bottom_para .link_fts{
    color: #c83630;
    opacity: .9;
}
.banner-inner-bottom_para .link_fts:hover{
    color: #c83630;
    opacity: 1;
}
.close.closed_pop {
    margin: 0px;
    top: 20px;
    right: 20px;
}
.accounthead2 {
    font-size: 28px;
    padding-left: 118px;
}
.order__confirmed__top h1:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 20px;
}
.shopping-cart.full__view {
    width: 100%;
}
.contact-details {
    color: white;
    font-size: 13px;
}
form#customerquery {
    padding: 30px 26px 60px 26px;
    margin: auto;
}
form#customerquery .btn_red a {
    background: #e8332c !important;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 20px;
    -webkit-box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.contact-details h5 {
    font-weight: 500;
    letter-spacing: 2px;
}
.over_fl {
    overflow: hidden;
}
.contact-us-info {
    background: #142645;
    padding: 20px 0;
    -webkit-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.14);
    overflow: hidden;
}
.contact-us-heading {
    color: white;
    display: none;
}
.shopping-cart.full__view .shopping-cart-items {
    padding: 0 15px;
    margin: 0px;
    list-style: none;
}
.online-ordering-navbar .navbar .navbar-toggler{
    margin-left: 15px;
}
.shopping-cart.full__view .shopping-cart-items li {
    padding-bottom: 14px;
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
}
.ecomm-col{
    min-height: 176px !important;
}
.shopping-cart.full__view .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 50px;
}
.shopping-cart.full__view .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
}
.shopping-cart.full__view .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 13px;
}
.modal{
    z-index:99999;
}
.tab-container-n.sticky {
    position: fixed;
    top: 0px;
    width: 117%;
    z-index: 9999;
    background: white;
}
.address_n {
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 20px;
}
a.del_add {
    display: inline-block;
    background: white;
    border: 1px solid #ea332d;
    color: #ea332d;
    border-radius: 3px;
    font-size: 12px;
    padding: 7px 14px 7px 14px;
    margin-top: 10px;
    font-weight: 500;
}
a.del_add i {
    margin-right: 6px;
    margin-left: -6px;
}
a.del_add.ac_add i {
    margin-right: 6px;
    color: #41962a;
}
.online-ordering-navbar .navbar-expand-lg {
   min-height: 93px;
}
a.del_add.ac_add {
    background: #f1f2f4;
    border: 1px solid #bdc1c8;
    color: #111111;
}
.cart-all-item.scroll_over .btn.btn-block.checkout-btn {
    margin-top: 14px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    font-family: 'Poppins', sans-serif !important;
}
.apply-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    padding: 17px 0 20px 0;
    margin-bottom: 14px;
    margin-top: -2px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    border-radius: 0 0px 5px 5px;
}
#billingaddresscontent .form-check {
    padding-left: 0px;
}
.title__box.dark-bd-bottom .billing_address_head {
    border-bottom: 0px !important;
}
.billing_address_head {
    font-weight: 500!important;
    text-transform: none;
    letter-spacing: 1px;
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: 5px;
}




.title__box.dark-bd-bottom {
    border-bottom: 2px solid #C6C6C6;
    padding: 0;
    margin-bottom: 10px;
}
.title__box {
    display: block;
    padding: 0 0 13px 0;
   /* border-bottom: 1px solid #bfbfbf;
    */
    font-size: 24px;
}
.cart-all-item.scroll_over {
    overflow-x: hidden;
    max-height: 60vh;
    background: white;
    padding: 0 20px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.12);
    border-radius: 4px;
    margin-top: 13px;
    padding-bottom: 20px;
    z-index: 2;
    position: relative;
    width: 100%;
}
.sub-total {
    flex-wrap: wrap;
}
.sub-total span h6 {
    font-size: 14px;
    line-height: 20px;
}
.new-check {
    width: 100%;
}
.checkout-to-pay {
    font-size: 18px;
    font-weight: 600;
    color: #152546;
    border-top: 2px solid #152546;
    padding-top: 13px;
    margin-top:-1px;
}
.sub-total, .checkout-tax, .checkout-total, .checkout-to-pay {
    display: flex;
    justify-content: space-between;
    padding: 10px 11px 10px 0px;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
}
a.btn.btn-outline-light {
    border: 1px solid #E2E2E2;
    color: #212529;
    min-width: 80px;
    padding: 15px 15px;
}
.form-inline.inline-right button.btn.btn-primary {
    min-width: 100px;
    text-transform: uppercase;
}
.form-inline.inline-right {
    float: right;
}
.form-inline.inline-right .form-control.mb-2, .form-inline.inline-right .form-control {
    margin: 0 10px 0 0 !important;
    min-width: 220px;
}
.checkout-to-pay.loyality-points-left {
    border: none;
    padding: 0px 0 15px 0;
    display: block;
    margin: 0;
}
.checkout-to-pay {
    font-size: 18px;
    font-weight: 600;
    color: #152546;
    border-top: 2px solid #152546;
    padding-top: 13px;
    margin-top: 10px;
    border-bottom: 0px;
    padding-bottom: 0;
}
.checkout-to-pay.loyality-points-left span {
    display: block;
}
.cart-right-part {
    background: #f1f1f1;
    margin-top: 0px;
   /* padding-left: 36px !important;
    */
    padding-bottom: 40px;
}
/*---STORE INFORMATION---*/
.store-information-r {
    display: block;
}
.store-information-r .store-name-i {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 2px 0;
    margin: 0px;
}
.store-information-r .store-address-i {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
button.store-hours-dropdown {
    background: none;
    border: none;
    font-size: 14px;
    padding-left: 0px;
    margin-top: 7px;
    outline: none;
    cursor: pointer;
}
.store-hours-dropdown {
    list-style: none;
    padding:10px 15px;
    margin: 0px;
}
.store-hours-dropdown li {
    display: block;
    font-size: 14px;
    padding: 3px;
}
.store-hours-dropdown li span {
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
}
.navbar-brand .logo-img {
    width: 100%;
}
a.nav-link {
    color: #000000!important;
    padding: 0px !important;
}
.hv_sign span {
    font-size: 24px;
   /* font-weight: 500;
    */
}
.modal-content.orderdetail .row.gray_light {
    margin: 0;
}
.payments__details.col-md-12 {
    padding: 0 40px;
}
div#customer-details-containt, div#order-history {
    margin-top: 40px;
}
div#ordertyperetail {
    padding-top: 20px;
}
