@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,500&display=swap');
@font-face {
  font-family: 'odudabold';
  src: url('./fonts/oduda-bold-demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #98989a;
  font-size: 14px;
}
::-webkit-selection {
  background: #f7941d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
::-moz-placeholder {
  color: #98989a;
  font-size: 14px;
}
::-moz-selection {
  background: #f7941d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-ms-input-placeholder {
  color: #98989a;
  font-size: 14px;
}
::-ms-selection {
  background: #f7941d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-moz-placeholder {
  color: #98989a;
  font-size: 14px;
}
::selection {
  background: #f7941d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
.text-justify {
  text-align: justify;
}
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: auto;
}

a {
  color: #4285f4;
  font-family: 'Rubik', sans-serif;
}
a:hover {
  text-decoration: none;
}
a:focus-visible {
  text-decoration: none;
  outline: none;
}
a[data-toggle='modal'] {
  outline: none;
}

body {
  font-family: 'Rubik', sans-serif;
  background-color: #efefef;
}

.page-header {
  position: relative;
  z-index: 10;
}
.topHead {
  position: relative;
  z-index: 2;
}

.hamburger-icon:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hamburger-icon {
  vertical-align: middle;
  position: relative;
  height: 28px;
  width: 28px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #000;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  vertical-align: top;
}
.hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}
/* .open-nav .hamburger-icon div.top { transform: rotate(-135deg); top: 50%; background-color: #d62625; } */
.hamburger-icon div.middle {
  top: 50%;
  margin-top: -1px;
}
/* .open-nav .hamburger-icon div.middle { opacity: 0; } */
.hamburger-icon div.bottom {
  top: 75%;
  margin-top: -1px;
}
/* .open-nav .hamburger-icon div.bottom { transform: rotate(135deg); top: 50% ; background-color: #d62625; } */
.open-nav .off-canvas-main {
  /* transform: translateX(260px); */
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.open-nav .off-canvas-nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}
.off-canvas-nav {
  position: fixed;
  width: 260px;
  left: -260px;
  background-color: #ffffff;
  border-left: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.off-canvas-nav .list-unstyled li {
  position: relative;
}
.off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}
.off-canvas-nav .list-unstyled a,
.off-canvas-nav .list-unstyled span {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.off-canvas-nav li.parent > span:after,
.off-canvas-nav li.parent > a:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  float: right;
  width: 12px;
  height: 12px;
  margin: 2px 0;
}
.left-nav-toplink {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.off-canvas-nav .subMenu > div > span:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' viewBox='0 0 320 512'><path d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/></svg>");
  display: inline-block;
  width: 12px;
  height: 38px;
  margin: 0 5px;
  vertical-align: middle;
}

.side-close {
  display: none;
}
.open-nav .side-close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 260px;
  background-color: #d62625;
  top: 0px;
  z-index: 1;
}
.open-nav .side-close:before {
  position: absolute;
  top: 12px;
  content: ' ';
  height: 2px;
  background: #fff;
  margin-top: -1px;
  transform: rotate(135deg);
  left: 2px;
  right: 2px;
}
.open-nav .side-close:after {
  position: absolute;
  top: 12px;
  content: ' ';
  height: 2px;
  background: #fff;
  margin-top: -1px;
  transform: rotate(-135deg);
  right: 2px;
  left: 2px;
}

.subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  display: block;
}

.headerSearch {
  position: relative;
}
.headerSearch .form-control {
  background: #fff url(../images/search-icon.png) no-repeat 5px center;
  padding-left: 25px;
  padding-right: 80px;
  border-radius: 0;
}
.headerSearch .btn {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0;
}

.cart-btn {
  position: relative;
  background: url(../images/cart-icon.png) no-repeat center;
  width: 35px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.cart-btn span.badges {
  width: 16px;
  height: 16px;
  line-height: 15px;
  background: #000;
  font-size: 10px;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -7px;
  right: -5px;
  color: #fff;
}

.NavBg {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 90%, rgba(184, 214, 77, 1) 10%);
  z-index: 1;
  position: relative;
}
.desktopNav {
  position: relative;
  display: flex;
  align-items: center; /* justify-content: center; */
}
.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
  z-index: 5;
}
.desktopNav ul li {
  display: inline-block;
  vertical-align: top;
}
.desktopNav ul li > a {
  display: block;
  color: #343539;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 15px 14px;
  text-decoration: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li > a:hover {
  text-decoration: none;
  color: #343539;
}
.desktopNav ul li.dropdown a,
.desktopNav ul li.dropdown a {
  white-space: initial;
  position: relative;
  z-index: 3;
}
.desktopNav ul li.dropdown > a:before {
  left: 10px;
  right: 10px;
  height: 0;
  background: #b8d64d;
  top: 0;
  content: '';
  position: absolute;
  transition: all 0.25s;
}
.desktopNav ul li.dropdown:hover > a:before {
  height: 3px;
  top: 92%;
}
.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}
.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}
.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.desktopNav ul li.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.desktopNav ul li.dropdown > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  z-index: 2;
  margin: 0;
  left: 0;
}
.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  white-space: nowrap;
}
.desktopNav ul li.dropdown > .dropdown-menu a:hover {
  box-shadow: none;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu div {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu div a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.desktopNav ul li.active a {
  background-color: #b8d64d;
}
.desktopNav ul li.dropdown .dropdown-item.active,
.desktopNav ul li.dropdown .dropdown-item:active {
  color: #b8d64d;
  text-decoration: none;
  background-color: transparent;
}

.bg-dark {
  background-color: #343539 !important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffd19a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(247 147 29 / 20%);
}

.headerSearch .btn-success {
  background-color: #b8d64d;
  border-color: #b8d64d;
}
.bg-success {
  background: #b8d64d !important;
}
.text-success {
  color: #119e00 !important;
}

.text-success-2 {
  color: #0a7d38 !important;
}
.text-secondary-2 {
  color: #212529;
}
.text-warning-3 {
  color: #f99a01;
}

.btn-outline-light {
  border-color: #e3f2ff;
  color: #000;
}
.btn-light {
  background-color: #e3f2ff;
  border-color: #e3f2ff;
}
.bg-light-2 {
  background: #e3f2ff;
}
.btn-outline-light:focus-visible,
.btn-outline-light:first-child:active,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-light:focus-visible,
.btn-light:first-child:active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background-color: #bedbf3;
  border-color: #bedbf3;
}

.btn-close-red {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
}

.modal .modal-dialog.loginModal {
  max-width: 700px;
}
.modal .modal-dialog.modal-cs {
  max-width: 500px;
}
.SearchStore {
  background: #fff url(../images/cocation-pin.png) no-repeat 5px center;
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 25px;
}

.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;
}
.fw-900 {
  font-weight: 900;
}

.fs-0 {
  font-size: 0px;
}
.fs-8 {
  font-size: 8px;
}
.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-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-21 {
  font-size: 21px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-43 {
  font-size: 43px;
}
.fs-50 {
  font-size: 50px;
}

.footer-section {
  color: #fff;
  font-weight: 300;
}
.footer-section a {
  color: #fff;
  text-decoration: none;
}
.footer-section a:hover {
  color: #efefef;
  text-decoration: none;
}
.footer-section .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.footer-section .list-inline-item:not(:last-child):after {
  content: '|';
  position: absolute;
  right: -0.75rem;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  line-height: 1;
}
.footer-section ul + ul .list-inline-item:not(:last-child) {
  margin-right: 0.75rem;
}
.footer-section ul + ul .list-inline-item:not(:last-child):after {
  display: none;
}
.footer-section .border-bottom {
  border-bottom: 1px solid #888889 !important;
}

.homeBanner {
  margin-bottom: -50px;
}
.homeSection {
  position: relative;
  z-index: 2;
}

h4.custom-head {
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
h4.custom-head:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #979797;
}

.FreeVoucher a,
.FreePromocode a,
.FlatDiscount a,
.chigletOuter a,
.ShopAgainSection .item a {
  text-decoration: none;
  line-height: 1;
}

.ShopAgainSection .item a + a {
  margin-top: 15px;
}
.FreeVoucher .silk-custome-outer img,
.FreePromocode .silk-custome-outer img {
  display: inline-block;
}
.ShopAgainSection .silk-custome-outer img {
  display: inline-block;
}

.HandpickedSection .slick-next {
  right: -13px;
}

.silk-custome-outer {
  margin-right: -0.6rem !important;
}
.slick-prev:before {
  content: '‹';
  font-family: 'Rubik', sans-serif;
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '›';
  font-family: 'Rubik', sans-serif;
}

.slick-next {
  right: -8px;
}
.slick-prev {
  left: -15px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px;
  line-height: 1;
  color: #000;
}
.write-slide .slick-prev:before {
  font-size: 30px;
  line-height: 27px;
  color: #000;
}

.slick-next,
.slick-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
}
.PTSection button.slick-arrow.slick-prev {
  margin-top: -3px;
}
.slick-prev:before {
  font-size: 30px;
  line-height: 20px;
  color: #000;
}

.chigletLogo {
  background: #f8f5f1 url(../images/chiglet-bg.png) center center;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas-bottom.custom-height {
  max-height: 93% !important;
  height: auto;
  border: 0 !important;
  z-index: 999;
  color: #7e7e7e;
  padding-bottom: 50px !important;
}
.offcanvas-bottom.custom-height .offcanvas-header:after {
  width: 40px;
  height: 4px;
  background: #6c757d;
  border-radius: 8px;
  top: 5px;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.offcanvas-backdrop {
  z-index: 98;
}
.offcanvas-bottom .filterHead {
  display: none !important;
}

.chigletBg-1 {
  background: #0764a8;
}
.chigletBg-2 {
  background: #ac1a5c;
}
.chigletBg-3 {
  background: #042079;
}
.chigletBg-4 {
  background: #ff0000;
}

.currencyBox img {
  filter: grayscale(1);
  display: inline-block !important;
}
.currencyBox:hover img {
  filter: grayscale(0);
}
.currencyBox {
  border: 1px solid #dee2e6;
  text-align: center;
}

.discountFilter ul {
  padding: 0px;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
}
.discountFilter li {
  font-size: 14px;
  background: #5e5e60;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px !important;
}
.discountFilter .active {
  background: #b6d44c;
  color: #343539;
}

.FreeVoucher a,
.FreePromocode a {
  position: relative;
}
.freGV {
  position: absolute;
  background: #a3bd43;
  border: 2px solid #b6d34b;
  padding: 5px 5px 5px 25px;
  color: #000;
  border-radius: 20px 0px 0px 20px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  right: 0;
  bottom: 10px;
  max-width: 90%;
  line-height: 1;
}
.freGV:after {
  content: '+';
  position: absolute;
  left: 8px;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.discountStrip {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 24px;
}

.Chiglet-desktop {
  max-height: 244px;
  overflow: auto;
  overflow-x: hidden;
}

.custome-check {
  font-size: 0;
  margin: 0 -5px;
}
.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}
.custome-check label {
  cursor: pointer;
  padding: 5px 5px;
  border-radius: 0;
  border: 1px solid #dbdcdc;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
  background: #dbdcdc;
  color: #343539;
}
.custome-check input {
  opacity: 0;
  position: absolute;
}
.custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.PTSection .paymentOptions input {
  opacity: 0;
  position: absolute;
}
.PTSection .paymentOptions label {
  cursor: pointer;
  position: relative;
  line-height: 1.1;
  min-height: 60px;
}
.PTSection .paymentOptions input:checked + label,
.PTSection .paymentOptions input :checked ~ label {
  background: rgba(33, 174, 9, 0.14);
  border-bottom: 1px solid #21ae09 !important;
}
.PTSection .paymentOptions input :checked ~ label:after,
.PTSection .paymentOptions input:checked + label:after {
  content: '\f058';
  font-weight: 900;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #28a745;
  font-size: 14px;
  font-family: 'Font Awesome 6 Free';
}

.search-fild,
.FilterLeft .form-control {
  background: #fff url(../images/search-icon.png) no-repeat 5px center;
  padding-left: 25px;
}
.FilterBox ul {
  margin: 0;
  overflow: auto;
}
.FilterBox ul li a,
.FilterBox ul li div {
  font-size: 14px;
  color: #343539;
  display: block;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
}

.FilterBox ul li a:hover,
.FilterBox ul li.active a,
.FilterBox ul li div:hover,
.FilterBox ul li.active div {
  background: #dbdcdc url(../images/rightAW.png) no-repeat 5px center;
  color: #212529;
}

.br-page-logo {
  position: relative;
  padding: 35px 10px;
}
.br-page-logo .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.redeemType {
  color: #119e00;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.redeemType span {
  background: url(../images/redeem-type.png) no-repeat left center;
  display: inline-block;
  padding: 2px 5px 2px 22px;
}

.fix-footer {
  display: none;
}

.imp-btns .btn {
  text-align: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 10px 28px;
}
.imp-btns .btn.ii {
  background-image: url(../icons/instruction.png);
}
.imp-btns .btn.pin {
  background-image: url(../icons/location-marker.png);
}
.imp-btns .btn.tc {
  background-image: url(../icons/terms.png);
}
.imp-btns .btn.hu {
  background-image: url(../icons/numbers.png);
}
.watchVid {
  background-image: url('../icons/youtube-1.png');
}

.offcanvas-bottom.custom-height {
  max-height: 93% !important;
  height: auto;
  border: 0 !important;
  z-index: 99;
  color: #7e7e7e;
  padding-bottom: 50px !important;
}
.offcanvas-bottom.custom-height .offcanvas-header:after {
  width: 40px;
  height: 4px;
  background: #6c757d;
  border-radius: 8px;
  top: 5px;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.offcanvas-backdrop {
  z-index: 98;
}
.offcanvas-bottom .filterHead {
  display: none !important;
}

.CategoriesList a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #7e7e7e;
  border-bottom: 1px solid #dee2e6;
}

.activeBox {
  box-shadow: 4px 4px 0 0px #5e5e5e;
  border: 1px solid #5e5e5e;
}
.activeBox .fa-solid {
  color: #119e00 !important;
}

.SummaryRight .qtyBox,
.qty-td.addGQty .qtyBox {
  display: inline-block;
  vertical-align: middle;
}

.qtyBox {
  width: 100%;
  position: relative;
}
.qtyBox input {
  width: 100%;
  height: 35px;
  border: 0;
  pointer-events: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #6c757d;
}
.qtyBox button {
  width: 33%;
  height: 25px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  margin: 5px 0;
}
.qtyBox button.MinusQty {
  border-right: 1px solid #6c757d;
}
.qtyBox button.PlusQty {
  border-left: 1px solid #6c757d;
}
.qtyBox button.MinusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  left: 50%;
  margin-left: -6px;
}
.qtyBox button.PlusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}
.qtyBox button.PlusQty:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #666;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -1px;
}
.qtyBox .qtyControl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.add-btn-box {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
}

.border-end-dashed {
  border-right: 1px dashed #dee2e6;
}
.border-top-dashed {
  border-top: 1px dashed #dee2e6;
}
.bg-light-green {
  background: rgba(33, 174, 9, 0.04);
}

.PCSection .slick-slide {
  border-right: 2px dashed #dee2e6;
  padding: 10px 5px;
}

.PCSection .slick-prev {
  height: 100%;
  background: #e3f2ff;
  width: 18px;
  left: -18px;
}
.PCSection .slick-next {
  height: 100%;
  background: #e3f2ff;
  width: 18px;
}

.EnterPromoCode {
  position: relative;
}
.EnterPromoCode .form-control {
  border-radius: 0;
  background: url(../images/promo-bg.png) no-repeat 3px center;
  padding-left: 25px;
  padding-right: 68px;
}
.EnterPromoCode .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-left-color: #ced4da;
  border-radius: 0;
}

.rightCart .qtyBox {
  transform: scale(0.8);
}
.rightCart .qtyBox button.MinusQty,
.rightCart .qtyBox button.PlusQty {
  border: 0;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.2em;
}
.form-check-input:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

.dropdown-toggle:after {
  content: '';
  border-bottom: 0;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #343539;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.dropdown .dropdown-toggle.show:after {
  transform: translateY(6px) rotate(-135deg);
}
.bg-dark .dropdown-toggle:after {
  border-color: #fff;
}

.cartoffcanvas .dropdown img,
.rightCart .dropdown img {
  width: 24px;
  filter: brightness(0) invert(1);
}

.offcanvas.offcanvas-bottom.cartoffcanvas {
  height: auto;
}
.cartoffcanvas .rightCart .bg-dark {
  display: none;
}
.cartoffcanvas .offcanvas-header .btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
  position: absolute;
  right: 10px;
  top: -25px;
}

.fixMobileSummry {
  display: none;
}

.iiList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iiList li {
  padding: 2px 0 2px 30px;
  position: relative;
}
.iiList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #434343;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
/* .iiList li.dont:after { background-color: #E01F26; content: '\f00d'; } */
.iiList li span {
  color: #3a9701;
}
.iiList li strong,
.iiList li.dont span {
  color: #e01f26;
  font-weight: normal;
}

.stioreL .addressFrom .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}

.stepsBox .howUseSlider figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  position: relative;
}
.stepsBox .howUseSlider figure img {
  width: 100%;
  border-bottom: 2px solid #c2c2c2;
}
.stepsBox .howUseSlider figure figcaption {
  padding: 5px;
  height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}
.stepsBox .howUseSlider figure figcaption p {
  margin: 0;
}
.stepsBox .howUseSlider figure figcaption p span {
  color: #e01f26;
}

.stepsBox .stepElement {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.stepsBox .stepElement::after {
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background: #b8d64d;
  content: ' ';
}
.stepsBox .stepElement::before {
  position: absolute;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  right: 0;
  border-right: 1px solid #b8d64d;
  border-left: 1px solid #b8d64d;
  content: ' ';
}
.stepsBox .stepElement > div {
  width: 50px;
  border-radius: 50px;
  line-height: 1;
  height: 50px;
  color: #fff;
  background: #b8d64d;
  display: inline-block;
  border: 2px solid #fff;
  padding-top: 7px;
}

.brand-use-modal .modal-content {
  margin-top: 28px;
}
.brand-use-modal .modal-content .btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
  position: absolute;
  right: 0px;
  top: -25px;
}

.brand-use-modal .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: #dee2e6 1px solid;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  list-style: none;
  font-size: 0;
  overflow-y: hidden;
}
.brand-use-modal .nav-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.brand-use-modal .nav-tabs .nav-link {
  color: #98989a;
  font-size: 14px;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.brand-use-modal .nav-tabs .nav-link.active {
  border: 0;
  position: relative;
}
.brand-use-modal .nav-tabs .nav-link:hover {
  border: 0;
}
.brand-use-modal .nav-tabs .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #6c757d;
}

.tobBrandList .active {
  background-color: #bedbf3;
  border-color: #bedbf3;
}

.btn-light-2 {
  background-color: #fafbfb !important;
  border-color: #fafbfb !important;
  color: #5a5b5d !important;
}
.btn-light-2:hover {
  border-color: #e5e7e7 !important;
}

.anniversary_tc {
  background: url(../images/anniversary-bg.png) no-repeat center top/cover;
}

.cartGrid .qtyBox {
  display: inline-block;
  max-width: 60px;
}
.cartGrid .qtyBox input {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
}
.cartGrid .qtyBox button {
  height: 16px;
  margin: 0;
}
.cartGrid .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.pay-options a {
  color: #212529;
  text-decoration: none;
}

select.form-select-invert {
  filter: invert(0.9);
}

.deliver-details ul li.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.listVouchers img {
  max-width: 120px;
}

.epaySection > div:nth-of-type(even) {
  border: 1px solid #dbdcdc;
}
.epaySection > div:nth-of-type(odd) {
  border: 1px solid #dbdcdc;
  background: rgba(219, 220, 220, 0.15);
}

.profilePage {
  min-height: 500px;
}
.textPageSection .nav-tabs,
.profilePage .nav-tabs {
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  list-style: none;
  padding-bottom: 5px;
  font-size: 0;
}

.textPageSection .nav-tabs li,
.profilePage .nav-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.textPageSection .nav-tabs .nav-link,
.profilePage .nav-tabs .nav-link {
  color: #6c757d;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}

.textPageSection .nav-tabs .nav-link.active,
.profilePage .nav-tabs .nav-link.active {
  border: 0;
  position: relative;
}

.textPageSection .nav-tabs .nav-link:hover,
.profilePage .nav-tabs .nav-link:hover {
  border: 0;
}

.textPageSection .nav-tabs .nav-link.active:after,
.profilePage .nav-tabs .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #6c757d;
}

.headerOrderList {
  cursor: pointer;
  position: relative;
}
.headerOrderList:after {
  content: '';
  border-bottom: 0;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #343539;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px;
}
.headerOrderList[aria-expanded='true']:after {
  transform: translateY(6px) rotate(-135deg);
}

.ottProductBox {
  border: 1px dotted #979797;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.ottProductBox:after {
  content: '';
  position: absolute;
  left: 3%;
  top: 0;
  width: 8px;
  height: 10px;
  background: #979797;
  border-radius: 0px 0px 4px 4px;
}
.ottProductBox:after {
  content: '';
  position: absolute;
  left: 3%;
  top: 0;
  width: 8px;
  height: 10px;
  background: #979797;
  border-radius: 0px 0px 4px 4px;
}

.ottProductBox.activeBox {
  box-shadow: none;
  border: 1px dashed #119e00;
  background: #f7fff6 !important;
}
.ottProductBox.activeBox:after {
  background: #119e00;
}

.ottProductBox.activeBox .rightCart .btn {
  display: block;
}
.ottProductBox.activeBox .rightCart {
  display: block;
}
.ottProductBox .rightCart,
.ottProductBox.activeBox .rightCart .bg-dark {
  display: none;
}

.textPageSection .bg-white {
  min-height: 550px;
}
.textPageSection .list-group-items:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.textPageSection .list-group-items {
  text-decoration: none;
}
.textPageSection .list-group .list-group-items {
  position: relative;
  color: #98989a;
}

.textPageSection .accordion-button:not(.collapsed),
.textPageSection .list-group .list-group-items:hover,
.textPageSection .list-group .list-group-items.activeBtn {
  color: #000;
  background-color: #fff;
}

.textPageSection .list-group .list-group-items.activeBtn:after {
  position: absolute;
  content: '';
  right: -15px;
  bottom: 3px;
  top: 3px;
  width: 5px;
  background: #6e6e6e;
}

#carouselBrandControls .carousel-control-prev {
  filter: invert(1);
  width: 20px;
  margin-left: -20px;
}
#carouselBrandControls .carousel-control-next {
  filter: invert(1);
  width: 20px;
  margin-right: -20px;
}

.chigletOuter .silk-custome-outer .ellipsCol {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.crossPromo {
  font-size: 16px;
  right: 68px;
  top: 1px;
  position: absolute;
  color: #666;
}
.crossPromo:hover {
  color: #119e00;
}

.orderOtpOuter {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  z-index: 999;
}
.orderOtpInner {
  background: #fff;
  width: 450px;
  padding: 28px;
  position: relative;
  border-radius: 6px;
}
.orderOtpClose {
  position: absolute;
  top: -14px;
  right: -14px;
}
.customeOTP {
  margin-left: -3px;
}
.customeOTP input.form-control {
  text-align: center;
  display: inline-block;
  max-width: 50px;
  height: 50px;
  margin: 3px;
  padding-left: 0;
  padding-right: 0;
}

.sticky-top {
  z-index: 2;
}

.rewardTagCross {
  background: #f1fcff;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  line-height: 1;
  left: 0;
  right: 0;
  font-weight: 700;
}

.pointS {
  background: #dddddd;
}

.read-more {
  margin-top: -20px;
  background: #fff;
  padding-left: 25px;
  position: relative;
}

.btf-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.btf-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.btf-accordion h1,
.btf-accordion h2,
.btf-accordion h3,
.btf-accordion h4,
.btf-accordion h5,
.btf-accordion h6 {
  font-size: 14px;
  font-weight: 700;
}
.btf-accordion ul,
.btf-accordion ul li,
.btf-accordion ol,
.btf-accordion ol li,
.btf-accordion p {
  font-size: 12px;
}
.btf-accordion a {
  color: #212529;
}

.fullheight {
  min-height: calc(100vh - 245px);
}

.word-brak {
  word-break: break-all;
}

/* 24-8-23 */
.summeryImage .dropdown img {
  filter: brightness(0) invert(1);
  width: 30px;
}
.dateClass {
  position: relative;
  z-index: 1;
}
.HandpickedSection {
  margin-left: -4px;
}
/* 24-8-23 end */

@media (min-width: 1199px) {
  .FreeVoucher .silk-custome-outer img,
  .FreePromocode .silk-custome-outer img {
    max-width: 140px;
  }
  .profilePage .nav-tabs li {
    padding: 0 30px 0 0;
  }
}

@media (min-width: 1399px) {
  .NavBg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(184, 214, 77, 1) 20%);
    z-index: 1;
    position: relative;
  }
  .homeBanner {
    margin-bottom: -80px;
  }
}

@media (max-width: 1199px) {
  .desktopNav ul li > a {
    padding: 13px 12px;
  }
  .Chiglet-desktop {
    max-height: 236px;
  }
}

@media (max-width: 1024px) {
  .Chiglet-desktop {
    max-height: 290px;
  }
}

@media (max-width: 1070px) {
  .desktopNav ul + ul li > a {
    padding: 13px 7px;
  }
}

@media (max-width: 991px) {
  .NavBg {
    background: #fff;
  }
  .desktopNav ul + ul li > a {
    padding: 13px;
  }
  .desktopNav ul + ul {
    overflow-x: auto;
  }
  .desktopNav ul li.dropdown:hover > .dropdown-menu {
    display: none;
  }

  h4.custom-head {
    font-size: 1.25rem;
  }

  .deliver-details {
    position: relative;
  }
  .deliver-details ul li {
    display: block;
    padding: 3px 5px;
    margin: 0 !important;
  }
  .deliver-details ul li:nth-child(1) {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 6px 5px;
    margin-bottom: 5px !important;
  }
  .deliver-details .btn {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .Chiglet-desktop {
    max-height: 286px;
  }
  .brand-use-modal .modal-dialog.modal-lg {
    max-width: 90%;
  }

  .listVouchers {
    font-size: 13px;
  }
}

@media (max-width: 799px) {
  .Chiglet-desktop {
    max-height: 284px;
  }
}

@media (max-width: 768px) {
  .Chiglet-desktop {
    max-height: 298px;
  }
}

@media (min-width: 768px) {
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6;
  }
  .review-img {
    margin-bottom: -23px;
    margin-top: -58px;
  }
  .epaySection > div div small {
    display: none;
  }
  .profilePage .nav-tabs .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .download_app_icon a {
    color: #fff !important;
  }
  .download_app_icon a img {
    filter: brightness(0) invert(1);
  }
  .footer-section .border-bottom-mobile {
    border-bottom: 1px solid #888889;
  }
  .footer-section {
    font-size: 14px;
  }
  .footer-section .list-inline-item:not(:last-child) {
    margin-right: 1rem;
  }
  .footer-section .list-inline-item:not(:last-child):after {
    right: -0.5rem;
    font-size: 10px;
  }

  .homeBanner {
    margin-top: -54px;
    margin-bottom: -30px;
  }

  .order-mobile-last,
  .order-home-last {
    order: 6 !important;
  }
  .Chiglet-desktop {
    display: none;
  }
  .freGV {
    font-size: 10px;
  }

  .order-mobile-frist {
    order: 1 !important;
  }
  .order-mobile-2 {
    order: 2 !important;
  }

  body {
    padding-bottom: 40px;
  }
  body.hide_chat {
    padding-bottom: 0 !important;
  }

  .redeemType {
    font-size: 12px;
  }
  .redeemType span {
    background: transparent;
    padding: 2px;
  }

  .fix-footer {
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 13%);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    font-size: 0;
    display: block;
  }
  .fix-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    width: 100%;
  }
  .fix-footer ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-size: 10px;
  }
  .fix-footer ul li figure,
  .fix-footer ul li figure figcaption {
    margin: 0;
    padding: 2px 0 0;
  }
  .fix-footer ul li a:hover,
  .fix-footer ul li a {
    display: block;
    color: #7e7e7e;
    padding: 5px;
    font-weight: 500;
    text-decoration: none;
  }
  .fix-footer ul li a.offerBtn {
    background: #f7941d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    border: 2px solid #fff;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: -15px auto 0;
  }
  .fix-footer ul li figure img {
    filter: grayscale(100%);
  }
  .fix-footer ul li a span.badges {
    width: 16px;
    height: 16px;
    line-height: 15px;
    background: #000;
    font-size: 10px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 5%;
    color: #fff;
  }

  .fixMobileSummry {
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 13%);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    font-size: 0;
    display: block;
  }

  .cartGrid {
    margin-bottom: 20px;
    border: 0 !important;
    position: relative;
  }
  .cartGrid:after {
    position: absolute;
    bottom: -10px;
    content: '';
    height: 10px;
    left: 0;
    right: 0;
    background: url(../images/cart-bottm-curv.png) repeat-x left top;
  }

  .listVouchers .border-end {
    border: 0 !important;
  }
  .listVouchers .border_dashed_txn {
    border-bottom: 1px dashed #ccc !important;
  }

  .epaySection > div {
    font-size: 14px;
    color: #98989a;
    font-weight: 300;
  }
  .epaySection > div div {
    border: 0 !important;
    padding: 0 5px;
  }
  .epaySection > div div.text-dark {
    font-size: 18px;
    font-weight: 500;
  }

  .profileBox {
    margin: 0;
    border: 1px solid #6c757d;
  }
  .profileBox .headProfile {
    background: #6c757d;
    color: #fff !important;
    padding: 10px 15px;
    margin: 0 -12px;
  }

  #carouselBrandControls .carousel-control-prev,
  #carouselBrandControls .carousel-control-next {
    display: none;
  }

  .HandpickedSection .silk-custome-outer {
    margin: 0 0px 0 5px !important;
  }

  .whats-help {
    max-width: 55px;
    bottom: 60px;
    right: 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 10px 0px;
    z-index: 9;
    position: fixed;
    border-radius: 50%;
  }

  .embeddedMessagingConversationButtonWrapper {
    display: none !important;
  }

  .chat {
    width: 55px !important;
    height: 55px !important;
    z-index: 9 !important;
  }
  .chat .chat-icon {
    width: 50px;
    height: 50px;
  }
  .notification-count {
    bottom: 100px !important;
    z-index: 10 !important;
  }

  .read-more {
    margin-top: 0px;
  }

  .headerSearch .form-control {
    width: calc(100% - 75px);
    padding-right: 10px;
  }
  .mobile-full-screen {
    margin-left: -10px;
    margin-right: -10px;
  }
  .promo-margin {
    padding-left: 0 !important;
  }
  .d-none-mobile {
    display: none;
  }

  .fullheight {
    min-height: calc(100vh - 400px);
  }

  .list_success div[class*='col-'] {
    padding-top: 4px;
  }
  .listVouchers > div {
    padding: 0px !important;
    background: #fff !important;
  }
  .listVouchers .ern_dv {
    background: rgb(248, 249, 250);
    margin-top: 8px;
    padding: 6px 5px !important;
  }
  .listVouchers .ern_dv:nth-child(1) .text-dark,
  .listVouchers .ern_dv:nth-child(1) .text-muted {
    color: #079723 !important;
  }
  .amount_txt,
  .amount_txt .text-muted {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
  }
  .list_success .order-2 .fs-12,
  .list_success .order-3 .fs-12 {
    font-size: 14px;
    color: #767676 !important;
    margin: 4px 0;
  }
  .list_success .order-4 .text-dark {
    color: #6c757d !important;
  }
  /* 24-8-23 */
  .PTSection {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .summryHeader {
    font-size: 15px;
  }
  .PTSection {
    padding-right: 16px !important;
  }
  /* 24-8-23 end */
}

@media (min-width: 576px) {
  .border-sm-end {
    border-right: 1px solid #dee2e6;
  }
}

@media (max-width: 575px) {
  .loginModal .w-50 {
    width: 100% !important;
  }
  .ShopAgainSection .item a .fs-14 {
    font-size: 12px;
  }
  /* .modal .modal-dialog.loginModal { margin: 0; min-height: 100%; display: flex; align-items: inherit; } */
  .modal .modal-dialog.loginModal .bg-login {
    border-radius: 10px 10px 125px 0;
  }
  .imp-btns .btn {
    font-size: 12px;
    line-height: 1;
  }
  .activeBox {
    box-shadow: 2px 2px 0 0px #5e5e5e;
    border: 1px solid #5e5e5e;
  }
  .productGread .fs-14 {
    font-size: 12px;
  }

  .qtyBox input {
    height: 32px;
  }
  .qtyBox button {
    height: 22px;
  }

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

  .headerOrderList .fs-14,
  .headerOrderList {
    font-size: 12px;
  }
  .brand-use-modal .modal-dialog.modal-lg {
    max-width: inherit;
  }
}

@media (max-width: 500px) {
  .orderOtpInner {
    width: 100%;
  }
}

@media (max-width: 379px) {
  .hamburger-icon {
    height: 28px;
    width: 24px;
  }
  .br-logo {
    max-width: 85px;
  }

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

@media (max-width: 1400px) and (min-width: 992px) {
  .container-xl {
    max-width: 96%;
  }

  .FreeVoucher .silk-custome-outer img,
  .FreePromocode .silk-custome-outer img {
    max-width: 140px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .FlatDiscount a.position-relative img {
    max-width: 148px;
  }

  .FreeVoucher .silk-custome-outer img,
  .FreePromocode .silk-custome-outer img {
    max-width: 110px;
  }
}

@media (min-width: 992px) {
  #carouselHomeControls .carousel-control-next,
  #carouselHomeControls .carousel-control-prev {
    bottom: 18%;
  }
  .searchSection {
    z-index: 2;
    position: relative;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .FlatDiscount a.position-relative img {
    max-width: 144px;
  }

  .FreeVoucher .silk-custome-outer img,
  .FreePromocode .silk-custome-outer img {
    max-width: 110px;
  }
}

@media (max-width: 475px) {
  .no-flex {
    display: block !important;
  }

  .no-flex small,
  .no-flex span {
    display: block !important;
    padding: 0 !important;
  }
  .cartGrid .list-inline-item:not(:last-child) {
    margin-right: 0.9rem;
  }
}

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  max-height: 360px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 0px;
  z-index: 6;
  overflow: auto;
}
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__container--open a {
  text-decoration: none;
  color: #212529;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input:focus {
  outline: none;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-list::before {
  content: '';
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestions-list li a:hover {
  text-decoration: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}
.react-autosuggest__suggestion:hover {
  background-color: #b8d64d;
  color: #fff;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #b8d64d;
  color: #fff;
}
.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}
.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.suggestion-content:hover {
  color: #ffffff;
}
.suggestion-content:hover .suggestion-highlight {
  color: #ffffff;
}
.suggestion-name {
  margin-left: 10px;
  line-height: 34px;
  font-size: 14px;
}
.suggestion-highlight {
  font-weight: bold;
}
/* ************************ Autocomplete End ************************ */

.cur-pointer {
  cursor: pointer;
}
.cur_notAllowed {
  cursor: not-allowed;
}
.button:disabled,
.btn:disabled {
  cursor: not-allowed;
}
.productGread .fa-circle-check {
  opacity: 0;
}
.productGread .activeBox .fa-circle-check {
  opacity: 1;
}
.dropdown .dropdown-menu.show {
  display: block !important;
}

/* ************************ One India Sale Start ************************ */
.anniversary-one-one .modal-content .modal-body {
  background: #fff9e6 url(../images/mod-bg.png) no-repeat top center/cover;
}
.anniversary-one-one .modal-content .btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
}
.anniversary-one-one .modal-content .modal-body .text-orange {
  color: #b6551e;
}
.anniversary-one-one .modal-content .modal-body .btn-outline-danger:hover,
.anniversary-one-one .modal-content .modal-body .btn-danger {
  background-color: #b6551e;
  border-color: #b6551e;
  color: #fff;
}
.anniversary-one-one .modal-content .modal-body .btn-outline-danger {
  color: #b6551e;
  border-color: #b6551e;
}
.anniversary-one-one .modal-content .modal-body .bg-danger {
  background-color: #b6551e !important;
  line-height: 1.25;
}
.anniversary-one-one .modal-content .modal-body .claim-box {
  border: 1px solid #b6551e;
}
.anniversary-one-one .modal-content .modal-body .claim-box .rupee_txt {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px black;
  color: #b6551e;
  text-shadow: 0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, 1px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
}
.anniversary-one-one .modal-content .modal-body .claim-box .claim_txt {
  margin: -14px 0 0;
}
.anniversary-one-one .modal-content .modal-body .claim-box .claim_txt span {
  display: inline-block;
  background: #fff9e6 url(../images/text-bg.png) no-repeat center left/cover;
  padding: 0 10px;
}

.anniversary-one-one .modal-content .modal-body .text-shadow {
  -webkit-text-stroke: 1px black;
  color: #b6551e;
  text-shadow: 0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, 1px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
}
.anniversary-one-one .modal-content .modal-body .claim_active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.anniversary-one-one .modal-content .modal-body .inner_claim {
  position: relative;
  padding-bottom: 38px;
}
.anniversary-one-one .modal-content .modal-body .inner_claim .stockBox {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0px;
}

.anniversary-one-one .modal-content .modal-body .carousel-control-next,
.anniversary-one-one .modal-content .modal-body .carousel-control-prev {
  opacity: 1;
  width: 24px;
}
.anniversary-one-one .modal-content .modal-body .carousel-control-next {
  right: -10px;
}
.anniversary-one-one .modal-content .modal-body .carousel-control-prev {
  left: -10px;
}

@media (max-width: 767px) {
  .anniversary-one-one .modal-content .modal-body .btn {
    font-size: 14px;
  }
  .anniversary-one-one .modal-content .modal-body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .anniversary-one-one .modal-content .modal-body .btn {
    font-size: 12px;
  }
}
/* ************************ One India Sale End ************************ */

/* ************************ Write & Earn Page Start ********************* */
.banner_blog {
  background: url('../images/banner_bg.png') no-repeat top right;
}
.banner_blog h4 {
  color: #323539;
  font-size: 47px;
  font-weight: bold;
}
.btn-success.btn_start {
  background: #b8d64d;
  padding: 8px 20px;
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.02);
}
.switch-button span:first-child {
  background: #f3f3f3;
  padding-right: 36px !important;
}
.switch-button span:last-child {
  margin-left: -30px;
  background: #212529;
  color: #fff;
}
.abt_des {
  color: #323539;
  background: url('../images/abt_bg.png') no-repeat left bottom;
  padding-bottom: 100px;
}
.how_to_participate {
  background: #f9faff;
  padding: 60px 0 100px;
  position: relative;
}
.how_to_participate:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  background: #fff;
}
.list_participate li {
  position: relative;
  font-size: 18px;
  color: #323539;
  padding-left: 26px;
  padding-bottom: 40px;
}
.list_participate li:last-child {
  padding-bottom: 0px;
}
.list_participate li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #979797;
  border: 4px solid #d7d7d7;
  border-radius: 50%;
}
.active_lits:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 19px;
  width: 2px;
  height: 100%;
  background: #b8d64d;
}
.list_participate li.active_lits::before {
  background: #fff;
  border: 4px solid #b8d64d;
}
.list_participate li:last-child.active_lits:after {
  display: none;
}
.join_team {
  margin-top: -46px;
}
.jon_text_dv {
  padding: 18px 20px;
  border: 1px dashed #979797;
}
.jon_text_dv div {
  z-index: 1;
  position: relative;
}
.jon_text_dv::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background: rgb(248, 227, 216);
  background: linear-gradient(90deg, rgba(248, 227, 216, 1) 0%, rgba(248, 214, 185, 1) 100%);
  border-radius: 50rem;
  z-index: 1;
}
.image_dv {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}
.image_dv img {
  filter: grayscale(1);
}
.image_dv:hover img {
  filter: grayscale(0);
}
.faq_section .accordion-item {
  background: #f9faff;
  margin-bottom: 16px;
  border: 1px solid #f9faff;
  color: #323539;
}
.faq_section .accordion-button {
  background: #f9faff;
  border: 1px solid #f9faff;
  border-radius: 6px !important;
  padding-right: 36px !important;
}
.faq_section .accordion-button:focus {
  box-shadow: none;
}
.faq_section .accordion-button:not(.collapsed) {
  background: #f9faff;
  color: #323539;
  box-shadow: none;
}
.faq_section .accordion-button::after {
  background: none;
  width: 16px;
  height: 2px;
  background: #707070;
  transform: none;
  position: absolute;
  right: 14px;
  top: 24px;
}
.faq_section .accordion-button::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 17px;
  background: none;
  height: 16px;
  width: 2px;
  background: #707070;
}
.faq_section .accordion-button:not(.collapsed):before {
  display: none;
}
.faq_section .accordion-button:not(.collapsed):after {
  background: #323539;
}
.faq_section .accordion-item:has(.show) {
  border: 1px solid #c3cbf5;
  border-radius: 6px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}
.faq_section .accordion-body {
  font-size: 14px;
  border-radius: 0 0 6px 6px;
}
.testi_sec .content_dv {
  padding: 14px 14px 0 0;
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi_sec .slider .slide .child-element {
  color: #000;
  padding: 0px 9%;
}
.testi_sec .slick-active.slick-center .content_dv {
  border: 1px solid #c3cbf5;
  border-radius: 6px;
  color: #323539;
  position: relative;
  margin: 0px 26px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
  display: block;
  padding: 24px !important;
  overflow: unset;
}
.testi_sec .slick-active.slick-center .content_dv:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #c3cbf5;
  border-width: 0px 1px 1px 0px;
  background: #fff;
}
.testi_sec .name_dv {
  opacity: 0;
}
.testi_sec .slick-slide {
  opacity: 0.2;
}
.testi_sec .slick-active.slick-center {
  opacity: 1;
}
.testi_sec .slick-active.slick-center .name_dv {
  opacity: 1;
}
.testi_sec .slick-active.slick-center .content_dv:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background: #fff;
}
.testi_sec {
  padding-bottom: 130px;
  background: url('../images/quote.png') no-repeat 90% bottom;
}
.contact_section {
  background: #f9faff url('../images/contact_bg.png') no-repeat left top;
  padding: 20px 0 70px;
  position: relative;
  z-index: 9;
}
.contact_section:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../images/contact_bg_1.png') no-repeat right bottom;
  z-index: -1;
}
.contact_section .form-control:is(:focus, :active),
.contact_section .form-select:is(:focus, :active) {
  border: 1px solid #c3cbf5;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
  color: #5866ac !important;
}
.arrow_ic {
  margin-top: -92px;
}
.testi_sec .slick-arrow,
.testi_sec .slick-arrow {
  position: absolute;
  left: 29.4%;
  top: calc(50% - 42px);
  background: #fff;
  display: inline-block;
  border: 1px solid #c3cbf5;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.testi_sec .slick-next {
  left: unset;
  right: 29.4%;
}
.how_to_participate .slick-dots {
  display: block !important;
  text-align: center;
}
.how_to_participate .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.how_to_participate .slick-dots button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: #d7d7d7;
  border: 0;
  border-radius: 50%;
  border: 4px solid #d7d7d7;
}
.how_to_participate .slick-dots li.slick-active button {
  border-color: #b8d64d;
  background: #fff;
}
.how_to_participate .slick-dots li button:before {
  color: transparent !important;
}

.earn_btn {
  position: fixed;
  right: 0;
  top: 20%;
  writing-mode: tb;
  padding: 16px 10px;
  text-transform: uppercase;
  background: #b8d64d;
  color: #fff;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  z-index: 9;
}
.earn_rbl td,
.earn_rbl th {
  width: 33.333% !important;
  text-align: center;
}
.earn_rbl td a,
.earn_rbl th a {
  word-break: break-all;
}

@media (max-width: 1199px) {
  .banner_blog h4 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .banner_blog h4 {
    font-size: 29px;
  }
  .testi_sec .slider .slide .child-element {
    padding: 0px 0%;
  }
  .testi_sec .slick-arrow,
  .testi_sec .slick-next {
    left: 24.4%;
  }
  .testi_sec .slick-next {
    left: unset;
    right: 24.4%;
  }
}

@media (max-width: 768px) {
  .banner_blog {
    background: url('../images/banner_bg_mob.png') no-repeat top left;
    padding-bottom: 70px !important;
    padding-top: 20px;
  }
  .banner_blog .btn-success.btn_start {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner_blog h4 {
    font-size: 20px;
  }
  .switch-button span {
    font-size: 13px;
  }
  .banner_blog p {
    font-size: 14px;
    padding: 0 30px;
  }
  .abt_des .fs-36 {
    font-size: 23px;
  }
  .abt_des .fs-18 {
    font-size: 14px;
  }
  .abt_des {
    color: #323539;
    background: none;
    padding-bottom: 40px;
  }
  .top_brands .fs-30,
  .faq_section .fs-30 {
    font-size: 24px;
  }
  .testi_sec {
    background-position: 96% 64%;
    background-size: 14%;
  }
  .contact_section {
    background-image: none;
  }
  .contact_section .fs-20 {
    font-size: 18px;
  }
  .testi_sec .slick-arrow,
  .testi_sec .slick-next {
    left: 50%;
    top: unset;
    bottom: -16px;
    margin-left: -35px;
  }
  .testi_sec .slick-next {
    left: 50%;
    right: auto;
    margin-left: 15px;
  }
  .testi_sec .slick-active.slick-center {
    padding-bottom: 20px;
  }
  .jon_text_dv .fs-22 {
    font-size: 17px;
  }
  .jon_text_dv .fs-18 {
    font-size: 12px;
  }
  .faq_section .accordion-button {
    font-size: 14px;
  }
  .how_to_participate .slick-slide img {
    display: inline-block;
  }
  .list_participate li::before,
  .list_participate li::after {
    display: none;
  }
  .list_participate li {
    text-align: center;
  }
  .list_participate li {
    padding: 0;
    font-size: 14px;
  }
  .arrow_ic {
    margin-top: -130px;
  }
  .noScrool {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .noScrool .row {
    display: block;
  }
  .noScrool .row .col {
    display: inline-block;
    width: 22%;
  }
  .testi_sec .slick-slide {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .noScrool .row .col {
    display: inline-block;
    width: 40%;
  }
}

@media (max-width: 460px) {
  .earn_rbl {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .jon_text_dv .fs-22 {
    font-size: 14px;
  }
  .jon_text_dv .fs-18 {
    font-size: 10px;
  }
}
/* ************************ Write & Earn Page end ********************* */

/* ************************ Checkout Instruction Start ********************* */
.checkout_pop p,
.checkout_pop h4,
.checkout_pop h5,
.checkout_pop h6 {
  font-size: 14px;
}
.checkout_pop img {
  max-width: 130px;
}
.checkout_pop ul {
  padding-left: 16px;
}
.checkout_pop li {
  font-size: 13px;
  color: #575757;
}
/* ************************ Checkout Instruction End ********************* */

.dateClass input[type='date'] {
  text-align: right;
  position: relative;
  height: 38px;
}
.dateClass input[type='date']:before {
  content: attr(placeholder) !important;
  left: 16px;
  top: 7px;
  position: absolute;
  z-index: 9;
  font-size: 15px;
}

/* ************************ Offer modal Start ********************* */
.attentionPop {
  background: #c0e6f2 url(../images/bg_ppop.png);
}
.attentionPop .btnBuy,
.btnBuy:hover {
  background: #271e79;
  color: #fff;
  border-radius: 4px;
  padding: 8px 60px;
  text-decoration: none;
}
.attentionPop .fs-15 {
  color: #271e79;
}
.exvDv {
  background: #00b6f0;
  color: #fff;
}
/* ************************ Offer modal End ********************* */
/* new brand page */
.cursor-pointer {
  cursor: pointer;
}

.imp-btns .btn {
  background-position: 20px center;
  padding: 10px 23px 10px 29px;
  color: #696969;
  text-align: center;
}

.checkStatuesMob {
  background: #f8f8f8;
  border: 1px solid #98989a;
  padding: 2px 20px 10px 20px;
  position: relative;
}

.checkStatuesMob .form-control {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 0;
  width: 88%;
}

.checkStatuesMob .form-control:is(:focus) {
  box-shadow: none;
}

.checkStatuesMob:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #98989a;
  border-radius: 50%;
  right: 10px;
  top: 16px;
}

.checkStatuesMob:before {
  content: '';
  top: 21px;
  right: 17px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #98989a;
  z-index: 1;
}

.checkStatuesMob.activeStat:after {
  border: 1px solid #119e00;
  background: #119e00;
}
.checkStatuesMob.activeStat:before {
  border-color: #ffffff;
}
.pay_text_color {
  color: #00b4ff;
}

.imp-btns .btn-success {
  padding: 12px 40px 12px 40px !important;
  background: #b8d64d !important;
  color: #fff;
  border-color: #b8d64d;
}

.imp-btns .btn-success::before,
.imp-btns .btn-success:after {
  display: none;
}

.qrDv {
  display: none;
}

@media (max-width: 767px) {
  .br-page-logo {
    position: relative;
    box-shadow: 4px 4px 0 0px #000;
    border: 1px solid #000 !important;
    padding: 6px 50% 6px 10px;
  }
  .br-page-logo:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #d8d8d8;
    height: 80%;
  }
  .redeemType {
    width: 50%;
    left: initial;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
  .description_move {
    color: #3f3f3f !important;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .imp-btns .btn {
    background-color: #e3f2ff;
    padding: 16px 15px;
    text-align: center;
    background-position: 20px center;
  }
  .addressFrom button.btn {
    padding: 10px 0px;
    border-radius: 4px !important;
  }
  .topHead {
    background: #7a7a7a !important;
  }
  .topHead .btn-light {
    background: transparent !important;
    color: #fff;
    text-align: right !important;
  }
  .hamburger-icon div {
    background: #fff;
  }
  .cart-btn {
    background: url('../icons/cart.png') no-repeat center;
  }
  .cart-btn span.badges {
    background: #f6931d;
  }
  .headerSearch.searchOtherPage {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
    display: none;
  }
  .openSearch {
    overflow: hidden;
  }
  .openSearch .headerSearch.searchOtherPage {
    display: block;
  }
  .headerSearch.searchOtherPage .btn {
    top: 0px;
    bottom: initial;
    right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .headerSearch.searchOtherPage .form-control {
    width: 100%;
    padding: 10px 24px 10px 30px !important;
  }
  span.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #f00;
    padding: 8px 10px;
    font-size: 20px;
  }
  .close:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .mobDvBorder {
    position: relative;
    box-shadow: 4px 4px 0 0px #000;
    border: 1px solid #000 !important;
    padding-bottom: 35px;
  }
  .mobDvBorder .br-page-logo {
    box-shadow: none;
    border: none !important;
  }
  .mobDvBorder .br-page-logo .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
  }
}

@media (max-width: 567px) {
  .rewardTagCross {
    font-size: 10px;
  }
  .des_mob {
    font-size: 15px;
  }
  .addressFrom button.fs-14 {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

/* end new brand page */

.checkStatuesMob ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6c757d !important;
  opacity: 1; /* Firefox */
}

.checkStatuesMob :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6c757d !important;
}

.checkStatuesMob ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6c757d !important;
}

@media (max-width: 380px) {
  .promoDv .fs-14 {
    font-size: 11px;
  }
}

/* brand ambassador page start */
.startEarning {
  border: 1px solid #212529 !important;
  color: #212529;
}
.startEarning:hover {
  background: #212529;
  color: #fff;
}
.blogIframe iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 991px) {
  .banner_blog .bannnerBtn .btn {
    font-size: 12px;
  }
  .switch-button span:first-child {
    padding-right: 30px !important;
  }
  .switch-button span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner_blog .bannnerBtn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .banner_blog .btn-success.btn_start {
    position: initial;
  }
  .banner_blog .btn-success.btn_start {
    position: initial;
    transform: none;
  }
  .banner_blog .bannnerBtn .btn {
    font-size: 14px;
  }
  .earn_btn {
    font-size: 14px;
    padding: 8px 7px;
  }
}
/* brand ambassador page end */
.cart-checkout-modal.offcanvas-bottom.custom-height {
  padding-bottom: 0px !important;
  z-index: 999;
}

/* ************************ entertainment page start ************************ */
.ProEntertainmentBox {
  background-color: #fff;
  min-height: 100%;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  color: #212529;
  padding-bottom: 55px !important;
  position: relative;
}
.ProEntertainmentBox:hover {
  border-color: #119e00;
}
.ProEntertainmentBox figure figcaption .btn {
  left: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.claimSec {
  background-color: #f6f6f6;
}
.sterIcon {
  padding: 10px;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.sterIcon img {
  box-shadow: 0px 0px 11px 5px #0000000a;
  z-index: 9;
}
.step-1:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.step-2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.step-3:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.watchDemo {
  right: 0;
  top: 30%;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 0px 12px 5px #0000001c;
  z-index: 9;
  width: auto;
  padding: 7px 10px;
  position: fixed;
  background: #fff;
}
.add_voucha_frm {
  border: 1px solid #ced4da;
}
.add_voucha_frm .form-control {
  padding-right: 70px;
}
.add_voucha_frm button {
  position: absolute;
  height: 30px;
  top: 5%;
  right: 2px;
  line-height: 1;
}
.add_voucha_outer {
  display: flex;
  align-items: center;
  justify-content: end;
}
.ent_outer {
  display: flex;
}
.custom_tb {
  border: 2px solid #cbd9e5;
}
.custom_tb span {
  width: 33.33%;
  cursor: pointer;
  display: inline-block;
  border-right: 2px solid #cbd9e5;
}
.custom_tb span:last-child {
  border: 0;
}
.entAvtiveTab {
  background: #b8d64d;
  color: #fff;
}
.ReCAPTCHABox {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  border-right: 2px solid #ccc;
  z-index: 99;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .mob_des {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .mob_des .step_main {
    width: 900px;
    white-space: normal;
  }
  .mob_des .sterIcon img {
    max-width: 50px;
  }
  .add_voucha_outer label {
    display: none;
  }
  .ent_outer {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ent_outer {
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 14px !important;
  }
  .add_voucha_outer {
    display: block;
    margin-top: 6px;
  }
  .listOuterMain .price_inn {
    flex-direction: column;
    align-items: initial;
  }
  .listOuterMain .price_inn .plan_price {
    border: 0px !important;
    padding-left: 0px !important;
    display: flex;
  }
  .listOuterMain .price_inn .plan_price del {
    padding-right: 10px;
  }
  .listOuterMain {
    font-size: 14px;
  }
  .ent_sec {
    background: transparent !important;
    margin-bottom: 16px;
  }
  .ent_sec .row {
    background: #fff;
  }
  .ProEntertainmentBox figure figcaption .btn {
    font-size: 14px;
  }
}

/* ************************ entertainment page end ************************ */
.crous_cenetr .slick-track {
  margin: auto;
}

.tc_diwali_2023 {
  background: url('./../images/diwali_bg.png') center top/cover;
}
.tc_navratri_diwali_inner {
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 16px;
}
.tc_navratri_diwali_inner ul li {
  position: relative;
  padding-left: 18px;
  list-style: none;
  margin-bottom: 16px;
}
.tc_navratri_diwali_inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .tc_diwali_2023 {
    background: url('./../images/diwali_bgm.png') center top/cover;
  }
  .tc_navratri_diwali_inner ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .tc_navratri_diwali_inner ul li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
  .tc_navratri_diwali_inner .fs-30 {
    font-size: 25px;
  }
}

/* one india sale css end 20 october 2023 */

.wd_page {
  background: #ffe1f0 url(../images/Gyftr-WomensDay-bg.jpg) no-repeat center top/cover;
}
.shadow_wd {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
  color: #5c377a;
  font-size: 18px;
  margin-top: -60px;
}

.chicklet_description {
  min-height: 40px;
}
@media (max-width: 1099px) {
  .chicklet_description {
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .shadow_wd {
    margin-top: 0;
  }
}

.hide_chat .appChat,
.hide_chat .embeddedMessagingConversationButtonWrapper,
.hide_chat .whats-help {
  display: none !important;
}

.wordBreak {
  word-break: break-all !important;
  white-space: initial;
}

.loginModal .border-0 {
  border-radius: 10px !important;
}
.bg-login {
  background-color: #b8d64d;
  border-radius: 10px 0 290px 10px;
}
.bg-login img {
  margin: 0 0 -2px 0;
}
.loginModal .form-control {
  border-color: #000;
  background-color: #efefef;
}
.otpBox {
  margin: 0 -0.25rem !important;
}

@media (max-width: 575px) {
  .bg-login img {
    max-height: 180px;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .chicklet_description {
    min-height: 66px;
  }
}

.wordBreak {
  word-break: break-all !important;
  white-space: initial;
}

/****************** custom voucher Start ****************************/
.epay_section_brand_page {
  background: #dddddd;
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epay_im {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0c6af1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
}
.epay_im img {
  width: 44px;
}
.custom_demonation_filed input.form-control {
  border-radius: 0px;
  border-color: #a4a4a4 !important;
  padding: 6px 56px 6px 6px;
  text-align: center;
  font-weight: 600;
}
.custom_demonation_filed span {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  padding: 0px 18px;
  background: #e2e2e2;
  border-left: 1px solid #a4a4a4;
}
.figer_Button .btn-light {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .epay_section_brand_page .fs-3 {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .epay_section_brand_page ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .check_balance {
    font-size: 12px !important;
  }
  .switchEpayfs .fs-16 {
    font-size: 12px !important;
  }
}
/****************** custom voucher End ****************************/

/******************* tc promoc /*******************/
.tc_promo {
  background: #657033 url('../images/tc_bg.png') no-repeat center top/cover;
}
.tc_promo a {
  color: #0a06c2;
}
.line_dv {
  width: 120px;
  height: 6px;
  background: #fff;
}
@media (max-width: 991px) {
  .tc_promo .fs-24 {
    font-size: 18px;
  }
  .tc_promo .fs-20 {
    font-size: 14px;
  }
}
/******************* tc promoc end ********************/

/******************* Product Stock **********************************/
.crossSell {
  position: relative;
  z-index: 1;
}
.crossSell a {
  text-decoration: none;
}
.stock_border {
  border: 1px solid #b8d64d;
  padding-top: 24px;
}
.crossSell::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: #f7fbff;
  z-index: -1;
}
.stock_anim {
  animation: swingStockOut ease-in-out 0.8s infinite alternate;
  transform-origin: center -10px;
}
.crossSell .closeBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 18px;
  z-index: 9;
  border: 0;
  padding: 0;
  background: #b8d64d;
  border-radius: 50%;
  line-height: 1;
  width: 24px;
  height: 24px;
}
/******************* Product Stock end *******************************/

/******************* New Thanks Page Start ***************************/
@media (min-width: 991px) {
  .listVouchersThanks .row > div:not(:last-child) {
    border-right: 1px solid #eee;
  }
}
.btn-light2 {
  background-color: #ffe1e1;
  border-color: #ffe1e1;
}

@media (max-width: 1199px) {
  .listVouchersThanks .row > div {
    order: 2;
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .listVouchersThanks .border {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .listVouchersThanks .row > div.amountName {
    order: 1;
    font-weight: 600;
  }
  .listVouchersThanks .row > div {
    order: 2;
    font-size: 14px !important;
  }
  .listVouchersThanks .row > div .fs-12 {
    font-size: 14px !important;
  }
}
/******************* New Thanks Page End ***************************/

@media (max-width: 500px) {
  .login_top_head li {
    font-size: 12px;
  }
  .login_top_head li .btn-light {
    font-size: 13px;
  }
  .login_top_head li img {
    width: 14px;
    margin-right: 0px !important;
  }
}

/******************* Download App End ***************************/
.text-dark {
  color: #333333;
}
.border-light-2 {
  border-color: #d8d2f3 !important;
}
.text-warning-2 {
  color: #f6941c;
}
.download_app {
  background: #f6f4fe;
}
.download_app_bnr {
  background: #fff url('../images/download-app/down_app_btm_banner.svg') no-repeat center 101%/100% auto;
  padding: 40px 0 180px;
}
.save_big_txt img {
  width: 30px;
}
.download_app_brand .slick-dots li {
  margin: 0;
}
.download_app_brand .slick-dots li button:before {
  font-size: 12px;
}
.download_app_brand .slick-dots li.slick-active button:before {
  color: #f6941c;
}
.features_stand_inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 26px 43px 0px rgba(125, 118, 167, 0.1);
}
.features_stand_inner .row {
  z-index: 1;
}
.how_it_work_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 4px solid #b5de02;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.how_it_work_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 93%;
  background: #d8d8d8;
}
.right_it_works {
  background: #f2efff;
  border: 1px solid #d8d2f3;
  padding: 40px 0;
}
.right_it_works img {
  height: 50px;
}
.right_it_works::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(45deg);
  border-left: solid #d8d2f3;
  border-bottom: solid #d8d2f3;
  width: 16px;
  height: 16px;
  border-radius: 0px 0px 0px 4px;
  background: #f2efff;
}
.how_wrk_step {
  background: #b8e200;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 12px 3px rgba(184, 226, 0, 0.5);
}
.how_wrk_heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background: #212529;
  border-radius: 4px;
}
.step_inner .right_it_works::before {
  left: initial;
  right: -8px;
  transform: translateY(-50%) rotate(45deg) scale(-1);
}
.step_inner .how_wrk_heading::after {
  right: initial;
  left: 0;
}
.step_inner .how_wrk_step {
  right: initial;
  left: -20px;
}
.happy_shopping_inner {
  background: #fff url('../images/download-app/download_app_bg.png') no-repeat center top/cover;
}

@media (max-width: 1199px) {
  .download_app_bnr .fs-46 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .download_app_bnr .fs-46 {
    font-size: 32px;
  }
  .download_app_bnr .save_big_txt .fs-30 {
    font-size: 26px;
  }
  .features_stand_inner:after {
    height: 100%;
  }
  .features_stand_sec .row {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .story_number .fs-26 {
    font-size: 24px;
  }
  .story_number .fs-32 {
    font-size: 23px;
  }
  .story_number .fs-15 {
    font-size: 14px;
  }
  .hideBreak br {
    display: none;
  }
}
@media (max-width: 767px) {
  .download_app_bnr {
    background: #fff;
    padding: 40px 0;
  }
  .download_app_bnr .fs-46 {
    font-size: 28px;
  }
  .download_app_bnr .save_big_txt .fs-30 {
    font-size: 22px;
    font-weight: 400;
  }
  .download_app_brand .fs-36 {
    font-size: 28px;
  }
  .features_stand_sec .fs-36 {
    font-size: 28px;
  }
  .features_stand_sec .features_stand_inner .fs-20 {
    font-size: 17px;
  }
  .features_stand_sec .features_stand_inner .fs-16 {
    font-size: 14px;
  }
  .how_it_work_inner::after,
  .how_it_work_inner::before {
    left: 0;
  }
  .how_it_work_inner {
    padding-left: 40px;
  }
  .how_wrk_step {
    top: 0;
  }
  .how_wrk_step {
    top: 18px !important;
    left: -47px !important;
  }
  .how_wrk_heading::after {
    left: 0px;
    width: 44px;
  }
  .fs-24.how_wrk_heading {
    font-size: 18px;
  }
  .how_it_work .how_it_work_inner .fs-20 {
    font-size: 16px;
  }
  .how_it_work_inner::after {
    height: 88%;
  }
  .happy_shopping_inner {
    background: #fff url('../images/download-app/download_app_bg_m.png') no-repeat center top/cover;
  }
  .happy_shopping_app .happy_shopping_inner .fs-24 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .features_stand_sec .features_stand_inner .fs-20 {
    font-size: 13px;
  }
  .features_stand_sec .features_stand_inner .fs-16 {
    font-size: 12px;
    height: 40px;
  }
}
/******************* Download App End ***************************/

/******************* New Empty Cart Start ***************************/
.emptyCartBg {
  position: relative;
}
.emptyCartBg figure {
  position: relative;
  z-index: 2;
  margin: 0;
}
.emptyCartBg:after {
  background: #f2f5e6;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 150px;
  box-shadow: 0 0 40px 40px #f2f5e6;
  z-index: 1;
}

/******************* Spin Gane 2025 Start ***************************/

.valentoneday_25 {
  min-height: calc(100vh - 245.5px);
  background: #fed7d0 url('../images/spin-game-2025/bg_val_d.png') no-repeat right bottom/cover;
  padding: 40px 0;
  position: relative;
}
.valentoneday_25::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  width: 150px;
  bottom: 0;
  background: url('../images/spin-game-2025/gift_box.png') no-repeat center top/100% auto;
}
.fixpinpoint .hmocIu {
  transform: rotate(-39deg);
}
.spin_game_2025 {
  top: 50%;
  left: 0;
  z-index: 99;
  color: #9d0306;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(180deg, #fff4e4 0%, #ffc4c4 100%), #4b2f53;
  transform: translateY(-50%) scale(-1);
  padding: 16px 10px;
  border-radius: 16px 0 0 16px;
  white-space: nowrap;
}
.spin_icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.spin_icon img {
  width: 80px;
}
.spin_game_canva .btn-close {
  position: absolute;
  right: -40px;
  top: 14px;
}
.btn-spin-game {
  background: #9d0306 !important;
  min-width: 160px !important;
}
.btn-spin-game-2 {
  background: #d43538 !important;
  min-width: 220px !important;
}
.spin_gft_box {
  position: absolute;
  right: 0;
  top: 0;
}
.text-danger-spin {
  color: #ba4646;
}
.spin_congrates_modal {
  background: #ffd2d2 url('../images/spin-game-2025/spin_cong_bg.png') no-repeat top center/cover;
  border-radius: 16px;
}
.cong_txtm {
  margin-top: -36px;
}
.cong_logo_otr {
  background: #ff6262;
  border-radius: 24px;
}
.cong_logo_otr::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: 49px;
  width: 80px;
  height: 120px;
  background: url(../images/spin-game-2025/env_ic.png) no-repeat right bottom / 100% auto;
}
.cong_logo_inr {
  background: #fff;
  padding: 0px 40px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.spin_game_dec {
  display: inline-block;
}
.spin_base {
  margin-top: -40px;
}
.spin_game_dec .bhdLno {
  background: url('../images/spin-game-2025/spin_bg_otr.png') no-repeat center center/cover;
}
.spin_game_dec .canvaOuter {
  position: relative;
  display: inline-block;
}
.spin_game_dec .pinIcon {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px -30px 0 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url('../images/spin-game-2025/spin_mid.svg') no-repeat center center / cover !important;
}
.spin_game_dec img[alt~='roulette-static'] {
  left: 50%;
  margin-left: -6%;
  width: 12%;
  top: -26px;
}
.spin_game_dec .sc-dlfnbm {
  width: auto !important;
  left: 28px !important;
  top: 28px !important;
  right: 28px !important;
  bottom: 28px !important;
  border-radius: 50%;
}
.rigt_contnt_spin {
  position: relative;
  z-index: 1;
}
.spintc_modal {
  background: url('../images/spin-game-2025/spin_tcbg.png') no-repeat top center/100% auto, linear-gradient(180deg, #fff4e4 0%, #ffc4c4 100%);
  border-radius: 14px;
}

@media (min-width: 380px) {
  .howto_play_spinmod .modal-dialog {
    max-width: 340px;
    margin: auto;
  }
}

@media (max-width: 1399px) {
  .btn-spin-game-2 {
    min-width: 186px !important;
  }
}

@media (max-width: 1199px) {
  .btn-spin-game-2 {
    min-width: 148px !important;
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .spin_game_dec .bhdLno {
    width: 392px;
    height: 392px;
  }
  .spin_game_dec .sc-dlfnbm {
    left: 25px !important;
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
  }
}

@media (max-width: 991px) {
  .spin_icon_m {
    position: fixed;
    bottom: 110px;
    right: 4px;
    z-index: 4;
  }
  .spin_icon_m img {
    width: 80px;
  }
  .valentoneday_25 {
    padding: 0;
  }
  .valentoneday_25::after {
    display: none;
  }
  .game_info {
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 420px) {
  .spin_game_dec .bhdLno {
    width: 330px;
    height: 330px;
  }
  .spin_game_dec .sc-dlfnbm {
    left: 21px !important;
    top: 21px !important;
    right: 21px !important;
    bottom: 21px !important;
  }
}
/******************* Spin Gane 2025 End ***************************/

/******************* New Empty Cart Start ***************************/
.cardLists a {
  display: block;
  transition: all 0.25s ease-in-out;
  outline: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #d11f27, 0 0 0 2px #d11f27, 0 0 0 4px rgba(0, 0, 0, 0.25), 0 11px 20px -5px rgba(0, 0, 0, 0.53), 0 25px 25px -4px rgba(0, 0, 0, 0.35);
}
.cardLists a:hover {
  transform: translateY(2px);
  box-shadow: inset 0 0 0 1px #d11f27, 0 0 0 2px #d11f27, 0 0 0 4px rgba(0, 0, 0, 0.25), 0 4px 12px -5px rgba(0, 0, 0, 0.53), 0 6px 6px -4px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease-in-out;
}
.TopBrandsGiftingSection .slick-track .OverImg {
  position: absolute;
  left: 15%;
  right: 15%;
  z-index: 1;
  bottom: 15px;
  text-align: center;
}
.TopBrandsGiftingSection .slick-track .OverImg img {
  max-height: 80px;
  width: auto;
  display: inline-block;
}
.TopBrandsGiftingSection .slick-track .rewardTagCross {
  background: #ffe9f1;
  background-image: linear-gradient(90deg, #ffe9f1 0%, #ffe9f1 50%, rgba(255, 233, 241, 0.9) 100%);
  bottom: initial;
  right: initial;
  left: -5px;
  top: 6px;
}
.TopBrandsGiftingSection .slick-track .rewardTagCross::after,
.TopBrandsGiftingSection .slick-track .rewardTagCross::before {
  position: absolute;
  left: 0px;
  content: '';
  color: #ffc5d2;
  border-right: 0 solid transparent;
  border-left: 0.5em solid transparent;
}
.TopBrandsGiftingSection .slick-track .rewardTagCross::after {
  border-top: 0.5em solid;
  border-bottom: 0;
  bottom: -6px;
}
.TopBrandsGiftingSection .slick-track .rewardTagCross::before {
  border-bottom: 0.5em solid;
  border-top: 0;
  top: -6px;
}
.TopBrandsGiftingSection .slick-slider .slick-arrow {
  display: none !important;
}

@media (min-width: 991px) {
  .TopBrandsGiftingSection .slick-track {
    left: -5%;
  }
}
/******************* New Empty Cart End ***************************/

/******************* Apply Promo on Cart Page Start ***************************/
.bg-success-light {
  background-color: #f4fff8;
}
.pc-List {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-List li {
  display: flex;
  background-color: #f6f6f6;
  width: 100%;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.pc-List li + li {
  margin-top: 15px;
}
.pc-List li.active:after {
  content: '\f058';
  font-weight: 900;
  position: absolute;
  right: -3px;
  top: -8px;
  color: #28a745;
  font-size: 14px;
  font-family: 'Font Awesome 6 Free';
}
.pc-List li .pc-tc {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 10px;
  cursor: pointer;
}
.PC-Name {
  text-transform: uppercase;
  color: #119e00;
  border: 1px dashed #119e00;
  border-radius: 3px;
  padding: 3px 5px;
  width: 90px;
  text-align: center;
}
.CustomPromocode {
  position: relative;
}
.CustomPromocode .btn {
  position: absolute;
  color: #119e00;
  right: 0;
  top: 1px;
  font-size: 14px;
}
.CustomPromocode .form-control {
  padding-right: 65px;
  border-color: #aaa8a8;
  background: #f6f6f6;
}

.customeOTP.nW input.form-control {
  max-width: inherit;
}
/******************* Apply Promo on Cart Page End ***************************/

/******************* Meet Greet Start ***************************/
.meet_greet_home {
  background: #fff1ed;
}
.travel_home {
  background: #f5ffed;
}
.btn-visit {
  border-radius: 10px;
  background: #5e5e60;
  color: #fff;
  padding: 6px 20px;
}
.bill_utilites_home {
  background: #fffeed;
}
.meet_greet_home .btn-visit {
  animation: visitBtnColorChange 1s infinite forwards;
}
.travel_home .btn-visit {
  animation: visitBtnColorChange 1s infinite forwards;
  animation-delay: 0.3s;
}
.bill_utilites_home .btn-visit {
  animation: visitBtnColorChange 1s infinite forwards;
  animation-delay: 0.2s;
}

@keyframes visitBtnColorChange {
  from {
    background: #5e5e60;
    color: #fff;
  }
  to {
    background: #bcd362;
    color: #5e5e60;
  }
}

.search_flight_page {
  min-height: calc(100vh - 245px);
  background: url('../images/onecard/bg_flight_list.png') no-repeat center center/cover;
}

@media (max-width: 767px) {
  /* .home_meet_slider {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .home_meet_slider .col {
    display: inline-block;
    width: 303px;
    vertical-align: top;
    margin-right: 10px;
    height: 105px;
  }
  .home_meet_slider .col:last-child {
    margin-right: 0px;
  } */
  .btn-visit {
    font-size: 12px;
  }
}
/******************* Meet Greet End ***************************/

/******************* auto pay***************************/
.text-bg-danger {
  background-color: #ff9c00 !important;
}
.auto_pay_btn {
  width: 220px;
}
@media (max-width: 991px) {
  .auto_pay_btn {
    z-index: 4;
  }
}
.auto_pay_btn .dropdown-menu {
  border-radius: 0 0 18px 18px;
  transform: translate3d(0px, 0px, 0px) !important;
  top: 0px !important;
  inset: initial !important;
  /* height: 180px; */
}
.auto_pay_btn .show.rounded-4 {
  border-radius: 1rem 1rem 0 0px !important;
}
.auto_pay_btn .show i {
  transform: rotate(-90deg);
}
.auto_pay_logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.cancel_autoplay_btn {
  background: url('../images/ar_rg.svg') no-repeat center right/20px;
  border: 1px solid #e9e9e9;
  padding: 10px 20px;
}
.cancel_autoplay_btn:hover {
  border-color: #b8d64d;
}
.history_payment_inr::before {
  content: '';
  position: absolute;
  top: 0;
  left: -21px;
  width: 10px;
  height: 10px;
  background: #22c179;
  border-radius: 50%;
}
.rotate_icon i {
  transform: scaleY(-1);
}
.bg-light-3 {
  background: #f5f8fd;
}
.bg-light-4 {
  background: #7a7a7a;
}
.autoplay_tab_nv {
  white-space: unset !important;
  border: 0px;
}
.autoplay_tab_nv.nav-tabs .nav-link {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 8px !important;
}
.autoplay_tab_nv.nav-tabs .nav-link.active {
  background: #fff7f4 !important;
}
.autoplay_tab_nv.nav-tabs .nav-link::after {
  display: none;
}
.delete_auto_pmt {
  padding: 14px 20px;
  border-radius: 10px 10px 0 0;
}
.info_autopay .dropdown-menu {
  width: 222px;
  transform: translate3d(9px, -4px, 0px) !important;
  border-radius: 18px;
  border: 1px solid #dee2e6;
  right: -1px !important;
  top: -3px !important;
}
.info_autopay {
  position: absolute;
  top: 7px;
  right: 8px;
}
.delete_autopay {
  position: absolute;
  right: 7px;
  top: 12px;
  cursor: pointer;
}
.addes_autopay .autoplay_hrd {
  padding-right: 40px !important;
}
.addes_autopay .info_autopay {
  right: 24px;
}
.added_autopay {
  position: absolute;
  right: -5px;
  bottom: 3px;
}
.addes_autopay .info_autopay .dropdown-menu {
  right: -16px !important;
  top: -3px !important;
}
.bg-autopay {
  background: #f7f7f7 !important;
  pointer-events: none;
  position: relative;
}
.bg-autopay:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, f7f7f7);
  z-index: 4;
}
.auto_pay_logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .upcomeing_pmt {
    border: 0px !important;
    padding: 0;
  }
  .upcomeing_pmt .border-end {
    border: 0px !important;
  }
  .date_end_strt {
    font-size: 10px;
  }
  .upcomeing_pmt .fs-18 {
    font-size: 16px;
  }
  .upcomeing_pmt .fs-13 {
    font-size: 12px;
  }
  .upcomeing_pmt .form-check label {
    font-size: 11px;
  }
  /* .cancel_autoplay_1 {
    border-radius: 14px 14px 0 0 !important;
    border-bottom: 0px !important;
  }
  .cancel_autoplay_2 {
    border-radius: 0 0 14px 14px !important;
  } */
  .cancel_autoplay_btn {
    font-size: 12px;
  }
  .autoplay_tab_nv {
    white-space: nowrap !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin-bottom: 20px !important;
    padding-bottom: 1px !important;
  }
  .autoplay_tab_nv li.nav-item {
    width: 50% !important;
  }
  .autoplay_tab_nv.nav-tabs .nav-link {
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
  }
}
.cartGrid .top_drop_1 .dropdown .dropdown-menu.show {
  position: relative;
  z-index: 10;
}

.newTab {
  position: absolute;
  top: 10px;
  left: -30px;
  color: #fff;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  z-index: 99;
  animation: blink 1s infinite;
  width: 100px;
  text-align: center;
  transform: rotate(-50deg);
}
@keyframes blink {
  0%,
  100% {
    background-color: #f7941d;
  }
  50% {
    background-color: #b8d64d;
  }
}
/******************* auto pay end***************************/

/******************* cancellation journey End ***************************/
.refund_complete {
  position: relative;
}
.multi_cancell_brand {
  margin-bottom: 16px;
}
.multi_cancell_brand:last-child {
  margin-bottom: 0;
}
.refund_complete:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f1f1f124;
}
.multi_cancell_brand label {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  width: 100%;
  padding: 0 6px;
  cursor: pointer;
  position: relative;
}

.multi_cancell_brand label:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 3px;
  width: 6px;
  transform: rotate(-45deg);
  display: none;
}
.multi_cancell_brand label::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #23ae09;
  border-radius: 50%;
  display: none;
}
.multi_cancell_brand input {
  opacity: 0;
  position: absolute;
}
.multi_cancell_brand input:checked + label {
  border-color: #23ae09;
}
.multi_cancell_brand input:checked + label::before {
  display: block;
}
.multi_cancell_brand input:checked + label::after {
  display: block;
}
.already_cancelled.multi_cancell_brand input:checked + label {
  border: 1px solid #f8f8f8;
}
.ref_status_dv {
  background: #eaeaea;
}
.already_cancelled.multi_cancell_brand input:checked + label::before,
.already_cancelled.multi_cancell_brand input:checked + label:after {
  display: none;
}
.already_requested {
  color: #db0010;
  background: #ffe2e2;
  top: -7px;
  right: 0;
  padding: 0px 6px;
}
@media (max-width: 767px) {
  .cancellation_modal_body .fs-18 {
    font-size: 14px;
  }
}

/******************* corporate gifting End ***************************/
.text-success-2 {
  color: #2c6d0d;
}
.text-primary-2 {
  color: #00312a;
}
.outfit_font {
  font-family: 'Outfit', sans-serif;
}
.fs-58 {
  font-size: 58px;
}
.fs-44 {
  font-size: 44px;
}
.fs-40 {
  font-size: 40px;
}
.fs-19 {
  font-size: 19px;
}
.bg-light-3 {
  background: #f9f9f9;
}
.cor_outr {
  background: #fff;
  min-height: 100vh;
}
.btn-primary-2 {
  background: #217065 !important;
  color: #fff !important;
}
.btn-primary-2:is(:focus, :active, :hover) {
  background: #217065;
  opacity: 0.9;
}
.exp_txt {
  background: #f5feb1;
  color: #217065;
  border-radius: 4px 8px;
  padding: 4px;
}
.cor_delivery_feture {
  background: #00312a;
}
.cor_delivery_feture ul li {
  border-right: 1px solid #ffffffe3;
  margin-right: 0px !important;
  width: 16.666666666666668%;
}
.cor_delivery_feture ul li:last-child {
  border: 0;
}
.cor_delivery_feture ul li figure img {
  width: auto;
  height: 50px;
}
.cor_logo_slide ul li img {
  margin: 0 40px 40px 0 !important;
}
.cor_logo_slide ul li div:last-child img {
  margin-bottom: 0px !important;
}
.cor_logo_slide ul li:last-child img {
  margin: 0 0px 0px 0 !important;
}
.cor_gift_occasion {
  background: #fcfff4 url('../images/corporate/bg_occ.png') no-repeat center right/auto 100%;
}
.cor_gift_occasion_list ul li {
  margin-right: 0px !important;
  vertical-align: middle;
}
.cor_gift_occasion_list ul li:first-child {
  width: 60px;
}
.cor_gift_occasion_list ul li:last-child {
  width: calc(100% - 60px);
}
.cor_more_lient {
  background: #00312a;
}
.quote_dv {
  padding-left: 66px;
  padding-right: 54px;
  background: url('../images/corporate/quote_right.svg') no-repeat center right/50px;
}
.clint_image {
  width: 50px;
  height: 50px;
  background: #d0d3d9;
  position: absolute;
  left: 0;
  top: 0;
}
.clint_image img {
  width: 100%;
}

.meet_our_client_crousel .slick-prev {
  position: absolute;
  right: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -50px;
  left: initial;
}
.meet_our_client_crousel .slick-prev:hover {
  background: #fff;
}
.meet_our_client_crousel .slick-prev:before {
  color: #fff;
}
.meet_our_client_crousel .slick-prev:hover:before {
  color: #00312a;
}
.meet_our_client_crousel .slick-next {
  position: absolute;
  right: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -50px;
  left: initial;
}
.meet_our_client_crousel .slick-next:before {
  color: #fff;
}
.meet_our_client_crousel .slick-next:hover {
  background: #fff;
}
.meet_our_client_crousel .slick-next:hover:before {
  color: #00312a;
}
.cor_faq .accordion-button {
  padding-left: 0;
  background: transparent;
  box-shadow: none;
  font-size: 18px !important;
  color: #021738;
  font-weight: 500;
  padding-right: 34px !important;
}

.cor_faq .accordion-button::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 17px;
  background: none;
  height: 16px;
  width: 2px;
  background: #707070;
}

.cor_faq .accordion-button::after {
  background: none;
  width: 16px;
  height: 2px;
  background: #707070;
  transform: none;
  position: absolute;
  right: 14px;
  top: 24px;
}
.cor_faq .accordion-button.collapsed::before {
  display: block;
}
.cor_faq .accordion-button::before {
  display: none;
}
.cor_faq .accordion-header {
  position: relative;
}
.cor_faq .accordion-header::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 11px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #f5f7f8;
  z-index: 0;
}
.cor_faq .accordion-button:is(:focus, :active, :active) {
  box-shadow: none;
}
.cor_look_forward {
  background: #00312a;
}
.cor_look_forward ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}
.cor_btf_txt h1,
.cor_btf_txt h2,
.cor_btf_txt h3,
.cor_btf_txt h4,
.cor_btf_txt h5,
.cor_btf_txt h6 {
  font-size: 18px;
}
.cor_look_forward ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cor_frt {
  background: #00312a;
}
.cor_frt li {
  position: relative;
  margin-right: 14px;
  padding-right: 14px;
}
.cor_frt li a {
  color: #cdc8c8;
  text-decoration: none;
}
.cor_frt li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: #cdc8c8;
}
.cor_frt li:last-child::after {
  display: none;
  margin-right: 0px;
  padding-right: 0px;
}
.cor_crd_otr:hover {
  background: #fcffe2;
}
.cor_outr .interestBg.form-select {
  background-color: #00312a;
}
.cor_crd_otr:hover .cor_crd_hrd {
  background: #f7feba !important;
}
.cor_logo_slide img {
  width: 110px;
}
.cor_logo_slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(70deg, rgba(254, 254, 254, 1) 14%, rgba(17, 23, 81, 0) 100%);
  z-index: 2;
}
.cor_logo_slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(70deg, rgba(254, 254, 254, 1) 14%, rgba(17, 23, 81, 0) 100%);
  z-index: 2;
  transform: scaleX(-1);
}
.cor_contact {
  font-weight: 500;
  position: fixed;
  top: 40%;
  right: -60px;
  z-index: 4;
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #c7c7c7;
  background: linear-gradient(180deg, #dced62 0%, #e0eb89 100%);
  box-shadow: 0px 16px 40px 0px rgba(153, 161, 172, 0.12);
  transform: rotate(-90deg);
  padding: 8px 8px;
  color: #00312a;
}
.cor_contact img {
  height: 19px;
  transform: rotate(180deg) scale(-1);
}
.cor_faq .accordion-flush .accordion-item {
  border: 0;
  position: relative;
}
.cor_faq .accordion-flush .accordion-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 89%;
  background: rgba(0, 0, 0, 0.08);
}
.cor_faq .accordion-flush .accordion-item:last-child:after {
  display: none;
}
.testimonialheight {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1399px) {
  .cor_delivery_feture ul li figure figcaption {
    font-size: 14px;
  }
  .cor_delivery_feture ul li figure img {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .cor_delivery_feture ul li figure figcaption {
    font-size: 12px;
  }
  .cor_gift_occasion .fs-44 {
    font-size: 40px;
  }
  .cor_gift_occasion .fs-18 {
    font-size: 16px;
  }
  .cor_gift_occasion_list ul li {
    font-size: 15px;
  }
  .cor_gift_occasion_list ul li img {
    width: 40px;
  }
}
@media (max-width: 1100px) {
  .cor_look_forward .fs-58 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .exp_txt.fs-21 {
    font-size: 16px;
  }
  .cor_banner .fs-58 {
    font-size: 40px;
  }
  .cor_banner .fs-19 {
    font-size: 14px;
  }
  .cor_banner .card .fs-25 {
    font-size: 19px;
  }
  .cor_delivery_feture ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .cor_delivery_feture ul li {
    width: 180px;
  }
  .cor_delivery_feture ul::-webkit-scrollbar {
    display: none;
  }
  .cor_gift_occasion .fs-44 {
    font-size: 24px;
  }
  .cor_gift_occasion .fs-18 {
    font-size: 10px;
  }
  .cor_gift_occasion_list ul li {
    font-size: 11px;
  }
  .cor_gift_occasion_list ul li img {
    width: 30px;
  }
  .cor_gift_occasion_list ul li:first-child {
    width: 38px;
  }
  .cor_gift_occasion_list ul li:last-child {
    width: calc(100% - 38px);
  }
  .cor_faq .accordion-button {
    font-size: 15px !important;
  }
  .cor_faq .fs-40 {
    font-size: 24px;
  }
  .cor_faq .fs-17 {
    font-size: 10px;
  }
  .cor_look_forward .fs-58 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .exp_txt.fs-21 {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cor_banner .fs-58 {
    font-size: 28px;
  }
  .cor_banner .fs-19 {
    font-size: 12px;
  }
  .cor_banner .card .fs-25 {
    font-size: 18px;
  }
  .cor_banner .card .card-body .fs-12 {
    font-size: 10px;
  }
  .cor_faq .accordion-button {
    font-size: 12px !important;
  }
  .cor_faq .accordion-body {
    font-size: 10px;
  }
  .cor_look_forward .fs-58 {
    font-size: 24px;
  }
  .cor_look_forward .fs-22 {
    font-size: 12px;
  }
  .cor_btf .fs-30 {
    font-size: 16px;
  }
  .cor_more_lient .fs-40 {
    font-size: 24px;
  }
  .cor_more_lient .fs-16 {
    font-size: 10px;
  }
  .cor_more_lient {
    padding-bottom: 110px !important;
  }
  .meet_our_client_crousel .slick-prev {
    right: initial;
    top: initial;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
  }
  .meet_our_client_crousel .slick-next {
    right: initial;
    top: initial;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
  }
  .cor_contact span {
    display: none;
  }
  .cor_contact img {
    transform: none;
  }
  .cor_contact {
    right: -4px;
  }
  .cor_outr .fs-32 {
    font-size: 24px;
  }
  .cor_outr .fs-26 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .cor_frt li a {
    font-size: 12px;
  }
  .cor_frt {
    font-size: 12px;
  }
  .cor_frt img {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .accordion-flush {
    max-height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/******************* corporate gifting End ***************************/
