/* ================================== */
/* page format reset css start */
/* ================================== */

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* ================================== */
/* page format reset css end */
/* ================================== */

/* ================================== */
/* Base typography css start */
/* ================================== */

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-family: "Neue Plak";
  /* font-family: "News Cycle", "sans-serif"; */
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  counter-reset: applistcounter 0;
  counter-reset: listcounter 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

section {
  padding: 30px 15px;
  margin: 30px 15px;
}

/* ================================== */
/* Base typography css end */
/* ================================== */

/* =================================== */
/* website custom classes start */
/* =================================== */

.textWebgreen {
  color: #52A834;
}

.secPadding_left {
  padding-left: 15px;
}


.secPadding_right {
  padding-right: 15px;
}

.secPadding_top {
  padding-top: 25px;
}

.secPadding_bottom {
  padding-bottom: 25px;
}

.secMargin_left {
  margin-left: 15px;
}

.secMargin_right {
  margin-right: 15px;
}

.secMargin_top {
  margin-top: 25px;
}

.secMargin_bottom {
  margin-bottom: 25px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.f-error {
  position: absolute !important;
  font-size: 14px !important;
  left: 0px !important;
  bottom: -7px !important;
  color: red !important;
  font-weight: 600;
}

.noafterbefore::before,
.noafterbefore::after {
  content: none !important;
}

.twolinetruncate {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.hoverlineeffect {
  position: relative;
}

.hoverlineeffect p::after {
  content: " ";
  width: 0%;
  height: 1px;
  background: #52A834;
  position: absolute;
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 1px;
  margin-left: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.hoverlineeffect:hover p::after {
  width: 100%;
  right: inherit;
  left: 0;
}

.main-container {
  padding-top: 85px;
}

.default_title {
  font-size: 3rem;
  font-weight: bold;
  color: #08113d;
  margin-bottom: 0px;
}

.default_titleLG {
  font-size: 4rem;
  font-weight: bold;
  color: #08113d;
  margin-bottom: 0px;
}

.default_subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(9, 19, 64, 0.4);
  margin-bottom: 50px;
}

.twolinetruncate {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-gold {
  color: #f5d77f;
}

.bg-gold {
  background-color: #f5d77f;
}

.cursor-pointer {
  cursor: pointer;
}

.imgContainer {
  height: 120px;
}

.CardProductIMG {
  width: 100%;
  /*height: 120px;
  */
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.checkoutpage .CardProductIMG {
  width: 80%;
  height: 120px;
}

.nearbystorepage .CardProductIMG {
  height: 135px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.modal .CardProductIMG {
  height: 135px;
}

button:focus-visible,
a:focus-visible,
div:focus-visible,
section:focus-visible,
p:focus-visible {
  display: none;
}

/* =================================== */
/* website custom classes end */
/* =================================== */

/* ==================================== */
/* Entry Page(Default) css start */
/* ==================================== */

.entrypage {
  height: 100vh;
}

.main-container.entrypage {
  padding-top: 0px !important;
}

.entrylogo {
  width: 200px;
  margin: 50px auto 100px auto;
}

.entrypage-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 35%;
}

.bannerlayertext {
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: hard-light;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  top: inherit;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  width: 500px;
  margin: 0 auto;
  line-height: 55px;
  padding: 60px 40px;
  text-align: center;
  letter-spacing: 1px;
}

.regform .alert {
  position: fixed;
  top: 30px;
  left: inherit;
  right: 30px;
  width: auto;
  z-index: 10;
  padding: 10px 20px 10px 20px;
  font-size: 2rem;
}

/* ==================================== */
/* Entry Page(Default) css start */
/* ==================================== */

/* =========================================== */
/* Entry Page (Location Page) css start */
/* =========================================== */

.address_container {
  background: #ffffff;
  border: 1px solid rgba(9, 19, 64, 0.4);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  padding: 10px 5px;
  max-height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  z-index: 10;
}

/* .regform input:focus+.address_container {
    display: block;
} */

.address_container li:not(:last-child) {
  margin-bottom: 10px;
}

.address_container li {
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  color: rgba(9, 19, 64, 0.52);
  text-decoration: none;
  display: block;
  font-weight: 600;
  padding: 5px 20px;
}

.address_container li:hover {
  background-color: #f4f4f4;
}

.getcurrentlocation {
  text-decoration: none;
  color: rgba(9, 19, 64, 0.52);
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin: 30px 0px 80px 0px;
  position: relative;
}

/* =========================================== */
/* Entry Page (Location Page) css end */
/* =========================================== */

/* ======================================= */
/* Entry Page (Login Page) css start */
/* ======================================= */

.login .entrylogo {
  margin: 35px auto 75px auto;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti__arrow,
.iti__flag,
.iti__flag-box,
.iti__divider,
.iti__country.iti__preferred {
  display: none;
}

.iti__country {
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  color: rgba(9, 19, 64, 0.52);
  text-decoration: none;
  display: block;
  font-weight: 600;
  padding: 5px 20px;
}

.iti__selected-flag {
  padding: 0px 15px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.iti__flag-container {
  padding: 5px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.iti__selected-flag::after {
  content: " ";
  width: 1px;
  height: 90%;
  background-color: rgba(9, 19, 64, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #52A83424 !important;
}

.iti__country-list {
  border: 1px solid rgba(9, 19, 64, 0.4);
  background-color: #ffffff;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  left: 1px;
  top: 70px;
  padding: 10px 5px;
  overflow-x: hidden;
}

.iti__country-list:not(:last-child) {
  margin-bottom: 10px;
}

.showhidebutton {
  border: 0;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.otheroption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.otheroption a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
}

.otheroption a:hover {
  opacity: 0.7;
}

.sociallogins {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.sociallogins img {
  width: 40px;
  display: inline-block;
}

.sociallogins a {
  display: inline-block;
  border: 1px solid rgba(9, 19, 64, 0.4);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #52A834f2;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  width: 48%;
  text-align: center;
  padding: 10px 0px;
}

.sociallogins a:hover {
  color: #52A834f2;
  background-color: #52A83424;
}

.login .bannerlayertext {
  width: 400px;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*===== Membersip plan card css start =====*/
.MembershipplanList label {
  display: block;
  width: 100%;
  border: 1px solid rgba(9, 19, 64, 0.4);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}

.MembershipplanList label span {
  color: #52A83466;
  font-weight: 600;
  font-size: 1.8rem;
}

.MembershipplanList input:checked+label {
  border-color: #fba705;
}

.MembershipplanList input:checked+label span {
  color: #fba705;
}

.MembershipplanList label::after,
.selectyourcardList label::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fba705;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.MembershipplanList label::before,
.selectyourcardList label::before {
  content: " ";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fba705;
  right: 18.5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.MembershipplanList input:checked+label::before,
.selectyourcardList input:checked+label::before {
  opacity: 1;
}

/*===== Membersip plan card css end =====*/

.guestloginbtn:hover svg,
.guestloginbtn:hover i {
  animation: hoverarrow 0.5s ease-out infinite;
  -webkit-animation: hoverarrow 0.5s ease-out infinite;
}

@keyframes hoverarrow {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* .entryscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 460px;
} */

.entryscroll::-webkit-scrollbar {
  display: none;
}

.login .alert,
.resetpassword .alert {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  display: block;
  margin: 0 auto;
  top: 130px;
  z-index: 10;
}


/* ======================================= */
/* Entry Page (Login Page) css end */
/* ======================================= */

/* ======================================= */
/* Entry Page (Signup Page) css start */
/* ======================================= */

.signup .bannerlayertext {
  width: 400px;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.TnCcheckbox label {
  padding-left: 60px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

.TnCcheckbox label::after {
  content: " ";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #52A834;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.TnCcheckbox label::before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.TnCcheckbox label svg {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.TnCcheckbox label svg .check {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 25;
  stroke-dasharray: 25;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  -o-transition: ease all 0.6s;
}

.TnCcheckbox input[type="checkbox"]:checked+label svg .check {
  stroke-dashoffset: 0;
}

.TnCcheckbox .f-error {
  left: inherit !important;
  right: 20px !important;
  bottom: 0px !important;
}

.signupgender .f-error {
  left: inherit !important;
  right: 0 !important;
  bottom: 0 !important;
}

.entrypage.signup .entrylogo {
  width: 250px;
  margin: 30px auto 0px auto;
}

/* ======================================= */
/* Entry Page (Signup Page) css end */
/* ======================================= */

/* ====================================================== */
/* Entry Page (OTP Page and reset password) css start */
/* ====================================================== */

.OTP .bannerlayertext,
.resetpassword .bannerlayertext {
  width: 400px;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.otpinputs {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.otpinputs input[type="number"] {
  width: 18%;
  text-align: center;
}

.entrypage.OTP .entrylogo {
  width: 200px;
  margin: 0px auto 0px auto;
}

.resetpassword .otpinputs {
  width: 100%;
  justify-content: start;
  padding-bottom: 16px;
}

.resetpassword .otpinputs:not(:last-child) input {
  margin-right: 10px;
}

.resetpassword .otpinputs input[type="number"] {
  width: 15%;
}

.otpinputs_order {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}

.otpinputs_order input[type="number"] {
  width: 18%;
  text-align: center;
  margin: 5px;
}

.resetpassword .otpinputs_order {
  width: 100%;
  justify-content: start;
  padding-bottom: 16px;
}

.resetpassword .otpinputs_order:not(:last-child) input {
  margin-right: 10px;
}

.resetpassword .otpinputs_order input[type="number"] {
  width: 15%;
}

.resetpassword .entrylogo {
  width: 200px;
  margin: 0 auto;
}



.INMOdalverfyotp .otpinputs_order {
  width: 100%;
}

.INMOdalverfyotp .otpinputs_order {
  margin-bottom: 0px;
}

/* ====================================================== */
/* Entry Page (OTP Page and reset password) css end */
/* ====================================================== */

/* ========================================================= */
/* Home Page css start  */
/* ========================================================== */

/*===== On refresh membership plan modal css =====*/

.onrefreshMembership_Modal.modal-dialog {
  width: 650px;
  max-width: 650px;
}

.onrefreshMembership_Modal .modal-header {
  padding: 40px 55px 30px 55px;
  border: none;
}

.onrefreshMembership_Modal .modal-footer {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 20px;
}

.onrefreshMembership_Modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.onrefreshMembership_Modal .modal-body {
  padding-left: 55px;
  padding-right: 55px;
}

/*===== On refresh membership plan modal css =====*/

.searchProduct_Modal.modal .modal-dialog {
  width: 800px;
  max-width: 800px;
}

.searchProduct_Modal.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(9, 19, 64, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
}

.searchProduct_Modal.modal .modal-body {
  padding: 50px 80px 50px 80px;
}

.recentsearchbadges p {
  background-color: rgba(9, 19, 64, 0.1);
  color: #52A834;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.modalPopprod .popprod img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/*===== Header css =====*/

header {
  background-color: #52A834;
  padding: 10px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

header .navbar-brand {
  width: 120px;
  margin-right: 50px;
}

header .navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
}

header .navlink.active,
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
  border-bottom-color: #ffffff;
}

.profileicon .nav-link {
  border-bottom-color: #fba705 !important;
}

.locationsetinput i,
.locationsetinput svg {
  position: absolute;
  font-size: 2rem;
  left: 10px;
  top: 68%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.locationsetinput input[type="text"] {
  cursor: pointer;
}

.locationsetinput input[type="text"]+i,
.locationsetinput input[type="text"]+svg {
  left: inherit;
  right: -25px;
  top: 70%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.locationsetinput input[type="text"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  padding: 5px 0px 5px 40px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
}

.locationsetinput input[type="text"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.locationsetinput input[type="text"]:not(:disabled)+svg,
.locationsetinput input[type="text"]:not(:disabled)+i {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

#delivernowheader img {
  width: 20px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: sub;
}

#delivernowheader .nav-link {
  padding: 10px;
}

#delivernowheader .navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}

.notifcount {
  background-color: #fba705;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 10px;
  top: 13px;
  font-weight: bold;
  color: #ffffff;
  height: 20px;
  width: 20px;
  text-align: center;
  right: -15px;
  line-height: 19px;
}

.profileicon {
  margin-left: 20px;
}

.profileicon a {
  border: 1px solid #fba705;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px 16px !important;
  line-height: 22px;
}

header .dropdown-menu[data-bs-popper] {
  top: 70px;
  left: inherit;
  margin: 0;
  right: 0;
}

.profileicon .dropdown-item {
  width: 150px;
  font-weight: bold;
  font-size: 1.8rem;
}

.customtooltip {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: 0;
  animation: headercustomtooltip 2s ease-in-out both;
  -webkit-animation: headercustomtooltip 2s ease-in-out both;
}

@keyframes headercustomtooltip {
  0% {
    opacity: 1;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
  }

  25% {
    opacity: 1;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
  }

  50% {
    opacity: 1;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
  }

  75% {
    opacity: 1;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.customtooltip::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  top: -5px;
  transform: rotate(45deg);
  left: 70px;
}

/*===== Hero banner css =====*/

.herobanner {
  padding: 20px 40px;
  height: calc(100vh - 88px);
}

.herobanner::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: -1;
}

.bannerheading {
  font-size: 6rem;
  font-weight: bold;
  padding-right: 55px;
  color: #ffffff;
}

.bannerheading+p {
  font-size: 2.5rem;
  color: #ffffff;
}

.bannerlabel {
  display: inline-block;
  background: #000000;
  border: 1px solid #3b3b3b;
  color: #ffffff;
  padding: 5px 10px;
}

.bannerlabel img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block !important;
  margin-right: 5px;
  vertical-align: middle;
}

.bannerfloatingimg {
  position: absolute;
  left: inherit;
  right: 50px;
  top: 0;
  bottom: 0;
  height: 100%;
}

.herobanner video {
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* if an order is placed the on home page just after hero banner section we wil see an section having breifing for current order */
/*===== (Tracking info card and offcavas css) ======*/

.trackingCard {
  background-color: rgba(9, 19, 64, 0.06);
  padding: 30px 40px;
  margin-top: 30px;
}

.trackorderbtn {
  border: none;
  background-color: #ffffff;
  font-size: 1.8rem;
  padding: 10px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  margin-top: 10px;
}

.trackingMap {
  height: 250px;
}

.trackoffOTP hr {
  width: 35%;
}

#OrderTRACkingOffcanvas .btn-close {
  position: absolute;
  left: inherit;
  right: 25px;
  background: var(--bs-btn-close-bg) center/0.61em auto no-repeat;
  background-color: #706f6f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  width: 25px;
  height: 25px;
  top: 19px;
  z-index: 30;
}

#OrderTRACkingOffcanvas .offcanvas-body {
  margin-top: 70px;
}

.trackerHeading {
  background-color: #e3dfdf;
  color: #52A834;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  margin: 10px 0px;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
}

/*===== Nearby stores slider css =====*/

.storecard {
  width: 95% !important;
  height: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nearbystores .storeimg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  object-fit: cover;
}

.storecard .card-img-overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.storetitle {
  font-size: 4rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.nearbydistance {
  border-bottom: 2px solid #fba705;
  font-weight: 600;
}

.nearbystores_slider .slick-arrow.slick-next::before,
.nearbystores_slider .slick-arrow.slick-prev::before,
.trending_product_slider .slick-arrow.slick-next::before,
.trending_product_slider .slick-arrow.slick-prev::before {
  display: none;
}

.nearbystores_slider .slick-arrow.slick-next,
.nearbystores_slider .slick-arrow.slick-prev,
.trending_product_slider .slick-arrow.slick-next,
.trending_product_slider .slick-arrow.slick-prev {
  content: " ";
  background-image: url("../img/leftarrow.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fba705;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  cursor: pointer;
}

.nearbystores_slider .slick-arrow.slick-next,
.trending_product_slider .slick-arrow.slick-next {
  background-image: url("../img/rightarrow.png");
  left: inherit;
  right: 0px;
}

/*===== Trending Product slider css =====*/

.sliderproduct {
  width: 90%;
}

.productimg {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.membershipLogo {
  position: absolute;
  bottom: 90px;
  right: 7px;
  width: 65px;
  height: auto;
}

.membershipLogo__1 {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 0%;
  right: 6%;
}

/*===== Product collection and Filter section css =====*/

.foodfilter {
  margin-top: -80px;
}

.foodfilter label {
  color: rgba(9, 19, 64, 0.4);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0px 20px 0px;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  text-align: center;
  /* text-transform: uppercase; */
}

.foodfilter input[type="radio"]:checked+label {
  border-color: #52A834;
}

.foodtypes .nav.nav-tabs {
  padding: 0px 40px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}

.foodtypes .LgProdmenueCAT .nav.nav-tabs {
  border-top: 3px solid rgba(9, 19, 64, 0.2);
  /* border-bottom: 3px solid rgba(9, 19, 64, 0.2); */
  border-bottom: none;
}

.foodtypes .LgProdmenueCAT .nav.nav-tabs::after,
.foodtypes .LgProdmenueSUBCAT .nav.nav-tabs::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3.5px;
  background-color: rgba(9, 19, 64, 0.2);
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}

.foodtypes .LgProdmenueSUBCAT .nav.nav-tabs {
  border-bottom: none;
}

.foodtypes .nav.nav-tabs::-webkit-scrollbar {
  display: none;
}

.foodtypes {
  margin-top: -2px;
}

.foodtypes .nav-tabs .nav-link {
  position: relative;
  margin-bottom: 0px;
  border: none;
  /* border-bottom: 3px solid transparent; */
  padding: 10px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.7rem;
  background-color: transparent !important;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #52A834;
}

/* .foodtypes .nav-tabs .nav-link::after {
  content: " ";
  position: absolute;
  width: 95%;
  height: 3px;
  background-color: #52A834;
  left: 0;
  right: 0;
  bottom: -2px;
  opacity: 0;
} */

.foodtypes .nav-tabs .nav-link.active::after {
  opacity: 1;
}

.foodtypes .nav-tabs .nav-link:not(:last-child) {
  margin-right: 15px;
}

/* .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #52A834;
} */

.MembershipProd,
.offer_tag {
  position: absolute;
  background-color: #52A834;
  top: 0;
  border-top-right-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  right: 0;
  letter-spacing: 1px;
  /* font-weight: bolder; */
  border-bottom-left-radius: 10px;
}

.offer_tag {
  right: inherit;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}

.offer_tag.Prodsmallcard {
  left: inherit;
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  font-size: 10px;
}

/*===== Prime membership advertisment type section css =====*/

section.premiummember {
  padding: 80px 15px;
}

.premiumimg {
  width: 150px;
}

.prembanner {
  width: 90%;
  margin-top: 30px;
}

.greencheck {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 30px;
}

.memalert {
  padding: 5px 20px;
}

/*===== Our services section css =====*/

.servicecard {
  width: 23%;
  margin-bottom: 15px;
  color: #52A834;
}

.servicecard:not(:nth-child(4)) {
  margin-left: 20px;
}

.servicecard:hover {
  background-color: #52A834;
  color: #ffffff;
}

.servicecard:hover svg path {
  fill: #ffffff !important;
}

.ourservice h1 {
  font-size: 6.5rem;
  color: #52A834;
  font-weight: bold;
  text-align: right;
}

/*===== Testimonial section css =====*/

.testicusimg {
  position: absolute;
  width: 550px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.testimonialSlider .slick-arrow.slick-prev::before,
.testimonialSlider .slick-arrow.slick-next::before {
  display: none;
}

.testimonialSlider .slick-arrow.slick-prev,
.testimonialSlider .slick-arrow.slick-next {
  content: " ";
  background-image: url("../img/leftarrow.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e6e7ec;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 10;
  left: 35%;
  right: inherit;
  bottom: 60px;
  top: inherit;
  cursor: pointer;
}

.testimonialSlider .slick-arrow.slick-next {
  background-image: url("../img/rightarrow.png") !important;
  left: 40%;
  right: inherit;
}

.testimonialSlider .slick-list {
  padding: 70px 0px;
}

/*===== Mobile App section css =====*/

.downloadappsteps li {
  background: rgba(9, 19, 64, 0.09);
  font-size: 2.3rem;
  color: #52A834;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 15px 0px 15px 80px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
}

.downloadappsteps li::before {
  position: absolute;
  content: counter(applistcounter);
  counter-increment: applistcounter 1;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 35px;
}

.systemplatformimg img {
  display: inline-block;
  width: 200px;
  margin: 25px 25px 0px 0px;
}

/* ========================================================= */
/* Home Page css end  */
/* ========================================================= */

/* ===================================== */
/* Footer section section css start */
/* ===================================== */

footer {
  background-color: rgba(9, 19, 64, 0.04);
  padding: 60px 50px;
}

.footerLogo {
  width: 200px;
  margin-bottom: 20px;
}

.socialIcons i,
.socialIcons svg {
  font-size: 3rem;
  color: #52A834;
}

.foooterBottom {
  border-top: 2px solid rgba(9, 19, 64, 0.15);
  padding: 10px 0px;
}

/* ===================================== */
/* Footer section section css end */
/* ===================================== */

/* ========================================================= */
/* Near by stores list Page css start  */
/* ========================================================= */

/*===== Page title and description section css =====*/

.Pagetitledisc {
  background-color: #f5f6f7;
}

.storefilterbtn {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 600;
}

.bannerlabel.label-light {
  background-color: rgba(9, 19, 64, 0.06);
  color: #52A834;
  font-weight: bold;
  border: none;
  padding: 8px 12px;
}

.storECARDLIsting {
  height: calc(100vh - 225px);
  overflow-x: hidden;
  overflow-y: auto;
}

.storelistingandmap .card {
  margin-bottom: 30px;
}

.Selectstore_Modal .modal-dialog {
  width: 800px;
  max-width: 800px;
}

.Selectstore_Modal.modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.Selectstore_Modal .modal-body {
  padding: 0px 50px 20px 50px;
}

.modal-body.storelistingandmap label::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #52A834;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 20px;
  bottom: 30px;
}

.modal-body.storelistingandmap label::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #52A834;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 24px;
  bottom: 34px;
  opacity: 0;
}

.modal-body.storelistingandmap input[type="radio"]:checked+label::before {
  opacity: 1;
}

.storelistcard .badge {
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  top: 0;
  position: absolute;
  left: 7px;
}

.nearbystorepage header,
.nearbystorepage footer,
.nearbystorepage .foooterBottom {
  display: none;
}

.main-container.nearbystorepage {
  padding-top: 0px;
}

.nearbystorepage .nbslogo {
  width: 160px;
  margin: 0 auto;
}

/* ========================================================= */
/* Near by stores list Page css end  */
/* ========================================================= */

/* ===================================== */
/* Store detials Page css start  */
/* ====================================== */

.storebanner .banner {
  height: 200px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.shareButton {
  position: absolute;
  /* background: rgba(255, 255, 255, 0.25); */
  background-color: #e6e7ec;
  border: 0px;
  color: #08113d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  top: 20px;
  right: 100px;
  z-index: 1;
  text-align: center;
}

.wishlistButton {
  position: absolute;
  /* background: rgba(255, 255, 255, 0.25); */
  background-color: #e6e7ec;
  border: 0px;
  color: #52A834;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  top: 20px;
  right: 30px;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.storebanner .banner input:checked+.wishlistButton {
  color: #fba705;
  background: #52A834;
}

.avaiablityStatus .bannerlabel {
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(9, 19, 64, 0.4);
  color: #000000;
  padding: 5px 30px;
}

.avaiablityStatus .bannerlabel img {
  width: 30px;
  height: 30px;
}

.reviewCard {
  border: 0;
}

.customerNameTag {
  text-align: center;
  color: #52A834;
  width: 60px;
  height: 60px;
  background: rgba(9, 19, 64, 0.08);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  font-size: 2.3rem;
}

.customerreviewcontainer .card:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(9, 19, 64, 0.12);
}

.storestatus {
  text-align: right;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: unset;
}

.storestatus.online .dot {
  background-color: #52A834;
}

.storestatus.online span {
  color: #52A834;
}

.storestatus.offline .dot {
  background-color: red;
}

.storestatus.offline span {
  color: red;
}

.storestatus.waiting .dot {
  background-color: #fba705;
}

.storestatus.waiting span {
  color: #fba705;
}

.storelocationmap {
  border: 1px solid rgba(9, 19, 64, 0.4);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  height: 400px;
  margin: 30px 0px;
}

.storelocationmap iframe {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* ===================================== */
/* Store detials Page css end  */
/* ====================================== */

/* ============================================= */
/* Add to cart product modal css start */
/* ============================================= */

.AddtocardProductModal .modal-header img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.AddtocardProductModal .customClose,
.OrderChatModal .customClose {
  position: absolute;
  background: none;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: #e6e7ec;
  border: 0px;
  color: #171616;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  top: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
  opacity: 1;
}

.OrderChatModal .customClose {
  width: 25px;
  height: 25px;
  top: 17px;
  line-height: 1px;
}

.AddtocardProductModal.modal-dialog {
  width: 600px;
  max-width: 600px;
}

.AddtocardProductModal .wishlistButton {
  top: inherit;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
}

.AddtocardProductModal .shareButton {
  top: inherit;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
}

.AddtocardProductModal input:checked+.wishlistButton {
  color: #fba705;
  background: #52A834;
}

.AddtocardProductModal.CancelOrderModal .customClose {
  position: absolute;
  background: none;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: #e6e7ec;
  border: 0px;
  color: #171616;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 1.6rem;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: center;
  opacity: 1;
  line-height: 1px;
}

.somethingextra li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.somethingextra .extraheading {
  background-color: rgba(9, 19, 64, 0.07);
  padding: 5px 5px 5px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.somethingextra .extraheading h1 {
  font-size: 1.8rem;
}

.somethingextra li {
  margin-bottom: 20px;
}

.somethingextra .form-check {
  padding-left: 30px;
}

.somethingextra label {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

.AddtocardProductModal .modal-body {
  padding: 25px 30px 10px 30px;
}

.somethingextra input[type="checkbox"]+label::after,
.somethingextra input[type="radio"]+label::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(9, 19, 64, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.somethingextra input[type="checkbox"]+label::before,
.somethingextra input[type="radio"]+label::before {
  content: " ";
  background-image: url("../img/greencheck.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
}

.somethingextra input[type="checkbox"]:checked+label::after,
.somethingextra input[type="radio"]:checked+label::after {
  opacity: 1;
  border-color: #52A834;
}

.somethingextra input[type="checkbox"]:checked+label::before,
.somethingextra input[type="radio"]:checked+label::before {
  opacity: 1;
}

.producttotal {
  background-color: rgba(9, 19, 64, 0.07);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 18px 25px;
}

.counter button {
  border: none;
  font-size: 1.5rem;
  background: #ffffff;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 4px;
  padding: 5px 0px;
  width: 30px;
  height: 30px;
  margin: 0px 15px;
  font-size: 25px;
  line-height: 1px;
}

/* ============================================= */
/* Add to cart product modal css start */
/* ============================================= */

/* =============================== */
/* Checkout page css start  */
/* =============================== */

.addressAnditemsdetails,
.paymentdetails {
  background: rgba(9, 19, 64, 0.05);
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.outletaddress {
  border: 1px solid #34a853;
  background: rgba(52, 168, 83, 0.09);
  padding: 30px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.useraddress,
.addeditemsdeatils,
.ordersummery {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.addeditemsdeatils {
  padding: 15px;
}

.extratick {
  width: 13px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.addeditemsdeatils .counter button {
  background-color: rgba(9, 19, 64, 0.1);
}

.extralisthover {
  position: absolute;
  min-width: 400px;
  max-width: 450px;
  height: auto;
  padding: 15px;
  background-color: rgb(228, 230, 235);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  top: 40px;
  display: none;
  z-index: 100;
}

.extralisthover::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgb(228, 230, 235);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  top: -8px;
}

.extralist a:hover+.extralisthover {
  display: block;
}

.addtipbutton,
.topupbutton {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 50px;
  display: block;
  color: #52A834;
  font-weight: bold;
  background-color: transparent;
  border: none;
}

.paymentdetails label {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.paymentdetails img {
  width: 50px;
  display: inline-block;
  margin-right: 20px;
}

.topupwallet input {
  padding-left: 45px;
}

.randslogo {
  position: absolute;
  color: #52A834;
  font-weight: bold;
  font-size: 2rem;
  left: 40px;
  top: 73%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.topupwallet {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: none;
}

.paymentdetails input[type="radio"]#PayCreditDebit+label::after,
.paymentdetails input[type="radio"]#PayINWallet+label::after,
.paymentdetails input[type="radio"]#PayINCAsh+label::after,
.paymentdetails input[type="radio"]#Courier+label::after,
.paymentdetails input[type="radio"]#Pickup+label::after,
.paymentdetails input[type="radio"]#Delivery+label::after {
  content: " ";
  background-image: url("../img/greenroundcheck.png");
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 50px;
  opacity: 0;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.paymentdetails input[type="radio"]#PayCreditDebit:checked+label::after,
.paymentdetails input[type="radio"]#PayINWallet:checked+label::after,
.paymentdetails input[type="radio"]#PayINCAsh:checked+label::after {
  opacity: 1;
}

.paymentdetails input[type="radio"]#PayINWallet:checked+label+.topupwallet {
  display: block;
}

.selectyourcardList {
  display: none;
}

.paymentdetails input[type="radio"]#PayCreditDebit:checked+label+.selectyourcardList {
  display: block;
}

.paymentdetails label {
  cursor: pointer;
  position: relative;
}

.ThankYouforordermodal .modal-body {
  padding: 100px 50px;
}

.ThankYouforordermodal .modal-body img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 20px auto;
}

/* =============================== */
/* Checkout page css end  */
/* =============================== */

/* ========================================================= */
/* Order tracking map and timeline offcanvas css start */
/* ========================================================= */

.timelineList {
  padding: 30px 30px 0px 80px;
}

.timelineList li:not(:last-child) {
  margin-bottom: 10px;
}

.timelineList p {
  color: #52A834;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.7rem;
}

.timelineList li {
  position: relative;
}

.timelineList li.underProcess::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d9d9d9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

.timelineList li img {
  position: absolute;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 35px;
  z-index: 2;
  height: 35px;
  object-fit: cover;
  opacity: 0;
}

.timelineList li.underProcess.completed img {
  opacity: 1;
}

.processlines {
  position: absolute;
  width: 5px;
  height: 60px;
  left: -43px;
  background-color: transparent;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.processlines span {
  width: 2px;
  height: 10%;
  background-color: #d9d9d9;
  display: block;
}

.timelineList li.underProcess.completed .processlines span {
  background-color: #50b748;
}

/* ========================================================= */
/* Order tracking map and timeline offcanvas css start */
/* ========================================================= */

/* =============================== */
/* Membership page css start  */
/* =============================== */

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: bold;
}

.memplancard:hover {
  background-color: rgba(52, 168, 83, 0.06);
}

.memPlancard .card-body {
  padding: 40px 20px 60px 20px;
  font-size: 2rem;
  font-weight: bold;
}

.memPlancard h3 {
  font-weight: bold;
  font-size: 2.2rem;
}

.planbenifits {
  padding: 0px 0px 0px 50px;
}

.basicplan {
  color: #cfcfcf;
}

.premiumplan {
  color: #f7a928;
}

.standardplan {
  color: #bcfc35;
}

.memPlancard .card-footer {
  background-color: rgba(9, 19, 64, 0.03);
  border: none;
}

.memPlancard .card-footer a,
.memPlancard .card-footer button,
.memPlancard .card-footer a:active,
.memPlancard .card-footer button:active {
  text-decoration: none;
  color: #34a853;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px;
  border: none;
}

.accordion-flush .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

/* =============================== */
/* Membership page css end  */
/* =============================== */

/* =============================== */
/* User Profile page css start  */
/* =============================== */

.profileoptionList {
  background-color: rgba(9, 19, 64, 0.05);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding-top: 10px;
}

.userdetailsbrief {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.8rem;
  background: rgba(9, 19, 64, 0.05);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding: 20px 0px 20px 0px;
}

.userdetailsbrief a {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1.8rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.proname {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sublistpart {
  padding: 30px 0px 100px 40px;
}

.sublistpart .nav button,
.sublistpart .nav a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #08113d;
}

.sublistpart .nav-pills .nav-link.active,
.sublistpart .nav-pills .show>.nav-link {
  color: #08113d;
}

.sublistpart .nav button:not(:last-child) {
  margin-bottom: 10px;
}

.sublistpart .nav button:hover,
.sublistpart .nav a:hover {
  background-color: rgba(9, 19, 64, 0.05);
}

.sublistpart .nav button i,
.sublistpart .nav button svg,
.sublistpart .nav a i,
.sublistpart .nav a svg {
  font-size: 1.5rem;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  vertical-align: middle;
}

.customerprodescription {
  background-color: rgba(9, 19, 64, 0.05);
  padding: 30px 20px;
  height: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.walletBalance,
.Mycoinsdetils {
  font-size: 2rem;
}

.Mycoinsdetils img {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}

.walletBalance i,
.walletBalance svg,
.Mycoinsdetils i,
.Mycoinsdetils svg {
  width: 20px;
  height: 20px;
  background-color: rgba(9, 19, 64, 0.05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 20px;
}

.wallettopupinput i,
.wallettopupinput svg {
  width: 15px;
  height: 15px;
  padding: 10px;
  background-color: #34a8534d;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wallettopupinput {
  font-size: 2rem;
  font-weight: bold;
}

.wallettopupinput a,
.wallettopupinput button {
  font-size: 2rem;
  font-weight: 500;
}

.transcationHistory tbody {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #ffffff;
}

.customerprofilecontainer .extralisthover::after {
  left: 25%;
}

.customerprofilecontainer .CardProductIMG {
  height: 145px;
}

.scratchCardContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}

.scratchCardContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scratchCardContainer .scratchCard {
  width: 200px;
  height: 200px;
  position: relative;
}

.scratchCardContainer .scratchCard:not(:last-child) {
  margin-right: 20px;
}

.scratchtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  padding: 10px 0px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,
      rgba(217, 217, 217, 0) 0%,
      #d9d9d9 17.14%,
      #d9d9d9 48.39%,
      #d9d9d9 79.64%,
      rgba(217, 217, 217, 0) 100%);
}

.customerprofilecontainer .wishListITem .CardProductIMG {
  height: 120px;
}

.customerprodescription .storecard.wishListITem {
  width: 32% !important;
  height: 280px;
}

.customerprodescription .storecard.wishListITem .storetitle {
  font-size: 3rem;
}

.customerprodescription .storecard.wishListITem img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.customerprodescription .storecard.wishListITem .bannerlabel {
  font-size: 13px;
}

.customerprodescription .storecard .card-img-overlay {
  padding: 0px 15px;
}

.rateingStart label {
  display: inline-block;
  cursor: pointer;
}

.rateingStart label i,
.rateingStart label svg {
  font-size: 2.5rem;
  color: #9fa0a2;
  margin: 0px 5px;
}

.rateingStart input[type="checkbox"]:checked+label svg,
.rateingStart input[type="checkbox"]:checked+label i {
  color: rgb(251, 167, 5);
}

#ProfileAcitveOrder.modal-dialog {
  width: 600px;
  max-width: 600px;
}

.AddnewAddress_Modal .btn-close {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
}

.DCustomCheck::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #08113d;
  left: 0;
  top: 3px;
}

.DCustomCheck::before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("../img/CheckIcon.svg");
  left: 3px;
  top: -2px;
  background-repeat: no-repeat;
  opacity: 0;
}

input[type="checkbox"]:checked+label.DCustomCheck::before {
  opacity: 1;
}

.ViewAnyProductModal.modal-dialog {
  width: 750px;
  max-width: 750px;
}

.ViewAnyProductModal .modal-header img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ViewAnyProductModal .customClose {
  position: absolute;
  background: none;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: #e6e7ec;
  border: 0px;
  color: #171616;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  top: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
  opacity: 1;
}

.modalDriverImg {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
  object-fit: cover;
  border-radius: 10px;
}

/* =============================== */
/* User Profile page css end  */
/* =============================== */

/* =============================== */
/* About us page css start  */
/* =============================== */

.hugeimg {
  width: 80%;
  margin-right: 100px;
}

.AboutusPage .servicecard:hover p {
  color: #ffffff !important;
}

.AboutusPage .servicecard:hover svg path {
  fill: #ffffff !important;
}

.AboutusPage .servicecard {
  margin: 0 !important;
}

.OurQualities nav .nav-link {
  color: #000000;
  border: none;
  border-bottom: 3px solid transparent;
}

.OurQualities nav .nav-link:not(:last-child) {
  margin-right: 100px;
}

.OurQualities .qualityDetails {
  padding: 50px 0px 20px 0px;
}

.appfeatureList h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #08113d;
  position: relative;
}

.appfeatureList h1::after {
  content: " ";
  position: absolute;
  width: 60px;
  height: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #08113d;
  bottom: -10px;
  left: 0;
}

/* =============================== */
/* About us page css end  */
/* =============================== */

/* =============================== */
/* Deliver Now Invoie CSS start  */
/* =============================== */

.dnowInvoice {
  background-color: #dbdbdb;
  padding: 20px 0px;
}

.invoice-container {
  width: 50%;
  padding: 25px;
  margin: 0px auto;
  position: relative;
  z-index: 5;
  background-image: url("../img/hosting_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media print {
  .invoice-container {
    width: 100%;
    padding: 0px;
  }

  .dnowInvoice {
    padding: 0;
  }
}

.DN_invoice {
  padding: 10px 30px 20px 30px;
}

.DN_invoice .big-title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  letter-spacing: 1px;
}

.header-logo {
  width: 120px;
  height: 80px;
}

.invoice-table {
  border: 1px solid #f3f3f3;
  margin-bottom: 25px;
}

.ordderTable tbody td:nth-child(odd) {
  background-color: #e7e9ed;
  vertical-align: middle;
}

.DN_invoice .invoice-table th {
  background: #19234fe8;
}

.invoice-buttons {
  /* display: flex;
    align-items: center;
    justify-content: center; */
  gap: 3px;
  padding: 3px;
  overflow: hidden;
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(119, 119, 119, 0.25);
  border-radius: 10px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.invoice-buttons a,
.invoice-buttons button {
  border: none;
  height: 55px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  border-radius: 7px 7px 7px 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
}

.invoice-buttons a::before,
.invoice-buttons button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  opacity: 0.25;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.invoice-buttons .download_btn:before {
  opacity: 1;
}

.invoice-buttons a:hover:before,
.invoice-buttons button:hover:before {
  opacity: 1;
}

.invoice-buttons a::before,
.invoice-buttons button::before {
  background: linear-gradient(180deg, #01b3f2 0%, #6327ed 100%);
}

.invoice-buttons .download_btn {
  border-radius: 0 7px 7px 0;
}

/* =============================== */
/* Deliver Now Invoie CSS end  */
/* =============================== */

.timeMenu button {
  font-size: 1.8rem;
  color: #ffffff;
  padding: 10px 20px;
}

.timeMenu .btn-secondary,
.timeMenu .btn-secondary:active,
.timeMenu .btn-secondary:hover {
  background-color: #52A834;
  border-color: #52A834;
  color: #ffffff;
}

.timeMenu button:hover {
  background-color: #52A834;
  color: #08113d;
}

.customdatedropdown {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.custdropbtn {
  background-color: #ffffff !important;
  color: #08113d !important;
}

.custdropbtn:hover {
  background-color: #52A834 !important;
  color: #ffffff !important;
}

.AddtocardProductModal.myonetwo {
  max-width: 750px;
  width: 750px;
}

.CancelOrderModal .modal-title {
  padding-top: 35px;
  padding-left: 20px;
  font-size: 2rem;
}

.noDataImg {
  width: 15%;
  display: block;
  margin: 20px auto;
}

.message {
  margin-bottom: 15px;
}

.sent-message {
  text-align: right;
}

.received-message {
  text-align: left;
}

.message-sender {
  font-weight: normal;
  font-size: small;
}

.sent-message-content {
  background-color: #007bff;
  /* Blue background for sent messages */
  color: #fff;
  /* White text color for sent messages */
  padding: 10px;
  border-radius: 5px;
  word-wrap: break-word;
  max-width: 70%;
}

.received-message-content {
  background-color: #f2f2f2;
  /* Light gray background for received messages */
  padding: 10px;
  border-radius: 5px;
  word-wrap: break-word;
  max-width: 70%;
}

.OrderChatModal .card-header {
  background-color: #52a8348f;
  color: #000000;
  font-weight: bold;
  padding: 10px 10px;
}

/* ========================= */
/*====== Chat box ======*/
/* ========================= */

.DriverImg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.MsgBody {
  padding: 20px 20px;
}

.MsgBody .sender:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: -9px;
  left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 7px;
  border-color: transparent transparent #c8cbd5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-25deg);
}

.MsgBody .sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  display: inline-block;
  background: #c8cbd5;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}

.MsgBody .replyofsend:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  bottom: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #a2c795 transparent;
  transform: rotate(255deg);
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
}

.MsgBody .replyofsend p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #a2c795;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.msgtime {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 10px;
}


.chatSendBox textarea {
  border: none;
  height: 60px;
  box-shadow: none !important;
  outline: none !important;
  resize: none;
  padding-right: 110px;
}

.chatSendBox button {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  padding: 5px 20px;
}

.modal table {
  vertical-align: middle;
}

.tabproductcard.outofstock::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b1b2b9d1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/outofstock.png");
  background-position: center;
  background-size: 50%;
}


.Outofstockaddcard {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 5;
  border: none;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}


.GreenTnc ol .Main-list {
  font-size: 2rem;
  padding-left: 50px;
  position: relative;
}

.GreenTnc ol .Main-list::after {
  counter-increment: listcounter;
  content: counter(listcounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #34a853bd;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.offerCardpartIMG {
  width: 100%;
  height: 250px;
  display: block;
  margin-bottom: 15px;
}

.suggested-tip {
  margin: 0px 12px 12px 0px;
}

.suggested-tip input {
  display: none;
}

.suggested-tip label {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding: 6px 20px;
}

.suggested-tip input:checked+label {
  background: #52A834;
  border: 1px solid #52A834;
  color: #ffffff;
}


.membership_content {
  text-align: center;
}

.membership_content .prime-logo {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.about_membership .list-group-item {
  border: none;
}

.about_membership .list-group-item i {
  color: rgb(251, 167, 5);
}