/** Shopify CDN: Minification failed

Line 8:0 Unexpected "/"
Line 223:0 Unexpected "/"
Line 275:0 Unexpected "/"

**/
/============= Global css start =============/
.shopify-policy__container {
    max-width: 90ch !important;
    margin-bottom: 30px;
}
.wishlist-hero-custom-button .fa-1x {
  font-size: 1.2em;
}
.jss9.wishlist-hero-dyna-translate {
  color: #000;
}
.wishlist-hero-header-icon:hover svg {
    transform: scale(1.07);
    color: #000;
}
a:not([href]) {
  cursor: pointer !important;
}
.cart__checkout-button,
.cart .title-wrapper-with-link a,
.cart .title--primary,
.shopify-policy__title h1,
.shopify-payment-button__button,
.product__form--add-to-cart,
.product-form__submit,
.quick-add__submit {
  text-transform: capitalize;
}
.cart__clear-button {
  width: 100%;
}
#ShopifyChat {
  z-index: 2 !important;
}
svg.wlh-svg-Icon {
  overflow: visible;
}
.facets-container .facets__disclosure {
  margin-right: 2.5rem;
}
.footer-block__brand-info a {
  word-break: break-all;
}
.template-search__header p {
  text-align: center;
}
.icon-with-text img {
  height: 80px!important;
  width: 80px!important;
}
.shopify-policy__title h1 {
  text-align: left;
}
.wishlist-hero-list-card-footer .Mui-disabled .MuiButton-label {
    color: #fff;
    cursor: not-allowed;
    opacity: 0.6;
}
/* .card-wrapper .wishlist-hero-custom-button {
 z-index: 1; 
} */
.collection-list-wrapper .media,
.collection-list-wrapper .card .card__inner .card__media {
  overflow: visible;
}
.header__inline-menu .header__menu-item {
    font-size: 16px;
    font-weight: 600;
}
.wishlist-hero-header-icon svg.wlh-svg-Icon {
    opacity: .8;
    font-size: 21px!important;
}
summary#HeaderMenu-makes:after, summary#HeaderMenu-shop:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -25px;
}
.shopify-policy__container {
    padding-top: 36px;
    padding-bottom: 24px;
}

.product-title .rich-text__blocks {
    max-width: 80%;
}
.product-title .rich-text__blocks h1.rich-text__heading {
    font-size: 30px;
}
.price--on-sale .price__sale {
    margin-bottom: 10px !important;
}

span.price-item.price-item--sale {
    font-size: 2.8rem !important;
    font-weight: 600 !important;
    color: #ff0000;
}
.price span.badge {
    margin-top: 10px;
}
.product-card-wrapper span.price-item.price-item--sale {
    font-size: 2rem !important;
    margin-right: 1rem !important;
}

.slideshow__controls button.slider-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
}

@media screen and (min-width:1920px) {
  .wishlisthero-customer-view-listing .MuiGrid-grid-xl-2 {
    max-width: 25%;
    flex-basis: 25%;
}
}


@media screen and (min-width: 990px) {
    .shopify-policy__container {
        max-width: calc(1000px + 3rem);
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .slideshow__text.banner__box {
    background: rgb(255 255 255 / 75%);
}
}

@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .grid--2-col .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
.image-with-text .grid--2-col-tablet .grid__item {
    width: 100%;
}
.slideshow__text.banner__box {
    max-width: 100% !important;
    min-height: 100%;
    margin-bottom: -1px;
    width: 100%;
}
h2.banner__heading {
    font-size: calc(var(--font-heading-scale) * 4rem);
}
.desktop-image.slideshow__media.banner__media {
    position: relative;
}
.slideshow__text-wrapper.banner__content {
    background: #000;
    padding: 0rem !important;
}
.banner__content.banner__content--middle-left {
    justify-content: center !important;
}
.slideshow__text.slideshow__text--left {
    align-items: center !important;
    text-align: center !important;
}
.slideshow__controls {
    border: 0 !important;
}
}

@media screen and (max-width: 749px) {
div.wishlist-hero-custom-button.wishlisthero-floating button {
    width: 30px !important;
    height: 30px !important;
}
.quick-add__submit {
    width: 30px;
    height: 30px;
}
.wishlist-hero-custom-button .fa-1x {
    font-size: unset;
    width: 1em;
}
.quick-add__submit svg {
    width: 20px;
}
.card-wrapper .quick-add {
    top: 40px !important;
}
.slider-buttons button.slider-button {
    display: none;
}
h2.banner__heading.inline-richtext.h0 {
    font-size: 35px;
}
.banner--mobile-bottom .banner__box {
    padding: 4rem 1.5rem !important;
}
.slider-buttons {
    display: none !important;
}
}


@media screen and (max-width: 525px) {
  .collection-list-wrapper .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .collection-list-wrapper .grid--peek .grid__item,
  .collection .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .collection .grid--peek .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .collection .grid--peek .grid__item {
    min-width: 85%;
}
}
/============= Global css end =============/

/============ Slideshow Css Start ============/
slideshow-component .slideshow__controls {
    border: none;
}
.slideshow__controls .slideshow__autoplay,
.slideshow__controls .slider-counter {
  display: none;
}
/* slideshow-component .banner:after,
slideshow-component .banner__media:after {
  z-index: -1;
} */
/* .slideshow .banner__content {
  z-index: 0;
} */
/* .slideshow .slideshow__controls button.slider-button {
  z-index: 2;
} */
slideshow-component .slider-counter,
.slideshow__autoplay.slider-button {
  display: none;
  z-index: 2;
}
/* .slideshow__controls .slider-button--prev:hover,
.slideshow__controls .slider-button--next:hover {
  background-color: #000000;
} */
slideshow-component .slideshow__controls {
  position: unset;
}
.slideshow__controls .slider-button--prev,
.slideshow__controls .slider-button--next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
.slideshow__controls .slider-button--prev {
  left: 20px;
}
.slideshow__controls .slider-button--next {
  right: 20px;
}
slideshow-component .slider-button--prev .icon,
slideshow-component .slider-button--next .icon {
  width: 25px;
  height: 25px;
  color: #000;
}

/============ Slideshow Css End ============/

*============ Card Product Css Start ============*/
.product-card-wrapper.underline-links-hover:hover a {
    text-decoration: none;
}
.card-wrapper .button:after,
.card-wrapper .button:not([disabled]):hover:after {
  box-shadow: none;
}
.wishlist-hero-custom-button,
.card-wrapper .quick-add__submit {
  background-color: #ede5e5;
  border-radius: 50%;
  min-height: auto;
}
.quick-add__submit span {
  height: 24px;
}
.wishlist-hero-custom-button.wishlisthero-floating:hover {
  background-color: #ede5e5;
}
.product-card-wrapper .card--card .quick-add {
  margin: 0 0rem 1rem;
}
.wishlist-hero-custom-button.wishlisthero-floating,
.card-wrapper .quick-add {
    position: absolute;
    right: 5px !important;
    opacity: 1;
  }
  .card-wrapper .quick-add {
    top: 60px;
  }
  .related-products .quick-add button .icon-cart-empty, .collection .quick-add button .icon-cart-empty {
    min-height: 40px;
    border-radius: 100%;
    box-shadow: #3c40434d 0 1px 2px, #3c404326 0 2px 6px 2px;
    background: #fff;
    width: 40px;
    height: 40px;
  }
/*============ Card Product Css End ============*/


.product__title h1 {
    font-size: 28px;
}
.complementary-slide .wishlist-hero-custom-button.wishlisthero-floating {
    display: none;
}
.complementary-slide .card-wrapper .quick-add {
    top: 0;
}
.complementary-products__container .quick-add__submit {
    padding: 1rem !important;
    min-height: 64px !important;
}
.custom_icon_color{
  color:#ff0000;
}
.collection_title,
.footer-block__heading
{  text-transform:uppercase;
}
.list-menu summary .icon-caret {
    height: 1.0rem;
    top: calc(50% - .4rem);
}