/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 *
 *
 * 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
\*------------------------------------*/
.address-summary--multi-ship-summary .address-summary__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.address-summary--multi-ship-summary .address-summary__section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding-right: 2em; }

.address-summary--line-item {
  padding: 1rem;
  background-color: #F2F2F2;
  font-size: 0.875rem; }

.address-summary__section:not(:last-child) {
  margin-bottom: 1.5em; }

.address-summary__title {
  margin-bottom: .25em;
  font-size: 1em; }

.address-summary__details {
  line-height: 1.75; }

.address-summary__row-icon {
  width: 2.25rem;
  margin-right: .5rem; }

.address-summary__actions {
  margin-top: 1rem; }

.address-summary__action:not(:last-child) {
  margin-right: .5em; }

.shipping-address-line-2:not(.toggle--active):before,
.billing-address-line-2:not(.toggle--active):before {
  content: '+';
  display: inline;
  margin-right: .75rem; }

.shipping-address-line-2 + input,
.billing-address-line-2 + input {
  display: none; }

.shipping-address-line-2.toggle--active + input,
.billing-address-line-2.toggle--active + input {
  display: inline-block; }

.billing-address-line-2 .black {
  color: #000; }

.billing-address-line-2 .sans {
  font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif; }

.shipping-method-item .content {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 47.9375rem) {
  .shipping-method-item {
    width: 100%;
    border-bottom: 1px solid #d2d2d2; }
  .shipping-method-item .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (max-width: 500px) {
  .paymentSummaryOrderDetailPage {
    margin-left: 50%; }
  .paymentSummaryOrderDetailsPage {
    margin-left: 5%; } }

@media only screen and (max-width: 350px) {
  .paymentSummaryOrderDetailPage {
    margin-left: 100%; } }

.billingPaymentDetailsOrderSummary {
  font-weight: bold;
  font-size: medium; }

.mysubscription-plan {
  padding: 32px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  background-color: #fff;
  width: 100%;
  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; }

.mysubscription-plan-promo {
  padding: 32px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  background-color: #fff;
  width: 100%;
  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; }

.mysubscription-plan__title {
  font-size: 22px;
  font-weight: bold;
  font-family: 'avenir-bold';
  line-height: 1.18;
  letter-spacing: 0.22px;
  color: #1d1f2a; }

.mysubscription-plan__info {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 8px;
  color: #1d1f2a; }

.mysubscription-plan__details {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1d1f2a; }

.mysubscription-plan__heading {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-items: center;
  width: 100%;
  gap: 0px; }

.mysubscription-plan__heading span svg {
  width: 24px;
  height: 24px; }

.bottom_border {
  border-bottom: 4px dotted #f1f0ed;
  border-style: none none dotted none;
  width: 100%;
  padding-top: 24px; }

.plan-nosubscription {
  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; }

.subscription-status__badge {
  -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;
  height: 24px;
  -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: 6px;
  padding: 5px 14px 6px;
  border-radius: 50px;
  background-color: #fce300;
  margin-left: 10px; }

.status__badge-content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #1d1f2a; }

.active-subscriptionplan {
  width: 100%; }

.subscription_fromdate {
  padding-top: 4px; }

.subscription-plan-details {
  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;
  padding-top: 20px;
  gap: 6px; }

.plan-details-content-key {
  font-size: 16px;
  font-weight: 600;
  color: #1d1f2a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px; }

.plan-details-content-key p {
  font-family: 'avenir-bold'; }

.expired_msgContent {
  margin: 14px 15px 0px 0px !important; }

.plan-details-content-value {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1d1f2a; }

.subscription-paln-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
  padding-top: 20px;
  width: 100%; }

.mysubscription__btn {
  height: 46px;
  -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: 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;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
  color: #1d1f2a; }
  .mysubscription__btn:hover {
    color: #fff;
    background-color: #1d1f2a; }

.mysubscriptionpromo__btn {
  height: 46px;
  -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: 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: #fce300;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
  color: #1d1f2a; }
  .mysubscriptionpromo__btn:hover {
    color: #fff;
    background-color: #1d1f2a; }

.pausedPlan-page {
  width: 100%; }

.pausedPlan-page .subscription_status_msg-box {
  margin: 16px 0px 8px 0px; }

.sub-icon {
  width: 20px;
  height: 24px; }

.frame-8 {
  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; }

.plan_selected-choice {
  width: 100%;
  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;
  gap: 10px;
  margin: 7px 0px; }

.boldtag {
  font-weight: bold; }

.canceledHeading {
  gap: 58px; }

.plan_selected-choice input[name="plan"] {
  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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  background-clip: content-box;
  border: 1px solid #000;
  border-radius: 50%; }

.plan_selected-choice input[name="plan"]:checked {
  background-color: #000; }

.alert-icon {
  width: 24px;
  height: 42px; }

.subscription_status_msg-box .plan-details-content-key {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: 4px;
  width: 24%; }

.plan_renewedmsg {
  padding-top: 10px; }

.badge-canceled {
  background-color: #ffd1bd; }

.subscription-canceled_msg {
  background-color: #ffd1bd;
  margin: 10px 15px 10px 0px;
  padding: 10px;
  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; }

.subscription_status_msg-box .plan-changed {
  width: 31%; }

.paused-statusMsgBox {
  margin-bottom: 0px !important;
  margin-top: 20px !important; }

.active_btn {
  color: #fff;
  background-color: #1d1f2a; }
  .active_btn:hover {
    color: #1d1f2a;
    background-color: #fff; }

.cancelSubscriptionPlan-page_box {
  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;
  padding-top: 18px;
  padding-left: 8px;
  row-gap: 10px; }

.reactiveCanceledPage-box {
  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;
  padding-top: 18px;
  padding-left: 8px;
  row-gap: 10px; }

.cancelPauseConfirmation-box {
  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;
  padding-top: 18px;
  padding-left: 8px;
  row-gap: 10px; }

.pausePlanPage-box {
  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;
  padding-top: 18px;
  padding-left: 8px;
  row-gap: 10px; }

.pause_subscription_plan {
  width: 100%; }

.upcommingPauseStatus_heading {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-items: center;
  width: 100%; }

.cancle-pause {
  width: 100%; }

.subscription_status_msg-box .scheduledPause-alert {
  width: 22%; }

.scheduledPauseMsg {
  height: 40px; }

.upcommingPausestatus-page .subscription_status_msg-box {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.subscription_status_msg-box {
  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;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 4px;
  background-color: #f1f0ed; }

.plan-nosubscription .bottom_border {
  padding-top: 8px; }

.plan_detail-changeActivation {
  padding-bottom: 14px; }

.expired_statusBox {
  gap: 48px;
  padding-top: 2px; }

.paused-status_badge {
  background-color: #1d1f2a; }

.paused-status {
  color: #fff; }

@media (max-width: 47.9375rem) {
  .mysubscription-plan__details {
    font-size: 14px; }
  .mysubscription-plan__info {
    font-size: 14px; }
  .mysubscription__btn {
    width: 100%; }
  .reactivateBtn {
    font-size: 17px; }
  .subscription_fromdate {
    padding-top: 10px; }
  .plan-details-content-value {
    font-size: 14px; }
  .expired_statusBox {
    gap: 0px; }
  .plan-details-content-key {
    font-size: 14px; }
  .cancelSchedulePause {
    font-size: 18px; }
  .canceledHeading {
    gap: 0px; }
  .plan_renewedmsg {
    font-size: 14px; }
  .upcommingPausestatus-page .subscription_status_msg-box {
    padding-bottom: 20px;
    margin-bottom: 0px; }
  .alert-icon {
    height: 22px; }
  .subscription_status_msg-box {
    display: block; }
  .subscription_status_msg-box .plan-details-content-key {
    width: 100%; }
  .subscription_status_msg-box .plan-details-content-value {
    padding-left: 36px; }
  .pausedPlan-page .subscription_status_msg-box p {
    padding-left: 0px; }
  .yesCancleSub_btn {
    width: 100%; } }

.plan-details_summery_tag {
  width: 100%; }
  .plan-details_summery_tag .summary_subscription-plan-card-content {
    display: block;
    width: 100%;
    padding: 0 2rem; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description {
      border-radius: 16px;
      padding: 1rem;
      -webkit-box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
              box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: start;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li {
      position: relative;
      left: 0;
      color: #000;
      list-style: none;
      margin: 4px 0;
      border-left: 3px solid #fce300;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-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: 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;
      width: 100%; }
      .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li br {
        display: none; }
      .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li span, .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li font {
        position: relative;
        padding: 1px;
        display: inline-block;
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover {
      left: 10px; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover span {
      color: #111; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fce300;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.plan-details_summery_tag[open] > .plan-summary-details .expand {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.plan-summary-details {
  outline: none;
  /* Hides marker on Chrome */
  list-style: none;
  width: 100%; }
  .plan-summary-details .summary-content {
    padding: 16px;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .plan-summary-details .expand {
    cursor: pointer;
    font-size: 19px;
    font-weight: 900;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .plan-summary-details .selected_plan_label_details {
    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: 1rem; }

.plan-summary-details::marker,
.plan-summary-details::-webkit-details-marker {
  /* Hides marker on Safari */
  display: none; }

.d-none {
  display: none; }

.address-recommendation__summary {
  padding: 1rem;
  border: solid .0625rem;
  -webkit-box-shadow: 0 0 transparent;
          box-shadow: 0 0 transparent;
  border-radius: 0;
  -webkit-transition: border-color 213ms ease-in-out, background-color 213ms ease-in-out, -webkit-box-shadow 426ms ease-in-out;
  transition: border-color 213ms ease-in-out, background-color 213ms ease-in-out, -webkit-box-shadow 426ms ease-in-out;
  transition: border-color 213ms ease-in-out, background-color 213ms ease-in-out, box-shadow 426ms ease-in-out;
  transition: border-color 213ms ease-in-out, background-color 213ms ease-in-out, box-shadow 426ms ease-in-out, -webkit-box-shadow 426ms ease-in-out; }
  .address-recommendation__summary:hover {
    cursor: pointer;
    background-color: #E7B04D; }

.address-recommendation__option:checked + .address-recommendation__summary {
  border-color: #00A3B2;
  background-color: #00A3B2;
  color: #FFF;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }

.address-recommendation__option:focus:not(:checked) + .address-recommendation__summary {
  background-color: #E7B04D; }

@media (min-width: 48rem) {
  .address-recommendation:nth-child(n + 3) {
    margin-top: 1.25rem; } }

@media (max-width: 47.9375rem) {
  .address-recommendation:not(:last-child) {
    margin-bottom: 1.25rem; } }

.cart__summary .total-list__row:first-of-type {
  padding-top: 1.25rem; }

.total-list__row {
  font-size: 0.875rem; }

.total-list__row--promotions {
  margin-left: 1rem; }
  .total-list__row--promotions .total-list__row--promo__item {
    color: #000;
    font-size: 0.75rem; }

.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; } }

.secondary-navigation {
  position: relative; }

@media (min-width: 48rem) {
  .secondary-navigation {
    padding-bottom: 1.25rem; }
  .secondary-navigation__title {
    margin-bottom: 1em; }
  .secondary-navigation__item:not(:last-child) {
    margin-bottom: 1.5rem; }
  .secondary-navigation__item--extra {
    margin-top: 2rem; }
  .secondary-navigation__anchor .more-arrow {
    display: none;
    margin-top: 6px; }
  .secondary-navigation__anchor.set--active .more-arrow {
    display: inline-block; } }

.secondary-navigation__item:not(:last-child).Discount {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2; }

.secondary-navigation__anchor .more-arrow {
  font-size: 0.75rem; }

.secondary-navigation__anchor.set--active {
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

.account-nav-asset {
  background: #F6F6F8;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px; }
  .account-nav-asset h2 {
    font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 10px; }

@media (max-width: 47.9375rem) {
  .secondary-navigation__item {
    margin-bottom: 30px; }
    .secondary-navigation__item .more-arrow {
      margin-top: 4px; }
  .secondary-navigation__anchor {
    width: 100%; }
  .secondary-navigation {
    background: #000;
    margin-bottom: 50px; }
    .secondary-navigation button {
      color: #FFF;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: left;
      padding-left: 5%; }
    .secondary-navigation:before {
      content: "";
      height: 100%;
      width: 100%;
      background: #000;
      position: absolute;
      left: -100%; }
    .secondary-navigation:after {
      content: "";
      height: 100%;
      width: 100%;
      background: #000;
      position: absolute;
      right: -100%; }
  .secondary-navigation__trigger-icon {
    right: 1rem;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto; }
    .toggle--active .secondary-navigation__trigger-icon {
      -webkit-transform: scale(-1);
              transform: scale(-1); }
  .secondary-navigation__list {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -1rem;
    width: calc(100% + 2rem);
    background-color: #FFF;
    padding-top: 50px; }
    .secondary-navigation__list .more-arrow {
      display: none; }
    .secondary-navigation__list:not(.toggle--active) {
      opacity: 0;
      visibility: hidden; }
  .secondary-navigation__anchor {
    padding-left: 15px; } }

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.personal-pref-card {
  margin-top: 30px; }

.text-Center {
  text-align: center; }

.account-user-info {
  width: 100%;
  background: #f6f6f6;
  margin-bottom: 40px;
  padding: 30px; }
  .account-user-info .member {
    color: #767676;
    margin: 7px 0px; }
  .account-user-info .rewards-icon {
    width: 10px;
    margin-top: -2px; }
  .account-user-info .rewards {
    display: inline-block;
    margin-top: 12px; }
  .account-user-info .smiles {
    line-height: .9; }
  @media (max-width: 47.9375rem) {
    .account-user-info {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .account-user-info .bottom {
        background: #000;
        color: #FFF;
        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; }
      .account-user-info .mobile-container {
        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; }
      .account-user-info .top,
      .account-user-info .bottom {
        padding: 20px; }
        .account-user-info .top .flex .icon,
        .account-user-info .bottom .flex .icon {
          margin: 0 10px 0 0; }
      .account-user-info .smiles {
        font-size: 1rem; } }

.payment-methods {
  margin-top: 2em; }
  .payment-methods .no-saved {
    padding: 11px 23px;
    border: 1px solid #73bd00;
    max-width: 500px;
    margin-top: 40px; }
  .payment-methods .cc-item .account-card {
    border-top: 2px solid #000;
    padding-top: 30px; }
  .payment-methods .cc-item:last-child .account-card {
    border-bottom: 2px solid #000;
    padding-bottom: 30px; }
  .payment-methods .name {
    margin-bottom: 5px; }
  .payment-methods .card-summary {
    padding-left: 15px; }
  .payment-methods .cardholder-details {
    margin-top: 1em; }
  .payment-methods .account-card {
    margin-bottom: 2rem; }
  .payment-methods .address-summary__actions {
    margin-top: 0; }
  .payment-methods .default {
    text-transform: none;
    font-size: .875rem; }
  @media (max-width: 47.9375rem) {
    .payment-methods .address-summary__actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .payment-methods .address-summary__actions .icon {
        display: none; }
      .payment-methods .address-summary__actions .action {
        text-decoration: underline; } }
  @media (min-width: 48rem) {
    .payment-methods .edit {
      padding-right: 40px; } }

.payment-form {
  border-top: 2px solid #000;
  padding-top: 30px;
  margin-top: 30px; }

@media (max-width: 47.9375rem) {
  .payment-header {
    text-align: center; } }

.store-links a {
  line-height: 2rem; }

.store-links .icon {
  margin-top: -3px; }

.store-hours {
  margin-top: 20px; }

@media (max-width: 47.9375rem) {
  .my-store-account-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .store-links {
    margin-top: 40px; } }

.account-main__title {
  margin-bottom: 1em; }

.creative-preferences {
  padding-left: 1.5em; }
  .creative-preferences .creative-preferences__item {
    line-height: 1.75em; }
    .creative-preferences .creative-preferences__item:before {
      content: "\2022";
      color: #65a300;
      display: inline-block;
      width: 1.5em;
      margin-left: -1.5em; }

.accountOrderHistoryCard {
  background-color: lightgray;
  padding-right: 2%;
  padding-left: 2%; }

.orderStatus {
  margin-botton: 5%;
  font-weight: bold; }

.account-card__header {
  margin-bottom: 1rem;
  padding-bottom: .25rem;
  border-bottom: solid 0.0625rem #E6E6E6; }
  .account-card__header.no-border {
    border-bottom: none; }

.account-card__header--no-spacing {
  margin-bottom: 0; }

.account-card__row:not(:last-child) {
  margin-bottom: 1.25rem; }

.account-card__row-title {
  margin-bottom: .25em; }

.account-card__tag {
  display: inline-block;
  padding: .5em 1em;
  margin-top: 1em; }

.account-card__footer {
  margin-top: 1.5rem; }

.account-card__footer--border {
  margin-top: .75rem;
  padding-top: .5rem;
  border-top: none; }

@media (min-width: 48rem) {
  .account {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
    .account.secondary-navigation__item {
      padding: 0; } }

@media (max-width: 47.9375rem) {
  .account {
    padding-top: 1.5rem;
    padding-bottom: 3rem; }
    .account.secondary-navigation__item {
      padding: 0; } }

.communications-heading {
  border-bottom: 2px solid #000;
  margin-bottom: 30px; }
  .communications-heading .sub-title {
    margin: 22px 0 30px 0; }

.input-icon-container {
  position: relative; }
  .input-icon-container .icon {
    position: absolute;
    right: 5px;
    top: 10px; }

.mobile-block--item {
  display: inherit; }

.left-pad {
  padding-left: 10px; }

.comm-form-icon {
  position: absolute; }

.row-content {
  padding-left: 60px; }

@media (max-width: 47.9375rem) {
  .mobile-block-icon {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end; }
  .mobile-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-block--item {
      display: block; }
      .mobile-block--item:last-child {
        margin-top: 20px; }
  .row-content,
  .mobile-icon {
    padding: 0 40px; }
  .mobile-left-icon {
    padding: 0 0 20px 40px; }
  .mobile-cancel {
    margin-top: 20px;
    display: block;
    margin: 15px auto 0 auto; } }

.comm-pref {
  margin-bottom: 35px; }

.communication-row {
  border-bottom: 1px solid #d2d2d2; }
  .communication-row .add-comm-address {
    color: #65a300;
    margin-bottom: 15px; }
  .communication-row select {
    margin: 20px 0; }

.options-container {
  margin-bottom: 10px;
  position: relative; }

.orderDateNumber {
  margin-top: 2%;
  margin-bottom: 2%; }

.viewOrderInfo {
  margin-left: 50%;
  width: 50%;
  margin-bottom: 30%; }

.orderImage {
  margin-top: 10%; }

.line-item-name {
  font-weight: bold; }

.orderTotalAmount {
  float: right;
  font-weight: bold;
  padding-right: 2%; }

.orderHistoryProductCard {
  border: none; }

#containerOrderDetails {
  width: 100%; }

.itemUnitPrice {
  padding-bottom: 5.5%;
  font-weight: bold;
  margin-top: 2%;
  margin-left: 10%; }

.itemOrderStatus {
  padding-bottom: 5.5%;
  font-weight: bold; }

.orderHistoryCardItems {
  margin-top: 5; }

.orderHistoryProductCardName {
  margin-top: 2.5%; }

#containerOrderDetails {
  background-color: lightgray;
  padding-left: 2%;
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-left: 2%; }

.orderProductName {
  margin-top: 3%; }

.orderHistoryPrice {
  margin-top: 3%;
  margin-left: 8px;
  font-weight: bold; }

.breadcrumbs__anchor {
  font-weight: bold; }

.orderName {
  font-weight: bold;
  color: black; }

.orderBillingDetails {
  padding-left: 20%; }

.accountSections {
  padding-left: 2%; }

@media only screen and (max-width: 430px) {
  .accountOrderHistoryCard {
    background-color: lightgray;
    padding-right: 2%;
    padding-left: 2%; } }

@media only screen and (max-width: 768px) {
  .orderBillingDetails {
    padding-left: 5%; } }

@media only screen and (max-width: 767px) {
  .orderTotalAmountQuantity {
    float: left; }
  .orderTotalAmount {
    padding-right: 0%;
    margin-top: 3%; }
  .orderNumberMobile {
    margin-top: 10%; } }

.custom-fabric-modal {
  padding: 2rem 1rem; }
  .custom-fabric-modal .account-main__title, .custom-fabric-modal .create-folder-desc {
    font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif; }
  .custom-fabric-modal .account-card__row-contents .mobile-icon {
    width: 100%;
    text-align: start;
    padding: 0.5rem 0 0 0; }
  .custom-fabric-modal .account-card__row-contents p {
    padding-bottom: 1rem; }
  .custom-fabric-modal .button-distance {
    width: 100%; }

.new-folder-update {
  margin: 0 auto;
  text-align: left; }
  .new-folder-update label {
    font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif;
    line-height: 1.4; }

@media screen and (max-width: 767px) {
  #modal-addToSubscriptionModal .window-modal__content, #modal-Pattern-lib-folderModal .window-modal__content {
    margin: auto  8px; } }

.font-size-medium-text {
  font-size: 16px !important; }

.cursor-pointer-text {
  cursor: pointer !important; }

/**************** css for account payment form ***************/
.stripe-payment-form-container {
  background-color: #fff;
  border: 1px solid #b6ada5;
  border-radius: 3px;
  padding: 25px 25px;
  margin-top: 15px; }
  .stripe-payment-form-container .account-payment-form {
    border: 0;
    margin: 0;
    padding: 0; }
    .stripe-payment-form-container .account-payment-form .form-group .form-control-label {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: 600;
      color: #1d1f2a; }
    .stripe-payment-form-container .account-payment-form .form-group .form-control {
      border-radius: 4px;
      border: solid 1px #d7d2cb;
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: normal;
      color: #1d1f2a;
      height: 44px;
      padding: 0; }
    .stripe-payment-form-container .account-payment-form .form-group #cardOwner {
      padding: 11px; }
    .stripe-payment-form-container .account-payment-form .form-group .StripeElement {
      border: 0; }
    .stripe-payment-form-container .account-payment-form .make-default-payment .custom-checkbox input {
      position: absolute;
      left: 0;
      opacity: 0; }
    .stripe-payment-form-container .account-payment-form .make-default-payment .custom-checkbox label {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: normal;
      color: #1d1f2a;
      position: relative;
      padding-left: 30px; }
    .stripe-payment-form-container .account-payment-form .make-default-payment .custom-checkbox label:before {
      top: 0;
      left: 0;
      border: solid 0.0625rem #707B8C;
      border-radius: 0;
      content: '';
      width: 1.25em;
      height: 1.25em;
      display: inline-block;
      position: absolute; }
    .stripe-payment-form-container .account-payment-form .make-default-payment .custom-checkbox input:checked + .custom-control-label:before {
      background-color: #000;
      border-color: #000; }
    .stripe-payment-form-container .account-payment-form .make-default-payment .custom-checkbox .custom-control-input:checked + .custom-control-label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
      display: inline-block;
      width: 0.85em;
      height: 0.85em;
      position: absolute;
      top: 0px;
      left: 3px; }
    .stripe-payment-form-container .account-payment-form .row {
      margin-top: 30px; }
    .stripe-payment-form-container .account-payment-form .row .col {
      max-width: 200px; }
    .stripe-payment-form-container .account-payment-form .row .col:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .stripe-payment-form-container .account-payment-form .row .col:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .stripe-payment-form-container .account-payment-form a.btn-outline-primary {
      font-family: 'avenir-regular';
      font-size: 18px;
      font-weight: 600;
      text-transform: inherit;
      min-height: 48px;
      padding: 0;
      border-radius: 6px;
      border: solid 1px #1d1f2a;
      background-color: #fff;
      text-align: center;
      line-height: 48px; }
    .stripe-payment-form-container .account-payment-form a.btn-outline-primary:hover {
      border: solid 1px #1d1f2a;
      background-color: #1d1f2a;
      color: #fff; }
    .stripe-payment-form-container .account-payment-form button.btn-save {
      font-family: 'avenir-regular';
      font-size: 18px;
      font-weight: 600;
      text-transform: inherit;
      min-height: 48px;
      padding: 0;
      border-radius: 6px;
      border: solid 1px #1d1f2a;
      background-color: #1d1f2a;
      color: #fff;
      text-align: center;
      line-height: 48px; }
    .stripe-payment-form-container .account-payment-form button.btn-save:hover {
      border: solid 1px #1d1f2a;
      background-color: #fff;
      color: #1d1f2a; }
    .stripe-payment-form-container .account-payment-form .declined-error-msg {
      color: #dc3a18;
      font-weight: 600;
      font-size: 15px;
      font-family: 'avenir-regular';
      padding-bottom: 10px; }
    .stripe-payment-form-container .account-payment-form .backtoaccount {
      margin-top: 10px; }

progress {
  border: 2px solid grey;
  width: 300px;
  height: 25px; }

progress::-webkit-progress-bar {
  background-color: #d7d2cb; }

progress::-webkit-progress-value {
  background-color: #fce300; }

.main.myAccount {
  background-color: #f1f0ed; }
  .main.myAccount .secondary-navigation__item {
    border-bottom: 1px solid #d7d2cb;
    padding: 15px;
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .main.myAccount .secondary-navigation__item {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .main.myAccount .secondary-navigation__item .icon {
        margin: 0; } }
    .main.myAccount .secondary-navigation__item.subscription {
      width: inherit !important; }
  .main.myAccount .account-nav-asset {
    margin-right: 15px;
    margin-top: 15px; }
  .main.myAccount .secondary-navigation__item .secondary-navigation__anchor {
    font-size: 1rem;
    font-family: 'avenir-regular';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal; }
  .main.myAccount .account-card.accountOrderHistoryCard {
    background-color: #fff; }
  .main.myAccount .myAccount-content-area .account-main__title {
    font-size: 1.5rem;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a; }
  .main.myAccount .account-card.accountOrderHistoryCard .account-card__header {
    border-bottom: none; }
  .main.myAccount .account-card.accountOrderHistoryCard .account-card__header.dotted-border {
    border-bottom: 4px dotted #f1f0ed; }
    @media (max-width: 767px) {
      .main.myAccount .account-card.accountOrderHistoryCard .account-card__header.dotted-border {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  @media (max-width: 767px) {
    .main.myAccount .account-card__header .priceTotal {
      margin-top: 2%; } }
  .main.myAccount .orderStatus-display {
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'avenir-regular'; }
  .main.myAccount .order-info-status {
    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; }
    @media (max-width: 767px) {
      .main.myAccount .order-info-status {
        -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: 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; } }
  .main.myAccount .order-info-status .viewOrderInfo-btn {
    margin-left: auto; }
    @media (max-width: 767px) {
      .main.myAccount .order-info-status .viewOrderInfo-btn {
        margin: 0;
        width: 100%; } }
  .main.myAccount .product-grid__item {
    background: rgba(215, 210, 203, 0.2);
    margin: 10px; }
  .main.myAccount .order-info-button {
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 1rem;
    font-family: 'avenir-regular';
    font-weight: 600;
    padding: 12px 32px; }
    @media (max-width: 767px) {
      .main.myAccount .order-info-button {
        width: 100%;
        margin: 0;
        font-weight: 600; } }
  .main.myAccount .product-line-item__details {
    height: 190px;
    background: rgba(215, 210, 203, 0.2);
    padding: 5px 15px;
    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; }
    .main.myAccount .product-line-item__details .product-line-item__image-wrap {
      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;
      height: 100%; }
      .main.myAccount .product-line-item__details .product-line-item__image-wrap img {
        width: 85%;
        height: auto;
        max-width: inherit;
        max-height: inherit; }
  .main.myAccount .secondary-navigation__anchor.set--active {
    font-weight: bold;
    font-family: 'avenir-bold';
    color: #1d1f2a; }
    .main.myAccount .secondary-navigation__anchor.set--active:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .main.myAccount .secondary-navigation__list {
      left: 0;
      right: 0;
      height: 590px;
      padding-top: 0;
      width: 100%; } }
  .main.myAccount .breadcrumbs__item {
    font-size: 0.875rem; }

.myAccount-user-info {
  background-color: #f1f0ed;
  padding: 10px 40px; }
  @media (max-width: 767px) {
    .myAccount-user-info {
      text-align: left;
      padding: 10px; } }

@media (max-width: 767px) {
  .myAccount-user-info .top {
    padding: 0; } }

.myAccount-user-info .top h2 {
  color: #1d1f2a;
  font-size: 30px; }
  @media (max-width: 767px) {
    .myAccount-user-info .top h2 {
      font-size: 26px; } }

.myAccount-content-area {
  padding: 2px 20px;
  position: relative; }
  @media (max-width: 767px) {
    .myAccount-content-area {
      padding: 2px 0; } }

.myAccount-orders {
  border-radius: 3px;
  border: 1px solid #b6ada5;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .myAccount-orders {
      padding: 15px; } }
  .myAccount-orders .orderStatus {
    margin: 0.5rem;
    font-size: 20px;
    font-family: 'avenir-regular';
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .myAccount-orders .orderStatus {
        font-size: 18px;
        padding-bottom: 10px; } }

.accountSettings.payment-methods {
  background-color: #fff;
  border: 1px solid #b6ada5;
  border-radius: 3px;
  padding: 20px 10px;
  margin: 1rem 0; }
  .accountSettings.payment-methods .cc-item .account-card {
    border-top: none;
    border-bottom: 4px dotted #f1f0ed;
    padding: 10px; }
  .accountSettings.payment-methods .account-card {
    margin-bottom: 0; }
  .accountSettings.payment-methods .account-card__header {
    margin-bottom: 0.6rem; }
  .accountSettings.payment-methods .account-card__row:not(:last-child) {
    margin-bottom: 0; }
  .accountSettings.payment-methods .cc-item:last-child .account-card {
    border-bottom: none; }
  .accountSettings.payment-methods .account-card__row {
    padding: 5px 0; }
    .accountSettings.payment-methods .account-card__row h3, .accountSettings.payment-methods .account-card__row p {
      font-size: 1rem; }
  .accountSettings.payment-methods .address-summary__actions .edit {
    padding-right: 0;
    cursor: pointer; }
  .accountSettings.payment-methods .account-card .account-card__header-title {
    font-size: 1.25rem; }
  .accountSettings.payment-methods .form-control-label {
    color: #1d1f2a;
    font-size: 0.87rem;
    font-family: "avenir-demi", sans-serif; }
  .accountSettings.payment-methods .required .form-control-label:after {
    color: #1d1f2a; }
  .accountSettings.payment-methods .form-actions .button.button--primary {
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
    .accountSettings.payment-methods .form-actions .button.button--primary.cancelbtn {
      background-color: #fff;
      color: #1d1f2a;
      font-size: 0.87rem;
      text-transform: none; }
      .accountSettings.payment-methods .form-actions .button.button--primary.cancelbtn:hover {
        background-color: #1d1f2a;
        opacity: 1;
        color: #fff; }
    .accountSettings.payment-methods .form-actions .button.button--primary.savebtn {
      background-color: #1d1f2a;
      opacity: 1;
      font-size: 0.87rem;
      text-transform: none;
      color: #fff; }
      .accountSettings.payment-methods .form-actions .button.button--primary.savebtn:hover {
        background-color: #fff;
        color: #1d1f2a; }
  .accountSettings.payment-methods .form-actions {
    margin-top: 0rem;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .accountSettings.payment-methods .form-actions {
        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; } }
  .accountSettings.payment-methods .form-group--constraints .constraints-list {
    border-radius: 4px;
    border: 1px solid #d7d2cb;
    background-color: #f1f0ed;
    margin-top: 20px;
    font-size: 1rem; }
  .accountSettings.payment-methods .form-control__constraints.font-size--mini li {
    margin-left: 20px;
    list-style: disc;
    font-family: 'avenir-regular';
    font-size: 0.87rem; }
  .accountSettings.payment-methods .form-control__constraints li.set--constraint-fail, .accountSettings.payment-methods .form-control__constraints li.set--constraint-pass {
    list-style: none; }

@media (max-width: 767px) {
  .myAccount .secondary-navigation {
    background-color: #f1f0ed; }
    .myAccount .secondary-navigation::before, .myAccount .secondary-navigation::after {
      background-color: #f1f0ed; } }

.payment-methods.myAcc-addressBook {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  padding: 20px;
  margin: 1rem 0; }
  .payment-methods.myAcc-addressBook .cc-item .account-card {
    border-top: none;
    border-bottom: 4px dotted #f1f0ed;
    padding: 10px;
    margin-bottom: 0; }
  .payment-methods.myAcc-addressBook .cc-item:last-child .account-card {
    border-top: none;
    border-bottom: 4px dotted #f1f0ed;
    padding-bottom: 15px; }
  .payment-methods.myAcc-addressBook .delete-icon {
    width: 24px;
    height: 24px; }
  .payment-methods.myAcc-addressBook .defaultAddressBtn {
    padding: 5px 8px 4px;
    border-radius: 50px;
    background-color: #fce300;
    font-weight: 600;
    font-family: 'avenir-regular';
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #1d1f2a;
    border: none;
    margin-left: 0; }
  .payment-methods.myAcc-addressBook .form-actions {
    margin-top: 2rem; }
  .payment-methods.myAcc-addressBook .addNewAddressBtn {
    border-radius: 3px;
    border: solid 1px #b6ada5;
    text-transform: capitalize;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-size: 1rem; }
  .payment-methods.myAcc-addressBook .address-summary__actions {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    margin-left: auto;
    cursor: pointer; }
    @media (max-width: 767px) {
      .payment-methods.myAcc-addressBook .address-summary__actions {
        margin-left: 0;
        margin-top: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      .payment-methods.myAcc-addressBook .address-summary__actions .edit {
        padding-right: 15px;
        border-right: 1px solid #968c83; } }
    @media (max-width: 767px) {
      .payment-methods.myAcc-addressBook .address-summary__actions .delete {
        margin-left: 10px; } }
  .payment-methods.myAcc-addressBook .myAccfirstName {
    font-family: 'avenir-bold';
    font-size: 1.25rem;
    color: #1d1f2a;
    margin-bottom: 10px; }
  .payment-methods.myAcc-addressBook .account-card__row {
    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: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media (max-width: 767px) {
      .payment-methods.myAcc-addressBook .account-card__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 767px) {
    .payment-methods.myAcc-addressBook .address-summary__actions .icon {
      display: inline-block; } }
  .payment-methods.myAcc-addressBook .form-control-label {
    color: #1d1f2a;
    font-size: 0.87rem;
    font-family: "avenir-demi", sans-serif; }
  .payment-methods.myAcc-addressBook .form-actions .button.button--primary {
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .payment-methods.myAcc-addressBook .form-actions .button.button--primary {
        width: 100%;
        margin: 0 auto; } }
    .payment-methods.myAcc-addressBook .form-actions .button.button--primary.cancelbtn {
      background-color: #fff;
      color: #1d1f2a;
      font-size: 0.87rem;
      text-transform: none; }
      @media (max-width: 767px) {
        .payment-methods.myAcc-addressBook .form-actions .button.button--primary.cancelbtn {
          margin-bottom: 10px; } }
      .payment-methods.myAcc-addressBook .form-actions .button.button--primary.cancelbtn:hover {
        background-color: #1d1f2a;
        opacity: 1;
        color: #fff; }
    .payment-methods.myAcc-addressBook .form-actions .button.button--primary.savebtn {
      background-color: #1d1f2a;
      opacity: 1;
      color: #fff;
      font-size: 0.87rem;
      text-transform: none; }
      .payment-methods.myAcc-addressBook .form-actions .button.button--primary.savebtn:hover {
        background-color: #fff;
        color: #1d1f2a; }
  .payment-methods.myAcc-addressBook .required .form-control-label:after {
    color: #1d1f2a; }
  @media (max-width: 767px) {
    .payment-methods.myAcc-addressBook .button-distance {
      width: 100%; } }

.myAccEditAddress {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  margin: 1rem 0; }
  .myAccEditAddress .form-control-label {
    color: #1d1f2a;
    font-size: 0.87rem;
    font-family: "avenir-demi", sans-serif; }
  .myAccEditAddress .form-actions .button.button--primary {
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
    .myAccEditAddress .form-actions .button.button--primary.cancelbtn {
      background-color: #fff;
      color: #1d1f2a;
      font-size: 0.87rem;
      text-transform: none; }
      .myAccEditAddress .form-actions .button.button--primary.cancelbtn:hover {
        background-color: #1d1f2a;
        opacity: 1;
        color: #fff; }
    .myAccEditAddress .form-actions .button.button--primary.savebtn {
      background-color: #1d1f2a;
      opacity: 1;
      color: #fff;
      font-size: 0.87rem;
      text-transform: none; }
      .myAccEditAddress .form-actions .button.button--primary.savebtn:hover {
        background-color: #fff;
        color: #1d1f2a; }
  .myAccEditAddress .required .form-control-label:after {
    color: #1d1f2a; }

.DeleteAddress .window-modal__content::before {
  width: 100%;
  height: 50px;
  background: #fce300;
  content: '';
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.DeleteAddress {
  background-color: #d7d2cbe6; }

.DeleteAddress .window-modal__content {
  width: 550px;
  max-width: 80%;
  margin: auto;
  padding: 0; }
  @media (max-width: 767px) {
    .DeleteAddress .window-modal__content {
      width: 100%;
      max-width: 100%; } }
  .DeleteAddress .window-modal__content .window-modal__close {
    top: 2px;
    right: 0.5em;
    background-color: transparent; }
  .DeleteAddress .window-modal__content .modal--generic__header, .DeleteAddress .window-modal__content .modal--generic__content {
    padding: 1rem; }
  .DeleteAddress .window-modal__content .modal--generic__actions {
    margin-top: 0;
    border-top: 1px solid #d7d2cb; }
  .DeleteAddress .window-modal__content .button-distance {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .DeleteAddress .window-modal__content .button-distance {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .DeleteAddress .window-modal__content .button-controls {
    padding: 1.5rem 1rem 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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; }
  .DeleteAddress .window-modal__content .modal--generic__action, .DeleteAddress .window-modal__content .modal--generic__content {
    margin-top: 0; }
  .DeleteAddress .window-modal__content .cancelBtn {
    border-radius: 6px;
    font-size: 0.87rem;
    background-color: #fff;
    color: #1d1f2a;
    text-transform: none; }
  .DeleteAddress .window-modal__content .saveBtn {
    border-radius: 6px;
    font-size: 0.87rem;
    text-transform: none;
    opacity: 1;
    background-color: #1d1f2a; }

.myAcc-preferences {
  border-bottom: none;
  margin-bottom: 0; }

.preferences-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  margin: 1rem 0; }
  .preferences-container .commuincation-card {
    border-bottom: 4px dotted #f1f0ed;
    padding-bottom: 20px; }
  .preferences-container .account-card .account-card__header-title {
    font-size: 1.25rem;
    font-family: 'avenir-bold';
    color: #1d1f2a; }
  .preferences-container .account-card .account-card__row {
    padding: 6px 0; }
  .preferences-container .account-card .account-card__row:not(:last-child) {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .preferences-container .account-card .mobile-block--item {
      display: inherit; } }
  .preferences-container .account-card .no-left-pad-mob {
    padding-left: 10px; }
    @media (max-width: 767px) {
      .preferences-container .account-card .no-left-pad-mob {
        padding-left: 0; } }
  .preferences-container .account-card .edit-pre {
    margin-left: auto;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    -webkit-text-decoration: auto;
            text-decoration: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    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; }
  .preferences-container .account-card .account-card__header {
    border-bottom: none; }
  .preferences-container .account-card .form-check-input + .form-check-label--radio:before, .preferences-container .form-check-label--radio::before {
    content: " ";
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #000;
    background-color: transparent;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .preferences-container .account-card .form-check-input:checked + .form-check-label--radio:after, .preferences-container .form-check-label--radio.set--checked::after {
    content: " ";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    background: #000;
    top: 4.8px;
    left: 5px; }
  .preferences-container .form-actions .button.button--primary {
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
    .preferences-container .form-actions .button.button--primary.cancelbtn {
      background-color: #fff;
      color: #1d1f2a;
      font-size: 0.87rem;
      text-transform: none; }
      .preferences-container .form-actions .button.button--primary.cancelbtn:hover {
        background-color: #1d1f2a;
        opacity: 1;
        color: #fff; }
    .preferences-container .form-actions .button.button--primary.savebtn {
      background-color: #1d1f2a;
      opacity: 1;
      color: #fff;
      font-size: 0.87rem;
      text-transform: none; }
      .preferences-container .form-actions .button.button--primary.savebtn:hover {
        background-color: #fff;
        color: #1d1f2a; }
  .preferences-container .account-card__row.communication-row {
    padding: 10px 0; }
  .preferences-container .form-group {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .preferences-container .form-actions {
      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; } }
  .preferences-container .communication-row .add-comm-address {
    margin-bottom: 0;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    font-weight: 600; }
  .preferences-container .account-card__row.communication-row .row-content {
    padding-left: 0; }
  @media (max-width: 767px) {
    .preferences-container .mobile-padd-none {
      padding: 0; } }

.myAcc-paymentmethods.payment-methods {
  background-color: #fff;
  border: 1px solid #b6ada5;
  border-radius: 3px;
  padding: 20px 10px;
  margin: 1rem 0; }
  .myAcc-paymentmethods.payment-methods .cc-item .account-card {
    border-top: none;
    border-bottom: 4px dotted #f1f0ed;
    padding: 10px; }
  .myAcc-paymentmethods.payment-methods .account-card__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .account-card__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .myAcc-paymentmethods.payment-methods .address-summary__details .address-summary__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; }
    .myAcc-paymentmethods.payment-methods .address-summary__details .address-summary__row img {
      width: 50px;
      height: auto; }
  .myAcc-paymentmethods.payment-methods .address-summary__details .card-summary {
    padding-left: 0; }
  .myAcc-paymentmethods.payment-methods .address-summary__actions {
    margin-left: auto;
    cursor: pointer; }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .address-summary__actions {
        margin-left: 0;
        margin-top: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .address-summary__actions .edit {
        padding-right: 15px;
        border-right: 1px solid #968c83; } }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .address-summary__actions .delete {
        margin-left: 10px; } }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .address-summary__actions .icon {
        display: inline-block; } }
  .myAcc-paymentmethods.payment-methods .defaultPaymentBtn {
    padding: 5px 8px 4px;
    border-radius: 50px;
    background-color: #fce300;
    font-weight: 600;
    font-family: 'avenir-regular';
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #1d1f2a;
    border: none;
    margin-left: 0; }
  .myAcc-paymentmethods.payment-methods .addNewPaymentBtn {
    border-radius: 3px;
    border: solid 1px #b6ada5;
    text-transform: capitalize;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-size: 1rem; }
  .myAcc-paymentmethods.payment-methods .delete-icon {
    width: 24px;
    height: 24px; }
  .myAcc-paymentmethods.payment-methods .cardHolderName {
    font-size: 1rem;
    font-family: 'avenir-bold';
    color: #1d1f2a;
    margin: 10px 0; }
  .myAcc-paymentmethods.payment-methods .cardNo, .myAcc-paymentmethods.payment-methods .cardExp {
    font-size: 0.87rem;
    font-family: 'avenir-regular';
    font-weight: 600;
    color: #1d1f2a; }
  .myAcc-paymentmethods.payment-methods .main-cardNo, .myAcc-paymentmethods.payment-methods .main-cardExp {
    font-size: 0.87rem;
    font-family: 'avenir-regular';
    color: #1d1f2a; }
  .myAcc-paymentmethods.payment-methods .form-actions {
    margin-top: 0; }
    @media (max-width: 767px) {
      .myAcc-paymentmethods.payment-methods .form-actions .button.button--primary {
        width: 100%;
        margin: 0 auto; } }

.editPaymentForm {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  padding: 20px;
  margin: 1rem 0; }
  .editPaymentForm .payment-form {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
  .editPaymentForm .form-group .form-control-label {
    color: #1d1f2a;
    font-size: 0.87rem;
    font-family: "avenir-demi", sans-serif; }
  .editPaymentForm .required .form-control-label:after {
    color: #1d1f2a; }
  .editPaymentForm .form-actions .button.button--primary {
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
    .editPaymentForm .form-actions .button.button--primary.cancelbtn {
      background-color: #fff;
      color: #1d1f2a;
      font-size: 0.87rem;
      text-transform: none; }
      @media (max-width: 767px) {
        .editPaymentForm .form-actions .button.button--primary.cancelbtn {
          margin-bottom: 10px; } }
      .editPaymentForm .form-actions .button.button--primary.cancelbtn:hover {
        background-color: #1d1f2a;
        opacity: 1;
        color: #fff; }
    .editPaymentForm .form-actions .button.button--primary.savebtn {
      background-color: #1d1f2a;
      opacity: 1;
      font-size: 0.87rem;
      text-transform: none;
      color: #fff; }
      .editPaymentForm .form-actions .button.button--primary.savebtn:hover {
        background-color: #fff;
        color: #1d1f2a; }
  .editPaymentForm .button-distance {
    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; }
    @media (max-width: 767px) {
      .editPaymentForm .button-distance {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%; } }
    @media (max-width: 767px) {
      .editPaymentForm .button-distance .button.button--primary {
        width: 100%;
        margin: 0 auto; } }

#modal-newPayment .window-modal__content {
  width: 550px;
  max-width: 80%;
  margin: auto;
  padding: 0; }
  #modal-newPayment .window-modal__content::before {
    width: 100%;
    height: 50px;
    background: #fce300;
    content: '';
    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; }
  #modal-newPayment .window-modal__content .window-modal__close {
    top: 2px;
    right: 0.5em;
    background-color: transparent; }
  #modal-newPayment .window-modal__content .payment-header {
    padding: 1rem; }
  #modal-newPayment .window-modal__content .payment-form {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding: 1rem; }
    #modal-newPayment .window-modal__content .payment-form .form-control-label {
      color: #1d1f2a;
      font-size: 0.87rem;
      font-family: "avenir-demi", sans-serif;
      margin: 12px 0; }
    #modal-newPayment .window-modal__content .payment-form .required .form-control-label:after {
      color: #1d1f2a; }
    #modal-newPayment .window-modal__content .payment-form .form-group {
      margin-bottom: 0; }
    #modal-newPayment .window-modal__content .payment-form .form-group.form-check {
      margin-top: 1.5rem; }
    #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary {
      border: solid 1px #1d1f2a;
      border-radius: 6px; }
      #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary.cancelbtn {
        background-color: #fff;
        color: #1d1f2a;
        font-size: 0.87rem;
        text-transform: none; }
        @media (max-width: 767px) {
          #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary.cancelbtn {
            margin-bottom: 10px; } }
        #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary.cancelbtn:hover {
          background-color: #1d1f2a;
          opacity: 1;
          color: #fff; }
      #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary.savebtn {
        background-color: #1d1f2a;
        opacity: 1;
        font-size: 0.87rem;
        text-transform: none;
        color: #fff; }
        #modal-newPayment .window-modal__content .payment-form .form-actions .button.button--primary.savebtn:hover {
          background-color: #fff;
          color: #1d1f2a; }
    #modal-newPayment .window-modal__content .payment-form .button-distance {
      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; }
      @media (max-width: 767px) {
        #modal-newPayment .window-modal__content .payment-form .button-distance {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          width: 100%; } }
      @media (max-width: 767px) {
        #modal-newPayment .window-modal__content .payment-form .button-distance .button.button--primary {
          width: 100%;
          margin: 0 auto; } }
  #modal-newPayment .window-modal__content .backtoaccount {
    padding-left: 1rem;
    margin: 0 0 10px;
    color: #1d1f2a; }

.DeletePayment .window-modal__content::before {
  width: 100%;
  height: 50px;
  background: #fce300;
  content: '';
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.DeletePayment {
  background-color: #d7d2cbe6; }

.DeletePayment .window-modal__content {
  width: 550px;
  max-width: 80%;
  margin: auto;
  padding: 0; }
  @media (max-width: 767px) {
    .DeletePayment .window-modal__content {
      width: 100%;
      max-width: 100%; } }
  .DeletePayment .window-modal__content .window-modal__close {
    top: 2px;
    right: 0.5em;
    background-color: transparent; }
  .DeletePayment .window-modal__content .modal--generic__header, .DeletePayment .window-modal__content .modal--generic__content {
    padding: 1rem; }
  .DeletePayment .window-modal__content .modal--generic__actions {
    margin-top: 0;
    border-top: 1px solid #d7d2cb; }
  .DeletePayment .window-modal__content .button-distance {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .DeletePayment .window-modal__content .button-distance {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .DeletePayment .window-modal__content .button-controls {
    padding: 1.5rem 1rem 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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; }
  .DeletePayment .window-modal__content .modal--generic__action, .DeletePayment .window-modal__content .modal--generic__content {
    margin-top: 0; }
  .DeletePayment .window-modal__content .cancelBtn {
    border-radius: 6px;
    font-size: 0.87rem;
    background-color: #fff;
    color: #1d1f2a;
    text-transform: none; }
  .DeletePayment .window-modal__content .saveBtn {
    border-radius: 6px;
    font-size: 0.87rem;
    text-transform: none;
    opacity: 1;
    background-color: #1d1f2a; }

@media (max-width: 767px) {
  .myAccount .myAccount-content-area .secondary-navigation button {
    color: #1d1f2a;
    background-color: #fff;
    border: 1px solid #d7d2cb;
    border-radius: 4px;
    margin-bottom: 5px; } }

.profile-account-details {
  position: relative; }

.profile-account-details-breadcrumbs__item {
  position: absolute;
  top: -114px;
  left: 46px;
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .profile-account-details-breadcrumbs__item {
      top: -105px;
      left: 15px; } }

.page[data-action="Order-Details"] .breadcrumbs__item:first-child {
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .page[data-action="Order-Details"] .breadcrumbs__item:first-child {
      display: inline-block; } }

.payment-card-alert .payment-card-failure {
  display: none;
  padding: 10px 0 0 5px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #db5858;
  font-size: 15px;
  font-weight: normal; }

/*************** preview-css ****************/
.communications-heading.preview-header .content-asset {
  font-size: 16px;
  font-family: 'avenir-regular';
  font-weight: 600;
  padding-top: 5px; }

.preferences-container .account-card.commuincation-card.preview-outer {
  border-bottom: 0;
  padding-bottom: 5px; }
  .preferences-container .account-card.commuincation-card.preview-outer .account-card__header {
    margin-bottom: 10px; }
  .preferences-container .account-card.commuincation-card.preview-outer .account-card__header-title {
    margin-bottom: 0; }
  .preferences-container .account-card.commuincation-card.preview-outer .account-card__row {
    padding-top: 10px; }
  .preferences-container .account-card.commuincation-card.preview-outer .content-asset {
    font-size: 16px;
    font-family: 'avenir-regular';
    font-weight: 600;
    padding-top: 5px; }

.preferences-container .account-card__row.communication-row.preview-inner {
  padding: 0;
  border: 0; }
  .preferences-container .account-card__row.communication-row.preview-inner .account-card__header-title {
    margin-bottom: 15px; }

.preview-container .commuincation-card.preview-outer {
  border-bottom: 0;
  padding-bottom: 5px; }

.preview-container .form-actions {
  margin-top: 20px; }

.preview-container .form-actions .button.button--primary.cancelbtn {
  margin-left: 0; }

.measurement-container {
  padding: 32px;
  border: solid 1px #b6ada5;
  background-color: #fff; }
  .measurement-container .measurement-back-btn {
    text-decoration: none;
    padding: 25px; }
  .measurement-container .existing-profile-item {
    display: none; }
  .measurement-container .measurement-profiles {
    border-bottom: 4px dotted #f1f0ed;
    padding-bottom: 26px;
    margin-bottom: 32px; }
    .measurement-container .measurement-profiles .measurement-main-header {
      line-height: 1.18;
      font-size: 22px;
      font-weight: bold; }
    .measurement-container .measurement-profiles .create-profile-btn {
      padding: 12px 32px;
      border-radius: 6px;
      background-color: #1d1f2a;
      margin-left: auto;
      -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;
      color: white;
      font-size: 18px;
      font-weight: 600; }
      .measurement-container .measurement-profiles .create-profile-btn .measurement-plus-icon {
        margin-right: 8px;
        height: 21px;
        width: 21px; }
  .measurement-container .measurement-existing-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px; }
    .measurement-container .measurement-existing-profile .profile-header {
      color: #1d1f2a;
      line-height: 1.18;
      font-size: 22px;
      font-weight: bold;
      border-bottom: 4px dotted #f1f0ed;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 28px; }
      .measurement-container .measurement-existing-profile .profile-header .delete-profile-btn {
        margin-left: auto;
        color: #000;
        line-height: 1.17;
        font-size: 18px;
        font-weight: 500; }
    .measurement-container .measurement-existing-profile .mannequinIconExistingProfile {
      width: 14px;
      height: 22px; }
    .measurement-container .measurement-existing-profile .measurement-prop {
      max-width: 50%;
      color: #1d1f2a;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.38; }
    .measurement-container .measurement-existing-profile .measurement-value {
      font-family: 'avenir-bold';
      font-size: 16px;
      font-weight: 600;
      line-height: 1.31; }
    .measurement-container .measurement-existing-profile .genderAndSize {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .measurement-container .measurement-existing-profile .genderAndSize #existing-profile-gender {
        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;
        padding: 3px 14px 2px;
        border-radius: 6px;
        background-color: #1d1f2a;
        color: #f1f0ed; }
    .measurement-container .measurement-existing-profile .measurement-data-headings {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 58px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 0px;
      border-bottom: 2px solid #fce300; }
    .measurement-container .measurement-existing-profile .measurement-row {
      -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-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 22px 8px;
      border-bottom: 1px solid #f1f0ed; }
      .measurement-container .measurement-existing-profile .measurement-row:last-child {
        border-bottom: none; }

.edit-measurement-profile-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  padding: 12px 32px;
  border-radius: 6px;
  background-color: #1d1f2a;
  -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;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600; }
  .edit-measurement-profile-btn #editCustomization {
    height: 21px;
    width: 21px; }

.create-new-profile-card {
  display: none; }

.mannequinIcon {
  height: 50px;
  width: 50px;
  margin-right: 16px; }

.user-profiles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .user-profiles .profile-item {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #f1f0ed; }
    .user-profiles .profile-item:hover {
      cursor: pointer; }
    .user-profiles .profile-item:last-child {
      border-bottom: none; }
    .user-profiles .profile-item .profile-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: 'avenir-regular';
      font-size: 22px;
      font-weight: 600;
      line-height: 1.18;
      color: #1d1f2a; }
      .user-profiles .profile-item .profile-info .profile-name {
        font-size: 22px; }
      .user-profiles .profile-item .profile-info .modified-date {
        line-height: 1.31;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600; }
        .user-profiles .profile-item .profile-info .modified-date .modified-date-value {
          font-weight: normal;
          margin-left: 8px; }
  .user-profiles .delete-profile-btn {
    margin-left: auto;
    line-height: 1.17;
    font-size: 18px;
    font-weight: 500;
    color: #000; }

.profile-form-read-only {
  margin-top: 32px; }
  .profile-form-read-only .col-6 {
    padding: 0; }
  .profile-form-read-only .genderAndSize {
    gap: 30px; }
    .profile-form-read-only .genderAndSize .form-group {
      margin-bottom: 0; }
    .profile-form-read-only .genderAndSize .form-group:first-child {
      max-width: 85px; }
    .profile-form-read-only .genderAndSize .form-group:last-child {
      max-width: 150px; }
  .profile-form-read-only .form-control-label {
    line-height: 1.38;
    font-size: 16px;
    font-weight: 600; }

.new-profile-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .new-profile-card .profile-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 4px dotted #f1f0ed;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 28px; }
    .new-profile-card .profile-header .profile-header-title {
      line-height: 1.18;
      color: #1d1f2a;
      font-size: 22px;
      font-weight: bold; }
  .new-profile-card .profile-form {
    margin-top: 32px; }
    .new-profile-card .profile-form .profile_name_details {
      padding: 20px 0;
      margin: 10px 0; }
      .new-profile-card .profile-form .profile_name_details span {
        color: #1d1f2a;
        line-height: 1.38;
        font-family: 'avenir-bold';
        font-size: 16px;
        font-weight: 600; }
      .new-profile-card .profile-form .profile_name_details input[name="mannequinName"] {
        padding: 10px;
        border-radius: 4px;
        border: solid 1px #d7d2cb;
        background-color: #fff;
        display: block; }
    .new-profile-card .profile-form .col-12 {
      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;
      padding: 0;
      padding-bottom: 37px;
      border-bottom: 4px dotted #f1f0ed; }
      .new-profile-card .profile-form .col-12 .gender-selection {
        margin-right: 40px; }
        .new-profile-card .profile-form .col-12 .gender-selection .gender {
          color: #1d1f2a;
          line-height: 1.38;
          font-family: 'avenir-bold';
          font-size: 16px;
          font-weight: 600; }
        .new-profile-card .profile-form .col-12 .gender-selection .switch-field {
          overflow: hidden; }
          .new-profile-card .profile-form .col-12 .gender-selection .switch-field input {
            position: absolute;
            height: 1px;
            width: 1px;
            border: 0;
            overflow: hidden;
            visibility: hidden; }
          .new-profile-card .profile-form .col-12 .gender-selection .switch-field label {
            background-color: #f1f0ed;
            color: #1d1f2a;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.57;
            padding: 13px 21px 13px 21px;
            border-radius: 4px; }
            .new-profile-card .profile-form .col-12 .gender-selection .switch-field label:hover {
              cursor: pointer; }
          .new-profile-card .profile-form .col-12 .gender-selection .switch-field input:checked + label {
            background-color: #1d1f2a;
            color: #fff;
            text-align: center; }
      .new-profile-card .profile-form .col-12 .standard-size-selection label {
        color: #1d1f2a;
        line-height: 1.38;
        font-family: 'avenir-bold';
        font-size: 16px;
        font-weight: 600; }
      .new-profile-card .profile-form .col-12 .standard-size-selection #standard-size {
        padding: 10px;
        border-radius: 4px;
        border: solid 1px #d7d2cb;
        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;
        background-color: #fff; }
        .new-profile-card .profile-form .col-12 .standard-size-selection #standard-size option {
          text-align: left;
          color: rgba(29, 31, 42, 0.75);
          line-height: 1.31;
          font-size: 16px; }
    .new-profile-card .profile-form .customize-btn-block {
      margin-top: 32px; }
      .new-profile-card .profile-form .customize-btn-block #customize-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 32px;
        border-radius: 6px;
        background-color: #1d1f2a;
        -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;
        color: #fff;
        font-size: 18px;
        line-height: 1.22;
        font-weight: 600; }
        .new-profile-card .profile-form .customize-btn-block #customize-btn #editCustomization {
          height: 21px;
          width: 21px; }
    .new-profile-card .profile-form .invalid-form-message {
      color: #d8000c;
      background-color: #ffbaba; }

.subHeader {
  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; }
  .subHeader .sortBy-selection {
    margin-left: auto; }
    .subHeader .sortBy-selection label {
      line-height: 1.22;
      color: #1d1f2a;
      font-weight: 600;
      font-size: 18px; }
    .subHeader .sortBy-selection select {
      font-size: 18px;
      color: #1d1f2a;
      margin: 0 10px;
      line-height: 1.33;
      background-color: transparent;
      border: 0;
      max-width: 82%;
      width: auto; }

@media (max-width: 767px) {
  .measurement-profiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    border-bottom: 1px solid #d7d2cb; }
    .measurement-profiles .measurement-main-header {
      line-height: 1.22;
      font-size: 18px;
      font-weight: bold; }
    .measurement-profiles .create-profile-btn {
      margin-left: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
  .new-profile-card .profile-form {
    padding: 16px;
    border-radius: 6px;
    border: solid 1px #d7d2cb; }
    .new-profile-card .profile-form .col-12 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; }
      .new-profile-card .profile-form .col-12 .gender-selection .switch-field label {
        padding: 3px 21.5px 2px; }
  .measurement-existing-profile .measurement-row {
    border-bottom: 1px solid #f1f0ed; }
    .measurement-existing-profile .measurement-row:last-child {
      border-bottom: none; }
  .measurement-existing-profile .profile-form .col-6 {
    max-width: 100%; }
    .measurement-existing-profile .profile-form .col-6 #profile-name {
      padding: 12px;
      border-radius: 4px;
      border: solid 1px #d7d2cb; }
  .measurement-existing-profile .profile-form .genderAndSize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .measurement-existing-profile .profile-form .genderAndSize .form-group:last-child {
      max-width: 100%; }
  .measurement-existing-profile .measurement-data-headings {
    line-height: 1.46;
    letter-spacing: 1.3px;
    font-size: 13px;
    font-weight: bold; }
    .measurement-existing-profile .measurement-data-headings .data-headings-key, .measurement-existing-profile .measurement-data-headings .data-headings-value {
      max-width: 50%; }
  .measurement-existing-profile .measurment-main-data {
    border: solid 1px #d7d2cb; }
  .user-profiles .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    border-bottom: 1px solid #d7d2cb; }
    .user-profiles .profile-item:last-child {
      border-bottom: none; }
    .user-profiles .profile-item .mannequinIcon {
      position: absolute;
      left: -13px; }
    .user-profiles .profile-item .profile-info {
      padding-left: 40px; }
      .user-profiles .profile-item .profile-info .profile-name {
        font-size: 18px;
        line-height: 1.22; }
      .user-profiles .profile-item .profile-info .modified-date-last {
        display: none; }
      .user-profiles .profile-item .profile-info .modified-date {
        line-height: 1.29;
        font-size: 14px; }
    .user-profiles .profile-item .delete-profile-btn {
      margin-left: 40px;
      font-size: 14px;
      font-weight: 600; }
  .edit-measurement-profile-btn {
    max-width: 100%; }
  .subHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .subHeader .sortBy-selection {
      margin: 10px 0; } }

.gender-selection .switch-field {
  overflow: visible !important; }

.drop-down-menu ul {
  display: none;
  border: 1px solid #d1d5db;
  /* Hidden by default */
  display: none;
  /* Absolute position */
  left: -20px;
  position: absolute;
  top: 50%;
  /* Reset styles */
  list-style-type: none;
  margin: 0;
  padding: 0; }

.drop-down-menu li {
  position: relative; }

.drop-down-menu li:hover > ul {
  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; }

/*************** create new profile css **************/
.new-profile-card .profile-form .col-12 .gender-selection .switch-field input:checked + label {
  background-color: transparent;
  color: #1d1f2a;
  text-align: inherit;
  margin-left: 0; }

.new-profile-card .profile-form .col-12 .gender-selection .switch-field input:checked + label:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 5px; }

.new-profile-card .profile-form .col-12 .gender-selection .switch-field label {
  line-height: inherit;
  padding: 5px 5px 5px 25px;
  border-radius: 0;
  background-color: transparent; }

.gender-selection .switch-field .drop-down-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.gender-selection .switch-field ul .switch-li {
  padding-bottom: 5px; }

.gender-selection .switch-field ul .switch-li label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 1px #1d1f2a;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px; }

.gender-selection .switch-field ul input:checked + .switch-li:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 5px; }

.gender-selection .switch-field ul .switch-li label:before {
  border-color: #1d1f2a; }

.gender-selection .switch-field ul .switch-li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  position: relative;
  top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding-left: 20px; }

.gender-selection .switch-field ul .switch-li ul li label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 1px #1d1f2a;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px; }

.gender-selection .switch-field ul .switch-li ul li label:before {
  border-color: #1d1f2a; }

.profile-form-read-only .genderAndSize .gender_name {
  max-width: 100% !important; }

.wishlist-social__item:not(:last-child) {
  margin-right: 1rem; }

.wishlist__items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start; }

.product-line-item__details {
  position: relative; }

.product-line-item--wishlist {
  width: calc(33.33333% - 40px);
  margin: 0 20px;
  border-bottom: none; }
  .product-line-item--wishlist .savings {
    display: none; }
  .product-line-item--wishlist .price {
    font-size: .875rem; }
  .product-line-item--wishlist .product-line-item__footer {
    margin-top: 0;
    opacity: 0; }
  .product-line-item--wishlist .button {
    display: block;
    margin: 0;
    width: 100%; }
  .product-line-item--wishlist:hover .product-line-item__footer {
    opacity: 1; }
  .product-line-item--wishlist.product-line-item:not(:last-child) {
    border-bottom: none; }
  @media (max-width: 47.9375rem) {
    .product-line-item--wishlist {
      width: calc(50% - 40px); }
      .product-line-item--wishlist .product-line-item__footer {
        opacity: 1; } }

.myAccount-wishlist .wishlist-empty-container {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  padding: 20px;
  margin: 1rem 0; }

.myAccount-wishlist .wishlist-empty-text {
  font-size: 22px;
  font-family: 'avenir-regular';
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #1d1f2a; }

.myAccount-wishlist .shop-all-patternBtn {
  background-color: #1d1f2a;
  opacity: 1;
  font-size: 0.87rem;
  text-transform: none;
  border-radius: 6px;
  margin-top: 20px;
  color: #fff; }
  .myAccount-wishlist .shop-all-patternBtn:hover {
    background-color: #fff;
    color: #1d1f2a; }

.myAccount-wishlist .wishlist__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.myAccount-wishlist .product-line-item.product-line-item--wishlist.set--in-wishlist {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0; }

.myAccount-wishlist .product-line-item__main .product-line-item__details {
  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;
  padding: 0;
  height: 100%;
  margin-bottom: 25px;
  border-radius: 3px;
  border: solid 1px #b6ada5;
  margin: 1.5rem 0;
  background-color: #fff; }

.myAccount-wishlist .product-line-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 24px; }

.myAccount-wishlist .product-line-item__actions {
  margin-left: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .myAccount-wishlist .product-line-item__actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-line-item__actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.myAccount-wishlist .product-wishlist-action {
  margin-left: auto;
  margin-top: 0;
  text-align: right;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  max-width: 33%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .myAccount-wishlist .product-wishlist-action {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%;
      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;
      text-align: left;
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-wishlist-action {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left; } }
  .myAccount-wishlist .product-wishlist-action .product-line-item__qty-pricing {
    margin-top: 0; }

.myAccount-wishlist .product-line-item__header {
  margin-bottom: 0;
  margin-right: 25px;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 40%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .myAccount-wishlist .product-line-item__header {
      -webkit-flex-basis: 57%;
          -ms-flex-preferred-size: 57%;
              flex-basis: 57%;
      max-width: 57%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-line-item__header {
      -webkit-flex-basis: 59%;
          -ms-flex-preferred-size: 59%;
              flex-basis: 59%;
      max-width: 59%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 0; } }
  .myAccount-wishlist .product-line-item__header .product-wishlist-brand {
    font-size: 13px;
    font-weight: 600;
    font-family: 'avenir-regular';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: rgba(29, 31, 42, 0.75); }
  .myAccount-wishlist .product-line-item__header .product-line-item__name {
    font-size: 22px;
    font-family: 'avenir-bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #1d1f2a;
    margin-top: 8px; }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-line-item__header .product-line-item__name {
        font-size: 18px; } }
  .myAccount-wishlist .product-line-item__header .product-itemId-value {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(29, 31, 42, 0.75);
    font-family: 'avenir-regular';
    margin-top: 8px; }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-line-item__header .product-itemId-value {
        font-size: 14px; } }
  .myAccount-wishlist .product-line-item__header .wishlist-designName {
    margin-top: 8px;
    color: #1d1f2a; }
    .myAccount-wishlist .product-line-item__header .wishlist-designName .product-designName-keyValue {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.33; }
      @media (max-width: 767px) {
        .myAccount-wishlist .product-line-item__header .wishlist-designName .product-designName-keyValue {
          font-size: 14px; } }
  .myAccount-wishlist .product-line-item__header .wishlist-specifications {
    margin-top: 8px;
    color: #1d1f2a; }
    .myAccount-wishlist .product-line-item__header .wishlist-specifications .specifications-attribute__keyValue {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.33; }
      @media (max-width: 767px) {
        .myAccount-wishlist .product-line-item__header .wishlist-specifications .specifications-attribute__keyValue {
          font-size: 14px; } }
  .myAccount-wishlist .product-line-item__header .product-size-text {
    font-size: 18px;
    font-family: 'avenir-regular';
    font-weight: 600;
    color: #1d1f2a;
    line-height: 1.33;
    margin-top: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-line-item__header .product-size-text {
        font-size: 14px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .myAccount-wishlist .product-line-item__header .product-size-value {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #1d1f2a;
    margin-left: 5px; }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-line-item__header .product-size-value {
        font-size: 14px; } }

.myAccount-wishlist .product-wishlist-image {
  margin-right: 25px;
  background-color: #f7f6f5;
  padding: 5px 20px;
  height: 178px;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
  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; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .myAccount-wishlist .product-wishlist-image {
      margin-right: 15px;
      -webkit-flex-basis: 35%;
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
      max-width: 35%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      height: 200px; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-wishlist-image {
      margin-right: 15px;
      -webkit-flex-basis: 35%;
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
      max-width: 35%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      height: 110px;
      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; } }
  .myAccount-wishlist .product-wishlist-image .product-line-item__image {
    width: auto;
    margin: auto; }

.myAccount-wishlist .price__item.sales {
  font-size: 18px;
  font-family: 'avenir-regular';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #1d1f2a; }

.myAccount-wishlist .product-line-item__actions {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__edit {
    margin-right: 0;
    display: none; }
    .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__edit .product-wishlist-editlink {
      font-size: 18px;
      font-family: 'avenir-regular';
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      color: #000;
      padding: 0 10px;
      border-right: 1px solid #968c83; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
        .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__edit .product-wishlist-editlink {
          font-weight: 600;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__edit .product-wishlist-editlink {
          font-weight: 600;
          font-size: 14px; } }
  .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__remove {
    display: block; }
    .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__remove .product-wishlist-removelink {
      font-size: 18px;
      font-family: 'avenir-regular';
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      color: #000;
      padding: 0 10px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
        .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__remove .product-wishlist-removelink {
          font-weight: 600;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .myAccount-wishlist .product-line-item__actions .product-line-item__action.product-line-item__remove .product-wishlist-removelink {
          font-weight: 600;
          font-size: 14px; } }

.myAccount-wishlist .product-wishlist-addToCartBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .myAccount-wishlist .product-wishlist-addToCartBtn {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-wishlist-addToCartBtn {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .myAccount-wishlist .product-wishlist-addToCartBtn .button.button--primary-outline {
    padding: 16px 32px;
    border-radius: 50px;
    margin-top: 25px;
    font-family: 'avenir-regular';
    font-weight: 500;
    line-height: 1.18;
    width: 75%;
    font-size: 22px;
    background-color: #1d1f2a;
    text-transform: none;
    color: #fff; }
    .myAccount-wishlist .product-wishlist-addToCartBtn .button.button--primary-outline:hover {
      background-color: #fff;
      color: #1d1f2a; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      .myAccount-wishlist .product-wishlist-addToCartBtn .button.button--primary-outline {
        width: 100%;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-wishlist-addToCartBtn .button.button--primary-outline {
        width: 100%; } }

@media (max-width: 767px) {
  .myAccount-wishlist .product-line-item--wishlist .price {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.myAccount-wishlist .product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert {
  padding: 16px;
  border-radius: 3px;
  border: solid 1px #d7d2cb;
  background-color: #fff;
  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-regular'; }
  .myAccount-wishlist .product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert .product-wishlist_undoText {
    font-size: 18px;
    font-weight: 500;
    color: #1d1f2a;
    margin-right: 20px; }
  .myAccount-wishlist .product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert .product-wishlist_undolink {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22; }

.myAccount-wishlist .product-line-item--wishlist.set--removed-wishlist {
  width: 100%; }

.myAccount-wishlist .product-wishlist-addToPatternLibrary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .myAccount-wishlist .product-wishlist-addToPatternLibrary {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 767px) {
    .myAccount-wishlist .product-wishlist-addToPatternLibrary {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .myAccount-wishlist .product-wishlist-addToPatternLibrary .button.button--primary-outline {
    padding: 16px 32px;
    border-radius: 50px;
    margin-top: 25px;
    font-family: 'avenir-regular';
    font-weight: 500;
    line-height: 1.18;
    width: 100%;
    font-size: 22px;
    background-color: #1d1f2a;
    text-transform: none;
    color: #fff; }
    .myAccount-wishlist .product-wishlist-addToPatternLibrary .button.button--primary-outline:hover {
      background-color: #fff;
      color: #1d1f2a; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      .myAccount-wishlist .product-wishlist-addToPatternLibrary .button.button--primary-outline {
        width: 100%;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .myAccount-wishlist .product-wishlist-addToPatternLibrary .button.button--primary-outline {
        width: 100%; } }
  .myAccount-wishlist .product-wishlist-addToPatternLibrary .product-wishList-Addtobag {
    margin-top: 20px;
    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; }
    .myAccount-wishlist .product-wishlist-addToPatternLibrary .product-wishList-Addtobag .add-to_baglink {
      font-size: 18px;
      font-weight: 600;
      color: #1d1f2a;
      font-stretch: normal;
      line-height: 1.33; }

.accountOrderHistoryCard {
  color: #1d1f2a; }
  @media (max-width: 767px) {
    .accountOrderHistoryCard .account-card__header .product-grid {
      margin-top: 4%; } }
  .accountOrderHistoryCard .account-card__header .account-card__header-title {
    font-size: 22px;
    font-family: 'avenir-bold';
    line-height: 1.18;
    color: #1d1f2a; }
  .accountOrderHistoryCard .account-card__header .orderDetails-orderId, .accountOrderHistoryCard .account-card__header .orderDetail-orderId__value {
    font-size: 18px;
    line-height: 1.33; }
  .accountOrderHistoryCard .account-card__header .priceTotal {
    font-family: 'avenir-regular';
    font-size: 22px;
    font-weight: 500; }

.accountOrderInfoContainer {
  border: 1px solid #b6ada5;
  margin: 1em 0;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px; }

#containerOrderDetails {
  background-color: #fff;
  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;
  margin: 0 2%;
  padding-left: 0;
  font-family: 'avenir-regular';
  color: #1d1f2a; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    #containerOrderDetails {
      -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: 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; } }
  @media (max-width: 767px) {
    #containerOrderDetails {
      -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: 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; } }
  #containerOrderDetails .orderTotalAmountQuantity {
    margin-left: auto; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      #containerOrderDetails .orderTotalAmountQuantity {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      #containerOrderDetails .orderTotalAmountQuantity {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%; } }
  #containerOrderDetails .orderTotalAmountQuantity {
    color: #1d1f2a;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    font-family: 'avenir-regular'; }
    @media (max-width: 767px) {
      #containerOrderDetails .orderTotalAmountQuantity {
        font-size: 14px; } }
    #containerOrderDetails .orderTotalAmountQuantity .orderTotalAmount {
      padding-right: 0;
      font-weight: 500; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      #containerOrderDetails .orderTotalAmountQuantity .orderTotalValue-display-small {
        margin-left: auto; } }
    @media (max-width: 767px) {
      #containerOrderDetails .orderTotalAmountQuantity .orderTotalValue-display-small {
        margin-left: auto; } }
  #containerOrderDetails .orderText {
    font-size: 22px;
    font-family: 'avenir-bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    text-transform: capitalize; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      #containerOrderDetails .orderText {
        display: none; } }
    @media (max-width: 767px) {
      #containerOrderDetails .orderText {
        font-size: 18px;
        display: none; } }
  #containerOrderDetails .orderStatus {
    font-size: 20px;
    font-family: 'avenir-bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      #containerOrderDetails .orderStatus {
        font-size: 16px; } }
  #containerOrderDetails .account-card__header-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18; }
    @media (max-width: 767px) {
      #containerOrderDetails .account-card__header-title {
        font-size: 18px; } }
  #containerOrderDetails .orderNo-label {
    font-size: 18px;
    line-height: 1.33; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
      #containerOrderDetails .orderNo-label {
        padding-top: 10px; } }
    @media (max-width: 767px) {
      #containerOrderDetails .orderNo-label {
        font-size: 14px;
        padding-top: 5px; } }
    #containerOrderDetails .orderNo-label .orderNumberValue {
      font-family: 'avenir-bold'; }

.accountOrderProductDetails {
  margin: 0 1.1% !important;
  background-color: #fff; }
  .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    gap: 15px; }
    @media (max-width: 1180px) {
      .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block {
        gap: 30px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block {
        gap: 20px; } }
    .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item {
      -webkit-flex-basis: 49%;
          -ms-flex-preferred-size: 49%;
              flex-basis: 49%;
      max-width: 49%;
      padding-top: 0; }
      @media (max-width: 1180px) {
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item {
          -webkit-flex-basis: 47%;
              -ms-flex-preferred-size: 47%;
                  flex-basis: 47%;
          max-width: 47%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          max-width: 100%; } }
      .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        max-width: 35%; }
        @media (max-width: 767px) {
          .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details {
            -webkit-flex-basis: 35%;
                -ms-flex-preferred-size: 35%;
                    flex-basis: 35%;
            max-width: 35%; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details .orderImage {
          margin-top: 0;
          padding: 8px;
          height: 201px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          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;
          background-color: #f7f6f5; }
          @media (max-width: 767px) {
            .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details .orderImage {
              height: 110px; } }
          .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details .orderImage a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -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; }
            .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item .product-line-item-details .orderImage a img {
              width: 85%;
              height: auto;
              max-width: inherit;
              max-height: inherit; }
      .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .product-line-item:not(:last-child) {
        border-bottom: none !important; }
    .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName {
      margin-top: 0;
      font-family: 'avenir-regular';
      color: #1d1f2a;
      padding-left: 10px;
      -webkit-flex-basis: 65%;
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%;
      max-width: 65%; }
      @media (max-width: 767px) {
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName {
          -webkit-flex-basis: 65%;
              -ms-flex-preferred-size: 65%;
                  flex-basis: 65%;
          max-width: 65%; } }
      .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header {
        font-family: 'avenir-regular';
        color: #1d1f2a; }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_brandName {
          font-size: 13px;
          font-weight: 600;
          color: rgba(29, 31, 42, 0.75);
          line-height: 1.46;
          letter-spacing: 1.3px; }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-name {
          font-size: 22px;
          font-family: 'avenir-bold';
          line-height: 1.18;
          letter-spacing: normal;
          margin-top: 5px;
          max-width: 250px;
          display: inline-block; }
          @media (max-width: 767px) {
            .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-name {
              font-size: 18px; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_itemID {
          font-size: 18px;
          font-weight: normal;
          color: rgba(29, 31, 42, 0.75);
          line-height: 1.33;
          margin-top: 5px; }
          @media (max-width: 767px) {
            .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_itemID {
              font-size: 14px; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .order-designNameContainer {
          margin-top: 5px; }
          .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .order-designNameContainer .orderDetails_Attr_keyValue {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.33; }
            @media (max-width: 767px) {
              .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .order-designNameContainer .orderDetails_Attr_keyValue {
                font-size: 14px; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-attributes {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.33;
          margin-top: 5px; }
          @media (max-width: 767px) {
            .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-attributes {
              font-size: 14px; } }
          .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-attributes .line-item-attributeVal {
            font-size: 18px;
            font-weight: normal;
            display: inline-block;
            vertical-align: top;
            max-width: 120px; }
            @media (max-width: 767px) {
              .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .line-item-attributes .line-item-attributeVal {
                font-size: 14px;
                display: inline;
                vertical-align: baseline; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_specifications {
          margin-top: 5px; }
          .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_specifications .specification-attribute-keyValue {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.33; }
            @media (max-width: 767px) {
              .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderDetails_specifications .specification-attribute-keyValue {
                font-size: 14px; } }
        .accountOrderProductDetails .account-card.acoountOrderDetails .product-summary-block .line-item-quantity.orderProductName .line-item-header .orderHistoryPrice {
          margin-left: 0;
          margin-top: 0; }

.account-card.acoountOrderDetails .account-card__header.border-bottom {
  border-bottom: 4px dotted #f1f0ed; }

.account-card__footer--border {
  color: #1d1f2a;
  font-family: 'avenir-regular'; }
  .account-card__footer--border .orderBillingDetails {
    padding-left: 1%; }
  .account-card__footer--border .address-summary__title.billingPaymentDetailsOrderSummary {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.18;
    padding-bottom: 20px; }
  .account-card__footer--border .address-summary__details {
    color: #1d1f2a;
    font-size: 16px; }
    .account-card__footer--border .address-summary__details .orderName {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.31;
      padding-bottom: 6px;
      color: #1d1f2a;
      margin-bottom: 0.25em; }
  .account-card__footer--border .address-summary__section {
    font-size: 16px; }
    .account-card__footer--border .address-summary__section .address-summary__title {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.31;
      padding-bottom: 6px; }
  .account-card__footer--border .paymentSummaryOrderDetailsPage {
    font-size: 16px;
    color: #1d1f2a;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .account-card__footer--border .paymentSummaryOrderDetailsPage {
        margin-left: 0; } }
    .account-card__footer--border .paymentSummaryOrderDetailsPage .address-summary__title {
      font-size: 16px;
      font-weight: 600 !important;
      line-height: 1.31;
      padding-bottom: 6px; }
    .account-card__footer--border .paymentSummaryOrderDetailsPage .total-list__row {
      font-size: 16px; }
      .account-card__footer--border .paymentSummaryOrderDetailsPage .total-list__row.grand-total {
        font-weight: 500; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .account-card__footer--border .col-12 {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .account-card__footer--border .col-12 {
      padding-bottom: 10px; } }

.form-actions .backtoOrders {
  font-size: 16px;
  font-family: 'avenir-demi'; }

.el-header {
  margin-bottom: 15px;
  font-size: .875rem; }
  .el-header.first {
    margin-top: 30px; }

.select-container {
  position: relative;
  width: 500px; }
  .select-container select {
    width: 100%;
    cursor: pointer;
    background: none;
    padding: 10px;
    border: 1px solid #000;
    font-size: .875rem;
    margin-bottom: 30px; }
  .select-container .icon {
    position: absolute;
    right: 10px;
    top: 12px; }

.jclass {
  border-top: 2px solid #000;
  padding: 35px 0;
  font-size: .875rem;
  position: relative; }
  .jclass__name,
  .jclass .class-date {
    margin-bottom: 10px; }
  .jclass__details-link {
    display: block;
    margin: 15px 0 20px 0; }
  .jclass__button {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    max-width: none; }
  .jclass__session-info {
    padding: 0 30px; }
  .jclass__status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit; }
  .jclass .student-status .icon {
    margin-top: -2px; }
  .jclass .green {
    color: #65a300; }
    .jclass .green svg {
      fill: #65a300; }
  .jclass .red {
    color: #dc3a18; }
    .jclass .red svg {
      fill: #dc3a18; }
  .jclass .mobile-only {
    display: none; }
  .jclass:last-child {
    border-bottom: 2px solid #000; }

@media (max-width: 47.9375rem) {
  .select-container {
    width: inherit; }
  .jclass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .jclass .student-status {
      position: absolute;
      top: 30px;
      right: 0; }
    .jclass .more-classes {
      text-align: center;
      margin-top: 30px; }
    .jclass .mobile-only {
      display: block;
      padding: 20px 0; }
    .jclass__session-info.desktop {
      display: none; }
    .jclass__button {
      width: 100%; } }

.button-distance {
  display: inline-block;
  vertical-align: top; }

.b1, .b2 {
  width: 100px; }

.byop_storage_parent {
  margin: 1rem auto;
  -webkit-box-shadow: 0px 1px 10px 0px #0000001f;
          box-shadow: 0px 1px 10px 0px #0000001f;
  width: 100%;
  max-width: 38vw;
  border-radius: 40px;
  background: #f1f0ed;
  padding: 1rem 2rem; }
  .byop_storage_parent .task-progress {
    margin: 1.5rem 0;
    position: relative;
    font-weight: 900; }
  .byop_storage_parent .task-progress .byop_upload_status_tag {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1d1f2a;
    font-size: 16px;
    margin: 0.7rem 0 !important; }
  .byop_storage_parent .progress_bar_status {
    position: absolute;
    bottom: 0.85rem;
    right: 46%;
    margin: 0;
    font-size: 10px;
    color: #1d1f2a; }
  .byop_storage_parent span {
    color: #525252; }
  .byop_storage_parent .progress {
    width: 100% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
    border: none !important;
    border-radius: 10px !important;
    height: 2rem !important;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); }
  .byop_storage_parent .progress::-webkit-progress-bar {
    background-color: #fff !important; }
  .byop_storage_parent .progress::-webkit-progress-bar,
  .byop_storage_parent .progress::-webkit-progress-value {
    border-radius: 10px !important; }
  .byop_storage_parent .progress::-moz-progress-bar {
    border-radius: 10px !important; }
  .byop_storage_parent .progress1::-webkit-progress-value {
    background: #fce300 !important; }

.discount-item {
  margin-top: 20px; }
  .discount-item .form-heading,
  .discount-item .discount-heading {
    position: relative; }
    .discount-item .form-heading .back-btn,
    .discount-item .form-heading .discount-back-btn,
    .discount-item .discount-heading .back-btn,
    .discount-item .discount-heading .discount-back-btn {
      position: absolute;
      left: 0;
      cursor: pointer; }
  .discount-item .discount-container {
    border: 1px solid #d2d2d2;
    padding: 20px 30px; }
  .discount-item .desc {
    margin: 20px 0 25px 0;
    font-size: .875rem;
    padding: 0 15px; }
  .discount-item .form-actions .button {
    width: 100%; }
  .discount-item .custom-select {
    display: block;
    height: 40px;
    width: 100%;
    padding-left: 15px;
    cursor: pointer;
    color: gray;
    font-size: .875rem; }
  .discount-item label .content-asset {
    display: inline; }
  .discount-item .next-step {
    margin: 0 auto;
    display: inherit;
    min-width: 185px; }
  .discount-item .barcode {
    width: 100%;
    margin: 20px auto; }

.eligibility {
  display: block;
  margin: 30px auto; }

.discount-card {
  border: 2px solid #000;
  overflow: hidden; }
  .discount-card .content {
    padding: 30px 30px 0 30px; }
  .discount-card .discount-heading {
    padding: 20px 30px; }
    .discount-card .discount-heading.active {
      background: #000;
      color: #FFF; }
  .discount-card .apply-btn {
    margin: 0 auto;
    display: inherit;
    min-width: 185px; }
  .discount-card .html-slot-container {
    background: #f6f6f6;
    margin-top: 30px;
    padding: 25px;
    position: relative; }
    .discount-card .html-slot-container h2 {
      margin-bottom: 5px; }
    .discount-card .html-slot-container:before, .discount-card .html-slot-container:after {
      content: '';
      background: #f6f6f6;
      width: 100%;
      height: 100%;
      position: absolute;
      left: -100%;
      top: 0; }
    .discount-card .html-slot-container:after {
      left: inherit;
      right: -100%; }

@media (max-width: 64rem) {
  .discount-masonry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.byopPurchase-desc {
  margin: auto;
  margin-top: 40px; }

.byopPurchase-desc > p {
  font-size: 20px;
  padding-bottom: 20px; }

.joannplus_hero {
  margin-top: 2.1875rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 48rem) {
    .joannplus_hero {
      margin-bottom: 3.9375rem;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.joannplus_signup--toptitle {
  margin-bottom: 2rem; }
  @media (max-width: 47.9375rem) {
    .joannplus_signup--toptitle {
      text-align: center;
      margin-bottom: 1.5rem; } }

.joannplus_signup--subtitle {
  margin-bottom: 2rem; }

.joannplus_hero--image {
  max-width: 15rem; }
  @media (max-width: 47.9375rem) {
    .joannplus_hero--image {
      margin: 0 auto;
      margin-bottom: 2.1875rem; } }

.joannplus_content {
  margin: 2rem 0; }

@media (max-width: 47.9375rem) {
  .joannplus_hero--subcontent {
    text-align: center; } }

@media (max-width: 47.9375rem) {
  .joannplus_content--cards--title {
    text-align: center; } }

.joannplus_content--cards {
  border: 2px solid #73bd00;
  max-width: 12.25rem;
  padding: 1.5rem 1.5rem 1.625rem 1.5rem;
  margin: 0 2rem;
  max-height: 14.25rem;
  margin-bottom: 2rem; }
  .joannplus_content--cards:first-of-type {
    margin-left: 0; }
  @media (min-width: 48rem) {
    .joannplus_content--cards {
      margin-right: 2rem;
      max-height: auto;
      min-height: 15.25rem;
      margin-bottom: 0; }
      .joannplus_content--cards:last-of-type {
        margin-right: 0; } }

.joannplus_content--card__title {
  margin-bottom: .5rem; }

@media (max-width: 47.9375rem) {
  .joannplus_action {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.joannplus_signup--action {
  min-width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 48rem) {
    .joannplus_signup--action {
      margin-bottom: 0;
      min-width: 19.375rem;
      margin-right: 2.96875rem; } }

.joannplus_signup--business__section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.joannplus_signup--business__card {
  max-width: 12.25rem; }
  @media (max-width: 47.9375rem) {
    .joannplus_signup--business__card {
      max-width: 10rem; } }
  .joannplus_signup--business__card.active .joannplus_signup--business__card--wrap {
    border: 2px solid #000; }
  .joannplus_signup--business__card.active .joannplus_signup--business__card--image {
    color: #000; }
  .joannplus_signup--business__card.error .joannplus_signup--business__card--wrap {
    border: 2px solid #df1642; }

.joannplus_signup--business__card--wrap {
  border: 2px solid #d2d2d2;
  padding: 2rem 3.375rem 2.25rem;
  max-height: 12.25rem; }
  .joannplus_signup--business__card--wrap:hover {
    border: 2px solid #000; }
    .joannplus_signup--business__card--wrap:hover .joannplus_signup--business__card--image {
      color: #000; }
  @media (max-width: 47.9375rem) {
    .joannplus_signup--business__card--wrap {
      max-width: 10rem; } }

.joannplus_signup--business__card--image {
  margin-bottom: 1.25rem;
  color: #73bd00; }

.joannplus_signup__business-form--wrap {
  max-width: 40.6875rem; }
  .joannplus_signup__business-form--wrap .form-control--select {
    color: #32323B; }

.joannplus_info-thinkbig {
  max-width: 26.5rem; }

.joannplus_info-thinkbig--header {
  background-color: #000; }

.joannplus_info-thinkbig--subcontent {
  border: 0.9px solid #000;
  border-top: 0; }

.joannplus_info-thinkbig--footer {
  background-color: #F2F2F2;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  padding-left: 2.87rem;
  padding-right: 2.875rem;
  font-size: 0.875rem;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500; }

.joannplus_info-thinkbig--subfooter {
  font-size: 0.875rem;
  max-width: 19.375rem;
  margin-top: 2.875rem; }

.joannplus_info-thinkbig--barcode {
  margin-top: 1.625rem;
  margin-bottom: 1rem; }

.joannplus_info-thinkbig--copy {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

.joannplus__register {
  min-width: 19.375rem; }

.joannplus_info-tax-exemption {
  max-width: 19.375rem; }
  @media (max-width: 47.9375rem) {
    .joannplus_info-tax-exemption {
      margin-top: 1.625rem; } }

@media (max-width: 47.9375rem) {
  .joannplus_sign-info {
    display: block; } }

.joannsmiles__card {
  max-width: 26.5rem; }
  @media (max-width: 47.9375rem) {
    .joannsmiles__card {
      margin-bottom: 2.125rem; } }

.joannsmiles__card--header {
  background-color: #000;
  width: 100%; }
  .joannsmiles__card--header .smiles {
    line-height: .9; }
  .joannsmiles__card--header .icon {
    fill: #FFF;
    margin-left: 0; }

.joannsmiles__card--logo {
  max-width: 9.4375rem;
  width: 9.4375rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1.125rem; }

.joannsmiles__card--info {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  width: 100%; }

.joannsmiles__card--wrapper-info {
  border: 0.9px solid #000;
  border-top: 0;
  padding-bottom: 2.625rem; }
  .joannsmiles__card--wrapper-info.utilities {
    border: 0; }

.joannsmiles__card--subfooter {
  font-size: 0.875rem;
  text-align: center;
  max-width: 19.375rem;
  margin-top: 1.125rem; }

.joannsmiles-tab__item {
  display: none; }
  .joannsmiles-tab__item.set--mobile-tab {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 2rem; }
  .joannsmiles-tab__item.toggle--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .joannsmiles-tab__item.content-asset {
    padding: 1.5rem 3.5625rem;
    text-align: center; }

.joannsmiles-tab__item--content {
  padding: 1.5rem 3.5625rem;
  position: relative;
  border: 0.9px solid #000;
  border-top: 0; }
  .joannsmiles-tab__item--content:not(.rewards):last-of-type:after {
    display: none; }
  .joannsmiles-tab__item--content.rewards:last-of-type:after {
    display: none; }
  .joannsmiles-tab__item--content .divider {
    height: 1px;
    width: 26rem;
    margin: 0 1rem;
    background-color: #E6E9ED;
    position: absolute;
    left: -.875rem; }

.joannsmiles-utility__card {
  max-width: 26.5rem;
  border: 0.9px solid #000; }
  .joannsmiles-utility__card.utilities {
    border: 0; }

.joannsmiles-utility__card--nav {
  border-bottom: 1px solid #E6E6E6;
  border-left: 0.9px solid #000;
  border-right: 0.9px solid #000;
  border-top: 0.9px solid #000;
  padding-top: 2rem; }

.joannsmiles-utility__card--nav__item {
  margin: 0 2.5rem;
  padding-bottom: .75rem; }
  .joannsmiles-utility__card--nav__item.toggle--active {
    -webkit-box-shadow: inset 0 -0.25rem #73bd00;
            box-shadow: inset 0 -0.25rem #73bd00;
    font-weight: 700;
    font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

.joannsmiles-current-mission--end {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.joannsmiles-current-mission--details {
  padding-bottom: .25rem;
  padding-top: 1.5rem; }
  .joannsmiles-current-mission--details.details--msg {
    margin-top: 1rem; }

.joannsmiles-current-mission--details--rewards {
  margin: 1rem 0; }

.joannsmiles-current-mission--msg {
  margin: 1rem 0; }

.tab-options {
  border-bottom: 2px solid #E6E9ED;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.event-type {
  margin: 0 40px 10px; }
  .event-type.active .type-header {
    font-weight: 700;
    font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif;
    position: relative; }
    .event-type.active .type-header:after {
      content: "";
      width: 100%;
      height: 3px;
      background: #1d1f2a;
      position: absolute;
      left: 0;
      top: calc(100% + 11px); }
      @media (max-width: 47.9375rem) {
        .event-type.active .type-header:after {
          top: 100%;
          width: 97%; } }

.item-list {
  display: none; }
  .item-list.active {
    display: block; }


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