/** Shopify CDN: Minification failed

Line 3512:106 Unexpected "/"
Line 4353:1 Expected "}" to go with "{"

**/
.product-main .product-media {
  margin-top: calc(5 * var(--space-unit));
  margin-bottom: calc(5 * var(--space-unit));
}

.product-details__calc .h4 {
  margin-bottom: 1.1em;
}

@media (min-width: 769px) {
  :root {
    --product-column-padding: calc(8 * var(--space-unit));
    --product-info-width: 47%;
  }
  .shopify-section:not(.product-details) {
    clear: both;
  }
  .product-breadcrumbs .breadcrumbs {
    width: calc(100% - var(--product-info-width));
    padding-inline-end: var(--product-column-padding);
    overflow: hidden;
  }
  .product-breadcrumbs + .product-main .product-media,
.product-breadcrumbs + .product-main .product-info {
    padding-top: 0;
  }
  .product-breadcrumbs + .product-main .product-info::before,
.product-breadcrumbs + .product-main .product-info::after {
    top: calc(-10 * var(--space-unit) - 1em - 2px);
  }
  .shopify-section + .product-main {
    margin-top: -1px;
  }
  .shopify-section + .product-main::before,
.product-details + .shopify-section::before,
.product-main + .shopify-section:not(.product-details)::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-media,
.product-main + .product-details > .container {
    width: calc(100% - var(--product-info-width)); 
    float: left;
    clear: left;
    border-inline-end: 1px solid rgba(var(--text-color)/0.15);
  }
  .product-main .product-media {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-end: var(--product-column-padding);
  }
  .product-main .product-info {
    position: relative;
    width: var(--product-info-width);
    padding: calc(10 * var(--space-unit)) 0;
    padding-inline-start: var(--product-column-padding);
    float: right;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::before, .product-main .product-info::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: -1px;
    width: 1px;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::after {
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-info--sticky {
    min-height: var(--sticky-height, 0);
  }
  .product-info__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    padding-bottom: 0;
  }
  .product-main + .product-details {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .product-main + .product-details > .container {
    max-width: none;
    margin: 0;
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-start: 0;
    padding-inline-end: var(--product-column-padding);
  }
  .product-main + .product-details + .shopify-section::before {
    top: 1px;
  }
  [dir=rtl] .product-main .product-media,
[dir=rtl] .product-main + .product-details > .container {
    float: right;
    clear: right;
  }
  [dir=rtl] .product-main .product-info {
    float: left;
  }
  [dir=rtl] .product-main .product-info::before, [dir=rtl] .product-main .product-info::after {
    right: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  :root {
    --product-column-padding: calc(12 * var(--space-unit));
  }
  .product-main .product-media,
.product-main .product-info {
    padding-top: calc(12 * var(--space-unit));
  }
}

/*------custom-css-start----*/

.cc-image-banner .image-banner {
    display: block;
    padding: 40px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.cc-image-banner .image-banner .image-banner__image {
    height: auto;
    overflow: visible;
    position: relative;
}

.cc-image-banner .image-banner .image-banner__image img {
    position: relative;
    height: auto;
    max-width: 857px;
    margin: 0 auto;
}

.section.cc-product-details {
    margin-top: 0;
    margin-bottom: 50px;
}

.product-details .container {
    max-width: 1200px;
}

/*----faq-section----*/

.shopify-section.cc-faq:before {
    display: none;
}
.shopify-section.cc-faq .section {
    background: #f7e5ff;
    padding: 40px 0 60px;
}

.shopify-section.cc-faq .section .reading-width {
    max-width: 1240px;
}

.reading-width .section__heading {
    color: #5e0d8b;
    font-size: 40px;
    letter-spacing: 0em;
    font-weight: 600;
    text-transform: initial;
    position: relative;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
}
details.disclosure--row {
    border: none;
}

.section .disclosure summary {
    border-bottom: 1px solid #5e0d8b;
    color: #000;
    padding: 15px 25px 15px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    position: relative;
    cursor: pointer; 
    color: #5e0d8b;
}

#main-content .disclosure summary .disclosure__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    position: relative;
    cursor: pointer;
    color: #5e0d8b;
}

#main-content .disclosure summary .disclosure__toggle {
    position: absolute;
    right: 2px;
    top: 17px;
}

#main-content details.disclosure--row .disclosure__content {
    padding: 0;
    margin: 15px 0;
}

#main-content details.disclosure--row .disclosure__content a {
    color: #5e0d8b;
    text-decoration: underline;
  font-weight:600;
}

.section {
    margin: 50px 0;
}

#main-content .container {
    max-width: 1200px;
}

/*---app-reviw-design----*/

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg {
    padding: 0;
    border: none;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-histogram.jdgm-temp-hidden {
    display: none;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__sort-wrapper {
    display: none;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    color: #fff;
    border-color: transparent;
    width: 100%;
    border-radius: 7px;
    box-shadow: none;
    border: none;
    padding: 8px 15px;
    min-width: 130px;
    border: none;
    background: #5e0d8b!important;
    font-weight: 700;
    text-transform: lowercase;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg form.jdgm-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg form.jdgm-form label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg form.jdgm-form input:not([type='submit']) {
    padding: 7px 12px 5px;
    min-height: 2em;
    line-height: 26px;
    color: #000;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg form.jdgm-form textarea {
    padding: 7px 12px 5px;
    border-radius: 0 !important;
    color: #000;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg form.jdgm-form input[type="submit"] {
    color: #fff;
    border-color: transparent;
    width: 100%;
    border-radius: 7px;
    box-shadow: none;
    border: none;
    padding: 11px 15px;
    min-width: 130px;
    border: none!important;
    background: #5e0d8b!important;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 16px;
    cursor: pointer;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars {
    display: inline-block;
    vertical-align: middle;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-left: 5px;
    color: #666;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text a {
    color: rgb(37, 37, 37);
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header {
    float: left;
    width: 25%;
}
.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__content {
    float: left;
    padding-left: 45px;
    width: 75%;
    border-left: 1px solid #ccc;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__actions {
    width: 100%;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__reply {
    width: 100%;
}

.jdgm-rev__content p {
    font-size: 14px;
    color: #000;
}

.jdgm-rev__content .jdgm-rev__title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

#judgeme_product_reviews .jdgm-paginate {
    margin-bottom: 20px;
}

#judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page {
    display: none;
}

#judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page.jdgm-paginate__next-page, #judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page.jdgm-paginate__prev-page {
    display: inline-block!important;
    padding: 9px 30px 10px;
    justify-content: center;
    align-items: center;
    background: #5e0d8b;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: lowercase;
    margin: 0 5px;
    border-radius: 6px;
}

#judgeme_product_reviews a.jdgm-paginate__page.jdgm-paginate__next-page:before {
    content: "Next";
    font-weight: 600;
}

#judgeme_product_reviews a.jdgm-paginate__page.jdgm-paginate__prev-page:before {
    content: "Prev";
    font-weight: 600;
}
.features_description.mobile span {
    color: #5e0d8b!important;
}
.features_description.mobile span a {
    color: #5e0d8b!important;
}
.features_description.mobile a strong{
  color: #5e0d8b!important;
}
main#main-content {
    padding-bottom: 0;
}
.features_description.mobile span {
    color: #5e0d8b !important;
}
.section__heading {
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    color: #5e0d8b;
}
.card__info-inner .card__swatches>.option-item.size>label:first-child {
    background-color: #5e0d8b !important;
}
.products-grid-container ul li .card--product {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.card--product .card__media a.media {
    padding-top: 75%!important;
}

.card--product .card__media a.media img {
    object-fit: contain;
}

.card--product .card__info-container {
    padding: 0 20px 15px;
}

.card--product button.btn.btn--primary {
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 600;
    padding: 10px 15px;
    border: none;
    line-height: 26px;
}


.card--product .card__info-inner {
    text-align: center;
}
.card--product .card__info-inner .flex.grow.items-end {
    justify-content: center;
}

.card--product .card__info-inner .price {
    padding-top: 5px;
    margin-top: 10px;
  font-weight: 600;
}

.card--product .card__info-inner .price:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #5e0d8b;
    display: block;
    margin: 0 auto 7px;
}

.card--product .card__info-inner .price__was {
    color: #a9a9a9;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.card--product .card__info-inner .price__current {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600!important;
}

.card__info-inner .card-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__info-inner .card-reviews .rating .rating__stars {
    font-weight: 500;
    color: #ffa430;
    background: inherit!important;
    -webkit-text-fill-color: inherit;
    letter-spacing: 0;
    font-size: 15px;
}

.card__info-inner .card-reviews .rating__count {
    display: flex;
}

.card--product .product-label-container {
    position: static;
}

.card--product span.product-label.product-label--sale {
    font-size: 17px;
    color: #5e0d8b;
    border-radius: 0 0 10px 10px;
    width: 45px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 10px 5px 5px;
    text-transform: lowercase;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
  font-weight: 600;
}

.card--product .card__info-inner p.text-sm {
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    max-height: 36px;
    min-height: 36px;
    opacity: 1!important;
    line-height: 1.3;
   color: #000;
}


.card--product .card__info-inner .card__title a {
   display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    max-height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 500;
    overflow: hidden;
    color: #000;
}

.card__info-inner .card__swatches {
    justify-content: center;
    border: none!important;
    padding: 0;
    margin: 10px 0;
    align-items: center;
}

.card__info-inner .card__swatches .option-item.size label {
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 8px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: none!important;
    border: 1px solid #5e0d8b;
    opacity: .8;
    color: #5e0d8b;
    margin: 0 2px;
}

.card__info-inner .card__swatches .option-item.size input:checked+label {
    opacity: 1;
    background: #5e0d8b;
    color: #fff;
}

.product-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .88em;
}

.cc-product-recommendations .slider-nav {
    position: static;
    transform: inherit !important;
    top: 0;
    left: 0;
}

.cc-product-recommendations .slider-nav button.slider-nav__btn[name="next"] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -30px;
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    padding: 0;
}

.cc-product-recommendations .slider-nav button.slider-nav__btn[name=prev] {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    padding: 0;
}

.goodness-section .see-full-ingredent {
    margin-bottom: 0;
    color: #5e0d8b!important;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    /* padding-top: 20px; */
    text-decoration: underline;
    padding-bottom: 20px;
  font-weight: 600;
}
.goodness-section .see-full-ingredent i.fa {
    font-size: 20px;
    font-weight: 600;
    padding-left: 0!important;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.goodness-section .full-ingredint-list {
    margin-top: 0;
    color: #5e0d8b;
    padding: 15px 15px 0;
    text-align: center;
    margin-bottom: 25px;
}

.goodness-inside .image_section.how-to-use.detil-page {
    flex-wrap: wrap;
    margin: 0 -15px;
    display: flex;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block {
    width: 33.33%;
    padding: 0 15px;
    margin: 20px 0;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg {
    background: #f7e5ff;
    border-radius: 7px;
    transition: all .5s ease-in-out;
    flex-direction: inherit;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    height: 100%;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;transition: all .3s ease-in-out;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .title h4 {
    font-weight: 600;
    color: #5e0d8b!important;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin: 0;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .title .disclosure__toggle svg path {
    stroke: #5e0d8b!important;
    stroke-width: 2;
}
.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg {
    color: #5e0d8b;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg:hover .title{margin-top: 0;}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg:hover .disclosure__toggle {
    transform: rotate(180deg);
}

.goodness_description {
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg:hover .goodness_description{

height: auto;
    overflow: visible;
    opacity: 1;
  
}

.customer_results .customer_result_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0px  -15px;
}

.customer_results {
    margin: 50px 0;
}

.customer_results .customer_result_outer .result {
    float: left;
    width: 25%;
    padding: 15px;
    text-align: center;
}

.customer_results .customer_result_outer .result>p {
    margin-bottom: 0;
    color: #000;
}

.customer_results .customer_result_outer .result strong {
    font-weight: 600;
    font-size: 40px;
    display: block;
    line-height: 1;
    padding: 10px 0;
    color: #000;
}

.cc-promo-strip .section {
    margin: 0 !important;
    border: none !important;
}

.product .product-media {
    border: none !important;
    border-inline-end: inherit !important;
}

.product-main .product-info .product-title {
    font-size: 24px;
    line-height: 1.3;
    color: #5e0d8b;
    font-weight: 600;
}

.product-main .product-info .advantages {
    color: #000;
    font-size: 16px;
    margin-top: 5px;
}

.product-main .product-info .advantages h2 {
    color: #000;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    /* font-style: italic; */
}

.product-main .product-info .product-info__rating {
    display: flex;
    align-items: center;
}

.product-main .product-info .product-info__rating .rating .rating__stars {
    font-weight: 400;
    color: #ffa430;
    background: inherit!important;
    -webkit-text-fill-color: inherit;
    letter-spacing: 0;
}

.product-main .product-info .product-info__rating .rating__count {
    display: flex;
    gap: 5px;
}

.product-info__price .price {
    font-size: 26px;
    color: #000;
}

.product-info__price .price .price__current {
    font-size: 26px;
}

.product-main .product-info .tooltip {
    position: relative;
    z-index: 11;
}

.product-main .product-info .tooltip .tooltiptext {
    width: 100%;
    background-color: #fff;
    color: #212121;
    text-align: center;
    border-radius: 6px;
    padding: 16px 16px 0;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    box-shadow: 0 4px 16px #0003;
    border-color: #f0f0f0;
    top: 30px;
    left: 0;
    max-width: 410px;
  visibility: hidden;
}

.product-main .product-info .tooltip:hover .tooltiptext {
    visibility: visible;
}

.product-main .product-info .tooltip .tooltiptext .manufacturer-box {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.product-main .product-info .tooltip .tooltiptext .manufacturer-box .manufact-text {
    text-align: left;
    width: 45%;
    color: #878787;
    font-size: 14px;
}

.product-main .product-info .tooltip .tooltiptext .manufacturer-box .manufact-add {
    text-align: end;
    width: 55%;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.product-info__block.product-price {
    margin-bottom: 0;
}

.product-main .product-info .tooltip span.span_taxes {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.product-info__add-button button.btn {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: lowercase;
}
.shopify-payment-button button.shopify-payment-button__button {
    font-size: 17px;
    font-weight: 600;
    /* color: #000; */
    text-transform: lowercase;
}

.new-pincode-outer {
    margin: 20px 0;
}

.new-pincode-outer .delivery-time-infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: 0 -15px;
}

.new-pincode-outer .delivery-time-infos .list {
    flex: 1;
    padding: 0 15px;
}

.new-pincode-outer .delivery-time-infos .list .pincode-image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-pincode-outer .delivery-time-infos .list .expected {
    margin: 0;
    line-height: 1.2;
    color: #000;
    font-size: 15px;
}

.new-pincode-outer .delivery-time-infos .list .pincode-image img {
    max-width: 40px !important;
    min-width: 40px;
}

.new-pincode-outer .delivery-time-infos .list .check-pincode input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.new-pincode-outer .delivery-time-infos .list .check-pincode .check-delivery-submit {
    display: none;
}

.product-main .product-info:before {
    display: none !important;
}

.product-breadcrumbs .breadcrumbs li a {
    color: #5e0d8b;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

#judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page:empty {
    display: inline-block;
    /* color: #252525; */
}

.jdgm-paginate__last-page:before {
    content: "\e006";
    color: #252525;
}

.jdgm-paginate__first-page:before {
    content: "\e004";color: #252525;
}

.cc-product-benifits .best-suited-for {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.cc-product-benifits .best-suited-for .product-type {
    text-overflow: inherit;
    white-space: normal;
    overflow: visible;
    width: 100%;
    max-width: 570px;
    text-align: center;
    padding-top: 0px;
}

.cc-product-benifits .best-suited-for .product-type .title {
    font-weight: 600;
    text-transform: lowercase;
    font-size: 18px;
    color: #5e0d8b;
    margin-bottom: 5px;
}

.cc-product-benifits .best-suited-for .product-type span {
    border-radius: 0;
    color: #5e0d8b;
    font-size: 15px;
    display: inline-block;
    background: #EBE0F0;
    padding: 6px 10px 4px;
    margin: 4px 3px 4px 0;
    line-height: 1;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg {
    flex-direction: column;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .image-wrapper img {
    max-width: 90px;
}
.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .image-wrapper img {
    max-width: 90px;
    transition: all .5s ease-in-out;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg:hover img {
    transform: translateY(-5px);
}

.how_to_use_outer {
    margin: 50px -15px;
    display: flex;
    flex-wrap: wrap;
}

.features_description p {
    color: #5e0d8b!important;
}

.customer_results_title {
    text-align: center;
    margin-bottom: 30px;
    color: #5e0d8b;
    font-size: 28px;
    font-weight: 600;
    text-transform: initial;
    position: relative;
    letter-spacing: 0;
}

.how_to_use_outer .how-to-use-steps-section{
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0px;
  
}

.how_to_use_outer .video {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.how_to_use_outer.videos-cs .how-to-use-steps-section {
    float: left;
    /* width: 60%; */
     width: 100%;
    padding: 0 15px;
    margin-bottom: 0px;
}

.how_to_use_outer.videos-cs .video {
    float: left;
    width: 40%;
    padding: 0 15px;
}

.how_to_use_outer .video .video-sec>div {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
    overflow: hidden;
    border-radius: 20px;
}

.how_to_use_outer .video .video-sec>div iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.how_to_use_outer .how-to-use-steps-section .tab-titble {
    background: rgb(32 95 111 / 15%);
    border: none;
    padding: 15px 40px 15px 20px;
    font-weight: 600;
    color: #5e0d8b !important;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 10px;
}

.how_to_use_outer .how-to-use-steps-section .tab-titble .disclosure__toggle {
    opacity: 1!important;
    width: 20px;
    height: 16px;
    margin-top: 0;
    right: 15px;
    position: absolute;
    top: 50%;
    /* right: 0; */
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.how_to_use_outer .how-to-use-steps-section .tab-titble .disclosure__toggle:before {
    content: "";
    width: 2px;
    height: 14px;
    display: block;
    background: #5e0d8b;
    position: absolute;
    left: 12px;
    top: 0;
    transition: all .3s ease-in-out;
}

.how_to_use_outer .how-to-use-steps-section .tab-titble .disclosure__toggle:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
   background: #5e0d8b;
    position: absolute;
    top: 6px;
    right: 0;
    transition: all .3s ease-in-out;
}

.how_to_use_outer .how-to-use-steps-section .tab-titble.active .disclosure__toggle:before{opacity:0;visibility:hidden;}

.how_to_use_outer .how-to-use-steps-section .tab-titble .disclosure__toggle svg.icon {
    display: none;
}

.how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec {
    padding: 15px;
}

.how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec h4 {
    font-size: 16px;
    font-weight: 500;
    color: #5e0d8b;
    line-height: 28px;
}

.how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec h4 b {
    font-weight: 500;
    color: #5e0d8b;
}

.how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec p {
    color: #5e0d8b;
}

.features_description h4 {
    font-size: 20px;
    font-weight: 600;
    color: #5e0d8b;
    margin-bottom: 12px;
}

.features_description h4 b {
    font-weight: 600;
    color: #5e0d8b !important;
}

.benifit_faqs .section__heading {
    font-size: 28px;
}

.benifit_faqs .disclosure summary {
    background: #fff;
    padding: 15px 40px 15px 15px;
    /* color: #000; */
    border: none;
}

#main-content .benifit_faqs .disclosure summary .disclosure__title {
    color: #000;
  font-weight: 600;
}

#main-content .benifit_faqs .disclosure summary .disclosure__toggle {
    right: 15px;
}

#main-content .benifit_faqs details.disclosure {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,0.08);
}

#main-content .benifit_faqs details.disclosure .disclosure__content {
    padding: 0 15px 15px 15px;
    margin: 0;
}

.benifit_faqs details.disclosure .disclosure__content * {
    color: #5e0d8b !important;
}

#main-content .benifit_faqs details-disclosure:last-child details.disclosure {
    margin-bottom: 0;
}

.features_description ul li {
    padding-left: 30px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #5e0d8b;
}

.features_description ul li:before {
    content: "\f004";
    display: inline-block;
    font: 14px/1 FontAwesome;
    left: 0;
    top: 7px;
    position: absolute;
    color: #5e0d8b;
}

.how_to_use_outer .how-to-use-steps-section .left-content-sec {
    color: #5e0d8b!important;
    padding: 15px;
}

#main-content details.disclosure--row .disclosure__content a {
    color: #5e0d8b;
    text-decoration: underline;
    font-weight: 600;
}

/*---------------media-query-start-----*/

.product-info__block.product-options {
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.product-info .product-options .option-selector .label {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 13px 10px 13px;
    line-height: 1.2;
    border-radius: 5px;
}

.product-info .product-options .option-selector .label {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 13px 10px 13px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 600!important;
    font-size: 14px;
    color: #000;
}

.product-info .product-options .option-selector .label span {
    color: #5e0d8b;
}

.product-info .product-options .option-selector .option-selector__btns label {
    width: 46px;
    height: 46px;
    border-radius: 30px;
    margin-right: 12px;
    margin-top: 12px;
}

.option-selector__btns label[data-swatch]:hover, .option-selector__btns .filter__label[data-swatch]:hover:before {
    border: 3px solid transparent;
   box-shadow: none;
}

.option-selector__btns label[data-swatch], .option-selector__btns .filter__label[data-swatch]:before {
    border: 3px solid transparent;
    box-shadow: none;
    cursor: pointer;
}

.option-selector__btns input:checked+label[data-swatch], .option-selector__btns input:checked+.filter__label[data-swatch]:before {
   border: 3px solid #fff !important;
  box-shadow: 0 0 0 1px #444 !important;
}

.product-info .product-options .option-selector .option-selector__btns {
    margin-top: -5px;
}

.card__info-inner .card__swatches {
    justify-content: center;
    border: none!important;
    padding: 0;
    margin: 10px 0;
    align-items: center;
}

.card__info-inner .card__swatches .option-item {
    min-width: inherit;
    min-height: inherit;
}

.card__info-inner .card__swatches .option-item input.color+label.opt-label.opt-label--swatch.swatch-shape--circle {
    width: 100%;
    min-width: inherit;
    width: 16px;
    display: block;
    max-width: inherit;
    box-shadow: none!important;
    height: 16px;
    border: none;
    background-size: 20px;
    background-position: center;
    position: relative;
    overflow: visible;
    margin: 0 5px;
}

.card__info-inner .card__swatches .option-item input.color+label.opt-label.opt-label--swatch.swatch-shape--circle:after {
    content: "";
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 30px;
}

.card__info-inner .card__swatches .option-item input.color[type=radio]:checked+label.opt-label.opt-label--swatch.swatch-shape--circle:after {
    border: 1px solid #5e0d8b;
}
.card__info-inner .card__swatches span.text-sm {
    font-weight: 600;
    color: #000!important;
    margin-left: 2px;
}

.card__info-inner .card__swatches span.text-sm a {
    color: #000;
}

.card--product .card__info-inner .price {
    margin-top: 0;
}

.customer_results.desktop {
    margin: 0 !important;
}

.product-info__block.product-options fieldset.option-selector.size .label {
    padding: 0;
    border: none;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label {
    width: auto !important;
    height: auto !important;
    border-radius: 30px !important;
    padding: 4px 8px;
    color: #5e0d8b;
    border: 1px solid #5e0d8b;
    line-height: 1.4;
  box-shadow: none !important;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns .opt-btn:checked+label {
    opacity: 1;
    background: #5e0d8b;
    color: #fff;
   border: 1px solid #5e0d8b;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label:after, 
.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label:before{
    display: none;
}

.cc-promo-strip {
    display: none !important;
}

body #main-content {
    font-weight: 400;
}

.product-info__add-to-cart {
    margin-bottom: 20px;
}

#gokwik-buy-now {
    font-weight: 600 !important;
}

.grammage p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #5e0d8b;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

.template-product .product-info span.discount-tag-col {
    background: #5e0d8b!important;
    color: #fff!important;
    min-width: 60px;
    display: inline-block;
    padding: 4px 8px!important;
    line-height: 18px !important;
    font-size: 13px!important;
    text-align: center!important;
    margin-bottom: 3px!important;
    position: relative!important;
    width: auto!important;
    height: auto!important;
    transform: inherit !important;
    border-radius: 0 !important;
  right:0 !important;
  left:0 !important;
  top:0 !important;
}

.template-product .product-info span.discount-tag-col.left:after, .template-product .product-info span.discount-tag-col.left:right{display:none !important;}

.product-info variant-label.block.product-info__block .variant-label {
    display: flex;
    gap: 6px;
}

@media (min-width: 768px) {
  
.product-info__block.product-price .price__was {
    margin-right: 8px;
}

  .features_description.mobile {
    display: block;
}

  .cc-image-banner .section {
    margin-top: 30px;
}

  .product-main .product-info .tooltip {
    margin-top: -8px;
}

  .features_description.desktop h4 {
    font-size: 28px;
}

.shopify-section.cc-faq .section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.benifit_faqs {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.features_description.desktop {
    float: left;
    width: 50%;
    padding-left: 30px;
    max-width: 520px;
    float: right;
}

.cc-image-banner .image-banner {
    padding: 0px 15px 0 15px;
}

  .customer_results_title {
    margin-bottom: 40px;
    font-size: 40px;
}

  .goodness-inside .image_section.how-to-use.detil-page {
    justify-content: center;
}

  .shopify-section+.product-main:before, .product-details+.shopify-section:before, .product-main+.shopify-section:not(.product-details):before {
    display: none !important;
}

.product-main .product-info:before, .product-main .product-info:after {
    display: none !important;
}

  .customer_results.mobile {
    display: none;
}

  .customer_results .customer_result_outer .result strong {
    font-size: 50px;
}

  .section__heading {
    font-size: 50px;
}

.section.cc-product-details .jdgm-widget.jdgm-review-widget {
    display: none;
}

.cc-product-recommendations .carousel .slider {
    overflow: hidden;
    padding-bottom: 10px;
}

}


@media (min-width:1440px) {

.cc-product-recommendations .slider-nav button.slider-nav__btn[name="next"] {
    right:-30px;
   
}

.cc-product-recommendations .slider-nav button.slider-nav__btn[name=prev] {
    left: -30px;
   }
  

#main-content .container {
    max-width: 1270px;
}

.product-details .container {
    max-width: 1270px;
}

}



@media (max-width: 1199px) {

.benifit_faqs .section__heading {
    font-size: 22px;
}

.features_description.desktop h4 {
    font-size: 22px;
}

.features_description.desktop {
    padding-left: 15px;
}

.benifit_faqs {
    padding-right: 15px;
}

}

@media (max-width: 991px) {

  .cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__header {
    float: none;
    width: 100%;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev .jdgm-rev__content {
    float: none;
    padding-left: 0;
    width: 100%;
    border-left: none;
}

  .product-main .product-info{padding-left:0 !important;}

.product-info .product-options .option-selector .option-selector__btns label {
    width: 34px;
    height: 34px;
}


}

@media (max-width: 767px) {

.benifit_faqs {
    padding-right: 0;
}

  .shopify-section.cc-faq .section {
    padding: 30px 0 30px;
}

  .benifit_faqs .section__heading {
    font-size: 24px !important;text-align: center;
}

.reading-width .section__heading {
    text-align: center;
}

  .how_to_use_outer {
    margin-top: 30px;
    margin-bottom: 15px;
}

.features_description.desktop {
    display: none;
}

.how_to_use_outer .how-to-use-steps-section {
    width: 100%;
}

.how_to_use_outer .video {
    width: 100%;
}

.customer_results.desktop {
    display: none;
}

.customer_results .customer_result_outer .result {
    width: 50%;
}

.cc-image-banner .image-banner {
    padding: 0px 15px;
}

.customer_results {
    margin: 20px 0;
}

.section {
    margin: 30px 0;
}

.priceandreview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-main .product-info .product-title {
    font-size: 20px;
}

.product-info__price .price .price__current {
    font-size: 17px;
    padding-right: 0;
    padding-left: 5px;
}

.product-info__price .price .price__was {
    font-size: 16px;
}

.product-main .product-info .product-info__rating {
    margin-bottom: 0;
}

.product-main .product-info .product-info__rating .rating .rating__stars {
    font-size: 15px;
}

.product-main .product-info .product-info__rating .rating__count {
    gap: 3px;
}

.product-info__block.product-price {
    margin-bottom: 0;
    margin-top: 5px;
}

.product-info__block.product-price .product-info__price {
    line-height: 22px;
}

.product-main .product-info .tooltip span.span_taxes {
    width: 100%;
    justify-content: flex-end;
    margin-top: -7px;
}

.product-main .product-info .tooltip {
    width: 100%;
    text-align: right;
}

.new-pincode-outer .delivery-time-infos .list .pincode-image {
    gap: 10px;
}

.new-pincode-outer .delivery-time-infos .list .pincode-image img {
    max-width: 35px!important;
    min-width: 35px;
}

.new-pincode-outer .delivery-time-infos .list .expected {
    font-size: 13px;
}

.new-pincode-outer .delivery-time-infos .list .check-pincode input {
    border-radius: 5px;
    padding: 5px 7px;
    font-size: 14px;
    height: 36px;
}

.section.cc-product-details .jdgm-widget.jdgm-review-widget .jdgm-rev-widg {
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.section.cc-product-details .jdgm-widget.jdgm-review-widget {
    text-align: center;
    margin-bottom: 30px;
}

.section.cc-product-details .jdgm-widget.jdgm-review-widget a.btn {
    padding: 9px 20px 10px;
    justify-content: center;
    align-items: center;
    background: #5e0d8b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
    margin: 15px 5px;
    min-width: inherit;
    margin-right: 30px;
}

.section.cc-product-details .jdgm-widget.jdgm-review-widget a.btn:after {
    content: "\e006";
    font-family: "JudgemeIcons";
    font-weight: bold;
    font-size: 20px;
    padding: 4px;
     position: absolute;
    right: -35px;
    color: #252525;
    top: 4px;
}

.goodness-inside .image_section.how-to-use.detil-page {
    flex-wrap: inherit;
    margin: 0 -15px;
    justify-content: flex-end;
    justify-content: flex-start;
    overflow-x: scroll;
    scrollbar-color: #d5ac68 #f1db9d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    align-items: flex-start;
}

 .goodness-inside .image_section.how-to-use.detil-page::-webkit-scrollbar {height: 5px;}
.goodness-inside .image_section.how-to-use.detil-page::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);border-radius: 5px;background-color: #fff;}
.goodness-inside .image_section.how-to-use.detil-page::-webkit-scrollbar-thumb {height: 5px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);background-color: #fff;border-radius: 5px;}
.goodness-inside .image_section.how-to-use.detil-page::-webkit-scrollbar:vertical {display: none;}

.goodness-inside .image_section.how-to-use.detil-page .image__block {
    padding: 0 8px;
    margin-bottom: 0;
    min-width: 47vw;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .title {
    margin: 10px 0;
}
  
.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg .title h4 {
    font-size: 16px;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg:hover .goodness_description {
    line-height: 1.2;
}

.reading-width .section__heading {
    font-size: 24px;
}

  .customer_results .customer_result_outer .result strong {
    font-size: 35px;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.jdgm-rev-widg__summary {
    float: none;
}

.jdgm-rev-widg__header .jdgm-rev-widg__summary {
    float: none;
    margin-bottom: 20px;
    text-align: center;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-widget-actions-wrapper a.jdgm-write-rev-link{
    line-height: 28px;
    height: 44px;
    border-radius: 5px;
    min-width: 180px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.cc-apps .jdgm-widget.jdgm-widget .jdgm-widget-actions-wrapper {
    float: none;
    text-align: center;
}

.goodness-inside .image_section.how-to-use.detil-page .image__block .image__block_inner-blg {
    padding: 10px;
}

.goodness-section .full-ingredint-list {
    padding: 15px 0px 0;
}

.goodness-section .see-full-ingredent {
    padding-bottom: 0;
}

.section.cc-product-details {
    margin-top: 0;
    margin-bottom: 0;
}

.product-main .product-info .advantages h2 {
    font-size: 14px;
}

.customer_results_title {
    margin-bottom: 10px;
    font-size: 24px;
}

.how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec {
    padding: 15px 0;
}

.product-info__add-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0 !important;
    z-index: 11;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.15);
}

.product-info__add-button button.btn {
    background: #5e0d8b!important;
    color: #fff!important;
    border-color: #5e0d8b!important;
    border-radius: 5px;
}

footer {
    padding-bottom: 60px !important;
}

#main-content .benifit_faqs .disclosure summary .disclosure__title {
    font-size: 16px;
}

.product-info__add-to-cart quantity-input {
    margin-right: 0 !important;
}

#main-content .disclosure summary .disclosure__title {
    font-size: 16px;
}

.product-info .product-options .option-selector .option-selector__btns label {
    width: 34px;
    height: 34px;
 margin-right: 10px;
    margin-top: 10px;
}

.card__info-inner .card__swatches .option-item.size label {
    font-size: 12px;
    padding: 3px 5px;
}

.card--product button.btn.btn--primary {
    font-size: 16px;
    padding: 8px 12px;
    line-height: 24px;
    border-radius: 5px;
}

.card--product .card__info-inner .price__was {
   font-size: 16px;
}

.card--product .card__info-inner .price__current {
    font-size: 16px;
    padding-right: 0 !important;
}

.card--product span.product-label.product-label--sale {
    font-size: 14px;
}

.how_to_use_outer.videos-cs .how-to-use-steps-section {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}
 
}

@media (max-width: 599.98px){

.products-grid-container ul li .card--product {
    border: 1px solid #ccc !important;
}

.cc-product-recommendations .carousel .small__grid {
    --column-gap: 10px;
}

.card--product .card__info-container {
    padding: 0 8px 15px;
}

.card--product .card__media a.media {
    padding-top: 100%!important;
}

.template-product .product-info span.discount-tag-col.left {
    min-width: 50px;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

}

@media only screen and (max-width: 479px){

  .cc-product-recommendations .auto-cols-2 {
    grid-auto-columns: calc((100% - var(--column-gap)) / 1);
}

.goodness-inside .image_section.how-to-use.detil-page .image__block {
    width: 250px;
    min-width: 250px;
}
  
}


.how_to_use_outer .left-content-sec p a, .how_to_use_outer .left-content-sec ul li a, .how_to_use_outer .left-content-sec p a, .how_to_use_outer .left-content-sec a {
    text-decoration: underline;
}

.cart-pusher-outer {
    display: none !important;
}


/*----product-page-sticky-button-remove-css---*/

@media only screen and (max-width: 767px){

.product-info__add-button {
    bottom: 65px;
    padding: 0;
    box-shadow: none;
}

.footer {
    padding-bottom: 108px!important;
}
  
}


/*-----product-rewards-points----*/
@media only screen and (min-width:1200px){
.price--on-sale .price__default span.mrp {
    margin-right: 5px;
}

.product-info .product-info__price .price--on-sale .price__default {
    display: flex;
    align-items: center;
    /* gap: 15px; */
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    justify-content: space-between;
    margin: 0 10px 0 5px;
}

}

@media only screen and (max-width:1199px){

.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    margin-top: 5px;
    justify-content: space-between;
    max-width: 210px;
}

}

@media only screen and (max-width:767px){

.priceandreview {
    display: block;
}

.product-info__price .price.price--on-sale {
    margin-top: 10px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    max-width: 250px;
    margin-top: 15px;
  padding: 5px 10px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price img.plum_plus_price {
    max-width: 65px;
    min-width: 65px;
}

  .product-info .product-info__price .price--on-sale .price__default .discounted-price .disocunt_price {
    font-size: 16px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price sm.sm {
    font-size: 12px;
}

.product-main .product-info .tooltip span.span_taxes {
    justify-content: flex-start;
}
  
}

#judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page.jdgm-paginate__next-page, #judgeme_product_reviews .jdgm-paginate a.jdgm-paginate__page.jdgm-paginate__prev-page {
    width: auto;
}

/*----pdp-image-css----*/

.image_information {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

@media only screen and (min-width:600px){

.image_information .mobile {
    display: none !important;
}
}

@media only screen and (max-width:599px){

.image_information .desktop {
    display: none !important;
}

.image_information .mobile {
    display: block !important;
}

.image_information .mobile img {
    display: block !important;
}
  
}

/*----collection-page-breadcrumb-css-----*/

.container.product-breadcrumbs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-breadcrumbs .breadcrumbs {
    width: 100%;
    padding-right: 0;
}

.product-breadcrumbs .breadcrumbs .breadcrumbs-list__link {
    max-width: 100%;
    white-space: normal;
    overflow: inherit;
}

.product-breadcrumbs .breadcrumbs li a {
    color: #5e0d8b;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
}

.product-breadcrumbs .breadcrumbs li {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
}

@media only screen and (max-width:767px){


.container.product-breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-breadcrumbs .breadcrumbs li a, .product-breadcrumbs .breadcrumbs li {
    font-size: 14px;
}
  
}


.template-product .product-info span.discount-tag-col.aug_rakhi {
    background: #d53d09 !important;
}

/*------off-price-css-----*/


.product-info .product-info__price .price--on-sale .price__default span.mrp {
    color: #000;
}

.product-info__price .price .price__current {
    color: #000;
}
.product-info .product-info__price .price--on-sale .price__default {
    color: #256d1e;
}

@media only screen and (max-width:991px) and (min-width:768px){

  .product-info__price .price {
    font-size: 22px;
}
.product-info__price .price .price__current {
    font-size: 22px;
}
  
}

@media only screen and (max-width:767px){

.product-info__price .price {
    font-size: 17px;
}

}


/*----icon-with-text-css----*/

.icons-with-text carousel-slider .slider__grid .icons-with-text__title strong {
    font-weight: normal;
}

.icons-with-text carousel-slider .slider__grid .icons-with-text__title {
    color: #000;
}

.cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=prev], .cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=next] {
    opacity: 1;
    color: #fff;
}

.cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=prev] svg.icon, .cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=next] svg.icon {
    background: #5e0d8b;
    fill: #fff;
    border-radius: 30px;
    padding: 3px;
    width: 30px;
    height: 30px;
    transform: inherit !important;
}

@media only screen and (min-width:768px){

.cc-icons-with-text div.icons-with-text carousel-slider[disable-mobile="true"] ul.slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 3) / 4);
}
  
}


@media only screen and (max-width:599px){

.cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=prev] {
    left: 10px;
  z-index: 1;
}

.cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[disabled] {
    opacity: 0.4 !important;
}

.cc-icons-with-text div.icons-with-text .carousel button.slider-nav__btn.btn[name=next] {
    right: 10px;
  z-index: 1;
}

.cc-icons-with-text div.icons-with-text carousel-slider[disable-mobile=true] ul.slider__grid {
    display: flex;
    /* flex-wrap: wrap; */
    column-gap: 0;
    align-items: flex-start;
    width: auto;
   margin-left: -10px;
   margin-right: -10px;
}

.cc-icons-with-text div.icons-with-text carousel-slider[disable-mobile=true] ul.slider__grid li.slider__item {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.icons-with-text carousel-slider .slider__grid .icons-with-text__title {
    line-height: 1.2;
    font-size: 11px;
  font-weight: 600;
}


.cc-icons-with-text .section {
    padding: 15px 0;
}

.cc-icons-with-text div.icons-with-text carousel-slider[disable-mobile=true] ul.slider__grid li.slider__item img {
    max-width: 40px;
}
  
}


/*----product-page-new-style----*/


.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    margin: 0 0px 0 15px;
    order: 3;
}

.product-info__price .price .price__current {
    font-size: 21px;
    font-weight: 600;
}

.product-info .product-info__price .price--on-sale .price__default .price__was {
    font-size: 21px;
}

.product-info__price .price {
    font-size: 18px;
}

.product-info__price .price .price__current span.mrp {
    margin-right: 1px;
}

.product-info__block.product-backorder {
    margin: 15px 0;
}

.shopify-section.cc-multi-column .section {
    /* background: #fdf3ff; */
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

.shopify-section.cc-multi-column .section .container {
    background: #fdf3ff;
    padding: 20px 35px;
    max-width: 100% !important;
}

.shopify-section.cc-multi-column .section .section__header {
    margin-bottom: 0 !important;
}

.shopify-section.cc-multi-column .section .carousel .container {
    padding-top: 0;
}

.shopify-section.cc-multi-column .section .carousel .slider {
    padding-bottom: 3px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info {
    background: linear-gradient(180deg, #E805B6 0%, #C736C8 0.01%, #B255D3 0.02%);
    border-radius: 3px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info p {
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 120px;
    text-align: left;
    line-height: 19px;
  font-weight: 600;
}

.shopify-section.cc-multi-column .section .carousel .slider {
    padding-bottom: 3px;
    scrollbar-color: #000 #fff;
}

/* .shopify-section.cc-multi-column .section .carousel .slider {
    padding-bottom: 3px;
    scrollbar-color: #a200ca #f4c6ff;
  scrollbar-color: inherit;
  scroll-snap-type: inherit;
    scrollbar-width: inherit;
}


.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar {height: 10px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);border-radius: 5px;background-color:#f4c6ff;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-thumb {height: 10px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);background-color:#a200ca;border-radius: 5px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar:vertical {display: none;} */

.shopify-section.cc-multi-column .section .carousel .slider-nav {
    display: none;
}

.section.cc-product-details {
    margin-top: 0;
    margin-bottom: 30px;
}

.section.cc-product-details .product-details__block {
    margin-bottom: 0;
}

.section.cc-product-details .product-details__block .tablist__scroller {
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(180deg, #F8F8F8 0%, #F1D8FF 79%);
    border: 1px solid rgba(255, 227, 227, 1);
}

.section.cc-product-details .product-details__block .tablist:after {
    display: none;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab:last-child {
    margin-right: 0;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab {
    min-width: 138px;
    text-decoration: none !important;
    margin-right: 15px;
    font-size: 16px;
    color: #697283;
    font-weight: 600;
    position: relative;
    padding: 10px 10px;
    transition: all .5s ease-in-out;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab[aria-selected=true] {
    color: #64247a;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background: rgba(100, 36, 122, 1);
    border-radius: 12px 12px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
  opacity:0;
  visibility:hidden;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab[aria-selected=true]:after {
  opacity:1;
  visibility:visible;
}

.section.cc-product-details .product-details__block .image_information {
    gap: 30px;
    margin-bottom: 20px;
}

.section.cc-product-details .product-details__block .how_to_use_outer {
    margin: 0 0px 30px 0px;
}

.section.cc-product-details .product-details__block .how_to_use_outer .how-to-use-steps-section {
    padding: 0;
}

.section.cc-product-details .product-details__block .how_to_use_outer .how-to-use-steps-section .col-sm-12.left-content-sec {
    padding: 0;
}


.product-main .product-info .icons-with-text.section {
    padding: 0;
    margin: 0;
}

.product-main .product-info .icons-with-text li.slider__item img {
    max-width: 70px;
}

.product-main .product-info .icons-with-text li.slider__item .icons-with-text__title {
    color: rgba(100, 36, 122, 1);
    font-size: 15px;
    line-height: 1.2;
}
.product-info .best-suited-for {
    margin: 15px 0;
    text-align: center;
}
.product-info .best-suited-for .title, .product-info .key_highlights .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.21px;
    background: #7E0485;
    color: #fff;
    min-width: 158px;
    padding: 4px 10px;
    border-radius: 6px 6px 0 0;
}
.product-info .best-suited-for .product-type, .product-info .key_highlights .product-type {
    background: linear-gradient(0deg, #EEEEEE 0%, #FFA2EA 100%);
    padding: 6px 15px;
    overflow: visible;
    text-overflow: inherit;
    font-size: 16px;
  color: #000;
}
.product-info .best-suited-for .product-type span, .product-info .key_highlights .product-type span{
font-size: 16px;
  color: #000;
  
}

.product-info .key_highlights {
    margin: 15px 0 20px 0;
    text-align: center;
}

.product-info .key_highlights .title {
    background: #8A46C0;
    min-width: 210px;
    padding: 5px 10px;
}

.product-info .key_highlights .product-type {
    background: linear-gradient(0deg, #F8E8FE 0%, #D9AAFF 100%);
}

.product-info .section {
    margin: 20px 0 30px 0;
}

.product-info .section .container {
    padding: 0;
}
.product-info .section.icons-with-text .container {
    padding: 0 15px;
}

.product-info .section .section__header {
    margin-bottom: 5px;
}

.product-info .section .section__header .section__heading {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-info .section .section__header .section__heading:before {
    content: "%";
    background: #64247A;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
}

div#price_container_box ul.slider__grid li.multi-column .card {
    background: none;
}

div#price_container_box ul.slider__grid li.multi-column .card .pack-select {
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    padding: 8px 10px;
    cursor: pointer;
}

div#price_container_box ul.slider__grid li.multi-column .card .pack-select h5 {
    color: #9923E1;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 7px;
  font-weight: 600;
}
div#price_container_box ul.slider__grid li.multi-column .card .pack-select p {
    font-size: 13px;
    line-height: 18px;
    color: #605656;
    margin: 5px 0;
    width: 100%;
    max-width: 80px;
  font-weight: 600;
}
div#price_container_box ul.slider__grid li.multi-column .card .pack-select p {
    font-size: 13px;
    line-height: 18px;
    color: #605656;
    margin: 5px 0;
    width: 100%;
    max-width: 80px;
  font-weight: 600;
}

div#price_container_box ul.slider__grid li.multi-column .card .pack-select p span.old {
    text-decoration: line-through;
}
.section.cc-product-details .product-details__block .how_to_use_outer {
    margin: 0;
}

.section.cc-product-details .product-details__block .image_information {
    margin-bottom: 0;
}

.product-info__block {
    margin: 15px 0;
}

.new-pincode-outer .delivery-time-infos .list .expected {
    color: #490C6F;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label[title="Sold out"] {
    pointer-events: none;
}

div#price_container_box ul.slider__grid li.multi-column .card .pack-select.active {
    border-color: #691088;
}

.product .product-media {
    position: relative;
    overflow: hidden;
}

.product .product-media span.discount-tag-col.left.band.purple.bestseller, .product .product-media span.discount-tag-col.left.band.blue.tranding.yellow, 
.product .product-media span.discount-tag-col.left.band.tranding.pink.new{
    width: auto!important;
    height: auto!important;
    transform: inherit;
    background: linear-gradient(90deg,#9d42cf,#b98fd0e6 52.5%,#c16bf1);
    padding: 6px 11px!important;
    text-transform: lowercase!important;
    font-size: 14px!important;
    line-height: 1;
    border-radius: 10px 0;
  position:absolute;
  top:0;left:0;
  z-index:1;
  color:#fff !important;
}

.product .product-media span.discount-tag-col.left.band.blue.tranding.yellow{background: linear-gradient(90deg,#de108c,#f578c3 48.5%,#de108c 97.5%);}
.product .product-media span.discount-tag-col.left.band.tranding.pink.new{background: linear-gradient(90deg,#494cff,#a5afd2eb 53.5%,#494cff 97.5%);}

.cc-multi-column .carousel .slider li.multi-column .card .card__info {
    position: relative;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info:before {
    content: "";
    display: block;
    width: 30px;
    height: 18px;
    position: absolute;
    left: -15px;
    background: #fdf3ff;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info:after {
    content: "";
    display: block;
    width: 30px;
    height: 18px;
    position: absolute;
    right: -15px;
    background: #fdf3ff;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info .mt-8 {
    margin: 15px 0 0 0;
    font-size: 14px;
   
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info .coupon_data {
    display: flex;
    align-items: center;
    gap: 15px;
}

li.multi-column .card .card__info .coupon_data span.code_cc {
    background: #fff;
    border: 1px dotted #713192;
    line-height: 1;
    padding: 6px 7px;
    color: #490C6F;
}

li.multi-column .card .card__info .coupon_data button.discount-code__btn {
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    color: #fff;
}

/*--sticky-product-css----*/

.template-product .sticky-atc-panel {
    width: 95%;
    max-width: 1240px;
    margin-left: 0;
    margin-right: 0;
    background: #fffafa;
    border-radius: 5px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc {
    padding: 15px 20px;
    background: #fffafa !important;
    border-radius: 8px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__info {
    padding-left: 20px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__info .sticky-atc-panel__heading {
    font-size: 20px;
    line-height: 1.3;
    color: #5e0d8b;
    font-weight: 600;
    margin-bottom: 8px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__info .price .price__default {
    display: flex;
    align-items: center;
    color: #256d1e;
    font-size: 16px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__info .price .price__default .discounted-price {
    order: 3;
    margin: 0 0 0 15px;
}

.template-product .sticky-atc-panel .card__info .price .price__default .price__current {
    font-weight: 600 !important;
    color: #000;
    font-size: 18px;
}

.template-product .sticky-atc-panel .card__info .price .price__default .price__was {
    font-size: 18px;
    margin-right: 8px;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__media img {
    border: 1px solid #ccc;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__buttons {
    padding-right: 0;
}

.template-product .sticky-atc-panel .card.card--sticky-atc .card__buttons .btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    color: #fff;
    background: #5e0d8b;
    border: 1px solid #5e0d8b;
}

.cc-product-regime {
    margin: 0 0 50px 0;
}

.cc-product-regime h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    color: #5e0d8b;
    margin-bottom: 15px;
}

.cc-product-regime regime-slider.carousel .slider .card {
    height: 100%;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
}

.cc-product-regime regime-slider.carousel .slider .card .card__media {
    flex: 0 0 30%;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info {
    flex: 0 0 70%;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info .price__default .discounted-price {
    width: fit-content;
}

.cc-product-regime regime-slider.carousel .slider li.slider__item {
    margin-bottom: 30px;
}


.cc-product-regime .slider li.slider__item span.regime_step {
    text-align: center;
    display: block;
    color: #490C6F;
    margin-bottom: 0px;
    justify-content: center;
    position: absolute;
    background: linear-gradient(90deg, #FFA8EC 0%, #E9DCFF 100%);
    top: 0;
    font-size: 12px;
    z-index: 1;
    left: 0;
    max-width: 154px;
    width: 100%;
    padding: 3px 5px;
    margin-left: 35%;
    border-radius: 0 0 5px 5px;
  font-weight: 600;
}

.cc-product-regime regime-slider.carousel .slider li.slider__item {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 12px;
   position: relative;
}

.cc-product-regime regime-slider.carousel .slider .card {
    height: auto;
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 0;
}
.cc-product-regime regime-slider.carousel .slider .card .card__info p.h6 {
    padding-top: 15px;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info p.h6 a.card-link {
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 500;
    color: #000!important;
    opacity: 1!important;
}

.cc-product-regime .slider .card .card__info .price {
    padding-top: 5px;
  font-weight: 600;
}

.cc-product-regime .slider .card .card__info .price .price__default {
    color: #256d1e;
    font-size: 14px;
}

.cc-product-regime .slider .card .card__info .price .price__current {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600!important;
    color: #000;
}

.cc-product-regime .slider .card .card__info .price .price__was {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
}

.cc-product-regime .slider button.btn {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 600;
    padding: 7px 15px;
    border: none;
    line-height: 22px;
    background: #5e0d8b;
    border-color: #5e0d8b;
    color: #fff;
    width: 100%;
    max-width: 200px;
}

.template-product .sticky-atc-panel {
    display: none !important;
}

.cc-product-regime #regime-recommendations .carousel {
    position: relative;
}

.cc-product-regime #regime-recommendations .carousel>.mb-2.flex.items-center {
    padding-bottom: 60px;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    /* max-width: 875px; */
    margin: 0 auto;
    right: 0;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot {
    /* width: 25%; */
    position: relative;
    font-size: 50px;
    line-height: 25px;
    /* height: 40px; */
    color: #697283;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  outline: none !important;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:before {
    content: "";
    width: 115px;
    height: 1px;
    line-height: normal;
    background: #000;
    display: block;
    /* position: absolute; */
    left: 0;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:first-child:before{display:none;}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:after {
    font-size: 15px;
    line-height: normal;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot.active{color:#64247A;}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot.active:after{color:#000;}

.cc-product-regime .products-grid-container {
    text-align: center;
}

.cc-product-regime #regime-recommendations .carousel {
    text-align: left;
}
.cc-product-regime .products-grid-container button#regime_Atc {
    margin-top: 20px;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 600;
    padding: 10px 25px;
    border: none;
    line-height: 26px;
    background: #5e0d8b;
    color: #fff;
    border-radius: 9px;
    border: 1px solid #5e0d8b;
    margin-bottom: 20px;
}

@media only screen and (min-width:769px){

.cc-product-regime regime-slider.carousel .slider ul.slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 2.5);
}

.template-product .sticky-atc-panel {
    z-index: 999;
}

  .new-pincode-outer .delivery-time-infos .list:first-child {
    padding-right: 0;
}
 .product-main .product{
    padding-top: 40px !important;
}

.product .product-media, .product-main .product-info {
    padding-top: 0 !important;
}

}


@media only screen and (min-width:600px){

.product-info .consult_text {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-info .consult_text p {
    margin: 0;
}
  
.product-info .consult_text p a {
    font-size: 15px;
    line-height: 1.7;
    display: block;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    padding-right: 0;
    text-align: center;
}

.product-info .consult_text .consulticon {
    width: 52px;
    height: 52px;
    background: #25d366;
    color: #fff;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

}

@media only screen and (min-width:768px){

.product-info__block.buy_buttons_pdp {
    display: flex;
    align-items: flex-start;
}

.product-info .consult_text {
    margin-left: 15px;
}

.product-info__block.buy_buttons_pdp product-form {
    /* width: 100%; */
    flex: 1;
}

.product-info__block.buy_buttons_pdp {
    margin: 15px 0 !important;
}

.product-main .product-info .icons-with-text.section {
    padding: 10px 0;
    background: #fffafa;
}
  
.section.cc-product-details .product-details__block {
    padding-top: 20px;
}
.product-info .product-info__block.product-info__title {
    margin-top: 5px;
}
.product-info variant-label.block.product-info__block {
    margin-bottom: 0;
}

  
.product-info__add-button button.btn {
    color: #fff;
    background: #5e0d8b;
    border-color: #5e0d8b;
}

.product-main .product-info .mobile {
    display: none;
}

.product-main .product-info .icons-with-text ul.slider__grid {
    column-gap: 15px;
    grid-auto-columns: calc((100% - 15px* 3) / 4);
}

.section.cc-product-details .product-details__block button#expandbtn {
    display: none;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info {
    width: 100%;
    max-width: 310px;
    border-radius: 3px;
    padding: 19px 15px;
}

.cc-multi-column .carousel .slider li.multi-column .card {
    justify-content: center;
    align-items: center;
    background: none !important;
}
  
.customer_results .customer_result_outer .result strong, .section__heading {
    font-size: 30px;
}

div#price_container_box ul.slider__grid {
    grid-auto-columns: calc((100%) / 3);
    gap: 0;
}

div#price_container_box ul.slider__grid li.multi-column {
    /* width: calc(100% - 18px); */
    padding: 7px 7px 0 7px;
}

div#price_container_box {
    margin-left: -7px;
    margin-right: -7px;
}

}

@media only screen and (min-width:1400px){

.shopify-section.cc-multi-column .section {
    max-width: 1270px;
}

}

@media only screen and (max-width:1199px){

  .cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:after {
    font-size: 14px !important;

}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:before {
    width: 95px;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots {
    gap: 20px;
}

.product-info .section.icons-with-text .container {
    padding: 0;
}

.icons-with-text carousel-slider .slider__grid .icons-with-text__title strong {
    font-size: 13px;
}

.product-info .best-suited-for .product-type, .product-info .key_highlights .product-type {
    font-size: 14px;
}

.product-info .best-suited-for .product-type span, .product-info .key_highlights .product-type span {
    font-size: 14px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    margin: 0 0px 0 10px;
}

.new-pincode-outer .delivery-time-infos .list .expected {
    font-size: 13px;
}

}

@media only screen and (max-width:1199px) and (min-width:769px){

.product-main .product-info {
    padding-left: 15px;
}

}

@media only screen and (max-width:1023px) and (min-width:769px){

.product-info .product-info__price .price--on-sale .price__default {
    flex-wrap: wrap;
    row-gap: 4px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price {
    margin: 0 0px 10px 0px;
    order: 3;
}

.product-info .consult_text p a {
    font-size: 13px;
}

.product-info .consult_text .consulticon {
    width: 42px;
    height: 42px;
    font-size: 26px;
}

}

@media only screen and (min-width:600px){
.section.cc-product-details .product-details__block button#expandbtn {
    display: none;
}
  
}

@media only screen and (max-width:1199px){
.product-info .product-info__price .price--on-sale .price__default {
    display: flex;
    align-items: center;
}

}

@media only screen and (max-width:991px){

  .cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:after {
    font-size: 12px !important;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot {
    gap: 5px;
}
 
.cc-product-regime #regime-recommendations .carousel .slider-dots {
    gap: 10px;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:before {
    width: 75px;
}

.cc-product-regime #regime-recommendations .carousel>.mb-2.flex.items-center {
    padding-bottom: 45px;
}

}

@media only screen and (max-width:767px){

.cc-product-regime {
    overflow: hidden;
}

.cc-product-regime .products-grid-container button#regime_Atc {
    font-size: 15px;
    padding: 7px 15px;
}

.cc-product-regime #regime-recommendations .carousel>.mb-2.flex.items-center {
    padding-bottom: 30px;
}


.cc-product-regime #regime-recommendations .carousel .slider-dots {
    gap: 6px;
    justify-content: space-between;
    white-space: nowrap;
    top: 41px;
    overflow-x: scroll;
    overflow-y: hidden;
  scrollbar-color: #fff #fff;
        scrollbar-width: thin;
        -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot {
    font-size: 36px;
    line-height: 23px;
     gap: 4px;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:before {
    width: 45px;
}

.cc-product-regime #regime-recommendations .carousel .slider-dots button.slider-dot:after {
    font-size: 11px !important;
}
  
.product-info__block.buy_buttons_pdp {
    margin: 0;
}

.product-info__block.buy_buttons_pdp .product-info__add-to-cart {
    margin: 0;
}

  .product .product-media .desktop {
    /* display: none; */
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
}

.product-info__block .consult_text.desktop {
    display: none !important;
}

.cc-product-regime h2 {
    font-size: 21px;
    margin-bottom: 5px;
}

.cc-product-regime {
    margin: 0 0 20px 0;
}

  .cc-product-regime regime-slider.carousel .slider ul.slider__grid{
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 1.2);
    gap: 12px;
}

.cc-product-regime .slider li.slider__item span.regime_step {
    max-width: 100px;
    width: 100%;
    padding: 2px 5px;
}

.cc-product-regime .slider .card .card__info .price .price__default {
    font-size: 12px;
}

.cc-product-regime .slider .card .card__info .price .price__current {
    font-size: 15px;
    padding-right: 2px;
}

.cc-product-regime .slider .card .card__info .price .price__was {
    font-size: 13px;
    margin-right: 4px;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info p.h6 {
    padding-top: 11px;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info p.h6 a.card-link {
    max-height: 37px;
    min-height: 37px;
    font-size: 15px;
}

.cc-product-regime regime-slider.carousel .slider .card .card__info {
    padding-left: 10px;
}

}

@media only screen and (max-width:767px) and (min-width:600px){

.product-main .product-info .icons-with-text.section ul.slider__grid {
    display: flex;
    /* gap: 10px; */
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.product-main .product-info .icons-with-text.section {
    padding: 8px 15px;
    margin-bottom: 20px;
    background: #fffafa;
}

.product-info__block.product-options {
    margin-top: 15px;
    margin-bottom: 5px!important;
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.product-info .consult_text p {
    text-align: right;
    margin: 0;
}

 .product-info .consult_text p a {
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    color: #000;
    text-decoration: underline;
    padding-right: 30px;
    text-align: center;
}

.product-info .consult_text a.consulticon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #25d366;
    color: #fff;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 2px 4px #0003;
}

.product-info .consult_text {
    display: inline-block;
    width: 45%;
    padding-left: 10px;
    margin-left: -4px;
    position: relative;
    padding-right: 6px;
    vertical-align: middle;
    margin-top: 20px;
}

.product-info .section {
    margin: 20px 0 10px 0;
}

div#price_container_box.slider {
    padding-bottom: 15px;
    scrollbar-color: #a200ca #f4c6ff;
    scroll-snap-type: inherit;
    scrollbar-width: inherit;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

div#price_container_box ul.slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 2.5);
    width: inherit;
    column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}

div#price_container_box.slider {
    padding-bottom: 15px;
    scrollbar-color: #a200ca #f4c6ff;
    scroll-snap-type: inherit;
    scrollbar-width: inherit;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
div#price_container_box.slider::-webkit-scrollbar {height: 7px;}
div#price_container_box.slider::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);border-radius: 0px;background-color:#f4c6ff;}
div#price_container_box.slider::-webkit-scrollbar-thumb {height: 7px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);background-color:#a200ca;border-radius: 5px;}
div#price_container_box.slider::-webkit-scrollbar:vertical {display: none;}


.shopify-section.cc-multi-column .section {
    padding: 0;
}

.shopify-section.cc-multi-column .section .container {
    padding: 15px;
    max-width: 100%!important;
}
.shopify-section.cc-multi-column .section .carousel .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

.shopify-section.cc-multi-column .section .carousel .container .container {
    padding-left: 0;
}

.shopify-section.cc-multi-column .section .carousel .slider .slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 2.5);
    width: inherit;
    column-gap: 10px;
    padding-left: 5px;
}

.shopify-section.cc-multi-column .section .carousel .slider {
    padding-bottom: 3px;
    scrollbar-color: #a200ca #f4c6ff;
    scroll-snap-type: inherit;
    scrollbar-width: inherit;
}

.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar {height: 10px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);border-radius: 5px;background-color:#f4c6ff;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-thumb {height: 10px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);background-color:#a200ca;border-radius: 5px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar:vertical {display: none;} */

  
}
  
@media only screen and (max-width:599px){

  .template-product #sy-whatshelp {
    bottom: 115px!important;
}

.product-info__block.product-info__title .advantages {
    color: #000;
    font-size: 16px;
    margin-top: 5px;
}

.product-info__block.product-info__title .advantages h2 {
    color: #000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.product-info__block.product-info__title {
    padding-top: 15px;
}
.product-info__block.product-info__title .product-title {
    font-size: 20px;
    line-height: 1.3;
    color: #5e0d8b;
    font-weight: 600;
    margin: 0;
}

.product-info__block.product-options fieldset.option-selector.size {
    margin: 0;
}

.product-info__block.product-options {
    margin-top: 15px;
    margin-bottom: 5px!important;
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label {
    padding: 3px 8px;
    font-size: 13px;
    margin-right: 5px;
    min-width: 50px;
}

.product-info .consult_text p {
    text-align: right;
    margin: 0;
}

.product-info .consult_text p a {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    padding-right: 34px;
    text-align: center;
}

.product-info .consult_text {
    display: inline-block;
    width: 45%;
    padding-left: 10px;
    margin-left: -4px;
    position: relative;
    padding-right: 0px;
    vertical-align: middle;
    margin-top: 20px;
}

.product-info .consult_text a.consulticon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #25d366;
    color: #fff;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.product-info__block.product-backorder {
    margin: 0 !important;
}

.product-info .best-suited-for .title, .product-info .key_highlights .title {
    font-size: 14px;
    min-width: 121px;
}

.product-info .key_highlights .title {
    min-width: 160px;
}
.product-info .best-suited-for .product-type, .product-info .key_highlights .product-type, .product-info .best-suited-for .product-type span, .product-info .key_highlights .product-type span {
    font-size: 13px;
}
.product-main .product-info .icons-with-text.section ul.slider__grid {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.product-main .product-info .icons-with-text.section {
    background: #FFFAFA;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.product-main .product-info .icons-with-text li.slider__item .icons-with-text__title {
    font-size: 12px;
    line-height: 1.2;
}

.product-main .product-info .icons-with-text li.slider__item .icons-with-text__title strong {
    font-size: 12px;
}

.product-main .product-info .icons-with-text li.slider__item img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab:after {
    height: 7px;
}

.section.cc-product-details .product-details__block .tablist {
    overflow: visible;
}

.section.cc-product-details .product-details__block .tablist__scroller {
    white-space: normal;
    margin-left: -15px;
    margin-right: -15px;
  overflow: hidden;
}

.section.cc-product-details .product-details__block .tablist__scroller button.tablist__tab {
    min-width: 86px;
    margin-right: 0;
    font-size: 15px;
}

.section.cc-product-details .product-details__block .image_information {
    gap: 20px;
}

.section.cc-product-details .product-details__block {
    text-align: center;
    position: relative;
}

.section.cc-product-details {
    overflow: hidden;
}

.section.cc-product-details .product-details__block #expandtab:after {
    content: "";
    background: linear-gradient(180deg, #E1DAFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 85px;
    transform: rotate(180deg);
}

.section.cc-product-details .product-details__block button#expandbtn {
    position: relative;
    z-index: 1;
    bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.6px;
    text-transform: lowercase;
    color: #490C6F;
}

.section.cc-product-details .product-details__block button#expandbtn:after {
    content: "";
    background: url('/cdn/shop/files/expend-text-more.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 32px;
    height: 15px;
    vertical-align: middle;
    margin-left: 7px;
}

.section.cc-product-details .product-details__block div[role="tabpanel"] {
    text-align: left;
    max-height: 350px;
    overflow: hidden;
}

.section.cc-product-details .product-details__block 
 .readmore div[role="tabpanel"] {
    max-height: inherit;
    overflow: visible;
}

.section.cc-product-details .product-details__block #expandtab.readmore:after {
    opacity: 0;
    visibility: hidden;
}
  
.section.cc-product-details .product-details__block #expandtab:has(#expandbtn[style*="display: none"]):after{
  display: none;
}
  
.section.cc-product-details .product-details__block #expandtab.readmore button#expandbtn {
    bottom: 0;
    margin-top: 10px;
}

.shopify-section.cc-multi-column .section .container {
    padding: 15px 15px;
    max-width: 100%!important;
}

.section__heading {
    font-size: 22px;
}

.shopify-section.cc-multi-column .section .carousel .container .container {
    padding-left: 0;
}

.shopify-section.cc-multi-column .section {
    padding: 0 0px;
}

.shopify-section.cc-multi-column .section .carousel .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

  .shopify-section.cc-multi-column .section .carousel .slider .slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 1.5);
    width: inherit;
    column-gap: 15px;
    padding-left: 5px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info {
    padding: 20px 15px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info p {
    font-size: 14px;
}

.cc-multi-column .carousel .slider li.multi-column:last-child {
    width: 100%;
    border-width: 5px;
}

.shopify-section.cc-multi-column .section .carousel .slider {
    padding-bottom: 3px;
    scrollbar-color: #a200ca #f4c6ff;
  /* scrollbar-color: inherit; */
  scroll-snap-type: inherit;
    scrollbar-width: inherit;
}


.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar {height: 7px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);border-radius: 0px;background-color:#f4c6ff;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar-thumb {height: 7px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);background-color:#a200ca;border-radius: 5px;}
.shopify-section.cc-multi-column .section .carousel .slider::-webkit-scrollbar:vertical {display: none;}

div#price_container_box ul.slider__grid {
    grid-auto-columns: calc((100% - var(--column-gap)* 2) / 2.5);
    width: inherit;
    column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}

div#price_container_box.slider {
    padding-bottom: 15px;
    scrollbar-color: #a200ca #f4c6ff;
    scroll-snap-type: inherit;
    scrollbar-width: inherit;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
div#price_container_box.slider::-webkit-scrollbar {height: 7px;}
div#price_container_box.slider::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);border-radius: 0px;background-color:#f4c6ff;}
div#price_container_box.slider::-webkit-scrollbar-thumb {height: 7px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);background-color:#a200ca;border-radius: 5px;}
div#price_container_box.slider::-webkit-scrollbar:vertical {display: none;}

div#price_container_box ul.slider__grid li.multi-column:last-child {
    width: 100%;
    border-width: 5px;
}
.product-info .section {
    margin: 20px 0 20px;
}

.product-info .best-suited-for {
    margin: 0px -15px;
    text-align: center;
    background: #fff;
    padding: 12px 0;
}

.product-info .key_highlights {
    margin: 0px -15px 0px;
    text-align: center;
    background: #fff;
    padding: 3px 0 15px 0;
}

.cc-main-product.product-main {
    background: linear-gradient(90deg, #FFF3FD 0%, #FFFBFF 100%);
}

.new-pincode-outer {
    margin: 0 -15px;
    background: #fff;
    padding: 5px 15px 20px;
}

.product-info__block.product-options fieldset.option-selector.size .label {
    background: none;
}

.product-info__block.product-options {
    margin-bottom: 15px!important;
}

.product-info .consult_text {
    margin-top: 35px;
}

.product-info__price .price .price__current {
    font-size: 15px;
    padding-left: 0;
}

.product-info .product-info__price .price--on-sale .price__default .price__was {
    font-size: 15px;
    margin: 0 5px;
}

.product-info__price .price {
    font-size: 13px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price .disocunt_price {
    font-size: 14px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info:after {
    width: 24px;
    height: 14px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info:before {
    width: 24px;
    height: 14px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info p {
    width: 100%;
    max-width: 100%;
}

.new-pincode-outer .delivery-time-infos .list:first-child {
    padding-right: 0;
    max-width: 55%;
    padding-left: 15px;
}

.new-pincode-outer .delivery-time-infos .list .pincode-image svg {
    width: 40px;
    /* height: 32px; */
}

  .new-pincode-outer .delivery-time-infos .list {
    padding: 0 15px 0 10px;
    max-width: 45%;
}

  .new-pincode-outer {
    padding: 12px 15px 15px;
}

  .cc-product-regime h2 {
    font-size: 21px;
}

.cc-product-regime {
    margin: 0 0 20px 0;
}

.cc-product-regime .slider{

 width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
  
}
  
}


@media only screen and (max-width:380px){

.product-info .product-info__price .price--on-sale .price__default .price__was {
    font-size: 13px;
    margin: 0 3px;
}

.product-info__price .price .price__current {
    font-size: 13px;
    padding-left: 0;
}

.product-info__price .price {
    font-size: 12px;
}

.product-info .product-info__price .price--on-sale .price__default .discounted-price .disocunt_price {
    font-size: 13px;
}

li.multi-column .card .card__info .coupon_data button.discount-code__btn {
    font-size: 13px;
}

.cc-multi-column .carousel .slider li.multi-column .card .card__info .coupon_data {
    gap: 12px;
}

}

@media only screen and (max-width:369px){

.product-main .product-info .icons-with-text li.slider__item .icons-with-text__title strong {
    font-size: 11px;
}

.product-main .product-info .icons-with-text.section ul.slider__grid {
    gap: 5px;
}

.product-info__block.product-options fieldset.option-selector.size .option-selector__btns label {
    font-size: 11px;
}

.cc-product-regime .products-grid-container button#regime_Atc {
    font-size: 14px;
    padding: 5px 5px;
    width: 100%;
}

}

/*-----badge-css---*/

.product .product-media span.discount-tag-col.right.blue {
    position: absolute;
    background: #5e0d8b;
    color: #fff;
    line-height: normal;
    font-size: 12px;
    border-radius: 3px;
    z-index: 1;
    text-transform: lowercase;
    top: 0;
    right: 49px;
    margin-top: 0;
    margin-right: 0;
    padding: 4px 6px 5px;
}
@media only screen and (max-width:1279px){

.product .product-media span.discount-tag-col.right.blue {
    right: 33px;
}
  
}

@media only screen and (max-width:767px){

.product .product-media span.discount-tag-col.right.blue {
    right: 0;
}

.cc-product-regime .products-grid-container button#regime_Atc {
    margin-bottom: 5px;
}

.product .product-media span.discount-tag-col.left.band.purple.bestseller, .product .product-media span.discount-tag-col.left.band.blue.tranding.yellow, 
.product .product-media span.discount-tag-col.left.band.tranding.pink.new{
    font-size: 13px!important;
}

  
}



/*----product-align-left-text----*/

.card--product .card__info-inner {
    text-align: left;
}
.card__info-inner .card-reviews {
    justify-content: flex-start;
}

.card__info-inner .card__swatches {
    justify-content: flex-start;
}

.card--product .card__info-inner .flex.grow.items-end {
    justify-content: flex-start;
}

.card--product .card__info-inner .price:before {
    margin: 0 0 7px 0;
}

ul.grid li .card__info-container .card__info .card__title a {
  font-weight: 600;
}

.card--product .card__info-container .qty-input {
    margin: 0;
}

.main-products-grid[data-layout=grid] ul.grid li .card__info-container .card__info .card__info-inner {
    text-align: left;
}

.card--product .card__info-inner .card__swatches {
    justify-content: flex-start;
}

.card--product button.btn.btn--primary {
    background: linear-gradient(91.17deg, #5E0D8B 1%, #5E0D8B 37.5%, #7F35A8 91.5%);
}

@media only screen and (min-width:768px){
ul.grid li .card__info-container .card__info .card__title a {
    -webkit-line-clamp: 3 !important;
    max-height: 60px !important;
    min-height: 60px !important;
}

}

@media only screen and (max-width:767px){

.card__info-inner .card-reviews {
    justify-content: flex-start;
}


  ul.grid li .card__info-container .card__info .card__title a {
    max-height: 50px;
    min-height: 50px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card--product .card__info-inner p.text-sm {
    max-height: 32px!important;
    min-height: 32px!important;
    font-size: 12px;
}

.card__info-inner .card__swatches {
    justify-content: flex-start;
}

.card--product .card__info-inner .flex.grow.items-end {
    justify-content: flex-start;
}

.card--product .card__info-inner .price {
    margin-left: 0;
}

.card--product .card__info-inner .price:before {
    margin: 0 0 7px 0;
}

.card--product .card__info-inner {
    text-align: left;
}
  
}


.product-info .best-suited-for .product-type, .product-info .key_highlights .product-type {
    background: #fff;
}


/*------product-page-css---*/

@media only screen and (max-width:767px){

.product-main .product-info .product-info__rating {
    justify-content: space-between;
}

.product-main .product-info .product-info__rating .consult_text.mobile {
    margin-top: 0;
    width: auto;
}

.product-main .product-info .product-info__rating .consult_text.mobile {
    margin-top: 0;
    width: auto;
    display: flex;
    gap: 4px;
}

.product-main .product-info .product-info__rating .consult_text.mobile a:first-child {
    text-align: center;
    color: #000;
    /* display: inline-block; */
    padding-right: 0;
    text-align: center;
    font-size: 12px;text-decoration: underline;
}
 .product-main .product-info .product-info__rating .consult_text.mobile p a{font-size: 11px;} 


.product-main .product-info .product-info__rating .consult_text.mobile a.consulticon {
    position: relative;
}

.product-main .product-info .product-info__rating .rating .rating__stars {
    font-size: 16px;
}
.product-main .product-info .product-info__rating .rating__count {
    font-size: 15px;
}

.product .product-media {
    margin-bottom: 5px;
}

.priceandreview .product-info__block.product-price .product-info__price {
    flex: 1;
}

.priceandreview .product-info__block.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
}

.product-main .product-info .priceandreview .product-info__price .tooltip {
    position: static;
    z-index: 11;
}

.product-main .product-info .priceandreview .tooltip .tooltiptext {
    top: 50px;
}

.priceandreview .product-info__block.product-price .app_div span#app_button a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.product-main .product-info .tooltip span.span_taxes {
    margin-top: -4px;
}

.product-info .priceandreview .product-info__block.product-price .app_div span#app_button a:after {
    margin-left: 4px;
}

}

@media only screen and (max-width:374px){

  .product-main .product-info .priceandreview .product-info__price .price strong.price__current span.money {
    font-size: 14px!important;
}
.product-main .product-info .priceandreview .product-info__price .price .price__default span.mrp {
    font-size: 14px;
}

.product-main .product-info .priceandreview .product-info__block.product-price .price__was {
    font-size: 13px;
}

  .product-info .priceandreview .product-info__price .price--on-sale .price__default span.discounted {
    font-size: 12px;
    margin-right: 0;
}

.priceandreview .product-info__block.product-price .app_div span#app_button a {
    font-size: 11px;
}

}

/*-----product-tabs-css----*/

@media only screen and (max-width:599px){

  .section.cc-product-details .product-details__block div[role="tabpanel"] .goodness-section {
    padding: 0 15px;
}

.section.cc-product-details .container.reading-width {
    padding-left: 0;
    padding-right: 0;
}

.section.cc-product-details .product-details__block .tablist__scroller {
    margin-left: 0;
    margin-right: 0;
}

.section.cc-product-details .product-details__block .tablist {
    margin-bottom: 0 !important;
}

.section.cc-product-details .product-details__block div[role="tabpanel"] .image_information .mobile img {
    width: 100%;
}

.section.cc-product-details .product-details__block .image_information {
    gap: 0;
}

}


/*****31-01-2025******/

.product-info .best-suited-for .product-type span {
    background: linear-gradient(0deg,#fff,#ffa2ea);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 6px 6px 0 0;
    margin-right: 2px;
}
.product-info .key_highlights .product-type li {
    margin: 0 2px 8px;
}
.product-info .best-suited-for .product-type{
    white-space: normal;
}
.product-info .key_highlights {
    display: none;
}
 .product-info .best-suited-for{
    text-align: left;
}
.product-info .best-suited-for .product-type {
    padding-left: 0;
} 
.section.cc-product-details .product-details__block div[role="tabpanel"] .how_to_use_outer {
    padding: 15px;
}
.product-info .consult_text.mobile{
  display:none;
}  
@media only screen and (max-width:767px){
.product-info .best-suited-for {
    text-align: center !important;
}
}

/*----new-theme-css----*/

@media only screen and (min-width:1440px){
.cc-product-recommendations .slider-nav button.slider-nav__btn[name="next"] {
    right: 0;
}

.cc-product-recommendations .slider-nav button.slider-nav__btn[name=prev] {
    left: 0;
}
  
}

/*---not-band----*/
.product .product-media .labels span.purple:not(.band) {
  background: #ebdafe;
    text-align: center;
    color: #5e0d8b;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 15px;
    border-radius: 0 10px 0 0;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 230px;
}

@media only screen and (max-width:767px){
.product .product-media .labels span.purple:not(.band) {
    bottom:0px;
}