img.shop-avatar {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.error-message {
  color: red;
  font-size: 14px
}

.offer-image {
  max-height: 239px;
  object-fit: cover;
}

.robert-sec img {
  width: 98px;
  height: 98px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.address {
  max-height: 52px;
}

.pastorder-box img {
  width: 100px;
  height: 100px;
}

.reorder-btn button {
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}

.radio-box-container {
  transition: all 0.1s ease-in;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
}

.radio-box-container:hover {
  border: 2px solid #028643;
}

/* Hide the browser's default radio button */
.radio-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* When the radio button is checked */
.radio-box-container:has(>input:checked) {
  border: 2px solid #028643;
  box-shadow: 0px 0px 12px 2px #b5b2b2;
}

.delivery-bg.active,
.collection-bg.active {
  background: #eee;
  border: 1px solid hsl(0deg 0% 0% / 20%);
  border-radius: 12px;
}

.phone input {
  padding: 0 15px 0px 39px;
}

.phone label {
  top: 16px;
  left: 30px;
}

.phone span.country-code {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 4px;
}

.text-bg-light-grey {
  background-color: #e8e8e8;
  color: #03081f;
}

.product-detail {
  flex: 3;
}

.product-detail .img-container {
  width: 80px;
  flex: 1;
}

.product-detail img {
  width: 80px;
  height: 80px;
}

.product-detail h4 {
  font-weight: bold;
  flex: 7;
}

.bg-dark-blue {
  background-color: #03081f;
}

.product-qty,
.product-addon-qty,
.cart-product-qty {
  display: flex;
  align-items: center;
}

.product-qty button,
.product-addon-qty button {
  background-color: #03081f;
  color: #fff;
  margin: 0px 15px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #535353;
  padding: 0px;
  line-height: 0px;
  font-size: 30px;
  font-weight: 300;
}

.cart-product-qty button {
  background-color: #03081f;
  color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #535353;
  padding: 0px;
  line-height: 0px;
  font-size: 22px;
  font-weight: 300;
  padding: 4px;
}

.product-qty button:hover,
.product-addon-qty button:hover,
.cart-product-qty button:hover {
  background-color: #0d153a;
}

.product-qty input {
  padding: 12px;
  max-width: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.product-addon-qty input,
.cart-product-qty input {
  padding: 6px;
  max-width: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cart-product-qty input {
  max-width: 50px;
}

.add-on-item {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}

.static-wrapper {
  margin-top: 120px;
}

.map-inner {
  box-shadow: 0px 0px 10px 2px #d2d2d2;
  border-radius: 14px;
  overflow: hidden;
}

.map-shop-avatar {
  object-fit: cover;
  width: 80px;
  height: 75px;
  border-radius: 10px;
}

.stock-out {
  position: absolute;
  bottom: -16px;
  right: -16px;
  text-align: center;
  background-color: #000;
  padding: 8px;
  margin: 0;
  opacity: 0.7;
  color: #fff;
  border-radius: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: 500;
}

#offers .stock-out,
.listview-box .stock-out {
  bottom: 0px;
  right: 0px;
}

label.error {
  display: block;
  color: #ab0000;
  padding: 2px 10px;
}

a.btn-hover-green:hover {
  border-color: #028643;
  color: #028643;
}

.tracking-box.active {
  background-color: #82c959;
  color: #ffffff;
}

.tracking-box.active .track-tit {
  color: #ffffff;
}

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

.ribbon {
  position: absolute;
  top: -6.1px;
  right: 10px;
  text-transform: uppercase;
}

.ribbon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.ribbon span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 10px 6px 8px;
  border-top-right-radius: 6px;
  width: 70px;
}

.ribbon span:before,
.ribbon span:after {
  position: absolute;
  content: "";
}

.ribbon span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
}

.ribbon span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
}

.ribbon-red {
  color: white;
}

.ribbon-red:after {
  border-top: 10px solid #F8463F;
}

.ribbon-red span {
  background: #F8463F;
}

.ribbon-red span:before {
  background: #F8463F;
}

.ribbon-red span:after {
  background: #C02031;
}

.ribbon-green {
  color: white;
}

.ribbon-green:after {
  border-top: 10px solid #028643;
}

.ribbon-green span {
  background: #028643;
}

.ribbon-green span:before {
  background: #028643;
}

.ribbon-green span:after {
  background: #03562c;
}

.ribbon-gray {
  color: #000000;
}

.ribbon-gray:after {
  border-top: 10px solid #e5e5e5;
}

.ribbon-gray span {
  background: #e5e5e5;
}

.ribbon-gray span:before {
  background: #e5e5e5;
}

.ribbon-gray span:after {
  background: #8d8d8d;
}

.ribbon-orange {
  color: white;
}

.ribbon-orange:after {
  border-top: 10px solid #FC8A06;
}

.ribbon-orange span {
  background: #FC8A06;
}

.ribbon-orange span:before {
  background: #FC8A06;
}

.ribbon-orange span:after {
  background: #b56408;
}

@media(max-width:560px) {
  .product-detail img {
    object-fit: contain;
    max-width: 70px;
  }
}

.food-menu-details {
  margin-bottom: 0px;
}

.meal-plan-heading {
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
}

.food-menu-details li.food-type {
  vertical-align: top;
}

.food-menu-details li.child-item {
  font-size: 11px;
  font-weight: 400;
}

.cart-item .child-item {
  font-size: 12px;
  font-weight: 500;
}

.rating-user {
  position: relative;
  height: 53px;
  background: url(../images/rating-user.png);
  width: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 8px auto;
}

.rating-user .rating {
  position: absolute;
  color: #3c4b2d;
  top: 50%;
  left: 17px;
  font-style: italic;
  transform: translate(0, -50%);
  font-weight: 600;
}

.rating-user .rating-stars {
  position: absolute;
  top: 50%;
  left: 58px;
  font-size: 1.5rem;
  color: #f7c33b;
  transform: translate(0, -50%);
}

.safe-badge {
  margin-left: 2rem;
  margin-bottom: .75rem;
}

.safe-badge img {
  width: 100px;
  height: 100px;
}

.restu-safe-badge {
  display: flex;
  align-items: center;
}

.restu-safe-badge img {
  width: 60px;
  height: 55px;
}

.restu-safe-badge .rating {
  color: #10693b;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 8px;
}

.rating-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #028643 calc(var(--value) * 1%), #ddd 0%);
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 10px;
}

.rating-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #028643;
  cursor: pointer;
  border-radius: 50%;
}

.rating-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #028643;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.rating-label {
  text-align: center;
  margin-top: 10px;
}

.rating-label span {
  width: 19%;
  display: inline-block;
  cursor: pointer;
}

.rating-label span.active {
  color: #028643;
}

@media(max-width:560px) {
  .rating-label {
    text-align: left;
  }

  .rating-label span {
    display: block;
  }
}

select:has(option:checked:not([value=""])) {
  color: #212529;
}

.address-back-btn {
  padding: 12px;
}

h4.product-name small.product-price {
  color: #fc8a06;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}

div.meal-plan p {
  padding: 3px 0px !important;
  border-bottom: none !important;
}

div.meal-plan p small.meal-item-name {
  width: 63%;
}

div.meal-plan p small.meal-item-qty {
  width: 25px;
}

div.meal-plan p small.meal-item-price {
  width: 40px
}

.address-back-btn {
  padding: 12px;
}

.flip-horizontal {
  transform: scaleX(-1);
}

#current-location i {
  margin-right: 6px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}