/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 * PDP Images..............Mobile gallery and desktop layout
 * Primary Information.....Critical information like name and price
 * Reviews Teaser..........Summarized review list on PDP.
 * PDP Variations..........Variation selector styles seen in the PDP
 *
 *
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #VERTICAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
.store-locator__detect-location {
  margin-top: .5rem; }

.store-locator__result-check:checked + .store-locator__result-content {
  background-color: #E6E9ED; }

.store-locator__result-content {
  display: block;
  padding: 1.25rem 1rem; }
  .store-locator__result-content:hover {
    cursor: pointer;
    background-color: #F2F2F2; }

.store-locator__form {
  margin-bottom: 3rem; }

.store-locator__results {
  overflow: auto; }

.store-locator__result-item {
  position: relative;
  border-bottom: solid 0.0625rem #E6E9ED; }

.store-locator__result-item .button {
  margin: 0; }

.store-locator__no-results {
  margin: auto; }

.store-locator__actions {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (max-width: 47.9375rem) {
  .store-locator--modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: inherit; }
    .store-locator--modal .store-locator__form {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .store-locator--modal .store-locator__results {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      max-height: none; }
    .store-locator--modal .store-locator__actions {
      margin-top: auto; }
  .store-locator__results {
    max-height: 22rem; } }

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.product-gallery--pdp {
  width: 100%;
  position: relative; }

.product-gallery__item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border: 1px solid;
  text-align: center;
  position: relative; }

@media only screen and (max-width: 767px) {
  .product-variant-img {
    display: block;
    width: 100%; }
  .product-small-imgSplit {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    display: block; }
  .product-varint-smallimg {
    display: block;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 0; } }

.product-gallery__item--video {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

[data-product-component="zoom-trigger"] {
  overflow: hidden; }

.product-gallery__feature {
  text-align: right;
  position: relative;
  overflow: hidden;
  max-width: 100%; }

#product-gallery-feature {
  -o-object-fit: contain;
     object-fit: contain;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border: 0px; }

[data-gallery-component="lightbox-trigger"]:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 37px 0px 37px 60px;
  border-color: transparent transparent transparent #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .5; }

@media (min-width: 48rem) {
  .pdp--video .product-gallery__feature,
  .pdp--video #product-gallery-feature {
    height: 279px;
    width: 496px;
    -o-object-fit: cover;
       object-fit: cover; }
  .product-gallery__carousel {
    max-width: 610px;
    margin-left: auto;
    margin-right: 0; }
    .product-gallery__carousel .slick-track {
      margin-left: 0; }
    .product-gallery__carousel .slick-slide {
      margin-right: 1rem; }
    .product-gallery__carousel .slick-current {
      border-bottom: 4px solid #000; } }

.product-gallery__carousel:not(.slick-has-arrows) > .slick-list > .slick-track {
  top: auto !important; }

@media (min-width: 767px) {
  .product-variant-img .product-gallery__carousel .product-gallery__item {
    margin-bottom: 15px;
    border: solid 1px #b6ada5;
    background: #fff;
    height: 85px;
    width: 85px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px; }
  .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current {
    border-bottom: solid 1px #1d1f2a !important;
    position: relative;
    border: solid 1px #1d1f2a; }
  .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current:before {
    content: "";
    width: 6px;
    height: 103%;
    background-color: #fce300;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: -1px; }
  .product-variant-img .product-gallery__carousel .product-gallery__item button {
    margin: 0 auto; } }

@media (min-width: 48rem) {
  .pdp__breadcrumbs .breadcrumbs {
    text-align: left;
    margin-left: 0; } }

.product-zoom__arrow {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-zoom__arrow--prev {
  left: 0; }

.product-zoom__arrow--next {
  right: 0; }

@media (min-width: 48rem) {
  .product-zoom__arrow {
    width: 5rem;
    font-size: 3rem; }
  .product-zoom__item--video {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media (max-width: 47.9375rem) {
  .product-zoom__item--video {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 47.9375rem) {
  .subscriptio-plan-card {
    width: 100% !important; } }

@media (max-width: 64rem) {
  .subscriptio-plan-card {
    width: 50% !important; } }

.subscription-main-frame {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3; }

.subscription_new_plan_form {
  text-align: center;
  margin: 2rem 0; }

.subscription-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 1rem auto; }
  .subscription-btn-group #new-subscritio-submit-btn {
    width: auto !important; }

.subscription-Btn-review {
  display: block;
  padding: 0.7rem;
  width: 12rem;
  background-color: #fce300;
  border: 1px solid #1d1f2a;
  font-weight: 800;
  font-size: 14px;
  border-radius: 11px; }

.subscription-Btn-without-sub {
  display: block;
  padding: 0.7rem;
  width: 12rem;
  border: 1px solid #1d1f2a;
  background-color: #fff;
  font-weight: 800;
  font-size: 14px;
  border-radius: 11px; }

.subscription-plan-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 16px;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
  overflow: visible;
  overflow-x: hidden;
  cursor: pointer; }

.subscription_bg {
  background-color: #fce300 !important;
  bottom: 2rem;
  position: relative; }
  .subscription_bg .subscription-plan-rupee {
    border: 5px solid #f2f2f2  !important; }

.subscription_description_ul {
  display: block; }
  .subscription_description_ul li {
    margin: 1rem 0; }

.subscription-description-bold {
  font-weight: 900;
  font-size: 17px; }

.subscription-plan-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 3rem 2rem; }

.subscription-parent-card {
  width: 19%;
  position: relative;
  margin: 4rem 0;
  cursor: pointer;
  border: 1px solid #1d1f2a;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; }

.subscription_new_plan_selected {
  position: relative;
  background-color: #fce300 !important;
  border: 2px solid #1d1f2a !important; }
  .subscription_new_plan_selected .ribbon:before {
    border: 14px solid #1d1f2a !important;
    border-bottom-color: transparent !important; }
  .subscription_new_plan_selected .ribbon:after {
    border: 14px solid #1d1f2a !important; }

.needle-subscription-plan::before {
  top: -7.0rem !important; }

.needle-subscription-plan::after {
  bottom: -3rem !important; }

.subscriptio-byop-fina-step-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0; }

.subscription-plan-card-header-title {
  width: 200px;
  background: #1d1f2a;
  position: absolute;
  top: 40px;
  left: -43px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.01em;
  font-size: 0.65em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
  .subscription-plan-card-header-title h2 {
    font-size: 21px; }

.subscription-plan-card-header-plan {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.subscription-icon {
  width: 3.5rem;
  height: 3.5rem; }

.subscription-channel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  margin-right: 15px; }

.subscription-plan-rupee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1d1f2a;
  border-radius: 50%;
  width: 157px;
  border: 5px solid #636363;
  height: 157px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 800; }

.subscription-most-popular {
  z-index: 1;
  position: absolute;
  top: -3.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
  .subscription-most-popular .subscription-most-popular_heading {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
    .subscription-most-popular .subscription-most-popular_heading h2 {
      font-size: 19px;
      font-weight: 800;
      -webkit-transform: rotate(9deg);
              transform: rotate(9deg); }
  .subscription-most-popular .mostpopular_plan_svg {
    -webkit-transform: rotate(185deg);
            transform: rotate(185deg); }

.subscription_byop_boost_cls {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  gap: 3rem;
  margin: auto; }

.byop-boost-card {
  width: 30%;
  margin: 2rem 0;
  border: 2px solid #1d1f2a;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; }

.byop-boost-content {
  max-width: 100%; }

.byop-boost-content-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 2rem 0; }

.byop_boost_rupee {
  width: 170px;
  height: 170px; }

.subscription_byop_boost_cls input[type="number"] {
  outline: none;
  -moz-appearance: textfield; }

.subscription_byop_boost_cls input[type=number]::-webkit-inner-spin-button,
.subscription_byop_boost_cls input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

.review-all-subscription {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 40%;
  border-radius: 16px;
  padding: 1rem;
  gap: 1.5rem;
  border: 2px solid #1d1f2a;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .review-all-subscription .heading {
    font-size: 21px;
    font-weight: 900; }
  .review-all-subscription .symbolIcon {
    color: #fce300;
    font-size: 22px !important; }

.stepper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.stepper__field {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #fff; }
  .stepper__field input {
    font-size: 17px;
    font-weight: 600; }

.stepper__input {
  border: none !important;
  width: 3.3rem !important;
  height: 100%;
  outline: none;
  font-weight: 700;
  min-width: 2ex; }

.stepper__text {
  font-weight: 700; }

.stepper__btns {
  position: absolute;
  right: 2px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #e5e5e5;
  width: 20%;
  height: calc(100% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.stepper__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  height: 50%;
  background-color: transparent;
  cursor: pointer; }

.stepper__btn--disabled {
  opacity: 0.5;
  pointer-events: none; }

.label_field_Storage {
  width: 200px;
  height: 50px;
  font-size: 17px;
  font-weight: 600; }
  .label_field_Storage input {
    color: #1d1f2a !important;
    background-color: inherit; }

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5; }
  .accordion .accordion-item .step-heading {
    text-align: left;
    font-size: 20px; }

.accordion .accordion-item .accordion-btn[aria-expanded='true'] {
  border-bottom: 1px solid #fce300; }

.accordion .accordion-btn {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #1d1f2a;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none; }

.accordion .accordion-btn:hover,
.accordion .accordion-btn:focus {
  cursor: pointer; }

.accordion .accordion-btn:hover::after,
.accordion .accordion-btn:focus::after {
  cursor: pointer;
  border: 1px solid #fce300; }

.accordion .accordion-btn .accordion-title {
  padding: 1em 1.5em 1em 0; }

.accordion .accordion-btn .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px; }

.accordion .accordion-btn .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor; }

.accordion .accordion-btn .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor; }

.accordion .accordion-btn[aria-expanded='true'] {
  color: #636363; }

.accordion .accordion-btn[aria-expanded='true'] .icon::after {
  width: 0; }

.accordion .accordion-btn[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height; }

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; }

.subscription_selected_btn button {
  display: block;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0.4rem 3rem !important;
  border: 1px solid #1d1f2a !important;
  border-radius: 16px !important;
  background-color: #fce300; }

.bg-primary-selected {
  background-color: #fce300 !important; }

.bg-primary-selected-btn {
  background-color: #636363 !important; }

#container-next-byop-storage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center; }

#btn-next-byop-storage {
  display: block;
  width: 10rem;
  background-color: #fce300;
  padding: 0.6rem;
  border-radius: 16px;
  border: 1px solid #1d1f2a;
  margin-bottom: 2rem;
  opacity: 0.5;
  cursor: not-allowed; }

.ribbon:before, .ribbon:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  bottom: -7px;
  border: 14px solid #fce300; }

.ribbon {
  position: absolute;
  right: 36px;
  top: 17px;
  z-index: 10; }

.ribbon:before {
  border-bottom-color: transparent;
  bottom: -31px; }

#container-next-final-Step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem; }

#btn-next-plan-skip-byop {
  background-color: #fff !important; }

.final_payment_border_line_calculater_parent {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.review_subscrition_Details_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.final_payment_border_line_calculater {
  width: 100%;
  height: 3px;
  background-color: #fce300;
  border-radius: 16px; }

.final-payment-review-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.rupee_tag_money_plan {
  font-size: 38px;
  font-weight: bolder;
  display: grid;
  place-items: center;
  place-content: center; }

#subscription_byop_boost_price {
  display: block; }

.rupee_tag_detail {
  font-size: 16px; }

.new_subscritption_for_all_offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  margin: 2rem auto;
  border: 4px dashed #fce300;
  border-radius: 16px;
  width: 80%; }
  .new_subscritption_for_all_offer .offer_discription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    gap: 2rem; }
  .new_subscritption_for_all_offer .offer_details_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border: 2px solid #1d1f2a;
    background-color: #fce300;
    font-size: 33px;
    font-weight: bolder;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.offer_description_number_detail {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem; }
  .offer_description_number_detail h2 {
    font-size: 23px;
    font-weight: 900; }
  .offer_description_number_detail p {
    font-size: 17px;
    font-weight: 700; }

@media (max-width: 767px) {
  .subscription-main-frame {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1rem; }
  .subscription-parent-card {
    width: 80% !important;
    margin: 0 auto !important; }
  .new_subscritption_for_all_offer .offer_discription {
    -webkit-box-orient: vertical  !important;
    -webkit-box-direction: normal  !important;
    -webkit-flex-direction: column  !important;
        -ms-flex-direction: column  !important;
            flex-direction: column  !important;
    padding: 0 1rem; }
  .review-all-subscription {
    width: 95%;
    margin: 0 auto; }
  .subscription-most-popular {
    display: none !important; }
  .byop-boost-card {
    width: 90% !important; }
  #container-next-final-Step {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 auto; } }

@media (max-width: 912px) and (min-width: 767px) {
  .subscription-main-frame {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1rem; }
  .subscription-parent-card {
    width: 50% !important;
    margin: 1rem auto !important; }
  .subscription-most-popular {
    display: none !important; }
  .byop-boost-card {
    width: 60% !important; }
  .review-all-subscription {
    width: 60%;
    margin: 0 auto; }
  .ditto-projector-info .text__content.text-align-- .text__content-description.description-text {
    padding: 0px 50px 0 110px !important; } }

#choose-annual-monthly-plan-space {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9rem; }

.increase_cars_width {
  width: 20%;
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#btn-choose-annul-monthly {
  margin-bottom: 1.5rem;
  opacity: 0.5; }

#container-next-byop-storage-annul-scription {
  margin: 0 auto; }

.subscription-parent-card-plan-choose {
  position: relative;
  margin: 2rem 0;
  cursor: pointer;
  border: 1px solid #1d1f2a;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; }

.text-center-prop {
  list-style-type: disc;
  list-style-image: url("../images/Ditto-Triangle.svg");
  text-align: left;
  margin-top: 1rem;
  width: 100%; }

.pdp {
  position: relative;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px; }

.pdp-main__price {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pdp-main__availability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pdp-main__availability .details {
    margin-top: 15px; }
  .pdp-main__availability input[type=radio]:checked + label {
    -webkit-box-shadow: inset 0px 0px 0px 3px;
            box-shadow: inset 0px 0px 0px 3px; }
  .pdp-main__availability label {
    display: block;
    border: 1px solid;
    padding: 20px 20px 20px 70px;
    position: relative; }
  .pdp-main__availability svg {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 20px; }
  .pdp-main__availability input[type=radio] {
    display: none; }
  .pdp-main__availability input:disabled + label {
    border-color: #E6E6E6;
    color: #E6E6E6; }

.pdp__separator {
  display: inline-block;
  margin: 0 .375rem; }

.pdp-divider {
  border-top: 1px solid #E6E6E6;
  padding-top: 1rem;
  margin-top: 1rem; }
  .pdp-divider--no-margin {
    border-top: 1px solid #E6E6E6;
    padding-top: 1rem;
    margin-top: 0; }

.pdp-main__price.pdp-divider--no-margin {
  border-top: 2px solid rgba(29, 31, 42, 0.3);
  margin-top: 5px;
  padding-top: 20px; }

.pdp-main__social {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0; }

.pdp-main__section.pdp-divider--no-margin {
  border: solid 1px #b6ada5;
  padding: 0 0;
  margin-bottom: 25px;
  z-index: 11;
  background: #f1f0ed; }

@media (min-width: 48rem) {
  .pdp {
    padding-top: 2.25rem;
    padding-bottom: 4rem;
    background-color: #f1f0ed;
    border-bottom: 1px solid #1d1f2a; }
  .pdp-main__details {
    padding-left: 2.75rem;
    max-width: 582px; }
  .pdp-main__section {
    position: relative; }
  .pdp-main__availability {
    margin-top: 2.25rem; }
    .pdp-main__availability label {
      width: 48%; }
  .pdp-main__promotions {
    margin-bottom: .875rem; }
  .pdp-utlity__nav {
    margin-top: 3.25rem; }
  .pdp-utility__nav-items {
    border-bottom: 1px solid #E6E6E6;
    max-width: 1108px; }
  .pdp-utility__nav-item {
    margin: 0 2.5rem;
    padding-bottom: .75rem; }
    .pdp-utility__nav-item.toggle--active {
      -webkit-box-shadow: inset 0 -0.25rem #73bd00;
              box-shadow: inset 0 -0.25rem #73bd00; }
      .pdp-utility__nav-item.toggle--active .level-1 {
        font-weight: 700; }
  .pdp-divider--small-up {
    border-top: 1px solid #E6E6E6;
    padding-top: 1rem;
    margin-top: 1rem; }
  .pdp-main__section--payment {
    margin-top: 2rem; } }

@media (max-width: 47.9375rem) {
  .pdp-main__section {
    margin-top: 1.25rem; }
  .pdp-main__section--payment {
    padding-top: 1.9px;
    padding-bottom: 1.75rem;
    margin-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pdp-main__section--addtobag {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pdp-main__availability {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pdp-main__availability label {
      min-height: 100px;
      margin-bottom: 30px; }
  .pdp-utlity__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pdp-divider--small {
    border-top: 1px solid #E6E6E6;
    padding-top: 1rem;
    margin-top: 1rem; } }

.tooltip-container {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative; }
  .tooltip-container .tooltip-message {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    position: absolute;
    width: 400px;
    padding: 10px;
    background: white;
    left: 20px;
    top: -7px;
    z-index: -1; }
  .tooltip-container .icon {
    margin-top: 2px; }
    .tooltip-container .icon:hover {
      cursor: pointer; }
  .tooltip-container:hover .tooltip-message {
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1; }

.pdp-main__subscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 8px;
  border-radius: 50px;
  background-color: #e9e7e3;
  width: 215px;
  margin-bottom: 30px; }

.pdp-main__subscription svg {
  width: 24px;
  height: 26px;
  margin: 0; }

.pdp-main__subscription span {
  font-family: 'avenir-regular';
  font-size: 12px;
  font-weight: 600;
  color: #1d1f2a;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 7px; }

.pdp-main__views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 16px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  margin-top: 30px; }

.pdp-main__views svg {
  width: 36px;
  height: 48px;
  margin: 0; }

.pdp-main__views span {
  font-family: 'avenir-regular';
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1d1f2a; }

.pdp-utility__nav-item.toggle--active {
  border-bottom: solid 4px #fce300;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 5px 6px 5px; }

.pdp-utility__nav-items {
  border-bottom: 0; }

.pdp-utility__nav-item h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: #1d1f2a;
  text-transform: none;
  letter-spacing: 0; }

.pdp-main__details {
  max-width: 97%; }

.product-small-imgSplit {
  width: 100%; }

.pdp-main__border {
  position: relative; }

.pdpBorder {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border: 1px solid #fae300;
  z-index: 1; }

.product-tabs__nav {
  border-bottom: 3px solid #d7d2cb; }

.product-tabs__nav .pdp-utility__nav-item {
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
  margin: 0 20px;
  margin-bottom: -3px;
  padding-left: 5px;
  padding-right: 5px; }

.product-tabs__nav .pdp-utility__nav-item h2 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'avenir-regular';
  text-transform: uppercase;
  color: rgba(29, 31, 42, 0.75); }

.product-tabs__nav .pdp-utility__nav-item.toggle--active h2 {
  color: #1d1f2a; }

.product-tabs__nav .pdp-utility__nav-item.toggle--active {
  border-bottom: solid 3px #1d1f2a;
  margin-bottom: -3px; }

.product-tab__content .bv-cv2-cleanslate .bv-core-container-451 .bv-action-bar {
  border-top: 0 !important; }

.product-tab__content.reviews {
  background: #fff;
  margin-top: 20px;
  border: 2px dashed #d7d2cb; }

.pdp .pdp-container {
  max-width: 90rem;
  margin: 0 auto; }

.notify-form__wrapper:not(.notify-me--show) {
  display: none; }

.notify-form__wrapper .notify-form-toggle {
  display: none; }

.notify-form__wrapper .notify-form-toggle.toggle--active {
  display: block; }

.notify-form__wrapper .notify-form__email {
  max-width: 16rem;
  margin-top: .5em;
  margin-bottom: .5em; }

#product-img-list {
  width: 100px !important; }

.product-category-attribute:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6; }

.product-category-attribute__title {
  padding-bottom: .5rem;
  border-bottom: 1px solid #E6E6E6; }

.product-category-attribute__name {
  display: inline-block; }

.product-varint-smallimg {
  display: block;
  width: 1.8rem !important;
  margin-bottom: 1rem;
  margin-right: 5px; }

.customize_box {
  border: 1px solid;
  padding: 1em; }

.product-variant-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%; }

.pdp__description-tab {
  padding-bottom: 1em; }

.product-small-imgSplit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.product-gallery__feature--small {
  background: #fff; }

@media (min-width: 48rem) {
  .pdp__details {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .product-notions-details {
    margin-left: 5rem; }
  .product-split-imageButton {
    width: 70px; }
  .product-fabric-details-def {
    margin-left: 5rem; }
  .pdp__details-item:not(:last-child) {
    margin-bottom: 1.5rem; }
  .pdp__name {
    text-align: left;
    font-family: 'avenir-bold';
    font-size: 38px;
    line-height: 44px;
    padding-right: 0;
    padding-bottom: 5px; }
  .product__short-description {
    min-width: 24rem; }
  .product-category-attributes {
    padding-left: 3.5rem; } }

.product-item-idgap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem; }

.product-jonn-deco {
  color: #97A1B0;
  margin-left: 10px;
  font-size: 17px; }

.product-fabric-details-def {
  margin-left: 9rem; }

.product-split-background {
  margin-left: 30px;
  position: relative; }

.product-fabric-img {
  margin-right: 12px; }

.product-fabric-img img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.product-fabric-notation {
  padding-bottom: 10px; }

.product-add-notation {
  vertical-align: sub; }

.product-split-imageButton {
  left: 0;
  top: 0;
  position: absolute;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border: solid 1px #d7d2cb; }

.product-notions-details {
  margin-left: 9rem; }

@media (max-width: 47.9375rem) {
  .product-split-background {
    margin-left: 5px;
    padding: 16px;
    background-color: #f2f2f2; }
  .product-tab__item .flex {
    display: block !important; }
  .product-notions-details {
    margin-left: 0 !important; }
  .product-gallery__feature {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .product-gallery__feature button img {
    width: 90% !important;
    height: 60% !important; }
  .product-split-imageButton {
    background-color: #fff;
    position: relative; }
  .pdp__details {
    margin-bottom: 2rem; }
  .pdp__details-item {
    border-bottom: solid 0.0625rem #E6E6E6; }
  .pdp__details-title {
    padding-top: .45em;
    padding-bottom: .45em;
    cursor: pointer; }
  .pdp__details-description {
    margin-top: .625rem;
    margin-bottom: 1.5rem; }
    .pdp__details-description:not(.toggle--active) {
      display: none; }
  .pdp__name {
    text-align: center; }
  .pdp__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-category-attributes {
    padding: 2.5rem 0; }
  .pdp__details-long-description:not(.toggle--active) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.customize-url.disabled {
  opacity: 0.93 !important; }

.pdp-main__section.pdp-main__section--payment.text-align--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.product-category-attribute__name.set--w-45.font-size--small {
  margin-top: 6px;
  padding-top: 9px; }

.pdp-main__section.pdp-main__section--payment.text-align--left.product-category-attribute__name.set--w-45 {
  float: right;
  display: block; }

.product-status-purchase {
  padding: 24px;
  background-color: #f2f2f2;
  display: block;
  max-width: 100%;
  margin: 5% 0; }

@media only screen and (max-width: 1400px) {
  .product-variant-img {
    width: 31%; } }

@media only screen and (max-width: 1200px) {
  .product-variant-img {
    width: 52%; } }

@media only screen and (max-width: 960px) {
  .product-varint-smallimg {
    display: block;
    width: 2rem !important;
    margin-right: 5px;
    margin-bottom: 10px; }
  .product-variant-img {
    width: 50% !important; }
  .product-small-imgSplit {
    gap: 1rem; } }

.product-fabric-details-def {
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .product-category-attribute__name.set--w-45.font-size--small {
    padding-top: 0px; }
  .product-subs-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 10px 20px 10px !important; }
  .product-sub-purchaseradio {
    display: inline-block !important; }
  .product-sub-purchaseradio label {
    font-size: 12px  !important; }
  .product-sub-purchaseradio span {
    font-size: 10px !important; }
  .product-sub-purchase {
    padding: 10px !important; }
  .product-fabric-details-def {
    margin-left: 10px;
    margin-bottom: 20px; }
  .product-jonn-deco {
    margin: 0; }
  .product-fabric-details-def .flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .product-variant-img {
    display: block;
    width: 100%; }
  .product-small-imgSplit {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    display: block; }
  .product-varint-smallimg {
    display: block;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 0; }
  .pdp-main__price span.font-size--small {
    display: block;
    text-align: left;
    margin-top: 1rem; }
  .pdp-main__section.pdp-main__section--payment.text-align--left.product-category-attribute__name.set--w-45 {
    float: none;
    width: 100%;
    padding: 0; }
  .product-category-attribute__name,
  .pdp-main__section.pdp-main__section--payment.text-align--left {
    display: block;
    width: 100%;
    margin: 0; } }

/******** rating css ****/
.pdp-main__number-rating {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.pdp-main__number-rating .flex {
  display: inline-block; }

.product-common__rating.product-rating-wrapper {
  display: inline-block; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_component_container {
  padding-right: 1em !important; }

.pdp-main__number-rating .pdp__separator {
  vertical-align: top; }

.pdp-main__number-rating .product-common__number {
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  display: inline-block;
  color: #1d1f2a; }

.pdp-main__number-rating .product-id {
  font-size: 15px;
  font-weight: normal; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #1d1f2a !important; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover {
  font-size: 16px !important;
  color: #1d1f2a !important; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #1d1f2a !important; }

.product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover {
  font-size: 16px !important;
  color: #1d1f2a !important; }

.pdp-main__section .product-brand {
  font-size: 14px;
  font-family: 'avenir-bold';
  text-transform: uppercase;
  color: rgba(29, 31, 42, 0.75);
  text-decoration: none;
  padding-bottom: 10px;
  letter-spacing: 1.4px; }

.pdp-main__section .product-brand a {
  text-decoration: none; }

.pdp-main__section .product-brand a:hover {
  color: rgba(29, 31, 42, 0.75);
  opacity: 1; }

.product-gallery__feature--small-up {
  background: #fff;
  width: 100%; }

.product-gallery__feature--small-up img {
  padding: 20px 20px; }

/**** subscription css ****/
.product-sub-purchase {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  margin-top: 40px; }

.product-sub-purchaseradio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.product-sub-purchaseradio input {
  width: 18px;
  height: 18px;
  background: #1d1f2a;
  color: #1d1f2a;
  background-color: #1d1f2a;
  margin-right: 10px;
  display: none; }

.product-sub-purchaseradio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #000;
  background-color: transparent;
  text-align: center; }

.product-sub-purchaseradio input[type=radio]:checked + label:after {
  content: " ";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 5.1px;
  display: block;
  background: #000; }

.product-sub-purchaseradio svg {
  width: 24px;
  height: 24px;
  margin: 0 5px; }

.product-sub-purchaseradio label {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a; }

.product-sub-purchaseradio span {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal; }

.product-subs-heading {
  padding: 10px 30px 20px 30px; }

#product-purchase {
  padding-bottom: 0;
  padding-top: 5px; }

.All-subscription {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.33;
  color: #1d1f2a; }

.product-subs-heading a {
  padding: 14px 32px;
  border-radius: 50px;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal;
  text-transform: initial;
  color: #fff;
  margin: 15px 0;
  margin-bottom: 0; }

.product-subs-heading a:hover:not([disabled]):not(.disabled),
.product-subs-heading a:focus:not([disabled]):not(.disabled) {
  background-color: #fff;
  color: #000;
  opacity: 1; }

.Already-a-subscriber {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.33;
  color: #1d1f2a;
  margin-top: 20px;
  display: inline-block; }

.purchase-label {
  padding: 5px 0; }

.purchase-label svg {
  width: 23px;
  height: 20px; }

.purchase-label span {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  color: #1d1f2a; }

.product-add__container button {
  padding: 14px 32px;
  border-radius: 50px;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal;
  text-transform: initial;
  color: #fff;
  margin: 15px 0;
  margin-bottom: 0; }

.product-add__container button:hover:not([disabled]):not(.disabled) {
  background-color: #fff;
  color: #000;
  opacity: 1; }

.product-pattern-fabic .icon {
  width: 40px;
  height: 40px;
  margin: -3px 0px;
  margin-right: 7px; }

.product-pattern-fabic {
  margin: 10px 0; }

.product-sperate-pattern {
  margin: 8px 0; }

#product-split-notations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem; }

.product-gallery__feature--small {
  position: relative;
  padding: 20px 20px;
  min-height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-gallery__feature--small button {
  width: 100%; }

.product-gallery__feature--small .product-common__wishlist button {
  width: auto; }

.product-gallery__feature--small button img {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 100%; }

.product-gallery__feature--small .product-badges__wrapper {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px; }

.product-gallery__feature--small .product-badges__wrapper .product-badges {
  margin: 0; }

.product-gallery__feature--small .product-badges__wrapper .product-badge {
  padding: 7px 12px 7px;
  letter-spacing: 1.4px;
  font-size: 12px; }

.product-list__carousel .product-tile--default {
  position: static; }

.product-list__carousel .product-tile__header {
  position: static; }

.product-list__carousel .slick-slide {
  padding-top: 15px; }

.product-list__carousel .product-tile__wishlist {
  top: 18px;
  right: 10px; }

.product-list__carousel .product-badges__wrapper {
  position: inherit;
  top: auto;
  left: auto; }

.product-list__carousel .product-badges {
  position: static;
  top: auto;
  left: auto; }

.product-list__carousel .product-badges__wrapper .product-badge {
  padding: 5px 9px 5px;
  letter-spacing: 1.2px;
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: 5px; }

.product-list__carousel .product-badges__wrapper br {
  display: none; }

.product-tile .product-add__container {
  bottom: auto; }

.pdp__recommendations .product-list {
  padding-top: 0; }

.pdp__recommendations .pdp-recommendations-tabs {
  margin-bottom: 1rem; }

.pdp__breadcrumbs {
  padding-bottom: 20px; }

.pdp__breadcrumbs .breadcrumbs__item {
  margin: 0; }

.pdp__breadcrumbs .breadcrumbs__item a {
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: 600;
  color: #1d1f2a; }

.pdp__breadcrumbs .breadcrumbs__item:last-child a {
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: normal;
  color: rgba(29, 31, 42, 0.75); }

.pdp--breadcrumbs__separator {
  color: rgba(29, 31, 42, 0.75);
  font-size: 16px;
  margin: 0 8px 0 8px; }

.product-tile__body-section {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 28px; }

.product-tile .product-add__container {
  background: transparent; }

.product-tile .product-add__container button {
  padding: 7px 15px;
  border-radius: 0;
  background-color: #fff;
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000; }

.product-tile .product-add__container button:hover, .product-tile .product-add__container button:focus {
  background-color: #000;
  color: #fff; }

.product-tile .product-add__container a {
  padding: 7px 15px;
  border-radius: 0;
  background-color: #fff;
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000; }

.product-tile .product-add__container a:hover, .product-tile .product-add__container a:focus {
  background-color: #000;
  color: #fff; }

.product-tile__body .product-brand a.link {
  font-size: 14px;
  font-family: 'avenir-bold';
  text-transform: uppercase;
  color: rgba(29, 31, 42, 0.75);
  text-decoration: none;
  padding-bottom: 10px;
  letter-spacing: 1.4px; }

.product-tile__body-section {
  font-size: 20px;
  font-weight: 600; }

.product-tile__body .price__item {
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block; }

.product-list__carousel div.product-tile__body-section.product-tile__swatches {
  display: none; }

.product-list__carousel .product-tile__footer .product-tile__body-section {
  display: none; }

.pdp-main__border .product-attribute {
  position: relative; }

.pdp-main__border .product-attribute.product-attribute--last {
  padding-bottom: 25px; }

.pdp-main__border .product-attribute:after {
  content: "";
  width: 90%;
  height: 1px;
  background: #d7d2cb;
  position: absolute;
  bottom: 0; }

.pdp-main__border .product-attribute.product-attribute--size:after {
  display: none; }

#pdp-rec-tab-2 .product-list__carousel.slick-initialized {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/***** sticky product ****/
.pdp-main .image-carousel__wrapper {
  position: relative; }

.product-small-imgSplit.sticky-product {
  position: fixed;
  top: 162px;
  left: 4.5%;
  width: auto; }

@media (max-width: 2600px) {
  .product-small-imgSplit.sticky-product {
    left: 21.5%; } }

@media (max-width: 1920px) {
  .product-small-imgSplit.sticky-product {
    left: 12%; } }

@media (max-width: 1720px) {
  .product-small-imgSplit.sticky-product {
    left: 7.3%; } }

@media (max-width: 1600px) {
  .product-small-imgSplit.sticky-product {
    left: 4.5%; } }

@media (max-width: 1440px) {
  .product-small-imgSplit.sticky-product {
    left: 2%;
    width: 48%; } }

@media (max-width: 1200px) {
  .product-small-imgSplit.sticky-product {
    width: 48.3%;
    left: 1.8%; } }

@media (max-width: 767px) {
  .product-small-imgSplit.sticky-product {
    position: relative;
    width: auto;
    left: auto;
    top: auto; } }

/**** customized style ****/
.customized-pattern-btn {
  margin: 0;
  margin-bottom: -10px;
  margin-top: 10px; }

.customized-pattern-btn button {
  margin: 0;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a;
  text-transform: inherit;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #1d1f2a;
  padding: 7px 25px;
  width: 100%; }

.customized-pattern-btn button svg {
  vertical-align: middle;
  margin-top: -3px;
  height: 24px; }

.customized-pattern-btn button:hover:not([disabled]):not(.disabled), .customized-pattern-btn button:focus:not([disabled]):not(.disabled) {
  color: #fff;
  background: #1d1f2a;
  border: solid 1px #1d1f2a; }

.customized-pattern-btn button svg.edit-customized-white {
  display: none; }

.customized-pattern-btn button:hover svg.edit-customized-black {
  display: none; }

.customized-pattern-btn button:hover svg.edit-customized-white {
  display: inline-block; }

@media (max-width: 767px) {
  .customized-pattern-btn {
    padding: 0 !important;
    margin-bottom: -10px !important; } }

/****** add to pattern library modal *****/
.modal--subscription .window-modal__content {
  max-width: 600px !important;
  min-height: auto; }

.modal--subscription .window-modal__content:before {
  display: none; }

.modal--subscription .window-modal__content .window-modal__close {
  top: 12px !important;
  right: 10px !important; }

.modal--subscription .card_heading {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fce300;
  padding: 20px 25px; }

.modal--subscription .add-to-subscription-modal {
  width: 100%;
  max-width: 100% !important; }

.modal--subscription .product-info {
  font-size: 18px;
  line-height: 26px;
  padding: 45px 20px !important;
  min-height: 100px; }

.modal--subscription .add-to-subscription-modal .bottom-options {
  max-width: 100% !important;
  border-top: 1px solid rgba(215, 210, 203, 0.9);
  padding: 10px 10px !important;
  text-align: right; }

.modal--subscription .add-to-subscription-modal .bottom-options button {
  border-radius: 6px;
  height: 46px;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 20px;
  margin: 0; }

.modal--subscription .add-to-subscription-modal .bottom-options button:hover:not([disabled]):not(.disabled), .modal--subscription .add-to-subscription-modal .bottom-options button:focus:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #FFF;
  color: #000; }

.modal--subscription .add-to-subscription-modal .bottom-options a {
  text-align: center;
  border-radius: 6px;
  height: 46px;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1d1f2a;
  background-color: #FFF;
  padding: 10px 20px;
  line-height: inherit; }

.modal--subscription .add-to-subscription-modal .bottom-options a:hover:not([disabled]):not(.disabled) {
  opacity: 1 !important;
  background-color: #1d1f2a;
  border-color: #1d1f2a;
  color: #FFF; }

@media (max-width: 640px) {
  .modal--subscription .window-modal__content {
    width: 90%;
    max-width: 95% !important;
    top: inherit; }
  .modal--subscription .add-to-subscription-modal .bottom-options {
    padding: 20px 15px !important; }
  .modal--subscription .add-to-subscription-modal .bottom-options button {
    width: 100%;
    margin: 0; }
  .modal--subscription .add-to-subscription-modal .bottom-options a {
    width: 100%;
    margin: 0;
    margin-top: 10px; }
  .modal--subscription .window-modal__content .window-modal__close {
    top: 12px !important;
    right: 0px !important; } }

.customize_action {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: -15px; }

.customize_action .col-md-6 {
  padding: 0;
  margin: 0; }

.customized-product {
  border: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 30px; }

.customize_rest.disabled {
  opacity: 0.93 !important; }

.reset_customize_modal .window-modal__content {
  padding: 0;
  max-height: 100%;
  min-height: auto;
  max-width: 650px; }

.reset_customize_modal .reset_title_description {
  margin: 0;
  padding: 100px 25px 35px 25px;
  min-height: 250px; }

.reset_customize_modal .reset_title_description p {
  font-family: 'avenir-regular';
  font-size: 16px;
  color: #1d1f2a; }

.reset_customize_modal .reset_title_description p:nth-child(1) {
  font-weight: 600;
  line-height: 21px;
  padding-bottom: 20px; }

.reset_customize_modal .reset_customize_modal_action {
  border-top: solid 1px #d7d2cb;
  padding: 15px 15px 20px 0px; }

.reset_customize_modal .reset_customize_modal_action button {
  border-radius: 6px;
  border: solid 1px #1d1f2a;
  font-family: 'avenir-regular';
  font-weight: 600;
  font-size: 18px;
  padding: 10px 10px;
  width: 170px;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reset_customize_modal .reset_customize_modal_action button:nth-child(1):hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #1d1f2a;
  color: #fff; }

.reset_customize_modal .reset_customize_modal_action button:nth-child(2):hover:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #fff;
  color: #1d1f2a; }

@media only screen and (max-width: 767px) {
  .customize_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .customize_action .col-md-6 {
    margin: 0 !important;
    width: 100%; }
  .customized-product {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important; }
  .reset_customize_modal .window-modal__content {
    max-width: 90%;
    margin: 0 auto; }
  .reset_customize_modal .reset_customize_modal_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .reset_customize_modal .reset_customize_modal_action button {
    width: 100%;
    margin: 0; }
  .reset_customize_modal .reset_title_description {
    padding: 75px 20px 30px 20px; }
  .reset_customize_modal .window-modal__close {
    right: 5px;
    top: 12px; } }

@media (max-width: 1180px) {
  .product-gallery__feature--small button img {
    height: auto;
    width: 100%; } }

.customize-action__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .customize-action__wrapper h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    padding-bottom: 15px; }
  .customize-action__wrapper .customized-pattern--note {
    font-family: 'avenir-regular';
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.29;
    color: #1d1f2a;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    top: 8px; }
  .customize-action__wrapper .customize_action .col-md-6 {
    max-width: 49%;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%; }
  .customize-action__wrapper .customized-product {
    padding-bottom: 15px; }
    .customize-action__wrapper .customized-product .customized-pattern--highlight {
      font-family: 'avenir-regular';
      font-size: 15px;
      font-weight: normal;
      text-align: left;
      color: #1d1f2a;
      padding-bottom: 15px; }
    .customize-action__wrapper .customized-product .customized-pattern--highlight h6 {
      font-family: 'avenir-regular';
      font-size: 15px;
      font-weight: 600;
      text-align: left;
      color: #1d1f2a;
      display: inline-block;
      margin-right: 2px; }
    .customize-action__wrapper .customized-product .size-chart-style {
      width: 100%;
      margin: 0;
      margin-top: 15px; }
    .customize-action__wrapper .customized-product .size-chart-style td {
      font-family: 'avenir-regular';
      font-size: 13px;
      font-weight: 600;
      padding: 5px 5px; }

@media (max-width: 1200px) {
  .customize-action__wrapper h5 {
    font-size: 20px;
    padding-bottom: 5px; }
  .customize-action__wrapper .customized-product {
    padding: 20px 0px 15px 0px; } }

@media (max-width: 1024px) {
  .customize-action__wrapper h5 {
    padding-bottom: 10px; }
  .customize-action__wrapper .customized-pattern--note {
    position: relative;
    margin-bottom: 15px;
    top: auto;
    right: auto; }
  .customize-action__wrapper .customized-product {
    padding: 5px 0px 15px 0px; } }

@media (max-width: 760px) {
  .customize-action__wrapper h5 {
    font-size: 18px; }
  .customize-action__wrapper .customize_action .col-md-6 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

.product-gallery__feature--small .product-badges__wrapper {
  width: 100%; }

.product-gallery__feature--small .product-badges {
  width: 100%; }

.product-gallery__feature--small .product-new-badge {
  background-color: #1d1f2a !important;
  position: absolute;
  right: 30px;
  width: 70px;
  text-align: center;
  top: 0;
  left: auto !important; }

.product-gallery__feature--small .product-badge--new {
  top: 0;
  position: absolute; }

.product-gallery__feature--small .product-common__wishlist {
  top: 9%; }

@media (max-width: 760px) {
  .product-common__wishlist {
    top: 13% !important; } }

.pdp__reviews {
  margin-bottom: 3rem; }

.set-item {
  position: relative; }

.product-tab__item--supplies .title {
  font-size: 1.5rem;
  font-family: "avenir-bold", sans-serif;
  margin-bottom: 1.25rem; }

.product-tab__item--supplies li {
  position: relative;
  line-height: 1.9; }
  .product-tab__item--supplies li:before {
    content: url("../images/checkmark.svg");
    display: inline-block;
    color: #73bd00;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 0.875rem;
    height: .875rem;
    width: .875rem; }

.how-to-make-it * {
  line-height: 1.9; }

.how-to-make-it b {
  font-family: "avenir-bold", sans-serif; }

.how-to-make-it .notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }

.how-to-make-it .guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.how-to-make-it .note {
  padding: 1rem 2rem;
  margin: 1rem;
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  background: #F2F2F2;
  font-size: 0.875rem; }

.how-to-make-it .tip {
  padding: .75rem 1.5rem;
  margin: 1rem 0;
  border: 1px solid #73bd00; }

.how-to-make-it .title {
  font-size: 1.5rem;
  font-family: "avenir-bold", sans-serif;
  margin-bottom: 1.25rem; }

.how-to-make-it .step {
  position: absolute;
  top: 0;
  left: 0;
  background: #73bd00;
  color: #FFF;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1.5rem; }

.how-to-make-it ol.guide li {
  -webkit-flex-basis: calc(50% - 1rem);
      -ms-flex-preferred-size: calc(50% - 1rem);
          flex-basis: calc(50% - 1rem);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 6rem;
  position: relative; }
  .how-to-make-it ol.guide li p {
    font-size: 0.875rem;
    color: #000; }

@media (min-width: 48rem) {
  .how-to-make-it ol.guide li:nth-of-type(2n) {
    margin-left: 2rem; } }

@media (max-width: 47.9375rem) {
  .how-to-make-it {
    padding: 0 1rem; }
    .how-to-make-it .note {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .how-to-make-it ol.guide li {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

@media (max-width: 47.9375rem) {
  .product-gallery__feature {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .product-gallery__feature button img {
    width: 90% !important;
    height: 60% !important; }
  .product-split-background {
    margin-left: 5px;
    padding: 16px;
    background-color: #f2f2f2; }
  .product-split-background {
    margin-left: 5px; }
  .product-split-imageButton {
    background-color: #fff; } }

.product-varint-smallimg {
  display: block;
  width: 1.8rem !important;
  margin-bottom: 1rem;
  margin-right: 5px; }

#product-img-list {
  width: 100px !important; }

.product-variant-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  margin-right: 15px; }

.product-gallery__carousel {
  padding-top: 0 !important; }

@media (min-width: 767px) {
  .product-varint-smallimg {
    width: 100% !important; }
  .product-gallery__carousel .slick-current {
    border-bottom: 0 !important; }
  .product-varint-smallimg.slick-current li {
    border: solid 1px #1d1f2a;
    position: relative; }
  .product-varint-smallimg.slick-current li:before {
    content: "";
    width: 6px;
    height: 103%;
    background-color: #fce300;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: -1px; }
  .product-varint-smallimg .product-gallery__item {
    margin: 0 auto;
    background: #fff;
    border: solid 1px #b6ada5;
    margin-left: 10px; }
  .product-gallery__item img {
    padding: 10px 10px; } }

.slick-arrow-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  display: grid; }

.slick-arrow-btn svg {
  width: 24px;
  height: 24px; }

.product-gallery__carousel .slick-prev {
  top: 0;
  left: 29%; }

.product-gallery__carousel .slick-next {
  bottom: 0;
  top: auto;
  right: 50%; }

@media (max-width: 769px) {
  .product-gallery__carousel .slick-next {
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .product-gallery__carousel .slick-next svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .product-gallery__carousel .slick-prev {
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .product-gallery__carousel .slick-prev svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1200px) {
  .pdp {
    padding-left: 20px;
    padding-right: 20px; }
  .pdp-main__details {
    max-width: 98%;
    padding-left: 30px; }
  .pdp-main__section .product-brand {
    font-size: 13px; }
  .pdp__name {
    font-size: 32px;
    line-height: 38px; }
  .product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {
    font-size: 15px !important; }
  .product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
    font-size: 15px !important; }
  .pdp-main__number-rating .product-common__number {
    font-size: 13px; }
  .pdp-main__number-rating .product-id {
    font-size: 14px; }
  .pdp-main__price .price.flex-flow-wrap {
    font-size: 24px; }
  .pdp-main__views {
    padding: 12px 12px; }
  .pdp-main__views svg {
    width: 50px;
    height: 50px; }
  .pdp-main__views span {
    font-size: 14px; }
  .product-attribute {
    padding: 15px 15px; }
  .pdp-main__border .product-attribute.product-attribute--last {
    padding-bottom: 15px; }
  .product-attribute__label {
    font-size: 20px; }
  .product-attribute__head .size-chart__anchor {
    font-size: 14px; }
  .product-attribute__swatch {
    height: 2.7rem;
    width: 2.7rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11%;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%; }
  .select-size-now {
    font-size: 13px; }
  .product-attribute__staticContent {
    padding-bottom: 10px; }
  .product-attribute__staticContent span {
    font-size: 14px; }
  .product-attribute__staticTitle span {
    font-size: 20px; }
  .product-attribute--Length .product-attribute__label, .product-attribute--Neckline .product-attribute__label, .product-attribute--Sleeve .product-attribute__label {
    font-size: 15px; }
  .product-attribute--Length .product-attribute__selected-value, .product-attribute--Neckline .product-attribute__selected-value, .product-attribute--Sleeve .product-attribute__selected-value {
    font-size: 15px; }
  .product-attribute--Length .product-attribute__contents .product-attribute__swatch_square {
    padding: 5px 10px;
    height: 1.8rem; }
  .product-attribute--Length .product-attribute__contents .product-attribute__swatch_square p {
    font-size: 11px; }
  .product-attribute__contents .product-attribute__swatch_square strong {
    font-size: 13px; }
  .product-attribute__contents .product-attribute__swatch_square {
    width: 7rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .product-attribute__list hr {
    width: 93%; }
  .designName-Wrapper {
    padding: 20px 15px 25px 15px; }
  .designName-Inside .product-design_name {
    font-size: 20px; }
  .product-sub-purchase {
    padding: 15px 15px; }
  .product-sub-purchaseradio label {
    font-size: 16px; }
  .product-sub-purchaseradio svg {
    margin-right: 0; }
  .product-sub-purchaseradio span {
    font-size: 15px; }
  .purchase-label span {
    font-size: 15px; }
  .product-subs-heading a {
    padding: 12px 15px;
    font-size: 16px;
    width: 100%; }
  .product-add__container button {
    padding: 12px 15px;
    font-size: 16px;
    width: 100%; }
  .pdp-main__section.pdp-divider--no-margin {
    position: relative; } }

@media (max-width: 991px) {
  .product-small-imgSplit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-variant-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important; }
  .product-gallery__feature--small {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .product-varint-smallimg {
    width: 80px !important; }
  .product-gallery__item img {
    height: auto; }
  .product-gallery__item button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
  .pdp-main__views svg {
    width: 58px; }
  .product-attribute__swatch {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
        -ms-flex: 0 0 13%;
            flex: 0 0 13%;
    height: 2.5rem; }
  .product-attribute__staticContent span {
    max-width: 75%; }
  .product-sub-purchaseradio {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .product-sub-purchaseradio label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%; }
  .product-sub-purchaseradio svg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 47%;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%; }
  .product-sub-purchaseradio span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 7px;
    padding-left: 30px; }
  .product-sub-purchase {
    padding: 15px 15px 20px 15px; } }

@media (max-width: 820px) {
  .product-attribute__staticContent span {
    max-width: 74%; } }

@media (max-width: 760px) {
  .pdp {
    background-color: #f1f0ed;
    padding: 0 15px;
    border-top: solid 2px #b6ada5; }
  .pdp-mobile {
    margin-top: 0;
    position: relative; }
  .pdp-mobile .pdp__breadcrumbs {
    padding-bottom: 30px; }
  .pdp__breadcrumbs .product-breadcrumbs {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .pdp-main__social {
    top: 55px; }
  .pdp-mobile .pdp__name {
    text-align: left;
    font-family: 'avenir-bold';
    font-size: 28px;
    line-height: 44px;
    color: #1d1f2a;
    padding-bottom: 8px; }
  .pdp-mobile .product-brand a {
    font-size: 13px;
    font-family: 'avenir-bold';
    text-transform: uppercase;
    color: rgba(29, 31, 42, 0.75);
    text-decoration: none;
    padding-bottom: 5px;
    letter-spacing: 1.4px;
    display: inline-block; }
  .pdp-main__number-rating .pdp__separator {
    display: none; }
  .pdp-main__number-rating .product-common__number {
    display: block;
    margin-top: 8px; }
  .product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {
    font-size: 14px !important; }
  .product-rating-wrapper [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
    font-size: 14px !important; }
  .pdp-main__number-rating .product-common__number {
    font-size: 14px; }
  .pdp-main__number-rating .product-id {
    font-size: 14px; }
  .pdp-mobile .pdp-main__brand-item {
    border-bottom: 1px solid rgba(29, 31, 42, 0.3);
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .pdp-main__subscription {
    margin-bottom: 5px; }
  .pdp-main__details {
    max-width: 100%;
    padding-left: 0; }
  .product-small-imgSplit .slick-dots {
    bottom: -25px; }
  .product-small-imgSplit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0; }
  .product-small-imgSplit .product-variant-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important; }
  .product-small-imgSplit .product-gallery__feature--small {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-height: auto;
    height: 340px; }
  .product-gallery__feature--small button img {
    height: 330px; }
  .product-common__wishlist {
    top: 2%;
    display: block !important; }
  .product-gallery__feature--small .product-badges__wrapper .product-badge {
    padding: 6px 10px 6px;
    letter-spacing: 1.4px;
    font-size: 11px; }
  .product-gallery__feature--small .product-badges__wrapper {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 15px; }
  .slick-dots button {
    width: 1.5rem;
    height: 1.5rem; }
  .product-variant-img .slick-dots button:after {
    width: 11px;
    height: 11px;
    background: #d7d2cb;
    border-color: #d7d2cb; }
  .product-variant-img .slick-dots .slick-active button:after {
    width: 11px;
    height: 11px;
    background: #1d1f2a;
    border-color: #1d1f2a; }
  .pdp-main__section.pdp-divider--no-margin {
    margin-top: 55px; }
  .pdp__breadcrumbs .breadcrumbs__item a {
    font-size: 12px; }
  .pdp__breadcrumbs .breadcrumbs__item:last-child a {
    font-size: 12px; }
  .pdp--breadcrumbs__separator {
    margin: -3px 8px 0 8px; }
  .product-attribute {
    padding: 15px 16px; }
  .product-attribute.product-attribute--size {
    padding-top: 30px; }
  .product-attribute__head {
    padding: 0px 0px 0 0; }
  .product-attribute__swatch {
    height: 2.8rem;
    width: 2.7rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 14.3%; }
  .product-attribute__staticContent span {
    font-size: 14px;
    max-width: 78%; }
  .product-attribute__staticTitle {
    padding-top: 15px; }
  .designName-Wrapper {
    padding: 30px 16px 25px 16px; }
  .product-attribute__label {
    font-size: 18px; }
  .product-attribute__head .size-chart__anchor {
    font-size: 13px;
    font-weight: 600;
    color: #1d1f2a; }
  .product-attribute__staticTitle span {
    font-size: 18px; }
  .product-attribute--Length .product-attribute__label, .product-attribute--Neckline .product-attribute__label, .product-attribute--Sleeve .product-attribute__label {
    font-size: 14px; }
  .product-attribute__label .size_allignment {
    min-width: 65px; }
  .product-attribute--Length .product-attribute__selected-value, .product-attribute--Neckline .product-attribute__selected-value, .product-attribute--Sleeve .product-attribute__selected-value {
    font-size: 14px;
    vertical-align: middle; }
  .product-attribute--Length .product-attribute__contents .product-attribute__swatch_square p {
    font-size: 13px; }
  .product-attribute--Length .product-attribute__contents .product-attribute__swatch_square {
    padding: 5px 15px;
    height: 40px; }
  .product-attribute__contents .product-attribute__swatch_square {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%; }
  .product-attribute__contents .product-attribute__swatch_square strong {
    min-height: 36px; }
  .designName-Inside .product-design_name {
    font-size: 18px; }
  .product-sub-purchaseradio label {
    font-size: 15px !important;
    font-weight: 600; }
  .product-sub-purchaseradio span {
    font-size: 14px !important;
    padding-left: 30px;
    display: inline-block; }
  .purchase-label {
    padding: 5px 0 3px 0; }
  .purchase-label span {
    font-size: 14px; }
  .product-sub-purchase {
    padding: 15px 20px !important; }
  .product-subs-heading {
    padding: 10px 30px 20px 30px !important; }
  .product-subs-heading a {
    font-weight: 600; }
  .product-add__container button {
    font-weight: 600; }
  .product-sub-purchaseradio svg {
    margin-top: -4px;
    vertical-align: middle; }
  .product-tabs__content .product-tab__button {
    text-transform: none;
    padding: 18px 5px;
    font-family: 'avenir-regular';
    font-size: 17px;
    font-weight: 600;
    color: #1d1f2a;
    border-bottom: solid 1px #d7d2cb;
    border-top: 0 !important; }
  .product-tabs__content .product-tab__item.tab-description {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
    padding: 18px 5px 18px 5px;
    border-bottom: solid 1px #d7d2cb; }
  .product-tabs__content .pdp__details {
    margin: 0; }
  .product-tabs__content .pdp__details-item {
    border: 0; }
  .product-tabs__content .pdp__description-tab {
    padding: 0; }
  .product-tabs__content .pdp__description-tab .col-md-12 {
    padding-left: 0;
    font-size: 16px; }
  .product-sperate-pattern div {
    font-family: 'avenir-regular';
    font-size: 16px;
    padding-top: 5px; }
  .detailsTab {
    font-size: 16px; }
  .product-split-background {
    margin-left: 0;
    padding-left: 0; }
  .product-fabric-details-def {
    margin-left: 0; }
  .product-fabric-details-def div {
    font-family: 'avenir-regular';
    font-size: 16px; }
  .product-item-idgap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: inherit; }
  .product-item-idgap span:nth-child(2) {
    display: none; }
  .pdp__recommendations .pdp-recommendations-header--title {
    padding: 10px 0; }
  .pdp .pdp-container {
    padding-bottom: 30px; }
  .product-tab__content.reviews {
    background: transparent;
    border: 0;
    border-bottom: solid 1px #d7d2cb; }
  .product-tab__content.reviews button.product-tab__button {
    border: 0;
    text-transform: none;
    padding: 18px 5px;
    font-family: 'avenir-regular';
    font-size: 17px;
    font-weight: 600;
    color: #1d1f2a; }
  .product-tab__content.reviews .product-tab__item {
    border-bottom: 0;
    background: #fff;
    border: 2px dashed #d7d2cb;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .product-variant-img {
    margin-right: 0; }
  .product-small-imgSplit .product-gallery__feature--small {
    height: auto;
    background: transparent;
    padding: 0; }
  .product-gallery__feature--small button {
    display: none; }
  .product-gallery__feature--small .product-common__wishlist {
    display: none !important; }
  .product-gallery__feature--small .product-badges__wrapper {
    top: 30px; }
  .product-variant-img .product-gallery__carousel .product-gallery__item {
    height: 100%;
    background: #fff;
    border: 0;
    padding: 0 10px;
    opacity: 0.5; }
  .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current {
    opacity: 1; }
  .product-variant-img .product-gallery__carousel .product-gallery__item img {
    height: 350px;
    width: auto;
    padding: 10px 10px; }
  .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current {
    border: 0;
    border-bottom: 0 !important; }
  .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current:before {
    display: none; }
  .pdp__recommendations .product-tile .product-add__container {
    background: transparent; }
  .pdp__recommendations .tab-nav__item h3 {
    font-size: 15px; }
  .product-tile .product-add__container button {
    margin-top: 7px; }
  .pdp-main__border .product-attribute:after {
    width: 95%; } }

@media (max-width: 480px) {
  .pdp-main__social {
    top: 50px; }
  .pdp-main__border .product-attribute:after {
    width: 90%; } }

@media (max-width: 400px) {
  .pdp-mobile .pdp__name {
    font-size: 24px; }
  .product-attribute__swatch {
    height: 2.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.9%;
        -ms-flex: 0 0 13.9%;
            flex: 0 0 13.9%; }
  .product-attribute__staticContent span {
    max-width: 74%; }
  .product-attribute__label .size_allignment {
    min-width: auto; }
  .product-attribute__contents .product-attribute__swatch_square {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; } }

/****** pdp patterns css *******/
.pdp-pattern-breadcrumb {
  padding-bottom: 25px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-bottom: 0 !important; }

.pdp-pattern-breadcrumb .breadcrumbs__anchor {
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: 600;
  color: #1d1f2a; }

.pdp-pattern-breadcrumb .breadcrumbs__separator {
  color: rgba(29, 31, 42, 0.75);
  font-size: 16px;
  margin: 0 8px 0 8px; }

.pdp-pattern-breadcrumb .order-number {
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: normal;
  color: rgba(29, 31, 42, 0.75); }

.pdp-date-modified-header {
  height: 46px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 12px;
  border-radius: 4px;
  background-color: #fce300;
  margin-bottom: 25px; }

.pdp-date-modified-header #info-icon {
  width: 21px;
  height: 22px;
  margin-top: -2px; }

.pdp-date-modified-header .icon-date-close {
  width: 20px;
  height: 22px;
  margin-left: auto;
  cursor: pointer; }

.date-modified-inner strong {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  color: #1d1f2a; }

.date-modified-inner span {
  font-size: 16px;
  font-family: 'avenir-regular';
  color: #1d1f2a; }

.pdp-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 10px 0 0; }

.pdp-date-added {
  font-family: 'avenir-regular'; }

.pdp-date-added strong {
  font-size: 15px;
  font-weight: 600;
  color: #1d1f2a; }

.pdp-date-added span {
  font-size: 15px;
  font-weight: normal;
  color: #1d1f2a; }

.pdp-date-modified {
  font-family: 'avenir-regular'; }

.pdp-date-modified strong {
  font-size: 15px;
  font-weight: 600;
  color: #1d1f2a; }

.pdp-date-modified span {
  font-size: 15px;
  font-weight: normal;
  color: #1d1f2a; }

.pdp-date .pdp__separator {
  margin-top: -1px;
  color: #a6a6a6; }

.pdp-customization {
  position: relative;
  margin-top: 25px;
  margin-bottom: 45px; }

.pdp-customization-inner {
  border: solid 1px #b6ada5;
  padding: 0 0;
  margin-bottom: 25px;
  z-index: 11;
  background: #f1f0ed;
  position: relative; }

.pdp-customization-border {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border: 1px solid #fae300;
  z-index: 1; }

.pdp-customization-inner-size {
  padding: 25px 25px;
  border-bottom: 4px dotted #fff; }

.product-size {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }

.product-size label {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a; }

.product-size .size-chart {
  margin: 0;
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  color: #1d1f2a;
  text-decoration: underline; }

.pdp-customization-inner-style {
  padding: 25px 25px;
  border-bottom: 4px dotted #fff; }

.pdp-customization-inner div.flex-col:last-child {
  border-bottom: 0; }

.pdp-customization_title {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a; }

.pdp-customization-single {
  padding-top: 10px; }

.pdp-customization-single label {
  font-size: 16px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: #1d1f2a;
  min-width: 75px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d2cb;
  padding: 15px 0px; }

.pdp-customization-single span {
  font-size: 16px;
  font-weight: normal;
  font-family: 'avenir-regular';
  color: #1d1f2a;
  text-transform: inherit; }

.pdp-customization-inner-name {
  padding: 25px 25px; }

.custom-fit-text {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  color: #1d1f2a;
  padding-bottom: 10px; }

.custom-fit-text label {
  font-weight: 600;
  color: #1d1f2a; }

.size-customize-text {
  padding-bottom: 10px; }

.size-customize-block {
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.size-customize-block a {
  color: #000;
  padding: 12px 32px;
  border-radius: 6px;
  border: solid 1px #1d1f2a;
  background-color: #fff;
  height: 46px;
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  width: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px; }

.size-customize-block svg {
  width: 21px;
  height: 21px; }

.pdp-customization-inner-name label {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a; }

.pdp-customization-inner-name input {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a;
  border-radius: 4px;
  border: solid 1px #b6ada5;
  background-color: transparent;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  margin-top: 15px; }

.pattern-instructions {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.pattern-instructions .pattern-download {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  padding: 12px 32px;
  border-radius: 6px;
  border: solid 1px #1d1f2a;
  background-color: #fff;
  height: 46px;
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  text-transform: inherit;
  width: 298px;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 20px; }

.pattern-instructions .pattern-download:hover:not([disabled]):not(.disabled) {
  background-color: #fff;
  border-color: #000;
  color: #000; }

.pattern-instructions .pattern-download svg {
  width: 21px;
  height: 21px; }

.pattern-sub-purchase {
  padding: 0px 0 20px 0;
  border-bottom: solid 1px #d7d2cb; }

.pattern-sub-purchase-header {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a; }

.pattern-sub-purchase-header .icon {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-top: -3px;
  cursor: pointer; }

.pattern-sub-purchase-header small {
  color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal; }

.pattern-sub-purchase-body {
  padding: 15px 32px 10px 32px; }

.pattern-sub-purchase-body span {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 600;
  color: #1d1f2a; }

.pattern-sub-purchase-body ul li {
  padding: 5px 0;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a; }

.pattern-sub-purchase-body ul li svg {
  width: 23px;
  height: 20px;
  margin-left: 0; }

.pattern-sub-purchase-body a.pattern-cart-button {
  padding: 14px 32px;
  border-radius: 50px;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal;
  text-transform: initial;
  color: #fff;
  margin: 20px 0;
  margin-bottom: 0;
  width: 100%; }

.pattern-sub-purchase-body a.pattern-cart-button:hover:not([disabled]):not(.disabled), .pattern-sub-purchase-body a.pattern-cart-button:focus:not([disabled]):not(.disabled) {
  opacity: 1;
  background-color: #000;
  color: #fff; }

.product-tab__content.reviews .bv-cv2-cleanslate .bv-core-container-453 .bv-action-bar {
  border-top: 0 !important; }

@media (max-width: 1024px) {
  .pattern-instructions .pattern-download {
    padding: 12px 20px; } }

@media (max-width: 820px) {
  .pdp-date-modified-header {
    height: 63px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .date-modified-inner span {
    display: block; }
  .pdp-date-modified-header #info-icon {
    margin-top: 0; }
  .date-modified-inner {
    margin-top: -1px; }
  .pdp-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pdp-date .pdp__separator {
    display: none; }
  .pattern-instructions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pattern-instructions .pattern-download {
    width: 100%; } }

@media (max-width: 760px) {
  .pdp-pattern-breadcrumb.display--small-up {
    display: none !important; }
  .pdp-pattern-breadcrumb .breadcrumbs__anchor {
    font-size: 12px; }
  .pdp-pattern-breadcrumb .order-number {
    font-size: 12px; }
  .pdp-pattern-mobile .pdp-main__social {
    top: 0; }
  .pdp-main__price.pdp-divider--no-margin {
    border-top: 0; }
  .pdp-date {
    margin-top: 0;
    margin-bottom: 15px; }
  .pdp-pattern-breadcrumb {
    padding-bottom: 10px;
    padding-top: 10px; }
  .pdp-customization-inner {
    margin-top: 60px; }
  .pdp-customization-inner-size {
    padding: 15px 16px;
    padding-top: 30px; }
  .pdp-customization-inner-style {
    padding: 15px 16px 25px 16px;
    padding-top: 30px; }
  .pdp-customization-inner-name {
    padding: 15px 16px 25px 16px;
    padding-top: 30px; }
  .size-customize-block a {
    width: 100%; }
  .pattern-instructions .pattern-download {
    width: 100%; }
  .product-size label {
    font-size: 18px; }
  .product-size .size-chart {
    font-size: 13px;
    font-weight: 600; }
  .custom-fit-text {
    font-size: 14px; }
  .size-customize-text {
    font-size: 14px; }
  .size-customize-block a {
    font-size: 15px; }
  .pdp-customization_title {
    font-size: 18px; }
  .pdp-customization-single label {
    font-size: 15px; }
  .pdp-customization-single span {
    font-size: 15px; }
  .pdp-customization-inner-name label {
    font-size: 18px; }
  .pdp-customization-inner-name input {
    font-size: 15px; }
  .pattern-instructions .pattern-download {
    font-size: 15px;
    margin-right: 0; }
  .pattern-sub-purchase-header {
    font-size: 16px; }
  .pattern-sub-purchase-header small {
    font-size: 16px; }
  .pattern-sub-purchase-body span {
    font-size: 15px; }
  .pattern-sub-purchase-body ul li {
    font-size: 16px; }
  .pattern-sub-purchase-body ul {
    padding-top: 5px; }
  .pattern-sub-purchase-body a.pattern-cart-button {
    font-size: 16px; }
  .pattern-instructions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }


/*# sourceMappingURL=productMain.css.map*/