@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
  --primary-bg: #00a;
  --main-color: #652b80;
  --best-seller-bg: #e09b22ba;
  --discount-bg: #652b80;
  --text-gray-custom: #676767;
  --text-primary: #ab3c3c;
  --text-light-dark: #2a2a2a;
  --font10: 10px;
  --font11: 11px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font19: 19px;
  --font20: 20px;
}
* {
  scrollbar-width: auto;
  scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.modal-open {
  overflow: hidden !important;
}
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

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

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

button:focus {
  box-shadow: none !important;
}

select:focus {
  box-shadow: none !important;
}

.btn_link_text_color {
  color: #00a3e4;
}

.login_modal_step {
  background: rgba(0, 0, 0, 0.3);
}
.qtySelector {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtySelector div {
  position: relative;
  width: 15px;
  height: 30px;
  cursor: pointer;
}
.qtySelector .qtyValue {
  border: none;
  width: 30px;
  text-align: center;
  pointer-events: none;
  height: 30px;
  padding-top: 5px;
  background: #fafafa;
  color: #000;
  margin: 0 8px;
}
.qtySelector .decreaseQty::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.qtySelector .increaseQty::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector .increaseQty::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 12px;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cart_add_more .qtySelector {
  display: flex;
}

@media (min-width: 768px) {
  .reset-dv {
    position: sticky;
    top: 0;
    margin-bottom: 40px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}

.nav_se {
  box-shadow: 0px 3px 12px 2px #ebe4ef;
}

#nav-icon1 {
  width: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0;
  padding: 1px 0 0 0;
  margin-right: 15px;
  height: 18px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#nav-icon1 span:nth-child(3) {
  bottom: 0;
}

#nav-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: var(--primary-bg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  background: var(--primary-bg);
}

#nav-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

button:focus {
  outline: none;
}

/*navigation*/
.right_nav a {
  color: var(--text-gray-custom);
  font-style: var(--font15);
}

.right_nav li {
  margin-right: 25px;
}

.right_nav li:last-child {
  margin-right: 0;
}

.right_nav li a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.banner {
  background-position: center center;
  background-size: contain;
}

.acesspries_sec {
  position: relative;
  margin-top: -114px;
}

.acesspries_sec ul li {
  list-style: none;
  float: left;
  background: #dedede;
  margin-right: 28px;
  border-top: 10px solid #652b80;
  font-size: var(--font14);
  font-weight: 500;
}

.acesspries_sec ul li a {
  color: #000;
  width: 114px;
  height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.acesspries_sec ul li:nth-child(2) {
  border-color: var(--text-primary);
}

.acesspries_sec ul li:nth-child(3) {
  border-color: #e09b22;
}

.acesspries_sec ul li:nth-child(4) {
  border-color: #b22382;
}

.acesspries_sec ul li:nth-child(5) {
  border-color: #652b80;
}

.acesspries_sec ul li:nth-child(6) {
  border-color: var(--text-primary);
}

.acesspries_sec ul li:nth-child(7) {
  border-color: #e09b22;
}

.acesspries_sec ul li:nth-child(8) {
  border-color: #b22382;
}

.acesspries_sec ul li:last-child {
  border-color: #652b80;
  margin-right: 0;
}

.best_seller h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--primary-text);
}

.reward_dv {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--best-seller-bg);
  padding: 9px 17px;
  font-size: var(--font12);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dis_dv {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--discount-bg);
  padding: 8px 35px;
  font-size: var(--font12);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  right: 0;
  text-align: center;
}

.best_logo {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffffeb;
  width: 80px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_logo img {
  max-width: 100%;
}

.con_dv {
  padding-top: 25px;
}

.btn_gradient {
  background-image: linear-gradient(to right, #a81a58, #2a0070);
}

.con_dv h3 {
  font-size: var(--font18);
  color: var(--primary-text);
  max-width: 80%;
  margin: auto;
  min-height: 55px;
}

.con_dv button {
  font-size: var(--font18);
  border-radius: 30px;
}

.con_dv button:hover {
  text-decoration: none;
  opacity: 0.9;
}

.shadow-2 {
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.07);
}

.store_loc {
  cursor: pointer;
}

.mobile_slider a.carousel-control-prev {
  opacity: 1;
  position: relative;
  top: -50%;
  left: -24px;
  width: 10px;
}

.store_loc_sec h4 {
  font-size: 26px;
  font-weight: 400;
}

.mobile_slider a.carousel-control-prev span {
  background-image: url('/static/images/left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile_slider a.carousel-control-next {
  opacity: 1;
  position: relative;
  top: -53%;
  left: 103%;
  width: 10px;
}

.mobile_slider a.carousel-control-next span {
  background-image: url('/static/images/right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.discont_dv h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--primary-text);
}

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

.discont_dv .owl-nav button.owl-prev {
  font-size: 50px;
  color: var(--primary-text);
}

.discont_dv .owl-nav button.owl-next {
  font-size: 50px;
  color: var(--primary-text);
}

.home_crousel .owl-nav button.owl-prev {
  left: -20px;
}

.home_crousel .owl-nav button.owl-next {
  right: -20px;
}

.discont_dv .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.discont_dv .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.discont_dv .owl-dots button.owl-dot.active {
  background-color: #000;
}

.discont_dv .owl-dots button.owl-dot:focus {
  outline: none;
}

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

.inner_discount {
  margin: auto;
  border: 1px solid #0000000d;
  box-shadow: 1px 1px 3px 1px #00000012;
  margin-bottom: 30px;
  margin-top: 20px;
}
.discont_dv .discount_wrap h3 {
  font-size: 18px;
}

.inner_discount h3 {
  font-size: 30px;
  color: var(--primary-text);
  font-weight: 500;
}

footer {
  background: #6a7684;
}

.quick_link_frt li {
  width: 25%;
}

div#demoCrousel a.carousel-control-prev {
  opacity: 1;
  position: relative;
  top: -50%;
  left: -24px;
  width: 10px;
}

div#demoCrousel a.carousel-control-prev span {
  background-image: url('/static/images/left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

div#demoCrousel a.carousel-control-next {
  opacity: 1;
  position: relative;
  top: -53%;
  left: 103%;
  width: 10px;
}

div#demoCrousel a.carousel-control-next span {
  background-image: url('/static/images/right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.instant_dv .h3,
.instant_dv h3 {
  font-size: 28px;
  font-weight: 400;
  color: var(--primary-text);
}

.instant_dv p {
  line-height: 26px;
  color: var(--primary-text);
}

.instant_dv button {
  font-size: var(--font14);
}

.cashback_dv {
  background: #fefaf4;
}

.cashback_dv h2 {
  color: #652b80;
  font-weight: bold;
}

.cashback_dv h5 {
  color: #652b80;
  letter-spacing: 1px;
}

.earn_after:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px dashed var(--text-gray-custom);
}

.earn_after_2:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px dashed var(--text-gray-custom);
}

.promo_dv p {
  margin-bottom: 10px;
  color: var(--primary-text);
}

.promo_dv p span {
  color: #652b80;
}

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

.promo_dv button {
  font-size: var(--font12);
}

.apply_promocode_form:after {
  content: '';
  position: absolute;
  left: 16px;
  bottom: 1px;
  width: 75%;
  height: 2px;
  border-bottom: 1px dashed #cccccc;
  z-index: -1;
}

.apply_promocode_form input {
  border: 0;
  font-size: var(--font14);
  height: 35px;
  background: transparent;
}

.apply_promocode_form input:focus {
  outline: none;
}

.apply_promocode_form input::placeholder {
  color: #ccc;
  opacity: 1;
}

.apply_promocode_form input:-ms-input-placeholder {
  color: #ccc;
}

.apply_promocode_form input::-ms-input-placeholder {
  color: #ccc;
}

.apply_promocode_form button {
  border: 1px solid #ccc;
  border-radius: 27px;
  color: #ccc;
}

.vaucher_info h5 {
  color: var(--primary-text);
  font-weight: 500;
}

.radio_3 input[type='radio'] {
  display: none;
}

.radio_3 label {
  display: inline-block;
  border: 1px solid #00a3e4;
  cursor: pointer;
  font-size: 18px;
  color: #00a3e4;
  padding: 5px 20px;
  border-radius: 40px;
  margin-right: 15px;
}

.radio_3 .blank-label {
  display: none;
}

.radio_3 input[type='radio']:checked + label {
  background: #00a3e4;
  color: #fff;
}

.someData {
  display: none;
}

.activeTab {
  display: block;
}

.quantiy_dv li button {
  font-size: var(--font18);
  color: #6d6d6d;
  border-radius: 30px;
}

.send_gift_inner .form-control {
  height: 48px;
}

.send_gift_inner .form-control input::placeholder {
  color: #ccc;
  opacity: 1;
}

.send_gift_inner .form-control input:-ms-input-placeholder {
  color: #ccc;
}

.send_gift_inner .form-control input::-ms-input-placeholder {
  color: #ccc;
}

.bg_gift_dv {
  border: 1px dashed #ccc;
  box-shadow: 0px 1px 8px 4px #cccccc54;
}

.msg_text p {
  color: var(--text-gray-custom);
}

.brand_voucher p span {
  color: #1a1a1a;
  font-size: 33px;
  font-weight: 500;
  display: inline-block;
}

.save_date {
  font-size: 22px;
  color: #d8d8d8;
  border-radius: 30px;
}

.fileupload li:nth-child(3n) {
  margin-right: 0;
}

.fileupload li {
  width: 31%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
  cursor: pointer;
  height: auto;
  border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.how_to_use ul:first-child {
  cursor: pointer;
}

.how_to_use li {
  font-size: var(--font18);
  color: #652b80;
}

.summery_dv .card-head {
  background: #652b80;
}

.summery_dv .card-head h3 {
  font-size: var(--font18);
  letter-spacing: 2px;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6 !important;
}

.brand_list strong {
  color: var(--text-light-dark);
  font-size: var(--font18);
  font-weight: 400;
}

.brand_list li {
  color: var(--text-gray-custom);
  font-size: var(--font14);
  font-weight: 600;
}

.saving_dv li {
  font-size: var(--font14);
  color: #652b80;
}

.total_list li {
  color: #000;
  font-weight: 500;
  font-size: var(--font14);
}

.price_total li {
  font-size: var(--font18);
  color: #000;
  font-weight: 600;
}

.payable_list li {
  color: #652b80;
}

.pont_reed li:last-child {
  font-weight: 300;
}

.list_crt button {
  border-radius: 45px;
}

.pro_inner:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/static/images/promo.png');
}

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

.howtomodal .owl-nav button.owl-prev {
  left: -20px;
}

.howtomodal .owl-nav button.owl-next {
  right: -20px;
}

.howtomodal .modal-dialog {
  max-width: 1000px;
}

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

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

.howtomodal h5 {
  font-size: var(--font20);
  font-weight: 400;
}

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

.howtomodal button.close {
  margin-top: 0;
  padding: 3px 15px;
  opacity: 1;
  color: #fff;
}

.howtomodal figcaption p {
  font-size: var(--font16);
  color: var(--text-gray-custom);
  font-weight: 300;
}

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

.howtomodal figcaption {
  border-top: 1px solid #979797;
}

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

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

.howtomodal_Step div {
  font-size: var(--font20);
  display: inline-block;
  padding: 3px;
  font-weight: 400;
}

.discountSec .owl-nav .owl-prev {
  position: absolute;
  top: 52%;
  left: -16px;
  font-size: 40px;
  transform: translateY(-50%);
}

.discountSec .owl-nav .owl-next {
  position: absolute;
  top: 52%;
  right: -16px;
  font-size: 40px;
  transform: translateY(-50%);
}

.my_order h2 {
  font-size: 30px;
  color: var(--text-light-dark);
  font-weight: 400;
}

.my_order thead tr th {
  font-size: var(--font18);
  color: var(--text-gray-custom);
  font-weight: 400;
}

.my_order thead tr th span {
  color: var(--text-primary);
  font-size: var(--font16);
}

.my_order tbody tr td {
  font-size: var(--font18);
  color: var(--text-gray-custom);
  font-weight: 300;
  text-align: center;
}

.my_order tbody tr td strong {
  color: #000;
}

.transaction_failed_sec h2 {
  font-size: 36px;
  font-weight: 400;
}

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

.transaction_failed_sec button {
  border-radius: 25px;
}

p.ord_text {
  max-width: 50%;
  margin: auto;
  color: #424242;
  font-size: 18px;
}

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

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

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

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

.value_res_tb p {
  font-size: var(--font15);
  font-weight: 500;
  color: var(--text-gray-custom);
}

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

.tbl_hrd strong {
  font-weight: 500;
}

.mx-vou-head {
  max-width: 142px;
}

.mx-vou {
  max-width: 230px;
  width: 230px;
}

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

.table_sec_col h2 {
  font-size: 30px;
  color: var(--text-light-dark);
  font-weight: 400;
}

.brand_head {
  width: 80px;
}

.hrd_value {
  width: 75px;
}

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

.reset-dv h2 button {
  float: right;
  font-size: 14px;
  padding: 0;
}

.reset-dv h2 button:hover {
  background: transparent !important;
}

.reset-dv h2 button:focus {
  outline: none !important;
}

.content_dv_listing p button:focus {
  box-shadow: none;
}

.right_listing h3 {
  font-size: 17px;
  font-weight: 500;
}

.reset-dv p {
  font-size: 15px;
}

.filter_list li {
  width: 48%;
  float: left;
  list-style: none;
  margin: 0px 4% 10px 0px;
  padding: 0px 0px;
  text-align: center;
  border: 1px solid #979797;
}

.filter_list li:nth-of-type(even) {
  margin-right: 0;
}

.filter_list2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dee2e6;
}

.filter_list2 li span {
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  margin-top: 4px;
}

.filter_list .form-group {
  display: block;
  margin-bottom: 0px;
}

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

.filter_list .form-group label {
  margin: 0;
  width: 100%;
  cursor: pointer;
  padding: 7px 5px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
}

.filter_list input:checked + label,
.filter_list input:checked ~ label {
  background-color: var(--text-gray-custom);
  color: #fff;
}

.discount_text h3 {
  font-size: 25px;
  font-weight: 400;
  color: var(--text-light-dark);
}

.cart_logo img {
  width: 70px;
}

.cart_shadow {
  box-shadow: 0px 0px 7px 7px #0000000d;
  margin-bottom: 22px;
  border-radius: 4px;
}

.face_value_dv ul li {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
}

.face_value_dv ul li button {
  font-size: 14px;
  border-radius: 25px;
}

.delever_dv {
  background: #dedede;
}

.delever_dv p {
  font-weight: 500;
  color: #050505;
  font-size: var(--font15);
}

.delever_dv_frm {
  display: none;
}

.delever_dv_frm span {
  width: 24%;
  float: left;
}

.delever_dv_frm input.form-control {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  font-size: var(--font14);
}

.open_address .delever_dv_frm {
  display: block;
}

.delever_dv_frm span:nth-child(4) {
  width: 14%;
}

.delever_dv_frm span:last-child {
  width: 14%;
}

.rotate_button {
  transform: rotate(180deg);
}

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

.filerMod .modal-footer button {
  border-radius: 33px;
}

.gradient_brd {
  border: 2px solid;
  border-image-source: linear-gradient(to right, #a81a58, #2a0070);
  border-image-slice: 1;
}

.gradient_text {
  position: relative;
}

.gradient_text:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.gradient_text strong {
  background: linear-gradient(to right, #a81a58, #2a0070);
  -webkit-background-clip: text;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.mobile_crousel_home .carousel-item {
  width: 96%;
  margin-left: 2%;
}

.mobile_crousel_home a.carousel-control-prev {
  position: absolute !important;
  top: 0% !important;
  left: -20px !important;
}

.mobile_crousel_home a.carousel-control-next {
  position: absolute !important;
  top: 0% !important;
  right: -20px !important;
}

.fileupload label {
  color: #4a6dce;
  cursor: pointer;
  width: 100%;
}

.fileupload label .icon {
  fill: currentcolor;
  display: inline-block;
  margin-right: 1rem;
}

.fileupload label input[type='file'] {
  display: none;
}

.fileupload label:hover {
  background-color: #f8f8f8;
}

.nav_slide_menu {
  position: fixed;
  left: 100%;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 4px 9px 9px #61555514;
  overflow: hidden;
}

.transaction_left_slide {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #f5f7f4;
  transition: all 0.5s;
}

.close_right {
  font-size: 14px;
  text-transform: uppercase;
}

.menu_slide_open .outer {
  transform: translateX(250px);
}

body.menu_slide_open .nav_slide_menu {
  left: 0;
}

.menu_slide_open {
  position: fixed;
  overflow: hidden !important;
}

.menu_slide_open .outer {
  position: relative;
}

.nav_slide_menu ul li a {
  color: #000000e6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 8px 0;
}

.nav_slide_menu ul li a:hover {
  text-decoration: none;
  color: var(--primary-bg);
}

.slide_right_menu .transaction_left_slide {
  right: 0;
}

.transaction_left_slide p {
  margin-bottom: 45px;
  font-size: 20px;
}

.close_right i {
  font-size: 12px;
}

.close_right {
  cursor: pointer;
}

.transaction_left_slide.right-100 {
  right: 100%;
}

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

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

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

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

.slider_cate_right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
}

.slider_cate_right p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

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

.slidd.open {
  left: 0px;
  z-index: 9;
}

span#cate_click_slide {
  cursor: pointer;
}

.home_crousel {
  padding: 0px 25px;
}

.term_modal .modal-header h5 {
  color: #fff;
  font-weight: 500;
}

.term_modal .modal-header button {
  color: #fff;
  opacity: 1;
}

.term_modal ol {
  padding-left: 15px;
}

.term_modal ol li {
  margin-bottom: 11px;
  font-size: var(--font15);
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.over_lap_div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000001a;
  display: none;
  cursor: pointer;
}

.search_sec {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: none;
}

.search_sec input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #666;
  font-size: 40px;
  font-weight: 300;
}

.search_sec p {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}

.search_sec input:focus {
  outline: none;
}

#autocomplete {
  width: 100%;
  padding: 7px;
  text-align: left;
  border-radius: 0;
}

.autocomplete-suggestions {
  text-align: left;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  overflow: auto;
  box-shadow: 0 0.5rem 1rem #00000026;
}

.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: var(--primary-bg);
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.autocomplete-suggestion:hover {
  background: var(--primary-bg);
  color: #fff;
}

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  max-height: 323px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  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 {
  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-top: 5px;
  margin-bottom: 5px;
  margin: 5px;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}
.react-autosuggest__suggestion:hover {
  background-color: var(--primary-bg);
  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: 39px;
}
.react-autosuggest__suggestion--highlighted a {
  background: var(--primary-bg) !important;
  color: #fff !important;
}
.react-autosuggest__suggestion:hover a {
  color: #fff !important;
}
.react-autosuggest__suggestion--highlighted a span {
  background: var(--primary-bg) !important;
}
.locatorForm span.suggestion-content:hover {
  color: #fff;
  background: #db0010;
}
.drop_custom ul {
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.drop_custom li {
  list-style: none;
}
.drop_custom li a {
  display: block;
  color: #000;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.drop_custom li a:hover {
  color: #fff;
  background: #db0010;
}
/* ************************ Autocomplete End ************************ */

.store_loc_sec {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: none;
  overflow-y: scroll;
}

.store_loc_sec input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #666;
  font-size: 40px;
  font-weight: 300;
}

form#msform fieldset button:focus {
  box-shadow: none;
}

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

.multi_form form#msform {
  margin-top: 10px;
}

.gift_voucher ul li {
  width: 50%;
  position: relative;
}

form#msform fieldset button {
  font-size: 12px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

form#msform fieldset label {
  color: var(--primary-bg);
  font-weight: 500;
}

form#msformsignupfieldset button:focus {
  box-shadow: none;
}

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

.multi_form form#msformsignup {
  margin-top: 10px;
}

.gift_voucher ul li {
  width: 50%;
  position: relative;
}

form#msformsignup fieldset button {
  font-size: 12px;
}

#msformsignup fieldset:not(:first-of-type) {
  display: none;
}

form#msformsignup fieldset label {
  color: var(--primary-bg);
  font-weight: 500;
}

.login_modal_step fieldset p {
  font-size: 14px;
  margin-top: 5px;
  color: #999;
}

fieldset input:focus,
input:select {
  outline: none;
}

.login_modal_step .modal-dialog {
  max-width: 450px;
}

.login_modal_step fieldset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login_modal_step fieldset .form-control {
  border: 0;
  border-bottom: 1px solid var(--primary-bg);
}

.login_modal_step fieldset .form-control:focus {
  border-color: #652b80;
  outline: none;
  box-shadow: none;
}

.login_modal_step ::placeholder {
  color: #ccc;
  opacity: 1;
}

.login_modal_step :-ms-input-placeholder {
  color: #cccccc;
}

.login_modal_step ::-ms-input-placeholder {
  color: #cccccc;
}

.login_modal_step input.form-control:focus::placeholder {
  color: #652b80;
  opacity: 1;
}

.login_modal_step input.form-control:focus:-ms-input-placeholder {
  color: #652b80;
}

.login_modal_step input.form-control:focus::-ms-input-placeholder {
  color: #652b80;
}

.login_modal_step fieldset .btn_gradient:focus {
  outline: none;
}

.login_modal_step fieldset .form-control {
  border: 0;
  border-bottom: 2px solid #cccccc;
  font-size: 14px;
}

.login_modal_step fieldset .btn_gradient {
  border-radius: 31px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: fit-content;
  margin: auto;
}

.modal .modal-dialog button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 9;
}

.login_modal_step fieldset h3 {
  color: var(--text-light-dark);
}

.login_modal_step fieldset p a {
  font-size: var(--font13);
}

.edit_btn_cart {
  color: var(--primary-bg);
  cursor: pointer;
}

.con_sec h3 {
  font-weight: 400;
  font-size: var(--font20);
  color: #5b5b5b;
  margin: 0;
}

.con_sec p {
  font-size: var(--font14);
}

.contact_form {
  box-shadow: 0px 8px 5px 0px #00000030;
  border-top: 7px solid #e1e1e1;
  padding-top: 20px;
}

.contact_form .form-control {
  border: 0;
  border-bottom: 1px solid #ced4da;
  font-size: 14px;
  padding-left: 0;
}

.border-dashed {
  border: 1px dashed #dee2e6 !important;
}

.promo_dv li strong {
  color: var(--primary-bg);
  font-weight: 400;
}

.promo_dv li strong span {
  color: #4a4a4a;
  font-weight: 500;
}

.promo_dv li:nth-child(2) {
  font-size: var(--font14);
}

.promo_dv li:nth-child(3) span {
  cursor: pointer;
}

.promo_dv li:first-child:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  height: 100%;
  border-left: 1px dashed #b0b2b3 !important;
}

.price_bg {
  background: #00a3e433;
  padding: 8px 0px;
}

.price_bg span {
  color: #00a3e4;
  font-size: var(--font18);
  font-weight: 500;
}

.price_tg li:last-child {
  color: #652b80;
  font-size: var(--font20);
  font-weight: 500;
}

.number_main_parent button {
  font-weight: 600;
  font-size: var(--font14);
}

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

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

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

.filter_select {
  margin-right: -30px;
}

.banner a.carousel-control-prev i {
  color: #652b80;
}

.banner a.carousel-control-prev {
  height: 35px;
  width: 35px;
  left: 5%;
  top: 40%;
  opacity: 1;
}

.banner a.carousel-control-next i {
  color: #652b80;
}

.banner a.carousel-control-next {
  height: 35px;
  width: 35px;
  right: 5%;
  top: 40%;
  opacity: 1;
}

.social_link ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #dde9ec;
  display: none;
}

div#bestSellerCrousel .owl-stage-outer {
  padding: 9px;
}

.discount_wrap {
  width: 48%;
  float: left;
  margin-right: 3%;
}

.discount_wrap:last-child {
  margin-right: 0;
}

.brand_voucher p {
  font-size: 14px;
  color: var(--text-gray-custom);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.address_outer p {
  font-size: 15px;
  line-height: 24px;
}

.address_outer {
  padding: 15px;
}

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

.logout_drop a {
  font-size: 16px;
  color: #00a9df;
}

.overHide {
  overflow: hidden !important;
}

.profile_page .card-header span {
  font-weight: 700;
  font-size: 18px;
  color: #280146;
}

fieldset {
  border: 0;
}

.logout_drop .dropdown-menu.show {
  top: 20px !important;
}

.logout_drop a.dropdown-item {
  padding-left: 0;
  font-size: 14px;
  color: #000;
}

.transactions_sec_page h3 {
  font-size: 21px;
  font-weight: bold;
  color: var(--text-gray);
}

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

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

@media (max-width: 1300px) {
  .acesspries_sec ul {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
  }

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

  .order_list_page ul li:last-child {
    font-size: 12px;
  }

  section.cart_page {
    padding-left: 25px;
  }

  .list_details_page {
    padding: 0px 15px;
  }

  section.brand_details_sec {
    padding-left: 25px;
  }

  .how_to_use li {
    font-size: var(--font15);
  }

  .delever_dv_frm span button {
    font-size: 13px;
  }

  .sub_cate {
    display: grid;
    grid-template-columns: auto auto;
  }

  .sub_cate li {
    width: auto;
  }

  .acesspries_sec ul li {
    margin-right: 14px;
  }
}

@media (max-width: 1199px) {
  .acesspries_sec ul li {
    margin-right: 5px;
  }

  .acesspries_sec ul li a {
    width: 102px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .quick_link_frt li:last-child {
    width: 31%;
  }

  .right_nav li {
    margin-right: 10px;
  }

  .quick_link_frt li {
    width: 23%;
  }

  .earn_after_2:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 100%;
    width: 100%;
    height: 0px;
    border: 1px dashed var(--text-gray-custom);
  }

  .promo_dv p strong {
    margin-top: -25px;
  }

  .pro_inner button {
    margin-top: -15px;
  }

  section.cart_page {
    padding-left: 25px;
  }

  .pro_inner {
    width: 100% !important;
  }

  .pro_inner:before {
    content: '';
    position: absolute;
    left: 15px;
  }

  .tbl_hrd strong {
    font-size: 13px;
  }

  .mx-vou {
    max-width: auto;
    width: auto;
  }

  .brand_wid {
    width: auto;
  }

  .brand_head {
    width: auto;
  }

  .face_value_dv ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9dbdd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .face_value_dv ul li {
    color: #77838d;
  }

  .summery_dv .card-head h6 {
    font-size: 14px;
  }

  .delever_dv_frm span {
    width: 50%;
  }

  .promo_dv li:first-child:before {
    display: none;
  }

  .order-12-re {
    order: 12;
  }

  .promo_dv li strong {
    font-weight: 400;
  }

  .promo_dv li strong span {
    color: #4a4a4a;
  }

  .promo_dv li {
    width: 100%;
  }

  .promo_dv li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }

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

  .price_tg li:last-child {
    font-size: var(--font14);
  }

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

  .price_total li {
    font-size: var(--font13);
  }

  .card-footer:last-child {
    padding: 0px 8px;
  }

  .delever_dv_frm span:nth-child(4) {
    width: 25%;
  }

  .delever_dv_frm span:last-child {
    width: 25%;
  }

  .filter_list li {
    width: 100%;
  }

  .sub_cate {
    display: block;
  }

  .best_seller button.owl-next {
    position: absolute;
    top: 43%;
    left: -15px;
    background: url('/static/images/left.png') no-repeat center center !important;
    background-size: contain !important;
    width: 25px;
  }

  .best_seller button.owl-next span {
    opacity: 0;
  }

  .best_seller button.owl-prev {
    position: absolute;
    top: 43%;
    right: -15px;
    background: url('/static/images/right.png') no-repeat center center !important;
    background-size: contain !important;
    width: 25px;
  }

  .best_seller button.owl-prev span {
    opacity: 0;
  }

  .drop_down_menu {
    display: none;
  }
  .modal-open1 .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  ::-webkit-scrollbar {
    width: 5px;
    display: none;
  }
  .cartmargin {
    margin-right: 0px !important;
  }

  .logo_dv {
    margin-left: 35px;
    display: inline-block !important;
    margin-top: -24px;
  }

  .search_sec p {
    text-align: center;
    font-size: 12px;
  }

  /* .logo_dv2 img {
    width: 120px;
  } */

  .quick_link_frt {
    margin-top: 10px;
  }

  .acesspries_sec {
    margin-top: 0;
    padding-left: 15px;
  }

  .inner_discount h3 {
    font-size: 30px;
  }

  .cashback_dv {
    margin: 0px 15px;
  }

  .inner_discount {
    width: 100%;
    margin-bottom: 0;
  }

  .radio_3 label {
    width: 30%;
    padding: 5px 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 2%;
    font-size: 16px;
  }

  .brand_details_sec .shadow-2 {
    box-shadow: none;
  }

  .radio_3 label:nth-child(3n) {
    margin-right: 0;
  }

  .list_details_page {
    padding: 0px 0px;
  }

  .save_text {
    font-size: 11px;
    color: #6b7685;
    line-height: 1;
  }

  .summery_text {
    font-size: 12px;
    color: var(--text-gray-custom);
    max-width: 65px;
    display: inline-block;
  }

  .cartfixed_mob span.save_text strong {
    display: block;
    color: #652b80;
    font-size: 18px;
    font-weight: 500;
    margin-top: -5px;
  }

  .cart_abs strong {
    background: #652b80;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
  }

  .inner_frt {
    margin-bottom: 78px;
  }

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

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

  .border-bottom-0-res {
    border-bottom: 0px !important;
  }

  .mobile_slider .con_dv {
    height: 90px;
  }

  .delever_dv_frm span {
    width: 100%;
  }

  .summery_modal_dv .modal-header {
    background: #652b8030;
  }

  .summery_modal_dv .modal-header h5 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
  }

  .summery_modal_dv .modal-header button {
    opacity: 1;
    color: #000;
  }

  .instant_dv p {
    font-size: 15px;
  }

  .border_btm_0 {
    border-bottom: 0px !important;
  }

  .after_res:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 95%;
    width: 85%;
    height: 0px;
    border: 1px dashed var(--text-gray-custom);
  }

  .save_date {
    font-size: 17px;
  }

  .value_res_tb p {
    font-weight: 400;
  }

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

  .mobile_slider .carousel-item {
    padding: 0px 11px;
  }

  .promo_dv p strong {
    position: absolute;
    right: 0;
    top: 40px;
  }

  .mobile_slider {
    padding: 0px 0px;
  }

  .mobile_slider a.carousel-control-prev {
    top: -50%;
    left: -5px;
  }

  .mobile_slider a.carousel-control-next {
    left: 99%;
  }

  .border_dashed_btn_brand:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed var(--text-gray-custom);
    border-top: 1px dashed var(--text-gray-custom);
  }

  section.cart_page {
    padding: 15px;
  }

  section.brand_details_sec {
    padding-left: 0px;
  }

  .right_listing {
    padding: 0px 25px 0px 25px !important;
  }

  .border-dashed {
    border: 0 !important;
    border-bottom: 1px dashed #dee2e6 !important;
  }

  .border-top-custom {
    border-top: 1px solid #d0d0d0 !important;
  }

  .filter_select {
    margin-right: 0px;
  }

  .filerMod .filter_list li {
    width: 48%;
  }

  .best_seller {
    padding: 0px 0px;
  }

  div#bestSellerCrousel .owl-stage-outer {
    padding: 0px;
  }

  .date_filter input:invalid:before {
    color: #808080;
    content: attr(placeholder);
    font-size: 16px;
    text-align: center;
    line-height: 27px;
  }
  .fixedBottom {
    margin-bottom: 90px;
  }
  .cartFixedBottom {
    margin-bottom: 95px;
  }
}

@media (max-width: 600px) {
  .best_seller button.owl-next {
    left: 0px;
  }

  .best_seller button.owl-prev {
    right: 0px;
  }

  .discount_wrap {
    width: 100%;
    margin-right: 0%;
  }
}

@media (max-width: 567px) {
  .logo_dv img {
    max-width: 130px;
  }

  .con_dv h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .quick_link_frt li:last-child {
    width: 100%;
  }

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

  .inner_discount img {
    width: 120px !important;
  }

  .inner_discount h3 {
    font-size: 22px;
  }

  .reward_dv {
    padding: 4px 3px;
    font-size: var(--font10);
    letter-spacing: 0px;
  }

  .dis_dv {
    padding: 4px 3px;
    font-size: var(--font10);
    letter-spacing: 0px;
  }

  .best_logo {
    top: 5px;
    right: 5px;
    border-radius: 5px;
  }

  .right_listing h5 {
    font-size: 16px;
    padding: 0px 5px;
  }

  .right_listing button {
    font-size: var(--font13);
  }

  .mobile_slider .con_dv {
    height: 130px;
  }

  .mobile_slider .con_dv h3 {
    font-size: var(--font15);
  }

  label.uploader {
    padding: 0 !important;
    margin: 0;
    height: 79px;
  }

  .quantiy_dv li:nth-child(1) span.placeholder img {
    height: 80px;
  }

  .card-footer:last-child label {
    font-size: 11px;
  }
}

@media (max-width: 448px) {
  .res_list li {
    font-size: var(--font13);
  }

  .res_list li img {
    width: 15px;
  }

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

  .cart_add_more {
    margin-left: -7px;
  }

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

  .transaction_failed_sec img {
    width: 100%;
  }

  .order_list_page ul li {
    word-break: break-all;
  }

  .brand_dv .image_dv img {
    width: 110px;
  }

  .best_logo {
    top: 0px;
    right: 0px;
    width: 80px;
  }

  .best_logo img {
    width: 100%;
  }

  .send_gift_list li label {
    font-size: 12px;
  }

  .quantiy_dv li button {
    font-size: 11px;
    color: #d8d8d8;
    border-radius: 30px;
  }

  .promo_dv p {
    font-size: 14px;
  }

  .cd_use {
    font-size: 12px;
  }

  .quantiy_dv li:nth-child(1) label {
    margin-left: 5px !important;
  }

  .small_image {
    width: 100%;
  }

  .price_2 span {
    font-size: 12px;
  }

  .price_tg li:last-child {
    font-size: 12px;
  }

  .price_tg li {
    font-size: 12px;
  }

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

  .number_main_parent .show_cart_add img.decreaseQty {
    margin-left: -7px;
  }

  .promo_dv li:nth-child(2) {
    font-size: var(--font12);
  }

  .promo_dv li {
    font-size: 14px;
  }

  .delever_dv_frm span:nth-child(4) {
    width: 45%;
  }

  .delever_dv_frm span:last-child {
    width: 45%;
  }

  .con_dv h3 {
    font-size: var(--font14);
  }

  .con_dv button {
    font-size: var(--font14);
  }

  .brand_voucher p span {
    font-size: 22px;
  }
  .qtySelector div {
    width: 15px;
    height: 24px;
  }
  .qtySelector .qtyValue {
    width: 24px;
    height: 24px;
    font-size: 13px;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .best_logo {
    top: 0px;
    right: 0px;
    width: 55px;
    height: 40px;
  }
}

.date_filter {
  margin-right: 10px;
}

.drop_down_menu {
  left: 0px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 5%);
}

.acesspries_sec ul li:hover .drop_down_menu {
  display: block;
}

.drop_down_menu a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  width: 100% !important;
  display: block;
  height: fit-content !important;
}

.drop_down_menu a:hover {
  color: var(--primary-bg);
}

.drop_down_menu h3 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #dedede61;
}

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

.abt_page h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 2px;
  background: #290271;
}

.abt_page p {
  font-size: var(--font15);
  line-height: 25px;
  font-weight: 400;
}

.abt_page ul li {
  font-size: var(--font15);
  line-height: 25px;
  font-weight: 400;
}

.trans_act h3 {
  font-size: 22px;
  font-weight: 400;
}

.trans_act .form-control {
  height: 43px;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 400;
}

.privacy_page h3 {
  font-size: 25px;
}

.privacy_page h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 2px;
  background: #290271;
}

.privacy_page p {
  font-size: 15px;
  line-height: 25px;
}

.privacy_page ul li {
  font-size: 15px;
  line-height: 25px;
}

.privacy_page h5 {
  font-size: 20px;
}

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

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

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

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

.pointers {
  cursor: pointer;
}

.cartItemLength {
  top: -13px;
  position: absolute;
  color: #fff;
  right: -8px;
  background: var(--main-color);
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
}

.react-datepicker-wrapper {
  float: right;
}

button.date_filter.d-inline-block.position-relative {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 7px 20px 7px 20px;
  background: #fff;
}

.ImportantInstructionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ImportantInstructionsList ul {
  list-style: none;
  padding-left: 0;
}

.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
}

.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #a81a58;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.ImportantInstructionsList li.dont:after {
  background-color: #df3c3d;
  content: '\f00d';
}

.ImportantInstructionsList li span {
  color: #00518f;
  font-weight: 500;
}

.ImportantInstructionsList li.dont span {
  color: #df3c3d;
}

.brandDesc h1,
h2 {
  line-height: 20px;
  font-size: 18px;
}

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

.reedemOnlineCls {
  color: #000;
}

.offerClass {
  font-size: 14px;
}

.quantiy_dv li {
  font-size: unset;
}

.navMenuNew {
  box-shadow: 0px 8px 8px 1px #00000005;
  position: relative;
  z-index: 9;
}

.navMenuNew li:hover .drop_down_menu {
  display: block;
}

.navMenuNew .drop_down_menu {
  top: 100%;
}

.navMenuNew .drop_down_menu a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  width: 100% !important;
  display: block;
  height: fit-content !important;
  color: #000;
  text-align: left;
}

.navMenuNew .drop_down_menu a:hover {
  color: var(--discount-bg);
}

.navImage {
  background: #f2f5ff;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
}

.navMenuNew ul li:hover .navImage {
  background: #bac8f7;
}

.navMenuNew p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.navMenuNew ul li:last-child {
  margin-right: 0 !important;
}

.navMenuNew ul li {
  margin-right: 0px !important;
  width: 11%;
}

.copy_text2 {
  font-size: 14px;
}

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

.copy_text2 {
  font-size: 14px;
  border-top: 2px solid #999;
}

.abtBtm h3 {
  font-size: 16px;
}

footer ul {
  width: 100%;
  display: block;
}

.footerList li {
  position: relative;
}

.footerList li a {
  position: relative;
  margin-right: 15px;
  font-size: var(--font12);
}

.footerList li a:hover {
  text-decoration: none;
  color: #dde9ec;
  opacity: 0.8;
}

.footerList li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 50%;
  background: #6c757d;
  transform: translateY(-50%);
}

.footerList li:nth-child(1):after {
  content: '';
  display: none;
}

.footerList li:last-child:after {
  content: '';
  display: none;
}

footer p {
  color: #dde9ec;
  font-size: 15px;
}

.abtBtm h3 {
  font-size: 16px;
}

.abtBtm li a {
  font-size: 15px;
}

.openFooter .add_cl_1 {
  display: block !important;
}

.abtBtm h3 span:after {
  content: '';
  position: absolute;
  right: 5px;
  height: 12px;
  width: 2px;
  background: #6c77a5;
}

.abtBtm h3 span:before {
  content: '';
  position: absolute;
  right: 0px;
  width: 12px;
  height: 2px;
  background: #6c77a5;
  top: 5px;
}

.openFooter h3 span:after {
  content: '';
  display: none;
}

.faqDV h4 {
  font-size: 18px;
  font-weight: 500;
}

.faqDV li {
  font-size: var(--font15);
  line-height: 25px;
  font-weight: 400;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  padding: 8px 11px 8px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 14px;
  box-shadow: 0px 0px 5px 4px #e9e9e945;
}
.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}
.mnemonics li span {
  display: inline-block;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  background: url(../images/check.png) no-repeat 99% center;
  color: #019913;
}
.donotUse {
  filter: grayscale(1);
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url(../images/cross.png);
}
@media (max-width: 767px) {
  .mnemonics li {
    width: 100%;
    box-shadow: none;
    padding: 12px 11px 12px 0px;
    border-bottom: 1px solid #dee2e6;
    font-size: 15px;
  }
  .mnemonics li span {
    background: url(../images/reedm_online-mob.png) no-repeat 0% center;
    padding: 0 0px 0 31px;
    position: relative;
  }
  .mnemonics li.donotUse span {
    background-image: url(../images/reedm_offline-mob.png);
  }
  .mnemonics li span:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dee2e6;
  }
}
.innerFlash {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  position: relative;
  border-radius: 12px;
  z-index: -1;
}
.innerFlash:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#421c5200, #000000eb 84%);
}
.innerFlash div {
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .innerFlash .fs-22 {
    font-size: 16px;
  }
  .innerFlash a.btn_gradient {
    font-size: 12px;
  }
}

/* new Css for brand listing */
.bestSellerNew {
  position: relative;
  padding-bottom: 68px;
}
.bestSellerNew h3 {
  font-size: 15px;
  font-weight: 400;
}
.shop-btn-after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  padding: 0px !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .bestSellerNew h3 {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .bestSellerNew h3 {
    font-size: 12px;
  }
}
/* new Css for brand listing */

/* Ott brand start */
.listFace td,
.table th {
  vertical-align: middle;
}
.productGray {
  filter: grayscale(1);
  pointer-events: none;
}
.productGray label {
  color: #7e7d7d;
}
.activeBg td {
  background: #7e23600a;
}
.addressForm .form-control {
  height: 46px;
}
@media (max-width: 768px) {
  .listFace {
    font-size: 12px;
  }
}
/* Ott brand end */

@media (max-width: 575px) {
  .flashsale-left {
    position: fixed;
    left: 0;
    width: 30px;
    top: 35%;
    transform: rotate(90deg);
    z-index: 999;
  }
  .frame-contact {
    height: 1200px !important;
  }
}

/* *****************btf content start**************** */
.btfText {
  font-size: 12px !important;
}
.btfText p {
  font-size: 12px;
}
.btfText h5 {
  font-size: 12px;
  font-weight: 600;
}
.btfText h1 {
  font-size: 20px;
  font-weight: 700;
}
.btfText h2 {
  font-size: 18px;
  font-weight: 700;
}
.btfText h3 {
  font-size: 16px;
  font-weight: 700;
}
.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}
.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}
.btfText .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.btfText .card .card-header {
  padding: 0;
  background-color: transparent;
}
.btfText .card .card-body {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
}
.btfText .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #333;
  padding-left: 0;
  white-space: inherit;
  position: relative;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0;
}
.btfText .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.btfText .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.btfText .card .card-header .btn-link[aria-expanded='true'] {
  color: #160e45;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:before {
  background: #160e45;
}
.btfText .card .card-header .btn-link:focus,
.btfText .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #160e45;
}
/* *****************btf content end**************** */

.profileBox {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
}
.profileBox img {
  background: #efefef;
  padding: 3px;
  border-radius: 50%;
  margin-right: 10px;
}

.scrollenable {
  overflow: auto;
  max-height: 50px;
  min-height: 50px;
}

/* *****************yono Coin(e-pay) start************** */
.yono_coin {
  color: #fff;
  background: #320073;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
}

.coin_trans select {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.list_coins_trans {
  border-top: 1px solid #dee2e6;
  padding: 14px 0px;
}
.list_coins_trans:last-child {
  border-bottom: 1px solid #dee2e6;
}
.add-btn-box {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.qtySelector2 {
  height: 34px;
  position: relative;
  overflow: hidden;
}
.qtySelector2 div {
  cursor: pointer;
  width: 33%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10%;
  height: 80%;
  border-right: 1px solid #d2d2d2;
}
.qtySelector2 .qtyValue {
  width: 100%;
  pointer-events: none;
  color: #000;
  border: 0;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.qtySelector2 .decreaseQty:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector2 .increaseQty {
  left: initial;
  right: 0px;
  border-left: 1px solid #d2d2d2;
  border-right: 0px solid #d2d2d2;
}
.qtySelector2 .increaseQty:before,
.qtySelector2 .increaseQty:after {
  content: '';
  position: absolute;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector2 .increaseQty:before {
  left: 50%;
  width: 10px;
  height: 2px;
}
.qtySelector2 .increaseQty:after {
  left: 50%;
  width: 2px;
  height: 10px;
}
.productGrid {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.price_demonation {
  background: url(../images/coin_bg.png) center center/100%;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 10px;
  text-align: center;
  color: #009de1;
}
.price_demonation input {
  background-color: transparent;
  color: #009de1;
  border: 0;
  font-weight: 500;
  font-size: 20px;
  max-width: 100%;
}
.price_demonation input:focus {
  border: 0;
  outline: none;
}
.price_demonation input::-webkit-input-placeholder {
  color: #009de1;
  text-align: left;
}
.price_demonation input::-moz-placeholder {
  color: #009de1;
  text-align: left;
}
.price_demonation input:-ms-input-placeholder {
  color: #009de1;
  text-align: left;
}
.price_demonation input::placeholder {
  color: #009de1;
  text-align: left;
}
.pay_txt {
  color: #541272;
}
.show_qty .qtySelector2 {
  display: block;
}
.yono_coin {
  color: #fff;
  background: #320073;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
}
.earn_dv {
  background: #320073;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.coin_btn {
  background: #ffe8e8;
  border: 1px solid #b79bc3;
  padding: 2px 22px;
}
.editFrm .form-control {
  border: 0;
  border-bottom: 1px solid #707070;
  padding-left: 24px;
  text-align: right;
  padding-right: 0;
}
.editFrm {
  width: 80px;
}
.proceed_btn {
  width: 120px;
}
.dis_dv.dis_dv_top {
  bottom: initial;
  top: 20px;
}
.dis_dv.dis_top {
  bottom: initial;
  top: 0;
}
.brand_dv .img_top {
  padding-top: 36px;
}
.inner_discount {
  padding-top: 22px;
}
.brand_details_sec .dis_dv_top {
  top: 0;
  padding: 3px 10px;
}
.epay_strip {
  padding-top: 24px !important;
}
@media (min-width: 768px) {
  .saveing_dv {
    min-width: 100px;
  }
  .price_dv {
    min-width: 150px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}
@media (max-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}

@media (max-width: 1199px) {
  .con_dv h3 {
    font-size: var(--font14);
  }
}

@media (max-width: 991px) {
  .list_coins_trans .fs-15 {
    font-size: 14px;
  }
  .list_coins_trans .fs-18 {
    font-size: 15px;
  }
  .list_coins_trans img {
    width: 34px;
  }
  .cartfixed_mob {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 1px 5px 10px 9px #0000002e;
  }
}
@media (max-width: 767px) {
  .list_coins_trans .border-right {
    border-right: 0px !important;
  }
  .coins_outer {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .payment_page .fs-17 {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .list_coins_trans .fs-15 {
    font-size: 13px;
  }
  .list_coins_trans .fs-18 {
    font-size: 13px;
  }
  .coin_trans .fs-20 {
    font-size: 16px;
  }
  .productGread .fs-14 {
    font-size: 12px;
  }
  .price_demonation {
    font-size: 18px;
    padding: 8px 10px;
  }
  .price_demonation input {
    font-size: 16px;
  }
  .earn_dv {
    font-size: 13px;
  }
}

/* *****************yono Coin(e-pay) end************** */

span#cate_dv_open {
  margin-top: 3px;
}
.discont_dv .inner_discount {
  padding-top: 42px;
}
.nav_se .dropdown-menu.show {
  display: block !important;
}

/* ***************** PG Offers Start ************** */
.innerPayDv {
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  min-width: 150px;
}
.innerPayDv .fs-10,
.innerPayDv fs-12 {
  line-height: 1;
}
.activePayDv {
  background: #faf5ff;
  border: 1px solid #b70058;
}
.activePayDv:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  color: #fff;
  right: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #009200;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.activePayDv::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #b70058;
  transform: translateX(-50%) rotate(45deg);
}
.willPayCrousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.willPayCrousel .owl-nav button.owl-prev {
  position: absolute;
  left: -14px;
  top: -30px;
}
.willPayCrousel .owl-nav button span {
  font-size: 35px;
}
.willPayCrousel .owl-nav button.owl-next {
  position: absolute;
  right: -14px;
  top: -30px;
}

.lh-1 {
  line-height: 1;
}
.text-primary-2 {
  color: #652b80;
}
.payBtnNew {
  padding: 6px 0px !important;
  font-size: 13px;
  background: rgb(101, 43, 128) !important;
  background: linear-gradient(85deg, rgba(101, 43, 128, 1) 0%, rgba(42, 0, 112, 1) 100%) !important;
  border: 0px !important;
}
.suumery_outer {
  display: none;
}
.bg-primary-2 {
  background: #652b80;
}

.customCheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customCheckbox input:checked + label:after {
  content: '';
  top: 9px;
  left: 8px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #000082;
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  display: flex;
  color: #696969;
}
.customCheckbox label a {
  text-decoration: none;
}
.customCheckbox label:before {
  content: '';
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  border-radius: 2px;
}

.willPayCrousel .owl-prev {
  position: absolute;
  font-size: 26px;
  left: -16px;
  top: -20px;
}
.willPayCrousel .owl-next {
  position: absolute;
  right: -15px;
  top: -19px;
  font-size: 26px;
}

.dummery_drop .dropdown-menu {
  left: initial !important;
  right: 0;
  background: #652b80;
  border: 0;
  transform: none !important;
  top: 40px !important;
}
.dummery_drop span.dropdown-item {
  padding: 8px 5px;
  color: #f3f3f3;
  font-size: 13px;
  font-size: 13px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ffffff2b;
}
.dummery_drop span.dropdown-item:hover {
  background: #000;
}
.dummery_drop img {
  filter: brightness(0) invert(1);
  width: 28px;
}

@media (max-width: 991px) {
  .suumery_outer {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 991;
  }
  .mob_summery {
    max-height: 77vh;
  }
  .close_summery:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    display: none;
  }
  .summery_show {
    overflow: hidden;
  }
  .summery_show .close_summery:after {
    display: block;
  }
  .summery_show .suumery_outer {
    bottom: 0;
  }
}
/* ***************** PG Offers End ************** */
.horizontal-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

/* *************** independence start****************** */
.independenceModal .modal-dialog {max-width: 420px}
.independenceModal .modal-dialog .modal-content {background: transparent; border: 0}
.independenceModal .modal-dialog .modal-content .modal-body {background:#fff url(../images/festival/independence_bg.jpg) no-repeat center/cover; border-radius: 12px} 
.independenceModal .modal-dialog .modal-content a.close-btn {right: 0; top: 10px; position: absolute; content: ''; background:#fff url(../images/festival/cl.svg) no-repeat center/cover; width: 26px; height: 26px; z-index: 9; cursor: pointer; font-size: 0; text-indent: -9999px; border-radius: 50%}
.independenceModal .pl {border-radius: 12px}
.independenceModal .h3 {color: #0A4281}

/* *************** independence end****************** */