html {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  background-color: #edf1ef;
}

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  background-color: #edf1ef;
}

.dxeBase {
  font-family: 'Roboto', sans-serif;
}

.prodWrapper {
  background-color: #edf1ef;
}

.centerform-wrapper {
  background-color: #edf1ef;
  color: #909090;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #242424;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #242424;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #242424;
}

h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #242424;
}

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #242424;
}

.favorite-btn-image {
  position: absolute;
  top: -20px;
  right: 20px;
}

.favorite-btn-image.favorite-inactive {
  width: 40px !important;
  height: 40px !important;
  display: block;
}

.favorite-btn-image.favorite-active {
  width: 40px !important;
  height: 40px !important;
}

.items .itemTitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #d70926;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.singleProduct {
  padding: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
}

.singleProduct .item-content {
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 0;
}

.singleProduct .item-content .right-side {
  position: relative;
  float: none;
}

.singleProduct .item-content .right-side .productImage {
  width: 100%;
  height: auto;
}

.singleProduct .item-content .left-side {
  position: relative;
  float: none;
  padding: 1.4rem;
  width: 100%;
}

.singleProduct .item-content .left-side .styleTitle {
  min-height: auto;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #242424;
}

.singleProduct .item-content .left-side .styleItemDesc {
  color: #909090;
}

.singleProduct .item-content .left-side .price-qty-add-wrapper {
  width: 100%;
  position: relative;
}

.singleProduct .item-content .left-side .itemPrice {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d70926;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 47%;
}

.singleProduct .item-content .left-side .itemPrice span {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.singleProduct .item-content .left-side .seQuantity {
  background-color: #dfe6e2;
  border-radius: 2px;
  width: calc(40% - 10px) !important;
  margin-left: 0 !important;
}

.singleProduct .item-content .left-side .seQuantity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleProduct .item-content .left-side .seQuantity > div input {
  width: 100%;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #004f39;
  padding: 0 1rem;
}

.singleProduct .item-content .left-side .seQuantity > div .form-control-feedback {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}

.singleProduct .item-content .left-side .seQuantity > div .form-control-feedback .increment .inc {
  padding: 0;
  margin-bottom: 0.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.singleProduct .item-content .left-side .seQuantity > div .form-control-feedback .increment .dec {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.singleProduct .item-content .left-side .btnAddToShop {
  width: calc(60%) !important;
  height: auto !important;
  text-align: right;
  background-color: #dfe6e2;
  border-radius: 2px;
  border: none;
  font-size: 0;
  position: relative;
}

.singleProduct .item-content .left-side .btnAddToShop:active {
  background-color: #dfe6e2 !important;
}

.singleProduct .item-content .left-side .btnAddToShop:after {
  content: '+';
  font-size: 32px;
  color: #004f39;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.singleProduct .item-content .left-side .add-item-controls {
  position: absolute;
  bottom: 0;
}

.singleProduct .item-content .left-side .btnOrder.custom-customize-mobile {
  display: none;
  background-image: url(https://fbopg.blob.core.windows.net/files/pancel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px;
  padding: 0;
  min-width: 0;
  background-color: transparent;
  position: absolute;
  right: -95px;
  top: calc(100% - 40px - 1rem - 3px);
}

.singleProduct .item-content .left-side .btnOrder {
  background-color: #004f39;
  border: none;
  border-radius: 2px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
  margin-left: 0;
}

.singleProduct .item-content .left-side .btnOrder:active {
  background-color: #004f39 !important;
}

.singleProduct .item-content .left-side .btnOrder:hover {
  background-color: #001c14 !important;
}

.think-background {
  background-color: #edf1ef;
}

.footer_top_div {
  background-color: #edf1ef;
}

.order-cont {
  background-color: #edf1ef;
}

.cont-tracker {
  background-color: #edf1ef;
}

.offers-wrapper {
  background-color: #edf1ef;
  padding: 0;
}

.footer-logo-details .footer_logo img {
  height: 52px;
  width: auto;
}

.footer-logo-details .phone-section {
  text-align: left;
}

.footer-logo-details .phone-section p {
  margin: 0 0 5px;
}

.footer-logo-details .phone-section a {
  color: #242424;
  font-size: 1rem;
}

.footer-other-cols .footer-list-info-parent {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d70926;
}

.footer-other-cols .footer-list-info-children a {
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
}

#header {
  background-color: #004f39;
  background-image: url(https://fbopg.blob.core.windows.net/files/header_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 2rem 0;
}

#header .rightMenuArea {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
  padding: 0;
}

#header .rightMenuArea .shopping-cart-wrapper {
  width: 100% !important;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: none;
  padding: 0;
  margin: 0;
}

#header .rightMenuArea .shopping-cart-wrapper > .row {
  width: auto;
  float: none;
  margin: 0;
}

#header .rightMenuArea .shopping-cart-wrapper .custom-master-sc-wrapper-row-icon {
  margin-left: 1.5rem;
  margin-right: 5px;
}

#header .rightMenuArea .shopping-cart-wrapper .login-btn-section {
  position: relative;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

#header .rightMenuArea .shopping-cart-wrapper .price-section {
  z-index: 9999;
}

#header .rightMenuArea .custom-master-sc-login-signout {
  padding: 0;
}

#header .rightMenuArea .custom-master-sc-login-signout .login-btn-section li:first-child {
  padding-left: 0;
}

#header .rightMenuArea .authMenu {
  font-weight: bold;
  font-size: 1.2rem !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  cursor: pointer;
}

#header .rightMenuArea .item-count {
  color: white;
  border-color: white !important;
}

#header .rightMenuArea .total-price {
  font-weight: bold;
  font-size: 1.2rem !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  cursor: pointer;
}

#header .logoMenuArea {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#header .logoMenuArea:before {
  display: none;
}

#header .logoMenuArea:after {
  display: none;
}

#header .logoMenuArea .logoArea {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: auto !important;
  padding: 0;
}

#header .logoMenuArea .logoArea .logo {
  padding: 0;
  margin: 0;
}

#header .logoMenuArea .logoArea img {
  width: 270px;
  height: auto;
  margin-top: -30px;
}

#header .logoMenuArea #favoritesIcon {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  right: 0;
  cursor: pointer;
}

#header .logoMenuArea .header-space {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#header .logoMenuArea .menuArea {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: auto !important;
  top: 0 !important;
  padding: 0;
}

#header .logoMenuArea .menuArea:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#header .logoMenuArea .menuArea .dxm-main {
  margin: 0;
  float: right;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item {
  min-width: 1px !important;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item:before {
  height: 1px;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item .dxm-content {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7ca991;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding: 5px !important;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item .dxm-content:hover {
  color: #609277;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item a {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7ca991;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding: 5px !important;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item a:hover {
  color: #609277;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item.dxm-selected .dxm-contnet {
  color: white;
}

#header .logoMenuArea .menuArea .dxm-main .dxm-item.dxm-selected a {
  color: white;
}

#header .logoMenuArea #mobileMenu_EB {
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  margin: 0 !important;
  top: auto;
  left: auto;
  background: none !important;
  border: none !important;
}

#header .logoMenuArea #mobileMenu_EB .dxWeb_pnlExpand_iOS {
  content: url(https://fbopg.blob.core.windows.net/files/mobile_burgerMenu.png);
  background-image: none;
}

#header .logoMenuArea #mobileMenu_EB .dxpnl-btnSelected .dxWeb_pnlExpand_iOS {
  content: url(https://fbopg.blob.core.windows.net/files/mobile_closeMenu.png);
  background-image: none;
}

#location-msg-section {
  background-color: #d70926;
}

#location-msg-section .custom-location-msg {
  font-size: 1.1rem;
  color: white;
  padding: 1rem 0;
}

#location-msg-section .custom-location-msg .custom-location-cancelOrder {
  font-weight: bold;
}

#Content_lblOrderSummaryTitle {
  color: #242424;
  margin-left: -15px;
  font-size: 2.4rem;
}

.btn-danger {
  background-color: #d70926;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.btn-danger:active {
  background-color: #d70926 !important;
}

.btn-danger:hover {
  background-color: #a6071d !important;
}

.btn-success {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.btn-success:active {
  background-color: #004f39 !important;
}

.btn-success:hover {
  background-color: #001c14 !important;
}

.btnCancelOrder {
  background: none;
  border: none;
  border-radius: 6px;
  color: #909090 !important;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.btnCancelOrder:active {
  background: none !important;
}

.btnCancelOrder:hover {
  background-color: #e6e6e6 !important;
}

.custom-cont-fluid-customize-page-wrapper {
  background-color: #edf1ef;
  margin-top: 5rem;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper {
  position: relative;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info {
  position: relative;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row {
  width: 50%;
  margin-left: 50%;
  display: block;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row .custom-info-row-title {
  padding: 0;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row .title {
  border: none;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row .titleText {
  font-weight: bold;
  font-size: 3.1rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row-desc {
  width: 50%;
  margin-left: 50%;
  display: block;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row-desc .description {
  padding: 0;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-price {
  width: 50%;
  margin-left: 50%;
  display: block;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-price .price {
  padding: 0;
  margin-top: 1rem;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-price .price span {
  font-weight: bold;
  font-size: 2.1rem !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d70926;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .product_img {
  position: absolute;
  z-index: 0;
  left: 0;
  border-radius: 5px;
  width: 45%;
  height: auto;
  top: 0;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .customize-section {
  display: none;
  margin-top: 6rem;
  background: none;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .customize-section .custom-info-cont-text-title span {
  color: #242424;
  font-weight: bold;
  font-size: 1.2rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .customize-section .custom-info-cont-text-subtext span {
  color: #909090;
  font-weight: bold;
  font-size: 1.2rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-cont-fluid-customize-page-wrapper .ingredients {
  background: none;
  min-height: 1px;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredients {
  width: 50%;
  margin-left: 50%;
  padding-left: 0;
  padding-right: 0;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-so1 {
  display: none;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredients-section {
  margin-top: 0;
  margin-bottom: 0;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredients-section-text span {
  color: #242424;
  font-weight: bold;
  font-size: 1.4rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient {
  width: 70%;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .ingredient-item {
  position: relative;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .ingImg {
  margin-top: 3px;
  margin-left: 3px;
  width: 31px;
  height: auto;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .amount {
  position: absolute;
  background-color: #dfe6e2;
  color: #004f39;
  width: 36px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  right: 77px;
  top: -1px;
  border-radius: 0;
  padding: 0;
  left: auto;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .addRemoveIng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: auto !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .addRemoveIng .ingBtns {
  margin: 0;
  color: white;
  background-color: #004f39;
  border-color: #004f39;
  width: 36px !important;
  height: 36px !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .addRemoveIng .ingBtns:active {
  background-color: #004f39 !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .addRemoveIng .ingBtns:hover {
  background-color: #001c14 !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient .addRemoveIng .btnMinus {
  margin-right: 3px;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .addToOrderBtn .pull-right {
  width: auto !important;
  float: none !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .addToOrderBtn .pull-right .btnAddToOrderBtn {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .addToOrderBtn .pull-right .btnAddToOrderBtn:active {
  background-color: #004f39 !important;
}

.custom-cont-fluid-customize-page-wrapper .ingredients .addToOrderBtn .pull-right .btnAddToOrderBtn:hover {
  background-color: #001c14 !important;
}

.custom-cont-fluid-customize-page-wrapper .about {
  display: none;
}

.custom-container-cont {
  position: relative;
  min-height: 1290px;
}

.custom-container-cont .order-item-dtls-wrapper:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.order-item-dtls-wrapper {
  width: 50%;
  background: white;
  padding: 1rem 0;
}

.order-item-dtls-wrapper .order-item-dtls .order-item img {
  border-radius: 5px;
}

.order-item-dtls-wrapper .order-item-dtls .order-item .order-item-info .item-name {
  color: #242424;
  font-weight: bold;
  font-size: 1.4rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.order-item-dtls-wrapper .order-item-dtls .order-item .order-item-info .item-size-qty {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #909090;
}

.order-item-dtls-wrapper .order-item-dtls .order-item .order-item-info .item-size-qty.custom-qty {
  color: #242424;
}

.order-item-dtls-wrapper .order-item-dtls .order-item .order-item-info .item-size-qty.custom-qty .qtyMinusPlus {
  border: none !important;
}

.order-item-dtls-wrapper .item-price-section .item-price-lbl {
  color: #d70926;
  font-weight: bold;
  font-size: 1.4rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.order-gran-total-section {
  width: 50%;
}

.order-gran-total-section .order-total-header {
  background-color: #004f39;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 1px;
  padding: 2rem 2rem;
}

.order-gran-total-section .order-total-header .title {
  padding: 0;
}

.order-gran-total-section .order-total-header .title span {
  color: white;
  font-weight: bold;
  font-size: 1.4rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.order-gran-total-section .order-total-header .price {
  color: white;
  font-weight: bold;
  font-size: 1.4rem !important;
  font-family: 'Roboto Condensed', sans-serif;
}

.order-customer-details-wrapper {
  width: 45%;
  top: 23px;
  position: absolute;
  left: 55%;
}

.order-customer-details-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}

.order-customer-details-wrapper .order-total-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  min-height: 202px;
  background: transparent;
}

.order-customer-details-wrapper .order-total-section > div {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

.order-customer-details-wrapper .order-total-section > div .cc-selector {
  display: none;
}

.order-customer-details-wrapper .order-total-section > div .cc-selector input {
  opacity: 0;
}

.order-customer-details-wrapper .order-total-section > div .cc-selector > div {
  float: none !important;
  display: inline-block;
}

.order-customer-details-wrapper .order-total-section > div .cc-selector .drinkcard-cc {
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 1rem;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls > div {
  padding: 0;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls #Content_lblPickUpTime {
  display: block;
  margin-bottom: 1rem;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls #Content_lblPickUpTime * {
  font-style: normal;
  font-weight: bold;
  color: #242424;
  font-size: 17px;
  line-height: 1.2;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls #Content_lblPickUpOrderFrom {
  font-style: normal;
  font-weight: bold;
  color: #242424;
  font-size: 17px;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls .address-h {
  background-color: white;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls .address-phone {
  background-color: white;
  padding: 0 15px;
  font-style: normal;
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls .address-phone #Content_lblPickUpPhone p:first-child {
  display: inline-block;
  margin: 0;
}

.order-customer-details-wrapper .order-total-section .order-total-dtls a {
  color: #d70926;
}

.order-customer-details-wrapper .order-total-section #deliveryDiv .col-sm-6 {
  width: 100%;
}

.order-customer-details-wrapper .customer-details-wrapper #Content_planDateAndTime .col-md-6 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.order-customer-details-wrapper .customer-details-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.order-customer-details-wrapper .customer-details-wrapper .row > .col-md-6 {
  width: 100%;
  background: white;
  padding-bottom: 1rem !important;
}

.order-customer-details-wrapper .customer-details-wrapper .row > .col-md-6 .ord-title {
  padding-top: 0;
}

.order-customer-details-wrapper .customer-details-wrapper .row > .col-sm-6 {
  width: 100%;
  background: white;
  padding-bottom: 1rem !important;
}

.order-customer-details-wrapper .customer-details-wrapper .row > .col-sm-6 .ord-title {
  padding-top: 0;
}

.ord-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #242424;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.custom-order-title {
  margin-bottom: 0;
}

.custom-method-pickup {
  width: 100%;
  text-align: center;
}

.custom-method-pickup .cc-selector input {
  opacity: 0;
}

.custom-method-pickup .cc-selector > div {
  float: none !important;
  display: inline-block;
}

.custom-method-pickup .cc-selector .drinkcard-cc {
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 1rem;
}

.custom-order-final-tc-msg {
  background-color: white;
  width: 45%;
  position: absolute;
  top: 882px;
  left: calc(55% + 15px);
}

.custom-order-final-tc-msg * {
  color: #242424;
}

.custom-order-final-tc-msg a {
  color: #004f39;
}

.custom-order-final-tc-msg #termsError {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 480px) {
  .custom-order-final-tc-msg #termsError {
    right: 0;
  }
}

.custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label input:checked + .glyphicon {
  background-color: #004f39;
  background-image: url(https://fbopg.blob.core.windows.net/files/check_white.png);
}

.custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label .glyphicon {
  display: block !important;
  background-color: #edf1ef;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin-right: 1rem;
  margin-left: -4px;
}

@media only screen and (max-width: 480px) {
  .custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label .glyphicon {
    margin-right: 0.5rem;
  }
}

.custom-order-final-tc-msg #Content_lblReadAcceptLegalNoticeTextAndLinks > div {
  float: none !important;
  padding-top: 13px !important;
}

.custom-order-final-tc-msg #Content_lblReadAcceptLegalNoticeTextAndLinks p {
  width: calc(100% - 30px);
  margin-left: 15px !important;
}

.btn-finalise-section {
  width: 45%;
  float: right;
  position: absolute;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 1075px;
  left: calc(55% + 15px);
  padding-bottom: 15px;
}

.btn-finalise-section .container {
  width: auto;
}

.btn-finalise-section .container .col-xs-12 {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
}

.btn-finalise-section .container .col-xs-12 .btnPayNow {
  width: 100%;
  margin-left: 0;
}

.btn-finalise-section .container .col-xs-12 .btnFiniliseOrder {
  width: 100%;
}

.btn-finalise-section .container .col-xs-12 .btnCancelOrder {
  width: 100%;
}

.custom-plandate-title {
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  font-weight: normal;
  padding-top: 1rem;
  display: block;
}

.custom-name-surname-lbl {
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  font-weight: normal;
  padding-top: 1rem;
  display: block;
}

.custom-order-notes-lbl {
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  font-weight: normal;
  padding-top: 1rem;
  display: block;
}

.custom-contact-tel-lbl {
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  font-weight: normal;
  padding-top: 1rem;
  display: block;
}

.custom-login-btns .custom-login-btns-login {
  width: 100%;
  text-align: center;
}

.custom-login-btns .custom-login-btns-login .btnRegisterFormBtns {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.custom-login-btns .custom-login-btns-login .btnRegisterFormBtns:active {
  background-color: #004f39 !important;
}

.custom-login-btns .custom-login-btns-login .btnRegisterFormBtns:hover {
  background-color: #001c14 !important;
}

.custom-login-btns .custom-login-btns-login:nth-child(2) .btnRegisterFormBtns {
  background: none;
  border: none;
  border-radius: 6px;
  color: #909090 !important;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.custom-login-btns .custom-login-btns-login:nth-child(2) .btnRegisterFormBtns:active {
  background: none !important;
}

.custom-login-btns .custom-login-btns-login:nth-child(2) .btnRegisterFormBtns:hover {
  background-color: #e6e6e6 !important;
}

.forgotPass span {
  color: #909090;
}

#Content_LoyaleLoginRegisterHere {
  color: #004f39;
}

.prev-order-header {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-order-header .col-md-3.col-xs-10 {
  margin-bottom: 1rem;
}

.prev-order-header .col-md-5.col-xs-10 {
  margin-bottom: 1rem;
}

.prev-order-header .h-title {
  font-size: 1rem;
  color: #909090;
  margin-bottom: 0.5rem;
}

.prev-order-header .h-info {
  font-size: 1.4rem;
}

.prev-order-header .h-deliveryAddress .h-info {
  font-size: 1rem;
}

.prev-order-header .btnShowHide {
  border: none;
}

.prev-order-header .reorder-expansion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
}

.prev-order-header .btnReOrder {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
  background-image: none;
}

.prev-order-header .btnReOrder:active {
  background-color: #004f39 !important;
}

.prev-order-header .btnReOrder:hover {
  background-color: #001c14 !important;
}

.prev-order-header .icon-show-hide {
  margin: 0;
}

.prev-order-line {
  background-color: #f7f8f8;
}

.prev-order-line .single-line .h-info {
  font-family: 'Roboto Condensed', sans-serif;
}

.prev-order-line .single-line .h-title {
  font-size: 1rem;
}

.think-green-btn {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.think-green-btn:active {
  background-color: #004f39 !important;
}

.think-green-btn:hover {
  background-color: #001c14 !important;
}

.think-red-btn {
  background-color: #d70926;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.think-red-btn:active {
  background-color: #d70926 !important;
}

.think-red-btn:hover {
  background-color: #a6071d !important;
}

.think-grey-btn {
  background: none;
  border: none;
  border-radius: 6px;
  color: #909090 !important;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.think-grey-btn:active {
  background: none !important;
}

.think-grey-btn:hover {
  background-color: #e6e6e6 !important;
}

.form-control {
  background-color: #edf1ef;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  color: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 46px;
  border-radius: 6px !important;
}

.form-control:focus {
  border: 1px solid rgba(36, 36, 36, 0.8);
  border-color: rgba(36, 36, 36, 0.8) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.ddlCity {
  background-color: #edf1ef;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  color: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 46px;
  border-radius: 6px !important;
}

.ddlCity:focus {
  border: 1px solid rgba(36, 36, 36, 0.8);
  border-color: rgba(36, 36, 36, 0.8) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

#pac-input {
  background-color: #edf1ef;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  color: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 46px;
  border-radius: 6px !important;
}

#pac-input:focus {
  border: 1px solid rgba(36, 36, 36, 0.8);
  border-color: rgba(36, 36, 36, 0.8) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.dropdown-toggle {
  background-color: #edf1ef;
  border: none;
  color: #242424;
  min-height: 46px;
}

.allergy-text {
  display: block;
  color: #004f39;
  margin-top: 0.5rem;
}

.calorie-text {
  display: block;
  color: #7ca991;
  margin-top: 0.5rem;
}

.changes-text {
  display: block;
  color: #d70926;
  margin-top: 0.5rem;
}

.order-info * {
  color: #242424;
}

.order-info .order_info_delivery {
  background: white;
  border-radius: 6px;
  padding: 1rem 2rem;
}

.order-info .order_info_delivery .table-cell {
  text-align: left !important;
}

.order-info .order_info_delivery .table-cell h1 {
  margin: 0;
}

.order-info .order_info_delivery .table-cell h1 span {
  font-size: 20px !important;
}

.order-info .order_info_delivery .table-cell #Content_lblOrderFinalizeAddress {
  font-size: 17px;
}

.order-info .order_info_delivery .table-cell #Content_lblOrderFinalizeDate {
  font-style: normal !important;
  color: #909090;
  font-weight: normal;
}

.order-info .order_info_delivery .table_info {
  width: 100%;
  margin: 0;
}

.order-info .order_info_delivery .table_info span {
  border: none !important;
}

.order-info .order_info_delivery .table_info > div > span {
  border-bottom: 1px solid #edf1ef !important;
  padding: 1rem 0 !important;
  vertical-align: middle;
}

.order-info .order_info_delivery .table_info > div > span > span {
  padding: 0 !important;
}

.shop_info * {
  color: #242424;
}

.shop_info .shop_info_address {
  background: white;
  border-radius: 6px;
  padding-top: 1rem;
  padding-bottom: 1px;
}

.order-total-dtls {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 5px;
  margin-top: 1rem;
}

.custom-login-row > div {
  background-color: white;
  padding-bottom: 1rem;
  border-radius: 5px;
}

.custom-forgotpassword-row > div {
  background-color: white;
  padding-bottom: 1rem;
  border-radius: 5px;
}

.custom-forgotpassword-row .btnRegisterFormBtns {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.custom-forgotpassword-row .btnRegisterFormBtns:active {
  background-color: #004f39 !important;
}

.custom-forgotpassword-row .btnRegisterFormBtns:hover {
  background-color: #001c14 !important;
}

#banner {
  display: none;
}

.tnk_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tnk_category {
  position: relative;
  background: white;
  border-radius: 5px;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  overflow: hidden;
}

.tnk_category .image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tnk_category .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.tnk_category .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 24, 21, 0.58)), to(rgba(13, 24, 21, 0)));
  background: linear-gradient(90deg, rgba(13, 24, 21, 0.58) 0%, rgba(13, 24, 21, 0) 100%);
  display: none;
}

.tnk_category .text-wrapper {
  padding: 1rem;
  z-index: 1;
}

.tnk_category .text-wrapper .name {
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #242424;
  font-weight: bold;
}

.tnk_category .text-wrapper .count {
  display: none;
}

.tnk_category a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.alert-dismissible {
  padding-right: 15px;
}

.btn-accept-cookies {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.btn-accept-cookies:active {
  background-color: #004f39 !important;
}

.btn-accept-cookies:hover {
  background-color: #001c14 !important;
}

.custom-footer-style-web {
  display: block;
}

.custom-footer-style-mobile {
  display: none;
}

.custom-footer-style-mobile .footer-list-info:nth-child(1) {
  display: none;
}

.custom-footer-style-mobile .footer-list-info:nth-child(2) {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.custom-footer-style-mobile .footer-list-info:nth-child(2) .mobile_footer-header {
  background-color: rgba(215, 9, 38, 0.09);
  padding: 0.8rem;
  font-size: 1.2rem;
  border-radius: 2px;
}

.custom-footer-style-mobile .footer-list-info:nth-child(2) .mobile_footer-Items {
  display: none;
}

.custom-footer-style-mobile .footer-list-info:nth-child(2) .mobile_footer-Items a {
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.3rem;
  display: block;
}

.btnPayNow {
  background-color: #004f39;
  border: none;
  border-radius: 6px;
  color: white;
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  min-width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none;
}

.btnPayNow:active {
  background-color: #004f39 !important;
}

.btnPayNow:hover {
  background-color: #001c14 !important;
}

.btnText {
  padding: 0 !important;
  background: none;
  color: #242424;
  border: none;
  margin-top: 1rem !important;
  font-weight: normal;
  font-size: 1rem;
  width: auto !important;
  font-family: 'Roboto', sans-serif;
  margin-left: 0;
  float: none;
}

.btnText span {
  white-space: normal;
}

.btnText:hover {
  padding: 0 !important;
  background: none !important;
  color: #242424 !important;
}

#Content_lblStartOrderTitle {
  display: none;
}

.dropdown-menu > .active > a {
  background-color: #004f39;
}

.dropdown-menu > .active > a:focus {
  background-color: #004f39;
}

.dropdown-menu > .active > a:hover {
  background-color: #004f39;
}

@media only screen and (max-width: 480px) {
  .prodWrapper .items {
    padding: 15px;
  }
  .btn {
    margin: 0;
  }
  .favorite-btn-image {
    top: calc(100% - 40px - 1rem - 3px);
    right: -50px;
  }
  .favorite-btn-image.favorite-inactive {
    background-image: url(https://fbopg.blob.core.windows.net/files/heart.png);
  }
  .favorite-btn-image.favorite-active {
    background-image: url(https://fbopg.blob.core.windows.net/files/heart_active.png);
  }
  .items .itemTitle {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .items .item-list .col-md-6 {
    min-height: 1px;
    border-bottom: 1px solid #dfe6e2;
  }
  .singleProduct {
    width: calc(100% - 30px) !important;
    margin-bottom: 0 !important;
  }
  .singleProduct .item-content {
    min-height: 1px;
    background-color: transparent;
  }
  .singleProduct .item-content .right-side {
    width: 20%;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .singleProduct .item-content .right-side .productImage {
    border-radius: 5px;
  }
  .singleProduct .item-content .left-side {
    padding: 1rem 0;
    width: 70%;
  }
  .singleProduct .item-content .left-side .styleItemDesc {
    min-height: 1px;
  }
  .singleProduct .item-content .left-side .itemControls {
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .singleProduct .item-content .left-side .seQuantity {
    margin-top: 1rem;
  }
  .singleProduct .item-content .left-side .btnAddToShop {
    margin-top: 1rem !important;
  }
  .singleProduct .item-content .left-side .add-item-controls {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .singleProduct .item-content .left-side .btnOrder.custom-customize-mobile {
    display: block;
  }
  .singleProduct .item-content .left-side .btnOrder:not(.custom-customize-mobile) {
    display: none;
  }
  #mobileMenu {
    top: 100% !important;
    width: 100vw !important;
    position: absolute;
    background-color: #003928;
  }
  #mobileMenu a {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-transform: capitalize;
  }
  #mobileMenu a:hover {
    color: #e6e6e6;
  }
  #header {
    padding: 1rem 0;
  }
  #header .rightMenuArea {
    width: 100%;
  }
  #header .rightMenuArea .shopping-cart-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .logoMenuArea .logoArea {
    margin-top: 0;
  }
  #header .logoMenuArea .logoArea img {
    width: 180px;
    margin-top: 0;
  }
  #header .logoMenuArea #favoritesIcon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #header .logoMenuArea #mobileMenu_EB {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #Content_lblOrderSummaryTitle {
    font-size: 1.4rem;
  }
  .custom-cont-fluid-customize-page-wrapper {
    margin-top: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row .titleText {
    font-size: 1.7rem !important;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-row-desc {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .custom-info-price {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .custom-cont-fluid-customize-page-wrapper .custom-customize-product-info-wrapper .custom-info .product_img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100vw;
    position: relative;
    margin-top: 0;
    margin-left: -15px;
    margin-bottom: 1rem;
    border-radius: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredients {
    width: 100%;
    margin-left: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredients-section-text {
    padding: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .ingredients .custom-ingredient {
    width: 100%;
    padding: 0;
  }
  .custom-cont-fluid-customize-page-wrapper .ingredients .addToOrderBtn .pull-right {
    padding: 0;
  }
  .custom-container-cont {
    min-height: 1px;
  }
  .order-item-dtls-wrapper {
    width: calc(100vw - 30px);
    background: none;
    border-bottom: 1px solid #dfe6e2;
  }
  .order-item-dtls-wrapper .order-item-dtls {
    width: 100%;
    padding: 0;
  }
  .order-item-dtls-wrapper .order-item-dtls .order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .order-item-dtls-wrapper .order-item-dtls .order-item img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80px !important;
    height: 80px !important;
  }
  .order-item-dtls-wrapper .order-item-dtls .order-item .order-item-info {
    margin-left: 0;
    width: calc(100% - 70px);
  }
  .order-item-dtls-wrapper .item-price-section {
    width: 100%;
    padding: 0;
  }
  .order-item-dtls-wrapper .item-price-section .item-price-lbl {
    background: #dfe6e2;
    display: inline-block;
    padding: 0.6rem 1rem;
    width: auto;
    min-width: 100px;
    text-align: left;
    border-radius: 5px;
  }
  .order-gran-total-section {
    width: calc(100vw - 30px);
  }
  .order-gran-total-section .order-total-header {
    width: calc(100vw - 30px);
    background-color: transparent;
    padding: 2rem 0;
    border-radius: 0;
    border-bottom: 1px solid #dfe6e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-gran-total-section .order-total-header .title span {
    color: #242424;
  }
  .order-gran-total-section .order-total-header .price {
    color: #d70926;
  }
  .order-customer-details-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
  }
  .order-customer-details-wrapper > .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .order-customer-details-wrapper .order-total-section {
    margin-top: 1.5rem;
    min-height: 0;
  }
  .order-customer-details-wrapper .order-total-section .order-total-dtls #Content_lblPickUpTime * {
    font-size: 1rem;
  }
  .order-customer-details-wrapper .order-total-section .order-total-dtls .address-h {
    background-color: transparent;
    padding: 0;
  }
  .order-customer-details-wrapper .order-total-section .order-total-dtls .address-phone {
    background-color: transparent;
    padding: 0;
  }
  .order-customer-details-wrapper .customer-details-wrapper #Content_planDateAndTime .col-md-6 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .order-customer-details-wrapper .customer-details-wrapper .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .order-customer-details-wrapper .customer-details-wrapper .row > .col-md-6 {
    border-radius: 5px;
    margin-top: 1rem;
  }
  .order-customer-details-wrapper .customer-details-wrapper .row > .col-sm-6 {
    border-radius: 5px;
    margin-top: 1rem;
  }
  .ord-title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .custom-order-final-tc-msg {
    position: relative;
    top: 0;
    width: calc(100vw - 30px);
    left: 0;
    background-color: transparent;
  }
  .custom-order-final-tc-msg #Content_bscbReadAcceptLegalNotice1 label .glyphicon {
    background-color: rgba(0, 79, 57, 0.4);
  }
  .btn-finalise-section {
    position: relative;
    top: 0;
    width: calc(100vw - 30px);
    left: 0;
    background-color: transparent;
  }
  .forgotPass {
    text-align: center !important;
    width: 100% !important;
  }
  .prev-order-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .prev-order-header .col-md-3.col-xs-10 {
    width: 100%;
  }
  .prev-order-header .col-md-5.col-xs-10 {
    width: 100%;
  }
  .prev-order-header .reorder-expansion {
    width: 90%;
    margin-bottom: 1rem;
  }
  .prev-order-line .col-sm-1 {
    width: 20%;
    padding-left: 15px !important;
  }
  .prev-order-line .col-sm-3 {
    width: 80%;
  }
  .prev-order-line .col-sm-3 img {
    margin: 0 0 0 auto;
  }
  .prev-order-line .col-sm-7 {
    width: 100%;
  }
  .order-info {
    width: 100%;
  }
  .order-info .order_info_delivery .table_info > div > span {
    font-size: 1rem !important;
  }
  .order-info .order_info_delivery .table_info > div > span * {
    font-size: 1rem !important;
  }
  .shop_info {
    width: 100%;
  }
  .custom-login-row > div {
    padding-top: 1rem;
  }
  .custom-forgotpassword-row > div {
    padding-top: 1rem;
  }
  .tnk_category {
    margin-bottom: 1rem;
  }
  .tnk_category .image-wrapper {
    height: 102px;
  }
  .tnk_category .image-wrapper .overlay {
    display: block;
  }
  .tnk_category .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tnk_category .text-wrapper .name {
    color: white;
  }
  .tnk_category .text-wrapper .description {
    display: none;
  }
  .tnk_category .text-wrapper .count {
    display: block;
    color: white;
  }
  .custom-footer-style-web {
    display: none;
  }
  .custom-footer-style-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  #header .logoMenuArea .logoArea img {
    width: 150px;
  }
}
/*# sourceMappingURL=custom.css.map */