@charset "UTF-8";
@font-face {
  font-family: GveretLevin;
  src: url("../fonts/GveretLevinAlefAlefAlef-Regular.otf");
}
.gveret-levin {
  font-family: GveretLevin, arial, serif;
}

.checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before {
  background: #006cff;
  border-color: #006cff;
}

.button-no-active-outline {
  outline: 0 !important;
}

ion-content, .direction {
  direction: rtl;
}

ion-content.overflow-scroll {
  overflow-y: auto !important;
}

.popup-buttons .button {
  margin: 0px 5px 0px 5px;
}

.line-through {
  text-decoration: line-through;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.multiple-inset-row {
  padding: 10px;
}

.float {
  float: right;
}

.opposite-float {
  float: left;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.height-20px {
  height: 20px;
}

.height-29px {
  height: 29px;
}

.height-30px {
  height: 30px;
}

.height-150px {
  height: 150px;
}

.height-200px {
  height: 200px;
}

.height-50px {
  height: 50px;
}

.height-90px {
  height: 90px;
}

.negative-number {
  unicode-bidi: embed;
  direction: ltr;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.pad3 {
  padding: 3px;
}

.white-space-pre-line {
  white-space: pre-line;
}

a, a:hover {
  text-decoration: none;
}

/*Utility Classes*/
.spacer-1 {
  height: 1px;
  width: 100%;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 35px;
}

.spacer-40 {
  height: 40px;
}

.spacer-45 {
  height: 45px;
}

.spacer-50 {
  height: 50px;
}

.spacer-55 {
  height: 55px;
}

.spacer-60 {
  height: 60px;
}

.spacer-65 {
  height: 65px;
}

.spacer-70 {
  height: 70px;
}

.spacer-75 {
  height: 75px;
}

.spacer-80 {
  height: 80px;
}

.spacer-85 {
  height: 85px;
}

.spacer-90 {
  height: 90px;
}

.spacer-95 {
  height: 95px;
}

.spacer-100 {
  height: 100px;
}

.col-45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.col-55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 1%;
  -ms-flex: 0 0 1%;
  flex: 0 0 1%;
  max-width: 1%;
}

.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

body {
  font-family: Arial;
}

.rexail-tooltip div[alt]:hover {
  position: relative;
}
.rexail-tooltip div[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  top: -25px;
  right: 0px;
  background-color: black;
  color: white;
  padding: 2px 8px 2px 8px;
  border-radius: 3px;
  width: max-content;
}

.width-20 {
  width: 20px;
}

.padding-3 {
  padding: 3px;
}

.padding-10 {
  padding: 10px;
}

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

.padding-3-3 {
  padding: 3px 0px 3px 0px;
}

.padding-20-20 {
  padding: 20px 0px 20px 0px;
}

.padding-prev-10 {
  padding-right: 10px;
}

.padding-prev-15 {
  padding-right: 15px;
}

.transparent {
  opacity: 0;
}

.auto-margin {
  margin: 0 auto;
}

.bar-footer {
  direction: rtl;
  height: 60px;
}

.no-padding {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-direction {
  padding-right: 0;
}

.no-padding-opposite-direction {
  padding-left: 0;
}

.padding-direction {
  padding-right: 10px;
}

.padding-opposite-direction {
  padding-left: 10px;
}

button.button-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 17px !important;
}

button.button-footer:disabled {
  opacity: 0.2;
}

.vertical-align-center {
  vertical-align: middle !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.has-footer {
  bottom: 60px;
  padding-bottom: 5px;
}

.no-border {
  border: none;
  border-color: transparent;
}

.no-background {
  background: transparent !important;
}

.flex-container-vertical {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-item, .flex-item-vertical {
  flex: 1;
  -webkit-flex: 1;
}

.flex-item-no-grow {
  flex: 0;
  -webkit-flex: 0;
}

.flex-container {
  display: flex;
  display: -webkit-flex;
}

.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-justify-content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-auto-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.item-divider {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.ajax-loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* App Styles */
/* Registration */
img.logo {
  height: 30px;
  margin: 5px;
}

.register-container {
  width: 80%;
}

.register-button img {
  height: 20px;
  vertical-align: middle;
}

/* Main Screen */
.nav-buttons {
  padding-right: 5px;
}
.nav-buttons .nav-search-btn i {
  font-size: 23px;
  line-height: 30px;
}

.back-to-main-btn {
  border: none !important;
}

.nav-scan-btn i {
  line-height: 37px;
  font-size: 17px;
}

.advanced-search-slide {
  overflow-y: auto;
  overflow-x: hidden;
}

.choose-selfpickup-area {
  overflow-y: auto;
  height: 60px;
}

.special-green-font-color {
  color: #8cc63f;
}

.main-screen-bg {
  background-color: #efefef;
}
.main-screen-bg .item-input-wrapper {
  background-color: #cbcbcb;
  height: 29px;
  width: 100%;
}

@media (min-device-height: 480px) {
  .platform-ios img.shop-type {
    max-width: 85%;
    max-height: 85%;
  }
}
@media (min-device-height: 560px) {
  .platform-ios img.shop-type {
    max-width: 90%;
    max-height: 90%;
  }
}
@media (min-device-height: 660px) {
  .platform-ios img.shop-type {
    max-width: 99%;
    max-height: 99%;
  }
}

.platform-android img.shop-type {
  position: absolute;
  top: 50%;
  min-height: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 100%;
}

.main-screen-page-container {
  width: 80%;
}
.main-screen-page-container .row {
  margin-bottom: 10px;
}
.main-screen-page-container .shop-type-container {
  position: relative;
}
.main-screen-page-container .shop-type-container div.shop-type-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.main-screen-page-container .shop-type-container div.coming-soon-text {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.coming-soon-animation div.shop-type-title {
  display: none;
}
.coming-soon-animation div.coming-soon-text {
  display: block !important;
}

.main-screen-slide {
  padding-top: 15px;
  height: 97%;
}

.main-screen-footer i {
  font-size: 22px;
}
.main-screen-footer a.active {
  font-weight: bold;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fe3824;
  margin: 0 10px !important;
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination .swiper-pagination-bullet:first-of-type {
  background: transparent;
  font-size: 10px;
  color: #fe3824;
}
.swiper-pagination .swiper-pagination-bullet:first-of-type:before {
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "";
}

.advanced-search-results .card.search-result, .store-type-search-results .card.search-result {
  margin: 5px 10px;
}
.advanced-search-results .card.search-result .item, .store-type-search-results .card.search-result .item {
  padding: 2px;
}
.advanced-search-results .card.search-result .item .store-details h2, .store-type-search-results .card.search-result .item .store-details h2 {
  color: #000000;
}
.advanced-search-results .card.search-result .item .store-details h3, .store-type-search-results .card.search-result .item .store-details h3 {
  color: #929292;
}
.advanced-search-results .card.search-result .item .unavailable, .store-type-search-results .card.search-result .item .unavailable {
  opacity: 0.25;
}
.advanced-search-results .unavailable, .store-type-search-results .unavailable {
  opacity: 0.25;
}

.unavailable {
  opacity: 0.25;
}

.store-type-search-results h6 {
  padding: 0px 20px;
}

.advanced-search h6 {
  padding: 0px 20px;
}

.store-delivery-pickup-toggle-container {
  height: 30px;
  line-height: 28px;
}
.store-delivery-pickup-toggle-container .delivery {
  width: 50%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.store-delivery-pickup-toggle-container .self-pickup {
  width: 50%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-right: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.store-delivery-pickup-toggle-container .disabled {
  color: #fdc2bc !important;
  background-color: #ffffff !important;
}

.store-type-search-container {
  background-color: #ffffff;
}

.form-container {
  width: 80%;
}

.store-hours-container {
  width: 80%;
}

.store-hour-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 12px;
}
.store-hour-container > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.store-hour-container .big {
  width: 80%;
  font-size: 13px;
  white-space: normal;
}

.main-page-link {
  padding: 5px 3px 5px 3px;
}
.main-page-link i {
  font-size: 22px !important;
}

.shopping-categories-container {
  width: 100%;
  height: 50px;
  line-height: 25px;
  padding: 9px 0px 5px 0px;
}
.shopping-categories-container .categories-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  font-weight: bold;
  width: 100%;
}
.shopping-categories-container .categories-scroller .inner-wrapper {
  white-space: nowrap;
}
.shopping-categories-container .categories-scroller span.search {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.shopping-categories-container .categories-scroller span {
  font-size: 14px;
  display: inline-block;
  margin: 0px 7px 0px 7px;
}
.shopping-categories-container .categories-scroller span.selected {
  padding: 0px 3px 0px 3px;
  color: #006cff !important;
  text-decoration: underline;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.self-pickup-area:hover {
  text-decoration: underline;
}

.text-decoration-underline {
  text-decoration: underline;
}

.shopping-products-container .category-media-file {
  max-width: 100%;
}
.shopping-products-container .product-container {
  background-color: #fff;
  height: 155px;
  border-radius: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.shopping-products-container .product-container .product-details {
  overflow: hidden;
  height: 110px;
  border-bottom: 1px solid #b3b3b3;
}
.shopping-products-container .product-container .product-details .extra-details {
  font-size: 14px;
  color: #0f5cc4;
}
.shopping-products-container .product-container .product-details .product-name-units {
  padding-right: 8px;
}
.shopping-products-container .product-container .product-details .product-name-units input[type=radio] {
  display: none;
}
.shopping-products-container .product-container .product-details .product-name-units input[type=radio] + label {
  color: #929292;
  margin-left: 4px;
  margin-bottom: 0;
  font-size: 16px;
}
.shopping-products-container .product-container .product-details .product-name-units input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  border: 1px solid #929292;
  border-radius: 50%;
  cursor: pointer;
}
.shopping-products-container .product-container .product-details .product-name-units input[type=radio]:checked + label:before {
  background-color: #929292;
}
.shopping-products-container .product-container .product-details .product-images {
  position: relative;
}
.shopping-products-container .product-container .product-details .product-images .product {
  max-height: 80px;
}
.shopping-products-container .product-container .product-details .product-images .quality {
  position: absolute;
  top: 3px;
  left: 3px;
}
.shopping-products-container .product-container .product-details .product-images .sale {
  position: absolute;
  top: 53px;
  right: 37px;
  transform: rotate(-28deg);
  width: 72px;
}
.shopping-products-container .product-container .product-details .product-images .promotion {
  position: absolute;
  top: 10px;
  right: -4px;
  width: 3.2rem;
  height: 3.2rem;
  padding: 2px;
  border: solid 1px #222;
  border-radius: 50%;
  background-color: #fe3824;
  color: white;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.shopping-products-container .product-container .product-actions {
  padding-top: 5px;
}
.shopping-products-container .product-container .product-actions .cart {
  padding-right: 8px;
}
.shopping-products-container .product-container .product-actions .cart button {
  width: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}
.shopping-products-container .product-container .product-actions .cart button.change-bag-contents-btn {
  font-size: 13px;
  margin-right: 5px;
}
.shopping-products-container .product-container .product-actions .cart .quantity {
  display: inline-block;
  padding: 6px 7px 0px 7px;
}
.shopping-products-container .product-container .product-actions .price {
  font-weight: bold;
  padding-left: 25px;
}
.shopping-products-container .product-container .product-actions .price.notPromoted {
  padding-top: 6px;
}
.shopping-products-container .product-container .product-actions .price .original-price {
  text-align: center;
  text-decoration: line-through;
  font-size: 11px;
  color: #aeaeae;
}
.shopping-products-container .cart-product-container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.shopping-products-container .cart-product-container .product-details {
  padding: 1px 10px 1px 15px;
}
.shopping-products-container .cart-product-container .product-details h6 {
  font-weight: bold;
}
.shopping-products-container .cart-product-container .product-details .product {
  float: right;
  height: 36px;
}
.shopping-products-container .cart-product-container .product-actions {
  border-top: 1px solid #b3b3b3;
  padding: 7px 15px 7px 15px;
}
.shopping-products-container .cart-product-container .product-actions .cart .button {
  width: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}
.shopping-products-container .cart-product-container .product-actions .cart .quantity {
  display: inline-block;
  padding: 6px 7px 0px 7px;
}
.shopping-products-container .cart-product-container .product-actions .price {
  padding-top: 6px;
  font-weight: bold;
}
.shopping-products-container .cancelled {
  opacity: 0.5;
}
.shopping-products-container textarea {
  background-color: #cbcbcb;
  width: 100%;
  border-radius: 3px;
}
.shopping-products-container select {
  background-color: transparent;
}
.shopping-products-container .input-label {
  font-size: 14px;
}

.cart-total h5 {
  color: white;
  font-weight: bold;
}

.product-search-container {
  height: 47px;
}
.product-search-container i {
  padding: 8px 2px 8px 8px !important;
  color: #000;
  font-size: 25px;
}

.checkout .product-comments-section.ng-enter, .checkout .product-comments-section.ng-leave {
  transition: all linear 0.5s;
}
.checkout .product-comments-section.ng-enter,
.checkout .product-comments-section.ng-leave.ng-leave-active {
  opacity: 0;
}
.checkout .product-comments-section.ng-enter.ng-enter-active {
  opacity: 1;
}
.checkout .item-radio {
  font-size: 13px;
}
.checkout .item-radio input:checked + .radio-content .item-content {
  white-space: initial;
}

.settings-card {
  margin-bottom: 5px;
  margin-top: 5px;
}

.order-history-container {
  padding: 10px 0px 10px 0px;
}
.order-history-container .padding-right-45 {
  padding-right: 45px;
}
.order-history-container .padding-right-2 {
  padding-right: 2px;
}
.order-history-container .width-14 {
  width: 14px;
}
.order-history-container .open-order-table-head tr {
  text-align: right;
}
.order-history-container .close-order-table-head tr {
  text-align: right;
}
.order-history-container .search-input {
  width: 200px;
}
.order-history-container .section-title {
  margin: 10px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
  color: #fff;
}
.order-history-container .active-orders-container, .order-history-container .closed-orders-container {
  min-height: 100px;
}
.order-history-container .active-order-card {
  margin: 15px 10px;
  height: 75px;
}
.order-history-container .active-order-card .store-details {
  padding: 0px 10px 0px 10px;
}
.order-history-container .active-order-card .store-details h2 {
  font-size: 15px;
  padding: 0;
  margin: 15px 0px 5px 0px;
}
.order-history-container .active-order-card .store-details h3 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #7e7e7e;
}
.order-history-container .active-order-card .order-details {
  padding: 5px 10px 5px 10px;
  text-align: left;
}
.order-history-container .active-order-card .order-details .status {
  max-width: 90px;
  min-width: 50px;
  border: 1px solid;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 11px;
}
.order-history-container .active-order-card .order-details .total {
  margin: 5px 0px 2px 0px;
  font-weight: bold;
  font-size: 13px;
}
.order-history-container .active-order-card .order-details .time-and-type {
  font-weight: bold;
}
.order-history-container .active-order-card .order-details .time-and-type .type {
  font-size: 13px;
}
.order-history-container .active-order-card .order-details .time-and-type .time {
  font-size: 10px;
}

.view-order-actions {
  height: 58px;
}
.view-order-actions > div {
  width: 80px;
}
.view-order-actions i {
  font-size: 27px;
}

.platform-android .has-subheader-view-order-actions {
  top: 101px !important;
}

.platform-ios .has-subheader-view-order-actions {
  top: 117px !important;
}

.existing-payment-details-container {
  min-height: 60px;
}

.payment-details-container-body {
  padding-left: 35px;
  padding-right: 35px;
  min-height: 195px;
}

.order-items-container {
  min-height: 50px;
}

.loading-container {
  direction: rtl;
}

.popup-title {
  font-weight: bold;
}

.popup-body {
  padding: 10px 15px 10px 15px;
}

.popup-buttons {
  justify-content: space-between;
}

input[readonly] {
  background-color: transparent !important;
}

.terms-of-service {
  line-height: 53px;
}
.terms-of-service .checkbox {
  padding: 7px 0px !important;
  right: 0px !important;
  left: auto !important;
}
.terms-of-service label {
  padding-right: 35px !important;
  border: none !important;
  border-style: none !important;
  border-color: transparent !important;
}
.terms-of-service .info {
  font-size: 20px;
  text-align: left;
  text-align: left;
}

.terms-of-service ul {
  list-style-type: disc;
  list-style-position: inside;
}
.terms-of-service ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.terms-of-service ul ul, .terms-of-service ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-right: 15px;
}
.terms-of-service ol ol, .terms-of-service ul ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-right: 15px;
}
.terms-of-service li {
  line-height: normal;
}
.terms-of-service p {
  line-height: normal;
}

.cvv-explanation {
  font-size: 20px;
}

.splash-screen-primary-text {
  color: #8cc63f;
}

.splash-red-container {
  height: 33vh;
}
.splash-red-container img {
  width: 150px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.splash-gray-container {
  height: 40vh;
  padding-top: 25vh;
}

.product-comments-section .item-input-inset input {
  width: 100% !important;
}

.platform-ios .button-exit {
  display: none;
}

.store-main-photo {
  max-width: 70vw;
  border: solid 1px black;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.preloader-container {
  height: 60vh;
}
.preloader-container .img-container {
  min-height: 35vh;
}

.item-store-image {
  height: 100px;
  padding: 0px 0px 0px 0px !important;
}
.item-store-image img {
  max-height: 100px;
  max-width: 50%;
}

.item-store-image-thin {
  height: 100px;
}
.item-store-image-thin img {
  max-width: 99%;
  max-height: 85px;
}

.display-flex {
  display: flex;
}

.display-none {
  display: none;
}

.display-inline-block {
  display: inline-block;
}

.align-self-start {
  align-self: flex-start;
}

.justify-content-center {
  justify-content: center;
}

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

.space-around {
  justify-content: space-around;
}

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

.text-align-start {
  text-align: start;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-row-center-simple {
  display: flex;
  justify-content: center;
}

.flex-row-center-space-between-simple {
  display: flex;
  justify-content: space-between;
}

.flex-row-center-space-around-simple {
  display: flex;
  justify-content: space-around;
}

.flex-row-center-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-row-center-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-column-center-simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.flex-container-center3 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.flex-container-center-add-form {
  display: flex;
  align-items: center;
}

.flex-container-align-items-center {
  display: flex;
  align-items: center;
}

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-container-center-no-reverse {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-start;
}

.flex-container-center2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.flex-col-center2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.ion-search-select .first-title {
  right: 0px !important;
}
.ion-search-select .item-icon-left {
  height: 100%;
  top: -6px;
  padding: 0px 0px 0px 32px !important;
}
.ion-search-select .item-icon-left input {
  width: 90%;
  margin-top: 10px;
}
.ion-search-select .item-icon-left i {
  top: 0px;
  right: 0px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.menu-popover-container .item {
  font-size: 22px;
}
.menu-popover-container .item .icon {
  padding-left: 5px;
  font-size: 25px;
}

.view-cart-product-select-comments {
  width: 200px;
  height: 25px;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}

.view-cart-comment-text {
  z-index: 1;
  border-radius: 4px;
  padding: 2px 10px 2px 10px;
}

.view-cart-comment-container {
  min-height: 30px;
  min-width: 200px;
  padding-top: 5px;
}

.view-cart-comments-container {
  padding: 3px 0px 3px 0px;
}

.thumbnail > div > img {
  display: block;
  max-width: 100%;
}

.bottom-crop {
  overflow: hidden;
  max-height: 120px;
}

.payment-method-radio {
  right: -18px;
}

.clickable {
  cursor: pointer;
}

.my-position-fixed {
  position: fixed;
  top: 0;
  right: 0;
  padding: 14px 0 0;
  z-index: 1012;
  -webkit-transform: translateZ(0);
}

.color-rexail-primary {
  color: #8cc63f;
}

.color-rexail-red {
  color: #fe3824;
}

.color-rexail-blue {
  color: #006cff;
}

.no-resize {
  resize: none;
}

.cursor-default {
  cursor: default !important;
}

.my-custom-popup-alert .popup {
  width: 520px !important;
}

.my-custom-popup-alert-register .popup-body {
  display: flex;
  justify-content: center;
}

.not-remove.ng-hide {
  display: block;
  visibility: hidden !important;
}

.header-right-button-span {
  font-size: 25px !important;
  color: white;
  font-weight: bold;
}

.header-right-button {
  padding-right: 5px;
}

.dirty-and-reviewed.ng-dirty {
  border-color: black;
  border-width: 1px;
  background-color: #FAFAD2;
}

.font-14-bold {
  font-size: 14px;
  font-weight: bold;
}

.font-16-bold {
  font-size: 16px;
  font-weight: bold;
}

.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.6s;
  -moz-transition: opacity ease-in-out 0.6s;
  -ms-transition: opacity ease-in-out 0.6s;
  -o-transition: opacity ease-in-out 0.6s;
  transition: opacity ease-in-out 0.6s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

.start-over-button-text {
  color: grey;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}

.cancel-ionic-row-row {
  padding: 5px !important;
  margin: 0px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-7 {
  padding: 7px 0px 7px 0px;
}

.padding-2-right-left {
  padding: 0px 2px 0px 2px;
}

.padding-4-right-left {
  padding: 0px 4px 0px 4px;
}

.padding-15-right-left {
  padding: 0px 15px 0px 15px;
}

.padding-15-top {
  padding-top: 15px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-11 {
  padding-top: 11px;
}

.padding-30-left {
  padding-left: 30px;
}

.padding-30-right {
  padding-right: 30px;
}

.margin-0 {
  margin: 0px !important;
}

.margin-10 {
  margin: 10px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-3 {
  margin-left: 3px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-11 {
  margin-right: 11px;
}

.padding-all-7 {
  padding: 7px;
}

.padding-all-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-10 {
  padding-right: 10px;
}

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

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-20 {
  padding-right: 20px;
}

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

.margin-top-1 {
  margin-top: 1px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-21 {
  margin-top: 21px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-left-right-10-10 {
  padding: 0px 10px 0px 10px;
}

.padding-left-right-25-25 {
  padding: 0px 25px 0px 25px;
}

.padding-left-right-5-5 {
  padding: 0px 5px 0px 5px;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-1 {
  flex-grow: 1;
}

.min-width-200 {
  min-width: 200px;
}

.width-60 {
  width: 60px;
}

.min-width-65 {
  min-width: 65px;
}

.width-100 {
  width: 100px;
}

.width-200px {
  width: 200px;
}

.search-and-select-container .li-hover {
  background-color: #719dc4;
}
.search-and-select-container .stop-mouse-hover:hover {
  background-color: transparent !important;
}
.search-and-select-container .collection-item {
  cursor: pointer;
}
.search-and-select-container .collection-item:hover {
  background-color: #719dc4;
}
.search-and-select-container .search-and-select-list-container {
  max-height: 100px;
  background-color: white;
  z-index: 1;
  width: 100%;
}
.search-and-select-container .dropdown-menu {
  max-height: 100px;
}
.search-and-select-container .search-and-select-list {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 100px;
  margin-bottom: 0px;
}
.search-and-select-container .search-container {
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  border-color: #ccc;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-12 {
  font-size: 12px;
}

.main-app-body {
  background-color: #efefef;
}

.error-php-body {
  background: url("../images/register-background.png");
  direction: rtl;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-php-body .panel {
  border-color: black;
  padding-right: 5px;
  padding-left: 5px;
}

.pre-wrap {
  white-space: pre;
}

.address-notes {
  background-color: #cbcbcb;
}

.text-align-center-mobile {
  text-align: center;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.padding-right-65 {
  padding-right: 65px;
}

.select-self-pickup-area-padding {
  padding: 5px 0px 8px 0px;
}

.discount-coupon-container .ng-invalid {
  border-color: red !important;
}

.whiteBg-add, .whiteBg-remove {
  transition: background-color 1000ms linear;
}

.whiteBg-add {
  background-color: #fff395;
}

.font-white {
  color: white;
}

.font-black {
  color: black;
}

.whiteBg-remove {
  background-color: inherit;
}

.add-Discount-coupon-button {
  min-height: 20px;
  line-height: 28px;
  font-size: 12px;
}

.upper-case-input {
  text-transform: uppercase;
}

.popup-sub-title {
  font-size: 13px;
}

.fast-shopping-route-popup {
  direction: rtl;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fast-shopping-route-popup .close-button {
  top: 0px;
  left: 0px;
}
.fast-shopping-route-popup .close-button button {
  width: 35px;
  height: 40px;
}
.fast-shopping-route-popup .close-button i {
  cursor: pointer;
  font-size: 20px;
  color: #525252;
}
.fast-shopping-route-popup .place-new-or-edit .edit-or-place-new-dialog-buttons {
  top: 252px;
  right: 0px;
  width: 100%;
}
.fast-shopping-route-popup .place-new-or-edit .edit-or-place-new-dialog-buttons button {
  width: 165px !important;
  height: 40px !important;
}
.fast-shopping-route-popup .no-hours-message {
  padding: 0px 15px 0px 15px;
}
.fast-shopping-route-popup .no-hours-message h5 {
  line-height: 1.3;
}
.fast-shopping-route-popup .popup {
  border-radius: 4px;
  border: 1px solid black;
}
.fast-shopping-route-popup .popup .popup-head {
  padding: 10px 15px;
  border-bottom: 1px solid black;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #8cc63f;
  color: #fff;
  text-align: inherit;
}
.fast-shopping-route-popup .popup .popup-head .popup-title {
  font-weight: inherit;
}
.fast-shopping-route-popup .popup .popup-body {
  padding: 20px 15px 10px 15px;
}
.fast-shopping-route-popup .popup .popup-buttons {
  padding: 10px 24px 10px 24px;
}
.fast-shopping-route-popup .ngdialog-content {
  display: flex;
  justify-content: center;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid black;
}
.fast-shopping-route-popup .ngdialog-content .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid black;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #8cc63f;
  color: #fff;
}
.fast-shopping-route-popup .toggle-shipping-method {
  top: -42px;
  right: -1px;
}
.fast-shopping-route-popup .toggle-shipping-method .panel-with-tabs .nav-tabs li a {
  border-bottom: 1px solid #222222 !important;
}
.fast-shopping-route-popup .register-info {
  margin: 10px 0px 10px 0px;
}
.fast-shopping-route-popup .button {
  margin: 0px 5px !important;
}
.fast-shopping-route-popup .save-details-button {
  bottom: 0px;
  right: 0;
}
.fast-shopping-route-popup .terms-container {
  max-height: 76%;
  overflow-y: auto;
}
.fast-shopping-route-popup .fast-shopping-register {
  width: 100%;
}
.fast-shopping-route-popup .fast-shopping-register .save-details-button {
  bottom: 0px;
  right: 0;
  width: 100%;
}
.fast-shopping-route-popup .fast-shopping-register .register-input {
  width: 130px;
  margin: 14px 0px 10px 0px;
}
.fast-shopping-route-popup .terms-of-service {
  line-height: 35px;
}
.fast-shopping-route-popup #fast-shopping-method-toggle .stores-delivery-and-pickup .nav > li > a {
  border: solid 1px #222 !important;
}
.fast-shopping-route-popup #fast-shopping-method-toggle .stores-delivery-and-pickup .nav > li.active > a {
  border-bottom: solid 1px #8cc63f !important;
}
.fast-shopping-route-popup #fast-shopping-method-toggle .margin-delivery-54 {
  margin-top: 54px;
}
.fast-shopping-route-popup .select-hours-container {
  padding-right: 15px;
  padding-left: 15px;
  max-height: 282px;
  overflow-y: auto;
}
.fast-shopping-route-popup .fast-shopping-delivery .select-hours-container {
  padding: 10px 15px 0px 0px;
  max-height: 335px;
  overflow-y: auto;
}
.fast-shopping-route-popup .store-hours-cancel-button {
  border-top: 1px solid #00000038;
  padding: 5px 15px;
}
.fast-shopping-route-popup .store-hours-select-container {
  padding: 10px 15px 10px 0px;
  height: 54px;
  border-bottom: 1px solid #00000038;
}
.fast-shopping-route-popup .store-hours-address-details-container {
  height: 54px;
  border-bottom: 1px solid #00000038;
  padding: 0px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fast-shopping-route-popup .store-hours-address-details-container a {
  text-decoration: underline;
}
.fast-shopping-route-popup .fast-shopping-main-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.fast-shopping-route-popup .fast-shopping-main-scroller::-webkit-scrollbar {
  width: 6px;
  background-color: #fafafa;
}
.fast-shopping-route-popup .fast-shopping-main-scroller::-webkit-scrollbar-thumb {
  background-color: #222;
}
.fast-shopping-route-popup .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  width: 648px;
}
.fast-shopping-route-popup .logo-container img.logo {
  height: 26px;
}
.fast-shopping-route-popup .store-hours-row {
  margin-bottom: 10px;
}
.fast-shopping-route-popup .store-hours-row .store-hours-row-date {
  font-size: 12px !important;
}
.fast-shopping-route-popup .fast-shopping-method-toggle .form-group {
  margin-bottom: 5px !important;
}
.fast-shopping-route-popup .fast-button {
  width: 90px !important;
  height: 40px !important;
}
.fast-shopping-route-popup .button {
  line-height: 16px;
  min-height: 30px;
}
.fast-shopping-route-popup .btn {
  font-size: 12px !important;
}
.fast-shopping-route-popup .select-hour-button-container button {
  min-width: 80.23px !important;
}

.width-0-percent {
  width: 0%;
}

.width-1-percent {
  width: 1%;
}

.width-2-percent {
  width: 2%;
}

.width-3-percent {
  width: 3%;
}

.width-4-percent {
  width: 4%;
}

.width-5-percent {
  width: 5%;
}

.width-6-percent {
  width: 6%;
}

.width-7-percent {
  width: 7%;
}

.width-8-percent {
  width: 8%;
}

.width-9-percent {
  width: 9%;
}

.width-10-percent {
  width: 10%;
}

.width-11-percent {
  width: 11%;
}

.width-12-percent {
  width: 12%;
}

.width-13-percent {
  width: 13%;
}

.width-14-percent {
  width: 14%;
}

.width-15-percent {
  width: 15%;
}

.width-16-percent {
  width: 16%;
}

.width-17-percent {
  width: 17%;
}

.width-18-percent {
  width: 18%;
}

.width-19-percent {
  width: 19%;
}

.width-20-percent {
  width: 20%;
}

.width-21-percent {
  width: 21%;
}

.width-22-percent {
  width: 22%;
}

.width-23-percent {
  width: 23%;
}

.width-24-percent {
  width: 24%;
}

.width-25-percent {
  width: 25%;
}

.width-26-percent {
  width: 26%;
}

.width-27-percent {
  width: 27%;
}

.width-28-percent {
  width: 28%;
}

.width-29-percent {
  width: 29%;
}

.width-30-percent {
  width: 30%;
}

.width-31-percent {
  width: 31%;
}

.width-32-percent {
  width: 32%;
}

.width-33-percent {
  width: 33%;
}

.width-34-percent {
  width: 34%;
}

.width-35-percent {
  width: 35%;
}

.width-36-percent {
  width: 36%;
}

.width-37-percent {
  width: 37%;
}

.width-38-percent {
  width: 38%;
}

.width-39-percent {
  width: 39%;
}

.width-40-percent {
  width: 40%;
}

.width-41-percent {
  width: 41%;
}

.width-42-percent {
  width: 42%;
}

.width-43-percent {
  width: 43%;
}

.width-44-percent {
  width: 44%;
}

.width-45-percent {
  width: 45%;
}

.width-46-percent {
  width: 46%;
}

.width-47-percent {
  width: 47%;
}

.width-48-percent {
  width: 48%;
}

.width-49-percent {
  width: 49%;
}

.width-50-percent {
  width: 50%;
}

.width-51-percent {
  width: 51%;
}

.width-52-percent {
  width: 52%;
}

.width-53-percent {
  width: 53%;
}

.width-54-percent {
  width: 54%;
}

.width-55-percent {
  width: 55%;
}

.width-56-percent {
  width: 56%;
}

.width-57-percent {
  width: 57%;
}

.width-58-percent {
  width: 58%;
}

.width-59-percent {
  width: 59%;
}

.width-60-percent {
  width: 60%;
}

.width-61-percent {
  width: 61%;
}

.width-62-percent {
  width: 62%;
}

.width-63-percent {
  width: 63%;
}

.width-64-percent {
  width: 64%;
}

.width-65-percent {
  width: 65%;
}

.width-66-percent {
  width: 66%;
}

.width-67-percent {
  width: 67%;
}

.width-68-percent {
  width: 68%;
}

.width-69-percent {
  width: 69%;
}

.width-70-percent {
  width: 70%;
}

.width-71-percent {
  width: 71%;
}

.width-72-percent {
  width: 72%;
}

.width-73-percent {
  width: 73%;
}

.width-74-percent {
  width: 74%;
}

.width-75-percent {
  width: 75%;
}

.width-76-percent {
  width: 76%;
}

.width-77-percent {
  width: 77%;
}

.width-78-percent {
  width: 78%;
}

.width-79-percent {
  width: 79%;
}

.width-80-percent {
  width: 80%;
}

.width-81-percent {
  width: 81%;
}

.width-82-percent {
  width: 82%;
}

.width-83-percent {
  width: 83%;
}

.width-84-percent {
  width: 84%;
}

.width-85-percent {
  width: 85%;
}

.width-86-percent {
  width: 86%;
}

.width-87-percent {
  width: 87%;
}

.width-88-percent {
  width: 88%;
}

.width-89-percent {
  width: 89%;
}

.width-90-percent {
  width: 90%;
}

.width-91-percent {
  width: 91%;
}

.width-92-percent {
  width: 92%;
}

.width-93-percent {
  width: 93%;
}

.width-94-percent {
  width: 94%;
}

.width-95-percent {
  width: 95%;
}

.width-96-percent {
  width: 96%;
}

.width-97-percent {
  width: 97%;
}

.width-98-percent {
  width: 98%;
}

.width-99-percent {
  width: 99%;
}

.width-100-percent {
  width: 100%;
}

.margin-prev-1 {
  margin-right: 1px;
}

.margin-prev-2 {
  margin-right: 2px;
}

.margin-prev-3 {
  margin-right: 3px;
}

.margin-prev-4 {
  margin-right: 4px;
}

.margin-prev-5 {
  margin-right: 5px;
}

.margin-prev-6 {
  margin-right: 6px;
}

.margin-prev-7 {
  margin-right: 7px;
}

.margin-prev-8 {
  margin-right: 8px;
}

.margin-prev-9 {
  margin-right: 9px;
}

.margin-prev-10 {
  margin-right: 10px;
}

.margin-prev-11 {
  margin-right: 11px;
}

.margin-prev-12 {
  margin-right: 12px;
}

.margin-prev-13 {
  margin-right: 13px;
}

.margin-prev-14 {
  margin-right: 14px;
}

.margin-prev-15 {
  margin-right: 15px;
}

.margin-prev-16 {
  margin-right: 16px;
}

.margin-prev-17 {
  margin-right: 17px;
}

.margin-prev-18 {
  margin-right: 18px;
}

.margin-prev-19 {
  margin-right: 19px;
}

.margin-prev-20 {
  margin-right: 20px;
}

.margin-prev-21 {
  margin-right: 21px;
}

.margin-prev-22 {
  margin-right: 22px;
}

.margin-prev-23 {
  margin-right: 23px;
}

.margin-prev-24 {
  margin-right: 24px;
}

.margin-prev-25 {
  margin-right: 25px;
}

.margin-prev-26 {
  margin-right: 26px;
}

.margin-prev-27 {
  margin-right: 27px;
}

.margin-prev-28 {
  margin-right: 28px;
}

.margin-prev-29 {
  margin-right: 29px;
}

.margin-prev-30 {
  margin-right: 30px;
}

.margin-prev-31 {
  margin-right: 31px;
}

.margin-prev-32 {
  margin-right: 32px;
}

.margin-prev-33 {
  margin-right: 33px;
}

.margin-prev-34 {
  margin-right: 34px;
}

.margin-prev-35 {
  margin-right: 35px;
}

.margin-prev-36 {
  margin-right: 36px;
}

.margin-prev-37 {
  margin-right: 37px;
}

.margin-prev-38 {
  margin-right: 38px;
}

.margin-prev-39 {
  margin-right: 39px;
}

.margin-prev-40 {
  margin-right: 40px;
}

.margin-prev-41 {
  margin-right: 41px;
}

.margin-prev-42 {
  margin-right: 42px;
}

.margin-prev-43 {
  margin-right: 43px;
}

.margin-prev-44 {
  margin-right: 44px;
}

.margin-prev-45 {
  margin-right: 45px;
}

.margin-prev-46 {
  margin-right: 46px;
}

.margin-prev-47 {
  margin-right: 47px;
}

.margin-prev-48 {
  margin-right: 48px;
}

.margin-prev-49 {
  margin-right: 49px;
}

.margin-prev-50 {
  margin-right: 50px;
}

.padding-prev-1 {
  margin-right: 1px;
}

.padding-prev-2 {
  margin-right: 2px;
}

.padding-prev-3 {
  margin-right: 3px;
}

.padding-prev-4 {
  margin-right: 4px;
}

.padding-prev-5 {
  margin-right: 5px;
}

.padding-prev-6 {
  margin-right: 6px;
}

.padding-prev-7 {
  margin-right: 7px;
}

.padding-prev-8 {
  margin-right: 8px;
}

.padding-prev-9 {
  margin-right: 9px;
}

.padding-prev-10 {
  margin-right: 10px;
}

.padding-prev-11 {
  margin-right: 11px;
}

.padding-prev-12 {
  margin-right: 12px;
}

.padding-prev-13 {
  margin-right: 13px;
}

.padding-prev-14 {
  margin-right: 14px;
}

.padding-prev-15 {
  margin-right: 15px;
}

.padding-prev-16 {
  margin-right: 16px;
}

.padding-prev-17 {
  margin-right: 17px;
}

.padding-prev-18 {
  margin-right: 18px;
}

.padding-prev-19 {
  margin-right: 19px;
}

.padding-prev-20 {
  margin-right: 20px;
}

.padding-prev-21 {
  margin-right: 21px;
}

.padding-prev-22 {
  margin-right: 22px;
}

.padding-prev-23 {
  margin-right: 23px;
}

.padding-prev-24 {
  margin-right: 24px;
}

.padding-prev-25 {
  margin-right: 25px;
}

.padding-prev-26 {
  margin-right: 26px;
}

.padding-prev-27 {
  margin-right: 27px;
}

.padding-prev-28 {
  margin-right: 28px;
}

.padding-prev-29 {
  margin-right: 29px;
}

.padding-prev-30 {
  margin-right: 30px;
}

.padding-prev-31 {
  margin-right: 31px;
}

.padding-prev-32 {
  margin-right: 32px;
}

.padding-prev-33 {
  margin-right: 33px;
}

.padding-prev-34 {
  margin-right: 34px;
}

.padding-prev-35 {
  margin-right: 35px;
}

.padding-prev-36 {
  margin-right: 36px;
}

.padding-prev-37 {
  margin-right: 37px;
}

.padding-prev-38 {
  margin-right: 38px;
}

.padding-prev-39 {
  margin-right: 39px;
}

.padding-prev-40 {
  margin-right: 40px;
}

.padding-prev-41 {
  margin-right: 41px;
}

.padding-prev-42 {
  margin-right: 42px;
}

.padding-prev-43 {
  margin-right: 43px;
}

.padding-prev-44 {
  margin-right: 44px;
}

.padding-prev-45 {
  margin-right: 45px;
}

.padding-prev-46 {
  margin-right: 46px;
}

.padding-prev-47 {
  margin-right: 47px;
}

.padding-prev-48 {
  margin-right: 48px;
}

.padding-prev-49 {
  margin-right: 49px;
}

.padding-prev-50 {
  margin-right: 50px;
}

.change-bag-contents-container {
  position: relative;
}
.change-bag-contents-container .panel-body {
  padding: 0px 15px;
}
.change-bag-contents-container h4 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.change-bag-contents-container .items-in-bag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 230px;
  overflow-y: scroll;
  border: solid 1px #222;
  border-radius: 4px;
  padding: 3px;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container {
  position: relative;
  background-color: #fff;
  margin: 3px;
  text-align: center;
  border: solid 1px #888;
  border-radius: 4px;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container.selected {
  border: solid 2px #000;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container .full-portion .item-name {
  font-size: 12px;
  height: 34px;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container .half-portion {
  text-align: center;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container .half-portion .img-container {
  position: relative;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container .half-portion .img-container i {
  position: absolute;
  top: 0px;
  left: 45px;
  font-size: 22px;
  border-radius: 11px;
}
.change-bag-contents-container .items-in-bag .item-in-bag-container .replaced-indicator {
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.change-bag-contents-container .replacement-items {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 218px;
  overflow-y: scroll;
  border: solid 1px #222;
  border-radius: 4px;
  padding: 3px;
}
.change-bag-contents-container .replacement-items .replacement-item-container {
  background-color: #fff;
  margin: 3px;
  text-align: center;
  width: 105px;
  height: 135px;
  border: solid 1px #888;
  border-radius: 4px;
  position: relative;
}
.change-bag-contents-container .replacement-items .replacement-item-container:hover {
  border: solid 1px #000;
}
.change-bag-contents-container .replacement-items .replacement-item-container .replacement-item .item-name {
  font-size: 12px;
  height: 34px;
  padding: 0px 3px;
}
.change-bag-contents-container .replacement-items .replacement-item-container .replacement-item img {
  height: 45px;
}
.change-bag-contents-container .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons {
  position: absolute;
  bottom: 0px;
  height: 47px;
  padding-top: 10px;
  background-color: #dcedc4;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: solid 1px #888;
  color: #8cc63f;
  font-size: 23px;
}
.change-bag-contents-container .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container {
  display: flex;
  justify-content: space-between;
}
.change-bag-contents-container .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .disabled {
  cursor: auto;
  color: #aeaeae;
}
.change-bag-contents-container.mobile .items-in-bag {
  height: 30vh;
}
.change-bag-contents-container.mobile .items-in-bag.view-max-items {
  height: calc(90vh - 130px);
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container {
  width: calc(33% - 6px);
  padding-top: calc(33% - 6px);
  position: relative;
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container .full-portion {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px;
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container .full-portion img {
  width: 70%;
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container .half-portion {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px;
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container .half-portion .img-container img {
  margin: 3px;
  width: 50%;
}
.change-bag-contents-container.mobile .items-in-bag .item-in-bag-container .half-portion .tooltip-container {
  position: absolute;
  top: 2px;
  left: 4px;
}
.change-bag-contents-container.mobile .replacement-items {
  height: 30vh;
}
.change-bag-contents-container.mobile .replacement-items .replacement-item-container {
  width: calc(33% - 6px);
  padding-top: calc(33% - 6px);
}
.change-bag-contents-container.mobile .replacement-items .replacement-item-container .replacement-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.change-bag-contents-container.mobile .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container {
  width: 93%;
  margin: 0 auto;
}
.change-bag-contents-container.mobile .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container .add-portion:not(.disabled).selected, .change-bag-contents-container.mobile .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container .add-half-portion:not(.disabled).selected {
  color: #638e2a;
}
.change-bag-contents-container.mobile .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container .portion-description {
  margin-top: -3px;
  font-size: 13px;
  line-height: 13px;
}

.subscription-steps li {
  line-height: 25px;
  margin: 8px 0px;
  font-weight: bold;
  padding-right: 35px;
}
.subscription-steps li span {
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #8cc63f;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  margin-right: -30px;
}

.rx-select-container {
  height: 30px;
  padding: 0px 10px;
  border-radius: 8px;
  line-height: 28px;
  border: solid 1px #71a230;
  color: #8cc63f;
  position: relative;
}
.rx-select-container .caret {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

.rx-select-popup .popup {
  width: 90vw;
}
.rx-select-popup .popup .popup-body {
  padding: 0px;
}
.rx-select-popup .popup .popup-body .rx-select-options .rx-option {
  position: relative;
  padding: 10px 30px 10px 0px;
  font-size: 17px;
}
.rx-select-popup .popup .popup-body .rx-select-options .rx-option:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
.rx-select-popup .popup .popup-body .rx-select-options .rx-option .rx-option-selector {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #6e6e6e;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.rx-select-popup .popup .popup-body .rx-select-options .rx-option .rx-option-selector.checked {
  border-color: #3d7b8a;
}
.rx-select-popup .popup .popup-body .rx-select-options .rx-option .rx-option-selector.checked:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3d7b8a;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.rx-select-popup.search-enabled {
  align-items: flex-end;
}
.rx-select-popup.search-enabled .popup {
  position: relative;
  width: 100vw;
  height: 20vh;
  min-height: 250px;
}
.rx-select-popup.search-enabled .popup .rx-select-searchterm {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 34px;
  padding-right: 15px;
}
.rx-select-popup.search-enabled .popup .rx-select-options {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.wide-ionic-popup .popup {
  width: 450px;
}

.ngdialog-theme-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ngdialog-theme-default .ngdialog-content {
  position: relative;
  direction: rtl;
  border-radius: 4px;
  border: 1px solid black;
}
.ngdialog-theme-default .ngdialog-content .panel {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.ngdialog-theme-default .ngdialog-content .panel-heading {
  height: 40px;
  padding: 10px 15px;
  border-radius: 0px;
  border-bottom: 1px solid black;
  background-color: #8cc63f;
  color: #fff;
}
.ngdialog-theme-default .ngdialog-content .ngdialog-close {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 35px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.ngdialog-theme-default .ngdialog-content .ngdialog-buttons {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.ngdialog-theme-default .ngdialog-content .ngdialog-buttons .button-danger {
  background-color: #fe3824;
  color: #fff;
}
.ngdialog-theme-default .ngdialog-content .close-button {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0px;
  left: 0px;
}
.ngdialog-theme-default .ngdialog-content .close-button button {
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-color: #f0f0f0;
}

.main-page-mobile {
  margin-bottom: 30px;
}
.main-page-mobile h1 {
  font-size: 2em;
}
.main-page-mobile .city-search-container {
  margin: 25px auto 0;
  padding: 10px 5px;
  border-radius: 5px;
  width: 90vw;
}
.main-page-mobile .city-search-container autocomplete {
  text-align: right;
}
.main-page-mobile .city-search-container autocomplete input {
  height: 40px;
  line-height: 1.5em;
  font-size: 1.5em;
  width: 100%;
  max-width: 100%;
  border: solid 1px #000;
  border-radius: 4px;
}
.main-page-mobile .city-search-container autocomplete .form-control-feedback {
  display: none;
}
.main-page-mobile .city-search-container autocomplete .autocomplete-list-container li, .main-page-mobile .city-search-container autocomplete .autocomplete-list-container .no-results {
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  padding-right: 10px;
}
.main-page-mobile .city-search-container autocomplete .autocomplete-list-container li.highlighted, .main-page-mobile .city-search-container autocomplete .autocomplete-list-container .no-results.highlighted {
  background-color: #aeaeea;
}
.main-page-mobile .search-results {
  margin-top: 15px;
  min-height: 300px;
}
.main-page-mobile .search-results .spinner svg {
  width: 60px;
  height: 60px;
}
.main-page-mobile .search-results .search-result {
  height: 480px;
  border: solid 1px #888;
  border-radius: 4px;
}
.main-page-mobile .search-results .search-result .img {
  position: relative;
  height: 180px;
  background-size: cover;
  border-bottom: solid 1px #888;
}
.main-page-mobile .search-results .search-result .img img.primary-image {
  position: absolute;
  top: 10px;
  right: calc(50% - 90px);
  width: 180px;
  overflow: hidden;
}
.main-page-mobile .search-results .search-result .store-details {
  padding: 10px 10px 0 0;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
}
.main-page-mobile .search-results .search-result .store-details h3 {
  font-size: 2em;
  margin: 0;
}
.main-page-mobile .search-results .search-result .store-details h4 {
  font-size: 1em;
  margin: 0;
}
.main-page-mobile .search-results .search-result .store-details hr {
  margin-right: -10px;
}
.main-page-mobile .search-results .search-result .store-details .description p {
  margin-bottom: 0;
}
.main-page-mobile .search-results .search-result .delivery, .main-page-mobile .search-results .search-result .self-pickup {
  height: 30px;
  padding: 5px 10px;
}
.main-page-mobile .search-results .search-result .delivery button, .main-page-mobile .search-results .search-result .self-pickup button {
  font-size: 1em;
}
.main-page-mobile .search-results .search-result .delivery .next-available-date, .main-page-mobile .search-results .search-result .self-pickup .next-available-date {
  color: #0f5cc4;
  text-align: center;
  font-size: 1.2em;
}

.address-form-mobile {
  padding: 13px;
}
.address-form-mobile autocomplete {
  text-align: right;
}
.address-form-mobile autocomplete input {
  height: 30px;
  line-height: 18px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #cbcbcb;
  border-radius: 3px;
}
.address-form-mobile autocomplete .form-control-feedback {
  display: none;
}
.address-form-mobile autocomplete .autocomplete-loader-container {
  border: 1px solid #cbcbcb;
  background: #efefef;
}
.address-form-mobile autocomplete .autocomplete-list-container {
  border: none;
}
.address-form-mobile autocomplete .autocomplete-list-container ul {
  border: 1px solid #cbcbcb;
  background: #efefef;
  padding: 4px;
}
.address-form-mobile autocomplete .autocomplete-list-container ul li, .address-form-mobile autocomplete .autocomplete-list-container ul .no-results {
  font-size: 13px;
  height: 20px;
  line-height: 14px;
  margin-bottom: 7px;
}
.address-form-mobile autocomplete .autocomplete-list-container .no-results {
  background: #efefef;
  border: 1px solid #cbcbcb;
}

footer.bottom-fixed-mobile {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #a4d266;
}
footer.bottom-fixed-mobile a {
  font-weight: bold;
  color: inherit;
}

.popover {
  height: 350px;
}

.language-radio-btn {
  width: auto !important;
  top: 2px;
  position: relative;
}
.language-radio-btn:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #8cc63f;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #8cc63f;
}

.quantity-of-historic-order {
  max-width: 97px;
  min-width: 50px;
  border: 1px solid;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 11px;
}

.history-order-card {
  height: auto !important;
  overflow: inherit !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.li-history-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  border: 1px solid black;
  padding: 5px;
  border-radius: 9px;
}

.store-details-history {
  display: block;
  height: 190px;
  max-height: 200px;
  overflow: scroll;
  padding: 10px 15px 10px 0;
}
.store-details-history h2 {
  font-size: 1.3em;
  margin-bottom: 0 !important;
}
.store-details-history .time-and-type {
  font-size: 1.1em !important;
  margin: 5px 0 5px 0 !important;
}

.history-img {
  overflow: scroll !important;
}

.add-from-history-button {
  background: #006cff;
  border-radius: 4px;
  width: 100px;
  height: 190px;
  padding: 5px;
  margin: 10px 10px 10px 15px;
}

.line-height-1 {
  line-height: 1;
}

.disabled-authentication-link,
.disabled-authentication-link:hover {
  cursor: default;
  color: #aeaeae;
}

.timer-wrapper .timer {
  position: relative;
  width: 25px;
  height: 25px;
}
.timer-wrapper .timer-mobile {
  position: relative;
  width: 21px;
  height: 21px;
}
.timer-wrapper .timer-svg {
  transform: scaleX(-1);
}
.timer-wrapper .timer-circle {
  fill: none;
  stroke: none;
}
.timer-wrapper .timer-path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}
.timer-wrapper .timer-path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.timer-wrapper .timer-path-remaining.green {
  color: #8cc63f;
}
.timer-wrapper .timer-label {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.timer-wrapper .timer-label-mobile {
  width: 21px;
  height: 21px;
  font-size: 12px;
}

.border-radius-3 {
  border-radius: 3px;
}

.change-email-btn {
  border-color: transparent;
  background-color: #8cc63f;
  color: #fff;
}

.map-popup-desktop {
  width: 800px !important;
  height: 710px !important;
  margin: 0 auto !important;
}
.map-popup-desktop .popup {
  width: 800px !important;
  height: 710px !important;
  margin: 0 auto !important;
}
.map-popup-desktop #map {
  width: 770px;
  height: 450px;
}

.map-popup-desktop-with-list {
  width: 800px !important;
  height: 800px !important;
  margin: 0 auto !important;
}
.map-popup-desktop-with-list .popup {
  width: 800px !important;
  height: 800px !important;
  margin: 0 auto !important;
}
.map-popup-desktop-with-list #map {
  width: 770px;
  height: 400px;
}

.map-popup-mobile {
  width: 300px !important;
  height: 600px !important;
  margin: 0 auto !important;
}
.map-popup-mobile .popup {
  width: 300px !important;
  height: 600px !important;
  margin: 0 auto !important;
}
.map-popup-mobile #map {
  margin-top: 10px;
  width: 270px !important;
  height: 350px !important;
}

.map-popup-mobile-with-list {
  width: 300px !important;
  height: 690px !important;
  margin: 0 auto !important;
}
.map-popup-mobile-with-list .popup {
  width: 300px !important;
  height: 690px !important;
  margin: 0 auto !important;
}
.map-popup-mobile-with-list #map {
  margin-top: 10px;
  width: 270px !important;
  height: 360px !important;
}
.map-popup-mobile-with-list autocomplete {
  text-align: right;
}
.map-popup-mobile-with-list autocomplete input {
  height: 35px;
  line-height: 13px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 4px;
}
.map-popup-mobile-with-list autocomplete .form-control-feedback {
  display: none;
}
.map-popup-mobile-with-list autocomplete .autocomplete-loader-container {
  border: 1px solid #cbcbcb;
}
.map-popup-mobile-with-list autocomplete .autocomplete-list-container {
  border: none;
}
.map-popup-mobile-with-list autocomplete .autocomplete-list-container ul {
  border: 1px solid #cbcbcb;
  padding: 4px;
}
.map-popup-mobile-with-list autocomplete .autocomplete-list-container ul li, .map-popup-mobile-with-list autocomplete .autocomplete-list-container ul .no-results {
  font-size: 14px;
  height: 20px;
  line-height: 14px;
  margin-bottom: 7px;
}

.grey-border {
  border: 1px solid #929292 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.desktop-header .header-left-side .header-button > div {
  height: 22px;
}

.desktop.main-background-gradient {
  background: linear-gradient(to bottom, #fff, #000000);
}

.app-dir {
  direction: rtl;
}

.custom-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}

.custom-scroller::-webkit-scrollbar {
  width: 6px;
  background-color: #fafafa;
}

.custom-scroller::-webkit-scrollbar-thumb {
  background-color: #222;
}

.desktop textarea,
.desktop select,
.desktop input[type=text],
.desktop input[type=password],
.desktop input[type=datetime],
.desktop input[type=datetime-local],
.desktop input[type=date],
.desktop input[type=month],
.desktop input[type=time],
.desktop input[type=week],
.desktop input[type=number],
.desktop input[type=email],
.desktop input[type=url],
.desktop input[type=search],
.desktop input[type=tel],
.desktop input[type=color] {
  border: 1px solid #000;
}
.desktop textarea:not(:required),
.desktop select:not(:required),
.desktop input[type=text]:not(:required),
.desktop input[type=password]:not(:required),
.desktop input[type=datetime]:not(:required),
.desktop input[type=datetime-local]:not(:required),
.desktop input[type=date]:not(:required),
.desktop input[type=month]:not(:required),
.desktop input[type=time]:not(:required),
.desktop input[type=week]:not(:required),
.desktop input[type=number]:not(:required),
.desktop input[type=email]:not(:required),
.desktop input[type=url]:not(:required),
.desktop input[type=search]:not(:required),
.desktop input[type=tel]:not(:required),
.desktop input[type=color]:not(:required) {
  border-color: #555;
}
.desktop .splash-red-container {
  background-color: #8cc63f;
}
.desktop .advance-search-input-label {
  margin-top: 10px;
  margin-left: 3px;
}
.desktop .advance-search-input {
  width: 80%;
}
.desktop .advance-search-store-type-checkbox {
  margin-top: -4px;
  margin-left: 2px;
}
.desktop .advance-search {
  margin-top: 35px;
}
.desktop .advance-search .search-by-store-type-container .label-container {
  min-width: 45%;
  max-width: 80%;
}
.desktop .advance-search .search-by-store-type-container .button-container {
  margin-top: 34px;
  width: 10%;
}
.desktop .advance-search .right-side {
  width: 65%;
}
.desktop .advance-search .left-side {
  width: 30%;
}
.desktop .advance-search .search-field-margin {
  margin: 5px 8px 5px 8px;
}
.desktop .advance-search .search-field-width {
  width: 45%;
}
.desktop .advance-search .empty-th {
  height: 37px;
}
.desktop .text-align-right {
  text-align: right;
}
.desktop .padding-top-3 {
  padding-top: 3px;
}
.desktop .padding-bottom-3 {
  padding-bottom: 3px;
}
.desktop .padding-bottom-30 {
  padding-bottom: 30px;
}
.desktop .store-type-results .text-align-right {
  text-align: right;
}
.desktop .store-type-results .text-align-center {
  text-align: center;
}
.desktop .store-type-results .col-width {
  width: 140px;
}
.desktop .store-type-results .hour-button {
  border-color: #8cc63f;
  color: #8cc63f;
  height: 54px;
  margin: 0px 5px 0px 5px;
}
.desktop .products-comments-error-container {
  height: 30px;
  margin-top: 15px;
}
.desktop .self-pickup-icon-padding {
  padding-right: 20px;
}
.desktop .delivery-icon-padding {
  padding-right: 14px;
}
.desktop .margin-top-20 {
  margin-top: 20px;
}
.desktop .margin-top-40 {
  margin-top: 40px;
}
.desktop .margin-right-10 {
  margin-right: 10px;
}
.desktop .margin-bottom-10 {
  margin-bottom: 10px;
}
.desktop .margin-bottom-20 {
  margin-bottom: 20px;
}
.desktop .margin-bottom-5 {
  margin-bottom: 5px;
}
.desktop .order-details-status {
  max-width: 90px;
  min-width: 50px;
  border: 1px solid;
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 11px;
}
.desktop .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.desktop .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.desktop .tooltip:hover .tooltiptext {
  visibility: visible;
}
.desktop .store-bag-container .shop-type-title {
  margin-top: -25px;
}
.desktop .store-hours-row {
  margin-bottom: 14px;
}
.desktop .select-hour-button-container {
  padding: 2px 0px 2px 10px;
}
.desktop .select-hour-button-container button {
  min-width: 97.23px;
}
.desktop .store-hours-row-date {
  margin-bottom: 4px;
}
.desktop .back-blue {
  color: #006cff;
}
.desktop .panel-fotter {
  background-color: #ffe7e5;
}
.desktop .shopping-ion-content {
  margin-top: 137px;
}
.desktop .custom-scroller-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.desktop .custom-scroller-main::-webkit-scrollbar {
  width: 6px;
  background-color: #fafafa;
}
.desktop .custom-scroller-main::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.desktop textarea.custom-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.desktop textarea.custom-scroller::-webkit-scrollbar {
  width: 4px;
  background-color: #fafafa;
}
.desktop textarea.custom-scroller::-webkit-scrollbar-thumb {
  background-color: #999;
}
.desktop .shopping-ion-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.desktop .shopping-ion-content::-webkit-scrollbar {
  width: 6px;
  background-color: #fafafa;
}
.desktop .shopping-ion-content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.desktop .disable-outline {
  outline: none;
  box-shadow: none;
}
.desktop .header-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
}
.desktop .header-container .header-icon {
  font-size: 18px;
}
.desktop .header-container .header-link {
  color: #fff;
}
.desktop .header-container .header-link-selected {
  color: #fe3824;
}
.desktop .shopping-search-field {
  display: flex;
  margin-bottom: 10px;
}
.desktop .shopping-search-field label {
  margin-top: 10px;
  width: 0px;
}
.desktop .shopping-search-field input {
  align-self: center;
  padding: 0px 26px 0px 0px;
  border: solid 1px #888;
}
.desktop .shopping-search-field i {
  left: -8px;
}
.desktop .date-picker .full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black;
}
.desktop .date-picker .partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black;
}
.desktop .padding-right-6 {
  padding-right: 6px;
}
.desktop .footer-link:hover {
  color: #000000;
}
.desktop .bold-font {
  font-weight: bold;
}
.desktop .settings-button {
  width: 350px;
  height: 250px;
}
.desktop span.glyphicon {
  font-size: 150px;
}
.desktop span.glyphicon-class {
  font-size: 20px;
}
.desktop .setting-button-text {
  margin-top: 10px;
}
.desktop .back-red {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.desktop .back-blue-btn {
  outline: none;
  background-color: #006cff;
  border-color: #006cff;
  color: white;
}
.desktop .back-blue-btn:hover {
  outline: none;
  color: white;
  background-color: #0f5cc4;
  border-color: #0f5cc4;
}
.desktop .header-margin-45 {
  margin-top: 45px;
}
.desktop .header-margin-65 {
  margin-top: 66px;
}
.desktop .header-margin-80 {
  margin-top: 80px;
}
.desktop .header-margin-100 {
  margin-top: 100px;
}
.desktop .animate-show-hide.ng-hide {
  opacity: 0;
}
.desktop .animate-show-hide.ng-hide-add,
.desktop .animate-show-hide.ng-hide-remove {
  transition: all linear 0.2s;
}
.desktop .checkout-warning .panel {
  display: flex;
  justify-content: center;
  padding: 10px 0px 10px 0px;
  background-color: rgba(247, 223, 165, 0.35);
}
.desktop .checkout-warning .text-box {
  font-size: 25px;
}
.desktop .view-cart-left-panel {
  margin-bottom: 0px;
}
.desktop .view-cart-left-panel .panel-default {
  border: solid 1px #222;
  margin-bottom: 10px;
}
.desktop .view-cart-left-panel .panel-heading {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .view-cart-left-panel .continue-to-cart-container {
  margin-top: 10px;
}
.desktop .view-cart-left-panel .continue-to-cart-container .continue-to-cart-button {
  font-size: 18px !important;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  color: #666;
}
.desktop .view-cart-left-panel .panel-footer {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .cart-table td {
  vertical-align: middle;
}
.desktop .view-cart-right-panel .panel-default {
  border: solid 1px #222;
  margin-bottom: 10px;
}
.desktop .view-cart-right-panel .panel-heading {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .view-cart-right-panel .panel-body {
  max-height: 514px;
  overflow-y: auto;
}
.desktop .view-cart-right-panel .view-cart-table {
  padding: 0px 0px 0px 0px;
}
.desktop .view-cart-right-panel .view-cart-table .table {
  max-height: 200px;
}
.desktop .view-cart-right-panel .product-quantity-selection-container {
  width: 80px;
  margin: 0 auto;
  padding: 0;
  border: solid 1px #222;
  border-radius: 4px;
  background-color: #fff;
}
.desktop .view-cart-right-panel .product-quantity-selection-container button.button-small {
  padding: 0px 4px 0px;
  min-width: 25px;
  min-height: 25px;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
}
.desktop .view-cart-right-panel .product-quantity-selection-container button.add-button {
  border-left: 1px solid #222;
}
.desktop .view-cart-right-panel .product-quantity-selection-container button.remove-button {
  border-right: 1px solid #222;
  padding-bottom: 3px;
}
.desktop .view-cart-right-panel .product-quantity-selection-container .quantity-selected {
  text-align: center;
  min-width: 24px;
}
.desktop .view-cart-right-panel .product-units-selection {
  padding-right: 5px;
  width: 47%;
}
.desktop .view-cart-right-panel .product-units-selection .product-unit-container {
  height: 15px;
}
.desktop .view-cart-right-panel .product-units-selection .product-unit-container input[type=radio] {
  margin: -7px 0 0;
}
.desktop .view-cart-right-panel .product-units-selection .product-unit-container label {
  margin: 0px 2px 0px 0px;
  font-size: 12px;
}
.desktop .checkout-left-panel {
  margin-bottom: 0px;
}
.desktop .checkout-left-panel .panel-default {
  border: solid 1px #222;
  margin-bottom: 10px;
}
.desktop .checkout-left-panel .panel-heading {
  background-color: #8cc63f;
}
.desktop .checkout-left-panel .continue-to-cart-container {
  margin-top: 10px;
}
.desktop .checkout-left-panel .continue-to-cart-container .continue-to-cart-button {
  font-size: 18px !important;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  color: #666;
}
.desktop .checkout-left-panel .panel-footer {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .cat-selector {
  justify-content: center;
  border-bottom: solid 1px #8cc63f;
}
.desktop .store-shopping-general-data {
  direction: rtl;
  position: absolute;
  top: 24px;
  left: -28px;
  z-index: 1;
  border-radius: 3px;
  padding: 0px;
}
.desktop .store-shopping-general-data .store-third-image {
  max-height: 100px;
}
.desktop .shopping-reached-border {
  color: #f3f3f3;
}
.desktop .shopping-cart {
  direction: rtl;
  position: absolute;
  top: 24px;
  right: -29px;
  z-index: 1;
  border-radius: 3px;
  padding: 0px;
  min-width: 220px;
}
.desktop .shopping-cart-side-box .panel-default {
  border: solid 1px #888;
  margin-bottom: 10px;
}
.desktop .shopping-cart-side-box .panel-heading {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .shopping-cart-side-box .panel-body {
  padding: 5px;
}
.desktop .shopping-cart-side-box .continue-to-cart-container {
  margin-top: 10px;
}
.desktop .shopping-cart-side-box .continue-to-cart-container .continue-to-cart-button {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  color: #666;
}
.desktop .rexail-unique-continue-btn {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  font-weight: bold;
  color: #666;
}
.desktop .rexail-unique-update-btn {
  width: 127px;
  background: linear-gradient(to bottom, #ffd1cc, #fea49a);
  color: #666;
  font-weight: bold;
  border-color: transparent;
}
.desktop .rexail-unique-cancel-btn {
  width: 127px;
  background: linear-gradient(to bottom, #f5f5f5, #e1e1e1);
  color: #666;
  font-weight: bold;
  border-color: transparent;
}
.desktop .panel-default {
  border: solid 1px #222;
}
.desktop .nav-tabs li {
  margin-bottom: -2px;
}
.desktop .nav-tabs li a {
  margin: 0px;
}
.desktop .nav-tabs li.active a {
  background-color: #8cc63f !important;
  border: solid 1px #222 !important;
  border-bottom: none !important;
  color: #fff !important;
}
.desktop .panel-with-tabs .panel-default {
  border-radius: 4px 0px 4px 4px;
  border: solid 1px #222;
}
.desktop .stores-delivery-and-pickup .panel-heading {
  background-color: #8cc63f;
  color: #fff;
  border-top-right-radius: 0px;
  text-align: center;
  font-weight: normal;
}
.desktop .stores-delivery-and-pickup .btn-shipping-method {
  background-color: #f3f3f3;
  color: #555;
  border: none;
}
.desktop .rexail-unique-panel .panel-default {
  border-radius: 4px;
  border: solid 1px #222;
}
.desktop .rexail-unique-panel .panel-heading {
  background-color: #8cc63f;
  color: #fff;
}
.desktop .store-shopping-cart-table {
  padding: 0px 0px 0px 0px;
  max-height: 380px;
  width: 100%;
  overflow-y: auto;
}
.desktop .store-shopping-cart-table table {
  max-height: 360px;
  max-width: 218px;
}
.desktop .store-shopping-cart-table table th:first-of-type {
  width: 125px;
  max-width: 125px;
}
.desktop .store-shopping-cart-table table th:nth-last-of-type(2) {
  width: 59px;
  max-width: 59px;
}
.desktop .store-shopping-cart-table table tbody {
  max-height: 100%;
}
.desktop .store-shopping-cart-table table .change-bag-contents-btn {
  cursor: pointer;
}
.desktop .remove-from-cart-btn {
  background-color: transparent;
  color: #fe3824;
}
.desktop .store-shopping-cart-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.desktop .store-shopping-cart-table::-webkit-scrollbar {
  width: 4px;
  background-color: #fafafa;
}
.desktop .store-shopping-cart-table::-webkit-scrollbar-thumb {
  background-color: #222;
}
.desktop .shopping-products-comments {
  margin-top: 20px;
}
.desktop .shopping-products-container {
  padding: 0px 5px 0px 5px;
  margin-right: 203px;
}
.desktop .shopping-products-container > div {
  overflow: hidden;
  margin-left: -30px;
}
.desktop .shopping-products-container .shopping-product-container {
  padding: 0px 5px 0px 5px;
}
.desktop .shopping-products-container .shopping-product-container .product-name-container {
  white-space: pre-wrap;
  min-height: 40px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item:hover,
.desktop .shopping-products-container .shopping-product-container .shopping-product-item:focus {
  border: solid 1px #000;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item {
  padding-top: 5px;
  height: 275px;
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #888;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-image img.main-image {
  height: 90px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-image img.quality {
  position: absolute;
  left: 30px;
  top: 50px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-image img.sale {
  position: absolute;
  top: 107px;
  right: 55px;
  transform: rotate(-28deg);
  width: 80px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-image .promotion {
  position: absolute;
  right: 15px;
  top: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #222;
  background-color: #fe3824;
  color: white;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price {
  font-size: 15px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .original-price {
  text-align: center;
  text-decoration: line-through;
  font-size: 12px;
  color: #aeaeae;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .bag-contents {
  padding: 4px;
  font-size: 13px;
  max-height: 112px;
  overflow: hidden;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-comment {
  color: #fe3824;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .product-extra-details {
  position: absolute;
  bottom: 97px;
  right: 0px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions {
  width: 100%;
  height: 60px;
  border-top: 1px solid #888;
  padding: 4px 0px 4px 0px;
  background-color: #dcedc4;
  position: absolute;
  bottom: 0px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .change-bag-contents-btn {
  margin: 0px -23px 0px 7px;
  cursor: pointer;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container {
  padding: 0;
  border: solid 1px #222;
  border-radius: 4px;
  background-color: #fff;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container button.button-small {
  padding: 0px 4px 0px;
  min-width: 25px;
  min-height: 25px;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container button.add-button {
  border-left: 1px solid #222;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container button.remove-button {
  border-right: 1px solid #222;
  padding-bottom: 3px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container .quantity-selected {
  text-align: center;
  min-width: 24px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-quantity-selection-container .quantity-selected .quantity {
  font-size: 12px;
  padding: 0px 4px 0px 4px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-units-selection {
  padding-right: 5px;
  width: 47%;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-units-selection .product-unit-container {
  height: 15px;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-units-selection .product-unit-container input[type=radio] {
  height: 13px;
  margin: 2px 0 0;
}
.desktop .shopping-products-container .shopping-product-container .shopping-product-item .price-and-actions .product-units-selection .product-unit-container label {
  margin: 0px 2px 0px 0px;
  font-size: 12px;
}
.desktop .align-right-font-12 {
  text-align: right;
  font-size: 12px;
}
.desktop .number-of-payments-container {
  width: 71%;
  display: flex;
  justify-content: flex-end;
}
.desktop .number-of-payments-container .select-number-of-payments {
  width: 25%;
}
.desktop .number-of-payments-container .number-of-payments-label {
  line-height: 2;
}
.desktop .checkout-container .panel-heading {
  background-color: #8cc63f;
  color: #fff;
  font-weight: bold;
}
.desktop .checkout-container .personal-details-container {
  margin-bottom: 25px;
}
.desktop .checkout-container .personal-details-container .fields {
  height: 75px;
}
.desktop .checkout-container .personal-details-container .back-blue-btn {
  width: 127px;
  background: linear-gradient(to bottom, #ffd1cc, #fea49a);
  color: #666;
  border-color: transparent;
}
.desktop .checkout-container .personal-details-container .btn-danger {
  width: 127px;
  background: linear-gradient(to bottom, #f5f5f5, #e1e1e1);
  color: #666;
  border-color: transparent;
}
.desktop .checkout-container .personal-details-container .roll-back-container {
  padding-left: 22px;
}
.desktop .checkout-container .personal-details-container .email-container {
  width: 237px;
}
.desktop .checkout-container .payment-details-container .fields {
  height: 82px;
}
.desktop .checkout-container .payment-details-container .back-blue-btn {
  width: 127px;
  background: linear-gradient(to bottom, #ffd1cc, #fea49a);
  color: #666;
  border-color: transparent;
}
.desktop .checkout-container .payment-details-container .btn-danger {
  width: 127px;
  background: linear-gradient(to bottom, #f5f5f5, #e1e1e1);
  color: #666;
  border-color: transparent;
}
.desktop .checkout-container .payment-form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop .checkout-container .payment-form-container .payment-form-card-number-field, .desktop .checkout-container .payment-form-container .payment-form-id-field {
  margin-left: 5px;
}
.desktop .checkout-container .col {
  padding: 0px 10px 0px 10px;
}
.desktop .settings .user-details-panel {
  height: 460px;
  position: relative;
}
.desktop .settings .user-details-panel .rexail-tooltip {
  position: absolute;
  bottom: 15px;
  left: 35px;
}
.desktop .settings .payment-form-container .payment-form-date-fields {
  padding: 5px 0px 5px 0px;
}
.desktop .settings .payment-form-container .payment-form-card-number-field {
  padding: 5px 0px 5px 0px;
}
.desktop .settings .payment-form-container .payment-form-id-field {
  padding: 5px 0px 5px 0px;
}
.desktop .rexail-red-container {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.desktop .choose-delivery-button {
  color: #555;
  border-color: #222;
  background-color: #dcedc4;
  font-weight: bold;
}
.desktop .more-options-button {
  color: red;
  border-color: red;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 3.6;
}
.desktop .suitable-stores-heading {
  color: white;
  font-weight: bold;
  background-color: #000000;
}
.desktop .flex-space-between {
  display: flex;
  justify-content: space-between;
}
.desktop .address-form-field {
  padding: 0px 2px 0px 2px;
}
.desktop .align-right {
  text-align: right;
}
.desktop .align-left {
  text-align: left;
}
.desktop .my-form-container {
  background-color: white;
  padding: 8px 8px 8px 8px;
  direction: rtl;
}
.desktop .padding-top-20 {
  padding-top: 20px;
}
.desktop .padding-top-6 {
  padding-top: 6px;
}
.desktop .padding-top-30 {
  padding-top: 30px;
}
.desktop .header {
  background-color: #000000;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
}
.desktop .my-link li.active > a, .desktop .my-link > li.active > a:hover, .desktop .my-link > li.active > a:focus {
  color: white;
  cursor: default;
  background-color: #000000;
  border: 1px solid #ddd;
  font-weight: bold;
  border-bottom-color: transparent;
}
.desktop .logo-img {
  width: 80px;
}
.desktop .profile-zone {
  display: flex;
  margin-top: 28px;
  flex-direction: row-reverse;
  align-items: center;
}
.desktop .header-button {
  padding: 4px 20px 0px 20px;
}
.desktop .logo {
  width: 10%;
}
.desktop .header-center {
  width: 40%;
}
.desktop .header-left-side {
  width: 45%;
}
.desktop .user-profile {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.desktop .store-type-desktop {
  color: white;
  font-weight: bold;
  font-size: 28px;
}
.desktop .store-type-desktop .store-top-banner {
  max-height: 46px;
}
.desktop .user-reset {
  margin-right: 12px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.desktop .user-reset-button {
  padding: 0;
  border: none;
  background: none;
}
.desktop .orders .scrollable-y-container {
  max-height: 300px;
  width: 100%;
  overflow-y: scroll;
}
.desktop .orders .scrollable-y-body {
  max-height: 250px;
}
.desktop .store-type-container {
  width: 30%;
  margin: 15px 0px 15px 0px;
}
.desktop .main-screen-page-container {
  margin-top: 20px;
}
.desktop .main-screen-page-container .row {
  margin-bottom: 35px;
}
.desktop .main-screen-page-container .shop-type-container {
  position: relative;
}
.desktop .main-screen-page-container .shop-type-container div.shop-type-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: -25px;
}
.desktop .main-screen-page-container .shop-type-container div.coming-soon-text {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.desktop .main-screen-page-container .shop-type-container img.shop-type {
  max-width: 46%;
  max-height: 46%;
}
.desktop .overflow-hidden {
  overflow: hidden;
}
.desktop .float-left {
  float: left;
}
.desktop .float-right {
  float: right;
}
.desktop .position-relative {
  position: relative;
}
.desktop .position-absolute {
  position: absolute;
}
.desktop .update-personal-details {
  padding: 5px 20px 5px 20px;
  color: white;
  font-weight: bold;
}
.desktop .field-container {
  padding: 0px 2px 0px 2px;
}
.desktop .register-form label {
  padding-right: 2px;
}
.desktop .register-form .field-container {
  padding: 2px 10px 2px 10px;
}
.desktop .register-form .register-form {
  font-size: 20px;
}
.desktop .register-form .post-form {
  padding-right: 10px;
}
.desktop .register-form .form-control {
  text-align: right;
}
.desktop .register-form .terms-of-service .terms-check {
  margin-left: 6px;
  margin-top: 10px;
}
.desktop .register-form .terms-of-service .terms-suffix {
  text-decoration: none;
}
.desktop .register-form .terms-of-service .terms-prefix {
  margin-left: 6px;
  margin-right: 6px;
}
.desktop .register-form .start-over-button-text i {
  font-size: 14px;
}
.desktop .address-form-directive .form-field-width {
  width: 11.11%;
}
.desktop .address-form .submit-button {
  width: 140px;
  float: left;
}
.desktop .address-form .input-container {
  width: 196px;
}
.desktop .address-form .row-test {
  display: flex;
  align-items: center;
  align-content: space-around;
}
.desktop .address-form .field-container {
  padding: 0px 10px 0 10px;
}
.desktop .address-form .three-col-row {
  flex-grow: 1;
}
.desktop .fast-shopping-register-2 {
  width: 100%;
}
.desktop .fast-shopping-register-2 .form-control.ng-invalid {
  border-color: #a94442;
  border-width: 2px;
  background-color: rgba(255, 0, 0, 0.18);
}
.desktop .form-control.ng-touched.ng-invalid:not(.feedbacked-input) {
  border-color: #a94442;
  border-width: 2px;
  background-color: rgba(255, 0, 0, 0.18);
}
.desktop .form-control.ng-pristine.ng-invalid:not(.feedbacked-input) {
  border-color: #a94442;
}
.desktop .product-comment-blank {
  color: #a94442;
}
.desktop .product-comment.ng-touched.ng-invalid {
  border-color: #a94442;
  border-width: 2px;
}
.desktop .product-comment.continue-hover.ng-invalid {
  border-color: #a94442;
  border-width: 2px;
}
.desktop .cursor-not-allowed {
  cursor: not-allowed;
}
.desktop .btn-cat {
  outline: none;
  background-color: #8cc63f;
  color: #fff;
  border-radius: 7px 7px 0px 0px;
  width: 121px;
  margin: 0px 2px 0px 2px;
  white-space: normal;
  padding: 0 5px;
}
.desktop .btn-cat-arrow {
  background-color: #f3f3f3;
}
.desktop .btn-cat-arrow span {
  font-size: 25px;
}
.desktop .btn-cat:hover,
.desktop .btn-cat:focus,
.desktop .btn-cat:active {
  outline: none;
  background-color: #8cc63f;
}
.desktop .btn-cat.cat-selected {
  margin-bottom: -1px;
  outline: none;
  background-color: #efefef;
  border: solid 1px #8cc63f;
  border-bottom: none;
  border-radius: 7px 7px 0px 0px;
  color: #000 !important;
  font-weight: bold;
}
.desktop .alert-checkout-completion {
  color: #fe3824;
  background-color: #fff;
  border-color: #222;
}
.desktop .white-text {
  color: white;
}
.desktop .blue-text {
  color: #006cff;
}
.desktop .black-text {
  color: black;
}
.desktop .preloader-container img {
  max-height: 200px;
}
.desktop .subscription-steps li {
  line-height: 25px;
  margin: 8px 0px;
  font-weight: bold;
}
.desktop .subscription-steps li span {
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-color: #8cc63f;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
}

.desktop.shopping-page {
  background-color: #efefef;
}
.desktop.shopping-page .container.categories-container {
  width: 1255px;
}

.width-5-percent {
  width: 5%;
}

.margin-top-10 {
  margin-top: 10px;
}

.direction-rtl {
  direction: rtl;
}

.margin-top-34 {
  margin-top: 34px;
}

.margin-left-10 {
  margin-left: 10px;
}

.height-68 {
  height: 68px;
}

.no-hours-message-container {
  padding: 0px 4px 0px 4px;
}

.float-right-important {
  float: right !important;
}

.view-order .order-details-table {
  overflow-y: scroll;
  max-height: 50vh;
}
.view-order th {
  text-align: right;
}
.view-order .width-150 {
  width: 150px;
}
.view-order .width-300 {
  width: 300px;
}
.view-order .width-180 {
  width: 180px;
}
.view-order .height-50 {
  height: 50px;
}

.footer-links {
  border-top: 1px solid black;
}
.footer-links .link-container {
  padding: 4px 20px 0px 20px;
}

.ngdialog-theme-default-260 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ngdialog-theme-default-260 .ngdialog-content {
  position: relative;
  direction: rtl;
  border-radius: 4px;
  border: 1px solid black;
}
.ngdialog-theme-default-260 .ngdialog-content .panel {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.ngdialog-theme-default-260 .ngdialog-content .panel-heading {
  height: 40px;
  padding: 10px 15px;
  border-radius: 0px;
  border-bottom: 1px solid black;
  background-color: #8cc63f;
  color: #fff;
}
.ngdialog-theme-default-260 .ngdialog-content .panel-body {
  overflow-y: auto;
  height: 261px;
  max-height: 261px;
}
.ngdialog-theme-default-260 .ngdialog-content .panel-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.ngdialog-theme-default-260 .ngdialog-content .panel-body::-webkit-scrollbar {
  position: absolute;
  left: 0px;
  width: 6px;
  background-color: #fafafa;
}
.ngdialog-theme-default-260 .ngdialog-content .panel-body::-webkit-scrollbar-thumb {
  background-color: #222;
}
.ngdialog-theme-default-260 .ngdialog-content .ngdialog-close {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 35px;
  height: 40px;
  top: 0px;
  left: 0px;
}

.ngDialog-gray-background .ngdialog-content, .ngDialog-gray-background .panel {
  background-color: #efefef;
}

.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container {
  width: 105px;
  height: 105px;
  cursor: pointer;
  position: relative;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container:hover {
  border: solid 1px #000;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container.selected {
  border: solid 2px #000;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .full-portion {
  padding: 0;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .full-portion img {
  height: 55px;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .half-portion {
  padding: 0;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .half-portion .img-container {
  position: relative;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .half-portion .img-container img {
  margin: 3px;
  height: 34px;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .half-portion .img-container i {
  position: absolute;
  top: 0px;
  left: 60px;
  font-size: 22px;
  border-radius: 11px;
}
.change-bag-contents-container.desktop .items-in-bag .item-in-bag-container .replaced-indicator {
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .inner-container {
  width: 85px;
  height: 27px;
  line-height: 27px;
  font-size: 9px;
  color: black;
  background-color: #fff;
  border: solid 1px #222;
  border-radius: 4px;
}
.change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-portion:not(.disabled):hover, .change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-portion:not(.disabled).selected, .change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-half-portion:not(.disabled):hover, .change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-half-portion:not(.disabled).selected {
  background-color: #8cc63f;
}
.change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-portion {
  cursor: pointer;
  border-left: solid 1px #222;
  padding: 0px 3px;
}
.change-bag-contents-container.desktop .replacement-items .replacement-item-container .replacement-item .add-to-bag-buttons .add-half-portion {
  cursor: pointer;
  border-right: solid 1px #222;
  padding: 0px 3px;
}

.autocomplete-container {
  z-index: 999;
}
.autocomplete-container input.list-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.autocomplete-container .autocomplete-loader-container {
  text-align: center;
  padding: 5px 0px;
  border: solid 1px;
  border-top: none;
  background-color: #fff;
  width: 100%;
}
.autocomplete-container .autocomplete-list-container {
  border: solid 1px;
  border-top: none;
  background-color: #fff;
  width: 100%;
}
.autocomplete-container .autocomplete-list-container ul {
  margin-bottom: 0;
}
.autocomplete-container .autocomplete-list-container ul li {
  padding-right: 10px;
  font-weight: bold;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.autocomplete-container .autocomplete-list-container ul li.highlighted {
  background-color: #aaa;
}
.autocomplete-container .autocomplete-list-container .no-results {
  padding-right: 10px;
  font-weight: bold;
}

.feedbacked-input {
  padding-left: 18px !important;
  padding-right: 12px !important;
}
.feedbacked-input + .form-control-feedback {
  width: 21px;
  left: 0px;
  right: auto;
  animation: slide-up 0.4s ease;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

select.feedbacked-input + .form-control-feedback {
  left: 7px;
}

.has-error .feedbacked-input {
  border-color: #a94442 !important;
}

.has-warning .feedbacked-input {
  border-color: #8a6d3b !important;
}

.has-success .feedbacked-input {
  border-color: #3c763d !important;
}

.jumbotron {
  background-color: #0f5cc4;
}

.main-page {
  margin-bottom: 30px;
}
.main-page .city-search-container {
  margin: 25px auto 0;
  padding: 10px 5px;
  border-radius: 5px;
  width: 50vw;
}
.main-page .city-search-container autocomplete {
  text-align: right;
}
.main-page .city-search-container autocomplete input {
  height: 40px;
  line-height: 40px;
  font-size: 35px;
}
.main-page .city-search-container autocomplete .autocomplete-list-container li, .main-page .city-search-container autocomplete .autocomplete-list-container .no-results {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
}
.main-page .city-search-container autocomplete .autocomplete-list-container li.highlighted, .main-page .city-search-container autocomplete .autocomplete-list-container .no-results.highlighted {
  background-color: #aeaeea;
}
.main-page .explanation {
  width: 50vw;
  margin: 20px auto;
}
.main-page .explanation h2 {
  font-size: 2em;
}
.main-page .explanation ol {
  list-style: none inside;
  counter-reset: item;
  margin-top: 1em;
}
.main-page .explanation ol li {
  position: relative;
  font-size: 1.2em;
  line-height: 2em;
  counter-increment: item;
  margin: 0 20px 1em 0;
}
.main-page .explanation ol li:before {
  position: absolute;
  right: -50px;
  width: 2em;
  height: 2em;
  margin-left: 10px;
  content: counter(item);
  background: #8cc63f;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: inline-block;
}
.main-page .search-results {
  margin-top: 15px;
  min-height: 300px;
}
.main-page .search-results .spinner svg {
  width: 60px;
  height: 60px;
}
.main-page .search-results .search-result {
  height: 480px;
  border: solid 1px #888;
  border-radius: 4px;
  margin-bottom: 15px;
}
.main-page .search-results .search-result .img {
  position: relative;
  height: 180px;
  background-size: cover;
  border-bottom: solid 1px #888;
}
.main-page .search-results .search-result .img img.primary-image {
  position: absolute;
  top: 10px;
  right: calc(50% - 90px);
  width: 180px;
  overflow: hidden;
}
.main-page .search-results .search-result .store-details {
  padding: 10px 10px 0 0;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
}
.main-page .search-results .search-result .store-details h3 {
  font-size: 2em;
  margin: 0;
}
.main-page .search-results .search-result .store-details h4 {
  font-size: 1em;
  margin: 0;
}
.main-page .search-results .search-result .store-details hr {
  margin-right: -10px;
}
.main-page .search-results .search-result .store-details .description p {
  margin-bottom: 0;
}
.main-page .search-results .search-result .delivery, .main-page .search-results .search-result .self-pickup {
  height: 30px;
  padding: 5px 10px;
}
.main-page .search-results .search-result .delivery button, .main-page .search-results .search-result .self-pickup button {
  font-size: 1em;
}
.main-page .search-results .search-result .delivery .next-available-date, .main-page .search-results .search-result .self-pickup .next-available-date {
  color: #0f5cc4;
  text-align: center;
  font-size: 1.2em;
}

footer.bottom-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #a4d266;
}
footer.bottom-fixed a {
  font-weight: bold;
  color: inherit;
}

.open-orders-history {
  overflow: hidden !important;
}

.order-from-history-hover {
  display: block;
}

.order-from-history-hover .reveal {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

.order-from-history-hover:hover .reveal {
  height: auto;
  visibility: visible;
  opacity: 10;
  transition: opacity 1s ease;
}

.order-from-history-hover:hover .order-from-history-div {
  height: 150px !important;
  overflow-y: scroll;
}

.history-order-button {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
}
.history-order-button span {
  border: 1px solid #6d6d6d;
  display: flex;
  border-radius: 3px;
  padding: 0.9em;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: space-between;
}

.width-td-products-list {
  width: 190px !important;
}

.open-orders-history .ngdialog-close {
  display: none;
}

.open-orders-history .close-button {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 30px;
  line-height: 34px;
  top: 0px;
  left: 0px;
}

.add-to-cart-button {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  color: #666;
}

.list-group-item {
  border-radius: 4px !important;
}

/*# sourceMappingURL=styles.css.map */
