/** Shopify CDN: Minification failed

Line 245:4 Unexpected "3.az-heading"

**/
s.price-item.price-item--regular {
    color: #d35d5d;
}
.icon-with-text__item span.inline-richtext {
    text-align: center;
    font-size: 17px;
}
.color-scheme-7cd50545-4424-4d93-ab29-acd48d55516c{
      color: rgba(var(--color-foreground));
}
.zaib_caption {
    font-size: 16px !important;
    text-transform: capitalize !important;
    margin: 0 !important;
}
.mak-stars-new p {
    margin: 0;
    line-height: 1;
}
.mak-stars-new {
    gap: 1rem;
}
.ai-center {
    align-items: center;
}
.cxs_center{
  text-align:center;
}
.cxs_center h2 {
    margin: 0;
}
.banner__heading {
    font-size: 50px !important;
}
.cus_hdng_clr strong {
    color: #8BAF91;
}
.banner--content-align-left.banner--desktop-transparent .banner__box{
  max-width: 58rem !important;
}
.mak-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.mak_reviews-stars p {
    font-size: 2.4rem;
    color: #F7C500;
}
.zaib_heading {
    margin: 0;
}
.announcement-bar-slider {
  width: 60% !important;
}
.announcement-bar .slider-button .icon {
    stroke: currentColor;
}
.product__accordion.accordion.quick-add-hidden {
    box-shadow: #0000001f 0 1px 3px, #0000003d 0 1px 2px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.rich-text__caption {
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.rich-text__caption{
  margin: 0;
}
.banner__heading {
    margin-top: 0 !important;
}
.header__menu-item span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.header__menu-item span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}
.header__menu-item:hover span:before {
  transform: scaleX(1);
}

/* Apply the hover effect to footer menu items 
.footer-blockdetails-content .list-menuitem--link:hover {
  text-decoration: none !important;
}
.footer-blockdetails-content .list-menuitem--link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer-blockdetails-content .list-menuitem--link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}

.footer-blockdetails-content .list-menuitem--link:hover:before {
  transform: scaleX(1);
}*/






/* .slideshow__controls {
    border: none !important;
}
.slider-button {
    display: none !important;
} */
.slideshow__controls.slideshow__controls--top.slider-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.data-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.image-cus {
  width: max-content;
  line-height: 0;
}
img.img-size {
  width: 70px;
  height: 70px;
  object-fit: cove;
  border-radius: 40px;
}
.aq p {
  margin: 0;
  /* border-bottom: 1px solid gray; */
  padding-bottom: 0px;
  line-height: 20px;
}
.text-svg p {
  margin: 0;
}
.svg-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.svg-size {
  height: 20px;
  width: 18px;
  color: #F7C500;
}

img.img-size-1 {
  width: 100%;
}
.main-flex-slider {
  display: flex;
}

.cus_atc_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cus_qty {
    display: none;
}
.cus_atc_btn {
    width: 100%;
}
.cus_main_atcbtn {
    gap: 1rem;
    font-weight: 600 !important;
    text-transform: capitalize;
}
svg.cus_matc_icn {
    height: 25px;
    width: 25px;
}
.cus_icn_txt{
  font-size: 17px;
}
.slideshow__controls span.dot {
    color: #ffff;
    background: #fff;
}


@media screen and (max-width: 768px) {
.product__title h1 {
    font-size: 28px;
    padding-top: 10px;
}
span.price-item.price-item--regular {
    font-weight: bold;
    font-size: 20px;
}
.cus_icn_txt {
    font-size: 15px;
}
.cus_qty {
    width: 38%;
}
.cus_atc_btn {
    width: 100%;
}
    .main-left-items {
        width: 100% !important;
    }
        .main-flex-tems {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .main-right-imges-outer {
        width: 70% !important;
        margin: 0 auto;
    }
    3.az-heading {
    font-size: 25px;
    margin: 0;
}
.cxs_center h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 25px;
}
.rich-text__text.rte br {
    display: none;
}
.announcement-bar-slider {
    width: 100% !important;
}
.banner__heading {
    font-size: 34px !important;
}
.icon-with-text__item span.inline-richtext {
    text-align: center;
    font-size: 15px;
}
}

