﻿@charset "UTF-8";
:root {
  --main-color: #e61d2B;
  --main-light-color: #e61d2B14;
  --main-color-40: #e61d2B40;
  --main-background-item-color: #FFF3EF;
}

.tracker-instant-discount .section-1 {
  background: #E4F3FF;
}

.tracker-instant-discount .section-1 .btn {
  background: #297ABE !important;
  margin-bottom: 5px !important;
  color: #fff !important;
}

.tracker-instant-discount .section-1 p {
  padding-top: 10px;
  font-weight: 600;
  color: #505050;
}

#tracker-count-down-group .vertical-left {
  position: absolute;
  width: 5px;
  height: 72px;
  left: 0;
  background: #297ABE;
}

#tracker-count-down-group .vertical-left-1 {
  position: absolute;
  width: 5px;
  height: 17px;
  left: 10px;
  background: #407AB6;
  border-radius: 5px;
  transform: rotate(-90deg);
  top: -6px;
}

#tracker-count-down-group .vertical-left-2 {
  position: absolute;
  width: 5px;
  height: 17px;
  left: 10px;
  background: #407AB6;
  border-radius: 5px;
  transform: rotate(-90deg);
  bottom: -4px;
}

#tracker-count-down-group .vertical-right {
  position: absolute;
  width: 5px;
  height: 72px;
  right: 0;
  background: #297ABE;
}

#tracker-count-down-group .vertical-right-1 {
  position: absolute;
  width: 5px;
  height: 17px;
  right: 10px;
  background: #407AB6;
  border-radius: 5px;
  transform: rotate(-90deg);
  top: -6px;
}

#tracker-count-down-group .vertical-right-2 {
  position: absolute;
  width: 5px;
  height: 17px;
  right: 10px;
  background: #407AB6;
  border-radius: 5px;
  transform: rotate(-90deg);
  bottom: -4px;
}

#tracker-count-down-group .count-down {
  position: absolute;
  height: 17px;
  left: 0%;
  top: 10%;
}

#tracker-count-down-group .time {
  font-size: 3em;
  color: #407AB6;
}

#tracker-count-down-group .text {
  font-size: 1em;
  font-weight: 600;
}

.tracker-instant-bill-now {
  color: #297ABE;
  font-size: 17px;
  font-weight: 600;
}

.tracker-instant-expires {
  color: #615f5f;
  font-weight: 500;
}

#modalReceiptAdjustment .table-borderless td,
#modalReceiptAdjustment .table-borderless th {
  border: 0;
}

#modalReceiptAdjustment .table-borderless > tbody > tr > td {
  border-top: none;
  padding: 5px;
  padding-right: 0px;
}

#btnConfirmAdjustOrder .confirm-cancel {
  background: #fff;
  color: #f0ad4e;
}

#customerReceiptInfo td {
  text-align: center;
}

#modalReceiptAdjustment .nav-tabs.nav-justified {
  border: 1px solid #ddd;
  border-color: #e61d2B;
}

#modalReceiptAdjustment .nav-item a {
  color: #e61d2B;
}

#modalReceiptAdjustment .nav-pills > li {
  display: table-cell !important;
  width: 1% !important;
}

#modalReceiptAdjustment .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 0 !important;
}

#btnConfirmAdjustOrder .row button {
  width: 100%;
}

#modalReceiptAdjustment hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}

#TabReceipt > li > a:hover {
  color: #fff !important;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
}

@media (min-width: 768px) {
  #btnConfirmAdjustOrder .row button {
    width: 50%;
  }
  #modalReceiptAdjustment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
}
.o-notes-refund-bank {
  color: #e61d2B !important;
}

.product-variant-and-modifiers .modifier-quantity-input-group .input-group-btn .btn {
  background: white;
  border: 1px solid #eee;
  height: 24px;
  min-height: 24px;
  padding: 3px 6px;
  background-color: var(--main-color) !important;
  color: #fff !important;
  border-radius: 4px;
}

.product-variant-and-modifiers .modifier-quantity-input-group .input-group-btn .btn.minus {
  background: white !important;
  color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}

.product-variant-and-modifiers .modifier-quantity-input-group input[type=text] {
  background: white;
  height: 24px;
  font-size: 14px;
  padding: 0;
  width: 35px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #c4c4c4 !important;
  border-radius: 4px;
}

.product-detail-footer .product-total-price .input-group-btn .btn {
  background: var(--main-color) !important;
  color: white;
}

.smoov-product-detail-right-panel .product-quantity-input-group .input-group-btn .btn {
  background: var(--main-color) !important;
  color: white;
  border: 1px solid var(--main-color) !important;
}

.smoov-product-detail-right-panel .product-quantity-input-group input[type=text] {
  color: var(--main-color) !important;
  font-size: 14px;
  height: 24px;
  min-width: 45px;
  padding: 0;
}

.smoov-product-detail-left .product-quantity-input-group .input-group-btn .btn {
  background: var(--main-color) !important;
  color: white;
  height: 24px;
  min-height: 24px;
  padding: 3px 6px;
}

.smoov-product-detail-left .product-quantity-input-group input[type=text] {
  color: var(--main-color) !important;
  font-size: 14px;
  height: 24px;
  min-width: 60px;
  padding: 0;
}

.product-detail-footer.v2 {
  border: none;
  margin: 0px;
  padding: 0px 15px;
}

.product-detail-footer .product-total-price {
  padding: 0;
}

.product-detail-footer .product-total-price .btn-left {
  text-align: left;
  border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border: 0px solid #000000;
}

.product-detail-footer .product-total-price .btn-right {
  text-align: right;
  border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border: 0px solid #000000;
}

.product-detail-footer .product-total-price .input-group-btn {
  color: white;
}

.product-detail-footer .product-total-price h4 {
  background: var(--main-color) !important;
  color: white;
  height: 50px;
  padding-top: 15px;
}

.modal-product-detail .product-total-price .input-group-btn .btn {
  border-radius: 5px;
  margin-left: 5px;
}

.fa.fa-scale {
  font-size: 4em;
}

.modifier-quantity-input-group.text-right.theme-radio-color {
  min-width: 85px;
}

#productDetailModal_Body .btn-update-amount {
  text-align: right;
  color: #555555;
  padding-bottom: 5px;
}

.lg-modifiergroup-header {
  min-height: 63px;
  background: #f6f6f6;
  padding-top: 20px;
}

.lg-modifiergroup-header .pull-right {
  color: var(--main-color) !important;
}

.lg-modifiergroup-header > strong {
  margin-left: 15px;
  color: var(--main-color) !important;
}

.lg-modifiergroup-header .table-product-detail {
  margin-left: -5px;
  width: 100%;
}

.product-detail-text-right {
  color: var(--main-color) !important;
}

.product-detail-content {
  padding-top: 10px;
}

.product-detail-footer .product-quantity-input-group .input-group-btn .btn {
  background: var(--main-color) !important;
  color: white;
  height: 34px;
  width: 34px;
  min-height: 34px;
  padding: 3px 6px;
  border-radius: 4px !important;
}

.product-detail-footer .product-quantity-input-group .input-group-btn .btn.minus {
  background: white !important;
  color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}

.modal-footer.product-detail-footer.v2 {
  background: var(--main-background-item-color) !important;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-detail-footer .product-total-price h4 {
  background: var(--main-color) !important;
}

.product-detail-footer .product-total-price .input-group-btn .btn {
  background: var(--main-color) !important;
}

.smoov-product-detail-right-panel .product-quantity-input-group .input-group-btn .btn {
  background: var(--main-color) !important;
}

.smoov-product-detail-right-panel .product-quantity-input-group input[type=text] {
  color: var(--main-color) !important;
}

.product-detail-footer .product-quantity-input-group input[type=text] {
  font-size: 14px;
  height: 34px;
  width: 35px;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #c4c4c4 !important;
  border-radius: 4px !important;
  color: #333333;
}

.product-variant-and-modifiers .variants-selector {
  color: var(--main-color) !important;
}

.modal-product-detail .product-total-price .input-group-btn #btn-AddToCart, .modal-product-detail .product-total-price .input-group-btn #btn-ChangeDateTime {
  font-weight: 500;
}
.modal-product-detail .product-total-price .input-group-btn #btn-AddToCart:hover, .modal-product-detail .product-total-price .input-group-btn #btn-AddToCart:focus, .modal-product-detail .product-total-price .input-group-btn #btn-ChangeDateTime:hover, .modal-product-detail .product-total-price .input-group-btn #btn-ChangeDateTime:focus {
  opacity: 0.65;
  background-color: #322e3f;
  color: #fff;
  transition: all 0.4s;
}

.table-product-detail input[type=radio] {
  top: -10px !important;
}

.open-price-unit {
  display: flex;
  margin-left: 10px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .product-variant-and-modifiers .modifier-quantity-input-group .input-group-btn .btn {
    height: 34px;
    min-height: 34px;
    width: 34px;
  }
  .product-variant-and-modifiers .modifier-quantity-input-group input[type=text] {
    height: 34px;
    font-size: 18px;
    width: 35px;
    margin-top: 5px;
  }
  .product-detail-content {
    padding-top: 20px;
  }
  .product-detail-text-right span {
    font-size: 24px !important;
  }
  #productDetailModal .modal-body span {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #deliveryModal .modal-body span {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .table-product-detail .theme-radio-color input[type=radio] {
    width: 34px;
    height: 34px;
  }
  .table-product-detail .theme-radio-color input[type=radio]:before {
    width: 20px;
    height: 20px;
    margin: 6px auto;
  }
  .table-product-detail .theme-radio-color input[type=radio]:disabled {
    opacity: 0.6;
  }
  .fd-productdetailpopup em {
    font-size: 18px;
  }
  .fd-productdetailpopup small {
    font-size: 18px;
    display: block;
  }
  .lg-productdetailpopup strong {
    font-size: 24px;
  }
  .product-detail-footer .product-total-price .input-group-btn .btn {
    margin-right: 15px;
  }
  .product-detail-footer.v2 {
    min-height: 70px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product-detail-footer .product-quantity-input-group .input-group-btn .btn {
    height: 50px !important;
    min-height: 50px !important;
    width: 50px;
    border-radius: 4px;
  }
  .product-detail-footer .product-quantity-input-group .input-group-btn .btn i.fa {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .product-detail-footer .product-quantity-input-group input[type=text] {
    height: 50px !important;
    font-size: 24px !important;
    width: 50px !important;
    margin-left: 5px !important;
    margin-right: 5px;
  }
  .modifier-quantity-input-group.text-right.theme-radio-color {
    min-width: 110px;
  }
  .table-product-detail .theme-radio-color .radio {
    margin-right: 15px;
  }
  .modal-product-detail .product-total-price .input-group-btn #btn-AddToCart, .modal-product-detail .product-total-price .input-group-btn #btn-ChangeDateTime {
    font-size: 24px;
    font-weight: 500;
  }
  #productDetailModal .modal-body .mark__value--number {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 0;
    padding-top: 0;
  }
  #productDetailModal .modal-body .mark__value--unit {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .fa.fa-scale {
    font-size: 2em;
  }
  .lg-modifiergroup-header {
    min-height: 40px;
    padding-top: 12px;
  }
  .product-detail-footer .product-total-price .input-group-btn .btn {
    margin-right: 10px;
  }
  .table-product-detail input[type=radio] {
    top: -5px !important;
  }
  .open-price-unit {
    font-size: 14px;
    margin-left: 2px;
  }
}
.lg-productdetailpopup strong {
  color: var(--main-color) !important;
}

.full-mobile.fd-productdetailpopup-warning {
  border: 1px solid #f00;
}

.product-quantity-box {
  display: inline-flex;
  justify-content: start;
  align-items: center;
}

.desktop .title-4 > a:hover {
  color: #c9302c !important;
  text-decoration: none;
}

.desktop .title-2 > a:hover {
  color: #57423F !important;
}

.bg-pink {
  background-color: #e61d2B !important;
}

.tooltip-delivery .bg-pink {
  background-color: #fff !important;
  color: #e61d2B !important;
}

#btnAddPostalCodeMyCart {
  background-color: #333333 !important;
  padding-bottom: 2px;
}

.tooltip-delivery .bg-pink {
  background-color: #fff !important;
  color: #e61d2B !important;
}

.tooltip-delivery .tooltip-arrow {
  border-bottom-color: #fff !important;
}

.price {
  color: #e61d2B !important;
}

.badge {
  background-color: #c9302c !important;
}

.btn-grey {
  background-color: #e61d2B !important;
}

.brand-name {
  color: #000;
}

.btn-action-required-background {
  border: 1px solid #FF7A00 !important;
  margin-bottom: 5px;
  min-width: 270px;
  font-size: 18px;
  background-color: #FF7A00 !important;
  color: #fff !important;
}

.btn-action-required-border {
  border: 1px solid #FF7A00 !important;
  margin-bottom: 5px;
  min-width: 270px;
  font-size: 18px;
  background-color: #fff !important;
  color: #FF7A00 !important;
}

.btn-action-required-background i {
  color: #fff !important;
}

.btn-action-required-border i {
  color: #FF7A00 !important;
}

.desktop .btn-grey:hover {
  background-color: #57423F !important;
  color: #fff !important;
  border-color: #57423F !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
}

.btn-while {
  color: #e61d2B !important;
  background-color: #fff !important;
  border-color: #e61d2B !important;
}

#btn-discount:hover, #btn-voucher:hover {
  color: #fff !important;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
}

.btn-danger:hover {
  background-color: #57423F !important;
  color: #fff !important;
  border-color: #dcd8d8 !important;
}

.btn-while:hover {
  border-color: #57423F !important;
}

#collapseOne .panel-body {
  background-color: #FFF3EF;
  padding-bottom: 0;
}

#collapseOne .collapseOne__main-content {
  background-color: #FFF3EF;
}

#collapseOne .collapseOne__main-title {
  color: #212121;
}

#collapseOne .collapseOne__main-price {
  color: #E61D2B;
}

.alert-danger {
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
  color: #fff !important;
}

.text-success {
  color: #57423F !important;
}

.btn-primary {
  color: #fff;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
}

.link-2 {
  border-bottom: 1px dashed #c9302c !important;
}

.tab .nav-tabs li.active {
  z-index: 3;
}

.tab .nav-tabs li.active > a > span {
  background-color: #e61d2B !important;
}

.remove-padding-right {
  padding-right: 0 !important;
}

.remove-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#menu-mb .list-2 {
  background-color: #e61d2B !important;
}

#sticky-announcement {
  position: fixed;
  background: none !important;
  box-shadow: none !important;
}

#sticky-announcement .container-fluid {
  width: 80% !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.vertical-products .thumbnail-1, .vertical-title.thumbnail-1 {
  background: #F0F0F0;
  border-radius: 8px;
  position: relative;
}

.vertical-products .thumbnail-1 img, .vertical-title img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  border: 1px solid #eee;
}

.vertical-products .thumbnail-1 a, .vertical-products .thumbnail-1 span.btn-border-red {
  border-radius: 0 0 8px 8px;
}

.vertical-products .thumbnail-1 p.price {
  margin-left: 15px;
}

.vertical-products .thumbnail-1 h3 {
  font-size: 1em;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 5px;
}

.vertical-products .thumbnail-1 h3 a {
  line-height: 17px;
}

.block-1 .horizontal-products .slide {
  padding-left: 15px;
  padding-right: 15px;
}

.block-1 .horizontal-products .thumbnail-1 {
  padding: 0;
}

.vertical-title .caption h3 {
  text-align: center;
  word-break: break-word;
}

.btn-AmendMoreChange {
  border: 1px solid #e61d2B !important;
  margin-bottom: 5px;
  min-width: 150px;
  color: #e61d2B !important;
  font-size: 18px;
}

.color-by-theme {
  color: #e61d2B !important;
}

.background-by-theme {
  background: #e61d2B !important;
}

.color-while {
  color: #fff !important;
}

.color-by-star {
  color: #FFC700;
}

.color-by-darkgray {
  color: #898989;
  font-size: 12px;
}

.rowVariantRemark {
  margin-top: 15px;
}

#VariantRemark {
  margin-bottom: 15px;
}

.open-price {
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  color: #898989;
  margin-top: 8px;
}

.floating-category ul {
  overflow-x: auto;
  overflow-y: auto;
}

.floating-category #idMenuLeft {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.floating-category ul.promotion {
  color: #DA534F;
}

.floating-category .menu-mobile-item {
  background: #F8F8F8;
  border-radius: 0px 5px 5px 0px;
  padding: 10px 15px;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #fff;
}

.floating-category .menu-mobile-item.active {
  background: #e61d2B;
  border-radius: 0px 5px 5px 0px;
}

.floating-category .menu-mobile-item.active .slide__title:hover {
  background-color: #e61d2B;
}

.floating-category .menu-mobile-item.active .slide__title {
  color: #fff !important;
}

.floating-category .block-1.style-1 {
  padding-top: 0px;
}

.floating-category .promotion .slide__title {
  line-height: 18px;
  color: #DA534F;
  padding: 0;
}

.floating-category .menu-mobile-item .slide__title {
  line-height: 18px;
  color: #000;
}

.original-price {
  text-decoration-line: line-through;
  color: #878787;
  font-size: 0.85em;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.product-total-quantity .open-price-unit {
  margin-bottom: 5px;
}

.open-price-unit {
  margin-left: 5px;
}

#load-more-promotions, #load-more-categories, #load-more-recommendations, #load-more-recommendations-vertical {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-clamp-overflow-item {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.4;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.text-clamp-overflow-title {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 57px;
  min-height: 57px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.text-clamp-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-height: 23px;
  -webkit-box-orient: vertical;
}

#description-by-recommended {
  padding: 10px;
}

#bodyMainHome {
  margin-top: 3px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#scroll-top {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff3450;
  line-height: 26px;
  color: #fff;
  border: 2px solid #ff3450;
  position: fixed;
  bottom: 15px;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

#scroll-top:hover {
  color: #ff3450;
  background-color: transparent;
  border: 2px solid #ff3450;
  cursor: pointer;
}

#StepInfo {
  margin-bottom: 10px;
}

.text-level-0 {
  font-weight: bold;
  color: #000;
}

.text-level-1 {
  padding-left: 12px;
}

.text-level-1 em {
  padding-right: 10px;
}

.text-level-1-color {
  color: #626264;
}

.text-level-red-color {
  color: #DA534F !important;
}

.text-level-2 {
  padding-left: 24px;
  color: #A7A9AB;
}

.text-level-2-color {
  color: #A7A9AB;
}

.dropdown-2 .btn {
  background-color: #FFF3EF;
}

.table-product-detail input[type=radio] {
  top: -10px !important;
}

#sticky-alert-message .container-fluid {
  width: 450px;
}

#sticky-alert-message .container-fluid strong {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .search-form-autocomplete .autocomplete {
    background-color: #FFF3EF;
  }
  .search-form-autocomplete .autocomplete input {
    background-color: #FFF3EF;
  }
}
@media (max-width: 767px) {
  .title-2 a {
    line-height: 1.3;
    font-size: 14px;
  }
  #sticky-announcement .container-fluid {
    width: 100% !important;
  }
  .full-menu-block .title-2 a, .full-menu-block .title-group .desc-category {
    word-break: break-word;
  }
  .horizontal-products .thumbnail-1.style-1 > .inner .caption {
    padding-top: 5px;
  }
  .horizontal-products .col-sm-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .horizontal-products .thumbnail-1.style-1 > .inner {
    margin-bottom: 0;
  }
  .border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px;
  }
  .horizontal-products .slide {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .floating-category ul.position-fixed {
    width: 50%;
  }
  .floating-category .vertical-products .lazy.padding-left-5 {
    padding-right: 5px !important;
  }
  #scroll-top {
    left: 15px;
  }
  .horizontal-products .thumbnail-1 {
    background: #F8F8F8;
    border-radius: 10px;
    border: 1px solid #ececec !important;
  }
  .horizontal-products .thumbnail-1 p.desc {
    margin: 6px 12px;
  }
  .horizontal-products .title-4 {
    margin: 6px 12px;
  }
  .horizontal-products .thumbnail-1.style-1 > .inner .caption {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .horizontal-products .thumbnail-1 .price {
    margin: 6px 12px;
    min-height: 15px;
  }
  .horizontal-products .thumbnail-1 .img-1 > span > img {
    box-shadow: none;
  }
  #getz-menu-mainsub-category .wrapper ul li > a, #getz-menu-mainsub-category span.lang-menu-mobile {
    color: #000;
  }
  .remove-padding-left-right-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-left-5-mobile {
    padding-left: 5px !important;
  }
  .padding-left-15-mobile {
    padding-left: 15px !important;
  }
  .padding-right-5-mobile {
    padding-right: 5px !important;
  }
  .content-body {
    margin-left: 15px;
    margin-right: 15px;
  }
  .padding-top-mobi-10 {
    padding-top: 10px !important;
  }
  .open-price-unit {
    margin-left: 12px;
  }
  .fa.fa-scale {
    font-size: 2em;
  }
  .lg-modifiergroup-header {
    min-height: 40px;
    padding-top: 12px;
  }
  .product-detail-footer .product-total-price .input-group-btn .btn {
    margin-right: 10px;
  }
  #sticky-alert-message .container-fluid {
    width: 100%;
  }
  .product__btn {
    padding: 4px 8px !important;
  }
}
.my-cart-non-discountable {
  color: #527AB4;
  padding-top: 5px;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}

#containmycart .item-line-manCategorys .main_category_title {
  color: #c9302c !important;
}

#menu-mb .list-2 {
  background-color: #e61d2B !important;
}

.price-modifier {
  color: #e61d2B !important;
}

.promotion-title {
  color: #e61d2B !important;
  font-size: 22px;
}

.order-total-title {
  font-size: 22px;
}

.promotion-view-all {
  border-color: #e61d2B !important;
}

.promotion-view-all a {
  color: #c9302c !important;
  font-size: 14px;
}

#promotion-detail a {
  color: #57423F !important;
}

.button-done {
  background-color: #e61d2B !important;
}

.welcome-page-h4 {
  font-size: 24px !important;
}

.button-done {
  background-color: #e61d2B !important;
}

.welcome-page-h4 {
  font-size: 24px !important;
}

#modalWelcome .btn, #modalDineInWelcome #dineInSignUp .btn {
  background: #e61d2B !important;
}

#time_based_discount .tooltip-under {
  color: #fff !important;
}

#time_based_discount .tooltip-inner {
  color: #c9302c !important;
}

#time_based_discount .tooltip-arrow {
  color: #c9302c !important;
}

#time_based_discount .progress .progress-bar {
  background: #c9302c !important;
}

#time_based_discount-tooltip-top_left .tooltip-arrow {
  border-top-color: #fff !important;
}

#time_based_discount-tooltip-top_left .tooltip-inner {
  background: #fff !important;
}

#time_based_discount-tooltip-top_right .tooltip-arrow {
  border-top-color: #fff !important;
}

#time_based_discount-tooltip-top_right .tooltip-inner {
  background: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media screen and (orientation: landscape) {
  .service-modal-text-md {
    color: #e61d2B !important;
    font-size: 20px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .service-modal-text-xs {
    color: #e61d2B !important;
  }
  #outletsModal table p.businessname.distance {
    width: 190px;
  }
  #outletsModal table p.businessname.deliverytime {
    width: 180px;
  }
  #outletsModal table p.cssdistance {
    width: 68px;
  }
  #outletsModal table p.cssdeliverytime {
    width: 75px;
  }
  .table-product-detail input[type=radio] {
    top: -5px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (orientation: portrait) {
  .service-modal-text-sm {
    color: #e61d2B !important;
  }
  #sticky-announcement {
    width: 100% !important;
  }
  #sticky-announcement .container-fluid {
    width: 100% !important;
  }
  .fa.fa-scale {
    font-size: 3em;
  }
}
.product-detail-alert-promotion {
  background-color: #e61d2B !important;
  color: #fff !important;
  border-color: #e61d2B !important;
}

.btn-see-promo {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

legend.lg-productdetailpopup {
  color: #57423F !important;
}

.product-modifier-list-remark {
  background-color: #fff !important;
}

#fulfillmentChangedOutOfOrder .media, #outletChanged .media {
  background-color: #e61d2B !important;
  color: #fff !important;
}

#fulfillmentChanged .media, #outletChanged .media {
  background-color: #e61d2B !important;
  color: #fff !important;
}

#confirmNextStepPromotion .modal-content {
  border: 3px solid #e61d2B !important;
}

#sessionTimeOut .modal-content .media {
  background-color: #e61d2B !important;
  color: #fff !important;
}

.bg-main-custom .media-custom {
  background-color: #e61d2B !important;
  color: #fff !important;
}

#timeModal #discount-promotions p {
  color: #e61d2B !important;
}

#list-promotions-2 > p, #list-vouchers-2 > p {
  color: #e61d2B;
}

#confirmNextStepPromotion .media-custom {
  color: #e61d2B !important;
}

.btn-promotion-yes {
  color: #fff !important;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
  width: 100px;
}

.btn-promotion-no {
  color: #c9302c !important;
  background-color: #fff;
  border-color: #c9302c !important;
  width: 100px;
}

.promotion-rules {
  color: #57423F !important;
  font-size: 15px;
}

.btn-proceed-to-payment {
  color: #fff !important;
  background-color: #e61d2B !important;
}

#paymentmycart .checkout-order-detail .checkout-mycart-title-manCategory {
  color: #e61d2B !important;
}

.status-progress > li.is-complete:after {
  color: #FFF;
  background: #e61d2B !important;
}

.status-progress > li.is-complete .status-state {
  color: #e61d2B !important;
}

.status-progress > li.is-active .status-state {
  color: #e61d2B !important;
}

.status-progress > li.is-active .status-state {
  color: #e61d2B !important;
}

.status-progress > li.is-active .status-state {
  color: #e61d2B !important;
}

.status-progress > li.is-active .status-datetime {
  color: #e61d2B !important;
}

.status-progress > li:before {
  background-image: url("../../images/order-status-tracking-icon/custom/red/order-status-tracking-icon/not-active.svg");
}

.status-progress > li.is-complete:before {
  background-image: url("../../images/order-status-tracking-icon/custom/red/order-status-tracking-icon/complete.svg") !important;
}

.title-order-status-header {
  font-size: 20px;
  color: #e61d2B !important;
}

.title-header-content {
  font-size: 17px;
  color: #e61d2B !important;
}

.title-order-status {
  color: #e61d2B !important;
}

.btn-view-changes {
  background-color: #e61d2B !important;
  font-size: 12pt;
  color: #fff;
}

.btn-view-changes {
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
  color: #fff;
}

.text-danger-order-status-tracking {
  color: #e61d2B !important;
}

.title-order-status-href {
  color: #e61d2B !important;
}

.btn-view-changes:hover, .btn-view-changes:focus {
  background-color: #fff;
  border-color: #e61d2B !important;
  color: #e61d2B !important;
}

.btn-view-changes:hover, .btn-view-changes:focus {
  background-color: #fff;
  border-color: #e61d2B !important;
  color: #e61d2B !important;
}

.btn-view-changes:hover, .btn-view-changes:focus {
  background-color: #fff;
  border-color: #e61d2B !important;
  color: #e61d2B !important;
}

.tab-tracker-ul > li.active, .tab-tracker-ul > li.active > a, .tab-tracker-ul > li.active > a:hover, .tab-tracker-ul > li.active > a:focus {
  border-bottom-color: #57423F !important;
}

.btn-view-changes:hover, .btn-view-changes:focus {
  color: #57423F !important;
}

#lastSyncTime {
  color: #e61d2B !important;
}

.desktop #menu-mb .list-1 li:hover > a, .desktop #menu-mb .list-2 li:hover > a {
  color: #e61d2B !important;
}

#getz-menu-mainsub-category .wrapper ul li a:hover {
  color: #e61d2B !important;
  background-color: #fff !important;
}

#header .navbar-toggle .icon-bar {
  background-color: #e61d2B !important;
}

#delivery-pay-section .privacy-policy {
  background-color: #F2F2F2;
  padding-top: 10px;
}

@media (min-width: 992px) {
  #header .navbar-nav li.active > a {
    color: #e61d2B !important;
  }
  #header .navbar-nav li.open > a {
    color: #e61d2B !important;
  }
  .desktop #header .navbar-nav > li > a:hover {
    color: #57423F !important;
  }
  .service-modal-text-md {
    color: #e61d2B !important;
  }
  .cart-block .tab {
    position: relative;
  }
  .main-only-service .cart-info-block .item.post-code-block, .main-only-service .cart-info-block .item.address {
    border-top: 4px solid #FFF6E7;
  }
  #containmycart {
    background: linear-gradient(#e61d2B 35%, #fdfdfd 35%);
  }
  #delivery-pay-section .privacy-policy {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #header a#my-cart-count {
    text-decoration: none;
  }
  #header a#my-cart-count .fa-shopping-cart span {
    background-color: #DA534F !important;
  }
  body.page-1 #header .cart, body.home #header .cart {
    background-color: #fff !important;
  }
  body.page-1 #header .cart .fa-shopping-cart, body.home #header .cart .fa-shopping-cart {
    display: block !important;
    color: #e61d2B;
  }
  body.page-1 #header .cart .fa-arrow-left, body.home #header .cart .fa-arrow-left {
    display: none !important;
  }
  .cart-block .nav-tabs > li {
    border-bottom: 1px solid #FFF6E7;
  }
  #containmycart {
    background: linear-gradient(#e61d2B 50%, #fdfdfd 50%);
  }
  .open-cart-color {
    background: #e61d2B;
  }
}
@media only screen and (max-width: 768px) {
  #containmycart .item-line-manCategorys .main_category_title {
    color: #c9302c !important;
  }
  .order-status-tracking_bg #datetimepicker1 {
    margin-top: 5px;
  }
}
.order-status-tracking_bg #track-orders-content .content-header {
  font-size: 20px;
  font-weight: bold;
}

.order-status-tracking_bg #track-orders-content .content-title {
  font-size: 12px;
}

.order-status-tracking_bg #track-orders-content .content-line {
  text-align: center;
  display: block;
  margin: 10px 0 10px 0;
}

.order-status-tracking_bg #track-rewards {
  margin-top: 20px;
}

.content-body {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: -moz-calc(100vh - 180px);
  min-height: -webkit-calc(100vh - 180px);
  min-height: calc(100vh - 180px);
}

#track-rewards-back, #track-member-registration-back, #track-button-index, #tracker-payment-receipt {
  margin-top: 175px;
}

.content-body .content-block {
  margin: 0;
  padding: 15px 0;
  border: 1px #ededed solid;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(49, 55, 61, 0.1);
}

#tracker-payment-receipt table tr td {
  padding-top: 5px;
  word-break: normal;
}

.receipt-payment-section tr td {
  word-break: break-word !important;
}

.order-status-tracking_bg #track-button-index button:not(.btn-view-tc) {
  border: 1px solid #e61d2B;
  margin-bottom: 5px;
  min-width: 270px;
  color: #e61d2B;
  font-size: 18px;
}

.receipt-ticket-invoice {
  margin-top: 15px;
  margin-bottom: 15px;
}

.receipt-ticket-line {
  border-bottom: 1px dashed #868686;
}

.receipt-category-title {
  padding-top: 20px !important;
}

.receipt-ticket-total strong {
  font-size: 18px !important;
}

.receipt-category-title span {
  font-style: italic;
}

.order-status-tracking_bg #track-button-index button i {
  font-size: 18px;
  color: #e61d2B;
}

.order-status-tracking_bg #track-button-index button svg, #tracker-payment-receipt h4 #iPaymentReceiptIcon {
  margin-bottom: -3px;
}

.order-status-tracking_bg #track-button-index button svg path {
  fill: #e61d2B;
}

.btn-view-order-detail {
  color: #fff !important;
}

#tracker-payment-receipt h4 #iPaymentReceiptIcon path {
  fill: #000;
}

.receipt-payment-left {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  #print-receipt {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .partial-refund-info-time {
    display: block;
  }
  .receipt-payment-left {
    width: 48%;
  }
  .media-message {
    font-size: 13px;
  }
}
.order-status-tracking_bg #track-button-index .row {
  margin-top: 10px;
}

.order-status-tracking_bg #track-services-showcase {
  margin-top: 50px;
}

.order-status-tracking_bg #track-member-registration {
  margin: 0px -15px 0 -15px;
}

.order-status-tracking_bg #track-member-registration form {
  text-align: left;
}

.order-status-tracking_bg #track-member-registration .margin-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.order-status-tracking_bg #track-member-registration .text-center {
  margin-top: 20px;
  font-style: italic;
}

.order-status-tracking_bg #track-member-registration button {
  margin-top: 15px;
  min-width: 125px;
  font-style: normal;
}

.order-status-tracking_bg .input-group {
  margin-bottom: 5px;
}

.order-status-tracking_bg .check-rewards-title {
  border-bottom: none;
  font-size: 20px;
}

.order-status-tracking_bg label {
  font-weight: normal;
}

.order-status-tracking_bg .btn-rewards {
  border: 2px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 205px;
  padding: 6px 10px;
}

.order-status-tracking_bg .btn-rewards-selected {
  border: 2px solid #e61d2B !important;
}

.order-status-tracking_bg .btn-list-reward {
  margin-bottom: 10px;
}

.order-status-tracking_bg .order-status-tracking_content-container {
  width: 100%;
  height: auto !important;
}

.order-status-tracking_bg .btn-list-reward div, .order-status-tracking_bg .btn-list-reward table {
  border: none;
  width: auto;
}

.order-status-tracking_bg input[type=checkbox] {
  margin-right: 10px;
}

.star-symbol {
  color: red;
}

.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type=checkbox].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

#track-services-showcase .no-padding-right {
  padding-right: 0;
}

.line-1-left {
  position: absolute;
  width: 4px;
  height: 15%;
  background: #e61d2B;
}

.line-1-right {
  position: absolute;
  width: 15%;
  height: 4px;
  background: #e61d2B;
}

.line-2-left {
  position: absolute;
  width: 4px;
  height: 20%;
  background: #e61d2B;
  left: 23px;
  top: 10px;
}

.line-2-right {
  position: absolute;
  width: 20%;
  height: 4px;
  background: #e61d2B;
  top: 8px;
  left: 23px;
}

.btn-show-me {
  border-color: #e61d2B !important;
  color: #e61d2B !important;
}

.tracker-services-available {
  color: #e61d2B !important;
}

.tracker-services-available {
  color: #e61d2B !important;
}

.tracker-services-title {
  color: #e61d2B !important;
}

.tracker-services-note {
  color: #e61d2B !important;
}

.tracker-services-desc {
  color: #e61d2B !important;
}

.product-modifier-list-remark .modifier-price {
  color: #333333 !important;
}

#track-orders-content > div > h4 > span > i {
  color: #e61d2B !important;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

#btnTimeoutRetry {
  width: 100px;
}

@media (max-width: 320px) {
  #deliveryModal .modal-dialog {
    width: auto;
  }
  .select-service-mobile {
    width: 100%;
  }
}
@media (min-width: 321px) {
  .select-service-mobile {
    width: 100%;
  }
}
@media (min-width: 400px) {
  #deliveryModal .modal-dialog {
    margin: 0px auto;
  }
  .select-service-mobile {
    width: 50%;
  }
}
@media (min-width: 991px) {
  #deliveryModal .modal-dialog {
    width: 500px;
  }
  .select-service-mobile {
    width: 50%;
  }
  #service-choice .service-choice__title {
    background-color: #666666;
    color: #FFF6E7;
  }
}
#checkoutArea4Click {
  border: 10px solid #e61d2B;
}

#deliveryModal .service-close {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 13px;
}

#deliveryModal .no-padding-left {
  padding-left: 0;
}

#deliveryModal .no-padding-right {
  padding-right: 0;
}

#pickup-section {
  padding: 25px 20px;
  background: #FD576B;
  color: #fff;
}

.pickup-icon {
  height: 26px;
  width: 30px;
}

.delivery-icon {
  height: 29px;
  width: 30px;
}

.pickup-icon img {
  max-height: 100%;
  max-width: 100%;
}

#delivery-section {
  padding: 25px 20px;
  background: #01A2D9;
  color: #fff;
}

#deliveryModal .close {
  color: #000;
  opacity: 0.9;
  text-decoration: none;
}

#deliveryModal .service-desc {
  font-size: 16px;
  margin: 10px 0;
}

#deliveryModal .voucher-desc {
  height: 42px;
  padding-right: 0;
}

#deliveryModal .btn-default, #modalDineInWelcome .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

#deliveryModal .btn-default:hover, #modalDineInWelcome .btn-default:hover {
  color: #FD576B;
  background-color: #fff;
  border-color: #fff;
}

#deliveryModal .button-delivery .btn-default:hover {
  color: #01A2D9;
  background-color: #fff;
  border-color: #fff;
}

#service-voucher-info {
  color: #fff;
}

.lang-menu {
  border: 1px solid #e61d2B;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 6px 5px 6px 5px;
}

.lang-menu > i, .lang-menu-mobile > i {
  color: #e61d2B !important;
  font-size: 18px !important;
}

.lang-menu > img, .lang-menu-mobile > img {
  color: #e61d2B !important;
  font-size: 18px !important;
}

#menu-mb .list-4 {
  margin: 0;
  padding-left: 0;
  background-color: #eee;
}

#menu-mb .list-4 li .lang-menu-mobile {
  padding: 14px 10px 14px 0;
}

#menu-mb .list-4 li span {
  margin: 0;
  padding-left: 0;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}

#menu-mb .list-4 li {
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
}

#menu-mb .list-4 li .caret {
  margin-left: 15px;
}

.slider-2 .slick-dots li button {
  background: #e61d2B !important;
}

.slider .slick-dots li button {
  background: #e61d2B !important;
}

.slider-2 .slick-dots li.slick-active button {
  border-color: #e61d2B !important;
  background-color: transparent !important;
  border: 2px solid #e61d2B !important;
}

.slider .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 2px solid #e61d2B !important;
}

#service-voucher-info {
  color: #fff;
}

#span_tab_Pick_Up, #span_tab_Delivery, #span_tab_Dine_In {
  white-space: nowrap;
}

.remove-me {
  transform-origin: center center;
  animation: remove-item 0.7s ease-in-out;
  transform: scale3D(0, 0, 0);
  height: 0 !important;
  padding: 0 0 !important;
  font-size: 0 !important;
}

@keyframes remove-item {
  0% {
    transform: scale3D(1, 1, 1);
    background-color: rgba(163, 0, 0, 0);
    color: inherit;
    height: auto;
    padding: 10px 30px;
    font-size: inherit;
  }
  35% {
    color: #FFFFFF;
  }
  50% {
    transform: scale3D(0.01, 1, 0.5);
  }
  70% {
    background-color: rgb(163, 0, 0);
    height: auto;
    padding: 10px 30px;
    font-size: inherit;
  }
  100% {
    transform: scale3D(0, 0, 1);
    background-color: rgba(163, 0, 0, 0);
    height: 0;
    padding: 0 0;
    font-size: 0;
  }
}
.tab-service-main {
  top: 55px;
  right: 1px;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border-radius: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  height: 33px;
}

.session-service-main {
  top: 55px;
  right: 1px;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border-radius: 0;
  display: block;
  color: #fff;
  border: 0;
  max-height: 50px;
}

.nonselectservice {
  min-height: 40px;
}

.cart-info-block .item.session-service-item > .content > .fa {
  font-size: 18px !important;
}

#footer .footer {
  background-color: #e61d2B;
}

#footer .footer a {
  color: #ffffff;
}

#footer .footer .copy > a:hover, #footer .copy > a:focus {
  color: #fff !important;
  text-decoration: none;
}

.copyrights-copy {
  color: #ffffff;
  font-size: 16px;
}

.tab-service-main .tab-service-item {
  position: absolute;
  width: 35%;
  height: 33px;
  background: #555;
  box-shadow: 0px 0px 2px 1px #E7E7E7;
  border-radius: 20px 20px 0px 0px;
  left: 0;
}

.tab-service-main .tab-service-item label {
  margin-top: 10px;
  font-weight: 500;
}

.tab-service-main .tab-service-item.active {
  border-radius: 20px 20px 0px 0px !important;
  background: #e61d2B !important;
  color: #fff !important;
  z-index: 4 !important;
}

.tab-mycart-item {
  border-radius: 20px 80px 0px 0px;
  width: 110%;
}

.tab .nav-tabs li.active > a > span.tab-mycart-item {
  border-radius: 47px 200px 0px 0px !important;
}

@media (min-width: 768px) {
  .tab-service-main, .session-service-main {
    right: 0;
  }
  #scroll-top {
    right: 15px;
  }
  .content-body {
    margin-left: 30px;
    margin-right: 30px;
  }
  #outletsModal table p.businessname.distance {
    width: 400px;
  }
  #outletsModal table p.businessname.deliverytime {
    width: 400px;
  }
  #outletsModal table p.cssdistance {
    width: 100px;
  }
  #outletsModal table p.cssdeliverytime {
    width: 100px;
  }
  #productDetailModal .product-detail-text-right .original-price {
    font-size: 24px;
  }
}
#container div[id^=dropdownMenu] .accordion li.open .link, #container div[id^=dropdownMenu] .accordion li.open i, #container div[id^=dropdownMenu] .submenu a:hover {
  color: #e61d2B !important;
}

.lang-menu .lang-title, .lang-menu .caret {
  color: #000;
  margin-left: 5px !important;
}

.modal-header div.btn-group .btn {
  border-color: #fff !important;
}

.modal-header div ul li i, .modal-header div ul li img {
  padding-left: 5px;
}

.product__btn {
  padding: 6px 10px !important;
}

.btn-group button.lang-menu {
  box-shadow: none !important;
}

.hey {
  list-style: none;
}

ul.hey li::before {
  content: "•";
  color: #e61d2B;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.32em;
  font-size: 1.5em;
}

.text-hint {
  font-style: italic;
  color: #807D7D;
  font-size: 13px;
}

.btn-6-fix {
  padding: 9px 9px 8px;
  text-transform: uppercase;
}

.unavailableflag {
  min-width: 95px;
}

.btn-number {
  background-color: #e61d2B !important;
}

.desktop .btn-number:hover {
  background-color: #57423F !important;
  border-color: #57423F !important;
}

.text-color {
  color: #FFF6E7 !important;
}

.item-products {
  background-color: #FFF3EF;
}

.item-products .price-bottom {
  color: #e61d2B !important;
}

.row-item-product-floating .price-bottom {
  color: #e61d2B !important;
}

.item-recommended {
  background-color: #FFF3EF;
}

.btn-border-red {
  background-color: #fff !important;
  border: 1px solid #e61d2B !important;
  color: #e61d2B !important;
}

.btn-border-red:hover {
  background-color: #57423F !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.product-detail-footer .product-total-price .input-group-btn .btn-back {
  background-color: #FFF3EF !important;
  color: #e61d2B !important;
}

.cart-width-small {
  margin-left: -1px;
  border-right: 1px solid #e61d2B;
  border-left: 1px solid #e61d2B;
  margin-right: 1px;
}

#navbar-collapse-1 .active a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 2px solid #e61d2B;
  width: 83%;
  left: 8%;
}

#content-cart::-webkit-scrollbar-track-piece,
#box-content-cart::-webkit-scrollbar-track-piece {
  background: #FFF6E7 !important;
}

#content-cart::-webkit-scrollbar,
#box-content-cart::-webkit-scrollbar {
  width: 3px;
}

#content-cart::-webkit-scrollbar-thumb,
#box-content-cart::-webkit-scrollbar-thumb {
  background-color: #feb7bc !important;
}

#content-cart::-webkit-scrollbar-thumb:hover,
#box-content-cart::-webkit-scrollbar-thumb:hover {
  background: #cccccc !important;
}

.descript-promotion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 6px 12px;
  border-top: 1px solid #CCCCCC;
  position: relative;
}

.box-all-services {
  border-top: 1px solid #CCCCCC;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-order-now {
  width: 100%;
  background: #e61d2B;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 12px 6px;
}

.btn-order-now:hover {
  cursor: pointer;
  background: #555;
}

.promotion-home-page .services-order:after {
  content: "";
  height: 1px;
  width: 93%;
  background: #CCCCCC;
  display: none;
  position: absolute;
  left: 3%;
  top: 5px;
}

.modal .desc-text-modal,
.modal .modal-header .close,
.modal .service-close .close,
.modal .text-theme-modal {
  color: #333333 !important;
}
.modal .time-selector-dropdown, .modal .input-group-addon {
  border-color: #e61d2B !important;
  font-family: "Open Sans", sans-serif !important;
}
.modal .table-match-outlet-selector tr td {
  border-top: 1px solid #cccccc !important;
}

#postalCodeModal .post-code-block .input-3 {
  background-color: #cccccc !important;
}

#order-capacity-copy-text p {
  text-align: center;
  color: #888888;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
}

.market-promocode {
  background-color: #e61d2B;
}

.okie-confirm {
  border: 1px solid #FF7A00 !important;
  margin-bottom: 5px;
  min-width: 115px;
  font-size: 18px;
  background-color: #FF7A00 !important;
  color: #fff !important;
}

.cancel-confirm {
  border: 1px solid #FF7A00 !important;
  margin-bottom: 5px;
  min-width: 115px;
  font-size: 18px;
  background-color: #fff !important;
  color: #FF7A00 !important;
}

#continueOrder {
  border: 1px solid #e61d2B;
  background-color: #fff !important;
  color: #e61d2B !important;
}

#close_promptMinimum {
  z-index: 1000000;
  position: absolute;
  right: -21px;
  top: -23px;
  padding: 10px;
  color: #e61d2B;
}

.additional-request {
  background-color: #FFF3EF;
}

.theme-radio-color input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #e61d2B;
  top: 12px;
  margin-left: -15px;
}

.theme-radio-color input[type=radio]:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto;
  border-radius: 50%;
}

.theme-radio-color input[type=radio]:checked:before {
  background-color: #e61d2B;
}

.btn-border-promotion {
  background-color: #fff !important;
  border: 1px solid #e61d2B !important;
  color: #e61d2B !important;
}

#promotion-detail .btn-border-promotion {
  margin-top: -5px;
}

#confirmCancelPromotion .media {
  border: 1px solid #C2AE83 !important;
  color: #C2AE83 !important;
}

#confirmCancelPromotion .media-custom {
  color: #e61d2B !important;
}

#confirmKeepItemPromotion .media-custom {
  color: #e61d2B !important;
}

#confirmCancelPromotion .btn-border-promotion {
  margin-left: 15px;
  width: 100px;
  margin-right: 15px;
}

#promotion-detail .close {
  margin-right: 10px;
  font-size: 15px !important;
  opacity: 1;
}

#confirmCancelPromotion hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#listPromotionToCart > div {
  margin: 4px 0;
  display: block;
}

.media-promotion {
  vertical-align: top !important;
}
.media-promotion img {
  margin-top: 20px;
}

#sticky-promotion, #sticky-alert-message {
  top: 52px;
  left: 0;
  right: 0;
  position: fixed;
  background: none !important;
  box-shadow: none !important;
}

.tracker-thanks-close-promotion-button {
  position: absolute !important;
  right: 7px;
  top: 5px !important;
}

.item-line-trash-bin {
  color: #AEAEAE !important;
}

#date_time_adjusted {
  z-index: 5;
  opacity: 1;
  margin-left: 20px !important;
  margin-top: 5px !important;
}

#date_time_adjusted_section {
  height: 50px !important;
}

#date_time_adjusted_mobi {
  z-index: 5;
  opacity: 1;
  margin-left: calc((100% - 178px) / 2);
}

.media-custom-promotion {
  font-weight: 500 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

#lbCurrentSelectedOutlet {
  margin-top: 5px;
}

.colorred {
  color: #DA534F;
}

#outletsModal .table-responsive {
  max-height: 350px;
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #C2AE83 !important;
  background-color: #E5E5E5;
  overflow: auto;
}

#outletsModal button {
  text-transform: uppercase;
}

#outletsModal table p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#outletsModal table p {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}

#outletsModal .selectedoutlet td {
  background-color: #e61d2B;
}

.remove-padding-left {
  padding-left: 0 !important;
}

#outletsModal .table {
  margin-bottom: 20px;
}

#promotion-detail .sticky-promotion-detail {
  z-index: 3;
  position: fixed;
  border-bottom: none !important;
  top: 109px;
  padding: 0;
}

#promotion-detail .title-promotion .title-2 {
  background-color: unset !important;
}

.border-color-by-theme {
  border-color: #e61d2B !important;
}

.outlets-selector-dropdown {
  max-width: 200px;
}

.time-selector-label {
  border-color: #e61d2B !important;
  font-family: "Open Sans", sans-serif !important;
  width: 95px !important;
}

.full-mobile.fd-productdetailpopup-info {
  border: 1px solid #e61d2B;
}

.reached-message-custom {
  display: block;
}

.fd-modifiergroup-body .table-product-detail {
  margin-left: -5px;
  margin-right: -5px;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.danger-message-custom {
  display: block;
}

#description-render {
  line-height: 1.42857143;
  padding-right: 5px;
  font-size: 13px;
  color: #585858 !important;
}

.row.bodyproductdetail.product-body-detail .box-product-detail {
  padding: 0 22px 20px 22px;
}

.table-product-detail .radio label {
  padding-left: 5px !important;
}

#productDetailModal .modal-content, #deliveryModal .modal-content {
  background-color: #fff !important;
}

.border-color-by-theme {
  border-color: var(--main-color) !important;
}

.btn-theme-style {
  border-color: #e61d2B !important;
  background-color: #e61d2B !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.desktop .btn-danger {
  color: #57423F;
  background-color: #e61d2B !important;
  border-color: #e61d2B !important;
}

.desktop .btn-danger:hover {
  color: #fff !important;
  background-color: #57423F !important;
  border-color: #57423F !important;
}

.text-success {
  color: #c9302c !important;
}

#order-content-block .row button {
  color: #fff !important;
}

#order-content-block-waiting .row button {
  color: #fff !important;
}

#order-content-block-waiting .row button:hover {
  color: #e61d2B !important;
}

#order-content-block-amend .row button {
  color: #fff !important;
}

#order-content-block-amend .row button:hover {
  color: #e61d2B !important;
}

#order-content-block-refund .row button {
  color: #fff !important;
}

#order-content-block-refund .row button:hover {
  color: #e61d2B !important;
}

#order-content-block .row button:hover {
  color: #e61d2B !important;
}

.desc-text-modal {
  color: #BC827A !important;
}

.intro-headtext-modal {
  color: #e61d2B !important;
}

.post-code-block .btn-next {
  background-color: #e61d2B !important;
}

#postalCodeModal .input-3 {
  background-color: #BC827A !important;
}

.modal-header .close {
  color: #BC827A !important;
  opacity: inherit;
}

.service-close .close {
  color: #BC827A !important;
  opacity: inherit;
}

.text-theme-modal {
  color: #BC827A !important;
}

#footer a:hover {
  color: #57423F !important;
  text-decoration: none;
}

#footer .copy > a:hover, #footer .copy > a:focus {
  color: #57423F !important;
  text-decoration: none;
}

#footer a:focus {
  color: #57423F !important;
  text-decoration: none;
}

.time-selector-dropdown {
  border-color: #BC827A !important;
  color: #E61D2B !important;
}

.lang-menu {
  background-color: #FFF3EF;
}

.border-color-system {
  border: 1px solid #e61d2B;
}

.danger_message {
  color: #888888 !important;
}

.danger_red_message {
  color: #D40000 !important;
}

@media screen and (min-width: 768px) {
  #txtSearch {
    border-color: #e61d2B;
    background-color: #FFF3EF;
  }
}
@media (min-width: 992px) {
  .desktop #header .navbar-nav > li > a:hover {
    color: #e61d2B !important;
  }
}
