/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_brambleberry_core/cartridge/client/default/scss/cart.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.btn {
  height: 47px;
  border-radius: 100px;
  padding: 0 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  font-size: 14px;
  line-height: 12.6px;
  letter-spacing: -0.02em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: var(--skin-body-font);
  font-weight: 400;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  z-index: 1; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: -1; }
  .btn:hover::before {
    left: 0; }
  .btn.btn-primary {
    color: var(--skin-link-color-2);
    background: var(--skin-link-color-hover-1); }
    .btn.btn-primary:before {
      background: var(--skin-primary-color-invert-1); }
    .btn.btn-primary:hover {
      background: var(--skin-link-color-hover-1);
      color: var(--skin-link-color-2);
      text-decoration: none; }
    .btn.btn-primary.added {
      background-color: var(--skin-primary-color-3);
      color: var(--skin-link-color-3); }
      .btn.btn-primary.added:before {
        background-color: var(--skin-primary-color-invert-3); }
      .btn.btn-primary.added:hover {
        background-color: var(--skin-primary-color-3);
        color: var(--skin-link-color-3); }
  .btn.btn-secondary {
    background-color: var(--skin-primary-color-2);
    color: var(--skin-link-color-2); }
    .btn.btn-secondary:before {
      background-color: var(--skin-primary-color-invert-2); }
    .btn.btn-secondary:hover {
      background-color: var(--skin-primary-color-2);
      color: var(--skin-link-color-2); }
  .btn.btn-tertiary {
    background-color: var(--skin-primary-color-3);
    color: var(--skin-link-color-3); }
    .btn.btn-tertiary:before {
      background-color: var(--skin-primary-color-invert-3); }
    .btn.btn-tertiary:hover {
      background-color: var(--skin-primary-color-3);
      color: var(--skin-link-color-3); }
  .btn.btn-white {
    background-color: #fff;
    color: var(--skin-primary-color-2); }
    .btn.btn-white:before {
      background-color: var(--skin-primary-color-invert-3); }
    .btn.btn-white:hover {
      color: var(--skin-primary-color-2); }
  .btn.btn-link {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: auto;
    color: #6E224E;
    font-size: 14px;
    line-height: 12.6px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    font-family: var(--skin-body-font-book); }
    .btn.btn-link:hover {
      color: var(--skin-link-color-1); }
  .btn.btn-outline-primary {
    border-width: 1px;
    border-style: solid; }
    .btn.btn-outline-primary:hover {
      color: var(--skin-link-color-2);
      background-color: var(--skin-link-color-hover-1);
      border-color: var(--skin-link-color-hover-1); }
    .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
      outline: 0 !important;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .btn.btn-outline-primary:not(:disabled).active, .btn.btn-outline-primary:not(.disabled).active {
      background-color: var(--skin-link-color-hover-1);
      border-color: var(--skin-link-color-hover-1);
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn.btn-outline-secondary {
    border-width: 1px;
    border-style: solid; }
  .btn.btn-rounded {
    border-radius: 100px; }
  .btn.btn-text {
    border-radius: 0; }

.button-link {
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  font-family: var(--skin-body-font-book);
  font-weight: 400;
  background: none;
  border: 0;
  text-decoration: underline;
  color: #6E224E; }

.css-add-to-wish-list {
  width: 54px;
  height: 54px;
  background: #F7F3EF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 54px;
      flex-basis: 54px; }
  .css-add-to-wish-list.added svg path {
    fill: #6e224e; }

.link-primary {
  text-decoration: underline;
  font-family: var(--skin-body-font-book);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.16px; }

button.close span {
  font-size: 0; }
  button.close span:before {
    content: '';
    background: url("../../images/icons/close.svg") no-repeat;
    width: 1rem;
    height: 1rem;
    display: block; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #0094FB;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #0094FB;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #0094FB;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #009258;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #009258;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #009258;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid black;
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid black;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.attribute {
  margin-top: 28px; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: static;
  margin-top: 20px;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1000; }

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
  z-index: 1000; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 0; }
  .simple-quantity input {
    width: 100%; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #DDDDDD; }
  .bundle-item:last-child {
    border-bottom: none; }

.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

#editProductModal {
  padding: 0 !important; }
  #editProductModal .quick-view-footer .quantity-wrapper {
    display: none; }
  #editProductModal .quick-view-footer .add-to-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #editProductModal .modal-body {
    overflow: hidden; }
  #editProductModal .attribute {
    margin-top: 8px; }
    #editProductModal .attribute.quantity {
      display: none; }
  #editProductModal .swatch h6 {
    letter-spacing: -0.72px;
    font-size: 18px;
    font-family: var(--skin-body-font-book);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px; }

.modal.fade .quick-view-dialog .promotion-list {
  text-align: left;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .modal.fade .quick-view-dialog .promotion-list .promotion-title {
    color: #536552 !important;
    font-size: 14px;
    letter-spacing: -0.28px;
    font-family: var(--skin-body-font-bold);
    font-weight: 400;
    text-transform: uppercase; }
    .modal.fade .quick-view-dialog .promotion-list .promotion-title span {
      color: #536552 !important; }
  .modal.fade .quick-view-dialog .promotion-list .info-icon {
    margin-top: -4px;
    margin-left: 3px;
    display: none; }

.modal.fade .quick-view-dialog .modal-body {
  padding: 1.25rem 1.5rem;
  overflow: hidden; }
  .modal.fade .quick-view-dialog .modal-body button.close {
    padding: 0.5rem;
    right: -15px;
    top: -15px; }

.modal.fade .quick-view-dialog .product-detail {
  margin: 0; }

.modal.fade .quick-view-dialog .whats-this {
  display: none; }

.modal.fade .quick-view-dialog .swiper-button-next,
.modal.fade .quick-view-dialog .swiper-button-prev,
.modal.fade .quick-view-dialog .swiper-pagination {
  display: none; }

.modal.fade .quick-view-dialog .product-name {
  color: var(--color-grey9);
  text-overflow: ellipsis;
  font-family: var(--skin-body-font-bold);
  font-size: 20px;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.8px; }

.modal.fade .quick-view-dialog .primary-images {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }
  .modal.fade .quick-view-dialog .primary-images img {
    width: 100%; }

.modal.fade .quick-view-dialog a.full-pdp-link {
  color: #6E224E;
  margin-top: 1px; }
  .modal.fade .quick-view-dialog a.full-pdp-link:after {
    content: '';
    border-bottom: 1px solid #6E224E;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 3px; }

.modal.fade .quick-view-dialog .main-attributes {
  display: none; }

.modal.fade .quick-view-dialog .attributes {
  margin-top: 8px; }
  .modal.fade .quick-view-dialog .attributes .attribute {
    width: 100%;
    margin-bottom: 0; }

.modal.fade .quick-view-dialog .quick-view-footer .quantity-wrapper {
  height: 40px; }
  .modal.fade .quick-view-dialog .quick-view-footer .quantity-wrapper label {
    display: none; }
  .modal.fade .quick-view-dialog .quick-view-footer .quantity-wrapper input {
    width: 100%; }

.modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .update-cart-product-global,
.modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .add-to-cart-global {
  text-transform: uppercase;
  padding: 12px 24px;
  height: 40px;
  width: 100%;
  margin: 0; }
  .modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .update-cart-product-global:disabled,
  .modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .add-to-cart-global:disabled {
    color: #fff; }
  .modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .update-cart-product-global svg,
  .modal.fade .quick-view-dialog .quick-view-footer .add-to-wrapper .add-to-cart-global svg {
    width: 17px;
    height: 17px;
    margin-right: 0.5rem;
    margin-bottom: 2px; }

.modal.fade .quick-view-dialog .modal-footer {
  display: none; }

.modal.fade .quick-view-dialog .swatch-circle {
  border: 0.063em solid black;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid black;
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .modal.fade .quick-view-dialog .swatch-circle.color-value[data-selected="true"]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: FontAwesome, sans-serif;
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .modal.fade .quick-view-dialog .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: FontAwesome, sans-serif;
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .modal.fade .quick-view-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.modal.fade .quick-view-dialog .prices del {
  font-size: 16px;
  line-height: 16px;
  color: #A4A4A4;
  letter-spacing: -0.16px;
  font-family: var(--skin-body-font);
  font-weight: 400; }

.modal.fade .quick-view-dialog .prices span.reduced-price {
  color: #B84B65; }

.modal.fade .quick-view-dialog a[disabled] .swatch-circle {
  cursor: not-allowed; }
  .modal.fade .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after {
    background-color: #495057; }

.modal.fade .quick-view-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none; }

.modal.fade .quick-view-dialog .custom-variant-selection {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  gap: 10px; }
  @media (max-width: 1199.98px) {
    .modal.fade .quick-view-dialog .custom-variant-selection {
      width: 100%; } }
  .modal.fade .quick-view-dialog .custom-variant-selection li {
    padding: 2px;
    border: 2px solid;
    border-color: #ddd;
    border-radius: 6px;
    padding: 8px 10px;
    text-align: center;
    letter-spacing: -0.28px;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    /* Adjust 10px for margin or padding */
    /* Half of 10px to create spacing around items */
    color: #7A7A7A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 48%; }
    .modal.fade .quick-view-dialog .custom-variant-selection li.selected {
      border-color: #1E1E1E;
      color: #1E1E1E; }
    .modal.fade .quick-view-dialog .custom-variant-selection li.unselectable {
      background: #F6F6F6;
      border-color: #f6f6f6;
      cursor: auto; }
    .modal.fade .quick-view-dialog .custom-variant-selection li .normal-price {
      margin-left: 5px; }
    .modal.fade .quick-view-dialog .custom-variant-selection li .special-offer {
      letter-spacing: -0.28px;
      text-decoration-line: underline;
      color: #536552 !important;
      margin-left: 5px;
      margin-top: -1px; }
    .modal.fade .quick-view-dialog .custom-variant-selection li .strike-price {
      text-decoration-line: strikethrough;
      letter-spacing: -0.28px;
      font-size: 14px;
      color: #C8C8C8; }
    .modal.fade .quick-view-dialog .custom-variant-selection li.disabled {
      background: #F6F6F6;
      border-color: #F6F6F6;
      color: #7A7A7A;
      opacity: 1;
      cursor: auto; }
      .modal.fade .quick-view-dialog .custom-variant-selection li.disabled .special-offer {
        color: #536552 !important; }
    @media (max-width: 1199.98px) {
      .modal.fade .quick-view-dialog .custom-variant-selection li {
        max-width: 48%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 48%;
                flex: 1 1 48%; } }

.modal.fade .quick-view-dialog .quantity-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  padding: 0px 28px 0px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 0;
  height: 43px; }
  .modal.fade .quick-view-dialog .quantity-select:focus-visible {
    outline-color: #1E1E1E; }
  @media (max-width: 991.98px) {
    .modal.fade .quick-view-dialog .quantity-select {
      padding-left: 6px; } }

.modal.fade .quick-view-dialog .manual-quantity .manual-quantity-indicator {
  padding-right: 15px;
  width: 28px;
  height: 23px; }
  .modal.fade .quick-view-dialog .manual-quantity .manual-quantity-indicator.manual-quantity-plus {
    padding-top: 16px; }
  .modal.fade .quick-view-dialog .manual-quantity .manual-quantity-indicator.manual-quantity-minus {
    padding-bottom: 16px; }

.modal.fade .quick-view-dialog .cart-and-ipay {
  margin-bottom: 20px; }

.css-oos-msg-container .css-oos-msg {
  font-size: 0.75rem;
  letter-spacing: -0.32px;
  font-family: var(--skin-body-font-bold);
  font-weight: 400;
  color: #FF1310;
  margin-bottom: 5px; }

::-webkit-input-placeholder {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font); }

::-moz-placeholder {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font); }

:-ms-input-placeholder {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font); }

::-ms-input-placeholder {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font); }

::placeholder {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font); }

.count-car {
  color: #A4A4A4;
  font-size: 16px;
  font-family: var(--skin-body-font);
  margin-top: 16px;
  margin-bottom: 0; }

.form-group .form-control {
  border-radius: 0.375rem;
  border: 1px solid #DDDDDD;
  background: white;
  height: 2.6875rem; }
  .form-group .form-control:focus {
    border: 1px solid #7A7A7A;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-group .form-control::-webkit-input-placeholder {
    color: #A4A4A4;
    font-size: 16px;
    font-family: var(--skin-body-font); }
  .form-group .form-control::-moz-placeholder {
    color: #A4A4A4;
    font-size: 16px;
    font-family: var(--skin-body-font); }
  .form-group .form-control:-ms-input-placeholder {
    color: #A4A4A4;
    font-size: 16px;
    font-family: var(--skin-body-font); }
  .form-group .form-control::-ms-input-placeholder {
    color: #A4A4A4;
    font-size: 16px;
    font-family: var(--skin-body-font); }
  .form-group .form-control::placeholder {
    color: #A4A4A4;
    font-size: 16px;
    font-family: var(--skin-body-font); }

.form-group .form-control-label {
  color: #1E1E1E;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: var(--skin-body-font);
  font-weight: 400; }

.form-group.required .form-control-label::after {
  content: '*';
  color: #FF1310; }

.form-group.custom-select-box {
  position: relative; }
  .form-group.custom-select-box:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6663 6.5L7.99967 11.1667L3.33301 6.5' stroke='%230E0E0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 43px;
    z-index: 1; }
  .form-group.custom-select-box .form-control {
    position: relative;
    z-index: 2;
    background: transparent; }

.form-group.custom-select-box-qty {
  position: relative;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 6px; }
  .form-group.custom-select-box-qty:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6L8 2.5L11.5 6H4.5Z' fill='%231E1E1E'/%3E%3Cpath d='M11.5 10L8 13.5L4.5 10L11.5 10Z' fill='%231E1E1E'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 13px;
    z-index: 1; }
  .form-group.custom-select-box-qty .custom-select {
    padding: 9px 12px;
    background: transparent;
    border: 0;
    position: relative;
    z-index: 2; }
  .form-group.custom-select-box-qty.smallBox::after {
    top: 8px; }
  .form-group.custom-select-box-qty.smallBox .custom-select {
    padding: 4px 12px; }

.form-group .helper {
  color: #1E1E1E;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: var(--skin-body-font);
  font-weight: 400;
  margin-top: 5px; }

.form-group .info-icon {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  padding: 10px; }
  .form-group .info-icon .tooltip {
    max-width: 342px;
    min-width: 280px;
    width: auto;
    bottom: -8px; }
  @media (max-width: 1199.98px) {
    .form-group .info-icon {
      display: block; }
      .form-group .info-icon .tooltip {
        bottom: 32px;
        left: auto;
        right: calc(100% - 16px); } }

.giftcert-wrapper {
  margin-top: 16px; }
  .giftcert-wrapper label {
    display: none; }
  .giftcert-wrapper .form-control {
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    height: 2.625rem;
    line-height: 160%; }
  .giftcert-wrapper textarea {
    height: 88px !important; }

.custom-control .custom-control-label,
.custom-control p {
  color: #1E1E1E;
  font-size: 14px;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: -0.28px; }
  .custom-control .custom-control-label::before,
  .custom-control p::before {
    background: white;
    top: -1px; }

.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: black;
  border-color: black; }

.custom-radio {
  position: relative;
  margin-left: 10px;
  padding: 0 0 0 30px;
  cursor: pointer; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .custom-radio input:checked ~ .checkmark {
      background-color: #fff; }
      .custom-radio input:checked ~ .checkmark:after {
        display: block;
        background: #000; }
  .custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #A4A4A4; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: white; }

.shipping-form .form-group .form-control-label,
.billing-form .form-group .form-control-label {
  text-transform: none;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-family: var(--skin-body-font-book);
  font-weight: 400; }

.manual-quantity {
  position: relative;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 6px; }
  .manual-quantity input {
    text-indent: 0;
    padding-right: 30px;
    border: 0;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .manual-quantity input:focus, .manual-quantity input:active {
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .manual-quantity .manual-quantity-indicator {
    position: absolute;
    right: 0;
    width: 28px;
    height: 27px;
    display: block;
    padding-left: 5px;
    padding-right: 15px; }
    .manual-quantity .manual-quantity-indicator.disabled {
      opacity: 0.5; }
    .manual-quantity .manual-quantity-indicator img {
      width: 100%;
      display: block; }
      .manual-quantity .manual-quantity-indicator img:before {
        display: none; }
    .manual-quantity .manual-quantity-indicator.manual-quantity-plus {
      top: 0;
      padding-bottom: 2px;
      padding-top: 20px; }
    .manual-quantity .manual-quantity-indicator.manual-quantity-minus {
      bottom: 0;
      padding-top: 2px;
      padding-bottom: 20px; }

.cart-recommendation {
  border-radius: 0.75rem;
  background: #f9f5f4;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .cart-recommendation h4 {
    margin-bottom: 1.25rem;
    font-size: 24px; }
    @media (min-width: 769px) {
      .cart-recommendation h4 {
        font-size: 30px; } }
  .cart-recommendation .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    padding-top: 1rem; }
  .cart-recommendation .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cart-recommendation .product-item:last-child {
      margin-bottom: 0; }
  .cart-recommendation .product-image {
    border-radius: 12px;
    overflow: hidden;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 0.75rem; }
    .cart-recommendation .product-image img {
      width: 91px;
      height: 91px;
      -o-object-fit: cover;
         object-fit: cover; }
  .cart-recommendation .product-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .cart-recommendation .product-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .cart-recommendation .product-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    @media (min-width: 769px) {
      .cart-recommendation .product-top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .cart-recommendation .product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .cart-recommendation .product-name {
    font-family: var(--skin-body-font-bold); }
  .cart-recommendation .product-attributes {
    font-size: 0.75rem;
    color: #7A7A7A; }
  .cart-recommendation .product-price {
    margin-right: 1rem;
    font-family: var(--skin-body-font-book);
    font-weight: 400; }
    .cart-recommendation .product-price .price {
      font-size: 1.0rem; }
      .cart-recommendation .product-price .price del {
        font-size: 16px;
        line-height: 16px;
        color: #A4A4A4;
        letter-spacing: -0.16px;
        font-family: var(--skin-body-font);
        font-weight: 400; }
      .cart-recommendation .product-price .price span.reduced-price {
        color: #B84B65; }
  .cart-recommendation .product-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    border: 1px solid #6E224E;
    padding: 0 2rem; }
    .cart-recommendation .product-add-to-cart:hover {
      background: #fff; }
    .cart-recommendation .product-add-to-cart span {
      color: #6E224E;
      font-size: 0.875rem;
      position: relative;
      top: 1px; }

.minicart-recommendation {
  padding-top: 24px; }
  .minicart-recommendation .cart-recommendation {
    border-radius: 0;
    margin-bottom: 1.25rem; }
  .minicart-recommendation .product-image img {
    width: 68px;
    height: 68px; }
  @media (min-width: 769px) {
    .minicart-recommendation .product-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .minicart-recommendation .btn {
    height: 40px; }
  @media (min-width: 769px) {
    .minicart-recommendation h4 {
      font-size: 24px; } }

.product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px; }

.line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .line-item .line-item-image img {
    width: 112px;
    height: 112px;
    border-radius: 0.75rem; }
    @media (max-width: 375px) {
      .line-item .line-item-image img {
        width: 90px;
        height: 90px; } }
  .line-item .line-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    width: 100%; }
    @media (min-width: 544px) {
      .line-item .line-item-top {
        width: auto; } }
  .line-item .line-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (min-width: 544px) {
      .line-item .line-item-info {
        width: auto; } }
  .line-item .line-item-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-bottom: 12px; }
    .line-item .line-item-tags .product-tags {
      font-size: 0.75rem;
      font-family: var(--skin-body-font-bold);
      padding: 0 8px;
      border-radius: 100px;
      text-transform: uppercase;
      height: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 0.8rem; }
  .line-item .line-item-name {
    font-family: var(--skin-body-font-bold);
    margin: 0 0 4px; }
  .line-item .line-item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    .line-item .line-item-actions .btn {
      height: auto; }
  .line-item .line-item-attribute {
    font-size: 0.75rem;
    color: #7A7A7A; }
  .line-item .line-item-edit {
    margin-top: -3px; }
    .line-item .line-item-edit .btn {
      font-size: 12px;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #6E224E;
      letter-spacing: -0.24px;
      line-height: 130%;
      color: #6E224E !important; }
      .line-item .line-item-edit .btn:hover {
        color: var(--skin-primary-color-1) !important;
        text-decoration-line: none; }
  .line-item .line-item-save-for-later {
    margin-top: -3px; }
    .line-item .line-item-save-for-later button {
      font-size: 12px;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #6E224E;
      letter-spacing: -0.24px;
      line-height: 130%; }
      .line-item .line-item-save-for-later button:before {
        display: none; }
  .line-item .line-item-qty-price-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.5rem; }
    .line-item .line-item-qty-price-delete .line-item-qty {
      margin-right: auto; }
    .line-item .line-item-qty-price-delete .line-item-price {
      margin-right: 1rem; }
      @media (min-width: 544px) {
        .line-item .line-item-qty-price-delete .line-item-price {
          display: none;
          margin-right: 0; } }
    @media (min-width: 544px) {
      .line-item .line-item-qty-price-delete .line-item-delete {
        display: none; } }
  .line-item .line-item-qty .quantity-label {
    display: none; }
  .line-item .line-item-qty .quantity.custom-select {
    padding: 4px 12px;
    width: 65px;
    height: 35px; }
    @media (min-width: 544px) {
      .line-item .line-item-qty .quantity.custom-select {
        width: 65px; } }
  .line-item .line-item-qty .manual-quantity input {
    padding: 4px 28px 4px 12px;
    width: 65px;
    height: 35px; }
  .line-item .line-item-qty .manual-quantity .manual-quantity-indicator {
    height: 19px; }
    .line-item .line-item-qty .manual-quantity .manual-quantity-indicator.manual-quantity-plus {
      padding-top: 12px; }
    .line-item .line-item-qty .manual-quantity .manual-quantity-indicator.manual-quantity-minus {
      padding-bottom: 12px; }
  @media (min-width: 544px) {
    .line-item .line-item-qty .manual-quantity {
      width: 65px; } }
  .line-item .line-item-qty .form-group.custom-select-box-qty::after {
    top: 9px; }
  .line-item .line-item-qty.disabled .quantity-form {
    opacity: 0.5; }
  .line-item .line-item-bottom {
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    @media (min-width: 544px) {
      .line-item .line-item-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .line-item .line-item-price {
    font-size: 18px;
    position: relative; }
    .line-item .line-item-price .line-item-promo {
      position: absolute;
      right: 0;
      top: 100%;
      font-size: 14px;
      letter-spacing: -0.56px;
      color: #536552;
      text-align: right;
      width: 230px;
      font-family: var(--skin-body-font-bold);
      font-weight: 400; }
    .line-item .line-item-price .line-item-total-price .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px; }
      .line-item .line-item-price .line-item-total-price .price .strike-through {
        text-decoration: line-through;
        color: #7a7a7a; }
      .line-item .line-item-price .line-item-total-price .price .adjusted-price {
        color: #6E224E; }
  .line-item .product-add-to-cart {
    padding: 0 2rem; }
    .line-item .product-add-to-cart:hover {
      background: #fff; }
  .line-item .line-item-gift-card .edit-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    .line-item .line-item-gift-card .edit-price .price .pricing {
      font-size: 12px;
      letter-spacing: -0.24px;
      line-height: 130%;
      color: #7A7A7A; }
  .line-item .line-item-gift-card .info {
    margin-bottom: 3px; }
    .line-item .line-item-gift-card .info .line-item-attributes {
      color: #1e1e1e;
      font-size: 16px;
      line-height: 140%;
      /* 16px */
      letter-spacing: -0.32px; }
      .line-item .line-item-gift-card .info .line-item-attributes b {
        font-family: var(--skin-body-font-book);
        font-weight: 400; }

.project-main-container {
  border-radius: 12px;
  background: #FAF8F5;
  padding: 20px;
  margin-bottom: 18px; }
  .project-main-container .project-head-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .project-main-container .project-head-container {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (max-width: 991.98px) {
      .project-main-container .project-head-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .project-main-container .project-head-container .project-name-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      gap: 8px;
      position: relative; }
      .project-main-container .project-head-container .project-name-container .project-label {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        color: #1E1E1E;
        font-size: 14px;
        letter-spacing: -0.28px;
        font-family: var(--skin-body-font-book);
        font-weight: 400; }
      .project-main-container .project-head-container .project-name-container .project-name {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        position: relative;
        color: #6e224e;
        font-size: 20px;
        line-height: 1.5rem;
        text-align: left;
        letter-spacing: -0.8px;
        font-family: var(--skin-body-font-book);
        font-weight: 400; }
      .project-main-container .project-head-container .project-name-container .project-items-count {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        position: relative;
        color: #A4A4A4;
        font-family: Mallory, var(--default-font-family);
        font-weight: 400;
        text-align: left;
        white-space: nowrap; }
    .project-main-container .project-head-container .delete-project-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      gap: 0.5rem;
      position: relative; }
      @media (max-width: 991.98px) {
        .project-main-container .project-head-container .delete-project-container {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .project-main-container .project-head-container .delete-project-container .save-for-later {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        position: relative;
        color: #7A7A7A;
        font-size: 0.75rem;
        text-align: left;
        text-decoration: underline;
        white-space: nowrap; }
      .project-main-container .project-head-container .delete-project-container .delete-project {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        position: relative;
        color: #7A7A7A;
        font-size: 0.75rem;
        text-align: left;
        text-decoration: underline;
        white-space: nowrap; }

.modal.share-cart .modal-dialog {
  height: 100%; }

.modal.share-cart .modal-content {
  height: 100%; }

.modal.share-cart #emailForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem; }
  .modal.share-cart #emailForm .form-group {
    margin-bottom: 0; }

.modal.share-cart #sendBtn {
  width: 100%;
  height: 45px; }
  @media (min-width: 769px) {
    .modal.share-cart #sendBtn {
      width: 148px; } }

.modal.share-cart textarea {
  min-height: 138px; }

.cart-save-for-later {
  border-radius: 0.75rem;
  background: #F5F7F3;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .cart-save-for-later h4 {
    margin-bottom: 1.25rem;
    font-size: 24px; }
    @media (min-width: 769px) {
      .cart-save-for-later h4 {
        font-size: 30px; } }
  .cart-save-for-later .product-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    padding-top: 1rem; }
    .cart-save-for-later .product-items.collapse.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .cart-save-for-later .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .cart-save-for-later .product-image {
    border-radius: 12px;
    overflow: hidden;
    margin-right: 12px;
    width: 112px; }
    .cart-save-for-later .product-image img {
      display: block;
      width: 100%; }
  .cart-save-for-later select.custom-select {
    height: 35px;
    padding: 5px 12px; }
  .cart-save-for-later .line-item-attributes {
    font-style: normal;
    line-height: 130%;
    /* 15.6px */
    letter-spacing: -0.24px;
    color: #7A7A7A; }
  .cart-save-for-later .product-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cart-save-for-later .product-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position: relative;
    margin-bottom: 0.5rem; }
    @media (min-width: 769px) {
      .cart-save-for-later .product-top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .cart-save-for-later .product-name {
    font-family: var(--skin-body-font-bold); }
  .cart-save-for-later .product-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .cart-save-for-later .product-attributes {
    font-size: 0.75rem;
    color: #7A7A7A; }
  .cart-save-for-later .product-edit {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #6E224E; }
  .cart-save-for-later .product-top-right {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem; }
    @media (min-width: 769px) {
      .cart-save-for-later .product-top-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .cart-save-for-later .product-remove {
    position: relative;
    top: -2px; }
  .cart-save-for-later .product-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.5rem 0; }
    @media (min-width: 769px) {
      .cart-save-for-later .product-middle {
        display: none; } }
    .cart-save-for-later .product-middle .product-middle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 1rem; }
  .cart-save-for-later .product-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cart-save-for-later .product-bottom .product-qty {
      display: none; }
      @media (min-width: 769px) {
        .cart-save-for-later .product-bottom .product-qty {
          display: block; } }
  .cart-save-for-later .product-qty {
    width: 72px; }
    .cart-save-for-later .product-qty .cart-quantity-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 77px;
      height: 35px;
      padding: 0.75rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.5rem;
      border-radius: 0.375rem;
      border: 1px solid #DDDDDD;
      background: #fff; }
      @media (min-width: 769px) {
        .cart-save-for-later .product-qty .cart-quantity-text {
          width: 72px; } }
  .cart-save-for-later .product-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    border: 1px solid #6E224E;
    padding: 0 2rem;
    width: 100%;
    height: 40px;
    font-family: var(--skin-body-font-book);
    font-weight: 400; }
    .cart-save-for-later .product-add-to-cart:hover {
      background: #fff; }
    @media (min-width: 769px) {
      .cart-save-for-later .product-add-to-cart {
        width: auto; } }
    .cart-save-for-later .product-add-to-cart span {
      color: #6E224E;
      font-size: 0.875rem;
      position: relative;
      top: 1px; }
  .cart-save-for-later .price {
    font-size: 18px;
    letter-spacing: -0.72px; }
  .cart-save-for-later .product-tags-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    position: relative;
    left: 0;
    top: 0; }
    .cart-save-for-later .product-tags-container .product-tags {
      font-size: 0.75rem;
      font-family: var(--skin-body-font-bold);
      padding: 0 8px;
      border-radius: 100px;
      text-transform: uppercase;
      height: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 0.8rem; }
  .cart-save-for-later .project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0.75rem;
    background: #ECEFE7;
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart-save-for-later .project-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 8px; }
  .cart-save-for-later .project-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: -0.28px;
    font-family: var(--skin-body-font-book);
    font-weight: 400; }
  .cart-save-for-later .project-name {
    font-size: 20px;
    color: #6E224E;
    line-height: 120%;
    font-family: var(--skin-body-font-book);
    font-weight: 400;
    letter-spacing: -0.8px; }
  .cart-save-for-later .project-items-count {
    color: #A4A4A4; }
  .cart-save-for-later .project-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    width: 100%; }
    .cart-save-for-later .project-bottom .project-bottom-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0.75rem; }
  .cart-save-for-later .project-add-all-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    .cart-save-for-later .project-add-all-to-cart span {
      position: relative;
      top: 1px;
      color: #6E224E;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: -0.28px;
      font-family: var(--skin-body-font-book);
      font-weight: 400; }
    .cart-save-for-later .project-add-all-to-cart .icon-add-all {
      width: 16px;
      height: 16px; }
  .cart-save-for-later .project-delete {
    color: #7A7A7A;
    font-size: 12px;
    text-decoration-line: underline; }
  .cart-save-for-later .collapse-icon {
    cursor: pointer; }
    .cart-save-for-later .collapse-icon svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .cart-save-for-later .collapse-icon.collapsed svg {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .cart-save-for-later .product-gift-card .edit-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem; }
  .cart-save-for-later .product-gift-card .price {
    font-size: 0.75rem;
    color: #7A7A7A; }

.cart.cart-page .paypal-powered-by {
  display: none !important; }

.cart.cart-page .paypal-button {
  border-radius: 6.25rem !important;
  width: 100%; }

.cart.cart-page .googlepay-container .google-pay-button-with-text.google-pay-button-black-with-text {
  display: none !important; }

.cart.cart-page .googlepay-container > div {
  width: 100%; }

.cart.cart-page .googlepay-container #gpay-button-online-api-id {
  border-radius: 6.25rem;
  width: 100%; }

.cart.cart-page .coupons-and-promos {
  font-size: 0.875rem;
  overflow: hidden; }
  .cart.cart-page .coupons-and-promos .coupon-header {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .cart.cart-page .coupons-and-promos .coupon-header svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .cart.cart-page .coupons-and-promos .coupon-content {
    display: none; }
  .cart.cart-page .coupons-and-promos .form-group .coupon-code-field {
    margin-bottom: 0.5rem; }
    .cart.cart-page .coupons-and-promos .form-group .coupon-code-field::-webkit-input-placeholder {
      font-size: 0.875rem; }
    .cart.cart-page .coupons-and-promos .form-group .coupon-code-field::-moz-placeholder {
      font-size: 0.875rem; }
    .cart.cart-page .coupons-and-promos .form-group .coupon-code-field:-ms-input-placeholder {
      font-size: 0.875rem; }
    .cart.cart-page .coupons-and-promos .form-group .coupon-code-field::-ms-input-placeholder {
      font-size: 0.875rem; }
    .cart.cart-page .coupons-and-promos .form-group .coupon-code-field::placeholder {
      font-size: 0.875rem; }
  .cart.cart-page .coupons-and-promos .form-group .coupon-error {
    margin-bottom: 0.5rem; }
  .cart.cart-page .coupons-and-promos.open .coupon-content {
    display: block; }
  .cart.cart-page .coupons-and-promos.open .coupon-header svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .cart.cart-page .coupons-and-promos .coupon-description {
    font-size: 0.875rem;
    color: #7A7A7A; }

.cart.cart-page .totals {
  background: #fff;
  position: sticky;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 9; }
  .cart.cart-page .totals .coupons-and-promos {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .cart.cart-page .totals {
      position: sticky;
      top: 14rem;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      margin: 1rem 0;
      padding: 0; } }
  .cart.cart-page .totals .cart-text {
    font-size: 12px;
    letter-spacing: -0.24px; }

.cart.cart-page .braintree-cart-buttons-wrap {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768.98px) {
    .cart.cart-page .braintree-cart-buttons-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 16px; } }

.cart.cart-page .cart-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  gap: 0.5rem; }
  .cart.cart-page .cart-totals .subtotal {
    font-size: 0.875rem;
    color: #7A7A7A; }
    .cart.cart-page .cart-totals .subtotal .value {
      font-size: 0.875rem; }
  .cart.cart-page .cart-totals .total {
    font-size: 1.25rem;
    color: #1E1E1E;
    font-family: var(--skin-body-font-bold); }
    .cart.cart-page .cart-totals .total .value {
      font-size: 1.25rem; }
  .cart.cart-page .cart-totals .cart-totals-text {
    font-size: 0.75rem;
    color: #1E1E1E; }

.cart.cart-page .checkout-continue .checkout-btn {
  text-transform: uppercase;
  height: 52px; }

.cart.cart-page .js-applepay-container {
  width: 100%;
  overflow: hidden;
  border-radius: 4px; }

.cart-header, .cart.cart-page {
  max-width: 1276px; }
  .cart-header > .row, .cart.cart-page > .row {
    gap: 1.5rem; }
  .cart-header .card, .cart.cart-page .card {
    border: 0;
    margin: 0; }

.cart-empty {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .cart-empty h1 {
    margin-bottom: 1.5rem; }

.cart-bottom-products {
  display: none; }
  .cart-bottom-products.show {
    display: block; }

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .cart-header h1 {
    font-size: 2.25rem;
    margin: 0;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1.8px; }
    @media (max-width: 991.98px) {
      .cart-header h1 {
        font-size: 1.5rem;
        letter-spacing: -0.96px; } }
  .cart-header > .btn {
    height: auto;
    text-decoration: underline;
    text-transform: uppercase;
    color: #6E224E;
    font-size: 0.875rem; }

.paypal-powered-by {
  display: none !important; }

.bonus-available-msg {
  border-radius: 6px;
  padding: 0.75rem 2rem;
  margin-bottom: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #6E224E;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #fff;
  font-family: var(--skin-body-font-book);
  font-weight: 400; }

.bonus-product-line-item .bonus-item-wrapper {
  background: #FAF8F5;
  padding: 20px;
  border-radius: 12px; }
  @media (max-width: 991.98px) {
    .bonus-product-line-item .bonus-item-wrapper .pricing,
    .bonus-product-line-item .bonus-item-wrapper .strike-through {
      font-size: 14px; } }
  @media (max-width: 991.98px) {
    .bonus-product-line-item .bonus-item-wrapper .line-item-qty .quantity.custom-select {
      padding: 4px 6px;
      width: 45px;
      height: 35px; } }

.bonus-product-line-item .bonus-product-button.card {
  margin-bottom: 12px; }

.cart-page .yotpo-widget-products-redemption .yotpo-redemption-options-list {
  margin-top: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px; }

.cart-page .yotpo-widget-products-redemption .yotpo-redemption-item {
  max-width: 197px;
  margin: 0; }

.cart-page .yotpo-widget-products-redemption .yotpo-redemption-option .yotpo-action-button-widget .yotpo-action-button-text {
  letter-spacing: -0.02em;
  font-size: 14px; }

.cart-page .yotpo-widget-clear {
  width: 100%; }

@media (min-width: 769px) {
  .cart-section-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.project-incomplete-error.fade {
  -webkit-transition: opacity .35s linear;
  transition: opacity .35s linear; }


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