/** Shopify CDN: Minification failed

Line 1324:0 Expected "}" to go with "{"

**/
/* category loop */
.categories-container {
  /* display: flex;
    column-gap: 10px;
    align-items: center; */
  padding: 10px;
}
.category_img {
  border: 2px solid #9d844e;
  /* border-image-slice: 1;
  border-image-source: linear-gradient(
    136.11deg,
    #9d844e 1.38%,
    #a28448 39.39%,
    #ead483 69.69%,
    #f6f2d9 100%
  ); */
  /* padding: 5px; */
  border-radius: 16px;
  text-align: center;
}
.category_text {
  margin: 1px;
  text-align: center;
  color: #000;
  /* line-height: 25px; */
  font-weight: 400;
  font-size: 12px;
}
.category-block {
  max-width: 85px;
  margin-right: 10px;
}
.category-block a {
  text-decoration: none;
}

/* mobile only and small tablet */
@media screen and (max-width: 1024px) {
  .mobile-only {
    display: block !important;
  }
}
.mobile-only {
  display: none;
}

/* Desktop only */
@media screen and (min-width: 1025px) {
  .desktop-only {
    display: block !important;
  }
}
.desktop-only {
  display: none;
}

/* show desktop and mobile */
.show-desktop-mobile {
  display: block;
}
.swiper-scrollbar-drag {
  display: block !important;
  background: #000 !important;
}
.custom-scrollbar-wrapper {
  padding: 10px;
}

.customResultCollection .concern-custom-scrollbar-wrapper {
  padding: 10px;
  /* margin-top: -25px; */
}

.title_tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .title_tabs-wrapper {
    flex-direction: column;
  }
}
.tabs-title {
  font-size: 24px;
}
.customAddToCart {
  background: black;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.customAddToCart:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.customBtn {
  background: #fff;
  color: #000 !important;
  cursor: pointer;
}
.tablist {
  margin-right: 0 !important;
}

.tab-btn {
  background: transparent; 
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  font-family: EuclidCircularB-Bold, sans-serif;
  width: fit-content !important;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-fill-color: #000;
  color: #000;
  letter-spacing: normal;
}

.tab-btn.active {
  border-bottom: 1px solid #000;
}

.card__inner {
  border: 1px solid #000;
}

@media screen and (min-width: 1025px) {
  .collapsible-text-wrapper {
    padding: 80px 40px;
  }
}
.concern-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .concern-content {
    flex-direction: column;
    width: 100%;
  }
}

.variant-input:checked + .variant-label {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: unset !important;
}

.variant-label {
  border: 1px solid #000 !important;
  border-radius: unset !important;
}
.product__title .pdp_title {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .product__title .pdp_title {
    font-size: 18px;
    margin-bottom: 5px !important;
  }
}
.custom-divider {
  display: block !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    136.11deg,
    #9d844e 1.38%,
    #a28448 39.39%,
    #ead483 69.69%,
    #f6f2d9 100%
  );
}

.hiddenContent {
  display: none;
}
.product__description {
  color: #999999;
  text-align: justify;
  font-size: 14px;
}
.product__tax {
}
.type-and-share-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-form__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-form__quantity .quantity {
  /* border: 1px solid #000; */
}
.product-form__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .product-form__buttons {
    gap: 5px;
  }
}
.product-form__submit {
  width: 50%;
}
.product-form__buttons button {
  background-color: #000 !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: 700;
}
.shopify-payment-button {
  width: 50%;
}
.card__heading {
  text-transform: uppercase;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .card__heading {
    /* min-height: 55px;  */
    font-size: 12px;
  }
  button.SizeSwatch {
    line-height: 24px !important;
    font-size: 7px !important;
  }
}

.v-wrapper,
.comboVariantWrapper {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.comboVariantWrapper,
.quick-product__btn {
  margin-top: 0 !important;
}
button.SizeSwatch {
  font-size: 10px;
  color: #000;
  background: #fff;
  line-height: 30px;
  border-radius: 4px;
  padding: 3px 10px;
  border: none;
  font-weight: 400;
  margin-right: 10px;
  border: 1px solid #000;
}
button.SizeSwatch.active_variant {
  color: #fff;
  background: #000;
}
.sale_diff {
  background: linear-gradient(
    136.11deg,
    #9d844e 1.38%,
    #a28448 39.39%,
    #ead483 69.69%,
    #9d844e 100%
  );
  font-size: 16px;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .product_card_price {
  font-size: 14px !important;
} */
.card_price_container {
  margin: 10px 0 !important;
}
.price .price-item {
  margin: 0 !important;
}

.ingredient_info span {
  color: rgba(153, 153, 153, 1);
  font-size: 10px;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media_outer-bx {
  border: 1px solid #9d844e;
  /* border-image-source: linear-gradient(136.11deg, #9D844E 1.38%, #A28448 39.39%, #EAD483 69.69%, #F6F2D9 100%);
    border-image-slice: 1;
    border-image-source: linear-gradient(136.11deg, #9D844E 1.38%, #A28448 39.39%, #EAD483 69.69%, #F6F2D9 100%); */
  border-radius: 10px;
  padding: 10px;
}
.drawer__inner {
  padding: 0 !important;
  border: none !important;
  /* width: 48rem !important; */
}
@media screen and (max-width: 768px) {
  .drawer__inner {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.drawer__header {
  padding: 1.5rem !important;
  background: #000;
}
.drawer__close {
  right: 15px !important;
  top: 6px !important;
}
.drawer__heading {
  color: #fff !important;
  margin: 0 !important;
  font-size: 14px;
}
.drawer__heading span {
  font-size: 10px;
  font-weight: 400;
}
.drawer__header svg path {
  fill: #fff;
}
.header_info {
  padding: 0 1.5rem;
  color: #000 !important;
  background: #f4f4f4 !important;
  font-size: 12px;
}
.footer_info {
  padding: 0 1.5rem;
  background: #f4f4f4 !important;
  color: #000 !important;
}
.cart-item__media {
}
.cart-item__image {
  object-fit: contain;
  height: 100% !important;
  border: 1px solid #9d844e;
  border-radius: 10px;
  padding: 5px !important;

  /* border: 2px solid;
    /* border-image-slice: 1; */
  /* border-image-source: linear-gradient(136.11deg, #9D844E 1.38%, #A28448 39.39%, #EAD483 69.69%, #F6F2D9 100%); */
  /* padding: 5px; */
  /* max-height: 148px !important; */
}
.cart-item {
  border-bottom: 0.5px solid rgba(153, 153, 153, 1);
  padding: 1.5rem 0 !important;
}
.cart-items tbody {
  padding: 1.5rem;
}
.cart-item__name {
  text-transform: uppercase;
}
.quantity__button {
  width: 30px !important;
  height: 30px !important;
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.quantity {
  min-height: 30px !important;
  width: 30px !important;
}
.quantity__input {
  width: 30px !important;
  border: 1px solid #f4f4f4;
}
.cart-item__quantity-wrapper {
  justify-content: space-between;
}
.freeshipping_ScrollBar {
  display: flex;
  align-items: center;
}
.freeshipping_ScrollBar .media-progress {
  width: 100%;
  /* background-image: linear-gradient(136.11deg, #9D844E 1.38%, #A28448 39.39%, #EAD483 69.69%, #F6F2D9 100%);
    background-size: 500px 100%;
    border-radius: 25px; */
  display: inline;
  height: 2em;
  width: 1em;
  margin-right: 10px;
  color: #f0c77f;
  accent-color: currentcolor;
}
.freeshipping_ScrollBar p {
  margin: 0;
  font-size: 12px;
}
cart-drawer-items {
  background: #fff !important;
}
.recommendations {
  padding: 0 1.5rem;
}
.recommendations .card__heading {
  font-size: 8px;
  /* min-height: 100px !important; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommendations .ingredient_info,
.recommendations .quick-product__btn {
  display: none;
}
.recommendations .card__badge {
  display: none;
}
/* .drawer__inner{
    width: 50rem;
} */
@media screen and (max-width: 749px) {
  .sale_diff {
    font-size: 12px;
  }
}
.cart__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 !important;
}
.payment_details_block {
  display: none;
}
.details_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__checkout-button {
  margin: 0 !important;
  background-color: #000;
  color: #fff;
  width: 50% !important;
  font-size: 16px;
  border: 1px solid #000;
}
.drawer__footer {
  background-color: #fff;
  padding: 1.5rem 0 0;
}
.cartTotalBtn {
  width: 50% !important;
  border-width: thin;
  border: 1px solid #999999;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 6px 0;
}
.details_title {
  padding: 0 1.5rem !important;
  background-color: #f4f4f4;
  margin-top: 0 !important;
}
.payment_details_block {
  padding: 1.5rem;
  margin: 0 !important;
}
.cart-drawer .cart-item {
  grid-template: repeat(2, auto) / repeat(3, 1fr) !important;
  gap: 0.3rem !important;
}
.paymentDetails_link {
  text-decoration: underline;
  cursor: pointer !important;
  font-size: 12px;
  color: #999999;
}
.details_title .heading {
  font-size: 14px;
  margin: 0 !important;
  text-transform: uppercase;
}
.sticky-buttons {
  display: none;
}

@media (max-width: 1024px) {
  .sticky-buttons {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
    background: #fff;
  }
}
.cart-item__final-price {
  font-size: 14px !important;
}

.cart-item__details a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.payment_details_wrapper {
  display: flex;
  flex-direction: column;
}
.payment_details_wrapper .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.payment_details_wrapper .column {
  color: #999999;
  font-size: 14px;
}
.cart-drawer .cart-items td {
  padding-top: 0 !important;
}
.recommendation_wrraper .sale_diff {
  display: block;
}
.header__menu-item span {
  font-size: 14px;
}
.header__submenu .header__menu-item {
  font-size: 12px;
}
.bold-text {
  font-weight: 700 !important;
}
.info_txt {
  font-weight: 400;
  line-height: 32px;
}

@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation: 0.75s both fadeInUp;
}
.card--media:not(.related_products) {
  min-width: 200px;
}
.info_type {
  font-size: 8px;
  text-transform: uppercase;
  font-style: italic;
}
.card__information {
  padding: 0 !important;
}
.show {
  display: block !important;
}
.custom-search input {
  background: #fff;
  color: #000;
}
.custom-search label {
  color: #000;
}
.search_icon {
  height: 36px;
  width: 36px;
  z-index: 2;
  position: absolute;
  right: 0;
  padding: 8px 0;
}

.social_icon_title {
  padding-top: 10px;
}
.custom-slide-block {
  /* min-height: 300px; */
}
.custom-slide-block img {
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 1024px) {
  .custom-slide-block {
    /* min-height: 350px;
    max-width: 507px; */
  }
}
@media screen and (min-width: 1600px) {
  .custom-slide-block img {
    /* max-width: 860px; */
  }
}
.mobile-search-wrapper {
  padding: 0 10px 10px;
  background: #000000;
}
.search__input {
  background-color: #fff;
  color: #000;
}
.search_label {
  color: #000;
}
cart-remove-button .button:not([disabled]) {
  color: rgb(var(--color-foreground));
}
.concern-slider .swiper-slide,
.customCollectionTabsContent .swiper-slide,
.customCollectionSlider .swiper-slide {
  min-width: 180px !important;
}
.concern-slider.active {
  display: block;
}
.concern-slider {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sticky-buttons .product-form__submit {
    font-weight: 700 !important;
  }
  .sticky-buttons .button--secondary:after {
    --border-opacity: unset !important;
  }
  .sticky-buttons .shopify-payment-button__button--unbranded {
    padding: 0 2em;
  }
  .product__media img {
    /* max-height: 300px; */
    object-fit: contain;
  }
  .custom-product-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.spand {
  text-decoration: line-through;
}
.mobile-search-wrapper input {
  max-height: 36px;
}

.custom-slider-btns {
  justify-content: space-between !important;
  position: absolute;
  top: 50%;
  height: inherit;
  width: 100%;
}
.custom-slider-btns .icon {
  height: 16px !important;
}
.comboVariant:before,
.comboVariant:after {
  display: none;
}
.image_link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: block !important;
}
.footer_social_icons .footer__list-social.list-social {
  justify-content: left !important;
}
.collection-hero__title {
  font-size: 24px;
  text-align: center;
}
.announcement-bar__message span {
  font-size: 12px;
}
.announcement_bar_wrapper {
  max-height: 40px;
}
.announcement_bar_wrapper .slider-button {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.announcement_bar_wrapper .announcement-bar {
  max-height: 40px;
}
.be__beautiful h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.consent_field {
  padding-top: 2rem;
  display: flex;
  align-items: start;
  font-size: 14px;
}
.consent_field input {
  width: 15px;
}
.consent_field label {
  padding-left: 10px;
  text-align: left;
}
.privacy_info_field {
  padding-top: 30px;
  font-size: 12px;
}
.customSlideshow .swiper-button-next,
.customSlideshow .swiper-button-prev {
  display: block !important;
}

.customSlideshow .swiper-button-next:after,
.customSlideshow .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
/* .concernResultWrapper .swiper-button-next,
.concernResultWrapper .swiper-button-prev {
  display: block !important;
} */
.concernResultWrapper .swiper-button-next:after,
.concernResultWrapper .swiper-button-prev:after {
  font-size: 24px;
  color: #000;
}
.product-grid-container .card--media:not(.related_products) {
  min-width: unset !important;
}
@media screen and(max-width: 1024px) {
  .product-grid-container .facets-container {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #eee;
    width: 100%;
  }
}
.short_info_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  line-height: 24px;
}
.reelUp_slider_heading {
  text-transform: uppercase !important;
}
.img_block_wrapper .img_block {
  max-width: 100vw;
  line-height: 0;
}
.img_block img {
  width: 100vw;
  max-width: 100%;
}
.cta-wrapper {
  background-color: #000;
  color: #fff;
}
.cta-wrapper {
  margin-top: 0;
}
.qr-block {
  background-color: #fff;
}
.text_block h1 {
  color: #fff;
  margin: 0;
  padding-top: 33px;
}
.text_block p {
  max-width: 95rem;
  margin: 0 auto;
  padding-bottom: 20px;
}
.text_qr_block h1 {
  margin: 0 !important;
  color: #fff;
}
.text_qr_block h2 {
  margin: 0 !important;
  color: #fff;
  font-size: 30px;
}
.step_details h3 {
  margin: 0 !important;
  color: #fff;
}
.step_details p {
  font-size: 10px;
  margin: 0;
}

.step_block_wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .step_block_wrapper {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
.counter_text_block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.step_image img {
  border-radius: 20px;
}
.section_title h2 {
  margin: 0;
  padding-top: 33px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.how_it_works_wrapper {
  background-color: #000;
  color: #fff;
}
.step_counter {
  font-size: 80px;
  font-weight: bolder;
}
.golden_button {
  background: linear-gradient(
    90deg,
    #b5a16d,
    #b7a26e 31.05%,
    #d9bd81 45.28%,
    #e7dcad 57.07%,
    #b9a470 76.99%,
    #b8a36f
  );
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-weight: bolder;
}
.cta_link {
  padding: 30px 10px 0px 10px;
}
.ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_block {
  margin: 0 !important;
}
.pdp_ratings {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ratings {
    gap: 2px !important;
  }
  .review_text {
    font-size: 8px;
  }
}
.review_text {
  font-style: italic;
}
.pdp_review_text {
  font-size: 12px;
}
.write_review_text {
  font-size: 12px;
  text-decoration: underline;
  color: #9d844e;
  font-weight: 500;
}

.ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .ratings {
    gap: 2px !important;
  }
}
.review_text {
  font-style: italic;
  font-size: 8px;
}
.pdp_ratings svg {
  height: 18px;
  width: 18px;
}
.gif_qr_block {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
}
.gif_qr_block video {
  padding: 30px;
  border-radius: 40px;
  background: rgb(255, 255, 255, 0.08);
}
.sticky_styler_btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 34px;
}
.sticky_styler_btn span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  padding: 20px 6px;
  transform: rotate(180deg);
  font-size: 12px;
}
.golden_sticky_button {
  background: linear-gradient(
    0deg,
    #b5a16d,
    #b7a26e 31.05%,
    #d9bd81 45.28%,
    #e7dcad 57.07%,
    #b9a470 76.99%,
    #b8a36f
  );
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-weight: bolder;
}
.vto-link-block {
  width: 80%;
  margin: 0 auto;
}
/* register page popup  */
.tandc_container {
  padding: 10px 30px;
}
.last_updated_page {
  padding-top: 20px;
}
.tandc_container .accordion {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.tandc_container .accordion__title {
  margin: 0;
}
.tandc_container .accordion__content {
  padding-top: 20px;
}
.tandc_container .page-info-block a {
  color: #9d844e !important;
}
.tandc_container .accordion__content a {
  color: #9d844e;
}
.card-image-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: block !important;
}

.offers_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer_badge {
  background: linear-gradient(
    90deg,
    #b5a16d,
    #b7a26e 31.05%,
    #d9bd81 45.28%,
    #e7dcad 57.07%,
    #b9a470 76.99%,
    #b8a36f
  );
  padding: 0 20px;
  border-radius: 6px;
  color: #000;
}
.offers_wrapper p,
.offers_wrapper h5,
.offers_wrapper h6 {
  margin: 0;
  color: #000;
}
.offer_badge a,
.customDiscount a {
  text-decoration: none;
  color: #000;
}
.customDiscount {
  background: linear-gradient(
    90deg,
    #b5a16d,
    #b7a26e 31.05%,
    #d9bd81 45.28%,
    #e7dcad 57.07%,
    #b9a470 76.99%,
    #b8a36f
  );
  padding: 2px;
  text-align: center;
  color: #000;
  line-height: normal;
  font-size: 12px;
  text-decoration: none;
}
.WhatsAppButton__root {
  z-index: 9 !important;
  
}

.customSlideshowWrapper {
  display: flex;
  flex-wrap: nowrap;
}
.categoriesSwiperWrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 989px) {
  .facets-container {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #eee;
    left: 0;

    grid-template-columns: 1fr 1fr !important;
    padding: 10px 20px !important;
  }
  .facets_mobile {
    /* padding: 0 !important; */
  }
}
.sticky-div {
  position: sticky;
  top: 83px; /* Adjust as needed */
}
.sticky {
  margin-top: 30px;
}
.utility-bar {
  /* display: none; */
}

/* footer accordion */
.footer_acc_icon {
  display: none;
}
section#cart_collection_drawer {
  padding-left: 15px;
}
section#cart_collection_drawer .swiper-slide {
  padding-right: 6px;
}
section#cart_collection_drawer .swiper-slide:last-child {
  padding-right: 55px;
}

@media screen and (max-width: 749px) {
  span.footer_acc_icon.arrow.arrow-animate {
    transform: rotate(0deg);
  }
  .footer-block__heading {
    cursor: pointer;
  }
  .footer_acc_icon {
    display: inline-block;
    float: right;
    transform: rotate(-180deg);
  }
  .collapse.in {
    display: block;
  }

  .collapse {
    display: none;
  }
  h2.footer-block__heading.inline-richtext.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  span.footer_acc_icon.arrow img {
    max-width: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .stickyOnDesktop {
    min-width: 290px;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    /* padding: 10px; */
    height: 100vh;
    overflow-y: auto;
  }
}

/* footer mail  */

.footer-block__details-content.rte.panel-collapse.collapse a {
    color: rgba(255, 255, 255, 0.75);
    cursor:pointer;
}

/* this is for header icon svg */

@media (max-width:768px){
.cstm_login{
    display:flex !important;
  }

  .icon-track_order a {
    color:#fff !important;
    display:flex;
  }
  .icon-track_order {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
}
}

@media (min-width:768px){
  .icon-track_order{
    display:none;
  } 
  
}

/* new launches and best seller */

.media_outer-bx{
  position:relative;
}

.card_badges {
    position: absolute;
    border: 1px solid;
    padding: 0px;
    margin: 0px;
    top:0.5%;
    left: 3%;
    font-size:10px;
    background:#000;
    line-height:20px;
    border-radius:2px;
    text-align:center;
    color:#fff;
    border-radius:5px;
}

.card_badges span.cstm_badges {
    padding: 5px 4px;
}

/* here i code start for time to read  */



@media(max-width:425px){
 span.time_to_read{
   display:block;
   margin-top:5px;
 } 
}

/* here i end code for time to read  */


/* here i start a css for share on section  */
 .main_cstm_share_button  p.whatsapp_share_social_icon {
    width: 24px;
    padding: 0px;
}
.main_cstm_share_button p.facebook_share_social_icon {
    width: 24px;
    padding: 0px;
}
.main_cstm_share_button p.twitter_share_social_icon {
    width: 24px;
    padding: 0px;
}
.main_cstm_share_button .social_icon_svg_and_link {
    display: flex;
    gap: 15px;
    align-items: center;
}
.main_cstm_share_button .cstm_share_button_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
  .main_cstm_share_button {
    display: flex;
    gap: 20px;
    align-items: center;
}
.main_cstm_share_button .cstm_share_button_icon a {
    color: #000;
}
.main_cstm_share_button .cstm_share_button_icon svg {
    vertical-align: middle;
}
 .main_cstm_share_button h3 {
    font-size: 16px;
    font-weight: 500;
}
/* here i end a css for share on section  */

/* here i start css for footer linking section  */

 .main_footer_linking p a {
    text-decoration: none;
    color: #ffffffbf;
    cursor:pointer;
}
   .main_footer_linking p span{
     color:#fff;
   }
.main_footer_linking h2{
  color:#fff;
  font-weight:600;
  padding-top:30px;
}

  .main_footer_linking{
    background:#000;
  }
  
.main_footer_linking p {
    display: inline;
}

/* here i end css for footer linking section */



.add_cart_button_and_buy_it_now_none{
display:none}

.customAddToCart{
color:#fff !important;}

.customAddToCart:hover{
color:#000 !important;
}

.reelUp_carousel_navigation {
    display: none;



