.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.btn-danger {
  background: #ED0000 !important;
  font-size: 14px;
}
.btn-danger:hover {
  background: #ED0000 !important;
  border-color: #ED0000 !important;
  opacity: 0.9;
}

.btn-outline-danger {
  border-color: #ED0000 !important;
  color: #ED0000 !important;
  font-size: 14px;
}
.btn-outline-danger:hover {
  background: #ED0000 !important;
  border-color: #ED0000 !important;
  opacity: 0.9;
  color: #fff !important;
}

.text-danger {
  color: #ED0000 !important;
}

.text-success {
  color: #1A9F2C !important;
}

.bg-danger {
  background: #ED0000 !important;
}

.bg-secondary {
  background: #A0A0A0 !important;
}

.btn-white {
  background: #fff;
  color: #ED0000 !important;
}
.btn-white:hover {
  background: #fff;
  opacity: 0.9;
}

.bg-primary-2 {
  background: #FF9E00;
}

body {
  font-family: "Heebo", sans-serif;
  background: #efefef;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}

a {
  text-decoration: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

@media (min-width: 1800px) {
  .container-lg {
    max-width: 1780px;
  }
}
@media (max-width: 1800px) {
  .container-lg {
    max-width: 1780px;
  }
}
img {
  max-width: 100% !important;
  transition: all 0.5s;
}

.border-custom {
  border: 1px solid #666666;
}

.cursor-pointer {
  cursor: pointer;
}

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

header .topSerach .form-control {
  padding-right: 34px !important;
  border-radius: 20px !important;
}
header .topSerach .sech_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: 0;
  width: 40px;
}
header .cart_header {
  position: relative;
  font-size: 18px !important;
  cursor: pointer;
  color: #fff;
  margin-top: 5px !important;
}
header .cart_header .cartQty {
  background: #ED0000;
  position: absolute;
  right: -6px;
  top: -5px;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

nav ul {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul li {
  margin: 0 !important;
}
nav ul li a {
  color: #000;
  padding: 15px 30px;
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 78px;
  align-items: center;
  text-align: center;
}
nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: rgba(237, 0, 0, 0.1);
  z-index: -1;
  transition: all 0.5s;
}
nav ul li:hover a {
  color: #ED0000;
}
nav ul li:hover a:after {
  height: 100%;
}
nav .drop_menu {
  min-width: 100%;
  background: #fff;
  padding: 8px;
  position: absolute;
  top: 100%;
  color: #212529;
  z-index: 999;
  display: none;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.05);
  left: 60px;
  left: 0;
}
nav .drop_menu ul {
  display: block;
}
nav .drop_menu ul li {
  display: block;
}
nav .drop_menu ul li a {
  display: block;
  display: block;
  padding: 4px 0px;
  font-size: 14px;
  display: inline-block;
  min-height: auto;
  color: #000;
}
nav .drop_menu ul li a:after {
  display: none;
}
nav .drop_menu ul li a:hover {
  color: #ED0000;
}
nav .spriteMenu ul {
  -moz-column-count: 3;
  column-count: 3;
}
nav .spriteMenu:hover .drop_menu {
  display: block;
}
nav .dropdown_sp {
  position: relative;
}
nav .dropdown_sp .drop_menu ul {
  -moz-column-count: 1 !important;
  column-count: 1 1 !important;
}
nav .dropdown_sp:hover .drop_menu {
  display: block;
  width: 200px;
}

.main_heading {
  padding: 0 100px;
  display: inline-block;
  position: relative;
}
.main_heading span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  background: #efefef;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.main_heading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #000;
}

.listing_home .inner_home_lis {
  border-radius: 14px;
  overflow: hidden;
}
.listing_home .inner_home_lis .con_dv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2385547969) 40%, rgba(255, 255, 255, 0.8) 80%);
}
.listing_home .inner_home_lis:hover .bg_image {
  transform: scale(1.15);
}

.listing_home_btm .inner_list-2:hover img {
  transform: scale(1.15);
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
footer .frt-divider {
  position: relative;
}
footer .frt-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: #000;
}

.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;
}

.brand_page .brandDesRes {
  font-size: 14px;
}
.brand_page .red_more .des-rd {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand_page .red_more .rdMore {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #efefef;
  cursor: pointer;
  padding-left: 10px;
}
.brand_page .showTxt .des-rd {
  display: block;
}
.brand_page .showTxt .rdMore {
  bottom: -10px;
}
.brand_page .storeloc input {
  background: url("../images/loc.png") no-repeat left center;
  padding: 6px 80px 6px 24px;
}
.brand_page .storeloc input:is(:focus){
  box-shadow: none;
}
.brand_page .storeloc .sechBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 98%;
  border: 0;
}

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

.addBtn {
  width: 80px;
  height: 34px;
  line-height: 1;
}

.qtySelector {
  height: 34px;
  width: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ED0000;
}
.qtySelector div {
  height: 100%;
  cursor: pointer;
  width: 33%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
}
.qtySelector .qtyValue {
  width: 100%;
  pointer-events: none;
  color: #ED0000;
  border: 0;
  height: 100%;
  text-align: center;
}
.qtySelector .decreaseQty {
  border-right: 1px solid #ED0000;
}
.qtySelector .decreaseQty:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #ED0000;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector .increaseQty {
  left: initial;
  right: 0px;
  border-left: 1px solid #ED0000;
}
.qtySelector .increaseQty:before, .qtySelector .increaseQty:after {
  content: "";
  position: absolute;
  background: #ED0000;
  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: block;
}

.impInstructions li {
  padding-left: 30px !important;
  margin-bottom: 10px !important;
  position: relative;
}
.impInstructions li strong {
  color: #002B74;
}
.impInstructions li.not strong {
  color: #c00;
}
.impInstructions li::after {
  content: "\f046";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  color: #002B74;
  font-size: 20px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions ul { list-style: none; padding-left: 0px; }

.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;
}

.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;
  line-height: 52px;
  font-size: 11px;
  font-weight: 500;
}
.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: 72px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 13px;
}
.howToUse .owl-nav button.owl-prev {
  left: -16px;
  color: #ED0000;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  bottom: 150px;
}
.howToUse .owl-nav button.owl-next {
  right: -16px;
  color: #ED0000;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  bottom: 150px;
}
.howToUse .owl-nav button.disabled {
  opacity: 0.7 !important;
  filter: grayscale(1) !important;
}

.cart_page .cart_list {
  margin-bottom: 20px !important;
}
.cart_page .details_main {
  display: none;
}
.cart_page .showAdd .details_main {
  display: block;
}
.cart_page .showAdd .down_add i {
  transform: scale(-1);
}
.cart_page .price_mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

.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: #ED0000;
  border-radius: 2px;
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  display: flex;
}
.customCheckbox label a {
  text-decoration: none;
}
.customCheckbox label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ED0000;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border-radius: 2px;
}

.congratulation_dv .successImage img {
  margin-bottom: -78px !important;
}
.congratulation_dv .successOuter {
  border-radius: 14px;
  overflow: hidden;
}
.congratulation_dv .list_inner_congrates {
  border-bottom: 1px solid #e3e3e3;
}
.congratulation_dv .list_inner_congrates:last-child {
  border-bottom: 0px;
}

.transactionPahe .trans_heading {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px !important;
}
.transactionPahe .trans_heading:last-child {
  margin-bottom: 0px !important;
}
.transactionPahe .deleverd {
  display: inline-block;
  padding-left: 20px !important;
  color: #1A9F2C;
  position: relative;
}
.transactionPahe .deleverd::before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: #1A9F2C;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  left: 0;
  top: 4px;
  border-radius: 50%;
}
.transactionPahe .deleverd::after {
  content: "";
  top: 6px;
  left: 4px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #fff;
}
.transactionPahe .deleverd.failed_dv {
  color: #000;
}
.transactionPahe .deleverd.failed_dv:after {
  top: 4px;
  left: 0px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  border: 0;
  transform: none;
  border-radius: 50%;
}
.transactionPahe .deleverd.failed_dv::before {
  background: #ED0000;
}
.transactionPahe .Down_ic {
  position: absolute;
  right: 0;
}
.transactionPahe .childListTrans {
  margin-bottom: 16px !important;
}
.transactionPahe .childListTrans:last-child {
  margin-bottom: 0px !important;
}
.transactionPahe .hideTrans {
  display: none;
}
.transactionPahe .openTrans .hideTrans {
  display: block;
}
.transactionPahe .openTrans .Down_ic i {
  transform: scale(-1);
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #D2D2D2;
  outline: none;
  margin-right: 10px;
  background: #FCFCFC;
  border-radius: 0;
  border-radius: 8px;
}
.otp-form .otp-field:focus {
  transform: scale(1.1);
  transition: all 0.3s;
  border-color: #ED0000;
  color: #ED0000;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border-color: #000;
  box-shadow: none;
  color: #000;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border-color: #000;
  box-shadow: none;
  color: #000;
}

.not_found {
  min-height: calc(100vh - 303px);
}
.not_found .bg_not_found {
  background: url("../images/not.png") no-repeat center center/60%;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 150px 0;
}

.faq_section .accordion-item {
  background: #fff;
  margin-bottom: 16px;
  border: 1px solid #fff;
  color: #323539;
}
.faq_section .accordion-item .accordion-button {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px !important;
  padding-right: 36px !important;
}
.faq_section .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq_section .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #323539;
  box-shadow: none;
}
.faq_section .accordion-item .accordion-button::after {
  background: none;
  width: 16px;
  height: 2px;
  background: #707070;
  transform: none;
  position: absolute;
  right: 14px;
  top: 24px;
}
.faq_section .accordion-item .accordion-button:before {
  content: "";
  position: absolute;
  right: 21px;
  top: 17px;
  background: none;
  height: 16px;
  width: 2px;
  background: #707070;
}
.faq_section .accordion-item .accordion-button:not(.collapsed):before {
  display: none;
}
.faq_section .accordion-item .accordion-button:not(.collapsed):after {
  background: #ED0000;
}
.faq_section .accordion-item:has(.show) {
  border: 1px solid rgba(237, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}
.faq_section .accordion-body {
  font-size: 14px;
}

.nav-icon {
  width: 24px;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  padding: 1px 0 0 0;
  height: 20px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 2px;
}
.nav-icon span:nth-child(2) {
  top: 11px;
  margin-top: -1px !important;
}
.nav-icon span:nth-child(3) {
  bottom: 0px;
}
.nav-icon:hover span:nth-child(2) {
  width: 60%;
  background: #ED0000;
  left: 40%;
}

.navigationSlide {
  overflow: hidden;
  width: 280px !important;
}
.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: #ED0000;
  position: relative;
  animation: pulse 2s ease-out infinite;
}
.navigationSlide .name_dv::after {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 1s;
}
.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(224deg);
  transition: all 0.5s;
}
.navigationSlide .cate_slide_inner {
  width: 100%;
  max-height: 304px;
  background: #f6f6f6;
  transition: all 0.5s;
  z-index: 1;
  overflow-y: auto;
  display: none;
}
.navigationSlide .open_cate .cate_slide_inner {
  display: block;
}
.navigationSlide .open_cate .cate_slide::after {
  transform: rotate(44deg);
}
.whatsapp_share {
  position: absolute;
  right: 24px;
}
@media (min-width: 1600px) {
  nav ul .spriteMenu ul {
    -moz-column-count: 5;
    column-count: 5;
  }
  .custome-check li {
    width: 16.4%;
  }
}
@media (max-width: 1399px) {
  nav ul li a {
    padding: 15px 22px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  nav ul li a {
    padding: 15px 13px;
  }
}
@media (max-width: 575px) {
  .frame-contact {
    height: 1200px !important;
  }
}
@media (max-width: 991px) {
  nav ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  nav ul .drop_menu {
    display: none !important;
  }
  nav ul li a {
    padding: 6px 13px;
    min-height: auto;
  }
  nav ul li a.text-danger {
    position: relative;
  }
  nav ul li a.text-danger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ED0000;
  }
  .brand_page_top .fs-20 {
    font-size: 15px;
  }
  .cart_page .cart_list .left_cart .fs-14 {
    font-size: 11px;
  }
  .cart_page .cart_list .left_cart .fs-20 {
    font-size: 16px;
  }
  .cart_page .cart_page .price_mid .fs-17 {
    font-size: 14px;
  }
  .cart_page .cart_page .price_mid .fs-14 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header.border-bottom {
    border-bottom: 0px solid #000 !important;
  }
  .main_heading {
    padding: 0 30px;
  }
  .main_heading span {
    font-size: 20px;
  }
  .sliderHome {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .sliderHome .col {
    display: inline-block;
    width: 56%;
  }
  .sliderHome .btn-danger {
    font-size: 12px;
  }
  .sliderHome .logo_home {
    width: 60%;
  }
  footer .border-b {
    border-bottom: 1px dashed #DDDDDD;
  }
  .brand_page_top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .brand_page_top .fs-14 {
    font-size: 10px;
  }
  .brand_page {
    margin-top: -30px !important;
  }
  .brand_page .desInner {
    background: #fff;
    padding: 13px;
    margin-top: -58px !important;
  }
  .brand_page .storeLocShow {
    padding-top: 60px !important;
  }
  .brand_page .red_more .rdMore {
    background: #fff;
  }
  .brand_page .storeloc {
    position: absolute !important;
    top: 0;
    right: 16px;
    left: 16px;
  }
  .brand_page .storeloc .sechBtn {
    background: #fff;
  }
  .cart_page .cart_list .fs-14 {
    font-size: 15px;
  }
  .cart_page .cart_list .fs-20 {
    font-size: 15px;
  }
  .cart_page .cart_list .fs-15 {
    font-size: 13px;
  }
  .cart_page .cart_list .left_cart .fs-14 {
    font-size: 15px;
  }
  .cart_page .border_mob {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 14px;
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .cart_page .qtySelector {
    width: 100%;
  }
  .expTxt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    border-top: 1px solid rgba(56, 56, 62, 0.0901960784);
    font-size: 13px;
    background: #fff;
  }
  .congratulation_dv .fs-40 {
    font-size: 31px;
  }
  .congratulation_dv .fs-18 {
    font-size: 15px;
  }
  .congratulation_dv .successImage img {
    margin-bottom: 0px !important;
  }
  .congratulation_dv .delivery_details li:first-child {
    width: 100%;
  }
  .congratulation_dv .mobile_bg {
    background: #A0A0A0;
    padding: 8px 0px;
    color: #fff;
  }
  .congratulation_dv .list_inner_congrates {
    margin-bottom: 20px !important;
    border-radius: 14px;
    overflow: hidden;
  }
  .transactionPahe .trans_heading .fs-15 {
    font-size: 13px;
  }
  .transactionPahe .trans_heading .fs-20 {
    font-size: 16px;
  }
  .transactionPahe .trans_brand_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .transactionPahe .trans_brand_name .fs-17 {
    font-size: 16px;
  }
  .transactionPahe .trans_brand_name .fs-13 {
    font-size: 16px;
    font-weight: 500;
  }
  .otp-form .otp-field {
    height: 38px;
    font-size: 16px;
  }
  .not_found .bg_not_found {
    background: url(../images/not.png) no-repeat center center/90%;
    font-size: 19px;
    padding: 100px 0;
  }
  .transactionPahe .deleverd.failed_dv:after {
    left: 3px;
  }
}
@media (max-width: 567px) {
  .listing_home_btm .btn-danger {
    font-size: 11px;
  }
  .custome-check li {
    width: 32%;
  }
  .congratulation_dv .fs-17 {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .brand_page .impIns {
    font-size: 13px;
  }
  .brand_page .fs-18 {
    font-size: 15px;
  }
  .congratulation_dv .fs-40 {
    font-size: 22px;
  }
  .congratulation_dv .fs-18 {
    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: #db0010; color: #fff; }
.react-autosuggest__suggestion--highlighted { background-color: #db0010; 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 ************************ */

body.fixed_btm { padding-bottom: 150px !important; } 
body.fixed_btm footer { bottom: 68px; }
