h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
.grofers-body {
  background-color: rgb(243, 243, 243);
}
.grofers-background {
  background-color: rgb(82, 82, 82);
}
.grofers-logo {
  padding: 15px 20px;
  border-right: 1px solid rgb(102, 102, 102);
}
.grofers-logo img {
  width: 90px;
  height: 30px;
}
.grofers-location {
  width: 200px;
  margin: 0 20px;
}
.grofers-location span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.grofers-location span i {
  font-weight: 500;
  font-size: 13px;
  padding: 0 5px;
}
.grofers-search {
  z-index: 999;
}
.grofers-search input {
  border-radius: 4px 0 0 4px;
  padding: 8px 15px;
  border: none;
  font-size: 13px;
  color: #000;
}
.grofers-search input::placeholder {
  color: rgb(139, 139, 139);
}
.grofers-search input:focus {
  outline: none;
}
.grofers-search button {
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  color: rgb(139, 139, 139);
  background-color: rgb(248, 248, 248);
  font-weight: 600;
}
.search-result-container {
  width: 100%;
  padding-top: 13px;
  background-color: rgb(248, 248, 248);
  top: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.search-container {
  margin: 0 10px 0 10px;
}
.search-result-header h6 {
  font-size: 12px;
  margin-left: 10px;
  padding: 4px 0;
  color: rgb(105, 105, 105);
}
.search-result-body {
  background-color: #fff;
  border-radius: 0 7px 7px 7px;
  padding: 5px 0;
}
.search-result-body img {
  margin-left: 6px;
  margin-right: 7px;
  min-width: 40px;
  max-width: 43px;
  min-height: 40px;
  max-height: 43px;
}
.seach-result-link h5 {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
.seach-result-link h6 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.seach-result-link p {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.grofers-my-account {
  padding: 0 30px;
}
.grofers-my-account h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.grofers-my-account h5 i {
  font-size: 20px;
}
.grofers-my-account h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.grofers-my-account h4 i {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 4px;
}
.grofers-my-account span {
  font-size: 12px;
  padding-top: 2px;
  color: rgb(241, 241, 241);
}
.grofers-my-account span i {
  font-size: 20px;
  margin: 0 5px;
}
.grofers-cart {
  padding: 0 20px;
  border-left: 1px solid rgb(102, 102, 102);
}
.grofers-cart h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.grofers-cart h6 i {
  margin: 0 20px;
  font-size: 21px;
}
.grofers-cart h6 sup {
  left: 3px;
}
.grofers-cart h6 span.badge-cart {
  font-size: 12px;
  text-align: center;
  min-width: 5px;
  min-height: 5px;
  padding: 3px 6px;
  border-radius: 10px;
  background-color: rgb(216, 87, 55) !important;
}
@media (min-width: 200px) and (max-width: 450px) {
  .mobile-size-none {
    display: none !important;
  }
}

.grofers-container-category {
  padding: 20px 50px;
}
.grocery-slider button {
  width: 40px;
  height: 40px;
  background-color: rgb(206, 206, 206);
  border: none;
  color: #fff;
  font-weight: 600;
}
.grocery-gapping-category {
  padding-right: 30px;
}
.grofers-category-container {
  padding: 25px 20px;
  overflow: auto;
  white-space: nowrap;
}
.grofers-category-images img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.grofers-category-title p {
  padding: 1px 0;
  font-size: 13px;
  color: #000;
}
.flickity-enabled {
  width: 90%;
  margin: 0 auto;
}
.flickity-viewport {
  width: 95%;
  margin: 0 auto;
}
.flickity-prev-next-button {
  width: 30px !important;
  height: 30px !important;
  background-color: rgb(255, 210, 210) !important;
}
.flickity-button-icon {
  width: 35% !important;
  height: 35% !important;
  left: 32% !important;
  top: 32% !important;
}

.grofers-delivery-update {
  margin: 10px 0px;
}
.grofers-delivery-update img {
  width: 700px;
  height: 153px;
  border-radius: 15px;
}
.grofers-savings-update {
  margin-bottom: 10px;
}
.grofers-savings-update img {
  width: 100%;
  height: 100%;
}
.grofers-discount {
  padding: 15px 0;
  margin-bottom: 10px;
  background-color: rgb(255, 234, 234);
}
.grofers-discount h4 {
  font-size: 19px;
  font-weight: 500;
}
.grofers-discount h4 i {
  color: rgb(255, 61, 61);
  font-size: 22px;
}
.grofers-discount h4 span {
  color: rgb(255, 61, 61);
}
.grofers-category-text {
  background-color: #fff;
}
.grofers-category-text h2 {
  padding: 12px 0;
  font-size: 20px;
  font-weight: 700;
}
.grofers-catelog img {
  border-radius: 15px;
  border: 1px solid rgb(255, 121, 121);
  cursor: pointer;
}
.carousel-grocery img {
  width: 954px;
  height: 477px;
}

.grofers-savings-text {
  background-color: #fff;
  padding: 12px 0;
}
.grofers-savings-text h2 {
  font-size: 20px;
  font-weight: 700;
}
.grofers-savings-text button {
  border-radius: 4px;
  border: 1px solid rgb(119, 119, 119);
  color: rgb(255, 121, 121);
  font-size: 15px;
  font-weight: 600;
  padding: 2px 15px;
  outline: none;
  background-color: transparent;
  margin-right: 15px;
}
.grofers-card-container {
  border-radius: 5px;
  box-shadow: 0px 1px 9px 1px rgb(219, 219, 219);
}
.grofers-card-container img {
  width: 115px;
  height: 115px;
}
.grofers-card-container p {
  margin: 5px 0 0 10px;
  background-color: rgb(69, 173, 55);
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 3px;
}
.grofers-card-price {
  padding: 0 10px 10px 10px;
}
.grofers-card-price h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.grofers-card-price h5 span {
  font-size: 12px;
  color: rgb(116, 116, 116);
  font-weight: normal;
}
.grofers-card-price h6 {
  font-size: 14px;
  font-weight: normal;
  color: rgb(66, 66, 66);
  margin: 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grofers-card-price h4 {
  font-size: 12px;
  color: rgb(117, 117, 117);
  font-weight: normal;
}
.grofers-add-to-cart {
  margin-top: 5px;
}
.grofers-add-to-cart button {
  font-size: 13px;
  font-weight: 600;
  border: none;
  color: #fff;
  background-color: rgb(231, 102, 50);
}
.grofers-add-to-cart-add {
  padding: 4px 10px;
  border-radius: 3px 0 0 3px;
}
.grofers-add-to-cart-plus {
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 0 3px 3px 0;
}
.grofers-add-to-cart h6 {
  font-size: 13px;
}
.grofers-button-buy-color {
  background-color: rgb(180, 73, 30) !important;
}
.grofers-card-footer {
  padding: 3px 10px;
  background-color: rgb(209, 250, 255);
  border-radius: 0 0 5px 5px;
}
.grofers-card-footer-left img {
  width: 20px;
  height: 20px;
}
.grofers-card-footer-left h6 {
  font-size: 12px;
  color: rgb(21, 100, 100);
}
.grofers-card-footer-left h6 span {
  font-size: 11px;
  font-weight: normal;
  color: rgb(90, 90, 90);
}
.grofers-card-footer-right i {
  font-size: 12px;
  color: rgb(90, 90, 90);
}
.grofers-accordion img {
  min-width: 140px;
  max-width: 150px;
  min-height: 130px;
  max-height: 155px;
}
.grofers-products-samples h5 {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 128, 6);
  margin: 2px 0;
}
.grofers-products-samples p {
  font-size: 15px;
  font-weight: 700;
}
.grofers-products-samples h6 {
  font-size: 14px;
  font-weight: 400;
}
.grofer-dropdown {
  margin: 0 10px;
}
.grocery-products-container {
  background-color: rgb(255, 252, 191);
  box-shadow: 1px 1px 9px 1px #ccc;
}
.grofers-category-title h6 {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  color: rgb(0, 185, 0);
}
.footer-grofers {
  padding: 20px;
}
.footer-grofers h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: rgb(121, 121, 121);
}
.footer-grofers-content i {
  padding: 15px;
  border: 1.5px solid rgb(122, 122, 122);
  border-radius: 7px;
  font-size: 22px;
  color: rgb(126, 126, 126);
}
.footer-grofers-more {
  padding: 25px;
}
.footer-grofers-more h6 {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.footer-grofers-more p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
  color: rgb(121, 121, 121);
}
.footer-grofers-more p:last-child {
  margin-bottom: 0;
}
.footer-grofers-list {
  border-right: 1px solid rgb(211, 211, 211);
}
.footer-grofers-list p {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.footer-grofers-list ul {
  padding: 0;
}
.footer-grofers-list ul li {
  list-style-type: none;
}
.footer-grofers-list ul li a {
  color: rgb(121, 121, 121);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}
/* modal */
.modal-web {
  z-index: 999999;
}
.modal-web-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.grofers-modal-header {
  background-color: #000;
  border: none;
  outline: none;
}
.grofers-modal-header h5 {
  font-size: 17px;
  color: #fff;
}
.grofers-modal-header h5 span {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.grofers-modal-header h4 {
  color: #fff !important;
  font-size: 19px;
  cursor: pointer;
}
.cart-modal-body {
  background-color: rgb(231, 231, 231);
}
.cart-header {
  padding: 10px 10px;
  background-color: #fff;
}
.cart-header-container {
  color: rgb(73, 73, 73);
}
.cart-header-container h4 {
  font-size: 15px;
  font-weight: 400;
}
.cart-header-container span {
  font-size: 15px;
  font-weight: 500;
}
.grofers-accordion-cart img {
  width: 75px;
  height: 75px;
}
.grofers-cart-details h5 {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 128, 6);
  margin: 2px 0;
  border: 1px solid rgb(15, 133, 0);
  border-radius: 5px;
  padding: 2px 6px;
  background-color: rgb(241, 255, 239);
}
.grofers-cart-details p {
  font-size: 14px;
  font-weight: 400;
}
.grofers-cart-details h6 {
  font-size: 14px;
  font-weight: 400;
}
.grofers-cart-details h6 span {
  font-size: 13px;
  padding: 0 7px;
  margin: 0 7px;
  word-spacing: 10px;
  border-left: 1px solid #000;
  background-image: linear-gradient(
    to right,
    rgb(255, 226, 226),
    rgb(255, 255, 255)
  );
}
.add-more-cart button {
  background-color: #fff;
  color: rgb(255, 0, 0);
  border: none;
  padding: 0;
}
.add-more-cart button i {
  font-size: 18px;
  margin: 9px 10px;
}
.add-more-cart button i:hover {
  color: rgb(167, 39, 0);
  font-weight: bold;
}
.add-more-cart span {
  font-size: 15px;
}
.cart-button-checkout {
  background: #e96125;
  border: none;
  color: #fff;
  padding: 12px 10px;
  border-radius: 5px;
}
.cart-button-checkout:hover {
  background: #b64514;
}
.cart-button-checkout span i {
  font-size: 13px;
}
.cart-button-checkout-container {
  bottom: 0;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  padding: 4px 10px 20px 10px;
}
.cart-button-checkout-container p {
  font-size: 13px;
  padding: 5px 0;
  color: rgb(97, 97, 97);
}
/* tooltip */
.tooltip-cart {
  position: relative;
  display: inline-block;
}
.tooltip-cart .tooltiptext-cart {
  visibility: hidden;
  width: 170px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  margin-top: 7px;
  font-size: 13px;
}

.tooltip-cart .tooltiptext-cart::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip-cart:hover .tooltiptext-cart {
  visibility: visible;
}
/* end tooltip */
/* Grocery Page */
.category-header {
  padding: 10px 0;
}
.category-header h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.category-header-list ul {
  list-style-type: none !important;
}
.category-header-list ul li {
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.category-header-list ul li a {
  padding: 8px 14px !important;
  font-size: 14px;
  color: rgb(59, 59, 59);
}
.category-header-list > ul > li > span {
  padding: 8px 14px !important;
  font-size: 14px;
  color: rgb(59, 59, 59);
}
.more-modal-content {
  width: 250px;
  right: 10px;
  position: absolute;
  background-color: #fff;
  z-index: 999999;
  padding: 0;
  box-shadow: 1px 2px 4px rgb(151, 151, 151);
  border-radius: 6px;
}
.more-category-show {
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  cursor: auto;
  background-color: rgba(230, 230, 230, 0.3);
}
.more-category-show li:first-child {
  border-top: 1px solid rgb(209, 209, 209) !important;
}
.more-category-show li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgb(202, 202, 202) !important;
}
.active-color {
  background-color: rgb(235, 235, 235);
}
.left-sidebar-category a {
  color: #000;
  font-weight: 500;
  display: block;
  padding: 10px 0;
}
.left-sidebar-header {
  margin-top: 15px;
  font-weight: 600;
  color: rgb(141, 141, 141);
  text-align: center;
  font-size: 17px;
}
.left-sidebar-category {
  position: sticky !important;
  top: 100px;
  left: 0;
  min-height: 40vh;
  max-height: 85vh;
  overflow: auto !important;
  z-index: 1;
  padding-bottom: 20px;
}
.left-sidebar-category ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.left-sidebar-category ul li a {
  padding: 10px 0px;
  font-size: 15px;
  color: rgb(82, 82, 82);
  display: block;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.left-sidebar-category ul li a i {
  padding: 0 10px;
  color: rgb(211, 46, 17);
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(148, 148, 148);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff7676;
}
.grofers-title-name {
  line-height: 1.5em;
  height: 3em;
  font-size: 14px;
  font-weight: normal;
  color: rgb(66, 66, 66);
  margin: 6px 0;
  white-space: normal !important;
  overflow-y: auto !important;
  text-overflow: clip !important;
  width: 100%;
}
.grofers-card-discount:hover .image-slide {
  display: block;
}
.image-slide-left {
  top: 36%;
  left: 10%;
}
.image-slide-right {
  top: 36%;
  right: 10%;
}
.image-slide {
  cursor: pointer;
  display: none;
}
.image-slide i {
  font-size: 20px;
}
.navigation_links a {
  color: rgb(143, 143, 143);
  font-size: 13px;
}
.open-sidebar-header {
  border-top: 1px solid rgb(204, 204, 204);
}
.open-sidebar-header li {
  padding-left: 30px;
}
/* My account header */

.phone-number-verify h5 {
  font-size: 17px;
  color: rgb(43, 43, 43);
  line-height: 1.6em;
  text-align: center;
}
.phone-number-verify h6 {
  font-size: 14px;
  color: rgb(44, 0, 0);
  line-height: 1.6em;
  text-align: center;
  padding: 3px 0;
}
.phone-field-grocery {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 5px;
}
.phone-field-grocery span i {
  font-size: 18px;
  padding: 5px 0;
  margin: 0 5px;
}
.mobile-prefix {
  font-size: 15px;
}
.phone-field-grocery input {
  font-size: 16px;
  padding-left: 15px;
}
.phone-field-grocery input:focus {
  outline: 0 !important;
}
.phone-number-submit button {
  width: 50%;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 17px;
  text-align: center;
  background-color: #e96125;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}
.phone-number-back button {
  width: 30%;
  margin: 0 auto;
  margin-top: 6px;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 500;
}
.error-login {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.otp-send-success p {
  font-size: 14px;
  text-align: center;
  background-color: #327422;
  color: #fff;
  font-weight: 500;
  padding: 3px 0;
  clip-path: polygon(
    0 0,
    53% 0,
    100% 0,
    97% 48%,
    100% 100%,
    55% 100%,
    0 100%,
    3% 48%
  );
  /* -webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 83% 48%, 100% 100%, 55% 100%, 0 100%, 17% 48%); */
}
/*My account modal */

.modal-my-account-dialog {
  position: fixed;
  width: 300px;
  top: 30px;
  right: 10%;
  box-shadow: 1px 0px 10px rgb(129, 129, 129);
  border-radius: 4px !important;
}
.account-profile {
  margin: 13px 5px;
}
.account-profile img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.account-profile h6 {
  font-size: 16px;
  color: rgb(54, 54, 54);
  display: inline;
  margin-left: 20px;
  font-weight: 400;
}
.account-container {
  padding: 13px 5px;
  border-top: 1px solid #ccc;
}
.account-container i {
  width: 30px;
  font-size: 16px;
  color: #000;
}
.account-container h5 {
  font-size: 14px;
  color: rgb(77, 77, 77);
  font-weight: 400;
}
.my-account-wallet {
  flex-grow: 1;
}
.my-account-wallet div {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
/* TNC, PRIVACY, REFUND, DISC, FAQ's, About Us */
.terms-n-conditions-header h1 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.terms-n-conditions-header h3 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
.terms-n-conditions-header > ul {
  list-style-type: none;
}
.terms-n-conditions-header ul > li {
  font-size: 12px;
  color: #000;
}
.terms-n-conditions-header > ol {
  margin: 0;
  padding: 0 15px;
}
.terms-n-conditions-header > ol > li {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.terms-n-conditions-header > ol > li > ul > li {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 5px;
}
.faq-answer {
  margin: 15px 0;
  background-color: rgb(255, 246, 246);
  border: 1px solid #ccc;
  border-radius: 5px;
}
.faq-answer h2 {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.faq-answer h2 span {
  font-size: 18px;
}
.faq-answer p {
  font-size: 14px;
  color: #000;
  padding: 7px 10px 0 15px;
  line-height: 1.7em;
}
.contact-us-section ol li ul li {
  font-size: 15px !important;
  font-weight: 600;
  color: rgb(0, 97, 60);
}

.product-image-grocery img {
  max-width: 400px;
  max-height: 700px;
}
.image-product-slide-left {
  top: 43%;
  left: 15%;
}
.image-product-slide-right {
  top: 43%;
  right: 15%;
}
.image-product-slide {
  cursor: pointer;
}
.image-product-slide i {
  font-size: 30px;
}
.grocery-product-details {
  padding: 15px 0;
}
.grocery-product-discount p {
  display: inline;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 7px;
  background-color: rgb(63, 156, 0);
  color: #fff;
}
.grocery-product-title {
  margin: 10px 0;
}
.grocery-product-title h1 {
  font-size: 20px;
}
.grocery-product-title h6 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(85, 85, 85);
}
.grocery-product-title h6 span {
  font-weight: 500;
  color: #e96125;
  cursor: pointer;
}
.grocery-product-title h5 {
  padding-top: 15px;
  font-size: 17px;
  font-weight: 400;
  color: rgb(134, 134, 134);
}
.grocery-product-title h5 span {
  font-weight: 500;
  color: rgb(117, 117, 117);
}
.grocery-product-title h4 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.grocery-product-title h4 span {
  font-weight: 500;
  font-size: 21px;
}
.grocery-product-title p {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(141, 141, 141);
}
.grocery-product-title h3 {
  margin-top: 13px;
  padding: 3px 10px;
  display: inline-block;
  background-color: #edfbfd;
  border: 1px solid #92dee7;
  color: #07aec1;
  font-size: 13px;
  font-weight: normal;
  border-radius: 5px;
}
.grocery-product-title h3 i {
  font-size: 12px;
  margin-left: 6px;
}
.grocery-product-title h3 img {
  max-width: 20px;
  max-height: 25px;
}
.grocery-product-weight h6 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.grocery-product-weight h4 {
  display: inline-block;
  font-size: 15px;
  border-radius: 4px;
  padding: 6px 10px;
  font-weight: 500;
  color: rgb(214, 103, 0);
  border: 1px solid rgb(214, 103, 0);
}
.grocery-product-buy {
  width: 40%;
  margin: 15px 0;
}
.grocery-product-buy button {
  padding: 8px 0;
  width: 20%;
  font-size: 15px;
}
.grocery-product-buy button:first-child {
  border-radius: 8px 0 0 8px;
}
.grocery-product-buy button:last-child {
  border-radius: 0 8px 8px 0;
}
.grocery-product-buy h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: normal !important;
}
.grocery-product-how {
  margin: 20px 15px;
}
.grocery-product-how h2 {
  font-size: 16px;
}
.grocery-product-icons {
  margin: 20px 0;
}
.grocery-product-icons img {
  max-width: 50px;
  max-height: 34px;
  float: left;
  margin-right: 12px;
}
.grocery-product-promise h6 {
  font-size: 14px;
  font-weight: 500;
  color: #37a3be;
}
.grocery-product-promise p {
  font-size: 13px;
  line-height: 2em;
}
.product-image-grocery-position {
  top: 25%;
}
.grocery-product-details {
  background-color: #fff;
  top: 3%;
}
.grocery-product-more-details h5:first-child {
  margin-top: 15px;
  padding: 7px 0;
  font-size: 16px;
}
.grocery-product-disc {
  padding-bottom: 10px;
}
.grocery-product-disc h6:first-child {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
.grocery-product-disc h5 {
  font-size: 14px;
  font-weight: normal;
}
.grocery-product-more-details {
  overflow: auto;
  height: 200px;
}
.product-more-match {
  overflow: auto;
}
/* Checkout Page */
.checkout-header {
  top: 0;
  box-shadow: 1px 0px 7px rgb(219, 219, 219);
}
.checkout-header-container {
  padding: 15px 24px;
}
.checkout-logo img {
  max-width: 35px;
  max-height: 35px;
}
.checkout-promises-details {
  margin-left: 25px;
  color: rgb(119, 119, 119);
}
.checkout-promises-details p i {
  margin-right: 10px;
}
.checkout-promises-details p {
  font-size: 15px;
}
.checkout-container {
  margin-top: 25px;
  border-radius: 5px;
  box-shadow: 1px 0px 7px rgb(228, 228, 228);
}
.phone-verification-checkout {
  padding: 25px 30px 15px 30px;
  border-bottom: 1px solid rgb(202, 202, 202);
}
.verification-checkout {
  min-width: 25px;
  max-width: 60px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #327422;
}
.phone_verified_tick {
  background-color: #009b08;
}
.phone_verified_tick p {
  color: #fff;
}
.verification-checkout p {
  font-size: 14px;
}
.verification-container {
  padding: 0 20px;
}
.verification-title {
  margin-bottom: 5px;
}
.verification-title h5 {
  font-size: 18px;
  font-weight: 500;
}
.verification-title p {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 2em;
}
.phone-number-checkout h5 {
  font-size: 13px;
}
.checkout-phone-container {
  margin-bottom: 20px;
}
.checkout-phone-container span {
  background-color: #fff;
}
.checkout-phone-next button {
  width: 100%;
  margin-left: 10px;
  padding: 8px 20px;
  font-size: 17px;
  text-align: center;
  background-color: #e96125;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}
.checkout-otp p {
  font-size: 13px;
  color: #37a3be;
}
.phone-verified-checkout h5 {
  font-size: 15px;
  color: rgb(90, 90, 90);
}
.phone-verified-checkout p {
  font-weight: 500;
}
/* Input Design */
.form-control-new {
  position: relative;
  margin: 18px 0;
}

.form-control-new input {
  border: 0;
  border-bottom: 1.5px solid #333;
  padding: 0;
  display: block;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  width: 100%;
  transition: 0.1s ease-in;
}

.form-control-new input:focus,
.form-control-new input:valid {
  border-bottom-color: rgb(197, 129, 106);
  outline: none;
  padding: 0 5px;
}
/* Textarea */
.form-control-new textarea {
  border: 0;
  border-bottom: 1.5px solid #333;
  padding: 0;
  display: block;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  width: 100%;
  transition: 0.1s ease-in;
}

.form-control-new textarea:focus,
.form-control-new textarea:valid {
  border-bottom-color: rgb(197, 129, 106);
  outline: none;
  padding: 0 5px;
}
.form-control-new textarea:focus + label,
.form-control-new textarea:valid + label {
  margin-top: 0;
}

.form-control-new textarea:focus + label span,
.form-control-new textarea:valid + label span {
  color: rgb(197, 129, 106);
  transform: translateY(-30px);
  font-size: 13px;
}
/* Exnd Text area */
.form-control-new label {
  position: absolute;
  top: 4px;
  left: 5px;
  margin-top: -8px;
}
.form-control-new input:focus + label,
.form-control-new input:valid + label {
  margin-top: 0;
}

.form-control-new input:focus + label span,
.form-control-new input:valid + label span {
  color: rgb(197, 129, 106);
  transform: translateY(-30px);
  font-size: 13px;
}
.form-control-new label span {
  display: inline-block;
  font-size: 16px;
  min-width: 5px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* End Input Design */
.form-control-new select {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-bottom: 1.5px solid rgb(46, 46, 46);
  letter-spacing: 0.1em;
  border-radius: 0;
}
.form-control-new select option {
  padding: 10px 0;
}
.form-control-new select:focus,
.form-control-new select:active {
  outline: 0;
  border-bottom-color: rgb(197, 129, 106);
}
.address-delivery span {
  font-size: 15px;
  margin-left: 6px;
}
.address-container {
  border-radius: 10px;
}
.address-container h6 {
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: normal;
  color: rgb(100, 100, 100);
}
.checkout-address-next button {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  background-color: #e96125;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}
.checkout-address-cancel button {
  width: 100%;
  background-color: #ffffff !important;
  color: rgb(255, 60, 60) !important;
}
.address-container h5 {
  font-size: 14px;
  color: #026570;
  padding: 5px 0;
}
.save-address-container {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.save-address-header,
.save-address-title {
  margin-left: 6px;
}
.save-address-header h4 {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}
.save-address-header p {
  display: inline;
  margin-right: 10px;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 13px;
  color: rgb(66, 66, 66);
  background-color: #e9e9e9;
}
.save-address-header button {
  float: right;
  background-color: transparent;
  font-size: 15px;
  border: none;
  color: #000;
}
.save-address-title {
  padding-top: 0;
}
.save-address-title p {
  font-size: 14px;
}
.save-address-footer button {
  font-size: 13px;
  padding: 6px 20px;
  border-radius: 5px;
  border: none;
  background-color: #fb641b;
  color: #fff;
}
.save-address-radio {
  top: 11%;
}
.new-address-radio {
  top: 20%;
  color: #2874f0;
}
.save-address-new button {
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  color: #2874f0;
}
.address-verified-checkout h5 {
  font-size: 15px;
  color: rgb(90, 90, 90);
  margin-top: 3px;
  margin-bottom: 4px;
}
.address-verified-checkout p {
  line-height: 1.6em;
  color: #000;
}
.address-verified-checkout p span {
  font-weight: 500;
}
.open-address span {
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 3px;
  color: rgb(31, 82, 129) !important;
  letter-spacing: 0.1em;
}
.background-added {
  border-radius: 10px;
  background: rgb(255, 253, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 253, 255, 1) 0%,
    rgba(255, 244, 252, 1) 27%,
    rgba(255, 241, 241, 1) 49%,
    rgba(255, 239, 239, 1) 100%
  );
}
.warning-checkout {
  font-size: 13px;
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
  background-color: transparent;
  color: #ff0000;
}
.payment-price {
  margin-top: 10px;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 5px;
  padding: 15px 20px !important;
}
.payment-price h6 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7em;
}
.payment-price h6 span {
  font-size: 15px;
}
.payment-price h5 {
  border-top: 1px solid rgb(207, 207, 207);
}
.payment-price h5 {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
}
.sel-payments {
  margin-top: 10px;
}
.sel-payments h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}
.open-payment-options-js:hover {
  background-color: rgb(255, 246, 246);
}
.payments-methods {
  min-width: 30px;
  max-width: 30px;
  color: #000;
  margin-right: 10px;
}
.payments-text {
  font-size: 14px;
  font-weight: 500;
}
.more-wallets img {
  min-width: 20px;
  max-width: 20px;
  margin: 0 3px;
}
.opacity-down {
  opacity: 95%;
}
.checkout-my-cart {
  border-radius: 5px;
  box-shadow: 1px 0px 7px rgb(228, 228, 228);
}
.my-cart-header {
  padding: 15px 20px;
  background-color: rgb(255, 250, 250);
  border: 1px solid rgb(228, 228, 228);
}
.my-cart-header h6 {
  font-size: 15px;
}
.my-cart-header span {
  font-weight: 400;
}
.cart-height {
  max-height: 420px;
  overflow: hidden;
}
.cart-height:hover {
  overflow-y: scroll;
}
.checkout-products {
  padding: 12px 20px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.product-quantity p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.product-quantity p span {
  font-size: 12px;
  font-weight: 400;
}
.checkout-images img {
  min-width: 50px;
  max-width: 80px;
}
.checkout-container-products {
  padding-left: 10px;
}
.checkout-container-products h5 {
  font-size: 13px;
  font-weight: 500;
  margin-top: 3px;
  color: rgb(37, 37, 37);
}
.checkout-container-products h6 {
  width: 220px;
  font-size: 13px;
  font-weight: normal;
  color: rgb(66, 66, 66);
  margin: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-container-products h4 {
  font-size: 12px;
  color: rgb(117, 117, 117);
  font-weight: normal;
}
.checkout-container-products p {
  display: inline;
  background-color: rgb(69, 173, 55);
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 3px;
}
/* success */
.order-success-header {
  margin-top: 30px;
  border-radius: 10px;
}
.order-success-container {
  padding: 25px 0;
}
.order-success-logo i {
  display: block;
  text-align: center;
  font-size: 35px;
  color: #009b08;
  margin-bottom: 7px;
}
.order-success-content p {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: 20px;
}
.order-success-saved p {
  font-size: 17px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
  color: #c70000;
}
.order-success-details-more {
  margin: 10px 25px;
}
.order-success-explore {
  border: 1px solid rgb(179, 179, 179);
  border-radius: 5px;
  padding: 8px 10px;
  color: rgb(114, 114, 114);
}
.order-success-explore i {
  font-size: 20px;
}
.order-success-others {
  margin-left: 30px;
}
.order-success-others p {
  font-size: 13px;
  font-weight: 500;
  color: rgb(95, 95, 95);
  line-height: 1.5em;
}
.order-success-others h6 {
  font-size: 17px;
  color: #000;
  letter-spacing: 0.05em;
}
.order-success-others h5 {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.05em;
}
.order-success-btn {
  border-top: 1px solid rgb(218, 218, 218);
  margin-top: 15px;
  padding-top: 25px;
}
.order-success-btn button {
  padding: 10px 0;
  width: 50%;
  border-radius: 7px;
  border: none;
  background-color: rgb(226, 103, 32);
  color: #fff;
  font-size: 16px;
}
/* Order Status */
.order-status-container {
  padding: 20px 0;
}
.order-status-box {
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgb(230, 230, 230);
}
.left-sidebar-orders {
  padding: 20px 0;
}
.user-profile-img img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.left-sidebar-orders h6 {
  color: #000;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.left-sidebar-order-container {
  padding-bottom: 0;
}
.left-sidebar-order-container ul li a {
  margin-left: 10px;
}
.left-sidebar-order-container ul li:first-child {
  border-top: 1px solid rgb(204, 204, 204);
}
.left-sidebar-order-container ul li {
  border-top: 1px solid rgb(204, 204, 204) !important;
}
.right-sidebar-empty-account {
  margin: 15px 0;
  height: 100%;
}
.empty-cart-image img {
  min-width: 11em;
  max-width: 12em;
}
.empty-account-container {
  margin: 20px 0;
}
.empty-account-container h6 {
  font-size: 14px;
  line-height: 1.8em;
}
.empty-account-container p {
  font-size: 13px;
  text-align: center;
}
.empty-account-container button {
  margin-top: 20px;
  font-size: 14px;
  border: none;
  background-color: rgb(228, 123, 63);
  color: #fff;
  padding: 5px 0;
  width: 100%;
  border-radius: 5px;
}
.order-history-date p {
  font-size: 13px;
  text-align: center;
}
.order-history-main-container {
  padding: 0;
  border: 1px solid rgb(201, 201, 201);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.order-history-details {
  padding: 10px 15px 10px 25px;
  border-right: 1px solid rgb(138, 138, 138);
}
.order-history-details h5 {
  font-size: 15px;
  color: #000;
}
.order-history-details h5 span {
  letter-spacing: 0.03em;
}
.order-history-details p {
  font-size: 13px;
  color: #000;
  line-height: 2em;
}
.order-history-details p:last-child {
  font-size: 14px;
}
.order-history-details p span {
  font-weight: 500;
}
.order-history-status {
  padding: 0 12px 10px 0;
}
.track {
  position: relative;
  background-color: #ddd;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -14px;
  text-align: center;
  position: relative;
}

.track .step.active:before {
  background: #ff5722;
}

.track .step::before {
  height: 5px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 14px;
}

.track .step.active .icon {
  background: #ee5435;
  color: #fff;
}

.track .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-radius: 100%;
  font-size: 13px;
  background: #ddd;
}
.track .icon i {
  margin-top: 10px;
}

.track .step.active .text {
  font-weight: 500;
  color: #000;
}

.track .text {
  display: block;
  font-size: 13px;
  margin-top: 7px;
}

.order-history-footer {
  padding: 0;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 0 0 5px 5px;
}
.order-history-footer a {
  color: rgb(223, 135, 77);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.account-address-container {
  margin: 13px 0;
}
.address-action button {
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 17px;
}
.save-address-discription h6 {
  font-size: 15px;
  margin: 8px 5px;
}
/* Order View */
.order-view-back {
  box-shadow: 0px 8px 6px -6px rgb(219, 219, 219);
  padding: 5px 20px;
  position: static;
  top: 60px;
  z-index: 999;
  background-color: #fff;
}
.order-view-back a {
  font-size: 17px;
  color: rgb(224, 100, 28);
}
.order-view-back a i {
  font-size: 15px;
}
.order-view-main-container {
  margin: 10px 20px;
  padding: 0;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 2px 15px 1px #eee2e0;
}
.order-view-details {
  padding: 5px 10px 35px 10px;
}
.order-view-details p {
  font-size: 14px;
}
.order-view-details p span {
  font-size: 15px;
  font-weight: 500;
}
.order-view-status {
  padding-bottom: 3em;
}
.order-view-pay-detail {
  padding: 10px;
  margin: 0 20px;
  border-radius: 5px;
  border: 1px solid rgb(211, 211, 211);
}
.order-pay-logo i {
  font-size: 18px;
  color: #000;
}
.order-pay-detail {
  margin-left: 13px;
}
.order-pay-detail h6 {
  font-size: 14px;
  color: #000;
  line-height: 1.7em;
}
.order-pay-detail p {
  font-size: 13px;
  color: rgb(100, 100, 100);
}
.order-view-buy-products {
  margin: 10px 20px;
  border-radius: 5px;
  border: 1px solid rgb(211, 211, 211);
}
.order-view-product-header {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgb(211, 211, 211);
  background-color: rgb(248, 248, 248);
  padding: 5px 0;
}
.order-view-product-header p {
  font-size: 13px;
  font-weight: 500;
  color: rgb(128, 128, 128);
  text-align: center;
}
.order-view-product-body {
  padding: 6px 10px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.order-view-product-img img {
  min-width: 100px;
  max-width: 120px;
  max-height: 220px;
}
.order-view-product-details {
  margin: 0 10px;
}
.order-view-product-details h6 {
  font-size: 14px;
  font-weight: 400;
}
.order-view-product-details h5 {
  font-size: 12px;
  font-weight: normal;
  color: rgb(77, 77, 77);
  line-height: 2.2em;
}
.order-view-product-details p {
  font-size: 13px;
  color: rgb(83, 83, 83);
}
.order-view-product-details p span {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.order-view-prouct-price p {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.order-view-product-price {
  padding: 0.4em 3em;
}
.order-view-product-price h6 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.order-view-product-price h5 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
.order-view-product-price h6 img {
  width: 20px;
  margin-top: -3px;
}
.order-view-product-price h4 {
  padding: 5px 0;
}
.order-view-product-price h4 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.order-view-delivery-container {
  padding: 15px 20px;
}
.order-view-delivery-header h6 {
  font-size: 16px;
  color: rgb(131, 131, 131);
  font-weight: normal;
}
.order-view-delivery-body {
  margin-top: 10px;
}
.order-view-delivery-body h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.order-view-delivery-body p {
  font-weight: normal;
  margin: 5px 0;
  font-size: 14px;
}
.order-view-delivery-body p span {
  font-weight: 500;
}
.cancel-order-btn {
  padding: 5px 0;
  text-align: center;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 5px;
  background: none;
  color: rgb(233, 95, 32);
}
.order-cancelled {
  padding: 5px 0;
}
.order-cancelled p {
  font-size: 16px;
  color: #ff0000;
  text-align: center;
}
.profile-form > label {
  font-size: 15px;
  font-weight: 500;
}
.profile-gender label span {
  font-size: 15px;
  margin-right: 10px;
}
.profile-input {
  margin-top: 4px;
  padding: 5px 10px;
  font-size: 14px;
}
.form-upload-file {
  margin-top: 3px;
}
.form-upload-file button {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  /* border: 1px solid #000; */
  background-color: rgb(255, 232, 232);
}
.image-area img {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  box-shadow: 0px 1px 6px 4px rgb(236, 236, 236);
}
.profile-update-btn button {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  background-color: rgb(228, 130, 91);
  color: #fff;
  border-radius: 8px;
  border: none;
}

@media screen and (max-width: 576px) {
  /* Account Orders */
  .order-history-details {
    padding: 10px 15px 10px 25px;
    border-right: 0;
  }
  .order-history-status {
    padding: 15px 12px 15px 12px;
  }
  .track {
    position: relative;
    background-color: #ddd;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -14px;
    text-align: center;
    position: relative;
  }

  .track .step.active:before {
    background: #ff5722;
  }

  .track .step::before {
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 14px;
  }

  .track .step.active .icon {
    background: #ee5435;
    color: #fff;
  }

  .track .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-radius: 100%;
    font-size: 13px;
    background: #ddd;
  }
  .track .icon i {
    margin-top: 10px;
  }

  .track .step.active .text {
    font-weight: 500;
    color: #000;
  }

  .track .text {
    display: block;
    font-size: 13px;
    margin-top: 7px;
  }

  .order-history-footer {
    margin-top: 30px;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 0 0 5px 5px;
  }
  .order-history-footer a {
    color: rgb(223, 135, 77);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* View Orders */
  .order-view-product-body {
    padding: 6px 10px;
    border-bottom: 1px solid rgb(211, 211, 211);
  }
  .order-view-product-img img {
    min-width: 70px;
    max-width: 100px;
    max-height: 200px;
  }
  .order-view-product-details {
    margin: 0 10px;
  }
  .order-view-product-details h6 {
    font-size: 12px;
    font-weight: 400;
  }
  .order-view-product-details h5 {
    font-size: 11px;
    font-weight: normal;
    color: rgb(77, 77, 77);
    line-height: 2.2em;
  }
  .order-view-product-details p {
    font-size: 12px;
    color: rgb(83, 83, 83);
  }
  .order-view-product-details p span {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .order-view-prouct-price p {
    font-size: 13px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #000;
    text-align: right;
  }
  .order-view-product-price {
    padding: 10px 15px;
  }
  .order-view-product-price h6 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }
  .order-view-product-price h5 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
  }
  .order-view-product-price h6 img {
    width: 20px;
    margin-top: -3px;
  }
  .order-view-product-price h4 {
    padding: 5px 0;
  }
  .order-view-product-price h4 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
  }
  .order-view-delivery-container {
    padding: 15px 20px;
  }
  .order-view-delivery-header h6 {
    font-size: 14px;
    color: rgb(131, 131, 131);
    font-weight: normal;
  }
  .order-view-delivery-body {
    margin-top: 10px;
  }
  .order-view-delivery-body h6 {
    font-weight: 500;
    font-size: 15px;
    color: #000;
  }
  .order-view-delivery-body p {
    font-weight: normal;
    margin: 5px 0;
    font-size: 13px;
  }
  .order-view-delivery-body p span {
    font-weight: 500;
  }
  .cancel-order-btn {
    padding: 5px 0;
    text-align: center;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;
    background: none;
    color: rgb(233, 95, 32);
  }
  .order-cancelled {
    padding: 5px 0;
  }
  .order-cancelled p {
    font-size: 14px;
    color: #ff0000;
    text-align: center;
  }
  /* checkout */
  .checkout-promises-details {
    margin-left: 10px;
    color: rgb(119, 119, 119);
  }
  .checkout-promises-details p i {
    margin-right: 10px;
  }
  .checkout-promises-details p {
    font-size: 12px;
  }
  .checkout-container {
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 0px 7px rgb(228, 228, 228);
  }
  .phone-verification-checkout {
    padding: 20px 20px 10px 5px;
    border-bottom: 1px solid rgb(202, 202, 202);
  }
  .verification-checkout {
    min-width: 25px;
    max-width: 60px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #327422;
  }
  .phone_verified_tick {
    background-color: #009b08;
  }
  .phone_verified_tick p {
    color: #fff;
  }
  .verification-checkout p {
    font-size: 14px;
  }
  .verification-container {
    padding: 0 20px;
  }
  .verification-title {
    margin-bottom: 5px;
  }
  .verification-title h5 {
    font-size: 15px;
    font-weight: 500;
  }
  .verification-title p {
    font-size: 12px;
    color: #5c5c5c;
    line-height: 1.6em;
  }
  .phone-number-checkout h5 {
    font-size: 13px;
  }
  .checkout-phone-container {
    margin-bottom: 20px;
  }
  .checkout-phone-container span {
    background-color: #fff;
  }
  .checkout-phone-next button {
    width: 100%;
    margin-left: 10px;
    padding: 8px 50px;
    font-size: 17px;
    text-align: center;
    background-color: #e96125;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
  }
  .checkout-otp p {
    font-size: 13px;
    color: #37a3be;
  }
  .phone-verified-checkout h5 {
    font-size: 14px;
    color: rgb(90, 90, 90);
  }
  .phone-verified-checkout p {
    font-weight: 500;
  }
  /* Input Design */
  .form-control-new {
    position: relative;
    margin: 18px 0;
  }

  .form-control-new input {
    border: 0;
    border-bottom: 1.5px solid #333;
    padding: 0;
    display: block;
    font-size: 14px;
    font-family: "Muli", sans-serif;
    width: 100%;
    transition: 0.1s ease-in;
  }

  .form-control-new input:focus,
  .form-control-new input:valid {
    border-bottom-color: rgb(197, 129, 106);
    outline: none;
    padding: 0 5px;
  }
  /* Textarea */
  .form-control-new textarea {
    border: 0;
    border-bottom: 1.5px solid #333;
    padding: 0;
    display: block;
    font-size: 16px;
    font-family: "Muli", sans-serif;
    width: 100%;
    transition: 0.1s ease-in;
  }

  .form-control-new textarea:focus,
  .form-control-new textarea:valid {
    border-bottom-color: rgb(197, 129, 106);
    outline: none;
    padding: 0 5px;
  }
  .form-control-new textarea:focus + label,
  .form-control-new textarea:valid + label {
    margin-top: 0;
  }

  .form-control-new textarea:focus + label span,
  .form-control-new textarea:valid + label span {
    color: rgb(197, 129, 106);
    transform: translateY(-30px);
    font-size: 13px;
  }
  /* Exnd Text area */
  .form-control-new label {
    position: absolute;
    top: 4px;
    left: 5px;
    margin-top: -8px;
  }
  .form-control-new input:focus + label,
  .form-control-new input:valid + label {
    margin-top: 0;
  }

  .form-control-new input:focus + label span,
  .form-control-new input:valid + label span {
    color: rgb(197, 129, 106);
    transform: translateY(-30px);
    font-size: 13px;
  }
  .form-control-new label span {
    display: inline-block;
    font-size: 14px;
    min-width: 5px;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  /* End Input Design */
  .form-control-new select {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-bottom: 1.5px solid rgb(46, 46, 46);
    letter-spacing: 0.1em;
    border-radius: 0;
  }
  .form-control-new select option {
    padding: 10px 0;
  }
  .form-control-new select:focus,
  .form-control-new select:active {
    outline: 0;
    border-bottom-color: rgb(197, 129, 106);
  }
  .address-delivery span {
    font-size: 15px;
    margin-left: 6px;
  }
  .address-container {
    border-radius: 10px;
  }
  .address-container h6 {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: normal;
    color: rgb(100, 100, 100);
  }
  .checkout-address-next button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    background-color: #e96125;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
  }
  .checkout-address-cancel button {
    width: 100%;
    background-color: #ffffff !important;
    color: rgb(255, 60, 60) !important;
  }
  .address-container h5 {
    font-size: 14px;
    color: #026570;
    padding: 5px 0;
  }
  .save-address-container {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .save-address-header,
  .save-address-title {
    margin-left: 6px;
  }
  .save-address-header h4 {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
  }
  .save-address-header p {
    display: inline;
    margin-right: 10px;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 12px;
    color: rgb(66, 66, 66);
    background-color: #e9e9e9;
  }
  .save-address-header button {
    float: right;
    background-color: transparent;
    font-size: 15px;
    border: none;
    color: #000;
  }
  .save-address-title {
    padding-top: 0;
  }
  .save-address-title p {
    font-size: 12px;
  }
  .save-address-footer button {
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 5px;
    border: none;
    background-color: #fb641b;
    color: #fff;
  }
  .save-address-radio {
    top: 11%;
  }
  .new-address-radio {
    top: 20%;
    color: #2874f0;
  }
  .save-address-new button {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    color: #2874f0;
  }
  .address-verified-checkout h5 {
    font-size: 15px;
    color: rgb(90, 90, 90);
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .address-verified-checkout p {
    line-height: 1.6em;
    color: #000;
  }
  .address-verified-checkout p span {
    font-weight: 500;
  }
  .open-address span {
    border: 1px solid #000;
    padding: 2px 5px;
    border-radius: 3px;
    color: rgb(31, 82, 129) !important;
    letter-spacing: 0.1em;
  }
  .background-added {
    border-radius: 10px;
    background: rgb(255, 253, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 253, 255, 1) 0%,
      rgba(255, 244, 252, 1) 27%,
      rgba(255, 241, 241, 1) 49%,
      rgba(255, 239, 239, 1) 100%
    );
  }
  .warning-checkout {
    font-size: 13px;
    padding: 0;
    margin-top: 5px;
    font-weight: 500;
    background-color: transparent;
    color: #ff0000;
  }
  .payment-price {
    margin-top: 10px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 5px;
    padding: 15px 20px !important;
  }
  .payment-price h6 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7em;
  }
  .payment-price h6 span {
    font-size: 13px;
  }
  .payment-price h5 {
    border-top: 1px solid rgb(207, 207, 207);
  }
  .payment-price h5 {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7em;
  }
  .sel-payments {
    margin-top: 10px;
  }
  .sel-payments h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
  }
  .open-payment-options-js:hover {
    background-color: rgb(255, 246, 246);
  }
  .payments-methods {
    min-width: 25px;
    max-width: 25px;
    color: #000;
    margin-right: 10px;
  }
  .payments-text {
    font-size: 12px;
    font-weight: 500;
  }
  .more-wallets img {
    min-width: 15px;
    max-width: 15px;
    margin: 0 3px;
  }
  .opacity-down {
    opacity: 95%;
  }
  .checkout-my-cart {
    border-radius: 5px;
    box-shadow: 1px 0px 7px rgb(228, 228, 228);
  }
  .my-cart-header {
    padding: 15px 20px;
    background-color: rgb(255, 250, 250);
    border: 1px solid rgb(228, 228, 228);
  }
  .my-cart-header h6 {
    font-size: 14px;
  }
  .my-cart-header span {
    font-weight: 400;
  }
  .cart-height {
    max-height: 420px;
    overflow: hidden;
  }
  .cart-height:hover {
    overflow-y: scroll;
  }
  .checkout-products {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
  }
  .product-quantity p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .product-quantity p span {
    font-size: 12px;
    font-weight: 400;
  }
  .checkout-images img {
    min-width: 50px;
    max-width: 80px;
  }
  .checkout-container-products {
    padding-left: 10px;
  }
  .checkout-container-products h5 {
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
    color: rgb(37, 37, 37);
  }
  .checkout-container-products h6 {
    width: 220px;
    font-size: 12px;
    font-weight: normal;
    color: rgb(66, 66, 66);
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .checkout-container-products h4 {
    font-size: 11px;
    color: rgb(117, 117, 117);
    font-weight: normal;
  }
  .checkout-container-products p {
    display: inline;
    background-color: rgb(69, 173, 55);
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 3px;
  }
  /* success */
  .order-success-header {
    margin-top: 30px;
    border-radius: 10px;
  }
  .order-success-container {
    padding: 25px 0;
  }
  .order-success-logo i {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #009b08;
    margin-bottom: 7px;
  }
  .order-success-content p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid rgb(228, 228, 228);
    padding-bottom: 20px;
  }
  .order-success-saved p {
    font-size: 13px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
    color: #c70000;
  }
  .order-success-details-more {
    margin: 10px 25px;
  }
  .order-success-explore {
    border: 1px solid rgb(179, 179, 179);
    border-radius: 5px;
    padding: 8px 10px;
    color: rgb(114, 114, 114);
  }
  .order-success-explore i {
    font-size: 20px;
  }
  .order-success-others {
    margin-left: 20px;
  }
  .order-success-others p {
    font-size: 12px;
    font-weight: 500;
    color: rgb(95, 95, 95);
    line-height: 1.5em;
  }
  .order-success-others h6 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
  }
  .order-success-others h5 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
  }
  .order-success-btn {
    border-top: 1px solid rgb(218, 218, 218);
    margin-top: 15px;
    padding-top: 25px;
  }
  .order-success-btn button {
    padding: 10px 0;
    border-radius: 7px;
    border: none;
    background-color: rgb(226, 103, 32);
    color: #fff;
    font-size: 13px;
  }

  /* Products */
  .product-image-grocery img {
    width: 250px;
  }

  .grocery-product-buy {
    width: 100%;
    margin: 15px 0;
  }
  .grocery-product-buy button {
    padding: 8px 0;
    width: 20%;
    font-size: 15px;
  }
  .grocery-product-buy button:first-child {
    border-radius: 8px 0 0 8px;
  }
  .grocery-product-buy button:last-child {
    border-radius: 0 8px 8px 0;
  }
  .grocery-product-buy h6 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal !important;
  }

  /* TNC, PRIVACY, REFUND, DISC, FAQ's, About Us */
  .terms-n-conditions-header h1 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-align: center;
  }
  .terms-n-conditions-header h3 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
  }
  .terms-n-conditions-header > ul {
    list-style-type: none;
  }
  .terms-n-conditions-header ul > li {
    font-size: 11px;
    color: #000;
  }
  .terms-n-conditions-header > ol {
    margin: 0;
    padding: 0 15px;
  }
  .terms-n-conditions-header > ol > li {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
  }
  .terms-n-conditions-header > ol > li > ul > li {
    font-size: 11px;
    font-weight: normal;
    color: #000;
    padding: 5px;
  }
  .faq-answer {
    margin: 15px 0;
    background-color: rgb(255, 246, 246);
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .faq-answer h2 {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    padding: 7px 8px;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
  }
  .faq-answer h2 span {
    font-size: 15px;
  }
  .faq-answer p {
    font-size: 12px;
    color: #000;
    padding: 7px 10px 0 15px;
    line-height: 1.7em;
  }
  .contact-us-section ol li ul li {
    font-size: 13px !important;
    font-weight: 600;
    color: rgb(0, 97, 60);
  }
}
