@import "../../@fortawesome/fontawesome-pro/css/all.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  /* font-family: "Noto Sans", sans-serif; */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

:root {
  --color-primary: #f04f29;
  --text-color: #333333;
  --color-grey: #8d8d8d;
  --color-white: #ffffff;
  --color-white2: #d5d5d5;
  --color-offwhite: #f2f4f9;
  --color-red: #ff1313;
  --border-color: #e1e1e1;
  --background-color: #ffffff;
  --button-bg-color: #f04f29;
  --button-font-color: #ffffff;
  --product-border-enabled: 1;
  --product-border-color: #cccccc;
  --product-bg-color: #ffffff;
  --primary-font: "Noto Sans", sans-serif;
  --primary-font-size: 16px;
  --primary-font-color: #333333;
  --secondary-color: #fdee00;
}

.chai_theme {
  --color-primary: #2e4892;
  --text-color: #333333;
  --color-grey: #8d8d8d;
  --color-white: #ffffff;
  --color-white2: #d5d5d5;
  --color-offwhite: #f2f4f9;
  --color-red: #ff1313;
  --border-color: #e1e1e1;
  --background-color: #ffffff;
  --button-bg-color: #2e4892;
  --button-font-color: #ffffff;
  --product-border-enabled: 1;
  --product-border-color: #cccccc;
  --product-bg-color: #ffffff;
  --primary-font: "Poppins", sans-serif;
  --primary-font-size: 16px;
  --primary-font-color: #333333;
  --secondary-color: #fdee00;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.page-item.active .page-link {
  color: var(--button-font-color) !important;
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
}

::placeholder {
  color: var(--color-grey);
}

.form-check-input:checked {
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
}

/* html {
    font-size: .90vw;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.container{
    max-width: 82.5rem;
} */

/* Color Varients */
/* --color-primary: #FC624D; */
/* --color-primary: #147BEC; */
/* --color-primary: #3F51C6; */
/* --color-primary: #769E38; */

/* Color */
.text-black {
  color: var(--primary-font-color) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-grey {
  color: var(--color-grey) !important;
}

.text-white2 {
  color: var(--color-white2) !important;
}

.bg-white2 {
  background-color: var(--color-white2) !important;
}

.bg-offwhite {
  background-color: var(--color-offwhite) !important;
}

.text-red {
  color: var(--color-red) !important;
}

/* Typography */
.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fz-42 {
  font-size: 2.625rem;
}

.fz-38 {
  font-size: 2.375rem;
}

.fz-32 {
  font-size: 2rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-16 {
  font-size: 1rem;
}

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

.bg-white,
.bg-light {
  background: var(--background-color) !important;
}

body {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--primary-font-size);
  color: var(--primary-font-color);
  background: var(--background-color);
}

.fast_shop_page_wrap .form-control {
  color: var(--primary-font-color);
}

.primary_btn,
.outline_btn {
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--button-bg-color);
  scale: 1;
  transition: 0.3s all linear;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.primary_btn:hover,
a.primary_btn:hover,
a.outline_btn:hover,
.outline_btn:hover {
  scale: 1.02;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  color: var(--button-font-color) !important;
  background-color: var(--button-bg-color) !important;
}

.outline_btn {
  background-color: transparent;
  color: var(--button-bg-color);
}

.outline_btn:hover {
  color: var(--button-bg-color);
}

.primary_min_width_btn {
  min-width: 140px;
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

.fast_select_shipping_address_wrap .select2-container--disabled {
  opacity: 0.5;
}

/* ============== CUSTOM LOADER STARTS ============== */
.loader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}

.custom-made {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.custom-load-animated-text-wrap p {
  font-size: 3.125rem;
  font-weight: 800;
  margin-top: 1.25rem;
  display: inline-block;
  width: 18.75rem;
  background: #111 -webkit-linear-gradient(left, #111, var(--color-white)) no-repeat 0 0/1.875rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: sweep 2.5s ease-in-out infinite;
  animation: sweep 2.5s ease-in-out infinite;
}

@-webkit-keyframes sweep {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes sweep {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

.light-sweep {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.light-sweep img {
  display: inline-block;
  width: 30%;
}

.light-sweep,
.lightSweep {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: size 2s ease-in-out infinite alternate;
}

.lightSweep {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-filter: brightness(2.8);
  -webkit-mask-size: 300% 100%;
  -webkit-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -webkit-transition: -webkit-mask-position;
  -webkit-animation-timing-function: linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-filter: brightness(2.8);
  -moz-mask-size: 300% 100%;
  -moz-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -moz-transition: -webkit-mask-position;
  -moz-animation-timing-function: linear;
  -moz-transform: translate3d(0, 0, 0);
  -o-filter: brightness(2.8);
  -o-mask-size: 300% 100%;
  -o-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -o-transition: -webkit-mask-position;
  -o-animation-timing-function: linear;
  -o-transform: translate3d(0, 0, 0);
  filter: brightness(2.8);
  mask-size: 300% 100%;
  mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  transition: -webkit-mask-position;
  animation-timing-function: linear;
  transform: translate3d(0, 0, 0);
  transition-duration: 3s;
  animation: move 2s linear infinite;
}

@keyframes move {
  from {
    -webkit-mask-position: 150% 0rem;
    -moz-mask-position: 150% 0rem;
    -o-mask-position: 150% 0rem;
    mask-position: 150% 0rem;
  }

  to {
    -webkit-mask-position: 0% 0rem;
    -moz-mask-position: 0% 0rem;
    -o-mask-position: 0% 0rem;
    mask-position: 0% 0rem;
  }
}

@keyframes size {
  from {
    transform: scale(90%);
  }

  to {
    transform: scale(100%);
  }
}

.error_el {
  color: #cc0202;
  font-size: 12px;
  margin-top: 4px;
}

/* Harshad Set password pop-up */
.success_el {
  color: #00b603;
  font-size: 12px;
  margin-top: 4px;
}

/* Harshad Set password pop-up */

/* Start Harshad Single Order Page */
.fast_shop_myorder_details {
  padding: 40px 56px;
}

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

.fast_shop_thumbnail_gallery {
  display: flex;
  gap: 8px;
}

.fast_shop_thumbnail_gallery .fast_shop_small_thumbnail ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}

.fast_shop_thumbnail_gallery .fast_shop_small_thumbnail ul div {
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.fast_shop_thumbnail_gallery .fast_shop_small_thumbnail ul div img {
  position: relative;
  /* left: -7px; */
}

.fast_shop_thumbnail_gallery .fast_shop_small_thumbnail ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--color-primary) solid 1px;
}

.fast_shop_thumbnail_gallery .fast_shop_small_thumbnail ul li img {
  width: 96px;
  height: auto;
  object-fit: contain;
}

.fast_shop_thumbnail_gallery .fast_shop_big_thumbnail {
  width: 100%;
  overflow: hidden;
  height: 600px;
}

.fast_shop_thumbnail_gallery .fast_shop_big_thumbnail img {
  object-fit: contain;
  width: 100%;
}

.fast_shop_row_product_info {
  margin-bottom: 24px;
}

.fast_shop_row_product_info .fast_shop_ext_war label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.fast_shop_row_product_info .fast_shop_ext_war label:first-of-type {
  width: 83px;
  margin-right: 40px;
}

.fast_shop_row_product_info .form-check label,
.fast_shop_row_product_info .form-check input {
  cursor: pointer;
}

.fast_shop_row_product_info h1.fast_shop_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: var(--primary-font-color);
  word-break: break-all;
}

.fast_shop_row_product_info .fast_show_action_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fast_shop_row_product_info ul.fast_shop_prod_shipping {
  padding-left: 0;
}

.fast_shop_row_product_info .fast_shop_prod_shipping li {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}

.fast_shop_row_product_info .fast_shop_prod_shipping .fast_shop_shipping_icon path,
.fast_shop_row_product_info .fast_shop_prod_shipping .fast_shop_policy_icon path {
  fill: var(--color-primary);
}

.fast_shop_row_product_info .fs-toppings ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fast_shop_row_product_info .fs-toppings ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f6f8fa;
  border-radius: 8px;
  margin-bottom: 6px;
}

.fast_shop_row_product_info .fs-toppings ul li span:nth-child(1) {
  width: 40%;
}

.fast_shop_row_product_info .fs-toppings ul li span:nth-child(2) {
  width: 50%;
}

.fast_shop_row_product_info .fs-toppings ul li span:nth-child(3) {
  width: 10%;
  text-align: right;
}

.fast_shop_row_product_info .fs-toppings ul li span input[type="number"] {
  width: 96px;
  margin-left: 5px;
  border: #e1e1e1 solid 1px;
  border-radius: 4px;
  display: unset;
}

.fast_shop_row_product_info .fs-toppings ul li span input[type="number"]::-webkit-inner-spin-button,
.fast_shop_row_product_info .fs-toppings ul li span input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}

.remove-def-arrow {
  position: relative;
}

.remove-def-arrow:after,
.remove-def-arrow:before {
  position: absolute;
  right: 5px;
  width: 1.6em;
  height: 0.9em;
  font-size: 10px;
  pointer-events: none;
  background: var(--color-white);
}

.remove-def-arrow:after {
  color: var(--color-primary);
  content: "\25BE";
  margin-top: 11px;
  transform: rotate(180deg);
  right: 15px;
}

.remove-def-arrow:before {
  color: var(--color-primary);
  content: "\25BE";
  margin-bottom: 8px;
  bottom: -0.5em;
}

.fast_shop_row_product_info .fs-toppings label,
.fast_shop_row_product_info .fs-toppings .form-check {
  margin-bottom: 0;
}

.fast_shop_bread_crumbs {
  display: flex;
  justify-content: space-between;
}

.fast_shop_bread_crumbs ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
}

.fast_shop_bread_crumbs ul li {
  padding-right: 8px;
  font-size: 20px;
  font-weight: 400;
  word-break: break-all;
}

.fast_shop_bread_crumbs ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--primary-font-color);
  text-decoration: none;
  /* word-break: break-all; */
}

.fast_shop_bread_crumbs ul li a:hover {
  color: var(--color-primary);
}

.fast_shop_bread_crumbs ul li:last-of-type {
  color: var(--color-primary);
}

.fast_shop_bread_crumbs .fast_shop_share_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: var(--primary-font-color);
  text-decoration: none;
}

.fast_shop_bread_crumbs .fast_shop_share_details {
  color: var(--color-primary);
}

.fast_shop_bread_crumbs .fast_shop_share_details i {
  color: var(--color-primary);
  font-size: 24px;
}

.fast_shop_bread_crumbs ul.dropdown-list li span i,
.fast_shop_bread_crumbs ul.dropdown-list li a i {
  font-size: 0.9rem !important;
  margin-right: 0.375rem;
}

.fast_shop_bread_crumbs ul.dropdown-list li span,
.fast_shop_bread_crumbs ul.dropdown-list li a {
  font-size: 0.8rem !important;
}

.fast_shop_bread_crumbs ul.dropdown-list {
  flex-direction: column;
  align-items: flex-start;
}

.fast_shop_bread_crumbs ul.dropdown-list li {
  width: 100%;
  border-bottom: #f1f1f1 solid 1px;
  padding-left: 0.625rem;
}

.fast_shop_bread_crumbs .dropdown-menu {
  min-width: 7rem;
  padding: 0;
}

.fast_shop_bread_crumbs01 ul li,
.fast_shop_bread_crumbs01 ul li a {
  text-transform: capitalize;
  font-size: 1rem;
  color: var(--button-bg-color);
}

.fast_shop_bread_crumbs01 ul li a:hover {
  text-decoration: underline;
}

.fast_shop_ratings ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}

.fast_shop_ratings ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_review_all>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9rem;
}

.fast_shop_review_all>ul>li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fast_shop_review_all .fast_shop_chai_usrs {
  border-top: 1px solid #e1e1e1;
  padding-top: 1rem;
}

.fast_shop_ratings ul li i {
  color: var(--color-primary);
}

.fast_shop_amount h2.fast_shop_price {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: var(--color-primary);
  margin-bottom: 0;
}

.fast_shop_amount h2.fast_shop_price span {
  color: #b1b3ba;
}

.fast_shop_amount h2.fast_shop_price .fast_shop_more_info_icon {
  background: url(../images/fast-shop-img/icon-info.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 17px;
  transform: translateX(-50%);
  background: url(../images/fast-shop-img/icon-caret.png) no-repeat;
  width: 25px;
  height: 10px;
  display: block;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu.dropdown-menu-lg-start[data-bs-popper] {
  left: -10px;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu {
  padding: 12px;
  width: 280px;
  border-radius: 4px;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-head {
  margin-bottom: 12px;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
}

.fast_shop_amount h2.fast_shop_price .dropdown-hover:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 32px;
  left: -11px;
}

.product-slider-wrap .product-slider {
  display: flex;
  position: relative;
}

.product-slider-wrap .product-slider i {
  color: var(--color-primary);
}

.product-slider-wrap .thumbnail-slider {
  width: 92px;
  display: block;
  z-index: 2;
  display: flex;
}

.product-slider-wrap .big-image-slider {
  width: calc(100% - 92px);
  position: relative;
  border: #c7c7c7 solid 1px;
}

.product-slider-wrap .swiper-container {
  overflow: hidden;
}

.product-slider-wrap .l-big-img .swiper-slide img {
  max-width: 550px;
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  /* zoom: 110%; */
  cursor: zoom-in;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}

.product-slider-wrap .p-big-img .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Popup Slider Container */
.product-slider-wrap .popup-slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider-wrap .popup-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-slider-wrap .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 24px;
  z-index: 9;
}

.product-slider-wrap .popup-next,
.product-slider-wrap .popup-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.popup-next {
  right: 10px;
}

.popup-prev {
  left: 10px;
}

.popup-next::after,
.popup-prev::after {
  font-size: 20px;
  color: black;
}

.thumbnail-slider {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  max-height: 350px;
}

.thumbnail-slider .swiper-wrapper {
  flex-direction: column;
}

.thumbnail-slider .swiper-slide {
  margin-bottom: 10px;
  width: 80px !important;
  height: 80px !important;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--color-white);
  display: flex;
}

.product-slider-wrap .thumbnail-slider .l-thumbnail img {
  height: auto;
  object-fit: cover;
}

.product-slider-wrap .thumbnail-slider .l-thumbnail .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Style for active thumbnail */
.thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--color-primary);
}

.thumbnail-slider .swiper-slide {
  border: #c7c7c7 solid 1px;
}

.big-image-slider {
  width: 100%;
  position: relative;
}

.product-slider-wrap .big-image-slider .swiper-wrapper {
  width: 100% !important;
}

.product-slider-wrap .big-image-slider .swiper-wrapper .swiper-slide {
  text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: var(--color-primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.product-slider-wrap .popup-next,
.product-slider-wrap .popup-prev {
  background-color: transparent;
}

.product-slider-wrap .swiper-button-next,
.product-slider-wrap .swiper-button-prev {
  width: auto;
}

.product-slider-wrap .swiper-button-next:after,
.product-slider-wrap .swiper-rtl .swiper-button-prev:after,
.product-slider-wrap .swiper-button-prev:after,
.product-slider-wrap .swiper-rtl .swiper-button-next:after {
  font-size: 24px;
}

.swiper-button-prev-thumbnail,
.swiper-button-next-thumbnail {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--color-white);
  color: var(--color-white);
  z-index: 10;
  cursor: pointer;
  text-align: center;
}

.swiper-button-prev-thumbnail {
  top: 1px;
  left: 45%;
  transform: translateX(-50%);
}

.swiper-button-next-thumbnail {
  bottom: 1px;
  left: 45%;
  transform: translateX(-50%);
}

.swiper-button-up.swiper-button-disabled,
.swiper-button-down.swiper-button-disabled,
.swiper-button-left.swiper-button-disabled,
.swiper-button-right.swiper-button-disabled {
  opacity: 0;
}

/* Product Ratings and Reviews */

.review__product-wrapper .review-title {
  font-size: 18px;
  color: var(--primary-font-color);
  font-weight: bold;
  margin-bottom: 30px;
}

.review__product-wrapper .review-title span {
  display: block;
  color: var(--color-primary);
  margin-bottom: 5px;
  font-size: 12px;
}

.review__product-wrapper .review-area {
  padding: 0;
}

.review__product-wrapper .review-area li {
  display: flex;
  margin-bottom: 20px;
}

.review__product-wrapper .review-area li .flex-item {
  flex: 1;
}

.review__product-wrapper .review-area li:last-child {
  margin-bottom: 0;
}

.review__product-wrapper .review-area .user-img {
  margin-right: 20px;
  width: 60px;
}

.review__product-wrapper .review-area .user-img img {
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.review__product-wrapper .review-area .review-info {
  width: calc(100% - 60px);
}

.review__product-wrapper .review-area .review-info .review-author {
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.review__product-wrapper .review-area .review-info .review-author .review-dashed {
  color: #858585;
  margin-left: 5px;
  margin-right: 5px;
}

.review__product-wrapper .review-area .review-info .review-author .review-date {
  color: #858585;
  font-weight: 400;
  font-style: italic;
}

.review__product-wrapper .review-area .review-info .review-desc {
  font-size: 15px;
  color: #858585;
  line-height: 24px;
}

.review__product-form .review-label {
  font-size: 14px;
  color: var(--primary-font-color);
  display: block;
  margin-bottom: 5px;
}

.comment-form-rating p.stars a {
  width: 1em;
  height: 1em;
  text-indent: -999em;
  display: inline-block;
  position: relative;
}

.comment-form-rating .fast_shop_ratings #rating-stars {
  margin-bottom: 0;
}

.comment-form-rating p.stars a:before {
  content: "\f006";
  font-family: FontAwesome;
  font-size: 16px;
  color: #5d5d5d;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-form-rating p.stars:hover a:before {
  content: "\f005";
  color: #ffc107;
}

.review__product-form .form-group {
  margin-bottom: 15px;
}

.review__product-form .form-control {
  color: #212529;
  height: 35px;
  border: #ced4da 1px solid;
}

.review__product-form textarea.form-control {
  height: 100px;
  resize: none;
}

.review__product-form .form-check {
  margin-bottom: 15px;
}

.review__product-form .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.review__product-form .form-check .form-check-label {
  font-size: 14px;
  color: var(--primary-font-color);
}

.review__product-form .btn {
  font-weight: bold;
  min-width: 100px;
  min-height: 35px;
}

.review__product-form .btn-product {
  background: #007bff;
  color: var(--color-white) !important;
  border: #007bff 1px solid;
}

.review__product-form .btn-product:hover,
.review__product-form .btn-product:focus {
  background: #0069d9;
  color: var(--color-white) !important;
  border-color: #0069d9;
}

/* Product Ratings and Reviews */

@media (max-width: 991.98px) {
  .product-slider-wrap .product-slider {
    flex-direction: column-reverse;
  }

  .product-slider-wrap .thumbnail-slider {
    width: 100%;
  }

  .product-slider-wrap .l-big-img .swiper-slide img {
    zoom: unset;
  }

  .product-slider-wrap .big-image-slider .swiper-wrapper {
    width: 100% !important;
    height: auto;
  }

  .product-slider-wrap .big-image-slider {
    width: 100%;
  }

  .product-slider-wrap .thumbnail-slider {
    /* overflow: visible; */
    position: relative;
  }

  .product-slider-wrap .thumbnail-slider .swiper-wrapper {
    flex-direction: row;
    gap: 5px;
    margin-top: 5px;
  }

  .thumbnail-slider {
    flex-direction: row;
    /* Reorder to horizontal */
  }

  .swiper-button-up,
  .swiper-button-down {
    display: block;
  }

  .swiper-button-prev-thumbnail,
  .swiper-button-next-thumbnail {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: var(--color-white);
    color: var(--color-white);
    z-index: 10;
    cursor: pointer;
    text-align: center;
  }

  .swiper-button-next-thumbnail {
    left: unset;
  }

  .swiper-button-prev-thumbnail {
    left: 0;
    /* Move to the left for mobile */
  }

  .swiper-button-left,
  .swiper-button-right {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-button-left {
    left: 1px;
  }

  .swiper-button-right {
    right: 1px;
  }

  /* Hide desktop buttons on mobile */
  .swiper-button-up,
  .swiper-button-down {
    display: none !important;
  }

  .thumbnail-slider .swiper-slide {
    margin-right: 0 !important;
  }

  .swiper-button-next-thumbnail {
    right: 0;
    /* Move to the right for mobile */
  }

  .popup-slider .swiper-slide {
    display: flex;
  }

  .fast_shop_review_all>ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Optional: For a smoother transition */
.fast_shop_amount h2.fast_shop_price .dropdown-hover .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li hr.dashed {
  border-style: dashed;
}

/* 
.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li:last-of-type {
    margin-bottom: 0;
} */

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li span:first-of-type {
  color: #999;
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li span:last-of-type,
.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-card-body ul li span strong {
  color: var(--primary-font-color);
}

.fast_shop_amount h2.fast_shop_price .dropdown-menu .fs-foot {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #51dc6b;
}

.fast_shop_amount .fast_shop_tax_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #b1b3ba;
}

.fast_shop_varaition .fast_shop_space_b {
  width: 100%;
}

.fast_shop_varaition .fast_shop_space_b select:required:invalid {
  color: var(--primary-font-color);
}

.fast_shop_varaition select {
  background: url(../images/fast-shop-img/icon-down-chevron.svg) top 15px right 10px no-repeat;
}

.fast_shop_qty_stock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fast_shop_qty_stock .fast_shop_quantity {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fast_shop_qty_stock .fast_shop_quantity .fast_shop_qty_counter {
  border: 1px solid #e1e1e1;
  padding: 6px 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fast_shop_qty_stock .fast_shop_quantity .fast_shop_qty_counter:hover {
  border: 1px solid #8bbbf1;
  background-color: #e7eefa;
}

.fast_shop_qty_stock .fast_shop_quantity .fast_shop_qty_counter.active_qty {
  border: 1px solid #8bbbf1;
  background-color: #e7eefa;
}

.fast_shop_qty_stock .fast_shop_quantity .fast_shop_qty {
  width: 32px;
  height: 32px;
  border: none;
  text-align: center;
}

.fast_shop_qty_stock .fast_shop_stocks {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_qty_stock .fast_shop_stocks .fast_shop_stock {
  color: var(--color-primary);
}

.fast_shop_ship_info span {
  display: block;
  color: var(--primary-font-color);
}

.fast_shop_ship_info span:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}

.fast_shop_ship_info span:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

.fast_shop_ship_info span:nth-child(3) {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #a0a0a0;
  margin-bottom: 8px;
}

.fast_shop_ship_info span:last-of-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_ship_info span:last-of-type a {
  color: var(--color-primary);
  text-decoration: none;
}

.fast_shop_product_information .nav {
  margin-bottom: 30px;
}

.fast_shop_product_information .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_product_information .nav .nav-item .nav-link.active {
  border-bottom-color: var(--color-primary);
  border-bottom-width: 1px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: var(--color-primary);
}

.fast_shop_product_information .nav .nav-item .nav-link:hover {
  border-width: 1px;
  border-bottom-color: var(--color-primary);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: var(--color-primary);
}

.fast_shop_product_information .tab-content .tab-pane {
  border-top: #dee2e6 solid 1px;
  border-radius: 4px;
}

.fast_shop_product_information .tab-content .tab-pane .accordion-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.fast_shop_product_information .tab-content .tab-pane .accordion-body p {
  margin-bottom: 10px;
}

.fast_shop_product_information .tab-content .tab-pane .accordion-body ul li {
  margin-bottom: 5px;
}

.accordion-body .table-responsive table {
  margin-bottom: 0;
}

.fast_shop_accord_body {
  padding: 0;
}

.fast_shop_accord_body .table-responsive .table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #f6f8fa;
  --bs-table-accent-bg: transparent;
  color: var(--primary-font-color);
}

.fast_shop_accord_body .table-responsive table {
  border-bottom: transparent;
}

.fast_shop_accord_body .table-responsive table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.fast_shop_accord_body .table-responsive table tbody tr td span {
  font-weight: 500;
}

.fast_shop_space_b .caret {
  float: right;
  margin-top: 9px;
  display: block;
}

.fast_shop_space_b .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fast_shop_space_b .dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}

.fast_shop_space_b .dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.fast_shop_space_b .dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
}

.fast_shop_space_b .dropdown-menu li a {
  padding: 0;
}

.fast_shop_space_b .dropdown-menu li a:hover {
  background-color: transparent;
}

.fast_shop_space_b .dropdown-menu li:hover {
  background-color: var(--color-primary);
}

.fast_shop_space_b .dropdown-menu li:hover a {
  color: var(--color-white);
}

/* END Harshad Single Order Page */

.spinner {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.5rem;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, var(--color-primary) 94%, #0000) top/0.4rem 0.4rem no-repeat,
    conic-gradient(#0000 30%, var(--color-primary));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 0.4rem), #000 0);
  animation: spinner-c7wet2 0.6s infinite linear;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}

.modal.select2modals {
  z-index: 1051;
}

/* ============== CUSTOM LOADER END ============== */

.sure_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.modal-body {
  padding: 16px;
}

.sure_content_wrap {
  text-align: center;
}

.sure_content_wrap i {
  font-size: 64px;
  color: var(--color-primary);
}

.sure_content_wrap h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-primary);
  margin-top: 16px;
  margin-bottom: 8px;
}

.sure_content_wrap h5 {
  font-size: 20px;
  font-weight: 400;
}

/* LOGIN & SIGNUP START */
.fastshop_login_inner {
  margin-top: 9.375rem;
}

.fastshop_login_wrapper {
  width: 60%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.fastshop_login_header {
  text-align: center;
  margin-bottom: 2rem;
}

.fastshop_login_header h4 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary-font-color);
}

label {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.fastshop_login_form_wrap .form-group {
  margin-bottom: 1.25rem;
}

.password_form_group .input-group {
  border: 0.0625rem solid #ced4da;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-right: 0.5rem;
  gap: 0.5rem;
}

.password_form_group .fs-pass-info {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--primary-font-color) 333BF;
  margin-top: 0.5rem;
}

.password_form_group .input-group i {
  cursor: pointer;
}

.password_form_group .input-group input {
  border: none;
}

.fastshop_remember_password {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.fastshop_remember_password label {
  margin: 0;
}

.fastshop_main_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.fastshop_main_btn_wrap .fastshop_main_btn {
  width: 100%;
}

.fastshop_main_btn,
.fastshop_outline_btn {
  display: inline-block;
  background: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.125rem;
  transition: 0.35s all linear;
}

.fastshop_main_btn:hover,
.fastshop_outline_btn {
  background: var(--color-white);
  color: var(--color-primary);
}

.fastshop_outline_btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.fastshop_or_wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.fastshop_or_wrapper::after,
.fastshop_or_wrapper::before {
  content: "";
  width: 45%;
  height: 0.0625rem;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.fastshop_or_wrapper::before {
  left: auto;
  right: 0;
}

.google_btn {
  width: 100%;
  display: flex;
  text-align: center;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: #f2f2f5;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 1.125rem;
  color: var(--primary-font-color);
  border: 0.0625rem solid #f2f2f5;
  transition: 0.3s all linear;
}

.google_btn:hover {
  scale: 1.01;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.google_btn img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.fastshop_footer_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.fastshop_footer_link a {
  color: var(--button-bg-color);
  font-weight: 600;
}

.confirm_email_content .modal-body {
  padding: 2.5rem;
  text-align: center;
}

.confirm_email_top_wrap {
  margin-bottom: 2.5rem;
}

.confirm_email_top_wrap img {
  height: 15rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.confirm_email_top_wrap h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.confirm_email_content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-font-color);
}

.confirm_email_content a {
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
}

.confirm_email_bottom_wrap a {
  text-decoration: underline;
}

.confirm_email_form_wrap {
  margin-bottom: 2.5rem;
}

.confirm_email_form_wrap .error_el {
  color: #cc0202;
  text-align: left;
  font-size: 12px;
}

.confirm_email_form_wrap .primary_btn {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.celebration_img_wrap img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.celebration_modal_content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.celebration_modal_content p {
  font-weight: 400;
  color: rgba(51, 51, 51, 0.75);
  margin-bottom: 2.5rem;
}

/* LOGIN & SIGNUP END */
/* FAST SHOP ENHANCEMENT START */
/*HEADER CSS*/

.top_scrolling_bar {
  padding: 1rem;
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  height: 2.5rem;
  overflow: hidden;
  user-select: none;
  --gap: 20px;
  display: flex;
  gap: var(--gap);
}

.marquee_inner {
  /* position: absolute;       
  display: flex;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* list-style: none; */
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 100s linear infinite;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.fs_scroll_text_wrap {
  display: inline-block;
  padding-right: 50px;
}

.fast-shop-header {
  width: 100%;
  /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; */
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease;
}

.fast-shop-header .form-control {
  background-color: var(--color-white);
}

.fast-shop-header.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.97) !important;
}

.fast-shop-header.fixed_header .fast-nav-main {
  background: transparent !important;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  margin-right: 0.5rem;
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--button-bg-color);
  font-weight: 600;
}

.breadcrumb-item.active {
  color: var(--primary-font-color);
}

.logo-main {
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
  margin-right: 0.625rem;
}

.logo-main .navbar-brand {
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 3.125rem;
}

.logo-main .nav-logo {
  max-width: 7.5rem;
  height: 1.875rem;
  object-fit: contain;
}

.nav-right-fast-flex {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

.fast-nav-main {
  min-height: 70px;
}

.fast-nav-main .navbar-nav .nav-item {
  padding: 0 0.9375rem;
}

.fast-nav-main .navbar-nav .nav-link {
  padding: 0.625rem 0;
  color: var(--primary-font-color);
}

.fast-nav-main .navbar-nav .nav-link.active,
.fast-nav-main .navbar-nav .show>.nav-link,
.fast-nav-main .navbar-nav .nav-link:hover {
  color: var(--button-bg-color) !important;
  border-bottom: 0.0625rem solid var(--button-bg-color);
}

.fast_shop_page_wrap .iti__flag-container {
  width: auto;
}

.fast_shop_page_wrap .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.search-fast-shop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 3.2px;
  position: relative;
  background: var(--color-white);
}

.fastshop_clear_btn {
  position: absolute;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333333;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.375rem 0.625rem;
}

.search-fast-shop input {
  border: none;
  padding: 0.375rem 0.625rem;
  font-size: 1rem;
}

.fast_shop_by_school_wrap .search-fast-shop input {
  padding-right: 3rem;
}

.search-fast-shop #subcat_search_loader {
  right: 30px !important;
}

.search-fast-shop input:focus {
  box-shadow: 0 0 0 transparent;
}

.f_search_results_no_results p,
.f_search_results_three_letters p {
  margin: 0;
  padding: 0.625rem;
}

.f_search_term {
  font-weight: 600;
  font-style: italic;
}

.icon-serch-shop {
  padding-left: 8px;
}

.go-btn-search {
  font-size: 1rem;
  color: var(--button-font-color);
  padding: 0.4375rem 0.75rem;
  border: none;
  background-color: var(--button-bg-color);
}

.dropdown-toggle::after {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 0;
  width: 20px;
  height: 25px;
  border: none !important;
}

.fastshop_category_link.dropdown-toggle::after {
  position: absolute;
}

.fastshop_category_link.dropdown-toggle:hover::after {
  filter: brightness(0) invert(1);
}

.f-nabvar-category .fastshop_category_link.dropdown-toggle {
  padding-right: 2rem;
}

.ul-fillter-items i {
  padding-right: 0.625rem;
}

.fast_shop_clear_filter {
  color: var(--color-primary);
  font-size: 0.875rem;
}

.nav-right-fast-flex .search__box {
  /* max-width:auto */
  width: auto;
  /* to fix header login button for responsive */
}

.order-profile-logout {
  margin: auto 0 0;
  padding: 0;
  display: none;
}

.order-profile-logout li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.order-profile-logout li a {
  color: var(--primary-font-color);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.9375rem;
  text-decoration: none;
}

.order-profile-logout li i {
  margin-right: 0.5rem;
}

.order-profile-logout li a:hover {
  color: var(--color-primary);
}

.title-nav-res {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.navbar-brand-mobile img {
  max-width: 170px;
  height: 48px;
  object-fit: contain;
}

/* PAGINATION */
/* GLOBAL PAGINATION */
.uniersal-pagination-wrap {
  text-align: center;
  padding: 1.875rem 0 0 0;
}

.universal_pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border: 0.0625rem solid #d9d9d9;
  padding-left: 0;
  border-radius: 0.25rem;
  margin: 0;
  overflow: hidden;
}

.universal_pagination .page-link {
  padding: 0.5rem 1rem;
  background: transparent;
  color: var(--primary-font-color);
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
  border-right: 0.0625rem solid #d9d9d9;
  display: inline-block;
}

.page-item:not(:first-child) .page-link {
  margin: 0;
}

.universal_pagination.inverse .page-link:hover {
  opacity: 0.85;
}

.universal_pagination li:first-child a {
  border-radius: 0.125rem 0 0 0.125rem !important;
}

.universal_pagination li:last-child a {
  border-radius: 0rem 0.125rem 0.125rem 0rem !important;
}

.universal_pagination .active>.page-link,
.universal_pagination .page-link.active,
.universal_pagination li a:hover {
  z-index: 3;
  color: var(--orange-orange-white);
  background-color: var(--color-primary);
  border-color: var(--global-white);
}

.f-universal_pagination {
  margin: 0;
  justify-content: center;
}

.f-universal_pagination .page-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-font-color);
  border-color: #d9d9d9;
  padding: 0.5rem 1rem;
}

.f-universal_pagination .active>.page-link,
.f-universal_pagination .page-link.active,
.f-universal_pagination .page-link:focus,
.f-universal_pagination .page-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  box-shadow: 0 0 0 transparent;
}

.custom_pagination.f-universal_pagination a {
  color: var(--primary-font-color);
}

.custom_pagination.f-universal_pagination a:hover,
.custom_pagination.f-universal_pagination strong {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}

/* MOOBILE VERISION HEADER */
.mobile-navbar {
  display: none;
}

.navbar-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
}

.navbar-btn-m {
  display: flex;
  align-items: center;
  color: var(--primary-font-color);
  background-color: #f2f2f5;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
  border-radius: 1.5rem;
  padding: 0.4rem 1rem;
  font-weight: 400;
}

.navbar-btn-m::after {
  height: 16px;
  background-size: 11px;
}

.navbar-btn-m .active,
.navbar-btn-m:active,
.navbar-btn-m:focus {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.dropdown-modal-main {
  width: 100%;
  height: 100vh;
  padding: 1rem;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-with-dropdown {
  min-width: 10rem;
  max-width: 22rem;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: 0 0rem 1.25rem -0.0625rem rgba(18, 11, 53, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}

.modal-with-dropdown .category-nav-m {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  overflow: auto;
  box-shadow: 0 0 0 0 !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.title-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 0.0625rem solid var(--border-color);
}

.title-navbar h4 {
  color: var(--primary-font-color);
  font-size: 1.125rem;
}

.btn-close-dropdon {
  border: none;
  color: var(--primary-font-color);
  background-color: transparent;
  font-size: 1.5rem;
  flex: 0 0 auto;
}

.dropdown-modal-main:has(.show) {
  display: flex;
  opacity: 1;
}

.category-nav-m .dropdown-item {
  font-size: 0.875rem;
  padding: 0.7rem;
  border-bottom: 0.0625rem solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu .dropdown-menu {
  margin: 0 !important;
  /* Harshad bugfixes */
  width: auto;
  /*before width was 100%, i made it auto to fix the submenu width bug*/
  /* Harshad bugfixes */
  position: inherit;
}

.dropdown-menu .dropdown-menu.sub-dropdown .dropdown-item {
  padding-left: 1.8rem;
}

/* cart icon css */
.btn-cart-fast-shop {
  color: var(--button-bg-color);
  font-size: 2.125rem;
  position: relative;
}

.btn-cart-fast-shop span.cart-count {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--button-bg-color);
  border: 0.125rem solid var(--button-font-color);
  font-size: 0.75rem;
  color: var(--button-font-color);
  position: absolute;
  top: 0;
  right: -0.625rem;
}

.btn-cart-fast-shop span.cart-count sup {
  position: absolute;
  top: 0.3125rem;
  right: 0.1875rem;
}

input.go-btn {
  background-color: var(--color-primary);
}

.input-group-text.search-icon {
  color: var(--primary-font-color);
}

.btn-cart-fast-shop:hover {
  color: var(--color-primary);
}

.nav-right-fast-flex.mobile-right {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

/* CATEGORI NAVBAR*/
.f-nabvar-category {
  padding: 0;
  background-color: var(--color-white);
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
}

.navbar {
  padding: 0;
}

.f-nabvar-category .dropdown-menu {
  padding: 0;
  border: none;
  background-color: var(--color-white);
  box-shadow: 0 0rem 1.25rem -0.0625rem rgba(18, 11, 53, 0.1);
  border-radius: 0;
  z-index: 2;
}

.dropdown_navbar_category .dropdown-menu {
  max-height: 40vh;
  overflow-y: auto;
}

.f-nabvar-category .mobile-navbar,
.global_nav_bar {
  width: 100%;
  overflow-x: scroll;
}

.f-nabvar-category .mobile-navbar::-webkit-scrollbar {
  width: 12px;
}

.f-nabvar-category .mobile-navbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.f-nabvar-category .mobile-navbar::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

.f-nabvar-category .mobile-navbar::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.f-nabvar-category .navbar-flex ul,
.global_nav_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  /* font-size: 12px; */
}

.global_nav_bar ul {
  gap: 0.375rem;
  overflow-x: auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.global_nav_bar ul li a {
  padding: 6px 8px;
}

.global_nav_bar ul li {
  flex: 0 0 auto;
}

.f-nabvar-category .fastshop_category_link {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: var(--primary-font-color);
  display: block;
  text-decoration: none;
  transition: 0.3s all linear;
  position: relative;
}

.fastshop_category_link:hover {
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
}

.f-nabvar-category .dropdown-menu li {
  position: relative;
}

.f-nabvar-category .navbar-nav li a.nav-link {
  padding: 0.625rem 1.25rem;
  font-weight: 400;
}

.f-nabvar-category .nav-btn-link,
.f-nabvar-category .arrow-drop-btn {
  display: inline-block !important;
}

.f-nabvar-category .arrow-drop-btn {
  border: none;
  background: transparent;
  position: relative;
  top: 0.6rem;
  right: 0.6rem;
  height: 0;
}

.f-nabvar-category .navbar-nav li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4375rem 0.625rem;
  font-size: 0.975rem;
  border-bottom: 0.0625rem solid var(--border-color);
  color: var(--primary-font-color);
}

.f-nabvar-category .navbar-nav li ul li a i {
  flex: 0 0 auto;
  padding-left: 0.625rem;
  font-size: 0.75rem;
}

.f-nabvar-category .nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.f-nabvar-category .nav-item .submenu-left {
  right: 100%;
  left: auto;
}

.f-nabvar-category .dropdown-menu>li:hover>.submenu {
  display: block;
}

.f-nabvar-category .nav-link {
  display: flex;
  align-items: center;
  padding: 0;
  color: var(--primary-font-color);
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0px;
}

.f-nabvar-category li:hover,
.f-nabvar-category li:focus,
.f-nabvar-category ul li.active {
  background-color: rgba(240, 79, 41, 0.3);
}

.f-nabvar-category li:hover .nav-link,
.f-nabvar-category li:focus .nav-link,
.f-nabvar-category ul li.active .nav-link {
  color: var(--color-primary) !important;
}

.f-nabvar-category .dropdown-toggle.show,
.f-nabvar-category .nav-link:focus,
.f-nabvar-category .nav-link:hover,
.f-nabvar-category ul li.active .nav-link {
  background-color: transparent;
  color: var(--color-primary) !important;
}

.f-nabvar-category .dropdown-item.active,
.f-nabvar-category .dropdown-item:hover,
.f-nabvar-category .dropdown-item:focus {
  background-color: transparent;
  color: var(--color-primary);
}

.f-nabvar-category .dropdown-toggle::after {
  filter: invert(1);
}

.navbar-nav-more {
  margin-left: auto;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.navbar-nav-more .dropdown-item {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

/* CATEGORI NAVBAR*/
.f-btn-loging {
  color: var(--button-font-color);
  background-color: var(--button-bg-color);
  font-size: 1rem;
  padding: 0.4375rem 1.25rem;
  border: none;
  border-radius: 0.25rem;
}

.f-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.f-filter-row .fs_search_result_txt {
  display: none;
  font-size: 1rem;
}

.f-btn-filter-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.f-btn-filter-action .dropdown-menu {
  z-index: 1;
}

.f-clear-filter {
  display: flex;
  gap: 5px;
  align-items: center;
}

.btn-filter-fast {
  display: flex;
  align-items: center;
  border: none;
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
  border-radius: 0.25rem;
  padding: 0.45rem 0.5rem;
}

.btn-filter-fast span {
  max-width: 7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  color: var(--color-white);
}

.ul-fillter-items {
  margin: 0.6875rem 0 0 !important;
  padding: 0;
  border: none;
  background-color: var(--color-white);
  filter: drop-shadow(0rem 0rem 0.625rem rgba(0, 0, 0, 0.2));
}

.ul-fillter-items::after {
  content: "";
  width: 2.0625rem;
  height: 2rem;
  background-image: url(../images/fast-shop-img/arrow-up.png);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  position: absolute;
  top: -0.625rem;
  right: 0;
  z-index: -1;
}

.ul-fillter-items li a {
  border-bottom: 0.0625rem solid #e1e1e1;
}

.ul-fillter-items li:first-child a {
  border-top-right-radius: 6.4px;
  border-top-left-radius: 6.4px;
}

.ul-fillter-items li:last-child a {
  border-bottom-right-radius: 6.4px;
  border-bottom-left-radius: 6.4px;
}

.ul-fillter-items .dropdown-item:focus,
.ul-fillter-items .dropdown-item:hover {
  color: var(--color-white) !important;
  background-color: var(--color-primary);
}

.f-layout-banner-sec {
  width: 100%;
  min-height: 274px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  z-index: 9;
  color: var(--color-white);
}

.f-layout-banner-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-font-color);
  z-index: -1;
  opacity: 0.6;
}

/* GLOBAL SEARCH START */
.f_search_wrapper {
  position: relative;
}

.f_search_wrapper .main-search {
  margin-right: 0;
}

.global_search_results_wrap {
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
  opacity: 0;
  height: 0;
  visibility: collapse;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
  transition: 0.4s all ease-in-out;
  font-size: 0.875rem;
  overflow: auto;
  max-height: 50vh;
  z-index: 99;
}

.active .global_search_results_wrap {
  opacity: 1;
  top: 3.125rem;
  visibility: visible;
  height: auto;
}

.active .main-search {
  width: 18.625rem;
}

.f_search_results_three_letters,
.f_search_results_name ul li a,
.f_search_results_no_results {
  padding: 0.375rem 0.625rem;
  width: 100%;
  display: inline-block;
}

.f_search_results_name ul li a {
  background: var(--color-white);
  color: var(--primary-font-color);
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.f_search_results_name ul li a:hover {
  color: var(--color-white);
}

.f_search_results_name ul li a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.f_search_results_name ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.f_search_results_name ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: var(--color-primary);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.f_search_results_name ul {
  margin: 0;
  padding: 0;
}

.f_search_results_name ul li {
  list-style-type: none;
}

.f_search_results_three_letters,
.real_search .f_search_results_name,
.no_results .f_search_results_no_results {
  display: block;
}

.real_search .f_search_results_three_letters,
.f_search_results_name,
.f_search_results_no_results,
.no_results .f_search_results_name {
  display: none;
}

.global_search_term {
  font-weight: 600;
  font-style: italic;
}

/* GLOBAL SEARCH ENDS */
/*PRODUCTS CSS*/
.fast-products-list-flex {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.fast-products-list-flex.card-count-3 .products-items {
  width: calc(33.3% - 1rem);
}

.fast-products-list-flex.card-count-2 .products-items {
  width: calc(50% - 1rem);
}

.produts-items-img {
  position: relative;
  margin-bottom: 0.3125rem;
  height: 14.625rem;
}

.produts-items-img img {
  width: 100%;
  height: 14.625rem;
  object-fit: contain;
  background-color: var(--product-bg-color);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.02);
  border-radius: 0.25rem;
  border: calc(var(--product-border-enabled) * 1px) solid var(--product-border-color);
  transition: all 0.2s ease;
}

.out-of-stock {
  display: none;
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
}

.outofstock .out-of-stock {
  display: inline-block;
}

.outofstock .qty-pricing,
.outofstock .btn-shop-card {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
  filter: blur(1px);
}

.checkout-page .qty-pricing {
  justify-content: start;
}

.checkout-page .tras-product.removecartitem i {
  font-size: 1.25rem;
}

.products-items {
  width: 24%;
  border-radius: 0.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background: var(--color-white);
}

.products-items-list {
  padding: 1rem;
}

.products-content a {
  color: var(--primary-font-color);
  font-size: 1.1rem;
  text-decoration: underline;
  margin-bottom: 1rem;
  display: block;
}

.products_items_title_wrap {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.tooltip.invoice_tooltip_price .tooltip-inner {
  max-width: 22rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.tooltip .ni_info_tooltip_box ul {
  padding: 0;
  margin: 0;
}

.ni_info_tooltip_body {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-grey);
  background: var(--global-white);
  z-index: 999;
  min-width: 22rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: var(--color-white);
}

.ni_info_tooltip_box_heading {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.ni_info_tooltip_box ul li {
  list-style: none;
}

.ni_info_tooltip_box .ni_info_tooltip_box_top_list li,
.ni_info_tooltip_box .ni_info_tooltip_box_btm_list li,
.tooltip .ni_info_tooltip_box_top_list li,
.tooltip .ni_info_tooltip_box_btm_list li {
  display: flex;
  align-items: center;
}

.ni_info_tooltip_box .ni_info_tooltip_box_top_list_lft,
.ni_info_tooltip_box .ni_info_tooltip_box_btm_list_lft,
.tooltip .ni_info_tooltip_box_top_list_lft,
.tooltip .ni_info_tooltip_box_btm_list_lft {
  width: 14rem;
  text-align: left;
  opacity: 0.75;
}

.ni_info_tooltip_box .ni_info_tooltip_box_btm_list_lft,
.tooltip .ni_info_tooltip_box_btm_list_lft {
  opacity: 1;
  font-weight: 600;
}

.ni_info_tooltip_box .ni_info_tooltip_box_top_list_rht,
.ni_info_tooltip_box .ni_info_tooltip_box_btm_list_rht,
.tooltip .ni_info_tooltip_box_top_list_rht,
.tooltip .ni_info_tooltip_box_btm_list_rht {
  width: calc(100% - 14rem);
  text-align: right;
  font-weight: 600;
}

.tooltip .ni_info_tooltip_box_btm_list {
  padding-bottom: 0.5rem;
}

.ni_info_tooltip_box_top_list li {
  margin-bottom: 0.375rem;
}

.ni_info_tooltip_box_top_list li:last-child {
  margin-bottom: 0;
}

.ni_info_tooltip_box_top_list li:first-child .ni_info_tooltip_box_top_list_rht {
  text-decoration: line-through;
}

/* Create Invoice - Inventory/Service Details - Info icon tooltip displays original price of the item with a strikethrough */
.virtual-primary-info-wrapper .ni_info_tooltip_box_top_list li:first-child .ni_info_tooltip_box_top_list_rht {
  text-decoration: none;
}

.usermontaddition .ni_info_tooltip_box_top_list li:first-child .ni_info_tooltip_box_top_list_rht {
  text-decoration: inherit;
}

.ni_info_tooltip_box_top_list li:last-child .ni_info_tooltip_box_top_list_rht {
  font-weight: 400;
}

.ni_info_tooltip_body hr {
  border-top: 2px dashed #e1e1e1;
}

.ni_info_tooltip.ni_info_tooltip_hide .ni_info_tooltip_body {
  display: none;
}

.tooltip.invoice_tooltip_price {
  /* background: var(--color-white); */
  --bs-tooltip-bg: var(--color-white);
  --bs-tooltip-color: var(--primary-font-color);
}

.tooltip.invoice_tooltip_price.show {
  opacity: 0.98;
}

.tooltip .overallsave {
  border-top: 0.0625rem solid var(--primary-font-color);
  padding: 0.5rem 0;
}

.tooltip .overallsave p {
  color: #00b603;
}

.tooltip .ni_info_tooltip_box .ni_info_tooltip_box_btm_list {
  padding-bottom: 1rem;
}

.pricing-qty-f,
.qty-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-qty-f .pricing-product {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}

.pricing-qty-f .products_items_title_wrap a {
  margin-bottom: 0;
}

.qty-pricing {
  justify-content: center;
}

.btn-pricing-value {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  border: none;
  background: var(--button-bg-color);
  color: var(--button-font-color);
  border-radius: 0.125rem;
}

.input-qty-f {
  border: none;
  width: auto;
  max-width: 3rem;
  width: auto;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary-font-color);
  padding: 0;
  box-shadow: none;
  /* pointer-events: none; */
}

.input-qty-f:focus {
  border: none;
  outline: none;
}

.btn-shop-card {
  text-align: center;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.btn-add-card {
  font-size: 1rem;
  color: var(--button-bg-color);
  padding: 0.625rem;
  font-weight: 600;
  border: none;
  background: transparent;
  text-transform: uppercase;
}

.iti__country-list--dropup {
  bottom: 100% !important;
}

.iti__search-input.form-control {
  box-shadow: none;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.fast_shop_control_grp .iti--allow-dropdown {
  width: 100%;
}

.fast_shop_cn .iti--allow-dropdown {
  display: flex;
  gap: 10px;
  width: 100%;
}

.fast_shop_cn .iti--allow-dropdown .iti__country-container {
  position: unset;
  border: #ced4da solid 1px;
  border-radius: 4px;
}

.fast_shop_cn .iti--allow-dropdown .country-code-select {
  padding-left: 0.75rem !important;
}

.fast_shop_cn .iti--allow-dropdown .iti__selected-country .iti__selected-dial-code {
  padding-right: 7px;
}

.fast_shop_cn .iti--allow-dropdown .iti__country-container:hover {
  background-color: #f2f2f2;
}

.fast_shop_cn .iti--allow-dropdown .iti__selected-country .iti__selected-country-primary:hover {
  background-color: #f2f2f2 !important;
}

.btn-add-card i {
  color: var(--button-bg-color);
  padding-right: 0.625rem;
}

/* PAGINATION */
.f-universal_pagination {
  margin: 0;
  justify-content: center;
}

.f-universal_pagination .page-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-font-color);
  border-color: #d9d9d9;
  padding: 0.5rem 1rem;
}

.f-universal_pagination .active>.page-link,
.f-universal_pagination .page-link.active,
.f-universal_pagination .page-link:focus,
.f-universal_pagination .page-link:hover {
  color: var(--button-font-color);
  background-color: var(--button-bg-color);
  box-shadow: 0 0 0 transparent;
}

.custom_pagination.f-universal_pagination a {
  color: var(--primary-font-color);
}

.custom_pagination.f-universal_pagination a:hover,
.custom_pagination.f-universal_pagination strong {
  background-color: var(--button-bg-color);
  color: var(--button-font-color) !important;
}

/* CHECK OUT PAGE CSS */
.main-outer-checkout,
.tracking_main_wrap_con {
  border: 0.0625rem solid var(--border-color);
  padding: 2rem;
  border-radius: 0.4rem;
}

.iti__flag {
  background-image: url(../images/flags.webp) !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.custom-tellinput-separated-two .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
  /* start for solving UI bugs checkout page country dropdown */
  position: relative;
  margin-top: 0.3rem;
  /* End for solving UI bugs checkout page country dropdown */
}

.custom-tellinput-separated-two .iti__country-container {
  position: relative;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
}

.custom-tellinput-separated-two .iti__tel-input {
  padding-left: 10px !important;
}

/* End for solving UI bug checkout page country dropdown */
.custom-tellinput-separated-two .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown p {
  position: absolute;
  bottom: -23px;
  left: 0;
}

.custom-tellinput-separated-two .iti__country-container {
  padding: 0;
}

.custom-tellinput-separated-two .iti__country-container button .iti__selected-dial-code {
  padding-right: 8px;
}

/* End for solving UI bug checkout page country dropdown */

/* Start for Solving ui bug Fastshop tracking */
.track_order_live_tracking_map_wrap #map {
  z-index: 0;
}

/* End for Solving ui bug Fastshop tracking */

.checkout-title {
  font-size: 1.5rem;
  color: var(--primary-font-color);
  padding: 2rem 0;
  text-align: center;
  font-weight: 600;
}

.r-add-leads-main-wrapper-f .form-group {
  margin-bottom: 1rem;
}

.r-add-leads-main-wrapper-f .form-select,
.r-add-leads-main-wrapper-f .form-control {
  border: 0.0625rem solid var(--border-color);
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  height: 2.375rem;
  color: var(--primary-font-color);
}

.r-add-leads-main-wrapper-f .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.2rem;
  font-size: 0.875rem;
  padding-right: 2.125rem;
  padding-left: 0.75rem;
  color: var(--primary-font-color);
}

.r-add-leads-main-wrapper-f .select2-selection {
  min-height: 2.375rem !important;
  border-radius: 0.2rem !important;
  border: 0.0625rem solid var(--border-color) !important;
  appearance: none !important;
  position: relative !important;
  background-image: url(../images/arrow-grey.png);
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.r-add-leads-main-wrapper-f .select2-container {
  width: 100% !important;
}

.r-add-leads-main-wrapper-f .form-select:focus,
.r-add-leads-main-wrapper-f .form-control:focus,
.r-add-leads-main-wrapper-f .form-check-input:focus {
  box-shadow: 0 0 0 0;
}

.form-control.error_el {
  margin-top: 0;
}

.r-add-leads-main-wrapper-f label {
  font-size: 1rem;
  color: var(--primary-font-color);
  font-weight: 500;
}

.accordioncheckoutform .accordion-button {
  background-color: #f6f8fa;
  color: var(--primary-font-color);
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.accordioncheckoutform .accordion-button::after {
  filter: invert(1) brightness(0);
  display: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0;
}

.accordioncheckoutform .accordion-item {
  margin-bottom: 1rem;
  border: 0.0625rem solid var(--border-color);
  border-radius: 0.4rem;
  overflow: hidden;
}

.policy-content p,
.policy-content a {
  color: var(--primary-font-color);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.policy-content a {
  font-weight: 600;
  color: var(--primary-font-color);
}

.btn-main-flex,
.flex-phone-country {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.accordion-body .iti__selected-country {
  min-height: 37px;
  height: 36px;
}

.flex-shipping-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 0.0625rem solid var(--border-color);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.checked-label {
  border-color: var(--color-primary);
}

.shipping-body .form-check-input {
  width: 1.4em;
  min-width: 1.4em;
  height: 1.4em;
  margin-right: 15px;
}

.checked-label .form-check-input {
  border-color: var(--color-primary);
}

.shipping-fee {
  margin-bottom: 1rem;
}

.shipping-fee p,
.shipping-fee h5 {
  font-size: 1rem;
  color: var(--primary-font-color);
}

.card-titles {
  color: var(--primary-font-color);
  border-bottom: 0.0625rem solid var(--border-color);
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

.btn-main-cupon {
  flex: 0 0 auto;
}

.btn-main-flex,
.flex-coupon,
.shipping-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.card-icon-payment {
  margin-right: 1rem;
  font-size: 2rem;
  color: var(--color-primary);
}

.card-icon-payment img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.4rem;
}

.content-shipping-payment p {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.content-shipping-payment .deliveryexpected {
  color: rgba(51, 51, 51, 0.5);
}

.content-shipping-payment .time-track-fst,
.price-info-tooltip span {
  color: var(--color-primary);
}

.flex-coupon label {
  flex: 0 0 auto;
}

.product-item-list-view,
.order-details-inners {
  border: 0.0625rem solid #e1e1e1;
  border-radius: 0.4rem;
  overflow: hidden;
}

.order-details-inners {
  overflow: auto;
}

.order-details-inners table {
  min-width: 40rem;
}

.product-item-list-view h2 {
  background-color: #f6f8fa;
  color: var(--primary-font-color);
  border-bottom: 0.0625rem solid #e1e1e1;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
  text-align: center;
  margin: 0;
}

.item-list-number {
  color: var(--button-bg-color);
  font-size: 1.125rem;
}

.product-item-list-view table thead th,
.product-item-list-view table tbody td,
.order-summery-fast table tbody td,
.order-details-table th,
.order-details-table td {
  padding: 0.5rem;
  font-size: 1rem;
}

.order-summery-fast table tbody td p.cart-sub-text {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  margin-top: 3px;
}

.order-summery-fast table tbody td hr {
  border-bottom: 0.0625rem solid #e1e1e1;
}

.product-item-list-view table tbody tr {
  border-bottom: 0.0625rem solid #e1e1e1;
}

.product-item-list-view table tbody tr:last-child {
  border: none;
}

.product-item-list-view table tbody td:last-child {
  position: relative;
}

.product-item-list-view tr.out-of-stock-product .out-of-stock {
  display: flex;
  white-space: nowrap;
  background: rgba(240, 79, 41, 0.1);
  color: var(--button-bg-color);
  border-bottom-left-radius: 0.4rem;
  font-weight: 600;
}

.product-item-list-view tr.out-of-stock-product td:not(:last-child) {
  opacity: 0.5;
  pointer-events: none;
}

.cart-views-scrol-mob {
  overflow: auto;
  max-height: 90vh;
}

.product-item-list-view table thead th,
.order-details-table thead th {
  background-color: #f6f8fa;
}

.product-item-list-view table thead th {
  position: sticky;
  top: 0;
  z-index: 9;
}

.product-list-title-img {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-img-cart img {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: contain;
}

.productitles a,
.productitles p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-font-color);
  text-decoration: none;
  margin-bottom: 0.3rem;
}

.productitles p {
  margin-bottom: 0;
  font-size: 0.975rem;
}

.tras-product {
  border: none;
  background-color: transparent;
  color: var(--button-bg-color);
}

.product-item-list-view .btn-pricing-value {
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.575rem;
}

.product-item-list-view .input-qty-f {
  font-size: 1rem;
}

.order-summery-fast {
  margin-top: 1rem;
}

.order-summery-fast table tbody tr {
  border: none;
}

.order-summery-fast table tbody tr td {
  padding: 0.5rem 1rem;
}

.order-summery-fast table tbody tr:first-child td {
  padding: 1rem;
}

.order-summery-fast table tbody tr:first-child,
/* .order-summery-fast table tbody tr:nth-last-child(4), */
.order-summery-fast table tbody tr.borBtm,
.order-summery-fast table tbody tr:nth-last-child(2) {
  border-bottom: 0.0625rem solid #e1e1e1;
}

.order-summery-fast table tbody tr td:last-child {
  text-align: right;
  font-weight: 500;
}

.fastshop_traking_content_wrap {
  padding: 60px 0;
}

.tracking-main-wrap {
  border: 0.0625rem solid #e1e1e1;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

.title-tracking,
.traking_transit,
.tracking_list_wrap {
  padding: 1rem;
}

.title-tracking {
  padding-bottom: 0.5rem;
}

.title-tracking p,
.traking_transit p {
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.title-tracking h5 {
  color: var(--primary-font-color);
  margin-bottom: 0rem;
  font-size: 1.5rem;
}

.traking_transit {
  background: #f6f8fa;
}

.traking_transit h5,
.list_main_li h4 {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--primary-font-color);
  margin-bottom: 0;
}

.traking_transit p {
  color: #51dc6b;
  margin-bottom: 0;
  font-size: 1rem;
}

.traking_transit time {
  color: var(--primary-font-color);
  margin-bottom: 0;
  font-size: 1rem;
}

.tracking_ul {
  list-style: none;
  padding: 0;
  max-height: 22rem;
  overflow: auto;
}

.time_track {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0rem;
  position: relative;
}

.time_track::after {
  content: "";
  width: 2px;
  height: 100%;
  border-left: 0.0625rem solid #e1e1e1;
  position: absolute;
  top: 0;
  left: 77px;
}

.list_main_li h4 {
  font-weight: 600;
  margin: 1rem 0;
}

.time_track p,
.time_track time {
  color: var(--primary-font-color);
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.time_track time {
  padding-left: 0;
  flex: 0 0 auto;
}

.time_track span {
  display: block;
}

.googlemap {
  margin-top: 1rem;
  border-radius: 0.4rem;
  border: 0.0625rem solid var(--border-color);
}

.googlemap iframe {
  width: 100%;
  height: 30rem;
}

.googlemap h4 {
  font-size: 1.5rem;
  color: var(--primary-font-color);
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

/*ORDER DETAILS*/
.title-fats-shop h2 {
  font-size: 2.5rem;
  color: var(--primary-font-color);
  text-decoration: underline;
}

.order-details h4,
.order-details-status h4 {
  color: var(--primary-font-color);
  font-size: 1.5rem;
  margin-bottom: 0;
}

.order-details p,
.order-details-status p {
  color: var(--primary-font-color);
  font-size: 0.875rem;
}

.order-details-flex,
.main-flex-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.order-details-status h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.order-details-status a {
  color: var(--button-bg-color);
  font-size: 0.875rem;
}

.order-details-status a i {
  padding-left: 0.5rem;
}

.order-details-status img {
  width: 3rem;
}

.title-fats-shop,
.main-flex-inner {
  margin-bottom: 3rem;
}

.order-details-table table tr {
  border-bottom: 0.0625rem solid #e1e1e1;
}

.order-details-table table tr td:last-child,
.order-details-table table tr th:last-child {
  width: 15%;
}

.order-details-table table thead tr th {
  background-color: transparent;
}

.order-details-table tfoot tr {
  border: none;
}

.product-img-cart-view img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.btn-print-hist {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 3rem;
}

.btn-print-hist button i,
.btn-print-hist a i {
  margin-right: 0.5rem;
}

.adress-summery {
  margin-bottom: 1rem;
  text-align: left;
}

.adress-summery h2,
.shippment-details h2 {
  text-align: left;
}

.product-item-list-view.shippment-details tr,
.product-item-list-view.adress-summery tr {
  border: none;
}

.product-item-list-view.adress-summery tr td {
  padding: 0 1rem;
}

.product-item-list-view.adress-summery tr td {
  padding: 0.5rem 1rem;
}

.product-item-list-view.shippment-details table,
.product-item-list-view.adress-summery table {
  margin: 1rem 0;
}

.shippment-details tbody tr td:last-child {
  text-align: right;
  font-weight: 600;
}

/* footer css*/
.footer-logo a {
  color: var(--primary-font-color);
  font-size: 1.125rem;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 0.9375rem;
}

.footer-logo img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.footer-logo span {
  padding-left: 0.625rem;
}

.information-footer a {
  display: block;
  color: var(--primary-font-color);
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.information-footer a i {
  color: var(--primary-font-color);
  opacity: 0.3;
  margin-right: 0.5rem;
  font-size: 1.0625rem;
}

.information-footer .location {
  text-decoration: underline;
}

.footer-nav h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-nav-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-ul li a {
  color: var(--primary-font-color);
  font-size: 0.875rem;
  display: block;
  padding: 0.3125rem 0;
  text-decoration: none;
}

.footer-nav-ul li a:hover,
.information-footer a:hover,
.powerby a:hover {
  color: var(--button-bg-color) !important;
}

.spacing-between {
  margin: 1.5rem 0;
}

.spacing-between2 {
  margin: 1rem 0;
}

.powerby p {
  color: var(--primary-font-color);
  font-size: 0.875rem;
}

.powerby a {
  color: var(--button-bg-color);
  font-size: 0.875rem;
}

.payment-footer-logo {
  text-align: right;
  margin-bottom: 1rem;
}

.payment-footer-logo img {
  max-width: 11.25rem;
  margin-left: auto;
}

/* .f-logout:hover .dropdown-menu {
    display: block;
    top: 28px;
    right: 0;
} */

.btnclose-f {
  border: none;
  position: absolute;
  top: 6px;
  right: 15px;
}

/* .fast_shop_page_wrap {
    margin-top: 70px;
} */

.fastshop_privacy_header {
  padding: 60px 0;
  background: #f6f8fa;
}

.anchor_back_btn {
  color: var(--button-bg-color);
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
}

.anchor_back_btn:hover {
  color: var(--button-bg-color);
}

.anchor_back_btn i {
  margin-right: 0.5rem;
}

.fastshop_privacy_header h5 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.fastshop_privacy_content_wrap {
  padding: 60px 0;
}

.fastshop_privacy_content_wrap p {
  margin-bottom: 1rem;
}

/* .fast_shop_page_wrap {
    padding: 2.5rem 3.5rem;
} */
.fast_shop_cart_header {
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.fast_shop_cart_header h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: var(--primary-font-color);
}

.fast_shop_filter {
  margin-bottom: 2.5rem;
}

.fast_shop_control_group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.fast_shop_space_b {
  position: relative;
}

.fast_shop_space_b #dropdownMenuButton {
  width: 15rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--border-color);
  text-align: left;
  padding: 0.469rem 0.938rem;
  letter-spacing: 0.7px;
  display: flex;
  color: var(--primary-font-color);
  background: url(../images/fast-shop-img/icon-down-chevron.svg) no-repeat top 15px right 9px;
}

.fast_shop_space_b .dropdownMenuButton {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--border-color);
  text-align: left;
  padding: 0.469rem 0.938rem;
  letter-spacing: 0.7px;
  display: flex;
  color: var(--primary-font-color);
  background: url(../images/fast-shop-img/icon-down-chevron.svg) no-repeat top 15px right 9px;
}

.fast_shop_space_b .dropdownMenuButton::after {
  background: none;
}

.fast_shop_space_b .show.dropdownMenuButton {
  background: url(../images/fast-shop-img/icon-up-chevron.svg) no-repeat top 15px right 9px;
}

.fast_shop_page_wrap.fast_shop_myorders .fast_shop_filter .fast_shop_control_group .fast_shop_space_b input,
.fast_shop_page_wrap.fast_shop_myorders .fast_shop_filter .fast_shop_control_group .fast_shop_space_b select {
  width: 16rem;
}

.fulfilment_status_drop ul {
  padding: 0;
  width: 15rem;
}

.fulfilment_status_drop li {
  border-top: 0.0625rem solid var(--border-color);
}

.fulfilment_status_drop li a,
.custom-select option {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: var(--primary-font-color);
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.5rem 0.938rem;
  
}

.fulfilment_status_drop .dropdown-item:focus,
.fulfilment_status_drop .dropdown-item:hover {
  color: var(--color-white) !important;
  background-color: var(--color-primary);
}

.fast_shop_control_group .fast_shop_space_b #startdate,
.fast_shop_control_group .fast_shop_space_b #enddate {
  padding-left: 2.5rem;
  background: url(../images/fast-shop-img/icon-date.svg) no-repeat;
  background-position: 0.938rem 50%;
}

.fast_shop_control_group input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: url(../images/fast-shop-img/icon-date.svg) no-repeat top 43px left 15px;
  display: block;
}

.fast_shop_filer_action {
  display: flex;
  gap: 1rem;
}

.fast_shop_filer_action button {
  width: 7.813rem;
}

.fast_shop_my_order_table {
  border: 0.0625rem solid var(--border-color);
  border-radius: 0.5rem;
}

.fast_shop_my_order_table .dt-bootstrap5>.row:first-of-type.mt-2 {
  padding: 1rem 1.5rem;
}

.fast_shop_my_order_table .dt-bootstrap5>.row .dt-length {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.75rem;
}

.fast_shop_my_order_table .dt-bootstrap5>.row .dt-length select {
  width: 5rem;
  height: 2.25rem;
}

.fast_shop_my_order_table .dt-bootstrap5>.row .dt-search label {
  display: none;
}

.fast_shop_my_order_table .dt-bootstrap5>.row .dt-search .form-control {
  background: url(../images/fast-shop-img/icon-search.svg) no-repeat top 7px left 9px;
  display: block;
  padding-left: 2.188rem;
  width: 12.5rem;
  height: 2.25rem;
}

div.dt-container div.dt-length label {
  margin-bottom: 0;
}

.fast_shop_my_order_table table tr td,
.fast_shop_my_order_table table tr th {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}

.fast_shop_my_order_table table.table.dataTable>thead th {
  background-color: #f6f8fa;
  border: none;
  position: relative;
}

.fast_shop_my_order_table table thead tr th .dt-column-order::before {
  content: "" !important;
  background: url(../images/fast-shop-img/icon-up-sort.png) no-repeat;
  width: 0.563rem;
  height: 0.813rem;
  display: inline-block !important;
  opacity: 1 !important;
}

.fast_shop_my_order_table table thead tr th .dt-column-order::after {
  content: "" !important;
  background: url(../images/fast-shop-img/icon-down-sort.png) no-repeat;
  width: 0.563rem;
  height: 0.813rem;
  display: inline-block !important;
  position: relative !important;
  top: 0.138rem !important;
  left: 0.138rem !important;
  opacity: 1 !important;
}

.fast_shop_my_order_table thead tr th .dt-column-order {
  right: unset;
  top: 0.75rem;
}

.fast_shop_custom_table thead tr th .dt-column-title {
  padding-right: 0.5rem;
}

.fast_shop_custom_tabletable.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order {
  right: unset;
  top: 0.75rem;
  opacity: 1;
}

.fast_shop_custom_table .fast_shop_actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fast_shop_actions button {
  padding: 0.25rem 0.375rem;
  border-radius: 0.2rem;
}

.fast_shop_actions button i {
  margin-right: 0.4rem;
}

.fast_shop_dot_icon::after {
  background: none;
}

.fast_shop_dot_icon {
  background: url(../images/fast-shop-img/icon-3-dots.svg) no-repeat;
  width: 0.313rem;
  height: 1rem;
  display: block;
}

.fast_shop_actions .fast_shop_dropdown .dropdown-menu {
  border-radius: 0;
  right: -0.938rem;
}

.fast_shop_my_order_table .dt-info,
.fast_shop_my_order_table .dt-paging nav .pagination {
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  font-size: 0.875rem;
}

.fast_shop_my_order_table .dt-paging nav .pagination .dt-paging-button:first-of-type,
.fast_shop_my_order_table nav .pagination .dt-paging-button:last-child {
  display: none;
}

.fast_shop_my_order_table nav .pagination .dt-paging-button .page-link {
  background-color: var(--color-offwhite);
  border: 1px solid var(--color-offwhite);
  color: var(--primary-font-color);
}

.fast_shop_my_order_table nav .pagination .dt-paging-button.active .page-link {
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
}

.fast_shop_my_order_table nav .pagination .page-link:focus {
  box-shadow: 0 0 0 0;
}

/* MODAL CSS */
.fast_shop_print_modal .modal-body {
  padding: 0;
  max-height: 40rem;
  overflow: auto;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.cart-table thead th {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: var(--primary-font-color);
  background: var(--color-offwhite);
  padding-left: 1.125rem;
}

.cart-table tbody .cart-item {
  border-bottom: 0.0625rem solid var(--border-color);
}

.cart-table tbody .cart-item:last-child {
  border: none;
}

.cart-item td {
  padding: 1rem 1.125rem;
  border: none;
}

.item-details {
  display: flex;
  align-items: center;
}

.item-image {
  width: 3.125rem;
  height: auto;
  margin-right: 0.75rem;
  border-radius: 0.25rem;
}

.item-info a {
  text-decoration: underline;
  color: var(--primary-font-color);
}

.item-info h3 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: var(--primary-font-color);
}

.item-info p {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_set_password_modal {
  color: var(--primary-font-color);
}

.fast_shop_set_password_modal .modal-title {
  font-weight: 600;
}

.fast_shop_set_password_modal .modal-body h6 {
  margin-bottom: 1.5rem;
  line-height: 20px;
  /*Harshad*/
  font-weight: 500;
  font-size: 16px;
}

.fast_shop_set_password_modal .modal-body p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
}

.fast_shop_set_password_modal .password_form_group {
  margin-bottom: 1.5rem;
}

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

.subcategory_modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.filter_modal_filter_wrap ul a {
  padding: 0.5rem 0;
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
  width: 100%;
  color: var(--text-grey);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
}

.subcategory_img {
  border: 0.0625rem solid #ededed;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.subcategory_img img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
}

.filter_modal_filter_wrap ul a:hover {
  color: var(--color-primary);
}

/* Harshad Set password pop-up */
.fast_shop_set_password_modal .modal-body {
  margin-bottom: 3rem;
}

.fast_shop_set_password_modal .password_form_group .eyetoggle {
  color: var(--color-primary);
}

/* Harshad Set password pop-up */

/* Fastshop Profile */

.fast_shop_profile_wrap {
  width: 632px;
  margin-top: 40px;
}

.primary_max_width_btn {
  width: 100%;
}

.primary_min_width_240_btn {
  width: 240px;
}

.fast_shop_profile_wrap .fast_shop_profile {
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.fast_shop_profile_wrap .fast_shop_profile .fast_shop_header {
  background: var(--color-offwhite);
  border-bottom: 1px solid var(--border-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 16px;
  margin-bottom: 0;
}

.fast_shop_form_group {
  padding-left: 20px;
  padding-right: 20px;
}

.fast_shop_form_group form .fast_shop_control_grp {
  margin-bottom: 1rem;
  flex-basis: 48.5%;
}

.fast_shop_form_group form .fast_shop_control_grp:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.fast_shop_chk {
  padding: 0 0 20px;
  text-align: right;
}

.fast_shop_one_col {
  padding-top: 20px;
}

.fast_shop_form_group .text-danger,
.accordion-body.form-checkout .text-danger {
  margin-top: 0.3rem;
  font-size: 0.775rem;
}

.fast_shop_two_col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fast_shop_form_group form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_form_group form .fast_shop_chk label {
  font-size: 14px;
  line-height: 18px;
}

.fast_shop_form_group form .form-control {
  border-radius: 4px;
}

.fast_shop_form_group .form-control:focus,
.fast_shop_form_group .input:focus {
  border-color: var(--border-color);
  box-shadow: unset;
}

.fast_shop_form_group .form-control::-webkit-input-placeholder {
  color: var(--primary-font-color) 3333c;
}

.fast_shop_control_grp .intl-tel-input {
  display: flex;
  gap: 4px;
}

.fast_shop_control_grp .intl-tel-input .flag-container {
  position: unset;
}

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

.fast_shop_control_grp input[type="number"] {
  -moz-appearance: textfield;
}

.fast_shop_control_grp select {
  background: url(../images/icon-down-chevron.svg) top 15px right 10px no-repeat;
}

.fast_shop_control_grp select:has(option[value=""]:checked) {
  color: rgba(51, 51, 51, 0.2352941176);
}

.fast_shop_control_grp .intl-tel-input .form-control {
  padding: 0.375rem 0.75rem !important;
}

.fast_shop_control_grp .intl-tel-input .flag-container .selected-flag {
  background: var(--color-white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  width: 102px !important;
}

.fast_shop_control_grp .intl-tel-input .selected-flag .iti-arrow {
  border: none;
  background: url(../images/icon-down-chevron.svg) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  right: 0;
}

.fast_shop_form_group .fast_shop_section_head {
  padding-top: 20px;
}

.fast_shop_form_group .fast_shop_section_head h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--primary-font-color);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}

.fast_shop_form_group .fast_shop_section_head .fash_shop_inf,
.fash_shop_info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fast_shop_form_group .fast_shop_section_head .fash_shop_info p,
.fash_shop_info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: var(--primary-font-color);
  opacity: 0.8;
}

.fast_shop_page_wrap .table,
.fast_shop_page_wrap .accordion-item,
.fast_shop_product_information .table,
.fast_shop_product_information .accordion-item {
  color: var(--primary-font-color);
}

.icon_fast_shop_edit {
  background: url(../images/pen.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
}

.fast_shop_action_btn {
  margin-bottom: 20px;
}

.fast_shop_action_btn .btn {
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.fast_shop_action_btn .primary_btn:hover {
  color: var(--primary-font-color);
}

.fast_shop_form_group .fast_shop_section_head .fast_shop_billing_add,
.fast_shop_form_group .fast_shop_section_head .fast_shop_shiping_add,
.fast_shop_form_group .fast_shop_section_head .fast_shop_profile_add {
  display: none;
}

.analyticsdatepicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 0.0625rem solid #0000004d;
  border-radius: 0.3125rem !important;
  background-color: var(--color-white);
}

.analyticsdatepicker.addinventory {
  background-color: transparent;
}

.reloadicon {
  border: none;
  background: transparent;
  padding: 0 8px;
}

.reloadicon i {
  color: var(--primary-font-color);
}

.analyticsdatepicker input {
  border: none !important;
}

/* Fastshop Profile */
/* GLOBAL MODAL */
.modal-header {
  padding: 1rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-grey);
}

.modal-header .btn-close {
  font-size: 1rem;
  opacity: 1;
  color: var(--text-grey);
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-content {
  color: var(--text-grey);
  border-radius: 1rem;
  font-size: 1rem;
}

.modal-content .paginate_button,
.modal-content .dataTables_info {
  font-size: 0.875rem;
}

.form-select:focus {
  box-shadow: none;
}

.table> :not(caption)>*>* {
  border-bottom: 0rem;
}

.modal-body {
  max-height: 75vh;
  overflow-y: auto !important;
  /* SELECT TWO SCROLL ISSUE  */
  overflow-x: hidden;
  /* SELECT TWO SCROLL ISSUE  */
}

.modal-body.modal-overflow {
  overflow: initial !important;
}

/* GLOBAL DOTS COLOR */
.no-sort.dt-orderable-none .dt-column-order {
  display: none;
}

/* GLOBAL MODAL */

.fast_shop_ship_info span:last-of-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_ship_info span:last-of-type a {
  color: var(--color-primary);
  text-decoration: none;
}

.fast_shop_product_information .nav {
  margin-bottom: 30px;
}

.fast_shop_product_information .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: var(--primary-font-color);
}

.fast_shop_product_information .nav .nav-item .nav-link.active {
  border-bottom-color: var(--color-primary);
  border-bottom-width: 1px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: var(--color-primary);
}

.fast_shop_product_information .nav .nav-item .nav-link:hover {
  border-width: 1px;
  border-bottom-color: var(--color-primary);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: var(--color-primary);
}

.fast_shop_product_information .tab-content .tab-pane {
  border-top: #dee2e6 solid 1px;
  border-radius: 4px;
}

.accordion-body .table-responsive table {
  margin-bottom: 0;
}

.fast_shop_accord_body {
  padding: 0;
}

.fast_shop_accord_body .table-responsive .table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #f6f8fa;
  --bs-table-accent-bg: transparent;
  color: var(--primary-font-color);
}

.fast_shop_accord_body .table-responsive table {
  border-bottom: transparent;
}

.fast_shop_accord_body .table-responsive table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.fast_shop_accord_body .table-responsive table tbody tr td span {
  font-weight: 500;
}

.alert_checkout_page {
  width: 100%;
  background-color: rgba(240, 79, 41, 0.1);
  border: 0.0625rem dashed var(--color-primary);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.alert_checkout_page p {
  color: var(--primary-font-color);
  font-size: 0.875rem;
}

.alert_checkout_page i {
  color: var(--color-primary);
  font-size: 1.125rem;
}

/* CONTACT PAGE STYLE STARTS */
.contact-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
}

.contact-title:after {
  content: "";
  background: #ccc;
  background: var(--color-primary);
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.fast_shop_header_footer {
  text-align: center;
  margin-bottom: 1.5rem;
}

.fast_shop_header_footer h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
}

.fast_shop_header_footer p {
  font-size: 1;
  font-weight: 500;
  color: var(--primary-font-color);
}

.multiple_ship_addr a {
  text-decoration: underline;
  color: var(--button-bg-color);
  text-underline-offset: 4px;
}

.fast_shop_chk .form-check-label {
  font-size: 0.75rem;
}

/* CONTACT PAGE STYLE ENDS */
/* QUICK CHECKOUT STYLE STARTS */
.qucickCheckoutModalCLs .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-font-color);
}

.qucickCheckoutModalCLs .modal-body {
  padding: 0;
}

.qucik_checkout_wrap {
  display: flex;
}

.quick_checkout_lft,
.quick_checkout_rht {
  padding: 1.5rem;
}

.quick_checkout_lft {
  border-right: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  width: 33%;
  flex: 0 0 auto;
}

.quick_checkout_lft_head h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--primary-font-color);
}

.quick_checkout_lft_head {
  margin-bottom: 1.5rem;
}

.quick_checkout_lft_products_wrap {
  max-height: 18.25rem;
  overflow: auto;
}

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

.quick_checkout_lft_products_wrap ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #e1e1e1;
}

.quick_checkout_lft_products_wrap ul li:first-child {
  padding-top: 0;
}

.quick_checkout_lft_products_wrap ul li:last-child {
  border: 0;
}

.quick_checkout_product_img_wrap {
  width: 4rem;
  height: 4rem;
  border: 0.0625rem solid #fafafa;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}

.quick_checkout_product_img_wrap img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.quick_checkout_product_details h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #7b7f8a;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

.quick_checkout_product_details p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--primary-font-color);
  margin-bottom: 0.25rem;
}

.quick_checkout_product_details p:last-child {
  margin-bottom: 0;
}

.quick_checkout_product_price {
  margin-left: auto;
}

.quick_checkout_product_price p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--primary-font-color);
}

.quick_checkout_product_footer {
  margin-top: auto;
  background-color: #f2f2f5;
  padding: 0.625rem;
  border-radius: 0.25rem;
}

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

.quick_checkout_product_footer ul li {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  padding: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--primary-font-color);
}

.quick_checkout_product_footer ul li:last-child span {
  font-weight: 600;
}

.quick_checkout_footer_price {
  text-align: right;
}

.quick_green {
  color: #51dc6b;
}

.quick_checkout_form_wrap textarea {
  height: 2.25rem;
}

.quick_checkout_form_wrap h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
}

.quick_payment_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.quick_payment_heading h4 {
  margin-bottom: 0;
}

.quick_payment_heading .nav-tabs .nav-link {
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 8px 0px rgba(17, 11, 51, 0.1);
  background-color: var(--color-white);
  color: var(--primary-font-color);
  font-size: 0.875rem;
  border-radius: 3.75rem;
}

.quick_payment_heading .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.quick_payment_heading .nav.nav-tabs {
  gap: 0.5rem;
  border: 0;
}

.form_coupon_input_wrap {
  display: none;
}

.quick_have_coupon_btn {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 500;
}

/* QUICK CHECKOUT STYLE ENDS */

/* single page social Share */
.fs-share {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fs-share-btn {
  background: none;
  border: none;
  color: var(--color-primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.fs-share-dropdown {
  position: absolute;
  top: 36px;
  right: 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);

  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.fs-share.is-open .fs-share-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.fs-share-item {
  width: 34px;
  height: 34px;
  background: #f4f4f4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
}

.fs-share-item:hover {
  background: #eaeaea;
}

.fs-share-item:hover i {
  color: var(--text-color);
}

/* single page social Share */

/* Request Customization */
.fast_shop_request_customization {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 12px;
  display: block;
}

.fast_shop_request_customization a {
  color: var(--color-primary);
  text-decoration: none;
}

.fast_shop_rc_header {
  display: flex;
  gap: 16px;
  padding: 1rem;
  background: #f5f5f5;
  margin: 1rem;
  border-radius: 8px;
}

.fast_shop_rc_header .fast_shop_rc_img {
  width: 90px;
  height: auto;
  border-radius: 8px;
}

.fast_shop_rc_header .fast_shop_rc_img img {
  border-radius: 4px;
  object-fit: fill;
}

.fast_shop_rc_header .fast_shop_rc_content h3 {
  font-size: 1.25rem;
  color: var(--text-color);
}

.fast_shop_rc_header .fast_shop_rc_content p {
  color: var(--text-color);
  opacity: 0.6;
}

.fast_shop_rc_header .fast_shop_rc_content span {
  color: var(--color-primary);
}

.fast_shop_rc_body {
  padding: 1rem;
}

.fast_shop_rc_body h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--primary-font-color);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}

.fast_shop_rc_upload_wrapper {
  border: 2px dashed #e5e5e5;
  border-radius: 8px;
  padding: 40px 20px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fast_shop_rc_body .markinfoBar {
  margin-bottom: 0;
}

.fast_shop_rc_upload_wrapper:hover {
  border-color: #cfcfcf;
}

.fast_shop_rc_upload_icon {
  font-size: 36px;
  color: #7a7a7a;
}

.fast_shop_rc_upload_title {
  font-weight: 600;
  margin-top: 12px;
}

.fast_shop_rc_upload_sub {
  color: #8b8b8b;
  font-size: 14px;
}

.fast_shop_rc_upload_input {
  display: none;
}

.fast_shop_rc_txt_info {
  font-size: 12px;
}

.markinfoBar .markinfobarwrap {
  display: flex;
  border: 1px dashed var(--color-primary);
  background-color: color-mix(in srgb, var(--color-primary) 10%, white);
  border-radius: 0.5rem;
  padding: 4px 12px;
  gap: 0.375rem;
}

.markinfoBar .markinfobarwrap .markinfobarTxt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  color: var(--color-primary);
}

.markinfoBar .markinfobarwrap .fa-circle-info,
.markinfoBar .markinfobarwrap .fa-triangle-exclamation {
  color: var(--text-color);
  font-size: 0.875rem;
  padding-top: 3px;
}

.fast_shop_mrc_wrapper .fast_shop_mrc_header .fast_shop_mrc_txt {
  font-size: 14px;
}

.fast_shop_mrc_bread_crumbs a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.fast_shop_mrc_bread_crumbs a {
  color: var(--color-primary);
  text-decoration: none;
}

.fast_shop_mrc_bread_crumbs .fa-chevron-left {
  font-size: 10px;
}

.fast_shop_mrc_row {
  padding: 1rem;
}

.fast_shop_mrc_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.fast_shop_rmc_request_txt {
  font-size: 16px;
  color: #737373;
  margin-bottom: 16px;
}

.fast_shop_rmc_request_txt strong {
  color: var(--text-color);
  font-weight: 500;
}

.fast_shop_rmc_sent {
  background: #f3e8ff;
  color: #6b21a8;
}

.fast_shop_rmc_review {
  background: #dbeafe;
  color: #1e40af;
}

.fast_shop_rmc_paid {
  background: #f3f4f6;
  color: #1f2937;
}

.fast_shop_rmc_pending {
  background: #f8f397;
  color: #807d42;
}

.fast_shop_rmc_paid {
  background: #d9fde6;
  color: #1b8031;
}

.fast_shop_rmc_processing {
  background: #f0cddd;
  color: #d25294;
}

.fast_shop_rmc_unpaid {
  background: #fff;
  color: #ba9b56;
  border: #eaeaea solid 1px;
}

.fast_shop_rmc_status {
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
}

.fast_shop_mrc_txt_caps {
  text-transform: uppercase;
}

.fast_shop_mrc_mid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fast_shop_rmc_footer button {
  font-size: 1rem;
  padding: 0.25rem 1rem;
}

.max-height-max-content {
  max-height: max-content;
}

/* Request Customization */

/* ui bugs fixed */
.en-cat-more .dropdown-toggle::after {
  filter: invert(0);
}

.en-cat-more .dropdown-toggle.show {
  background-color: var(--button-bg-color);
  color: var(--button-font-color) !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

/***** CHAI TEES STYLES STARTS HERE ******/
.fast_shop_chai_header_top_wrap {
  background: var(--button-bg-color);
  color: var(--button-font-color);
  padding: 1rem 0;
}

.fast_shop_chai_top_header_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.fast_shop_chai_header_mid_wrap_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
  position: relative;
}

.fast_chai_top_nav_wrap ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.fast_chai_logo_wrap,
.fast_chai_top_nav_wrap {
  width: 49.3%;
}

.fast_chai_top_nav_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

.fast_chai_logo_wrap {
  text-align: left;
}

.fast_chai_logo_wrap img {
  max-height: 3.125rem;
  object-fit: contain;
}

.fast_chai_top_nav_wrap ul img {
  max-height: 2.5rem;
  object-fit: contain;
  transition: all 0.3s linear;
}

.fast_chai_top_nav_wrap ul a {
  display: inline-block;
  transition: all 0.3s linear;
}

.fast_chai_top_nav_wrap ul a:hover {
  transform: scale(1.05);
}

.fast_chai_top_nav_wrap ul a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #454545;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  text-decoration: none;
}

.fast_chai_top_nav_wrap ul a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.fast_chai_search_wrap .f_search_wrapper {
  max-width: 100%;
}

.fast_shop_chai_banner_section {}

.fast_shop_chai_banner_section .fast_chai_banner_wrap {
  padding: 5.625rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 43rem;
}

.fast_chai_banner_slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.fast_chai_banner_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.fast_shop_nav_menu_txt {
  display: none;
}

/* 
.fast_shop_chai_banner_section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: url('../images/chai-tees/Hero Image.webp') no-repeat center left;
    background-size: cover;
} */

.fast_shop_chai_banner_lft {
  width: 50%;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.fast_shop_chai_banner_lft h1 {
  font-size: clamp(1.5rem, 2.25vw, 3rem);
  font-weight: 700;
  /* color: var(--button-bg-color); */
  /* width: 52%; */
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #6a6ad1;
}

.fast_shop_chai_banner_lft p {
  font-size: clamp(0.875rem, 1vw, 1.25rem);
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1.5rem;
}

.fast_shop_chai_features_section {
  padding: 6.25rem 0;
}

.fast_shop_chai_features_head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.fast_shop_chai_features_section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  gap: 1.5rem;
}

.fast_shop_chai_features_section ul li {
  padding: 2rem;
  border: 0.0625rem solid rgba(46, 72, 146, 0.4);
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
  border-radius: 0.5rem;
}

.fast_shop_chai_features_section ul li img {
  width: 4.375rem;
  height: 4.375rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.fast_shop_chai_features_section ul li h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

.fast_shop_chai_features_section ul li p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #7b7f8a;
  line-height: 1.625rem;
}

.fast_shop_chai_category_section {
  padding: 0 0 6.25rem 0;
}

.fast_shop_chai_category_header_badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--secondary-color);
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0.4rem !important;
}

.fast_shop_chai_category_header_top {
  margin-bottom: 2rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fast_shop_chai_category_header_top h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: var(--button-bg-color);
}

.fast_shop_chai_category_header_top p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

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

.fast_shop_chai_slider_wrap ul a {
  display: inline-block;
  color: var(--text-color);
  text-decoration: none;
}

.fast_shop_chai_slider_wrap a img {
  margin-bottom: 1.25rem;
  height: 19.125rem;
  width: 19.125rem;
  object-fit: cover;
}

.fast_shop_chai_slider_wrap .fast_shop_chai_slider_heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: block;
  margin-bottom: 0.625rem;
  color: var(--text-color);
}

.fast_shop_chai_slider_wrap span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #7b7f8a;
  display: block;
}

.fast_chai_slider_btn_wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.25rem;
}

.fast_chai_slider_btn_wrap .slider_nav_btn {
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdee00;
  border: 0.0625rem solid #fdee00;
  transition: 0.3s all linear;
}

.fast_chai_slider_btn_wrap .slider_nav_btn:hover {
  scale: 1.05;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.3);
}

.fast_chai_slider_btn_wrap .slider_nav_btn.swiper-button-disabled {
  background-color: #fff;
  border-color: #e1e1e1;
  scale: 1;
  box-shadow: none;
}

.fast_chai_slider_btn_wrap .search-fast-shop input {
  padding-right: 2.825rem;
}

.fast_chai_featured_product_section {
  background: url("../images/chai-tees/Featured\ products\ -\ BG.webp") no-repeat center;
  background-size: cover;
  background-color: var(--button-bg-color);
  padding: 4.375rem 0;
}

.fast_chai_featured_product_header {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 3.5rem;
}

.fast_chai_featured_product_header h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.fast_chai_featured_product_header p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.fast_chai_featured_product_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.fast_chai_featured_product_wrap ul li {
  width: 23.1%;
}

.fast_chai_featured_img_wrap {
  position: relative;
  margin-bottom: 1.5rem;
  height: 18.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

.fast_chai_featured_img_wrap:hover .fast_chai_featured_img_holder {
  filter: brightness(0.5);
}

.fast_chai_featured_img_wrap:hover .fast_chai_featured_quick_btns_wrap {
  opacity: 1;
  visibility: visible;
}

.fast_chai_featured_quick_btns_wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0.5rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  opacity: 0;
  visibility: collapse;
  transition: 0.3s all linear;
}

.fast_chai_featured_img_holder {
  transition: 0.3s all linear;
  filter: brightness(1);
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.fast_chai_featured_img_holder img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fast_chai_featured_quick_btns_wrap button.fast_chai_product_btn {
  background-color: var(--color-white);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: none;
}

.fast_chai_featured_quick_btns_wrap button.fast_chai_product_btn:hover {
  background-color: var(--button-bg-color);
  color: var(--color-white);
}

.fast_chai_featured_quick_btns_wrap button.fast_chai_product_btn:hover img {
  filter: brightness(0) invert(1);
}

.fast_chai_featured_title_wrap h2,
.fast_chai_featured_title_wrap h2 a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
}

.fast_chai_featured_title_wrap p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-white);
}

.fast_chai_tooltip_product.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--button-bg-color);
}

.fast_chai_tooltip_product .tooltip-inner {
  background-color: var(--button-bg-color);
}

.fast_chai_shop_by_section {
  padding: 4.375rem 0;
}

.fast_chai_shop_by_head {
  text-align: center;
  margin-bottom: 2.625rem;
}

.fast_chai_shop_by_head h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: var(--button-bg-color);
}

.fast_chai_shop_by_head p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

ul.fast_chai_shop_by_products_wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.625rem 1.5rem;
  flex-wrap: wrap;
}

ul.fast_chai_shop_by_products_wrap li {
  width: 23.1%;
  background-color: var(--color-white);
  box-shadow: 0px 1rem 2rem 0px rgba(0, 0, 0, 0.059);
  transition: 0.3s all linear;
}

ul.fast_chai_shop_by_products_wrap li:hover {
  scale: 1.03;
  box-shadow: 0px 0.5rem 0.1rem 0px rgba(0, 0, 0, 0.059);
}

.fast_chai_shop_by_img_wrap img {
  width: 100%;
}

.fast_chai_shop_by_title_wrap {
  padding: 1.25rem 1rem;
}

.fast_chai_shop_by_title_wrap h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
}

.fast_chai_shop_by_title_wrap a {
  color: var(--button-bg-color);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: none;
}

.fast_chai_about_section {
  padding: 4.375rem 0;
}

.fast_chai_about_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.fast_chai_about_lft {
  width: 45%;
  min-width: 30.625rem;
  flex: 0 0 auto;
}

.fast_chai_about_rht h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.fast_chai_about_rht p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.fast_chai_category_wrap .f-nabvar-category {
  box-shadow: 0px 2px 8px 0px rgba(17, 11, 51, 0.1);
}

.fast_chai_category_wrap .f-nabvar-category .mobile-navbar {
  overflow-x: auto;
}

.fast_chai_category_wrap .global_nav_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: hidden;
}

.fast_shop_category_nav_btn {
  padding: 0.375rem;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all linear;
  flex: 0 0 auto;
}

.fast_shop_category_nav_btn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: var(--color-primary);
}

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

.fast_shop_category_nav_btn img {
  object-fit: contain;
  width: 100%;
}

.fast_shop_category_nav_btn_rht img {
  rotate: -180deg;
}

.fast_chai_category_wrap .f-nabvar-category li:hover {
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
}

.fast_chai_category_wrap .f-nabvar-category li:hover a {
  color: var(--button-font-color);
}

.fast_chai_category_wrap .f-nabvar-category li a:hover {
  color: var(--button-font-color);
}

.fast_chai_category_wrap .f-nabvar-category {
  justify-content: center;
}

.fast_chai_footer_top_wrap {
  padding: 2.75rem 0;
  background-color: var(--button-bg-color);
}

.fast_chai_footer_logo_wrap {
  text-align: left;
  margin-bottom: 1rem;
}

.fast_chai_footer_logo_wrap a {
  display: inline-block;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
}

.fast_chai_footer_logo_wrap img {
  max-height: 5.625rem;
  object-fit: contain;
}

.fast_chai_footer_nav_wrap {
  color: var(--color-white);
}

.fast_chai_footer_nav_wrap h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--color-white);
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

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

.fast_chai_footer_nav_wrap ul span,
.fast_chai_footer_nav_wrap ul a {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: 0.3s all linear;
}

.fast_chai_footer_nav_wrap ul a:hover {
  color: var(--secondary-color);
  text-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.05);
}

.fast_chai_footer_nav_wrap ul li {
  margin-bottom: 0.625rem;
}

.fast_chai_footer_nav_wrap ul li:last-child {
  margin-bottom: 0;
}

.fast_chai_footer_nav_wrap ul li img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.fast_chai_footer_nav_wrap .fast_chai_footer_info_wrap ul a,
.fast_chai_footer_nav_wrap .fast_chai_footer_head_wrap ul b,
.fast_chai_footer_nav_wrap .fast_chai_footer_head_wrap ul a {
  font-weight: 700;
}

.fast_chai_footer_bottom_wrap {
  padding: 0.875rem 0;
  text-align: center;
}

.fast_chai_footer_bottom_wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.chai_theme .fastshop_login_inner {
  margin: 5rem 0;
}

.contact_us_main_wrap a {
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
}

.chai_theme .bg-secondary {
  background-color: var(--color-primary) !important;
}

.chai_theme .btn-outline-secondary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.chai_theme .btn-shop-card {
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.chai_theme .btn-add-card {
  width: 100%;
}

.chai_theme .btn-add-card:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.fast_chai_footer_wrap {
  padding-top: 4rem;
}

.blog_listing_card img {
  max-height: 15rem;
  object-fit: contain;
}

.chai_fs_blog_card_img_wrap {
  padding: 1rem;
  background-color: #f4f4f4;
}

.fast_shop_chai_real_review_card {
  box-shadow: 0px 4px 15px 0px #110b331a;
  border-radius: 20px;
  padding: 1rem;
  border-top: var(--button-bg-color) solid 0.25rem;
}

.realReviewCustomer {
  padding: 1rem !important;
}

.realReviewCustomer .swiper-wrapper {
  align-items: stretch;
}

.realReviewCustomer .swiper-slide {
  height: auto;
  display: flex;
}

.fast_shop_chai_real_review_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fast_shop_chai_usrs {
  margin-top: auto;
}

.fast_shop_chai_real_review_card .fast_shop_chai_real_review_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.fast_shop_chai_real_review_card .fast_shop_chai_real_review_head .fast_shop_chai_grp_team_name {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-font-color);
}

.fast_shop_chai_real_review_card .fast_shop_chai_star_ratings {
  margin-bottom: 0.5rem;
}

.fast_shop_chai_real_review_card .fast_shop_chai_star_ratings ul {
  display: flex;
}

.fast_shop_chai_real_review_card .fast_shop_chai_star_ratings ul li .fa-star {
  color: #fdc021;
}

.fast_shop_chai_real_review_card h2.fast_shop_chai_review_title {
  font-size: 1.5rem;
  font-weight: 600;
}

.fast_shop_chai_real_review_card p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.fast_shop_chai_real_review_card .fast_shop_chai_usrs {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

.fast_shop_chai_real_review_card .fast_shop_chai_usrs h3 {
  font-size: 1rem;
  font-weight: 600;
}

.fast_shop_chai_real_review_card .fast_shop_chai_usrs h3 p {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 0;
}

.fast_shop_chai_real_review_card .fast_shop_chai_usrs .fast_shot_usr_initials {
  border-radius: 50rem;
  background: var(--button-bg-color);
  display: inline-block;
  color: var(--color-white);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.social-section {
  background: linear-gradient(135deg, hsl(231, 44%, 38%) 0%, hsl(231, 40%, 48%) 50%, hsl(231, 44%, 38%) 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem 4rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.social-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

/* TYPOGRAPHY */

.social-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}

.social-subtitle {
  font-size: 1.15rem;
  color: hsla(0, 0%, 100%, 0.85);
  margin-bottom: 3rem;
}

.social-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* SWIPER */

.social-swiper {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.social-swiper .swiper-pagination-bullet {
  border: #fff solid 1px;
  background: transparent;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.social-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

/* SLIDE CARD */

.social-slide-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0.25rem;
  box-shadow: 0 10px 40px hsla(231, 44%, 10%, 0.3);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.social-slide-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* CENTER SLIDE BIGGER */

.swiper-slide-active .social-slide-card {
  transform: scale(1.2);
  box-shadow: 0 20px 60px hsla(231, 44%, 10%, 0.4);
}

/* QUOTE */

.social-quote {
  font-size: 1.15rem;
  color: hsla(0, 0%, 100%, 0.9);
  margin-top: 3rem;
  line-height: 1.6;
  /* font-style:italic; */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--primary-font);
}

/* SHOW ONLY CENTER QUOTE */

.swiper-slide-active .social-quote {
  opacity: 1;
  transform: translateY(0);
}

.fast_shop_tursted_leaders ul li {
  background: var(--button-bg-color);
}

.fast_shop_tursted_leaders ul li h2,
.fast_shop_tursted_leaders ul li p {
  color: var(--secondary-color);
}

.fast_shop_tursted_leaders {
  background: #f3f4f6;
}

/* container */

.fast_shop_testimonial_section {
  width: 100%;
  margin: 4rem 0 0 0;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto;
}

/* testimonial card */

.fast_shop_testimonial_card {
  background: #f5f6f8;
  border: 0.06rem solid var(--button-bg-color);
  border-radius: 1.2rem;
  padding: 2.4rem;
  position: relative;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.06);
}

/* quote icon */

.fast_shop_quote {
  position: absolute;
  right: 2rem;
  top: -1rem;
  font-size: 6rem;
  color: #d9dde5;
  font-weight: 700;
}

.fast_shop_quote img {
  width: 5rem;
  height: auto;
}

/* badge */

.fast_shop_badge {
  display: inline-block;
  background: #e6e8ed;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

/* stars */

.fast_shop_stars {
  color: #fdc021;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}

/* testimonial text */

.fast_shop_text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.6rem;
}

/* divider */

.fast_shop_divider {
  border-top: 0.06rem solid #d9dde5;
  margin: 1.4rem 0;
}

/* author */

.fast_shop_author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fast_shop_avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--button-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.fast_shop_author_name {
  font-size: 1.1rem;
  font-weight: 600;
}

.fast_shop_author_role {
  font-size: 0.9rem;
  color: #6b7280;
}

/* tabs */

.fast_shop_tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.8rem;
  flex-wrap: wrap;
}

.fast_shop_tab_btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 0.06rem solid var(--button-bg-color);
  padding: 0.5rem 0.5rem;
  border-radius: 2rem;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.2s;
}

.fast_shop_tab_btn span {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--button-bg-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.fast_shop_tab_btn.fast_shop_active {
  background: #e7ecf8;
}

.fast_shop_hidden {
  display: none;
}

.fast_shop_shpin_section {
  padding: 4rem 1rem;
  background: #f3f4f6;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto;
}

.fast_shop_shpin_grid {
  max-width: 75rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.fast_shop_shpin_card {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.06);
  transition: 0.25s;
}

.fast_shop_shpin_card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
}

.fast_shop_shpin_icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.fast_shop_shpin_blue {
  background: #354b8c;
  color: #ffe400;
}

.fast_shop_shpin_yellow {
  background: #ffe400;
  color: #354b8c;
}

.fast_shop_shpin_title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2f2f2f;
}

.fast_shop_shpin_text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b7280;
}

.fast_shop_by_school_wrap {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/* for Payment Order flow */

.mc-add-save-card-wrap .bg-nav-tabs {
  background-color: #f6f8fa;
  display: inline-block;
  border: 1px solid var(--primary-font-color) 3331A;
  border-radius: 0.375rem;
  padding: 0.125rem 0.125rem 0.188rem 0.125rem;
}

.mc-add-save-card-wrap .main-fs-tabs .bg-nav-tabs {
  background: transparent;
  border: none;
}

.mc-add-save-card-wrap .main-fs-tabs .bg-nav-tabs .nav-link {
  border-radius: 100px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  box-shadow: 0px 2px 8px 0px #110b331a;
}

.mc-add-save-card-wrap .main-fs-tabs .bg-nav-tabs .nav-tabs {
  border-bottom: none;
  gap: 0.8rem;
}

.mc-add-save-card-wrap .bg-nav-tabs .nav-link {
  border-radius: 0.375rem;
  border: none;
  color: var(--primary-font-color);
  padding: 0.063rem 0.5rem;
}

.mc-add-save-card-wrap .bg-nav-tabs .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.mc-add-save-card-wrap .bg-nav-tabs .nav-tabs {
  border-bottom: none;
}

.mc-add-save-card-wrap .tab-content .tab-content {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.r-add-leads-main-wrapper-f .fs_save_to_profile_check_wrap label {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.r-add-leads-main-wrapper-f .fs_save_to_profile_check_wrap label span {
  color: var(--color-primary);
  cursor: pointer;
}

.cc-img-wrap img {
  width: 2.8125rem;
  height: 2.8125rem;
  object-fit: contain;
  margin-right: 0.5rem;
}

.cc-img-wrap i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  opacity: 0.8;
}

.mc-cc-details {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: flex-start; */
}

.mc-saved-card-wrap {
  margin-bottom: 1rem;
  margin-top: 0.8rem;
}

.cp-saved-card-wrap .mc-saved-cards:first-of-type {
  border-top: 0.0625rem solid #e1e1e1;
  margin-top: 1.5rem;
}

.mc-saved-card-wrap .mc-saved-cards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}

.save_payment_method_modal .mc-saved-card-wrap .mc-saved-cards {
  border-bottom: 0.0625rem solid #dee2e6;
}

.save_payment_method_modal .mc-saved-card-wrap .mc-saved-cards:last-of-type {
  border-bottom: none;
}

.mc-saved-card-wrap .mc-saved-cards .form-check {
  margin: 0;
  margin-right: 1rem;
}

.spm-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.spm-footer a {
  color: var(--color-primary);
  text-decoration: underline;
}

.mc-cc-details h6 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.mc-cc-details .cc-txt-exp {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.8;
}

.pde_cc_card_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.auth-payment-details {
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
  cursor: pointer;
}

/* for Payment Order flow */

.mc-no-saved-pay-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.mc-no-saved-pay-wrap .fa-triangle-exclamation {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
}

.mc-no-saved-pay-wrap h5 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(--text-two) !important;
  margin-bottom: 1rem;
}

.mc-no-saved-pay-wrap p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--text-two) !important;
  margin-bottom: 1.5rem;
  text-align: center;
}

.new_fs_ext_warr .fast_shop_ext_war label:first-of-type {
  width: auto;
  white-space: nowrap;
}

.new_fs_ext_warr {
  margin-bottom: 12px;
}

/* Secure Chkout */

.fast_shop_secure_chkout {
  color: #51dc6b;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 0.5rem;
}

.fast_shop_secure_chkout .fast_shop_lrn_more {
  text-decoration: underline;
  color: var(--primary-font-color);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.fast-shop-secure-checkout .fs-secure-chkout-header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.fast-shop-secure-checkout .fs-secure-chkout-header .fs-sc-image {
  background: #f04f291a;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fast-shop-secure-checkout .fs-secure-chkout-header .fs-sc-image i {
  color: #f04f29;
  font-size: 1.5rem;
}

.fast-shop-secure-checkout .fs-secure-chkout-header .fs-secure-chkout-header-txt h2 {
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.fast-shop-secure-checkout .fs-secure-chkout-header .fs-secure-chkout-header-txt p {
  color: var(--text-color);
  opacity: 0.6;
  font-size: 0.875rem;
  font-weight: 400;
}

.fs-secure-chkout-cards01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.fs-secure-chkout-cards .fs-secure-chkout-card span {
  font-size: 12px;
  font-weight: 600;
}

.fs-secure-chkout-cards01 .fs-card-item {
  border: 1.64px solid #e1e1e1;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6rem;
}

.fs-secure-chkout-cards01 .fs-card-item i {
  color: #f04f29;
  font-size: 1.25rem;
}

.fs-secure-chkout-cards01 .fs-card-item h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.25rem;
}

.fs-secure-chkout-cards01 .fs-card-item p {
  color: var(--text-color);
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.8;
}

.fs-sc-accept-pay-txt {
  color: #7b7f8a;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fs-sc-payment-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.fs-sc-payment-logos .fs-sc-logo {
  border: 1.64px solid #e1e1e1;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}

.fs-sc-payment-logos .fs-sc-logo img {
  width: 100%;
  height: auto;
}

.fastshop_giftcard_wrap,
.fastshop_giftcard_wrap.first_step.second_step {
  padding: 1rem;
  border: 2px dashed #51DC6B;
  background-color: rgba(222, 255, 201, 0.25);
  border-radius: 0.25rem;
  margin: 24px 0;
}

.fastshop_giftcard_wrap.first_step {
  border-color: #DADBD8;
  background-color: rgba(218, 219, 216, 0.25);
}

.fastshop_giftcard_second_wrap,
.fastshop_giftcard_third_wrap {
  display: none;
}

.fastshop_giftcard_first_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fastshop_giftcard_first_wrap p {
  font-size: 1rem;
  font-weight: 500;
}

.fastshop_giftcard_first_wrap .primary_btn,
.fastshop_giftcard_first_wrap .primary_btn:hover,
.fastshop_giftcard_check_btn,
.fastshop_giftcard_second_btn_wrap .primary_btn {
  background: #00AD20 !important;
  color: #ffffff !important;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  border-color: #00AD20 !important;
}

.fastshop_giftcard_check_btn {
  padding: .375rem 0.875rem;
  text-decoration: none;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.fastshop_giftcard_wrap.first_step .fastshop_giftcard_first_wrap {
  display: none;
}

.fastshop_giftcard_wrap.first_step .fastshop_giftcard_second_wrap {
  display: block;
}

.fastshop_giftcard_input_group {
  display: flex;
  justify-content: start;
}

.fastshop_giftcard_second_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fastshop_giftcard_input_group .form-control::placeholder {
  color: rgba(51, 51, 51, .25);
}

.fastshop_giftcard_details_wrap {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fastshop_giftcard_details_wrap h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #7B7F8A;
  margin-bottom: 0.25rem;
}

.fastshop_giftcard_details_wrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

.fastshop_giftcard_second_info_wrap {
  padding: 1rem;
  border: 1px dashed #51DC6B;
  background-color: rgba(222, 255, 201, 0.25);
  border-radius: 0.25rem;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: .5rem;
  margin: 1rem 0;
}

.fastshop_giftcard_after_code_preview{
  display: none;
}

.fastshop_giftcard_second_info_wrap i{
  color: #51DC6B;
  font-size: 1.125rem;
}

.fastshop_giftcard_red_wrap{
  border-color: #F04F29;
  background-color: rgba(240, 79, 41, 0.1);
}

.fastshop_giftcard_red_wrap i{
  color: #F04F29;
}

.show_second .fastshop_giftcard_after_code_preview{
  display: block;
}

.fastshop_giftcard_wrap.first_step.second_step .fastshop_giftcard_second_wrap{
  display: none;
}

.fastshop_giftcard_wrap.first_step.second_step .fastshop_giftcard_third_wrap{
  display: block;
}

.fastshop_giftcard_wrap.first_step.second_step .fastshop_giftcard_third_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fastshop_giftcard_third_rht button{
  background: transparent;
  color: #fff;
  border: none;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3BA13F;
  border-radius: 6.25rem;
}

.fastshop_giftcard_third_wrap h4{
  font-size: 1rem;
  font-weight: 500;
}

.fastshop_giftcard_third_wrap p{
  font-size: 0.75rem;
  color: rgba(51, 51, 51, .75);
}

.fastshop_giftcard_second_btn_wrap .outline_btn {
  border-color: #3BA13F;
  color: #3BA13F;
}

.fastshop_giftcard_second_btn_wrap .outline_btn:hover{
  background: transparent !important;
   color: #3BA13F !important;
}

.fastshop_giftcard_amt_wrap{
  display: none;
  padding-bottom: .5rem;
  border-bottom: 1px solid #E1E1E1;
}

.fastshop_giftcard_amt_wrap h4{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

/* End Secure Chkout */

/* Start Reward Redemption */
.fs-earn-pts-text {
  background: #f6f8fa;
  text-align: right;
  font-size: 1rem;
  padding: 0.375rem 1.25rem;
}

.fs-login-redeem-reward {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem !important;
}

.fs-redeem-card {
  border: 2px dashed #35b24a;
  background: #eef5e9;
  padding: 1rem;
  border-radius: 10px;
  max-width: 900px;
  transition: 0.3s;
  display: flex;
  gap: 1rem;
}

.fs-redeem-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-redeem-top h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.fs-redeem-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.fs-redeem-amount {
  font-size: 1rem;
  font-weight: 500;
}

.fs-redeemBtn {
  padding: 8px 45px;
  border: none;
  border-radius: 8px;
  background: #0aa51a;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.fs-redeemBtn:disabled {
  background: #d9d9d9;
  cursor: not-allowed;
}

.fs-redeem-slider-wrap {
  margin: 6px 0 10px;
}

.fs-redeem-card input[type="range"] {
  width: 100%;
  height: 6px;
  appearance: none;
  border-radius: 5px;
  outline: none;
  background: linear-gradient(to right, #0aa51a 0%, #0aa51a 30%, #dcdcdc 30%, #dcdcdc 100%);
}

.fs-redeem-card input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0aa51a;
  cursor: pointer;
}

.fs-redeem-note {
  margin-top: 15px;
  font-size: 12px;
}

.fs-redeem-disabled {
  background: #f1f1f1;
  border-color: #cfcfcf;
}

.fs-redeem-disabled input[type="range"] {
  pointer-events: none;
  opacity: 0.6;
}

.fs-redeem-disabled #fs-redeemBtn {
  background: #d9d9d9;
}

.fs-rewards-note-pts {
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 400;
}

.fs-store-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px !important;
  cursor: pointer;
}

.fs-store-item input[type="checkbox"] {
  display: none;
}

.fs-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #0aa51a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.2s;
}

.fs-checkbox i {
  color: #fff;
  font-size: 10px;
  display: none;
}

.fs-store-item input[type="checkbox"]:checked+.fs-checkbox {
  background: #0aa51a;
}

.fs-store-item input[type="checkbox"]:checked+.fs-checkbox i {
  display: block;
}

.fs-store-list {
  margin-top: 14px;
}

/* End Reward Redemption */

/* Secure CHeckout */

.fs-secure-chkout-wrap {
  border: 1px solid #4cc36e;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
  background: #fff;
  margin-top: 32px;
}

/* Title */
.fs-secure-chkout-title {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  color: #44c268;
  display: flex;
  align-items: center;
  gap: 10px;
  /* letter-spacing:1px; */
}

.fs-secure-chkout-title i {
  font-size: 24px;
}

/* Top cards */
.fs-secure-chkout-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.fs-secure-chkout-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  border: 1.5px solid #e2e2e2;
  justify-content: center;
}

.fs-secure-chkout-card i {
  font-size: 28px;
  color: #f2542d;
}

/* Payment logos */
.fs-secure-chkout-payments {
  display: flex;
  gap: 16px;
}

.fs-secure-chkout-paybox {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e2e2e2;
}

.fs-secure-chkout-paybox img {
  max-width: 60px;
  max-height: 35px;
}

/* Secure CHeckout */

.fast_chai_dtf_section {
  background: #f3f4f6;
  padding: 6.25rem 0;
}

.fast_chai_dtf_inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.fast_chai_dtf_lft {
  width: 55%;
  flex: 0 0 auto;
}

.fast_chai_dtf_rht {
  width: 42%;
  flex: 0 0 auto;
}

.fast_chai_badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--secondary-color);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.fast_chai_dtf_section h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: var(--button-bg-color);
  margin-bottom: 0.25rem;
}

.fast_chai_dtf_card_wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.fast_chai_dtf_card_wrap li {
  width: 48%;
  background-color: var(--color-white);
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
  transition: 0.3s all linear;
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: start;
  gap: 1rem;
}

.fast_chai_dtf_card_icon {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(46, 72, 146, 1);
  flex: 0 0 auto;
}

.fast_chai_dtf_card_icon img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.fast_chai_dtf_card_content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
  color: #333333;
  margin-bottom: 0.25rem;
}

.fast_chai_dtf_card_content p {
  color: #7b7f8a;
  font-size: 1rem;
  line-height: 1.375rem;
}

.fast_chai_dtf_timeline_wrap {
  background: var(--color-white);
  height: 100%;
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
  border-radius: 0.75rem;
  padding: 2rem;
}

.fast_chai_dtf_timeline_wrap h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.fast_chai_dtf_timeline_wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  position: relative;
}

.fast_chai_dtf_timeline_wrap ul li {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: rgba(46, 72, 146, 0.1);
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1rem;
  position: relative;
}

.fast_chai_dtf_timeline_wrap ul li:last-child {
  margin-bottom: 0;
}

.fast_chai_dtf_timeline_wrap ul li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: rgba(46, 72, 146, 1);
  border-radius: 50%;
}

.fast_chai_dtf_timeline_wrap ul::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background: #2d4b8c;
  height: 80%;
}

.fast_chai_dtf_timeline_wrap ul li {
  position: relative;
  margin-bottom: 20px;
  background: #eef0f4;
  padding: 15px 20px;
  border-radius: 10px;
}

.fast_chai_dtf_timeline_wrap ul li::before {
  content: "";
  position: absolute;
  left: -2.125rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 5px solid #2d4b8c;
  border-radius: 50%;
  z-index: 1;
}

.fast_chai_screen_print_inner {
  padding: 2rem;
  background: #2e4892;
  border-radius: 1rem;
  text-align: center;
  margin-top: 3.75rem;
}

.fast_chai_screen_print_inner h2 {
  font-size: 2.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.25rem;
}

.fast_chai_screen_print_inner p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 200;
  color: var(--color-white);
  margin-bottom: 1.5rem;
}

.fast_chai_screen_print_inner .fast_shop_chai_category_header_badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--secondary-color);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0.4rem !important;
  color: #333333;
  line-height: 1;
}

.fast_chai_screen_print_inner a {
  color: #2e4892;
  background: var(--color-white);
  padding: 1rem 1rem 1rem 1.125rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.fast_shop_hamburger_toggler {
  display: none;
}

.hamburger_toggler_btn {
  background: transparent;
  border: 1px solid var(--primary-font-color);
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fast_shop_hamburger_toggler_close {
  display: none;
}

.menu_show .fast_shop_hamburger_toggler_close {
  display: block;
}

.menu_show .fast_shop_hamburger_toggler_bars {
  display: none;
}

.global_search_results_wrap ul {
  display: block;
}

/**** SCREEN AND DTF STYLES *******/
.fast_shop_chai_category_header_top h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: var(--button-bg-color);
}

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

.screen_dtf_card {
  background-color: var(--color-white);
  box-shadow: 0px 4px 15px 0px rgba(17, 11, 51, 0.1);
  transition: 0.3s all linear;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}

li.screen_dtf_card:last-child {
  margin-bottom: 0;
}

.screen_dtf_card_head {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(90deg, #f6f9ff 0%, #ffffff 75.94%);
  border-bottom: 1px solid rgba(225, 225, 225, 1);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.screen_dtf_card_head_icon_wrap {
  width: 4.3125rem;
  height: 4.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: rgba(53, 98, 233, 0.1);
}

.screen_dtf_card h2,
.screen_dtf_card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--text-color);
}

.screen_dtf_card h3 {
  margin-bottom: 0.5rem;
}

.screen_dtf_card_content {
  display: flex;
  justify-content: center;
}

.screen_dtf_lft,
.screen_dtf_rht {
  width: 50%;
  padding: 1.5rem 2rem;
  flex: 0 0 auto;
}

.screen_dtf_rht {
  border-left: 1px solid rgba(225, 225, 225, 1);
}

.fast_shop_nav_menus .hamburger_toggler_btn {
  display: none;
}

/**** SCREEN AND DTF STYLES *******/

/* FAST SHOP ENHANCEMENT END */

/* TEMPORARY THEME CHANGER MODAL */
/* ================================================
   STORE APPEARANCE MODAL – FULLY SCOPED STYLING
   Only affects the modal with id="storeApperanceOnly"
   ================================================ */

#storeApperanceOnly .modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: none;
}

#storeApperanceOnly .modal-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem;
}

#storeApperanceOnly .modal-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #212529;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#storeApperanceOnly .btn-close {
  opacity: 0.6;
  transition: opacity 0.2s;
}

#storeApperanceOnly .btn-close:hover {
  opacity: 1;
}

/* Body & Tabs Layout */
#storeApperanceOnly .store_apperance_modal_body {
  padding: 0 !important;
}

#storeApperanceOnly .fast_shop_apperance_tab_wrap {
  height: 520px;
  background: #fff;
  display: flex;
}

/* Left Sidebar Tabs */
#storeApperanceOnly #v-pills-tab {
  width: 220px;
  background: #f8f9fa;
  padding: 20px 0;
  border-right: 1px solid #e9ecef;
  flex-shrink: 0;
}

#storeApperanceOnly #v-pills-tab .nav-link {
  color: #495057;
  padding: 14px 24px;
  border-radius: 0;
  font-weight: 500;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

#storeApperanceOnly #v-pills-tab .nav-link:hover {
  background: #e9ecef;
  color: #212529;
}

#storeApperanceOnly #v-pills-tab .nav-link.active {
  background: #fff;
  color: #ff6b35;
  border-left-color: #ff6b35;
  font-weight: 600;
}

/* Right Content Area */
#storeApperanceOnly #v-pills-tabContent {
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  background: #fff;
}

/* Info Bar */
#storeApperanceOnly .markinfoBar {
  margin-bottom: 1.8rem;
}

#storeApperanceOnly .markinfobarwrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #e7f3ff;
  padding: 14px 18px;
  border-radius: 12px;
  border-left: 5px solid #007bff;
}

#storeApperanceOnly .markinfobarTxt {
  margin: 0;
  font-size: 0.95rem;
  color: #1c5ca0;
  line-height: 1.5;
}

/* Custom Color Picker */
#storeApperanceOnly .new-color-picker-wrap {
  margin-bottom: 2rem;
}

#storeApperanceOnly .new-color-picker-wrap>label {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

#storeApperanceOnly .btn-tooltip-icon {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1rem;
  cursor: help;
}

#storeApperanceOnly .new-picker-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fa;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

#storeApperanceOnly .new-picker-wrap:hover {
  border-color: #ff6b35;
  background: #fff;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.1);
}

#storeApperanceOnly .new-picker-color-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}

#storeApperanceOnly .color-hash {
  color: #6c757d;
  font-family: "Courier New", monospace;
  font-weight: bold;
  margin: 0;
}

#storeApperanceOnly .new-picker-color-code {
  border: 0;
  background: transparent;
  width: 90px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 1.1rem;
  color: #212529;
}

#storeApperanceOnly .new-picker-color-code:focus {
  outline: none;
}

#storeApperanceOnly .new-color-picker-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* Toggle Switch Area */
#storeApperanceOnly .modal-radio-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: #f8f9fa;
  border-radius: 14px;
  margin-bottom: 1.8rem;
}

#storeApperanceOnly .eod_toggle_label_wrapper label {
  font-weight: 600;
  color: #343a40;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1rem;
}

/* Font Selects */
#storeApperanceOnly .form-control {
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  font-size: 0.95rem;
}

/* Footer Buttons */
#storeApperanceOnly .modal-footer {
  padding: 1.5rem;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  justify-content: flex-end;
  gap: 12px;
}

#storeApperanceOnly .r-modal-btn {
  padding: 11px 28px;
  border-radius: 12px;
  font-weight: 600;
  min-width: 100px;
}

#storeApperanceOnly .r-orange-btn {
  background: #ff6b35;
  color: #fff;
  border: none;
  transition: background 0.3s;
}

#storeApperanceOnly .r-orange-btn:hover {
  background: #e55a2b;
}

.fast_shop_my_order_table .table-bordered> :not(caption)>*>* {
  border-width: 0px !important;
}

/* Start New Banner */

.fast_shop_chai_hp_slider {
  background: url(../../images/chai-tees/Hero-Section-BG.png) no-repeat;
  padding: 4rem 2rem;
  color: var(--color-white);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.fast_shop_chai_hp_slide {
  display: flex;
  align-items: center;
}

.fast_shop_chai_hp_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.fast_shop_chai_hp_left {
  width: 50%;
}

.fast_shop_chai_hp_left h2 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}

.fast_shop_chai_hp_left span {
  color: #ff6a4d;
  font-weight: 700;
}

.fast_shop_chai_hp_left p {
  margin: 1rem 0;
  opacity: 0.8;
}

.fast_shop_chai_hp_left button {
  background: var(--color-white);
  color: #000;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
}

.fast_shop_chai_hp_left button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.fast_shop_chai_hp_right {
  width: 40%;
}

.fast_shop_chai_hp_right img {
  width: 100%;
  border-radius: 1rem;
}

.fast_shop_chai_hp_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.fast_shop_chai_hp_prev,
.fast_shop_chai_hp_next {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fast_shop_chai_hp_pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.fast_shop_chai_hp_pagination .swiper-pagination-bullet-active {
  background: var(--color-white);
}

.fast_shop_chai_hp_controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 80px;
}

@media (max-width: 768px) {
  .fast_shop_chai_hp_content {
    flex-direction: column;
    text-align: center;
  }

  .fast_shop_chai_hp_left,
  .fast_shop_chai_hp_right {
    width: 100%;
  }
}

.fast_shop_chai_hp_controls .fast_shop_chai_hp_pagination .swiper-pagination-bullet-active {
  border-radius: 10px !important;
  width: 40px;
}

/* End New Banner */

/*  */

.fast_shop_chai_features_section_en .fast_shop_chai_features_head h2 {
  color: var(--color-primary);
  font-weight: 700;
}

.fast_shop_chai_features_section_en ul li img {
  margin-bottom: 0.5rem;
}

.fast_shop_chai_sbp_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 2rem;
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  text-decoration: none;
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card:hover {
  transform: translateY(-0.4rem);
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card img {
  width: 100%;
  height: 23rem;
  object-fit: cover;
  display: block;
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card .fast_shop_chai_sbp_content {
  padding: 1rem;
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card .fast_shop_chai_sbp_content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #333;
}

.fast_shop_chai_sbp_grid .fast_shop_chai_sbp_card .fast_shop_chai_sbp_content p {
  font-size: 0.85rem;
  color: #777;
}

@media (max-width: 1024px) {
  .fast_shop_chai_sbp_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fast_shop_chai_sbp_grid {
    grid-template-columns: 1fr;
  }
}

.fast_chai_sbs_en {
  background: #f3f4f6;
}

.fast_chai_sbs_en .fast_chai_sbs_search {
  width: 20rem;
}

/*  */

.fast_shop_chai_rerc_wrapper {
  padding: 2rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_swiper {
  max-width: 26rem;
  margin: auto;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_card {
  position: relative;
  background: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
  border: 0.1rem solid #e5e7eb;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_card01 {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_left .fast_shop_chai_rerc_rating {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_left .fast_shop_chai_rerc_stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-top: 0.3rem;
  letter-spacing: 0.1rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_divider {
  width: 0.1rem;
  height: 3rem;
  background: #e5e7eb;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_right .fast_shop_chai_rerc_title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.3rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_right .fast_shop_chai_rerc_verified {
  font-size: 0.85rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_right .fast_shop_chai_rerc_verified .fast_shop_chai_rerc_icon {
  color: #10b981;
  font-size: 0.9rem;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_nav {
  right: 1.5rem;
  bottom: 1.2rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_nav .fast_shop_chai_rerc_prev,
.fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_nav .fast_shop_chai_rerc_next {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.1rem solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  background: #fff;
}

@media (max-width: 600px) {
  .fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem;
  }

  .fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_divider {
    display: none;
  }

  .fast_shop_chai_rerc_wrapper .fast_shop_chai_rerc_nav {
    position: static;
    margin-top: 1rem;
  }
}

.fast_shop_chai_rerc_stars .fast_shop_chai_star_ratings ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.fast_shop_chai_rerc_stars .fast_shop_chai_star_ratings ul li .fa-star {
  color: #fdc021;
}

@media (max-width: 990px) {
  .fast_shop_chai_category_header_top {
    display: block;
  }

  .rerc_real_reviews_cust {
    text-align: center;
  }

  .fast_chai_slider_btn_rerc_wrap {
    justify-content: center;
  }
}

.fast_shop_chai_pp_wrapper {
  /* font-family: sans-serif; */
  background: #f5f5f5;
  padding: 2rem;
}

.fast_shop_chai_pp_hero {
  position: relative;
  background: url(../../images/chai-tees/Promotional_products_collection.png) center/cover;
  border-radius: 1.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 4rem;
  color: #fff;
  overflow: hidden;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 16, 29, 0.9) 0%, rgba(12, 16, 29, 0.6) 50%, rgba(12, 16, 29, 0) 100%);
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content {
  position: relative;
  max-width: 32rem;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content h1 span {
  background: linear-gradient(104.98deg, #f0427c 0%, #f97a1f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content p {
  margin: 1rem 0 1.5rem;
  font-size: 1rem;
  opacity: 0.9;
  letter-spacing: 1px;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_actions .fast_shop_chai_pp_btn_primary {
  background: #fff;
  color: #000;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 0.6rem;
  cursor: pointer;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_actions .fast_shop_chai_pp_btn_primary:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_actions .fast_shop_chai_pp_btn_secondary {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 0.6rem;
  color: #fff;
  cursor: pointer;
  border: 0.1rem solid transparent;
}

.fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_actions .fast_shop_chai_pp_btn_secondary:hover {
  background: transparent;
  color: #f97a1f;
  box-shadow: 0 0.6rem 1.6rem rgba(249, 122, 31, 0.4);
  border: 0.1rem solid #f97a1f;
}

.fast_shop_chai_pp_features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  overflow: hidden;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature {
  text-align: center;
  padding: 1.5rem;
  border-right: 0.1rem solid #eee;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature:first-of-type {
  border-left: 0.1rem solid #eee;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature:last-of-type {
  border-right: 0.1rem solid #eee;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature .fast_shop_chai_pp_icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature .fast_shop_chai_pp_icon img {
  width: 40px;
  height: 40px;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature h3 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.fast_shop_chai_pp_features .fast_shop_chai_pp_feature p {
  font-size: 0.8rem;
  color: #777;
}

.fast_shop_chai_pp_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom-left-radius: 1.5rem;
  overflow: hidden;
  border-bottom-right-radius: 1.5rem;
}

.fast_shop_chai_pp_products .fast_shop_chai_pp_product {
  position: relative;
  overflow: hidden;
}

.fast_shop_chai_pp_products .fast_shop_chai_pp_product img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.fast_shop_chai_pp_products .fast_shop_chai_pp_product .fast_shop_chai_pp_product_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
}

.fast_shop_chai_pp_products .fast_shop_chai_pp_product .fast_shop_chai_pp_product_content span {
  font-size: 0.7rem;
  opacity: 0.8;
  background: #b0b0b080;
  border: #fff solid 1px;
  border-radius: 10px;
  padding: 0.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.fast_shop_chai_pp_products .fast_shop_chai_pp_product .fast_shop_chai_pp_product_content h4 {
  font-size: 0.9rem;
  margin-top: 0.2rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .fast_shop_chai_pp_features {
    grid-template-columns: repeat(2, 1fr);
  }

  .fast_shop_chai_pp_products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fast_shop_chai_pp_hero {
    padding: 2rem;
  }

  .fast_shop_chai_pp_products {
    grid-template-columns: 1fr;
  }
}

.fast_shop_chai_pp_gift {
  color: #1ce9b5;
}

.fast_shop_chai_was_wrapper {
  padding: 4rem 2rem;
  background: linear-gradient(120deg, #7b2cbf, #ff3c38, #f4a261);
  text-align: center;
  font-family: sans-serif;
}

.fast_shop_chai_was_header {
  color: #fff;
  margin-bottom: 2.5rem;
}

.fast_shop_chai_was_icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.fast_shop_chai_was_header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.fast_shop_chai_was_header p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.fast_shop_chai_was_header span {
  font-weight: 700;
}

.fast_shop_chai_was_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto;
}

.fast_shop_chai_was_item {
  border-radius: 0.8rem;
  overflow: hidden;
}

.fast_shop_chai_was_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fast_shop_chai_was_btn_wrap {
  margin-top: 2rem;
}

.fast_shop_chai_was_btn_wrap button {
  padding: 0.7rem 1.5rem;
  border-radius: 0.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.fast_shop_chai_was_btn_wrap button:hover {
  background: transparent;
  color: #fff;
  box-shadow: 0 0.6rem 1.6rem rgba(255, 255, 255, 0.2);
  border: 0.1rem solid #fff;
}

@media (max-width: 1024px) {
  .fast_shop_chai_was_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .fast_shop_chai_was_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fast_shop_chai_frs_en,
.fast_shop_tursted_leaders_en {
  background: #131c34 url(../../images/chai-tees/Hero-Section-BG.png) no-repeat;
}

.fast_shop_chai_frs_en .fast_shop_chai_category_header_badge,
.fast_shop_tursted_leaders_en .fast_shop_chai_category_header_badge,
.fast_shop_tursted_leaders_en .fast_shop_badge {
  border: 1px solid #ffffff1a;
  background: #ffffff1a;
  backdrop-filter: blur(4px);
  color: #1ce9b5;
  letter-spacing: 0.7px;
}

.fast_shop_tursted_leaders_en .fast_shop_badge {
  border: 1px solid #1ce9b5;
}

.fast_shop_tursted_leaders_en .fast_shop_avatar {
  background: #1ce9b5;
}

.fast_shop_chai_frs_en .fast_chai_shop_by_head h2,
.fast_shop_chai_frs_en .fast_chai_shop_by_head p,
.fast_shop_chai_frs_en .fast_shop_shpin_title,
.fast_shop_chai_frs_en .fast_shop_shpin_text,
.fast_shop_tursted_leaders_en .fast_chai_shop_by_head h2,
.fast_shop_tursted_leaders_en .fast_chai_shop_by_head p,
.fast_shop_tursted_leaders_en.fast_shop_chai_features_section ul li h2,
.fast_shop_tursted_leaders_en.fast_shop_chai_features_section ul li p,
.fast_shop_tursted_leaders_en .fast_shop_text,
.fast_shop_tursted_leaders_en .fast_shop_author_name,
.fast_shop_tursted_leaders_en .fast_shop_author_role {
  color: #fff;
}

.fast_shop_chai_frs_en .fast_shop_shpin_card {
  border: 1px solid #ffffff1a;
  background: #ffffff1a;
  backdrop-filter: blur(4px);
}

.fast_shop_tursted_leaders_en.fast_shop_chai_features_section ul li,
.fast_shop_tursted_leaders_en .fast_shop_testimonial_card {
  background: #2d354c;
}

.fast_shop_chai_fsoo_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #ffffff1a;
  background: #ffffff1a;
  backdrop-filter: blur(4px);
  color: #fff;
  max-width: 75rem;
  margin: auto;
}

.fast_shop_chai_fsoo_left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fast_shop_chai_fsoo_icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #34d399;
}

.fast_shop_chai_fsoo_text h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.fast_shop_chai_fsoo_text p {
  font-size: 0.8rem;
  opacity: 0.7;
}

.fast_shop_chai_fsoo_badge {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  font-weight: 600;
  outline: none;
  border: none;
}

/* .fast_shop_chai_fsoo_badge:hover {
    color:#fff;
} */

@media (max-width: 600px) {
  .fast_shop_chai_fsoo_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.fast_chai_footer_wrap_en .fast_chai_footer_top_wrap {
  background-color: #0c101d;
}

.fast_chai_footer_wrap_en .fast_chai_footer_nav_wrap ul li {
  display: flex;
  gap: 1rem;
}

.fast_chai_footer_wrap_en .fast_chai_footer_nav_wrap ul span,
.fast_chai_footer_wrap_en .fast_chai_footer_nav_wrap ul a {
  line-height: 19px;
  font-size: 0.85rem;
}

.fast_chai_footer_wrap_en .fast_chai_footer_nav_wrap ul a {
  font-size: 0.85rem;
  font-weight: 300;
}

.fast_chai_footer_wrap_en .fast_chai_footer_logo_txt {
  font-size: 0.85rem;
  font-weight: 300;
}

.fast_chai_footer_wrap_en .fast_chai_footer_f_social_connect {
  margin-top: 1rem;
}

.fast_chai_footer_wrap_en .fast_chai_footer_f_social_connect ul {
  display: flex;
  gap: 1rem;
}

.fast_shop_chai_au_section {
  /* padding:4rem 6rem; */
  background: #fff;
}

.fast_shop_chai_au_container {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding-bottom: 5rem;
}

.fast_shop_chai_au_left {
  flex: 1;
}

.fast_shop_chai_au_img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 0.4rem;
}

.fast_shop_chai_au_right {
  flex: 1;
}

.fast_shop_chai_au_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2b2b2b;
}

.fast_shop_chai_au_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #6b6f76;
  margin-bottom: 1rem;
}

.fast_shop_chai_au_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-bottom: 1.7rem;
}

.fast_shop_chai_au_card {
  background: #ffffff;
  padding: 1.6rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.06);
}

.fast_shop_chai_au_card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.6rem 0 0.2rem;
  color: #2b2b2b;
}

.fast_shop_chai_au_card span {
  font-size: 1rem;
  color: #7b8087;
}

.fast_shop_chai_au_icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
}

.fast_shop_chai_au_icon_purple {
  background: #8b5cf6;
}

.fast_shop_chai_au_icon_green {
  background: #10b981;
}

.fast_shop_chai_au_icon_blue {
  background: #3b82f6;
}

.fast_shop_chai_au_icon_red {
  background: #ef4444;
}

.fast_shop_chai_au_btn {
  display: inline-block;
  background: #3b5aa9;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  text-decoration: none;
}

@media (max-width: 64rem) {
  .fast_shop_chai_au_section {
    padding: 3rem 3rem;
  }

  .fast_shop_chai_au_container {
    gap: 2rem;
  }

  .fast_shop_chai_au_img {
    height: 26rem;
  }
}

@media (max-width: 48rem) {
  .fast_shop_chai_au_container {
    flex-direction: column;
  }

  .fast_shop_chai_au_left,
  .fast_shop_chai_au_right {
    width: 100%;
  }

  .fast_shop_chai_au_img {
    height: 22rem;
  }

  .fast_shop_chai_au_title {
    font-size: 2.2rem;
  }
}

@media (max-width: 30rem) {
  .fast_shop_chai_au_section {
    padding: 2rem 1.5rem;
  }

  .fast_shop_chai_au_cards {
    grid-template-columns: 1fr;
  }

  .fast_shop_chai_au_img {
    height: 18rem;
  }

  .fast_shop_chai_au_title {
    font-size: 1.8rem;
  }

  .fast_shop_chai_au_desc {
    font-size: 1rem;
  }

  .fast_shop_chai_au_btn {
    width: 100%;
    text-align: center;
  }
}

.fast_shop_chai_ged {
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../images/chai-tees/ged-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.fast_shop_chai_ged .fast_shop_chai_ged_wrap {
  text-align: center;
  max-width: 48rem;
  width: 100%;
}

.fast_shop_chai_ged .fast_shop_chai_ged_badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.1);
  color: #d1d5db;
  font-size: 0.9rem;
  margin-bottom: 1.6rem;
}

.fast_shop_chai_ged .fast_shop_chai_ged_badge img {
  width: 1rem;
  height: 1rem;
}

.fast_shop_chai_ged h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.fast_shop_chai_ged h2 span {
  background: linear-gradient(103.98deg, #f0427c 0%, #f97a1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.fast_shop_chai_ged p {
  font-size: 1.1rem;
  color: #ffffff99;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.fast_shop_chai_ged .fast_shop_chai_ged_form {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.fast_shop_chai_ged .fast_shop_chai_ged_form input {
  width: 18rem;
  padding: 1rem 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  outline: none;
}

.fast_shop_chai_ged .fast_shop_chai_ged_form input::placeholder {
  color: #94a3b8;
}

.fast_shop_chai_ged .fast_shop_chai_ged_form button {
  padding: 1rem 1.6rem;
  border-radius: 0.6rem;
  border: none;
  background: #ffffff;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s all linear;
}

.fast_shop_chai_ged .fast_shop_chai_ged_form button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.fast_shop_chai_cams {
  padding: 3rem 0;
  background: #f3f4f6;
}

.fast_shop_chai_cams .fast_shop_chai_cams_wrap {
  display: flex;
  gap: 4rem;
}

.fast_shop_chai_cams .fast_shop_chai_cams_left {
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fast_shop_chai_cams .fast_shop_chai_cams_left .fast_shop_chai_cams_badge {
  background: #facc15;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  font-weight: 600;
}

.fast_shop_chai_cams .fast_shop_chai_cams_left h2 {
  font-size: 3rem;
  margin: 1rem 0;
  font-weight: 700;
}

.fast_shop_chai_cams .fast_shop_chai_cams_left h2 span {
  color: #4f6bdc;
  font-weight: 700;
}

.fast_shop_chai_cams .fast_shop_chai_cams_left p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.fast_shop_chai_cams .fast_shop_chai_cams_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fast_shop_chai_cams .fast_shop_chai_cams_list div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
}

.fast_shop_chai_cams .fast_shop_chai_cams_list span {
  color: #10b981;
  background: #c7f0e8;
  border-radius: 100%;
  flex-grow: 0;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.fast_shop_chai_cams .fast_shop_chai_cams_right {
  flex: 1;
}

.fast_shop_chai_cams .fast_shop_chai_cams_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fast_shop_chai_cams .fast_shop_chai_cams_cards .card {
  background: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.06);
}

.fast_shop_chai_cams .card .icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}

.fast_shop_chai_cams .icon {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fast_shop_chai_cams .icon i {
  font-size: 1.25rem;
}

.fast_shop_chai_cams .icon.purple {
  background: linear-gradient(135deg, #3562e9 0%, #a855f7 100%);
}

.fast_shop_chai_cams .icon.green {
  background: linear-gradient(135deg, #1ce9b5 0%, #34d399 100%);
}

.fast_shop_chai_cams .icon.blue {
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
}

.fast_shop_chai_cams .icon.red {
  background: linear-gradient(135deg, #f0427c 0%, #f97316 100%);
}

.fast_shop_chai_cams .card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}

.fast_shop_chai_cams .card p {
  font-size: 1rem;
  color: #6b7280;
}

.fast_shop_chai_cams .fast_shop_chai_cams_testimonial {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  padding: 2rem;
  border-radius: 1.2rem;
}

.fast_shop_chai_cams .stars {
  color: #fdc021;
  margin-bottom: 1rem;
}

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

.fast_shop_chai_cams .stars ul li {
  display: inline-block;
}

.fast_shop_chai_cams .quote {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.fast_shop_chai_cams .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fast_shop_chai_cams .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.fast_shop_chai_cams .user span {
  display: block;
  font-size: 0.9rem;
  color: #cbd5f5;
}

@media (max-width: 1024px) {
  .fast_shop_chai_cams .fast_shop_chai_cams_wrap {
    flex-direction: column;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_cards {
    grid-template-columns: 1fr;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_list {
    grid-template-columns: 1fr;
  }
}

.fast_chai_footer_logo_wrap_en a,
.fast_chai_footer_logo_wrap_en {
  background: transparent;
  margin-bottom: 0.25rem;
}

.fast_chai_screen_print_inner_en {
  background: #131c34 url(../../images/chai-tees/bg-spd.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.fast_chai_screen_print_inner_en a img {
  width: 24px;
  height: auto;
}

.fast_shop_chai_gsp_wrapper {
  padding: 2rem;
}

.fast_shop_chai_gsp_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #6e8086, #8fa1a8);
  color: #fff;
  flex-wrap: wrap;
}

.fast_shop_chai_gsp_left {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}

.fast_shop_chai_gsp_logo {
  max-width: 10rem;
}

.fast_shop_chai_gsp_divider {
  width: 0.1rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.4);
}

.fast_shop_chai_gsp_content {
  max-width: 40rem;
}

.fast_shop_chai_gsp_title {
  font-size: 2rem;
  font-weight: 700;
}

.fast_shop_chai_gsp_desc {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.fast_shop_chai_gsp_btn {
  padding: 0.9rem 1.8rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fast_shop_chai_gsp_btn:hover {
  background: #fff;
  color: #6e8086;
}

@media (max-width: 980px) {
  .fast_shop_chai_gsp_card {
    flex-direction: column;
    align-items: flex-start;
  }

  .fast_shop_chai_gsp_left {
    flex-direction: column;
    align-items: flex-start;
  }

  .fast_shop_chai_gsp_divider {
    display: none;
  }

  .fast_shop_chai_gsp_btn {
    align-self: flex-start;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .modal-fullscreen-xxl-down01 {
    --bs-modal-width: 1200px !important;
  }
}

@media (max-width: 1024px) {
  .viewestimate_customization_modal_iframe {
    height: 350px !important;
  }
}

/***** CHAI TEES STYLES STARTS HERE ******/

@media (max-width: 1399.98px) {
  .fast-nav-main .logo-main {
    padding: 0;
  }

  .products-items {
    width: 23.9%;
  }
}

@media (max-width: 1199.98px) {
  .products-items {
    width: 32%;
  }

  .f-nabvar-category .navbar-nav li a.nav-link {
    padding: 0.625rem 1.1rem;
  }

  .fast_shop_my_order_table .dt-layout-table {
    overflow: scroll;
  }

  .fast_shop_my_order_table .dt-container .dt-layout-full {
    min-width: 1251px;
  }

  .title-fats-shop h2 {
    font-size: 2rem;
  }

  .main-flex-inner {
    flex-wrap: wrap;
  }

  .order-details h4 {
    font-size: 1.2rem;
  }

  .order-details-status h4 {
    font-size: 1rem;
  }

  .productitles a,
  .productitles p {
    font-size: 0.875rem;
  }

  .product-item-list-view table thead th,
  .product-item-list-view table tbody td,
  .order-summery-fast table tbody td,
  .order-details-table th,
  .order-details-table td {
    font-size: 0.875rem;
  }

  .modal-fullscreen-xxl-down01 {
    --bs-modal-width: 900px !important;
  }

  .fast_shop_chai_features_head h2 {
    font-size: 1.5rem;
  }

  .fast_chai_about_rht h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .fast_chai_about_rht p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
  }

  .fast_chai_logo_wrap {
    width: 30%;
  }

  .fast_chai_top_nav_wrap {
    width: 68%;
  }

  .fast_chai_dtf_section {
    padding: 3.25rem 0;
  }

  .fast_chai_dtf_lft,
  .fast_chai_dtf_rht {
    width: 100%;
  }

  .quick_checkout_lft {
    width: 40%;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_wrap {
    gap: 2rem;
  }
}

@media (max-width: 991.98px) {
  .fast_shop_shpin_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-profile-logout {
    display: block;
  }

  .fast_shop_bread_crumbs .fast_shop_share_details {
    display: flex;
    align-items: center;
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 0.25rem;
    padding: 0.45rem 0.5rem;
  }

  .fast_shop_bread_crumbs .fast_shop_share_details i {
    color: var(--color-white);
    font-size: 16px;
  }

  .title-nav-res {
    display: flex;
  }

  .navbar-nav {
    width: 1005;
  }

  .navbar-collapse {
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: -106px;
    height: 99vh;
    background: var(--color-white);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: self-start;
    transition: 0.2s ease-in-out;
    overflow: auto;
  }

  .collapse.show {
    min-width: 16.875rem;
    right: 0;
    z-index: 10;
  }

  /* .f-nabvar-category {
        box-shadow: 0 0 0rem 0 rgba(0, 0, 0, .2);
    } */

  .category-nav-m .dropdown-toggle::after {
    transform: rotate(-90deg);
    transition: 0.1s;
  }

  .category-nav-m .dropdown-toggle.show::after {
    transform: rotate(0deg);
  }

  #main_nav {
    display: none;
  }

  .mobile-navbar {
    display: block;
  }

  .fastshop_login_wrap {
    margin-top: 150px;
  }

  .fastshop_login_wrapper {
    width: 70%;
  }

  .fastshop_login_wrapper .iti,
  .iti {
    width: 100%;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 11.2px;
    margin-right: 11.2px;
    margin-bottom: 8px;
  }

  .nav-right-fast-flex.desktop-right {
    display: none;
  }

  .nav-right-fast-flex.mobile-right {
    display: flex;
    margin: 0 0.5rem 0 auto;
  }

  .f-nabvar-category #navbarSupportedContent ul .dropdown-menu {
    position: absolute;
  }

  .f-nabvar-category .collapse:not(.show) {
    display: flex;
    align-items: center;
  }

  .f-nabvar-category .navbar-nav {
    flex-direction: row;
  }

  .icon-serch-shop {
    color: #777;
    font-size: 24px;
  }

  .navbar-toggler {
    border: none;
  }

  .products-items {
    width: 48%;
  }

  .product-item-list-view h2 {
    font-size: 1rem;
  }

  .product-item-list-view.adress-summery tr td {
    padding: 0.5rem 1rem 0;
  }

  .order-details-flex {
    width: 100%;
  }

  /* Harshad Single Order Page */
  .fast_shop_thumbnail_gallery {
    flex-direction: column-reverse;
  }

  .fast_shop_varaition {
    flex-direction: row !important;
  }

  .fast_shop_small_thumbnail {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .fast_shop_small_thumbnail ul {
    overflow-y: hidden;
    overflow-x: scroll;
    flex-direction: row !important;
  }

  .fast_shop_big_thumbnail {
    height: unset !important;
  }

  /* Harshad Single Order Page */

  .fast-products-list-flex.card-count-3 .products-items {
    width: 48%;
  }

  .modal-fullscreen-xxl-down01 {
    --bs-modal-width: 800px !important;
  }

  .fast_shop_chai_banner_section .fast_chai_banner_wrap {
    height: auto;
  }

  .fast_shop_chai_banner_lft p {
    line-height: 1.2;
  }

  .fast_shop_chai_banner_lft h1 {
    margin-bottom: 1rem;
  }

  .fastshop_main_btn,
  .fastshop_outline_btn {
    padding: 0.25rem 0.875rem;
    font-size: 1rem;
  }

  .fast_shop_chai_features_section ul li h2 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .fast_shop_chai_features_section ul li {
    padding: 1rem;
  }

  .fast_shop_chai_features_section ul li p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .fast_shop_chai_category_header_top h2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }

  .fast_chai_featured_product_wrap ul li {
    width: 47.1%;
  }

  ul.fast_chai_shop_by_products_wrap li {
    width: 48%;
  }

  .fast_chai_about_inner {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .fast_chai_about_section {
    padding: 2.375rem 0;
  }

  /* NAV_BAR_TOGGLER */
  .fast_shop_hamburger_toggler {
    display: block;
  }

  .fast_shop_nav_menus {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 101;
    background: var(--color-white);
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);

    /* Modern hidden state */
    transform: translateX(100%) scale(0.98);
    opacity: 0;
    filter: blur(8px);

    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.35s ease,
      filter 0.35s ease;
  }

  .menu_show .fast_shop_nav_menus {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }

  .fast_chai_top_nav_wrap ul a:hover {
    transform: scale(1);
    border-color: transparent;
  }

  .fast_shop_nav_menus ul {
    flex-wrap: wrap;
  }

  .fast_shop_nav_menus ul li {
    width: 100%;
  }

  .fast_shop_nav_menus .hamburger_toggler_btn {
    display: block;
  }

  .fast_shop_nav_menu_txt {
    display: inline;
  }

  .fast_chai_top_nav_wrap ul a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    width: 100%;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    border: 1px solid transparent;
  }

  .fast_chai_top_nav_wrap .f_search_results_name ul a {
    height: auto;
    font-size: 0.75rem;
  }

  .fast_chai_search_wrap {
    max-width: 15.625rem;
  }

  .fast_chai_dtf_section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .fast_chai_screen_print_inner p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .fast_chai_slider_btn_wrap {
    margin-top: 1rem;
    justify-content: start;
  }

  .qucik_checkout_wrap {
    flex-wrap: wrap;
  }

  .quick_checkout_lft,
  .quick_checkout_rht {
    width: 100%;
    padding: 0.75rem;
  }

  .qucickCheckoutModalCLs .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 868.98px) {
  .modal-fullscreen-xxl-down01 {
    --bs-modal-width: 600px !important;
  }
}

@media (max-width: 767.99px) {
  .navbar-btn-m {
    font-size: 0.75rem;
  }

  label {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .fastshop_login_wrap {
    margin-top: 100px;
  }

  .fastshop_login_wrapper {
    width: 100%;
  }

  .fastshop_login_header h4 {
    font-size: 26px;
  }

  .fastshop_login_header,
  .fastshop_remember_password,
  .fastshop_main_btn_wrap {
    margin-bottom: 16px;
  }

  .fastshop_main_btn_wrap {
    gap: 16px;
  }

  .fastshop_main_btn,
  .fastshop_outline_btn,
  .google_btn {
    padding: 4px 10px;
    font-size: 16px;
  }

  .google_btn img {
    width: 16px;
    height: 16px;
  }

  .f-nabvar-category .navbar-nav li a.nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }

  .dropdown-toggle::after {
    height: 22px;
  }

  .btn-cart-fast-shop {
    font-size: 1.5rem;
  }

  .btn-cart-fast-shop span.cart-count {
    width: 22px;
    height: 22px;
    top: -8px;
    right: -3px;
  }

  .icon-serch-shop {
    font-size: 21px;
  }

  .cart-views-scrol-mob table {
    min-width: 650px;
  }

  .title-tracking p,
  .traking_transit p,
  .traking_transit time,
  .product-item-list-view table thead th,
  .product-item-list-view table tbody td,
  .order-summery-fast table tbody td,
  .order-details-table th,
  .order-details-table td {
    font-size: 0.775rem;
  }

  .title-tracking h4 {
    font-size: 1rem;
  }

  .traking_transit h5,
  .list_main_li h4 {
    font-size: 0.975rem;
  }

  .fast_shop_space_b .dropdownMenuButton,
  .fast_shop_space_b,
  .fast_shop_page_wrap.fast_shop_myorders .fast_shop_filter .fast_shop_control_group .fast_shop_space_b input,
  .fast_shop_page_wrap.fast_shop_myorders .fast_shop_filter .fast_shop_control_group .fast_shop_space_b select {
    width: 100%;
  }

  .btn-print-hist {
    margin: 1rem 0;
  }

  /* Fast Shop Profile */
  .fast_shop_form_group form .fast_shop_control_grp {
    flex-basis: 100%;
  }

  .fast_shop_form_group form .fast_shop_control_grp:nth-last-child(-n + 2) {
    margin-bottom: 1rem;
  }

  /* Fast Shop Profile */

  /* Harshad Single ORder Page */
  .fast_shop_myorder_details {
    padding: 40px 20px;
  }

  .fast_shop_order_clone_head {
    display: block !important;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul {
    /* flex-direction: column; */
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li a.f-cat {
    padding-left: 5px;
  }

  .fast_shop_order_clone_head .fast_shop_bread_crumbs {
    display: block;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li a.f-cat::before {
    content: "-";
    position: relative;
    left: -5px;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li {
    margin-bottom: 5px;
    word-break: break-all;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li:nth-child(2) {
    padding-left: 5px;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li:last-of-type::before {
    content: "-";
    position: relative;
    left: -5px;
  }

  /* .fast_shop_order_clone_head .fast_shop_row_product_info ul li:first-of-type {
        width: 100%;
    } */

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li:first-of-type span {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .fast_shop_order_clone_head .fast_shop_bread_crumbs .fast_shop_share_details {
    position: absolute;
    right: 0;
    top: -10px;
  }

  .fast_shop_order_clone_head .fast_shop_row_product_info ul li:last-of-type {
    padding-left: 10px;
  }

  .fast_shop_order_main_head {
    display: none;
  }

  .fast_shop_product_information .nav {
    zoom: 80%;
    display: flex;
    justify-content: space-between;
  }

  /* Harshad Single ORder Page */
  .contact-title {
    font-size: 16px;
    margin-top: 20px;
  }

  .fastshop_category_link.dropdown-toggle {
    padding-right: 1rem;
  }

  .fast_shop_secure_chkout {
    justify-content: flex-start !important;
    margin-bottom: 2rem;
  }

  .checkout-page .checkout-title {
    padding-bottom: 0 !important;
  }

  .modal-fullscreen-xxl-down01 {
    --bs-modal-width: 500px !important;
  }

  .fast_chai_featured_product_wrap ul li {
    width: 70%;
  }

  ul.fast_chai_shop_by_products_wrap li {
    width: 47%;
  }

  .fast_chai_shop_by_title_wrap h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .fast_chai_shop_by_head h2,
  .fast_chai_featured_product_header h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .fast_shop_chai_top_header_inner p {
    font-size: 0.75rem;
  }

  .fast_shop_chai_features_section ul {
    gap: 0.5rem;
  }

  .f-nabvar-category .fastshop_category_link {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }

  .fast_chai_about_lft {
    width: 100%;
    min-width: auto;
  }

  #storeApperanceOnly .fast_shop_apperance_tab_wrap {
    flex-direction: column;
    height: auto;
  }

  #storeApperanceOnly #v-pills-tab {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    background: #f1f3f5;
  }

  #storeApperanceOnly #v-pills-tab .nav-link {
    white-space: nowrap;
    border-left: none;
    border-bottom: 4px solid transparent;
    padding: 16px 20px;
  }

  #storeApperanceOnly #v-pills-tab .nav-link.active {
    border-bottom-color: #ff6b35;
  }

  #storeApperanceOnly #v-pills-tabContent {
    padding: 24px;
  }

  #storeApperanceOnly .modal-dialog {
    margin: 1rem;
  }

  .fast_chai_dtf_card_wrap li {
    width: 100%;
  }

  .fast_shop_chai_category_header_top h1 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }

  .fast_shop_chai_category_header_top p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .screen_dtf_card_head {
    padding: 1rem;
  }

  .screen_dtf_card_head_icon_wrap {
    width: 3rem;
    height: 3rem;
  }

  .screen_dtf_card_head_icon_wrap img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .screen_dtf_card h2,
  .screen_dtf_card h3 {
    font-size: 1.25rem;
  }

  .screen_dtf_card_content p {
    font-size: 0.875rem;
  }

  .fast_shop_nav_menus ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .f-filter-row {
    flex-wrap: wrap;
  }

  [ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-text {
    font-size: 0.75rem !important;
  }

  [ui-pnotify].ui-pnotify .brighttheme.ui-pnotify-container {
    padding: 0.5rem !important;
  }

  .fast_chai_top_nav_wrap .icon-serch-shop {
    font-size: 0.75rem;
  }

  .fast_chai_top_nav_wrap .search-fast-shop input {
    padding: 0rem 0.625rem;
    font-size: 0.75rem;
  }

  .quick_checkout_product_details h4 {
    font-size: 0.875rem;
  }

  .quick_checkout_product_details p {
    font-size: 0.75rem;
  }

  .quick_checkout_product_price p {
    font-size: 0.875rem;
  }

  .quick_checkout_product_footer ul li {
    font-size: 0.75rem;
  }

  .fast_chai_top_nav_wrap .icon-serch-shop {
    font-size: 0.75rem;
  }

  .fast_chai_top_nav_wrap .search-fast-shop input {
    padding: 0rem 0.625rem;
    font-size: 1rem;
  }

  .fast_chai_slider_btn_wrap .search-fast-shop input {
    padding-right: 2.75rem;
  }

  .fast_chai_footer_info_wrap,
  .fast_chai_footer_primary_nav_wrap,
  .fast_chai_footer_categeory_wrap {
    margin-bottom: 1rem;
  }

  .fast_shop_chai_sbp_grid {
    padding: 0.75rem;
  }

  .fast_shop_chai_pp_wrapper {
    padding: 0.5rem;
  }

  .fast_shop_chai_pp_hero {
    padding: 1rem;
  }

  .fast_shop_chai_pp_hero .fast_shop_chai_pp_content h1 {
    font-size: 1.5rem;
  }

  .fast_shop_chai_pp_hero .fast_shop_chai_pp_content p {
    font-size: 0.875rem;
  }

  .fast_shop_chai_pp_hero .fast_shop_chai_pp_content .fast_shop_chai_pp_tag {
    font-size: 0.5rem;
  }

  .fast_shop_chai_pp_features .fast_shop_chai_pp_feature h3 {
    font-size: 0.75rem;
  }

  .fast_shop_chai_gsp_wrapper {
    padding: 1rem;
  }

  .fast_shop_chai_gsp_card {
    padding: 1rem;
  }

  .fast_shop_chai_gsp_title {
    font-size: 1rem;
  }

  .fast_shop_chai_gsp_desc {
    font-size: 0.75rem;
    line-height: 1.2;
    opacity: 1;
  }

  .fs-share-dropdown {
    right: auto;
  }

  .flex-coupon,
  .btn-main-flex,
  .shipping-fee {
    flex-wrap: wrap;
  }

  .cart-main-check {
    margin-bottom: 1rem;
  }

  .fs-redeem-card {
    flex-wrap: wrap;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_left h2 {
    font-size: 2rem;
  }

  .fast_shop_chai_cams .card h3 {
    font-size: 1rem;
  }

  .fast_shop_chai_cams .card p {
    font-size: 0.825rem;
  }

  .fast_shop_chai_cams .quote {
    font-size: 0.825rem;
  }

  .fast_chai_screen_print_inner a {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .social-title {
    font-size: 2.2rem;
  }

  .social-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .social-quote {
    font-size: 1rem;
  }
}

@media (max-width: 575.99px) {
  .navbar-flex {
    gap: 0.5rem;
  }

  .navbar-btn-m {
    padding: 0.4rem 0.8rem;
  }

  .products-items {
    width: 100%;
  }

  .fast-products-list-flex.card-count-3 .products-items,
  .fast-products-list-flex.card-count-2 .products-items {
    width: 100%;
  }

  .f-nabvar-category .navbar-nav li a.nav-link {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }

  .time_track p,
  .time_track time,
  .policy-content p,
  .policy-content a {
    font-size: 0.775rem;
  }

  .accordioncheckoutform .accordion-button {
    padding: 0.5rem 0.7rem;
    font-size: 0.875rem;
  }

  .main-outer-checkout,
  .tracking_main_wrap_con {
    padding: 0;
    border: none;
  }

  .r-add-leads-main-wrapper-f label,
  .productitles a,
  .productitles p {
    font-size: 0.875rem;
  }

  .accordion-body.form-checkout {
    padding: 1rem;
  }

  .r-add-leads-main-wrapper-f .form-group {
    margin-bottom: 0.5rem;
  }

  .primary_btn,
  .outline_btn {
    padding: 5px 12px;
    font-size: 0.875rem;
  }

  .product-item-list-view h2 {
    font-size: 1rem;
  }

  .fast_shop_page_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .fastshop_privacy_header,
  .fastshop_traking_content_wrap {
    padding: 35px 0;
  }

  .fastshop_privacy_header h5 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .anchor_back_btn {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .title-fats-shop h2 {
    font-size: 1.5rem;
  }

  .title-fats-shop {
    margin-bottom: 2rem;
  }

  .order-details-flex {
    flex-wrap: wrap;
  }

  .powerby {
    margin-bottom: 0.5rem;
  }

  .payment-footer-logo,
  .powerby {
    text-align: center;
  }

  /* Fastshop Prfile */
  .fast_shop_chk {
    text-align: left;
  }

  /* Fastshop Prfile */

  /* Harshad Single ORder Page */
  .fast_shop_thumbnail_gallery {
    flex-direction: column-reverse;
  }

  .fast_shop_small_thumbnail {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .fast_shop_small_thumbnail ul {
    overflow-x: scroll;
    flex-direction: row !important;
  }

  .fast_shop_varaition {
    flex-direction: column;
  }

  .fast_shop_product_information .nav {
    justify-content: flex-start;
  }

  .fast_shop_bread_crumbs ul li a,
  .fast_shop_bread_crumbs ul li,
  .fast_shop_bread_crumbs ul li:last-of-type,
  .fast_shop_bread_crumbs .fast_shop_share_details {
    /* font-size: 14px !important; */
  }

  .fast_shop_row_product_info h1.fast_shop_title {
    font-size: 24px;
  }

  .fast_shop_row_product_info {
    margin-bottom: 12px;
  }

  .fast_shop_ratings ul li {
    font-size: 16px;
  }

  .fast_shop_amount h2.fast_shop_price {
    font-size: 28px;
  }

  .fast_shop_myorder_details .col-md-12,
  .fast_shop_myorder_details .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fast_shop_ship_info span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .fast_shop_ship_info span:nth-child(2) {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .fast_shop_ship_info span:nth-child(3),
  .fast_shop_ship_info span:last-of-type {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .fast_shop_prod_shipping {
    margin-top: 30px;
  }

  .fast_shop_big_thumbnail {
    height: unset !important;
  }

  .fast_shop_amount h2.fast_shop_price .dropdown-hover:hover .dropdown-menu {
    zoom: 70%;
  }

  /* Harshad Single ORder Page */

  .f-nabvar-category .fastshop_category_link {
    font-size: 0.75rem;
  }

  .fast_shop_chai_top_header_inner {
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .fast_shop_chai_top_header_inner p:nth-child(2),
  .fast_shop_chai_top_header_inner p:nth-child(4) {
    display: none;
  }

  .fast_shop_chai_features_section {
    padding: 2.25rem 0;
  }

  .fast_shop_chai_features_head h2 {
    font-size: 1rem;
  }

  .fast_shop_chai_features_section ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .fast_shop_chai_category_header_top {
    flex-wrap: wrap;
  }

  .fast_shop_chai_category_header_top h2 {
    line-height: 2rem;
  }

  .fast_shop_chai_category_header_top p {
    margin-bottom: 1rem;
  }

  .fast_shop_chai_category_section {
    padding: 2.25rem 0 2.25rem 0;
  }

  .fast_shop_chai_slider_footer {
    margin-top: 1rem;
  }

  .fast_chai_featured_product_wrap ul li,
  ul.fast_chai_shop_by_products_wrap li,
  .fast_shop_chai_banner_lft {
    width: 100%;
  }

  .fast_shop_shpin_grid {
    grid-template-columns: 1fr;
  }

  .fast_shop_nav_menus ul {
    flex-wrap: wrap;
  }

  /* .menu_show .fast_shop_nav_menus {
        height: auto;
    }

    .fast_shop_nav_menus {
        top: 3.375rem;
    } */

  .icon-serch-shop {
    font-size: 1.375rem;
  }

  .search-fast-shop input {
    padding: 0.5rem 0.625rem;
    font-size: 1.25rem;
  }

  .fast_shop_by_school_wrap .search-fast-shop input {
    padding-right: 3rem;
  }

  .go-btn-search {
    font-size: 0.75rem;
  }

  .fast_chai_top_nav_wrap {
    gap: 0.5rem;
  }

  .fast_chai_dtf_card_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .fast_chai_dtf_card_icon img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fast_chai_dtf_card_content h3 {
    font-size: 1rem;
  }

  .fast_chai_dtf_card_content p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .fast_chai_dtf_timeline_wrap ul::before {
    top: 2.125rem;
  }

  .fast_chai_dtf_timeline_wrap ul li {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }

  .fast_chai_dtf_section h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .fast_chai_screen_print_inner a {
    color: #2e4892;
    background: var(--color-white);
    padding: 0.5rem 0.875rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .fast_chai_screen_print_inner a img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  .screen_dtf_card h2,
  .screen_dtf_card h3 {
    font-size: 1rem;
  }

  .screen_dtf_card_content {
    flex-wrap: wrap;
  }

  .screen_dtf_lft,
  .screen_dtf_rht {
    width: 100%;
    padding: 1rem;
  }

  .screen_dtf_rht {
    border-top: 1px solid rgba(225, 225, 225, 1);
    border-left: none;
  }

  .quick_payment_heading {
    flex-wrap: wrap;
  }

  .fast_chai_shop_by_section {
    padding: 2rem 0;
  }

  .fast_shop_chai_cams {
    padding: 2rem 0;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_left p {
    font-size: 0.825rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_list div {
    font-size: 0.825rem;
  }

  .fast_shop_chai_cams .card .icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .fast_shop_chai_cams .fast_shop_chai_cams_cards .card {
    padding: 1.25rem;
  }

  .fast_shop_chai_cams .avatar {
    flex: 0 0 auto;
  }

  .fast_shop_chai_cams .user strong {
    font-size: 0.825rem;
  }

  .fast_shop_chai_cams .user span {
    font-size: 0.75rem;
  }

  .fast_chai_dtf_section {
    padding: 2rem 0;
  }

  .fast_chai_screen_print_inner {
    padding: 1rem;
  }

  .fast_chai_screen_print_inner a img {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 320px) {
  .fast_shop_varaition {
    flex-direction: column !important;
  }

  .fast_shop_amount h2.fast_shop_price .dropdown-hover:hover .dropdown-menu {
    zoom: 50%;
  }
}

.refund-request-badget {
  background: #D1E4F9;
  border-radius: 1rem;
  font-size:0.75rem;
  text-align: center;
  padding: 0.15rem 0.5rem;
}

.refunded-badget {
  background: #D9F7DF;
  border-radius: 1rem;
  font-size:0.75rem;
  text-align: center;
  padding: 0.15rem 0.5rem;
}

.chai-tees-order-refund-request {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chai-tees-order-pills {
    gap: 0.75rem;
    padding: 0.5rem;
    width: fit-content;
    border-radius: 3.125rem;
    background: #f5f5f5;
}

.chai-tees-order-pills .nav-link {
    border: 0;
    color: #2f2f2f;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    border-radius: 2.5rem;
    background: transparent;
    transition: all 0.3s ease;
}

.chai-tees-order-pills .nav-link:hover {
    color: #2f2f2f;
}

.chai-tees-order-pills .nav-link.active,
.chai-tees-order-pills .show > .nav-link {
    color: #ffffff;
    background: #2f80ed;
    box-shadow: 0 0.25rem 1rem rgba(47, 128, 237, 0.25);
}

@media (max-width: 575.98px) {
    .chai-tees-order-pills {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .chai-tees-order-pills .nav-link {
        white-space: nowrap;
        padding: 0.875rem 1.5rem;
    }
}

.chai-tees-order-rreq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chai-tees-order-rreq-card {
    padding: 2rem;
    border: 0.0625rem solid #d9d9d9;
    border-radius: 1.25rem;
    background: #ffffff;
}

.chai-tees-order-rreq-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.chai-tees-order-rreq-head-left h3 {
    margin: 0 0 0.5rem;
    color: #2f2f2f;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.chai-tees-order-rreq-head-left p {
    margin: 0;
    color: #7d828f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.chai-tees-order-rreq-head-left p span {
    margin: 0 0.5rem;
}

.chai-tees-order-rreq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    border-radius: 3.125rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1;
}

.chai-tees-order-rreq-pending {
    color: #4d4020;
    background: #f6e8bb;
}

.chai-tees-order-rreq-rejected {
    color: #7d2f2f;
    background: #f7d7d7;
}

.chai-tees-order-rreq-approved {
    color: #2d6a3f;
    background: #d5edd8;
}

.chai-tees-order-rreq-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.chai-tees-order-rreq-left h4 {
    margin: 0 0 1rem;
    color: #7d828f;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.chai-tees-order-rreq-left p,
.chai-tees-order-rreq-right p {
    margin: 0 0 0.875rem;
    color: #7d828f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.chai-tees-order-rreq-left p:last-child,
.chai-tees-order-rreq-right p:last-child {
    margin-bottom: 0;
}

.chai-tees-order-rreq-left p strong,
.chai-tees-order-rreq-right p strong {
    margin-left: 0.5rem;
    color: #2f2f2f;
    font-weight: 500;
}

.chai-tees-order-rreq-right {
    text-align: right;
}

@media (max-width: 991.98px) {
    .chai-tees-order-rreq-card {
        padding: 1.5rem;
    }

    .chai-tees-order-rreq-head {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .chai-tees-order-rreq-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .chai-tees-order-rreq-right {
        width: 100%;
        text-align: left;
    }

    .chai-tees-order-rreq-head-left h3 {
        font-size: 1.5rem;
    }

    .chai-tees-order-rreq-head-left p,
    .chai-tees-order-rreq-left p,
    .chai-tees-order-rreq-right p {
        font-size: 1rem;
    }

    .chai-tees-order-rreq-left h4 {
        font-size: 1.125rem;
    }
}

@media (max-width: 575.98px) {
    .chai-tees-order-rreq-card {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .chai-tees-order-rreq-head-left p span {
        display: none;
    }

    .chai-tees-order-rreq-head-left p {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .chai-tees-order-rreq-badge {
        min-width: auto;
        width: fit-content;
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }
}

.fast_shop_dropdown .ul-fillter-items .icon-refund-request {
      width: 20px;
}

.fast_shop_dropdown .ul-fillter-items li:hover .icon-refund-request {
  filter: brightness(100);
}

.chai-tees-rr-refund-req-md {
    width: 100%;
    font-family: Arial, sans-serif;
}

.chai-tees-rr-refund-req-md * {
    box-sizing: border-box;
}

.chai-tees-rr-refund-req-md__title {
    margin: 0 0 1.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #6b7280;
}

.chai-tees-rr-refund-req-md__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow-y: scroll;
    height: 25rem;
    gap: 0.5rem;
}

.chai-tees-rr-refund-req-md__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem;
    border: 0.0625rem solid #d7d7d7;
    border-radius: 1rem;
    background: #f7f7f9;
    cursor: pointer;
}

.chai-tees-rr-refund-req-md__left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    min-width: 0;
}

.chai-tees-rr-refund-req-md__left input {
    margin: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.chai-tees-rr-refund-req-md__image {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
}

.chai-tees-rr-refund-req-md__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chai-tees-rr-refund-req-md__content {
    min-width: 0;
}

.chai-tees-rr-refund-req-md__content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #2f2f2f;
}

.chai-tees-rr-refund-req-md__content p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #737985;
}

.chai-tees-rr-refund-req-md__content span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #737985;
}

.chai-tees-rr-refund-req-md__qty,
.chai-tees-rr-refund-req-md__price,
.chai-tees-rr-refund-req-md__total {
    min-width: 5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #2f2f2f;
    text-align: center;
}

.chai-tees-rr-refund-req-md__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1.25rem 1.5rem;
    border: 0.0625rem solid #d7d7d7;
    border-radius: 0.75rem;
    background: #f7f7f9;
}

.chai-tees-rr-refund-req-md__footer h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2f2f2f;
}

.chai-tees-rr-refund-req-md__footer span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #2f2f2f;
}

.chai_tees_inv_num {
  background: #F2F2F5;
  border: 1px solid #E1E1E1;
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.313rem 0.875rem;
  border-radius: 0.375rem;
  margin-right: 0.5rem;
}

@media (max-width: 62rem) {

    .chai-tees-rr-refund-req-md__card {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .chai-tees-rr-refund-req-md__qty,
    .chai-tees-rr-refund-req-md__price,
    .chai-tees-rr-refund-req-md__total {
        min-width: auto;
        flex: 1;
    }
}

@media (max-width: 40rem) {

    .chai-tees-rr-refund-req-md__card {
        padding: 1.25rem;
    }

    .chai-tees-rr-refund-req-md__left {
        align-items: flex-start;
        gap: 1rem;
    }

    .chai-tees-rr-refund-req-md__image {
        width: 5rem;
        height: 5rem;
    }

    .chai-tees-rr-refund-req-md__content h4 {
        font-size: 1.25rem;
    }

    .chai-tees-rr-refund-req-md__content p,
    .chai-tees-rr-refund-req-md__content span {
        font-size: 0.9375rem;
    }

    .chai-tees-rr-refund-req-md__qty,
    .chai-tees-rr-refund-req-md__price,
    .chai-tees-rr-refund-req-md__total {
        font-size: 1rem;
        text-align: left;
    }

    .chai-tees-rr-refund-req-md__footer h3,
    .chai-tees-rr-refund-req-md__footer span {
        font-size: 1.125rem;
    }
}


.chai-tees-req-submit {
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    text-align: center;
}

.chai-tees-req-submit * {
    box-sizing: border-box;
}

.chai-tees-req-submit__icon i {
  font-size: 3rem;
  color:#3087E9;
  margin-bottom: 1rem;
}

.chai-tees-req-submit__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #2f80ed;
}

.chai-tees-req-submit__desc {
    margin: 0 auto 1rem;
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3b3b3b;
}

.chai-tees-req-submit__card {
    padding: 1rem;
    border: 0.0625rem solid #d9d9d9;
    border-radius: 0.5rem;
    background: #f8f8fa;
    text-align: left;
}

.chai-tees-req-submit__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.chai-tees-req-submit__row span {
    font-size: 1rem;
    line-height: 1.5;
    color: #4a4a4a;
}

.chai-tees-req-submit__row strong {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.chai-tees-req-submit__status {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999rem;
    background: #f3e4af;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3;
    color: #5b4a1f;
}

.chai-tees-req-submit__divider {
    width: 100%;
    height: 0.0625rem;
    margin: .5rem 0;
    background: #dddddd;
}

.chai-tees-req-submit__items h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #6d7280;
}

.chai-tees-req-submit__item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.chai-tees-req-submit__item-row span,
.chai-tees-req-submit__item-row strong {
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
}

.chai-tees-req-submit__item-row strong {
    font-weight: 600;
}

.chai-tees-req-submit__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.25rem;
}

.chai-tees-req-submit__total h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
}

.chai-tees-req-submit__total strong {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
}

.chai-tees-req-submit__reason {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.chai-tees-req-submit__reason span,
.chai-tees-req-submit__reason strong {
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
}

.chai-tees-req-submit__reason strong {
    font-weight: 600;
}

.school-pta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    background: #2f4698;
    border-radius: 0.375rem;
    padding: .5rem;
}

.school-pta-content {
    display: flex;
    flex-direction: column;
}

.school-pta-text-sm {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.5;
}

.school-pta-title {
    margin: 0;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.school-pta-arrow-btn {
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.school-pta-card:hover .school-pta-arrow-btn i {
      font-size: 1.2rem;
}

.school-pta-arrow-btn i {
  color:#fff;
}

.en-form-control {
  height: 3rem;
}

@media (max-width: 768px) {
  .fast_chai_slider_btn_wrap {
    display: block;
  }

  .fast_chai_slider_btn_wrap .fast_chai_sbs_search {
    margin-bottom: 1rem;
  }
}