/** Shopify CDN: Minification failed

Line 26:0 Unexpected "{"
Line 26:1 Expected identifier but found "%"
Line 27:0 Unexpected "{"
Line 27:1 Expected identifier but found "%"
Line 28:0 Unexpected "{"
Line 28:1 Expected identifier but found "%"
Line 29:0 Unexpected "{"
Line 29:1 Expected identifier but found "%"

**/
/* Small */
@media (min-width: 320px) and (max-width: 743px) {
}
/* Medium */
@media (min-width: 744px) and (max-width: 1279px) {
}
/* Large */
@media (min-width: 1280px) and (max-width: 1599px) {
}
/* X-Large */
@media (min-width: 1600px) {
}

{% assign small =  "only screen and (min-width: 320px)" %}
{% assign medium =  "only screen and (min-width: 744px)" %}
{% assign large =  "only screen and (min-width: 1280px)" %}
{% assign xlarge =  "only screen and (min-width: 1600px)" %}


body {
  letter-spacing: 0em;
}

.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

/* .cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
} */

/* .cart__empty-text {
  margin: 4.5rem 0 2rem;
} */

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  /* display: block; */
}

cart-items {
  width: 100%;
}

.cart__items {
  position: relative;
  margin-bottom: 56px;
  /* padding-bottom: 3rem; */
  /* border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08); */
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer {
  /* padding: 4rem 0 0; */
  padding: 0 24px;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  /* margin-left: auto; */
}

.cart__footer > * + * {
  margin-top: 4rem;
}

.cart__footer .discounts {
  margin-top: 1rem;
}

.cart__note {
  height: fit-content;
  display: none;
/*   margin-top: 12px; */
}
.cart__note.active {
  display: block;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 1.6rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0em;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
  .cart__contents > * + * {
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons div[role="button"] {
  border-radius: var(--buttons-radius-outset) !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

/* .cart__checkout-button {
  max-width: 36rem;
} */

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}

/* shu added style start */

hr.gray {
  margin: 0 !important;
/*   border-top: 1px solid #e6e6e6; */
}

hr {
  background-color: #e6e6e6;
}

.section-template--15795633553565__featured-collection-padding {
  display: none;
}

#shopify-section-template--15799640555677__featured-collection,
.color-background-1.isolate.gradient {
  /* display: none; */
}

.cart__footer p,
.cart__warning p {
  letter-spacing: 0em;
}

/* Empty Cart start */
cart-items .page-width.is-empty {
  padding: 0 !important;
}

.cart-page-content.is-empty {
  gap: 0 !important;
  flex-wrap: wrap;
  padding: 0;
  max-width: unset;
  width: 100%;
  
}

.cart-page-content.is-empty div#shopify-section-template--15862449078429__cart-items {
  width: 100%;
}

.is-empty .cart__warnings {
  display: flex;
}

.cart__warnings {
  display: none;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 64px 0px;
}

.cart__empty-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #1b3567;
  margin: 0px 0px 40px 0px !important;
}

.cart__empty-content {
  margin: 0 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cart__empty-body,
.link.sign-in {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #1b3567;
  margin: 0 !important;
}

.link.sign-in {
  font-weight: 700;
  margin-right: 8px;
  display: block;

  /* display: flex;
  flex-direction: row;
  align-items: center; */
}

.arrow-extended-icon {
  position: absolute;
  padding-left: 5px;
  padding-top: 2px;
}

.empty-cart-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}

.empty-cart-button:first-of-type {
  border-radius: 8px 0px 0px 8px;
  border-right: none;
}

.empty-cart-button:last-of-type {
  border-radius: 0px 8px 8px 0px;
}

.empty-cart-button {
  padding: 12px 24px;
  background: #fbfafc;
  border: 1px solid #e6e5ea;
  color: #1b3567;
  min-height: 48px;
  min-width: 112.5px;
  margin: 0 !important; /* fixed safari gap */
  cursor: pointer;
  font-weight: 500;
}

.empty-cart-button:focus,
.empty-cart-button.active {
  background: #1b3567;
  color: #fff !important;
}


/* slider start */
.category-slider {
  margin: 112px 0 48px 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.category-slider .cart-category-slider {
  display: none;
}

.category-slider .cart-category-slider.active {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.cart-category-slider img {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.cart-category-slider p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
/* slider end */

@media (min-width: 744px) {
  .category-slider {
    /* margin: 112px 0 48px 0; */
  }
}

@media (min-width: 1280px) {
  .category-slider {
    margin: 156px 0 244px 0;
    /* margin: 16vh 0 25vh 0; */
  }

  .cart__warnings {
    padding: 108px 0 0 0;
  }
}

/* Empty Cart end */

/* cart start */
.page-width.cart-items,
.page-width.cart-footer {
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
}

.cart-item p,
.cart__footer p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.title-wrapper-with-link .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #1b3567;
  padding-left: 32px;
}

cart-items .title-wrapper-with-link {
  margin: 40px 0 32px 0 !important;
}

cart-items .title-wrapper-with-link .underlined-link {
  display: none;
}

.page-width .section-template--15795633553565__cart-items-padding {
  padding: 0 !important;
}

.cart-item:first-child {
  /* border-top: 1px solid #e6e5ea; */
}

.cart-item {
  /* border-bottom: 1px solid #e6e5ea; */
  padding: 32px 24px;
}

.cart-item-quantity {
  border: none;
  border: 1px solid #e6e5ea !important;
  border-radius: 8px !important;
  min-height: 40px;
  width: 120px;
  /* padding: 7.5px 10px; */
  position: relative;
  display: flex;
}

.quantity__button:not(:focus-visible):not(.focused) {
  color: #1b3567;
  box-shadow: none !important;
  background-color: transparent !important;
}

.quantity__button svg {
  width: 1.3rem !important;
}

/* cart order summary start  */
.cart__blocks {
  width: 100%;
}

.cart-summary-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  padding-bottom: 32px;
  color: #1b3567;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cart__ctas {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart__ctas button {
  padding: 16px 32px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 15px; /* 16px breaks at 744 */
  line-height: 18px;
  text-align: center;
  height: 54px;
  max-height: 54px;
}

.cart__checkout-button {
  background: #1b3567;
  /* border: 2px solid #1b3567; */
  border: none;
  color: #fff;
  cursor: pointer;
}

.cart__checkout-button:hover {
  background: #29509c;
}

.cart__continue-shop-button {
  border: 2px solid #1b3567;
  background: #fff;
  color: #1b3567;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}


.cart__continue-shop-button:hover {
  background: #29509c;
  border-color: #29509c;
  color: #fff;
}

/* footer start */
.cart__footer p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.promo__discount-code {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e6e5ea;
  border-bottom: 1px solid #e6e5ea;
  padding: 24px 0;
}

.promo__discount-code.active .promo__header {
  display: none;
}

.promo__discount-code.active .promo__body {
  display: flex;
}

.promo__header,
.promo__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.promo__body {
  display: none;
}

.promo__header .promo__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.promo__header .promo__add-icon {
  cursor: pointer;
}

.promo__body .input__promo-code {
  padding: 4px 0px 4px 16px;
  border: 1px solid #e6e5ea;
  border-radius: 4px;
  width: 100%;
  outline: none;
  box-shadow: none; 
}

.promo__body .promo__save-button {
  padding: 12px 24px;
  background: #1b3567;
  border-radius: 4px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.promo__body .promo__save-button:hover {
  background: #29509c;
}

.delivery {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.delivery__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1b3567;
}

.delivery__dropdown-container {
  cursor: pointer;
/*   margin-top: 12px; */
}

.options.delivery-options {
  padding: 4px 24px 4px 16px;
  border: 1px solid #e6e5ea;
  border-radius: 4px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 40px;
  color: #1b3567;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.custom-select-dropdown {
  position: relative;
}

.custom-select-dropdown select {
  display: none;
  color: #1b3567;
  max-width: 100%;
  white-space: normal;
  /* For Firefox: */
  text-overflow: ellipsis;
}

.custom-select-dropdown select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.option-value.selected .arrow-icon {
  position: absolute;
  right: 0;
  margin-right: 32px;
  cursor: pointer;
}

.delivery__dropdown-container.active .option-value.selected .arrow-icon {
  transform: rotateX(180deg);
  transition: transform 0.3s ease;
}

.delivery__input__note {
  appearance: none;
  padding: 12px 8px 4px 16px;
  border: 1px solid #e6e5ea;
  border-radius: 4px !important;
  min-height: 112px;
  width: 100%;
  display: none;
}

.delivery__input__note.active {
  display: block;
  outline: none;
  box-shadow: none;
}

.summaries {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e6e5ea;
  border-bottom: 1px solid #e6e5ea;
  padding: 32px 0;
  gap: 8px;
}

.summaries .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1b3567;
}

.summaries .value {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #1b3567;
}

.summaries__cart-item,
.summaries__discount,
.summaries__delivery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.summaries__discount.text {
  gap: 8px;
}

.summaries__discount.text .applied-code-group {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.summaries__discount.text .applied-code-group.hidden {
  display: none;
}

.summaries__delivery {
  gap: 8px;
}

.summaries__delivery.value {
  color: #17701e !important;
}

.summaries__discount-code {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #286580;
}

.close-icon-btn {
  background: #d4d3d7;
  border-radius: 50%;
  padding: 0px 3px 1.5px;
  color: #fff;
  display: flex;
  justify-content: center;

  /*   filter: brightness(0) invert(1); */
}

.remove-discount-code-btn {
  background: #d4d3d7;
  border-radius: 50%;
  padding: 0px 3px 1.5px;
  display: inline-flex;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
  color: #fff;
}

/* footer end */

@media (min-width: 744px) {
  .cart-item {
    padding: 32px 0px;
  }

  .title-wrapper-with-link .title {
    padding-left: 0px;
  }

  .cart-page-content {
    display: flex;
    flex-direction: row;
    padding: 0 3em;
    width: 100%;
    justify-content: space-between;
    gap: 10vw;
    gap: 7.5rem;
  }

  .shopify-section.cart__footer-wrapper {
    width: 30%;
    width: 55%;
  }

  div#shopify-section-template--15862449078429__cart-items {
    width: 70%;
  }

  .cart__footer {
    margin-top: 40px;
    min-width: 13.5em;
/*     width: 22vw; */
/*     max-width: 17.5em; */
    padding: 0 !important;
  }
}

@media (min-width: 1280px) {
  .cart-page-content {
    padding: 0 108px;
    gap: 16vw;
    gap: 23.2rem;
  }
}

@media (min-width: 1600px) {
  .cart-page-content {
    padding: 0;
    max-width: 88.5em;
    margin: 0 auto;
    gap: 26.4rem;
  }
  .cart__footer {
    margin-top: 40px;
    min-width: 17.5em;
/*     max-width: 25em; */
  }
}

/* cart end */

/* login wall start */

.cart-signin-drawer {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  width: 90%;
  transition: 0.4s ease;
  padding: 0 24px;
  padding: 6.4rem 2.4rem 4rem;
  box-shadow: 2px 12px 24px #00000029;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.cart-signin-drawer.active {
  right: 0;
}

.inner-cart-signin-drawer {
  height: 100vh;
  width: 100%;
  position: relative;
}

.drawer-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #1b3567;
  margin-block-start: 0rem;
  margin-block-end: 2.4rem;
}

.icon-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px 18px 0 0;
  cursor: pointer;
}

.cart-signin-drawer button,
.cart-signin-drawer a.button {
  padding: 14px 24px;
  border-radius: 24px !important;
  min-height: 4.4rem;
  max-height: 4.4rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
  margin-top: 8px;
}

button::after,
a.button::after {
  box-shadow: none !important;
}

.sign-in-button {
  color: #fff;
  background: #1b3567;
}

.sign-in-button:hover {
  background: #29509c;
}

.create-acc-button,
.checkout-button {
  color: #1b3567;
  background-color: #fff;
  border: 2px solid #1b3567 !important;
}

.create-acc-button:hover,
.checkout-button:hover {
  background-color: #29509c;
  color: #fff;
  border-color: #29509c !important;
}

.create-acc-button {
  margin-top: 32px !important;
}

.cart-signin-drawer form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-signin-drawer .field {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.field::after {
  box-shadow: none !important;
}

.field label {
  order: -1;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #36363f;
}

.field input {
  padding: 16px 24px;
  min-height: 4rem;
  max-height: 5vh;
  border-radius: 4px;
  border: 1px solid #f2f1f6;
  background-color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

/* override but not working when autofill */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

a.recover-link {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.section.bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}

.section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.section-content .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
}

.content .text {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

@media (min-width: 744px) {
  .cart-signin-drawer {
    width: 45%;
  }

  .field input {
    min-height: 4rem;
    max-height: 5.6rem;
  }

  .drawer-header {
    /* font-size: 3.23vw */
    font-size: 28px;
    margin-block-end: 3.2rem;
  }

  .cart-signin-drawer button,
  .cart-signin-drawer a.button {
    font-size: 18px;
    line-height: 20px;
    min-height: 4.4rem;
    max-height: 5.4rem;
    border-radius: 32px !important;
  }
}

@media (min-width: 1280px) {
  .cart-signin-drawer {
    width: calc(100% / 3);
    padding: 7.8rem 3.2rem 5.6rem;
  }

  .drawer-header {
    font-size: 32px;
    margin-block-end: 3.2rem;
  }

  .cart-signin-drawer form {
    gap: 24px;
  }

  .cart-signin-drawer .field {
    gap: 7px;
  }

  .field input {
    min-height: 5.6rem;
    max-height: 5.6rem;
  }

  .cart-signin-drawer button,
  .cart-signin-drawer a.button {
    font-size: 20px;
    line-height: 22px;
    min-height: 5.4rem;
    max-height: 5.4rem;
    border-radius: 32px !important;
  }

  .section-header {
    font-size: 20px;
    line-height: 24px;
  }

  .content .text {
    font-size: 16px;
    line-height: 24px;
  }
}
/* login wall end */

/* shu added style end */

/* Discount app styles start  */
.promo__body input.docapp-coupon-input--input {
  box-shadow: none;
/*   padding: 4px 8px 4px 16px !important; */
/*   text-overflow: ellipsis !important; */
}

.docapp-coupon-input--button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.docapp-coupon-input--button .docapp-coupon-input--button-text {
  display: flex;
  align-items: center;
  height: 3.8rem;
  font-weight: 700;
  font-size: 12px !important;
}
.docapp-coupon-input--button.docapp-active .docapp-coupon-input--button-text {
  display: none;
}
.docapp-coupon-input--button.docapp-active .docapp-loader {
  position: initial;
}
.promo__body .docapp-coupon-input {
  margin: 0;
  max-width: unset;
}
.promo__body .docapp-coupon-input div:not([class]){
  display: flex;
  flex-direction: column;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--input-container{
  order: 2;
  max-height: 38px;
  min-height: 38px;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--input-container .docapp-coupon-input--input {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 14px;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--bean-container{
  order: 3;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--message-container{
  padding: 4px 8px 4px 16px;
  order: 1;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--message-container .docapp-coupon-input--message-x {
  display: none;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--message-container .docapp-coupon-input--message-content{
  padding: 8px 0px;
  font-weight: 700;
}
.promo__body .docapp-coupon-input .docapp-coupon-input--message-container .docapp-coupon-input--message-content span{
  font-weight: 400;
}
.summaries__discount{
  font-weight: 500;
}
.docapp-cart-with-coupon-summary {
  max-width: unset;
  margin: 0;
}
.summaries__discount .docapp-cart-with-coupon-summary .docapp-cart-item {
  margin-bottom: 8px;
}
.docapp-cart-item.docapp-est-shipping-cost {
  margin: 0 !important;
}
.summaries__discount .docapp-cart-with-coupon-summary .docapp-cart-subtotal,
.summaries__discount .docapp-cart-with-coupon-summary .docapp-est-total{
  display: none;
}
.summaries__discount .docapp-cart-with-coupon-summary .docapp-est-shipping-cost:not([data-price-raw]) .docapp-right{
  color: #17701E !important;
}
.cart__footer .totals .docapp-cart-with-coupon-summary .docapp-cart-item{
  display: none;
}
.cart__footer .totals .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-est-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.cart__footer .totals .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-est-total .docapp-right{
  font-weight: 400;
  font-size: 12px !important;
  line-height: 14px;
  color: #1b3567 !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 7px;
}
.cart__footer .totals .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-est-total .docapp-right span{
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 0!important;
}

/* Discount app styles end  */

/* shipping message styles */
.shipping-message{
      display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1b3567;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e6e5ea;
    text-align: center;
}