/** Shopify CDN: Minification failed

Line 323:1 Unexpected "*"

**/


/* ************************Related Categories************************ */

.cc-custom-liquid .container {
    max-width: 1680px;
    padding: 0 48px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cc-custom-liquid h2.h4.section__heading.text-start {
    font-size: 16px;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px 0px 16px;
}
.cc-custom-liquid p.related-category {
    background: #f5f5f5;
    padding: 8px 16px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 0 !important;
}
/* ************************Related Categories***end****************** */

/* ************************Right side deteling********************* */
.cc-main-product .product-info__block {
    margin: 0;
}
.product-main .swym-atw-btn-wrapper {
    margin-bottom: 8px;
}
.cc-main-product h1.product-title.h5 {
    color: #222222;
    font-size: 20px;
    margin: 0;
    line-height: 24px;
}
.cc-main-product .price__current span.js-value {
    color: #000;
    font-size: 16px;
}
.cc-main-product .price__default {
    margin: 8px 0;
}
.cc-main-product .product-policies.text-sm.rte ,.cc-main-product .product-policies.text-sm.rte a {
    color: #BB0000;
}
.cc-main-product .product-policies.text-sm.rte {
    color: #BB0000;
    margin-bottom: 8px;
    font-size: 14px;

}
.product-main .trustshop-summary--rating span.trustshop-review-summary--total {
    font-size: 12px !important;
    color: #666666;
}
.product-main .trustshop-summary--rating  .trustshop-review-summary--average {
    color: #3E3E3E;
}
.product-main .trustshop-summary--rating {
    margin-bottom: 16px;
}
.trustshop-review--summary span.trustshop.trustshop-rating-star--container {
    width: 85px;
    height: 20px;
}
.cc-main-product .opt-label:not([data-swatch]):after{
   background-color: #0000000D ;
   color: #222a32 ;
}
.cc-main-product .opt-btn:checked+.opt-label--btn {
    background-color: #384856;
    color: #fff;
    border: 1px solid transparent;
}
.cc-main-product ul.payment-icons.flex.flex-wrap {
    margin: 30px 0;
}
.cc-main-product .pickup-status {
    color: #384856;
    font-size: 17px;
}
 .main-menu__content nav {
    background: #5D768B;
    height: 37px !important;
}
.cc-main-product ul.payment-icons li:nth-child(10) img {
     min-width: 88px;
  /* border: 1px solid #ddd; */
     border-radius: 4px;
     object-fit: cover;
     height: 23px;
}
/* ************************Right side deteling***end****************** */




@media (min-width: 1024px) {
    .cc-main-product .container{
    padding: 0px 48px;
}
.cc-main-product .product-media, .cc-main-product .product-info{
    padding: 0;
}
    .product-media--slider {
    height: 100%;
    /* max-height: 548px; */
}
.cc-main-product .product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.cc-main-product #product-media {
  position: sticky;
  top: 22px; /* header ke niche */
  flex: 0 0 50%;
  max-width: 50%;
}
.cc-main-product .product-info {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.cc-main-product,
.cc-main-product .container,
.cc-main-product .product {
  overflow: visible !important;
  transform: none !important;
}

.media-viewer__item .media a img {
    border-radius: 0 !important;
}
.cc-main-product button.media-thumbs__btn img {
    border-radius: 0 !important;
}
.cc-main-product media-gallery.media-gallery.relative {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.cc-main-product .product-media {
    border: none;
    border-inline-end: none !important;
}
.cc-main-product .media-gallery__viewer {
    max-width: 80%;
    width: 100%;
}
.cc-main-product .media-gallery__viewer button.media-ctrl__btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.cc-main-product .media-gallery__viewer:hover button.media-ctrl__btn {
     opacity: 1;
     visibility: visible;
}
.cc-main-product .media-gallery__thumbs{
    width: 100%;
    height: 100%;
    max-width: 11.1%;
    max-height: 517px;
    margin-top: 0;
    overflow: auto;
}
.cc-main-product .media-gallery__thumbs ul{
    flex-direction: column;
}
.cc-main-product li.media-thumbs__item {
    margin-inline-end: 0 !important;
}
.cc-main-product .media-gallery__viewer {
    border: none;
    background-color: transparent;
}
.cc-main-product .media-thumbs__btn ,.cc-main-product .media-gallery__viewer {
    /* border: none; */
    background-color: transparent;
}
.cc-main-product .media-gallery__thumbs {
    scroll-snap-type: y mandatory;
}

.cc-main-product .media-gallery__thumbs {
    scroll-snap-align: start;
  }
.cc-main-product .media-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

.cc-main-product .media-gallery__thumbs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
 .cc-main-product .media-gallery__thumbs{
    position: relative;
    width: 100%;
    max-width: 11.1%;
    max-height: 517px;
    overflow-y: auto;
    overflow-x: hidden;

    /* bottom fade */
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 94%,
        rgba(0,0,0,0)
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 94%,
        rgba(0,0,0,0)
    );

    scroll-snap-type: y mandatory;
}

/* scrollbar hide */
.cc-main-product .media-gallery__thumbs::-webkit-scrollbar{
    display: none;
}
.cc-main-product .media-gallery__thumbs{
    scrollbar-width: none;
    -ms-overflow-style: none;
}


  /* *****************right info***************** */
  /* .cc-main-product .product-main .product-info:before{
    position: sticky;
  } */

  .cc-main-product .product-info {
   padding: 0px 5% 0 16%;
}
.cc-main-product .product-info .swym-atw-btn-wrapper.product_title_right-position {
    justify-content: flex-end;
    align-items: self-start;
}
.cc-main-product .atw-button{
    padding: 0;
    margin-top: 6px;
}
 /* .cc-main-product  .disclosure--row { */
    /* background: #f7f7f7; */
    /* background: none;
    border: none;
    border-width: 0px 0;
} */
.cc-main-product .disclosure>summary {
    /* margin: 6px 0 0 1px; */
    /* padding: 24px 19px; */
    padding: 10px 19px;

}
.cc-main-product summary span.disclosure__toggle {
    width: 16px;
    height: 16px;
}
.cc-main-product summary .disclosure__content {
    padding: 0px 19px 16px;
}
.cc-main-product .disclosure__panel.has-motion {
    padding: 0 20px;
}
.cc-main-product .product-info__add-button {
    gap: 20px;
}



 /* *****************Reviews***************** */

.product-main+.shopify-section:not(.product-details):before{
    display: none !important;  /*Reviews boder top none*/

}
 /* *****************Reviews***end*********** */


}
 /* *****************right info***************** */
@media (min-width: 769px) {
    .product-main .product-info:after {
        background: transparent;
    }
}
/* *********************************** */
@media (max-width: 767px) {
  .cc-main-product .product {
    flex-direction: column;
  }

  .cc-main-product #product-media {
    position: static;
    max-width: 100%;
  }

  .cc-main-product .product-info {
    max-width: 100%;
  }
  .cc-main-product ul.payment-icons.flex.flex-wrap {
    margin: 30px 0;
}
.cc-collection-products .price__current {
    font-size: 16px important;
    font-weight: 100 !important;
}
}
****************************