body {font-family: 'Quicksand', sans-serif;}
.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-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; }

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

.border_dashed_top { border-top: 1px dashed #CDCDCD; }

.cursor-pointer { cursor: pointer; }

.bg-primary { background: #6d3078 !important; }
.text-danger { color: #f37435 !important; }
.text-success { color: #40dd2a !important; }
.text-success2 { color: #1a9732 !important; }
.bg-success { background: #40dd2a !important; }
.btn-danger { background: #f37435 !important; border-color: #f37435 !important; }
.bg-danger {background: #f37435 !important;}
.btn-danger:hover { opacity: 0.8; }

.text-primary { color: #6d3078 !important;}
.btn-outline-primary { color: #6d3078; border-color: #6d3078; }
.btn-outline-primary:hover { background-color: #6d3078 !important; border-color: #6d3078 !important; }

.btn-outline-danger { color: #f37435 !important; border-color: #f37435 !important; }
.btn-outline-danger:hover { background-color: #f37435 !important; border-color: #f37435 !important; color: #fff !important; }

.btn-light2 { background: #CBCBCB; border-color: #CBCBCB; }
.bg-light2 { background: #efefef; }

img { height: auto; max-width: 100%; }

a { color: #6d3078; text-decoration: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 1px; text-overflow: ""; position: relative; }
select { background: #fff url(../images/select-down.png) no-repeat 98% center !important; padding-right: 20px !important; }

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

.border_dashed_top { border-top: 1px dashed #CDCDCD; }

header { background: #fff2f0; color: #333; }
header #nav-icon1 { width: 24px; transform: rotate(0deg); transition: 0.2s ease-in-out; cursor: pointer; padding: 1px 0 0 0; height: 20px; }
header #nav-icon1 span { display: block; position: absolute; height: 2px; width: 100%; background: #333; border-radius: 9px; opacity: 1; left: 0; transform: rotate(0deg); transition: 0.2s ease-in-out; }
header #nav-icon1 span:nth-child(1) { top: 2px; }
header #nav-icon1 span:nth-child(2) { top: 50%; margin-top: -1px !important; }
header #nav-icon1 span:nth-child(3) { bottom: 2px; }
header #nav-icon1:hover span:nth-child(2) { width: 70%; }
header .search_header { position: relative; }
header .search_header .form-control {  background: #fceeff; padding: 6px 32px 6px 8px; font-size: 14px; width: 400px; }
header .search_header button { position: absolute; background: transparent; border: 0; right: 0; top: 0; color: #333; width: 36px; height: 100%; }
header .login_dv { padding: 12px 10px; }
header .cart_header { position: relative; font-size: 20px; cursor: pointer; color: #333; margin-top: 5px !important; }
header .cart_header .cartQty { background: #f37435 !important; color:#fff; position: absolute; right: -6px; top: -5px; border-radius: 50%; font-size: 10px; width: 18px; height: 18px; line-height: 18px; text-align: center; }
header .profile_name_header .dropdown-toggle.dropdown-toggle:after { border: 0 !important; width: 10px; height: 10px; background: url("../images/select-down.png") no-repeat right center/100%; top: 4px; position: relative; filter: brightness(0) invert(1); }

nav { box-shadow: 0px 0px 9px 7px rgba(0, 0, 0, 0.06); position: relative; }
nav ul { display: flex; margin: 0; justify-content: end; }
nav ul li { list-style: none; }
nav ul li a {margin-left: 1px; font-size: 14px; color: #000; text-decoration: none; padding:10px 20px; display: inline-block; font-weight: 500; position: relative; }
nav ul li a span { font-size: 12px; display: block; font-weight: 400; }
nav ul li a:after { content: ""; position: absolute; right: -1px; width: 1px; height: 60%; background: #efefef; top: 50%; transform: translateY(-50%); }
nav ul li:last-child a:after { display: none !important; }
nav ul li:hover a { color: #000; }
nav ul li .drop_menu {
  min-width: 100%;
  background: #fff;
  padding: 8px;
  position: absolute;
  top: 100%;
  color: #212529;
  z-index: 999;
  display: none;
  grid-template-columns: auto auto auto;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  left: 60px;
  left: 0;
}
nav ul li:hover a:before { content: ""; position: absolute; left: 1px; top: 0; right: 1px; bottom: 0; background:rgba(109, 48, 120, 0.1); }
nav ul li .drop_menu ul li a:before { display: none; }
nav ul li .drop_menu ul li { width: 100%; }
nav ul li .drop_menu ul li a { display: block; padding: 6px 10px; font-size: 14px; }
nav ul li .drop_menu ul li a:after { display: none; }
nav ul li .drop_menu ul li a:hover { background:rgba(109, 48, 120, 0.1); }
nav .dropdown_sp:hover .drop_menu { display: block; width: 200px;}
nav .dropdown_sp.spriteMenu { position: initial; }
nav .spriteMenu .drop_menu ul { display: block; -moz-column-count: 3; column-count: 3; }
nav .dropdown_sp { position: relative; }
nav .dropdown_sp .drop_menu .fs-18 { white-space: nowrap; }
nav .dropdown_sp .drop_menu ul { display: block; -moz-column-count: 1 !important; column-count: 1 !important; }
nav .dropdown_sp.spriteMenu .drop_menu ul { display: block; -moz-column-count: 3 !important; column-count: 3 !important; }

.headeing_show h4 { position: relative; padding-left: 20px !important; }
.headeing_show h4:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: #6d3078; width: 4px; height: 70%; }

.home_nner_crousel { display: block; color: #000; text-decoration: none; overflow: hidden; }
.home_nner_crousel:hover { border-color: #f37435 !important; color: #f37435 !important; }
.home_nner_crousel img { transition: all 0.5s; }
.home_nner_crousel:hover img { transform: translateY(-10px); }

.newly_onborder .nav_hrd { display: flex; justify-content: space-around; }
.newly_onborder .nav { border-color: #fff; }
.newly_onborder .nav .nav-link { color: #000; padding: 0; }
.newly_onborder .nav .nav-link.active { color: #f37435 !important; border: 1px solid #fff; }
.newly_onborder .nav-link:is(:hover, :focus) { border: 1px solid #fff; }
.newly_onborder .headeing_show h4:before { display: none; }

.inner_newly { border: 1px solid #fff; text-decoration: none; color: #000; display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: space-between; padding-bottom: 4px !important; }
.inner_newly .image_dv { padding: 10px 0px; }
.inner_newly .image_dv img { transition: all 0.5s; }
.inner_newly:hover { border-color: #f37435 !important; color: #f37435 !important; }
.inner_newly:hover img { transform: translateY(-6px); }

.send_wishes_bg { background: url("../images/newly_bg.png") no-repeat right bottom/cover; }
.send_wishes_bg .inner_wishes { display: block; color: #000; text-decoration: none; padding: 30px 0px; }
.send_wishes_bg .inner_wishes img { transition: all 0.4s; }
.send_wishes_bg .inner_wishes:hover img { transform: translateY(-10px); }
.send_wishes_bg .inner_wishes:hover { color: #f37435 !important; }

.read-more { margin-top: -18px;  padding-right: 10px; position: relative; }

.failed_outer { box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.09); border-radius: 16px; }

footer ul li { list-style: none; display: inline-block; }
footer ul li strong { font-size: 14px; }
footer ul li a { font-size: 13px; color: #6c757d; text-decoration: none; position: relative; display: inline-block; margin-right: 6px; padding-right: 6px; white-space: nowrap; }
footer ul li a:after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 60%; background: #6c757d; }
footer ul li a:hover { color: #f37435 !important; }
footer ul li:last-child a:after { display: none; }

.copy_dv { background: #6d3078; font-size: 14px; padding: 14px 0; }
.copy_dv a { color: #fff; text-decoration: none; white-space: nowrap; }

.howToUse .owl-nav button { position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out; }
.howToUse h6 span { padding: 3px; border-radius: 50%; border: 1px solid #ddd; width: 60px; height: 60px; font-size: 11px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin: auto;}
.howToUse h6::before { content: ""; position: absolute; left: 0px; top: 50%; width: 100%; height: 1px; background: #979797; z-index: -99999; transform: translateY(-50%); }
.howToUse figcaption { border-top: 1px solid #979797; height: 96px; overflow-x: hidden; overflow-y: auto; }
.howToUse figcaption p { font-size: 13px; }
.howToUse .owl-nav button.owl-prev { left: -16px; color: #f37435 !important; font-size: 50px; background: transparent !important; line-height: 1; top: 50%; transform: translateY(-50%); }
.howToUse .owl-nav button.owl-next { right: -16px; color: #f37435 !important; font-size: 50px; background: transparent !important; line-height: 1; top: 50%; transform: translateY(-50%); }
.howToUse .owl-nav button.disabled { opacity: 0.7 !important; filter: grayscale(1) !important; }
.howToUse.crousel_brand_love .owl-stage { display: flex; }
.howToUse.crousel_brand_love .owl-item { display: flex; flex: 1 0 auto; }
.howToUse.crousel_brand_love .home_nner_crousel { display: flex; flex-direction: column; }
.howToUse.crousel_brand_love .home_nner_crousel .caption { display: flex; flex: 1 0 auto; flex-direction: column; }
.howToUse.crousel_brand_love .home_nner_crousel .flex-text { flex-grow: 1; }

.impInstructions li { padding-left:22px !important; margin-bottom: 10px !important; position: relative; }
.impInstructions ul {margin: 0; padding: 0;}
.impInstructions li strong { color: #6d3078; }
.impInstructions li.not strong { color: #c00; }
.impInstructions li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  color: #6d3078;
  font-size: 16px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}

.impInstructions ul { list-style: none; }
.impInstructions li.not::after { content: "\f00d"; top: -8px; color: #c00; }

.address_outer { display: flex; flex-direction: column; align-items: center; justify-content: space-between; font-size: 14px; }
.address_outer button { font-size: 14px; white-space: nowrap; }

.login_btn { text-align: center; }
.login_btn .btn { position: relative; padding: 10px 10% 10px 0px; }
.login_btn .btn:after {
  content: "";
  position: absolute;
  right: 25%;
  top: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.login_btn .btn:hover:after { right: 20%; }

.btn_wid { width: 190px; }

.or_text { text-align: center; position: relative; }
.or_text:after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 2px; background: #b5b5b5; }
.or_text span { position: relative; z-index: 9; }

.faq_outer { font-size: 14px; }
.faq_outer h1, .faq_outer h2, .faq_outer h3, .faq_outer h4, .faq_outer h5, .faq_outer h6 { font-size: 16px; font-weight: bold; }
.faq_outer p, .faq_outer li, .faq_outer ul { font-size: 14px; }

.navigationSlide { overflow: hidden; }
.navigationSlide .btn-close { opacity: 1; font-size: 14px; }
.navigationSlide .mid_slide { overflow-y: auto; }
.navigationSlide .name_dv {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #f37435 !important;
  position: relative;
  animation: pulse 2s ease-out infinite;
}
.navigationSlide ul { margin: 0; padding: 0; }
.navigationSlide ul li { list-style: none; }
.navigationSlide ul li a { display: block; color: #404040; text-decoration: none; border-bottom: 1px solid #e5e5e5; padding: 10px 16px; font-size: 13px; text-transform: uppercase; }
.navigationSlide ul li a:hover { background-color: rgba(219, 0, 16, 0.18); }
.navigationSlide .cate_slide { position: relative; cursor: pointer; }
.navigationSlide .cate_slide::after { content: ""; position: absolute; right: 10px; top: 16px; width: 8px; height: 8px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(135deg); transition: all 0.5s; }
.navigationSlide .cate_slide_inner { position: absolute; left: 100%; top: 0; width: 100%; height: 100%; background: #fff; transition: all 0.5s; z-index: 1; overflow-y: auto; }
.navigationSlide .open_cate .cate_slide_inner { left: 0; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0px rgb(0, 210, 255), 0 0 1px 0px rgba(0, 210, 255, 0.85); }
  50% { transform: scale(0.95); }
  100% { box-shadow: 0 0 0 10px rgba(0, 210, 255, 0), 0 0 1px 0px rgba(0, 210, 255, 0); }
}

.custome-check { font-size: 0; padding: 5px; }
.custome-check li { width: 25%; margin: 0 !important; position: relative; }
.custome-check li input { opacity: 0; position: absolute; }
.custome-check li label { cursor: pointer; padding: 4px 2px; position: relative; display: block; text-align: center; font-size: 12px; background: #404040; color: #fff; margin-right: 5px !important; }
.custome-check li:last-child label { margin-right: 0px !important; }

.custome-check input:checked + label,
.custome-check input:checked ~ label { background-color: #f37435 !important; border-color: #f37435 !important; color: #fff;}

.discount_outer { display: none; }

.inner_promo { background: #fff; box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.07); border-radius: 10px 10px 0 0; position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.inner_promo:after { content: ""; position: absolute; left: 0; bottom: -19px; width: 100%; height: 19px; background: url("../images/promo_btm.png") center bottom/100% 100%; }

.transaction_page { min-height: 500px;}

.trans_search { background: url("../images/srch_ic.png") no-repeat 10px 12px/14px; padding-left: 30px !important; border: 1px solid #ced4da; }
.trans_search .form-control { background: transparent !important; }
.trans_search .form-control:is(:focus) { box-shadow: none; }

.transactionListing { background: #f7f7f7; border: 1px solid #d3d3d3; border-radius: 10px; z-index: 1; margin-bottom: 14px !important; }
.transactionListing:last-child { margin-bottom: 0px !important; }
.transactionListing .subList { margin: 0px 10px 0px; display: none; }
.transactionListing .subList .listingProcessing { background: #fff; border: 1px solid #d3d3d3; border-radius: 10px; margin-bottom: 20px !important; position: relative; }
.transactionListing .subList .listingProcessing:first-child:after { content: ""; position: absolute; top: -10px; left: 50%; width: 20px; height: 20px; background: #fff; border: 1px solid #d3d3d3; transform: translateX(-50%) rotate(45deg); z-index: -1; }
.transactionListing .subList .listingProcessing:first-child:before { content: ""; position: absolute; top: -1px; left: 50%; width: 24px; height: 2px; background: #fff; transform: translateX(-50%); }
.transactionListing .logo_trans_page img { max-width: 110px; }

.open_trans_list .subList { display: block; }
.open_trans_list .down_ar img { transform: scale(-1); }

.qtySelector { display: inline-block; height: 32px; width: 70px; border: 1px solid #f37435 !important; position: relative; overflow: hidden; }
.qtySelector div { height: 100%; cursor: pointer; width: 33%; display: inline-block; position: absolute; background: #fff; left: 0px; top: 0; }
.qtySelector .qtyValue { width: 70px; pointer-events: none; color: #fff; border: 0; background: #f37435 !important; height: 100%; text-align: center; }
.qtySelector .decreaseQty:before { content: ""; position: absolute; left: 50%; width: 14px; height: 2px; background: #f37435 !important; top: 50%; transform: translate(-50%, -50%); }
.qtySelector .increaseQty { left: initial; right: -1px; }
.qtySelector .increaseQty:before, .qtySelector .increaseQty:after { content: ""; position: absolute; background: #f37435 !important; top: 50%; transform: translate(-50%, -50%); }
.qtySelector .increaseQty:before { left: 50%; width: 14px; height: 2px; }
.qtySelector .increaseQty:after { left: 50%; width: 2px; height: 14px; }

.show_qty .qtySelector { display: inline-block; }

.brand_page .redm_dv { text-decoration: none; color: #000; padding: 6px; text-align: center; text-transform: uppercase; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; }
.brand_logo_discription { position: relative; padding-bottom: 35px; }
.brand_page .redm_dv:hover { background: #f37435 !important; color: #fff; }
.brand_page ul.storeLoc { padding: 0; margin: 0; }
.brand_page ul.storeLoc li { list-style: none; display: flex; background: #333; color: #fff; text-align: center; margin:5px 0 !important; font-size: 14px; font-weight: bold; cursor: pointer; width: 100%; align-items: center; border-radius: 5px;}

.brand_page ul.storeLoc li:hover { background-color: #f37435 !important; }
.brand_page .voucherGread { border: 1px solid #d8d8d8; margin-bottom: 16px; }
.brand_page .voucherGread .add_btn { width: 70px; }
.brand_page .voucherGread .voucherSS-price { font-weight: 500; }
.brand_page .voucherGread .VoucherBox { text-align: center; background: #6d3078; border-radius: 4px 0 0 4px; color: #fff; font-weight: 700; font-size: 30px; white-space: nowrap; position: relative; overflow: hidden; display: flex; align-items: center; min-height: 86px; justify-content: center; }
.brand_page .voucherGread .VoucherBox span { margin-left: -10px !important; }
.brand_page .voucherGread .VoucherBox:after { width: 26px; height: 26px; border-radius: 50%; right: -16px; top: 50%; margin-top: -13px; content: ""; background: #fff; position: absolute; }
.brand_page .voucherGread .rewardPont { background: #f4fff1; color: #3d8a27; font-size: 14px; padding: 4px 10px; }

.showAllTxt .desText { display: block; }

.borderSummery { border-bottom: 1px dashed #CDCDCD; margin-bottom: 18px !important; padding-bottom: 18px !important; }
.maxPriceLen { width: 58px; text-align: right; }
.price_mid { display: flex; align-items: center; justify-content: space-between; font-size: 15px; }
.price_mid .qtySelector { height: 28px; border: 0 !important; width: 70px;}
.price_mid .qtySelector div { height: 28px; background: transparent !important; top: 2px; }
.price_mid .qtySelector .qtyValue { width: 70px; color: #000 !important; background: transparent !important; height: 28px; }
.price_mid .qtySelector .decreaseQty { border-right: 1px solid #d8d8d8; }
.price_mid .qtySelector .decreaseQty:before { background: #000 !important; }
.price_mid .qtySelector .increaseQty { border-left: 1px solid #d8d8d8; }
.price_mid .qtySelector .increaseQty:before, .price_mid .qtySelector .increaseQty:after { background: #000 !important; }

.customCheckbox input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.customCheckbox input:checked + label:after { content: ""; display: block; position: absolute; top: 6px; left: 3px; width: 10px; height: 10px; background: #f37435 !important; border-radius: 2px; }
.customCheckbox label { position: relative; cursor: pointer; margin: 0; padding-left: 20px; font-size: 14px; display: flex; color: #919090; }
.customCheckbox label a { text-decoration: none; }
.customCheckbox label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #6d3078;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border-radius: 2px;
}

.cart_page .listing_crt { margin-bottom: 20px !important; padding-bottom: 20px !important; border-bottom: 1px solid #d8d8d8; padding-bottom: 20px; }
.cart_page .listing_crt:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; border-bottom: 0px; }
.cart_page .listing_crt .qtySelector { height: 28px; border: 0 !important; }
.cart_page .listing_crt .qtySelector div { height: 28px; background: transparent !important; top: 2px; }
.cart_page .listing_crt .qtySelector .qtyValue { width: 70px; color: #000 !important; background: transparent !important; height: 28px; }
.cart_page .listing_crt .qtySelector .decreaseQty { border-right: 1px solid #d8d8d8; }
.cart_page .listing_crt .qtySelector .decreaseQty:before { background: #000 !important; }
.cart_page .listing_crt .qtySelector .increaseQty { border-left: 1px solid #d8d8d8; }
.cart_page .listing_crt .qtySelector .increaseQty:before, .cart_page .listing_crt .qtySelector .increaseQty:after { background: #000 !important; }
.cart_page .payment_method { margin-bottom: 10px !important; }
.cart_page .payment_method:last-child { margin-bottom: 0px !important; border-radius: 0px 0px 4px 4px; }
.cart_page .change_address .btn { color: #000; }
.cart_page .change_address .btn:hover { color: #fff; }
.cart_page .oc_type { display: none; }

.releted_brand .releted_image { border: 1px solid #fff; }
.releted_brand .releted_image img { transition: all 0.5s; }
.releted_brand .releted_image:hover { border-color: #f37435 !important; }
.releted_brand .releted_image:hover img { transform: translateY(-6px); }
.discount_outer.d-block span.cursor-pointer { transform: rotate(180deg); display: inline-block; }
.disabled { pointer-events: none; }

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

@media (max-width: 1399px) {
  nav ul li a { padding: 10px 13px; }
  .brand_page .voucherGread .VoucherBox { font-size: 26px; }
}

@media (max-width: 1199px) {
  header .search_header .form-control { width: 300px; }

  nav ul li a {
    font-size: 12px;
    padding: 23px 8px;
  }
  nav ul li a span { font-size: 11px; }

  .inner_newly .fs-14 { font-size: 12px; }
  .hrdTrans { font-size: 14px; }
  .brand_page .voucherGread .VoucherBox { font-size: 20px; }
}

@media (max-width: 1024px) {
  nav ul li a { font-size: 12px; padding: 10px 8px; }
  nav ul li a span { font-size: 10px; }
}

@media (max-width: 991px) {
  .brand_logo_discription { height: auto!important; }
  header .col-5.fs-15 { padding-right: 0; }

  nav { box-shadow: none; }

  header { background: #fff; color: #000; }
  header .search_header { text-align: end; }
  header .search_header button { position: initial; color: #000; }
  header .form-control { border: 0; border-radius: 0 !important; color: #000 !important; padding: 10px 0; }
  header #nav-icon1 span { background: #000; }
  header .login_dv { color: #fff; }
  header .login_dv { padding: 10px 8px; }
  
  .newly_onborder .headeing_show h4:before { display: block; }
  .listingProcessing .fw-600 { font-size: 13px; }
  
  .cart_page .listing_crt .fs-18 { font-size: 15px; }
  .cart_page .listing_crt .fs-15 { font-size: 13px; }
  .cart_page .listing_crt .fs-16 { font-size: 14px; }
  .cart_page .card-footer .fs-14 { font-size: 13px; }
  
  .searc_mobile { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 99; }
  .show_seach_mob { display: block !important; }
  
  /* .brand_page ul.storeLoc { white-space: nowrap; overflow-x: scroll; display: flex; justify-content: space-between; } */
  
  .fixedSummery { display: flex; align-items: center; justify-content: space-between; padding-left: 10px !important; position: fixed; left: 0; bottom: 0; width: 100%; z-index: 9; background: #fff; box-shadow: 0px -3px 6px 3px rgba(64, 64, 64, 0.1); }
  .fixedSummery .price_fixed { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .fixedSummery img { filter: brightness(0) invert(1); }
  .fixedSummery .summertCrt { display: flex; align-items: center; }
  .fixedSummery .view_crt { padding: 16px 4px; font-size: 14px; color: #fff; font-weight: 600; }

  .fixed_cart { margin-bottom: 44px; }
  .transaction_page { min-height:87.5vh; }
}

@media (max-width: 767px) {
  .transaction_page { min-height: 80vh; }

  header { box-shadow: 0px 0px 9px 7px rgba(0, 0, 0, 0.06); }
  header .profile_name_header .dropdown-toggle span { font-size: 12px; }

  .discount_outer .border-start.border-end { border: 0px !important; }
  .inner_promo .fs-20 { font-size: 18px; }

  .listingProcessing .border-start, .listingProcessing .border-end { border: 0px !important; }
  .transactionListing .subList { margin: 0px 8px 20px; }
  .change_address { border-radius: 0px !important; }

  .cart_page .listing_crt { padding: 14px !important; margin-bottom: 14px !important; }
  .cart_page .listing_crt:last-child { padding: 14px !important; margin-bottom: 14px !important; }

  .logo_mob img.w-100 { width: auto !important; height: 44px; }

  /* .brand_page ul.storeLoc li { display: flex; flex-direction: column; align-items: center; justify-content: space-between; } */
  .read-more { margin-top: 0; }
}

@media (max-width: 567px) {
  .newly_onborder .nav_hrd { font-size: 12px; }
  .navigationSlide { width: 90% !important; }

  .brand_page .redm_dv { font-size: 12px; }
  .brand_page .voucherGread .VoucherBox { font-size: 16px; }
  .brand_page .voucherGread .VoucherBox:after { width: 16px; height: 16px; right: -8px; margin-top: -7px; }
  .brand_page .voucherSS-price { font-size: 14px; }
  .change_address .btn { width: 100%; }
}

@media (max-width: 460px) {
  .custome-check li label { font-size: 10px; }
}

@media (max-width: 400px) {
  .listingProcessing .fw-600 { font-size: 11px; }
  .listingProcessing .fs-14 { font-size: 11px; }

  .brand_page .redm_dv { font-size: 10px; }
  .brand_page .voucherGread .VoucherBox { font-size: 12px; }
  .brand_page .voucherGread .VoucherBox span { margin-left: -5px !important; }
  .brand_page .voucherSS-price { font-size: 12px; margin-left: -12px !important; }

  .fixedSummery .price_fixed .fw-800 { font-size: 14px; }
  .fixedSummery .view_crt { font-size: 12px; }
}

/* ************************ 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: #f37435; color: #fff; }
.react-autosuggest__suggestion--highlighted { background-color: #f37435; 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 ************************ */

@media (max-width: 767px) {
.mb-box {box-shadow: 0 .5rem .7rem rgba(0,0,0,.15); border-radius: 5px; padding-right: 0 !important;}
.mb-gread {display: flex; align-items: center; width: 100%;}
.mb-gread img {width: 50% !important;}
.mb-gread figcaption {width: 50%; text-align: center;}
}

/* *****************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**************** */

/* **************** Christmas Theme 2023 START************* */
.snow_stick {
  width: 90px;
  height: 90px;
  position: fixed;
  top: -7vh;
  z-index: 99;
  animation: snowStick 14s linear infinite;
  left: 5%;
}
.snow_stick2 {
  width: 90px;
  height: 90px;
  left: 74vw;
  animation-delay: -2s;
}

.snow_stick3 {
  left: 78%;
  animation-delay: 4s;
  animation-duration: 10s;
}


.snow_stick4 {
  left: 90%;
  animation-delay: 10s;
  animation-duration: 10s;
}

.snow_stick6 {
  left: 33%;
  animation-delay: 3s;
  animation-duration: 10s;
}

.snow_stick6 {
  left: 48%;
  animation-delay: .6s;
  animation-duration: 10s;
}



.snow_stick:nth-child(3) {
  left: 80%;
  animation-delay: 0s;
  animation-duration: 10s;
}

@keyframes snowStick {
  0% {
      transform: translate3d(0, 0, 0);
  }
  100% {
      transform: translate3d(0, 110vh, 0);
  }
}

.kartanesi {
  width: 8px;
  height: 8px;
  background: #efefef;
  border-radius: 50%;
  position: fixed;
  top: 0vh;
  z-index: 99;
}
@keyframes karyagisi {
  0% {
      transform: translate3d(0, 0, 0);
  }
  100% {
      transform: translate3d(0, 110vh, 0);
  }
}
.kartanesi:nth-child(1) {
  width: 8px;
  height: 8px;
  left: 74vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -2s;
}
.kartanesi:nth-child(2) {
  width: 6px;
  height: 6px;
  left: 86vw;
  animation: karyagisi 8s linear infinite;
  animation-delay: -6s;
}
.kartanesi:nth-child(3) {
  width: 4px;
  height: 4px;
  left: 17vw;
  animation: karyagisi 8s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(4) {
  width: 8px;
  height: 8px;
  left: 49vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -7s;
}
.kartanesi:nth-child(5) {
  width: 6px;
  height: 6px;
  left: 24vw;
  animation: karyagisi 13s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(6) {
  width: 4px;
  height: 4px;
  left: 86vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(7) {
  width: 8px;
  height: 8px;
  left: 76vw;
  animation: karyagisi 10s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(8) {
  width: 6px;
  height: 6px;
  left: 11vw;
  animation: karyagisi 8s linear infinite;
  animation-delay: -7s;
}
.kartanesi:nth-child(9) {
  width: 4px;
  height: 4px;
  left: 30vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(10) {
  width: 8px;
  height: 8px;
  left: 71vw;
  animation: karyagisi 15s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(11) {
  width: 6px;
  height: 6px;
  left: 99vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -2s;
}
.kartanesi:nth-child(12) {
  width: 4px;
  height: 4px;
  left: 64vw;
  animation: karyagisi 6s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(13) {
  width: 8px;
  height: 8px;
  left: 23vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -6s;
}
.kartanesi:nth-child(14) {
  width: 6px;
  height: 6px;
  left: 95vw;
  animation: karyagisi 6s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(15) {
  width: 4px;
  height: 4px;
  left: 14vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -5s;
}
.kartanesi:nth-child(16) {
  width: 8px;
  height: 8px;
  left: 66vw;
  animation: karyagisi 8s linear infinite;
  animation-delay: -7s;
}
.kartanesi:nth-child(17) {
  width: 6px;
  height: 6px;
  left: 75vw;
  animation: karyagisi 7s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(18) {
  width: 4px;
  height: 4px;
  left: 88vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -7s;
}
.kartanesi:nth-child(19) {
  width: 8px;
  height: 8px;
  left: 61vw;
  animation: karyagisi 11s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(20) {
  width: 6px;
  height: 6px;
  left: 81vw;
  animation: karyagisi 7s linear infinite;
  animation-delay: -3s;
}
.kartanesi:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 59vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -5s;
}
.kartanesi:nth-child(22) {
  width: 8px;
  height: 8px;
  left: 36vw;
  animation: karyagisi 11s linear infinite;
  animation-delay: -4s;
}
.kartanesi:nth-child(23) {
  width: 6px;
  height: 6px;
  left: 39vw;
  animation: karyagisi 7s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(24) {
  width: 4px;
  height: 4px;
  left: 97vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -2s;
}
.kartanesi:nth-child(25) {
  width: 8px;
  height: 8px;
  left: 28vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(26) {
  width: 6px;
  height: 6px;
  left: 41vw;
  animation: karyagisi 13s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(27) {
  width: 4px;
  height: 4px;
  left: 45vw;
  animation: karyagisi 7s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(28) {
  width: 8px;
  height: 8px;
  left: 15vw;
  animation: karyagisi 13s linear infinite;
  animation-delay: -6s;
}
.kartanesi:nth-child(29) {
  width: 6px;
  height: 6px;
  left: 13vw;
  animation: karyagisi 15s linear infinite;
  animation-delay: -7s;
}
.kartanesi:nth-child(30) {
  width: 4px;
  height: 4px;
  left: 43vw;
  animation: karyagisi 15s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(31) {
  width: 8px;
  height: 8px;
  left: 91vw;
  animation: karyagisi 13s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(32) {
  width: 6px;
  height: 6px;
  left: 11vw;
  animation: karyagisi 6s linear infinite;
  animation-delay: -4s;
}
.kartanesi:nth-child(33) {
  width: 4px;
  height: 4px;
  left: 8vw;
  animation: karyagisi 7s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(34) {
  width: 8px;
  height: 8px;
  left: 94vw;
  animation: karyagisi 6s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(35) {
  width: 6px;
  height: 6px;
  left: 14vw;
  animation: karyagisi 15s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(36) {
  width: 4px;
  height: 4px;
  left: 77vw;
  animation: karyagisi 10s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(37) {
  width: 8px;
  height: 8px;
  left: 86vw;
  animation: karyagisi 6s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(38) {
  width: 6px;
  height: 6px;
  left: 44vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(39) {
  width: 4px;
  height: 4px;
  left: 42vw;
  animation: karyagisi 8s linear infinite;
  animation-delay: -6s;
}
.kartanesi:nth-child(40) {
  width: 8px;
  height: 8px;
  left: 75vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -10s;
}
.kartanesi:nth-child(41) {
  width: 6px;
  height: 6px;
  left: 50vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -2s;
}
.kartanesi:nth-child(42) {
  width: 4px;
  height: 4px;
  left: 53vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(43) {
  width: 8px;
  height: 8px;
  left: 93vw;
  animation: karyagisi 9s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(44) {
  width: 6px;
  height: 6px;
  left: 23vw;
  animation: karyagisi 11s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(45) {
  width: 4px;
  height: 4px;
  left: 44vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -9s;
}
.kartanesi:nth-child(46) {
  width: 8px;
  height: 8px;
  left: 42vw;
  animation: karyagisi 11s linear infinite;
  animation-delay: -3s;
}
.kartanesi:nth-child(47) {
  width: 6px;
  height: 6px;
  left: 90vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -4s;
}
.kartanesi:nth-child(48) {
  width: 4px;
  height: 4px;
  left: 83vw;
  animation: karyagisi 13s linear infinite;
  animation-delay: -1s;
}
.kartanesi:nth-child(49) {
  width: 8px;
  height: 8px;
  left: 45vw;
  animation: karyagisi 14s linear infinite;
  animation-delay: -8s;
}
.kartanesi:nth-child(50) {
  width: 6px;
  height: 6px;
  left: 28vw;
  animation: karyagisi 12s linear infinite;
  animation-delay: -3s;
}
.kartanesi:nth-child(6n) {
  filter: blur(1px);
}

/* **************** Christmas Theme 2023 END************* */

/******************* product stock start***************************** */
.stock_out_april { position: relative; z-index: 1; }
.stock_border { border: 1px solid #000; padding-top: 24px; }
.stock_out_april::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 30%; background: #f7fbff; z-index: -1; }
.stock_anim { animation: swingStockOut ease-in-out .8s infinite alternate; transform-origin: center -10px; }
.stock_out_april .closeBtn { position: absolute; right: -10px; top: -10px; font-size: 18px; z-index: 9; border: 0; padding: 0; background: #017bfe; border-radius: 50%; line-height: 1; width: 24px; height: 24px; }

@keyframes swingStockOut {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}
@media (max-width: 767px) {
  .stock_out_april .fs-20 { font-size: 16px; }
  .stock_out_april::after { height: 22%; }
}
/******************* product stock end ***************************** */
