/** Shopify CDN: Minification failed

Line 117:18 The "-" operator only works if there is whitespace on both sides

**/
:root {
  --blue: #183883;
  --white: #ffffff;
}
.halo-block-header .title .text {
  z-index: 1 !important;
}
.zipatpdp .ZipCodeRestrict.zipcode_product_page {
  display: flex !important;
  flex-direction: column;
}
.validation_msg {
  order: 2;
}
.validation_msg > div {
  padding-left: 0;
}
.afcd_modal-content {
  right: 50% !important;
  transform: translateX(50%) !important;
}
.afcd_modal-content span.afcd_close img {
  top: unset;
  bottom: unset;
}
.afcd_modal-content span.afcd_close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.afcd_modal-content .afcd_coupon-input button {
  color: var(--white) !important;
  background-color: var(--blue) !important;
}
.afcd_modal-body .afcd_myCouponList .afcd_list-head button {
  color: var(--blue) !important;
}
.size-popup > button {
  background: no-repeat;
  border: transparent;
  text-decoration: underline;
  color: var(--blue);
  font-size: 16px;
}
.af_discount_response.af_stacked_response {
  display: none !important;
}
.cod_popup.hide + script + link + .product-short-desc-wrapper {
  margin-top: 60px;
}

span.avial_cod,
.cod_popup,
.codAvaUpdate {
  /* display: none !important; */
}
.usf-sr-paging .usf-title {
  display: none;
}
.usf-sr-paging .usf-progress {
  display: none !important;
}
.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev {
  text-align: center;
}
.toast-icon-wrapper {
  display: none;
}
/* Login Page */
.login-box .login-description {
  position: relative;
  font-size: 0 !important;
}
.login-description::after {
  content: "Enter your mobile number";
  position: absolute;
  top: 0;
  opacity: 1 !important;
  left: 0;
  right: 0;
  font-size: 20px;
}
.hideBox + .verify-box.step-box-wrapper .login-description:after {
  display: none;
}
/*Side Cart */
.halo-cart-sidebar
  .previewCartItem-price
  .previewCartItem-saving-price
  .before-discount-price {
  order: 1 !important;
}
.halo-cart-sidebar
  .previewCartItem-price
  .previewCartItem-saving-price
  .discounted-price {
  order: 2 !important;
}
.previewCartItem-saving-price > span {
  color: #9f9f9f;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-style: normal;
}
.previewCartItem-content .mincart_itemhalf .previewCartItem-change {
  column-gap: 10px;
  margin-right: 10px;
}
.previewCartItem-content {
  width: calc(100%- 70px) !important;
}
/* Main Cart */
span.cart_mrp_text {
  font-size: 13px;
  font-weight: var(--font-weight-normal) !important;
  color: var(--product-compare-price-color);
  padding-left: 0;
}
.cart-item__price-wrapper .cart-item__discounted-prices dd.flex {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.breacrum_navs li strong {
  text-transform: initial;
}
@media (min-width: 1100px) {
  .productListing.list-unstyled.list-4 li {
    width: 25% !important;
    margin: 0;
  }
}
@media (max-width: 749px) {
  ul.slick-dots > li > button[aria-label="1 of 1"] {
    display: none;
  }
  .quickshop .halo-productView-right dd.price__compare {
    margin-top: 0 !important;
  }
  /*Product Page */
  .productView-price .price.price--medium.price--on-sale .price__sale {
    align-items: center;
  }
  /* Main Cart */
  .cart-item__price-wrapper .cart-item__discounted-prices dd.price.price--end {
    padding-right: 8px !important;
  }
  s.cart-item__old-price.price.price--end {
    display: block;
  }
  .cart-item__price-wrapper .cart-item__discounted-prices dd.flex {
    justify-content: flex-end;
  }
  /* Side Cart */
  .previewCartItem-change .previewCartItem-price {
    width: 90%;
  }
  .price__sale dd.price__compare {
    margin-top: -2px !important;
  }
  .recently-viewed-wrapper .price__sale dd.price__compare {
    margin-top: 0px !important;
  }
  div#predictive-search-results .product-card-layout-02 .card-price .price dd,
  .product-card-layout-02 .price-item .text {
    margin: -5px 5px 0 0;
  }
}
/* Wishlist Page MRP */
.container.wishlistbodycontainer p.price {
  position: relative;
  padding-left: 46px;
}
.container.wishlistbodycontainer p.price::before {
  position: absolute;
  left: 0;
  content: "MRP";
  display: block;
  top: 0;
  bottom: 0;
}
body:has(predictive-search.search-modal__form[open="true"]) {
  overflow: hidden;
}
.breacrum_navs li strong {
  text-transform: initial;
}
@media (max-width: 820px) {
  .card-price .price-item,
  dd.price__compare s.price-item.price-item--regular,
  .card_pro .card-information s.new-price-item--regular {
    font-size: 14px !important;
  }
}
#gk-modal .gk-otp-popup .gk-close {
  display: none;
}
@media (max-width: 767px) {
  s.cart-item__old-price.price.price--end {
    font-size: 11px;
  }
}
/* 16 Jan 2024 For Mobile View Pricing */
@media (max-width: 749px) {
  .template-product
    .price_inclusive
    .price__sale
    dd.price__compare
    s.price-item.price-item--regular {
    font-size: 17px !important;
  }
  .template-product
    .product-details
    .container.productView-container
    .productView-top
    .price_inclusive
    .productView-badge {
    margin-left: 8px;
  }
}
.desktop-new-menu .header__inline-menu + .header__inline-menu {
  display: none;
}

/* if fast bundle app not use then remove this css start */

@media (min-width: 484px) {
  .template-product .rbr-headerImages__container {
    grid-template-columns: repeat(auto-fit, minmax(94px, 1fr)) !important;
  }
}

@media (max-width: 483px) {
  .Bundles .rbr-headerImages__container {
    display: none;
  }

  .template-product .rbr-divider__container,
  .Bundles .rbr-divider__container {
    width: auto;
  }

  .template-product
    .rbr-stn__bundleProducts__container.rbr-stn__bundleProducts__container__modern,
  .Bundles
    .rbr-stn__bundleProducts__container.rbr-stn__bundleProducts__container__modern {
    display: flex;

    flex-wrap: wrap;

    gap: 2px;
  }

  .template-product .rbr-stn__productDetail__container,
  .Bundles .rbr-stn__productDetail__container {
    width: 48%;

    text-align: center;

    display: block;
  }

  .template-product .rbr-stn__productDetail__thumbnail,
  .template-product .rbr-productNamePrice__price__container,
  .Bundles .rbr-stn__productDetail__thumbnail,
  .Bundles .rbr-productNamePrice__price__container {
    margin-bottom: 10px;
  }

  .template-product .rbr-thumbnail-container,
  .Bundles .rbr-thumbnail-container {
    margin: auto;
  }

  .template-product .rbr-stn__productDetail__container,
  .Bundles .rbr-stn__productDetail__container {
    padding: 10px 0;
  }

  .template-product .rbr-productNamePrice__title__container a,
  .Bundles .rbr-productNamePrice__title__container a {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    text-overflow: ellipsis;
  }

  .template-product .rbr-soldOutBadge__container.undefined {
    z-index: 2;
  }
}
/*  if fast bundle app not use then remove this css end */

.footer-block__item.footer-block__column.footer-block__text.text-left:nth-child(4) .footer-block__list-social {
    display: none;
}


/*** product detail page add new section css ***/



  .product_features-details{
    flex-direction: row;
    padding: 10px 40px;
  }
.product_features-details {
  padding-top: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
flex-direction: row;
  flex-wrap: wrap;
}
.product_features-details .mian_feature_img {
    width: 40%;
  }
.product_features-details .other-icon-info {
    margin-top: 70px;
    width: 50%;
  }
.product_features-details .other-icon-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product_features-details .other-icon-info ul li {
  width: 33%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1rem;
  outline: none;
}
.product_features-details .other-icon-info ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  outline: none;
  display: block;
  font-family: Tw Cen MT Std Light,sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}


.product_features-details .other-icon-info ul a img {
  max-width: 40px;
  height: auto;
}
.product_features-details .other-icon-info ul a img {
  max-width: 120px;
  width: 100%; padding:0px;
}
.product_features-details .other-icon-info ul a span {
  display: block;
}

@media screen and (max-width: 767px) {
.product_features-details {padding: 10px 15px;} 
.product_features-details .mian_feature_img{width: 100%;} 
.product_features-details .other-icon-info {margin-top: 0px;width: 100%;}
.product_features-details .other-icon-info ul{padding:0px; margin:0px;}  
.product_features-details .other-icon-info ul a img {
    max-width: 70px;
}
  .product_features-details .other-icon-info ul li {
    width: 24%;
}
.product_features-details .other-icon-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px;
}
.product_features-details .other-icon-info ul a span {
    font-weight: 600;
}
.product_features-details .mian_feature_img img {
  height: auto;
}
  
}



