:root {
  --primary-bg: #29623F;
  --secondry-bg: #00C800;
  --text-gray: #4d4d4d;
  --font10: 10px;
  --font11: 11px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font19: 19px;
  --font20: 20px;
}
img {
  max-width: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.text-success { color: #00C800!important; }

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
a {color: #00C800;}
a:hover {
  text-decoration: none;
  color:  #29623F;

}
body {
  font-family: 'Roboto', sans-serif;
  background: #f2f2f2;
}
button:focus {
  box-shadow: none !important;
  outline: none;
}
input:focus {
  box-shadow: none !important;
  outline: none;
}
select:focus {
  box-shadow: none !important;
  outline: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-danger {
  background: var(--secondry-bg) !important;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}
.main-bg {
  background: var(--primary-bg);
}
.sec-bg {
  background: var(--secondry-bg);
}
nav a {
  font-weight: 400;
}
.search_form {
  border: 1px solid var(--primary-bg);
}
.search_form input {
  width: 90%;
}
.search_form button {
  width: 10%;
}
.search_form .form-control {
  font-size: var(--font19);
  font-weight: 500;
}
.login_dv {
  border-left: 1px solid #4d4d4f;
  border-right: 1px solid #4d4d4f;
}
.login_dv span {
  color: var(--primary-bg);
  font-weight: 600;
  font-size: var(--font18);
  cursor: pointer;
}
#nav-icon1 {
  width: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0;
  padding: 1px 0 0 0;
  margin-right: 15px;
  height: 25px;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--primary-bg);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 4px;
}
#nav-icon1 span:nth-child(2) {
  top: 11px;
}
#nav-icon1 span:nth-child(3) {
  top: 20px;
}
#nav-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: var(--primary-bg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  background: var(--primary-bg);
}
#nav-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cart_dv strong {
  background: var(--secondry-bg);
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
}
.top_offer_sec h2 {
  color: var(--primary-bg);
  font-size: 35px;
  text-align: center;
}
.top_offer_sec h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 4px;
  width: 73px;
  background: #d7d7d7;
  transform: translateX(-50%);
}
.top_offer_crousel .carousel-wrap {
  position: relative;
}
/* fix blank or flashing items on carousel */
.top_offer_crousel .owl-carousel .item {
  position: relative;
  z-index: 100;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* end fix */
.top_offer_crousel .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.top_offer_crousel .owl-nav i {
  font-size: 52px;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.top_offer_crousel .owl-nav {
  display: block;
}
.top_offer_crousel .owl-nav.disabled {
  display: block;
}
.top_offer_crousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url('../images/left-owl.png');
  background-position: center center;
  left: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.top_offer_crousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url('../images/right-owl.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -40px;
  transform: translateY(-50%);
}

.top_offer_crousel .owl-nav button.owl-prev span {
  display: none;
}

.top_offer_crousel .owl-nav button.owl-next span {
  display: none;
}

.off_dv {
  top: 10px;
  left: 0px;
  padding: 10px 20px 8px 10px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-size: 12px;
  background: #f5b700;
}

.off_dv:after {
  display: block;
  width: 0px;
  height: 0px;
  content: '';
  border-right: 7px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.discount_valid {
  font-size: var(--font15);
  font-weight: 500;
}

.filter_dv h3 {
  color: var(--secondry-bg);
  font-size: var(--font15);
}

.bg_inner {
  background: #f2f2f2;
}

.filter_dv [type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filter_dv label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #555555;
  font-size: var(--font14);
  margin-bottom: 8px;
  font-weight: 400;
}

.filter_dv [type='checkbox']:checked + label:before,
[type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #00C800;
  background: #fff;
}

.filter_dv [type='checkbox']:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #00C800;
  top: 4px;
  left: 4px;
}

.filter_dv [type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.filter_dv [type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.filter_dv h6 {
  color: #4d4d4f;
  font-size: var(--font14);
}

.up_arrow {
  cursor: pointer;
}

.mnemonics li img {
  width: 22px;
}
.mnemonicsMrg {
  margin-top: -75px;
  z-index: 9;
  position: relative;
}
.product_crousel_1 .carousel-control-prev img {
  width: 20%;
}

.product_crousel_1 .carousel-control-next img {
  width: 20%;
}

.cate_bottom_sec {
  background: #e3e3e3;
}

.term_an a {
  font-size: var(--font15);
  color: #00C800 !important;
  font-weight: 500;
}

.term_an .list-inline-item:not(:last-child)::after {
  content: '|';
  padding-left: 0.5rem;
  font-size: 14px;
}

footer h3 {
  font-size: var(--font18);
  font-weight: bold;
  color: #000;
}

footer p {
  line-height: 22px;
  color: #4d4d4f;
  margin: 0 0 10px;
  font-size: 14px;
}

.btfContent ul {
  margin-bottom: 15px;
  font-size: 14px;
}

.btfContent ul li {
  margin-left: 25px;
}

.powerd_by span {
  color: #00C800;
  font-size: var(--font19);
  font-weight: 600;
}

.login_cart strong {
  font-size: var(--font13);
  font-weight: bold;
  top: -10px;
  right: -10px;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
}

.user_name span:first-child {
  font-size: 22px;
  display: inherit;
  padding: 4px 6px;
  border-radius: 50%;
  font-weight: 400;
}

.user_name span h5 {
  font-size: var(--font18);
  font-weight: 500;
  color: #4d4d4f;
  white-space: nowrap;
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_name span p {
  font-size: var(--font18);
  color: #00C800;
  font-weight: 500;
}

.brands_frt a {
  font-weight: 400;
  color: var(--text-gray);
  font-size: var(--font15);
}

.brands_frt a:hover {
  color: #00C800;
}

.brands_frt .list-inline-item:not(:last-child)::after {
  content: '|';
  padding-left: 0.5rem;
  font-size: 14px;
}

.brands_frt .list-inline-item:first-child::after {
  content: ':';
  padding-left: 0.2rem;
  font-size: 14px;
  font-weight: 700;
}

.product_des h2,
.product_des .h2 {
  font-size: 17px;
  color: var(--text-gray);
  font-weight: bold;
}
.product_des .h2 span,
.product_des h2 span {
  color: var(--secondry-bg);
}

.number input {
  text-align: center;
  pointer-events: none;
}

.minus,
.plus {
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: var(--font18);
  font-weight: 600;
  color: #4b4b4b;
  cursor: pointer;
  height: 31px;
  width: 13%;
  border: 1px solid #a0a0a0;
}

.product_des h5 {
  font-size: var(--font16);
  font-weight: 400;
  color: var(--text-gray);
}

.product_des ul li select {
  font-size: var(--font15);
  max-width: 120px;
  width: 120px;
  height: 30px;
}

.edit_form {
  background: #f7f7f7;
  width: 120px;
  padding: 3px 5px;
  border: 1px solid #a0a0a0;
}

.edit_form input {
  width: 100%;
  padding-right: 25px;
  color: var(--text-gray);
  font-size: var(--font15);
}

.pont_ern h5 {
  color: var(--secondry-bg) !important;
}

.edit_form span {
  cursor: pointer;
  height: 100%;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
}

.edit_form span img {
  position: relative;
  top: 50%;
  transform: translateY(-65%);
}

.product_crousel_1 {
  padding-bottom: 85px;
}

.product_crousel_1 a.carousel-control-prev {
  opacity: 1;
}

.product_crousel_1 a.carousel-control-next {
  opacity: 1;
}

.address_dv {
  background: #fafafa;
}

.cart_page h2 {
  color: var(--primary-bg);
  font-size: 35px;
}

.address_cart {
  background: #fafafa;
}

.delver_f li {
  font-size: var(--font19);
  color: var(--text-gray);
}

.banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9a9a9a;
  border: 0;
}

.banner .carousel-indicators li.active {
  background: var(--primary-bg);
}

.banner ul.carousel-indicators {
  bottom: 15px;
}

.delver_f li:first-child {
  width: 90px;
}

.delver_f li:last-child {
  width: calc(100% - 90px);
}

.delver_f li input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aeaeae;
  height: 20px;
}

.delever_add_edit label {
  font-size: var(--font14);
  color: var(--text-gray);
}

.delever_add_edit input {
  font-size: var(--font18);
  font-weight: 500;
}

.denomi_text h3 {
  font-size: var(--font18);
  color: #4d4d4f;
  font-weight: 600;
}

.edit_place {
  background: #fafafa;
}

.edit_place {
  line-height: 132px;
  background: #fafafa;
  height: 160px;
}

span.price_tg {
  color: var(--secondry-bg);
}

.number_listing_2 span {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.number_listing_2 .minus:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #000;
  left: 50%;
  transform: translate(-50%);
}

.number_listing_2 .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #000;
  left: 50%;
  transform: translate(-50%);
}

.number_listing_2 .plus:before {
  content: '';
  position: absolute;
  top: 39%;
  width: 2px;
  height: 10px;
  background: #000;
  left: 50%;
  transform: translate(-50%);
}

.pro_n .number input {
  display: inline-block;
  width: 35px;
  border: 1px solid #a0a0a0;
  height: 35px;
}

.item_list ul li .number input {
  display: inline-block;
  width: 35px;
  border: 1px solid #a0a0a0;
  height: 35px;
}

.slidd.open {
  position: absolute !important;
  right: 9%;
}

.congrate_text h2 {
  color: var(--primary-bg);
  font-size: 35px;
}

.congrate_text h4 {
  font-size: 22px;
  font-weight: 400;
}

.congrate_text h4 span {
  display: block;
}

.congrate_text h5 {
  font-weight: 400;
  font-size: var(--font18);
  line-height: 25px;
}

.congrate_text h5 span {
  display: block;
}

.congrate_text h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: #000;
  width: 64px;
  height: 4px;
  transform: translateX(-50%);
}

.congrates_crd {
  background: #ecf4fe;
  border: 1px dashed rgba(0, 0, 0, 0.125);
}

.congrates_crd li h4 {
  color: var(--text-gray);
  font-size: var(--font14);
  font-weight: 500;
}

.congrates_crd li h5 {
  color: var(--primary-bg);
  font-size: var(--font15);
  font-weight: 500;
}

.right_now_bt a {
  border-radius: 30px;
}

.con_2 h4:after {
  display: none;
}

.transaction_failed_sec h2 {
  font-size: 35px;
}

.transaction_failed_sec p {
  font-size: var(--font18);
  color: var(--text-gray);
}

.failed_deatails p {
  max-width: 50%;
  margin: auto;
}

.delever_add_edit span {
  right: 0;
  height: 100%;
  line-height: 28px;
  cursor: pointer;
}

.summery_row .edit_form {
  width: 90px;
}

.summery_row h3 {
  font-size: var(--font20);
  font-weight: 500;
  color: var(--primary-bg);
}

.summery_row strong {
  font-size: var(--font20);
  font-weight: bold;
}

.summery_row h5 {
  font-size: var(--font18);
  font-weight: 500;
  color: var(--text-gray);
}

.summery_row p {
  color: var(--primary-bg);
  font-size: var(--font14);
  font-weight: 500;
}

.plus_ic:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url('../images/plus_ic.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.customer_care_page h2 {
  font-size: 35px;
  color: var(--primary-bg);
}

.customer_care_page h4 {
  font-weight: 400;
  color: var(--primary-bg);
  font-size: 30px;
}

.customer_care_page p {
  color: #333333;
  font-size: var(--font14);
  line-height: 24px;
  font-weight: 500;
}

.customer_care_page input,
select {
  width: 100%;
  font-size: var(--font14);
  height: 45px;
  border: 1px solid #8a8a8a;
  color: var(--text-gray);
}

.customer_page_form:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 5%;
  height: 90%;
  width: 2px;
  background: #f2f2f2;
}

.edit_pop input {
  height: 45px;
  border: 1px solid #00000087;
  font-size: var(--font15);
}

button.close {
  opacity: 1;
}

.des_product_tb .row {
  z-index: 99;
}

.des_product_tb a.nav-link {
  background: #e6e6e6;
  font-size: var(--font19);
  color: var(--text-gray);
  font-weight: 500;
  border-radius: 0;
  padding: 6px 15px;
}

.des_product_tb a.nav-link.active {
  border: 0;
}

.des_product_tb h4 {
  color: var(--primary-bg);
  font-size: var(--font20);
  font-weight: 600;
}

.des_product_tb ul.nav.nav-tabs.border-0 {
  margin-top: -41px;
}

.des_product_tb ul li {
  font-size: var(--font14);
  font-weight: 400;
  line-height: 28px;
  color: var(--text-gray);
}

.des_product_tb {
  margin-top: 70px;
}

.product_crousel_1 a.carousel-control-prev {
  opacity: 1;
  position: absolute;
}

.product_crousel_1 a.carousel-control-next {
  opacity: 1;
  position: absolute;
}

.product_crousel_1 .carousel-control-prev img {
  position: absolute;
  top: 30%;
}

.product_crousel_1 .carousel-control-next img {
  position: absolute;
  top: 30%;
}

.off_priduct_dv {
  top: 15px;
  left: 0;
  padding: 5px 15px 5px 5px;
  background-position: center center;
  background-size: cover;
  background: #00C800;
}

.off_priduct_dv:after {
  display: block;
  width: 0px;
  height: 100%;
  content: '';
  border-right: 8px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -1px;
}

.off_priduct_dv h3 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.confirm_otp .form-group {
  display: block;
  margin-bottom: 15px;
}

.confirm_agree .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.confirm_agree .form-group label {
  position: relative;
  cursor: pointer;
  font-size: var(--font18);
}

.confirm_agree .form-group label a {
  color: var(--primary-bg);
}

.confirm_agree .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #f2f2f2;
  border: 1px solid #adadad;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.confirm_agree .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid var(--secondry-bg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.confirm_otp h2 {
  font-size: 20px;
  color: var(--primary-bg);
}

.confirm_otp input.form-control {
  height: 45px;
  font-weight: 500;
}

.confirm_otp p {
  color: #4d4d4f;
  font-size: var(--font15);
  line-height: 22px;
}

.confirm_otp h6 {
  font-size: var(--font18);
  color: var(--text-gray);
  font-weight: 400;
}

.resend_btn {
  font-size: var(--font16);
  color: var(--primary-bg);
  font-weight: 400;
}

.privicyMod .modal-header {
  background: var(--primary-bg);
}

.privicyMod .modal-header button.close {
  opacity: 1;
}

.privicyMod .modal-header h5 {
  font-weight: 400;
}

.privicyMod li {
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .privicyMod .modal-header .close {
    padding: 3rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
}
.resend_vouchr h2 {
  font-size: 35px;
  color: var(--primary-bg);
}
.resend_vouchr p {
  font-size: var(--font14);
  font-weight: 400;
  line-height: 22px;
}
.resend_vouchr .form-control {
  font-size: var(--font14);
  height: 45px;
  border: 1px solid #8a8a8a;
  color: var(--text-gray);
  max-width: 65%;
  margin: auto;
}
.transactions_sec_page h3 {
  font-size: 35px;
  color: var(--primary-bg);
}

.trans_hrd li {
  font-weight: 500;
  color: var(--text-gray);
  font-size: var(--font15);
}

.trns_tb li {
  font-weight: 400;
  color: var(--text-gray);
  font-size: var(--font14);
}

.trns_tb button {
  font-size: var(--font12);
  font-weight: 500;
}

.border_res_0 {
  border-width: 0px !important;
}

.res_trns p {
  font-size: var(--font14);
  line-height: 22px;
  font-weight: 400;
}

.border-bottom-dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

.res_trns button {
  font-size: var(--font12);
  font-weight: 500;
}

.details_dv {
  background: #e4f0ff;
  display: none;
}

.details_dv tr td {
  font-size: var(--font14);
}

.details_dv tr:first-child td {
  font-size: var(--font14);
  font-weight: 500;
}

.open_details .details_dv {
  display: block;
}

.res_trns p strong {
  font-weight: 500;
  font-size: var(--font15);
}

.details_mob {
  display: none;
}

.open_details .details_mob {
  display: block;
  background: #e4f0ff;
}

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

.filter_dv_mob {
  cursor: pointer;
}

.slide_menu_m {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
}

.slide_meni_list_h {
  background: #fff;
  width: 250px;
  height: 100%;
  box-shadow: 0px 0px 8px 5px #00000017;
}

.slide_meni_list_h ul li a {
  color: #282727;
  font-size: var(--font13);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.slide_meni_list_h ul li a:hover {
  text-decoration: none;
}

.slider_cate_right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}

.slider_cate_right p {
  font-size: var(--font13);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.menu_ic.slider_nav_menu {
  left: 90%;
  z-index: 9999;
  position: fixed;
}

.over_lap_div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
  cursor: pointer;
}

#cate_click_slide {
  cursor: pointer;
}

.ststuesCheck h5 {
  font-size: var(--font18);
  font-weight: 400;
  color: var(--text-gray);
}

.ststuesCheck .form-control {
  border-color: #000;
  height: 44px;
  border-color: var(--text-gray) !important;
}

.ststuesCheck .form-control::placeholder {
  color: var(--text-gray);
  opacity: 1; /* Firefox */
}

.ststuesCheck .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--text-gray);
}

.ststuesCheck .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--text-gray);
}

.noUi-target {
  cursor: pointer;
}

.noUi-target :focus {
  outline: none;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-connect {
  background: #00C800;
}

.noUi-base {
  background: #dedede;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -5px;
  width: 12px;
  height: 12px;
  background: #4d4d4f;
  border: 0px solid #711fab;
  border-radius: 50%;
  box-shadow: unset;
  cursor: pointer;
  transition: transform 0.1s;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-horizontal .noUi-handle:hover {
  transform: scale(1.1);
}

.filter__label {
  position: relative;
  cursor: pointer;
}

.filter__label:before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: var(--font14);
}

.filter__label:nth-child(1):before {
  content: 'from';
}

.filter__label:nth-child(2):before {
  content: 'to';
}

.filter__input {
  height: 35px;
  border: 2px solid #711fab;
  border-radius: 5px;
  padding: 0 10px 0 40px;
  cursor: pointer;
  max-width: 160px;
}

.filter__input:focus {
  background: rgba(155, 38, 175, 0.2);
}

.filter__slider-price {
  width: 100%;
}

.filter_main {
  width: 96%;
  margin: auto;
}

.apply_btn_dv button {
  width: 48%;
}

.mobile_filter h4 {
  font-size: var(--font15);
  font-weight: 500;
  color: var(--text-gray);
}

.mobile_filter h4 span {
  cursor: pointer;
}

.mob_hide {
  display: none;
}

.showMobFilter .mob_hide {
  display: block;
}

.showMobFilter h4 span {
  transform: rotate(180deg);
}

.loginModal .form-group span {
  left: 0;
}

.loginModal .form-group span {
  left: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  line-height: 45px;
}

.loginModal .form-group input {
  padding-left: 32px;
}

.loginModal h5 {
  font-size: var(--font18);
  font-weight: 400;
  color: #000;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

.loginModal p {
  color: var(--primary-bg);
  font-size: var(--font14);
  font-weight: 500;
}

.loginModal p span {
  cursor: pointer;
}

.statues_abs {
  bottom: -30px;
  left: 15px;
  border: 5px solid #f9f9f9;
}

.logo_text {
  padding-left: 165px;
}

.logo_text h3 {
  font-size: var(--font18);
  font-weight: 600;
  color: #333333;
}

.ststuesCheck li:first-child {
  width: 30%;
}

.ststuesCheck li {
  list-style: none;
  font-size: var(--font14);
  color: var(--text-gray);
  line-height: 31px;
}

.ststuesCheck li:last-child {
  color: #333333;
  font-weight: 500;
}

.qr_code {
  right: -80px;
}

.qr_code span {
  border: 5px solid #f9f9f9;
}

.qr_hide_row {
  display: none;
}

.border_res_0 {
  border-width: 1px !important;
}

.congrates_crd:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-right: 2px dashed #ccc;
  background-color: #fff;
  left: -30px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}

.congrates_crd:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-left: 2px dashed #ccc;
  background-color: #fff;
  right: -30px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}

.progress {
  padding: 0;
  height: 10px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: var(--font12);
  color: white;
}

.brand_mx {
  height: 190px;
  overflow-y: scroll;
}

.mrg_btn_customer {
  margin-top: 156px;
}

.mobile_filter li strong {
  font-size: var(--font17);
  color: var(--primary-bg);
  font-weight: 500;
}

.active_bg_form {
  color: #00C800 !important;
  font-weight: 400 !important;
}

.number_product .minus,
.plus {
  line-height: 28px;
}

.voucher_min {
  width: 80%;
}

.new_check .form-group input {
  padding: 0;
  display: none;
  cursor: pointer;
}

.new_check .form-group label {
  position: relative;
  cursor: pointer;
}

.new_check .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--primary-bg);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
}

.new_check .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.new_check .form-group input:checked + label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--primary-bg);
  padding: 6px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--primary-bg);
  left: 0;
  top: 3px;
}

.new_check .form-group label {
  position: relative;
  cursor: pointer;
  font-size: var(--font13);
  font-weight: 500;
  padding-left: 20px;
}

.customer_care_page .card-header {
  font-size: 35px;
  color: var(--primary-bg);
}

.order_list_page ul li {
  font-size: var(--font14);
  color: var(--text-gray);
}

.order_list_page ul li:last-child {
  font-weight: 500;
}

.order_list_page ul li:first-child {
  color: var(--text-primary);
  font-size: var(--font16);
}

.brand_anme {
  font-size: 15px;
  color: var(--text-gray);
  margin-left: -15px;
}

.value_res_tb p {
  font-size: var(--font15);
  font-weight: 400;
  color: var(--primary-bg);
}

.value_res_tb p span {
  font-weight: 500;
}

.term_an a {
  font-size: 14px;
}

.brands_frt a {
  font-size: 14px;
}

.tbl_hrd strong {
  font-weight: 500;
  color: var(--primary-bg);
  font-size: 14px;
}

.order_list_page ul li:first-child {
  color: var(--primary-bg);
  font-size: var(--font15);
}

.brand_wid {
  width: 125px;
  font-weight: 500;
  font-size: var(--font15);
  color: var(--text-gray);
}

.table_sec_col h2 {
  font-size: 35px;
  color: var(--primary-bg);
}

.brand_head {
  width: 80px;
}

.hrd_value {
  width: 75px;
}

.reset-dv h2 {
  font-size: 20px;
  font-weight: 400;
}

.filter_select select.form-control {
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  padding-right: 50px;
  padding-left: 30px;
  font-size: var(--font15);
  font-weight: 300;
  color: #808082;
}

.filter_select span {
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  height: 100%;
  line-height: 38px;
}

.details_bg {
  background: #f8fbff;
}

.hid_filter .up_arrow img {
  transform: rotate(180deg);
}

nav a:hover {
  background-color: #29623F !important;
}

nav button:hover {
  background-color: #29623F !important;
}

.dropdown-toggle::after {
  content: '';
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

nav .dropdown-menu a.dropdown-item {
  font-size: 14px;
  color: #00C800;
  border-bottom: 1px solid #00C800;
  padding: 8px 15px;
  font-weight: 400;
}

nav .dropdown-menu a.dropdown-item:hover {
  color: #fff;
  border-bottom: 1px solid #00C800;
}

nav .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 23%;
  top: -12px;
  width: 20px;
  height: 12px;
  background: #fff;
  transform: translate(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.userDropdown a {
  font-size: 14px;
  color: #00C800;
  border-bottom: 1px solid #00C800;
  padding: 12px 30px 12px 20px;
  font-weight: 400;
}

.userDropdown a span {
  font-size: 14px;
}

.userDropdown a:hover {
  color: #fff;
  border-bottom: 1px solid #00C800;
  background-color: #29623F;
}

.userDropdown a:hover img {
  filter: brightness(0) invert(1);
}

.userDropdown .dropdown2:before {
  content: '';
  position: absolute;
  left: 55%;
  top: -12px;
  width: 20px;
  height: 12px;
  background: #29623F;
  transform: translate(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.dropdown2 {
  display: none;
}

.userDropdown:hover .dropdown2 {
  display: inline-block;
  position: absolute;
  left: inherit !important;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 9;
}

.buyNowBtn {
  border: 2px solid #ccc;
  color: #666;
  border-radius: 20px;
  font-size: 14px;
}

.buyNowBtn:hover {
  border-color: var(--primary-bg);
}

.viewAll a {
  font-size: 16px;
  text-decoration: underline;
  color: #00C800;
  font-weight: 600;
}

.searchByBrand .form-control {
  width: 85%;
  font-size: 14px;
  height: 44px;
}

.searchByBrand button {
  width: 15%;
}

.rangeText span {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .userDropdown:hover .dropdown2 {
    left: -42%;
  }
}

@media (max-width: 1200px) {
  .user_name span p {
    font-size: var(--font16);
  }

  .user_name span h5 {
    font-size: var(--font16);
  }

  .user_name span:first-child {
    font-size: var(--font18);
  }

  .mrg_btn_customer {
    margin-top: 130px;
  }

  .order_list_page ul li {
    word-break: break-all;
    font-size: 11px;
    font-weight: 500;
  }

  .off_dv {
    font-size: 12px;
  }

  .discount_valid {
    font-size: var(--font13);
    font-weight: 500;
  }

  .userDropdown:hover .dropdown2 {
    left: -62%;
  }
}

@media (max-width: 991px) {
  .user_name span h5 {
    font-size: var(--font15);
  }

  .captchaOuter iframe {
    transform: scale(0.82);
    transform-origin: left;
  }

  .user_name span p {
    font-size: var(--font15);
  }

  .download_app img {
    width: 85px;
  }

  .delever_add_edit li {
    width: 100%;
    margin-bottom: 15px;
  }

  .delever_add_edit label {
    display: inline-block !important;
    float: left;
    width: auto !important;
  }

  .delever_add_edit input {
    display: inline-block;
    float: right;
  }

  .address_cart {
    background: #f2f2f2;
    border-radius: 5px;
  }

  .delever_add_edit input {
    background: #f7f7f7 !important;
    border: 1px solid var(--text-gray) !important;
    height: 28px;
    border-radius: 3px;
    font-size: var(--font16);
    padding-right: 20px;
    width: 80%;
  }

  .delever_add_edit label {
    font-size: var(--font19);
    font-weight: 500;
  }

  .cart_page h2 {
    color: var(--primary-bg);
    font-weight: 500;
    font-size: 25px;
  }

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

  .edit_place {
    height: auto;
    line-height: inherit;
    background: transparent;
    text-align: right !important;
    margin: 30px 0;
    display: inline-block !important;
  }

  .resend_vouchr .form-control {
    max-width: 85%;
  }

  .qr_code {
    position: static !important;
    float: left;
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }

  .qr_code span {
    border: 0px solid #f9f9f9;
  }

  .qr_code span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #e8e8e8;
  }

  .qr_code span img {
    position: relative;
    z-index: 99;
  }

  .failed_deatails p {
    max-width: 100%;
  }

  .congrates_crd ul {
    border-bottom: 1px dashed #c1bebe;
    padding: 15px 0;
  }

  .congrates_crd ul li {
    display: flex;
    justify-content: space-between;
  }

  .congrates_crd li h4 {
    margin-bottom: 0px !important;
  }

  .congrates_crd:after {
    display: none;
  }

  .congrates_crd:before {
    display: none;
  }

  .mrg_btn_customer {
    margin-top: 105px;
  }

  .discount_valid {
    font-size: var(--font15);
    font-weight: 500;
  }

  .userDropdown:hover .dropdown2 {
    left: -62%;
  }

  .cateHeading h2 {
    font-size: 24px !important;
  }
  .mnemonicsMrg {
    margin-top: -115px;
  }
}

@media (max-width: 767px) {
  .value_res_tb p {
    font-size: var(--font12);
  }

  .order_list_page ul li:first-child {
    font-size: var(--font13);
  }

  .imgSizeOrd img {
    width: 35px !important;
  }

  .product_crousel_1 {
    padding: 65px 0 110px;
  }

  .mnemonics li span {
    font-size: 12px;
  }

  .mnemonics li {
    padding-right: 6px !important;
    margin-right: 4px !important;
    padding: 1px 4px 2px 8px !important;
  }

  .mnemonics li img {
    width: 12%;
  }

  .customer_page_form:after {
    content: '';
    position: absolute;
    display: none;
  }

  .boder_res_tp {
    border-top: 1px solid #8a8a8a;
  }

  .resend_vouchr .form-control {
    max-width: 100%;
  }

  .ststuesCheck button {
    width: 100%;
  }

  .border_res_0 {
    border-width: 0px !important;
  }
  .ststuesCheck button.close {
    position: absolute;
    right: 17px;
    padding: 0;
    display: inline;
    width: auto;
    padding-top: 22px;
  }
  .statues_abs {
    bottom: -60px;
  }
  .mob_hide label {
    background: #29623F;
    display: block;
    width: 100%;
    color: #fff !important;
    padding: 4px 0px;
    margin-bottom: 1px !important;
  }

  header.bg-white {
    background: transparent !important;
  }

  header.bg-white input.form-control {
    background: transparent;
  }

  header.bg-white button.bg-white {
    background: transparent !important;
  }

  .search_form .form-control {
    background: transparent;
  }

  .search_form button {
    background: #ffffff00 !important;
  }

  .top_offer_sec h2 {
    text-align: left;
    font-size: var(--font17);
  }

  .top_offer_sec h2 span a {
    color: var(--secondry-bg);
  }

  .top_offer_sec h2:after {
    display: none;
  }

  .right_now_bt a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: var(--font14);
  }

  .mrg_btn_customer {
    margin-top: 0;
  }

  .filter_dv label {
    background: #6c757d;
    width: 100%;
    color: #fff !important;
    margin-bottom: 1px !important;
    font-size: 14px !important;
    padding: 5px;
  }

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

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

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

  .customer_care_page .card-header {
    font-size: 25px;
  }

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

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

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

  .off_dv {
    font-size: 12px;
  }

  .discount_valid {
    font-size: var(--font13);
    font-weight: 500;
  }

  .userDropdown:hover .dropdown2 {
    left: -62%;
  }

  .userDropdown a {
    font-size: 14px;
    padding: 6px 30px 6px 10px;
  }

  .filter_dv [type='checkbox']:checked + label:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #29623F;
    top: 0;
    left: 0;
  }

  .filter_dv [type='checkbox']:not(:checked) + label:before {
    display: none;
  }

  .filter_dv label span {
    position: relative;
    z-index: 9;
  }

  .filter_dv [type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: unset;
    background: var(--primary-bg);
  }
  .mnemonicsMrg {
    margin-top: -85px;
  }
}

@media (max-width: 600px) {
  .top_offer_crousel .owl-nav button.owl-prev {
    left: -15px;
  }

  .top_offer_crousel .owl-nav button.owl-next {
    right: -15px;
  }
}

@media (max-width: 567px) {
  .logo_dv img {
    width: 120px;
  }
  .product_crousel_1 {
    padding: 40px 0 150px;
  }
  .mnemonicsMrg {
    margin-top: -116px;
  }
  .user_name span:first-child {
    font-size: var(--font16);
  }
  .user_name span h5 {
    font-size: var(--font15);
  }
  .user_name span p {
    font-size: var(--font13);
  }
  .user_name span h5 {
    width: 66px;
  }
  footer h3 {
    font-size: var(--font16);
  }
  .off_dv {
    padding: 10px 20px 10px 5px;
    font-size: var(--font10);
  }

  .cart_page {
    margin: 0px 10px;
  }

  .confirm_agree .form-group label {
    font-size: var(--font15);
  }

  .confirm_otp h6 {
    font-size: var(--font16);
  }

  .ststuesCheck h5 {
    font-size: var(--font14);
  }

  .congrate_text h3 {
    font-size: 29px;
  }

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

  .userDropdown:hover .dropdown2 {
    left: -115%;
  }
}

@media (max-width: 448px) {
  .image_dv_top img {
    width: 90% !important;
  }

  .listing_image img {
    width: 100%;
  }

  .product_des ul li h5 {
    font-size: var(--font16);
  }

  .edit_form {
    width: 120px;
    padding: 2px 5px;
  }

  .product_des ul li select {
    font-size: var(--font16);
  }

  .delever_add_edit label {
    font-size: var(--font12);
    font-weight: 500;
  }

  .delever_add_edit input {
    font-size: var(--font14);
  }

  .ststuesCheck li:first-child {
    width: fit-content;
    margin-right: 10px;
    font-size: var(--font12);
  }

  .congrates_crd li h5 {
    font-size: var(--font14);
  }

  .congrates_crd li h4 {
    font-size: var(--font12);
  }

  .des_product_tb a.nav-link {
    font-size: var(--font16);
  }

  .loginModal p {
    font-size: var(--font13);
  }

  .discount_valid {
    font-size: var(--font11);
    font-weight: 500;
  }

  .user_name .dropdown-menu {
    transform: translate3d(-51%, 55px, 0px) !important;
  }
}

.border-left-dark {
  border-left: 1px solid #4d4d4f;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px;
}

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

.fs-18 {
  font-size: 18px;
}

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

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.lh-0 {
  line-height: 0;
}

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

.btn-primary {
  color: #fff;
  background-color: #00C800;
  border-color: #00C800;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover { color: #fff; background-color: #29623F; border-color: #29623F; }

.btn-payback,
.btn-payback:hover {
  color: #fff;
  background-color: var(--secondry-bg);
  border-color: var(--secondry-bg);
}
.contnue_btn {
  width: 196px;
  font-size: 14px;
  margin: 0 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.top_offer_crousel .owl-nav .owl-next i {
  font-size: 20px;
  color: #fff;
  background: #00C800;
  padding: 8px;
  border-radius: 0 5px 5px 0;
}

.top_offer_crousel .owl-nav .owl-prev i {
  font-size: 20px;
  color: #fff;
  background: #00C800;
  padding: 8px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 575px) {
  .owl-nav {
    text-align: center;
    margin-top: 5px;
  }

  .top_offer_crousel .owl-nav > div {
    position: relative;
    top: 0%;
    display: inline-block;
    margin: 5px;
    right: 0;
    left: 0;
  }

  .viewAll a {
    font-size: 14px;
  }
}

.closeB {
  background: #00C800 url(../images/cross-ic.png) no-repeat center;
  position: absolute;
  right: -28px;
  top: 15px;
  height: 28px;
  width: 28px;
  font-size: 0;
  line-height: 0;
}

#voucherstatus .modal-dialog {
  max-width: 600px;
}

.howtomodal .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.howtomodal .owl-nav button.owl-prev {
  left: -20px;
  color: var(--primary-bg);
}

.howtomodal .owl-nav button.owl-next {
  right: -20px;
  color: var(--primary-bg);
}

.howtomodal .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.howtomodal span {
  position: relative;
}

.howtomodal .owl-nav button:focus {
  outline: none;
}

.howtomodal .modal-header {
  background: var(--bg-listing);
}

.howtomodal h5 {
  font-weight: 700;
  color: var(--primary-bg);
  text-transform: uppercase;
  font-size: var(--font18);
}

.howtomodal .modal-header span {
  font-size: 30px;
}

.howtomodal button.close {
  margin-top: 0;
  padding: 3px 15px;
  opacity: 1;
  color: var(--primary-bg);
}

.howtomodal figcaption p {
  font-size: var(--font13);
  color: #000;
}

.howtomodal figcaption p a {
  color: var(--primary-bg);
}

.howtomodal figcaption {
  border-top: 1px solid #00C800;
  height: 65px;
  max-height: 65px;
}

.howtomodal h6 {
  text-align: center;
  margin-top: 18px;
  position: relative;
}

.howtomodal h6:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 44%;
  width: 100%;
  height: 1px;
  background: #979797;
  z-index: -99999;
}

.step_pop:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 48%;
  height: 10px;
  width: 1px;
  background: #979797;
  transform: translateY(-50%);
}

.step_pop:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 48%;
  height: 10px;
  width: 1px;
  background: #979797;
  transform: translateY(-50%);
}

.howtomodal h6 span {
  font-size: var(--font11);
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #00C800;
  width: 40px;
  height: 40px;
  padding: 3px;
  color: #00C800;
}

.howtomodal h6 span b {
  font-size: 15px;
  display: block;
  color: #00C800;
}

.howtomodal h6 span:after {
  content: '';
  position: absolute;
  left: -15%;
  top: -15%;
  width: 130%;
  height: 130%;
  background: #ffffff;
  z-index: -99;
  box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 10%);
  border-radius: 50%;
}

.searchFrom .form-control {
  width: 80%;
  height: 45px;
  font-size: 15px;
}

.searchFrom button {
  width: 20%;
}

.address_outer h5 {
  font-size: 19px;
}

.address_outer p {
  font-size: 14px;
  line-height: 22px;
}

.address_outer input.form-control {
  font-size: 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}

.address_outer button {
  font-size: 14px;
}

.des_product_tb ul.nav-tabs {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  display: block;
}

.des_product_tb ul.nav-tabs::-webkit-scrollbar {
  display: none;
}

.des_product_tb ul.nav-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.des_product_tb ul.nav-tabs li {
  width: fit-content;
}

@media (max-width: 394px) {
  .searchFrom .form-control {
    width: 75%;
  }

  .searchFrom button {
    width: 24%;
  }
}

.AutoCompleteText {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 325px;
  overflow: auto;
}

.suggestWidth-90 {
  width: 90%;
  margin: auto;
}

.suggestWidth-95 {
  width: 95%;
  margin: auto;
}

.AutoCompleteText ul::before {
  content: '';
}

.AutoCompleteText ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #d8ecf3;
}

.AutoCompleteText li {
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #d8ecf3;
  color: #696969;
}

.AutoCompleteText li:hover {
  background: var(--primary-bg);
  color: #ffffff;
}

.vlidateList ul li:first-child {
  width: 34%;
}

.vlidateList ul li:last-child {
  font-weight: 500;
}

.vlidateList h6 {
  font-size: var(--font14);
}

@media (max-width: 375px) {
  .vlidateList ul li:first-child {
    width: 37%;
  }
  .modelCaptcha iframe {
    transform: scale(0.82) translate(-20px,0px);
    transform-origin: center;
  }
  .vlidateList ul li {
    font-size: var(--font13);
  }
}
.congratulation_dv h5 {
  font-weight: 500;
  font-size: var(--font24);
}
.congratulation_dv p {
  font-size: var(--font15);
}
@media (max-width: 375px) {
  .congratulation_dv p {
    font-size: var(--font12);
  }
}
.slider_des h3 {
  color: var(--primary-bg);
  font-size: 18px;
}
.slider_des h5 {
  color: var(--primary-bg);
  font-size: var(--font15);
}
.slider_des p {
  color: var(--text-gray);
  font-size: 15px;
  font-weight: 500;
}
.slider_des p a {
  color: var(--text-gray);
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .userDropdown:hover .dropdown2 {
    left: -42%;
  }
}
@media (max-width: 350px) {
  .slider_des h3 {
    font-size: 20px;
  }
  .slider_des h5 {
    font-size: 18px;
  }
  .slider_des p {
    font-size: 12px;
  }
  .cart_dv img {
    width: 22px;
}
.cart_dv strong { 
    width: 18px;
    height: 18px; 
    font-size: 10px;
    line-height: 18px;
}

.user_name span:first-child {
    font-size: 10px;
    padding: 2px 4px;
}
.user_name span h5 { 
    font-size: 14px;
}
}
.placeOrder h3 {
  color: var(--primary-bg);
  font-size: var(--font22);
}
.placeOrder ul li a {
  font-size: var(--font14);
  font-weight: 500;
}
.placeOrder h4 {
  line-height: 30px;
}
.mnemonicsProduct {
  bottom: 14px;
  border: 1px solid #e5e5e5;
  background: #f1f1f1;
  padding: 5px 0px 5px 16px;
  border-radius: 4px;
}
.mnemonics {
  vertical-align: middle;
  white-space: nowrap;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  font-size: 15px;
  padding: 4px 4px 4px 8px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url(../images/cross2.png);
}
.mnemonics li span {
  display: inline-block;
  padding: 0 20px 0 6px;
  vertical-align: middle;
  background: url(../images/check2.png) no-repeat 99% center;
  color: #019913;
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.youtube {
  background: url(../images/watch-img.png) no-repeat 7% center;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  padding: 4px 8px 4px 36px;
}
iframe {
  border: 4px solid #fff;
}
button.close {
  opacity: 1 !important;
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .mnemonics li {
    padding-right: 6px;
    margin-right: 6px;
  }
}
.importntInsList li {
  position: relative;
  list-style: none;
  padding-left: 8px;
}
.importntInsList li.not strong {
  color: var(--secondry-bg);
}
.importntInsList li strong {
  color: var(--primary-bg);
}
.importntInsList li.not::before {
  content: '\f00d';
  top: -8px;
  color: var(--secondry-bg);
}
.importntInsList li:before {
  content: '\f046';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  color: #00C800;
  font-size: 16px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: -17px;
  z-index: 1;
}
.tnc_prod {
  font-size: 14px;
  line-height: 28px;
}
.listbrand-logo {
  max-height: 130px;
  max-width: 100%;
}
.memonics-parent {
  margin-top: -50px;
}
.progress {
  height: 16px;
}
.imgSizeOrd img {
  width: 40px !important;
}
.joinNow h4 {
  color: var(--primary-bg);
}
.joinNow input,
select {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
}
.joinNow .form-control {
  height: 48px;
}
.joinNow button.btn.btn-outline-secondary.border-left-0 {
  background: #fff;
  color: #00C800;
}
.joinNow button.btn.btn-outline-secondary.border-left-0 i.gj-icon {
  top: 14px;
}
.existsMod h3 {
  color: var(--primary-bg);
  line-height: 30px;
}
.joinNow {
  position: relative;
  min-height: calc(100vh - 70px);
  padding-bottom: 70px;
}
.powerdBTM {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
}
.joinNow li {
  color: var(--primary-bg);
}
.joinNow li:first-child {
  width: 24%;
}
.btn-outline-primary {
  border: 2px solid var(--primary-bg) !important;
}
.joinNow .btn-outline-primary {
  color: var(--primary-bg);
}
.congratultionDv h4 {
  color: var(--primary-bg);
}
.congratultionDv p {
  color: var(--primary-bg);
}
@media (max-width: 408px) {
  .joinNow li:first-child {
    width: 32%;
  }
  .joinNow li {
    font-size: 14px;
  }
}
.reactCalenderBtn {
  background: transparent;
  border: 0;
  outline: 0;
}
.cnt select.react-datepicker__month-select,
select.react-datepicker__year-select {
  height: 20px;
  border-radius: 5px;
  background: #f0f0f0;
}
.react-datepicker-wrapper {
  margin-top: 5px;
}
.reactCalenderBtn {
  color: #555;
}
.upadteText p {
  font-size: var(--font17);
}
.upadteText p a {
  color: var(--primary-bg);
}
.trans_act h3 {
  font-size: 22px;
  font-weight: 400;
}
.trans_act .form-control {
  height: 43px;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 400;
}
/* ********************************** WhatsApp Logics ********************************** */
.checkList input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkList label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.checkList label:before {
  content:'';
  -webkit-appearance: none;
  border: 1px solid #767676;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  background: #fff;
}
.checkList input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkList input:checked + label:before {
  background: #767676;
}
@media (max-width: 767px) {
 .checkList {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 1rem;
  }
  .checkList li {
    width: 100%;
  }
}
