:root {
  --main-black: #252525;
  --white: #ffffff;
  --main-grey: #f4f2f0;
  --transparent-grey: #f5f5f5;
  --border-grey: #cbcbcb;
  --main-red: #f34467;
  --grey-gradient: #e6e6e6;
  --font-size-en: 19px;
  --font-size-he: 17px;
  --first-font-family: Assistant;
  --secund-font-family: Georgia;
  --third-font-family: Playfair Display; }

.card-cart-page {
  margin: 37px auto;
  max-width: 1310px;
  direction: rtl; }
  @media all and (max-width: 768px) {
    .card-cart-page {
      margin: 0 18px; } }
  .card-cart-page .container.cart-empty {
    margin-bottom: 180px;
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.2;
    color: #000000; }
    @media all and (max-width: 762px) {
      .card-cart-page .container.cart-empty {
        margin-bottom: 85px; } }
    .card-cart-page .container.cart-empty .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .card-cart-page .container.cart-empty .row img {
        margin-bottom: 15px; }
      .card-cart-page .container.cart-empty .row .button-link {
        width: 190px;
        padding: 8px 25px;
        border: solid 1px #252525;
        color: #252525;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        background-color: #fff;
        margin-top: 25px; }
        .card-cart-page .container.cart-empty .row .button-link:hover {
          background-color: #252525;
          border: #252525 solid 1px;
          color: #ffffff !important; }
      .card-cart-page .container.cart-empty .row h1 {
        width: -webkit-fit-content;
        width: fit-content;
        margin: 0 auto; }
    .card-cart-page .container.cart-empty .carousel {
      padding-top: 7.313rem;
      padding-bottom: 4.375rem; }
      .card-cart-page .container.cart-empty .carousel::-webkit-scrollbar {
        display: none; }
      .card-cart-page .container.cart-empty .carousel__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 2.125rem;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        @media (max-width: 768px) {
          .card-cart-page .container.cart-empty .carousel__wrapper {
            overflow-x: auto;
            width: 100%; } }
      .card-cart-page .container.cart-empty .carousel__item a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .card-cart-page .container.cart-empty .carousel__item a:focus img {
          transition: transform 0.3s ease;
          transform: scale(1.02); }
      .card-cart-page .container.cart-empty .carousel__item h3 {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: normal;
        color: #2a2a2a;
        margin-top: 1.0625rem; }
      .card-cart-page .container.cart-empty .carousel__item img {
        width: 100%;
        max-width: 190px;
        max-height: 284px;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 768px) {
          .card-cart-page .container.cart-empty .carousel__item img {
            width: unset; } }
  .card-cart-page .cart-error-messaging.cart-error .alert-danger {
    color: #c00;
    background: transparent;
    text-align: initial;
    border: none; }
  .card-cart-page .container {
    padding: 0;
    max-width: unset; }
    .card-cart-page .container .page-title {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: normal;
      color: #252525;
      direction: initial;
      left: 0;
      background: none;
      display: block; }
      @media all and (max-width: 768px) {
        .card-cart-page .container .page-title {
          margin-top: 24px; } }
      .card-cart-page .container .page-title::before {
        content: none; }
    .card-cart-page .container .cart-header {
      display: none; }
    .card-cart-page .container .product-info {
      border: none;
      border-bottom: solid 1px;
      border-bottom-color: var(--border-grey, #cbcbcb);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      max-width: 760px;
      margin: 0 0 0 10px;
      border-radius: 0;
      padding: 25px 0;
      position: relative; }
      .card-cart-page .container .product-info .price {
        text-align: right; }
        .card-cart-page .container .product-info .price .club-price {
          display: none; }
          @media (max-width: 767px) {
            .card-cart-page .container .product-info .price .club-price {
              display: block; } }
        .card-cart-page .container .product-info .price .membership-price-display {
          font-size: 14px;
          line-height: 18px;
          color: #909090;
          direction: rtl; }
          .card-cart-page .container .product-info .price .membership-price-display .price-inverse {
            font-weight: 500; }
            .card-cart-page .container .product-info .price .membership-price-display .price-inverse.sales__red {
              font-size: inherit; }
          .card-cart-page .container .product-info .price .membership-price-display .price-title {
            color: #909090;
            font-weight: 500;
            margin-right: 4px; }
          .card-cart-page .container .product-info .price .membership-price-display a.price-link {
            font-weight: 700;
            text-decoration: underline; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info .price {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: end;
                align-items: flex-end; }
            .card-cart-page .container .product-info .price.inline {
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media all and (max-width: 768px) {
        .card-cart-page .container .product-info {
          margin: 0;
          padding: 25px 0 65px;
          max-height: 13rem;
          height: 13rem; } }
      .card-cart-page .container .product-info .product-info__image {
        margin-left: 20px;
        margin-right: 0;
        height: unset;
        width: unset; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info .product-info__image {
            margin: 0; } }
        .card-cart-page .container .product-info .product-info__image img {
          max-height: none;
          max-width: 113.3px;
          background: var(--grey-gradient, #e6e6e6); }
          @media all and (max-width: 768px) {
            .card-cart-page .container .product-info .product-info__image img {
              max-width: 70px; } }
        .card-cart-page .container .product-info .product-info__image a:hover img, .card-cart-page .container .product-info .product-info__image a:focus img {
          transition: transform 0.3s ease;
          transform: scale(1.02); }
      .card-cart-page .container .product-info__flex {
        display: -ms-flexbox;
        display: flex; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info__flex {
            margin-right: 18px; } }
        .card-cart-page .container .product-info__flex--flex {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start; }
          .card-cart-page .container .product-info__flex--flex .line-item-name {
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            text-transform: uppercase;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 150px;
            display: contents; }
          .card-cart-page .container .product-info__flex--flex .line-item-brand {
            font-size: 14px;
            line-height: 1.29;
            letter-spacing: normal;
            color: #515151;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 220px;
            display: contents; }
            @media all and (max-width: 768px) {
              .card-cart-page .container .product-info__flex--flex .line-item-brand span {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                max-width: 220px;
                height: 26px;
                direction: ltr; } }
          .card-cart-page .container .product-info__flex--flex .buttons-select-choice {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
                align-items: flex-end; }
            @media all and (max-width: 768px) {
              .card-cart-page .container .product-info__flex--flex .buttons-select-choice {
                margin-bottom: -50px;
                white-space: nowrap;
                width: 100%;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
            .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to {
              color: #7c7c7c;
              font-size: 12px;
              margin-left: 33px;
              line-height: 15px; }
              @media all and (max-width: 768px) {
                .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to {
                  margin-left: 0;
                  margin-right: 20px; } }
              .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to .remove-btn-lg.button-header {
                padding: 0;
                height: auto;
                line-height: 1; }
                .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to .remove-btn-lg.button-header:hover {
                  background-color: transparent;
                  border-color: transparent; }
                .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to .remove-btn-lg.button-header:focus {
                  color: #222222;
                  font-weight: 700; }
              .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to .message-remove {
                color: #7c7c7c;
                font-size: 12px;
                text-decoration: underline;
                margin-right: 4px;
                direction: initial; }
              .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to a:focus, .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to button:focus {
                color: #222222;
                font-weight: 700; }
              .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to a img, .card-cart-page .container .product-info__flex--flex .buttons-select-choice .move-to button img {
                width: 11px; }
      .card-cart-page .container .product-info .item-info {
        padding: 0;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info .item-info .div-price {
            display: none; } }
        .card-cart-page .container .product-info .item-info__product--attributes {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: baseline;
              align-items: baseline;
          font-size: 14px;
          color: #515151;
          line-height: 1.29;
          margin: 12px 0;
          gap: 13px; }
          .card-cart-page .container .product-info .item-info__product--attributes .edit.line-item-attributes, .card-cart-page .container .product-info .item-info__product--attributes .edit.line-item-option {
            color: #515151; }
          .card-cart-page .container .product-info .item-info__product--attributes .edit.attribute-underline {
            text-decoration: underline; }
          .card-cart-page .container .product-info .item-info__product--attributes .edit:focus {
            color: #222222;
            font-weight: 700; }
      .card-cart-page .container .product-info__total {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
        max-width: unset;
        -ms-flex: auto;
            flex: auto;
        width: 40%;
        white-space: nowrap; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info__total {
            position: absolute;
            bottom: 65px;
            right: 85px;
            width: unset;
            font-weight: 300; }
            .card-cart-page .container .product-info__total .line-item-price-info {
              display: none; } }
      .card-cart-page .container .product-info__total-error {
        position: absolute;
        right: 0px;
        bottom: -27px;
        font-size: 14px; }
        @media all and (max-width: 768px) {
          .card-cart-page .container .product-info__total-error {
            bottom: -17px;
            font-size: 12px; }
            .card-cart-page .container .product-info__total-error .alert-danger {
              padding: 0; } }
  .card-cart-page .cart-page .club-savings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 87px;
    background: #F5F5F5;
    max-width: 760px;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 400;
    padding: 1rem; }
    .card-cart-page .cart-page .club-savings .text-container {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media all and (max-width: 768px) {
        .card-cart-page .cart-page .club-savings .text-container {
          height: 100%;
          padding-right: 16px;
          padding-left: 16px; } }
      .card-cart-page .cart-page .club-savings .text-container-link {
        border: 1px solid black;
        padding: 0 30px;
        max-height: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media all and (max-width: 768px) {
          .card-cart-page .cart-page .club-savings .text-container-link {
            padding: 10px 15px 10px 15px; } }
      .card-cart-page .cart-page .club-savings .text-container .discount-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        @media all and (max-width: 768px) {
          .card-cart-page .cart-page .club-savings .text-container .discount-text {
            font-weight: 600;
            font-size: 14px; } }
        .card-cart-page .cart-page .club-savings .text-container .discount-text .discount-price {
          margin-right: 0.125rem; }
      .card-cart-page .cart-page .club-savings .text-container .content-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        white-space: break-spaces; }
        @media all and (max-width: 768px) {
          .card-cart-page .cart-page .club-savings .text-container .content-container {
            -ms-flex-pack: distribute;
                justify-content: space-around;
            height: 100%; } }
        .card-cart-page .cart-page .club-savings .text-container .content-container .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row; }
          .card-cart-page .cart-page .club-savings .text-container .content-container .content-title {
            font-weight: 600; }
          @media all and (max-width: 768px) {
            .card-cart-page .cart-page .club-savings .text-container .content-container .content {
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-align: start;
                  align-items: flex-start; }
              .card-cart-page .cart-page .club-savings .text-container .content-container .content-title, .card-cart-page .cart-page .club-savings .text-container .content-container .content-text {
                font-size: 14px; } }
  .card-cart-page .cart-wrapper {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 120px; }
    .card-cart-page .cart-wrapper .totals-prices {
      max-width: 290px;
      padding: 0;
      position: sticky;
      position: -webkit-sticky;
      top: 180px; }
      @media all and (max-width: 768px) {
        .card-cart-page .cart-wrapper .totals-prices {
          max-width: unset;
          position: relative;
          top: unset;
          margin-top: 24px; } }
      .card-cart-page .cart-wrapper .totals-prices .cart-details {
        font-size: 16px;
        line-height: 1.88;
        letter-spacing: normal;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6; }
        .card-cart-page .cart-wrapper .totals-prices .cart-details__detail {
          margin: 0; }
          .card-cart-page .cart-wrapper .totals-prices .cart-details__detail--flex {
            display: -ms-flexbox;
            display: flex;
            padding: 0; }
        .card-cart-page .cart-wrapper .totals-prices .cart-details .price-shipping-message {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: center;
              align-items: center; }
          .card-cart-page .cart-wrapper .totals-prices .cart-details .price-shipping-message p {
            color: #707070;
            text-align: center;
            font-family: Assistant;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; }
      .card-cart-page .cart-wrapper .totals-prices .cart-totals {
        margin: 0;
        font-size: 17px;
        font-weight: bold;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6; }
      .card-cart-page .cart-wrapper .totals-prices .checkout-btn {
        color: #fff;
        background-color: transparent;
        border-color: transparent; }
        .card-cart-page .cart-wrapper .totals-prices .checkout-btn:hover, .card-cart-page .cart-wrapper .totals-prices .checkout-btn:focus {
          color: #000000;
          background-color: transparent;
          border-color: transparent; }
      .card-cart-page .cart-wrapper .totals-prices p.optional-promo {
        display: none; }
      .card-cart-page .cart-wrapper .totals-prices .code-coupon {
        background: url("../images/icon-collapsable-section-plus.svg") left no-repeat;
        background-position-y: 15px;
        width: 100%;
        font-size: 13px;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #515151;
        margin-bottom: 0;
        padding: 12px 0 0px;
        cursor: pointer; }
        .card-cart-page .cart-wrapper .totals-prices .code-coupon:focus, .card-cart-page .cart-wrapper .totals-prices .code-coupon:focus-visible {
          outline: none;
          font-weight: 600; }
        .card-cart-page .cart-wrapper .totals-prices .code-coupon-wrapper {
          margin-bottom: 12px; }
        .card-cart-page .cart-wrapper .totals-prices .code-coupon[aria-expanded="true"] {
          background: url("../images/icon-collapsable-section-minus.svg") left no-repeat;
          background-position-y: 15px; }
        .card-cart-page .cart-wrapper .totals-prices .code-coupon-field {
          border: none;
          border-bottom: 1px solid #ced4da;
          border-radius: 0;
          font-size: 15px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: right;
          color: #a0a0a0;
          padding: 5px 0; }
          .card-cart-page .cart-wrapper .totals-prices .code-coupon-field:focus {
            border-color: #515151; }
          .card-cart-page .cart-wrapper .totals-prices .code-coupon-field.is-invalid {
            border-bottom: 1px solid #c00 !important; }
        .card-cart-page .cart-wrapper .totals-prices .code-coupon-collapse {
          -ms-flex-align: baseline;
              align-items: baseline;
          margin-bottom: 0; }
          .card-cart-page .cart-wrapper .totals-prices .code-coupon-collapse .promo-code-submit .promo-code-btn:focus {
            font-weight: 600; }
      .card-cart-page .cart-wrapper .totals-prices .coupon-error {
        font-size: 13px;
        color: #c00;
        text-align: initial; }
      .card-cart-page .cart-wrapper .totals-prices .coupons-and-promos {
        font-size: 15px; }
        .card-cart-page .cart-wrapper .totals-prices .coupons-and-promos .coupon-code {
          text-align: right; }
        .card-cart-page .cart-wrapper .totals-prices .coupons-and-promos .coupon-promotion-relationship {
          padding: 0; }
          .card-cart-page .cart-wrapper .totals-prices .coupons-and-promos .coupon-promotion-relationship li {
            text-align: right;
            list-style: none; }
        .card-cart-page .cart-wrapper .totals-prices .coupons-and-promos button.float-left.remove-coupon {
          background: transparent;
          border: none;
          font-size: 25px;
          line-height: 1; }
      .card-cart-page .cart-wrapper .totals-prices .club-discount {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-top: 0.5px solid #e6e6e6;
        padding: 16px 0;
        gap: 16px; }
        .card-cart-page .cart-wrapper .totals-prices .club-discount p {
          color: #000;
          font-family: Assistant;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 16px; }
        .card-cart-page .cart-wrapper .totals-prices .club-discount .points-collection {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; }
          .card-cart-page .cart-wrapper .totals-prices .club-discount .points-collection .pointsCount {
            color: #000;
            font-family: Assistant;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 16px; }
        .card-cart-page .cart-wrapper .totals-prices .club-discount .discountAmountContainer {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; }
          .card-cart-page .cart-wrapper .totals-prices .club-discount .discountAmountContainer .discountAmount {
            color: #000;
            font-family: Assistant;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0.36px; }
    .card-cart-page .cart-wrapper .birthday-coupon .divider {
      border-top: 1px solid #e6e6e6; }
    .card-cart-page .cart-wrapper .birthday-coupon .coupon_wrapper {
      width: 100%;
      max-width: 760px;
      height: 62px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      background-color: #f8f8f8;
      padding: 15px 10px;
      margin: 1rem 0; }
      @media all and (max-width: 768px) {
        .card-cart-page .cart-wrapper .birthday-coupon .coupon_wrapper {
          height: 72px; } }
    .card-cart-page .cart-wrapper .birthday-coupon .coupon_msg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      line-height: 24px;
      letter-spacing: 0.2px; }
      .card-cart-page .cart-wrapper .birthday-coupon .coupon_msg_logo {
        display: -ms-flexbox;
        display: flex;
        font-weight: 700; }
      .card-cart-page .cart-wrapper .birthday-coupon .coupon_msg_text {
        margin-right: 4px; }
        @media all and (max-width: 768px) {
          .card-cart-page .cart-wrapper .birthday-coupon .coupon_msg_text {
            margin-right: 0; } }
      @media all and (max-width: 768px) {
        .card-cart-page .cart-wrapper .birthday-coupon .coupon_msg {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .card-cart-page .cart-wrapper .birthday-coupon .coupon_button button {
      width: 127px;
      height: 42px;
      background-color: #fff;
      border: 1px solid #E4E4E4;
      font-size: 17px;
      text-align: center;
      font-weight: 600; }
      @media all and (max-width: 768px) {
        .card-cart-page .cart-wrapper .birthday-coupon .coupon_button button {
          width: 70px;
          font-size: 16px;
          font-weight: 400; } }
    .card-cart-page .cart-wrapper .special-promos-totals {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      padding: 0.5rem 0;
      border-top: 1px solid #e6e6e6;
      font-size: 14px; }
      .card-cart-page .cart-wrapper .special-promos-totals .promotion-discount {
        font-size: 17px;
        font-weight: 600;
        direction: ltr; }
  @media (min-width: 544px) {
    .card-cart-page .cart-delete-modal .modal-dialog,
    .card-cart-page #removeCouponModal .modal-dialog {
      margin: 100px auto; } }
  .card-cart-page .cart-delete-modal .modal-body,
  .card-cart-page #removeCouponModal .modal-body {
    text-align: center; }
  .card-cart-page .cart-delete-modal .modal-header,
  .card-cart-page #removeCouponModal .modal-header {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0; }
    .card-cart-page .cart-delete-modal .modal-header .close span,
    .card-cart-page #removeCouponModal .modal-header .close span {
      font-size: 33px;
      font-weight: normal; }
    .card-cart-page .cart-delete-modal .modal-header h2,
    .card-cart-page #removeCouponModal .modal-header h2 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 20px;
      font-weight: 600;
      top: 25px; }
  .card-cart-page .cart-delete-modal .modal-content,
  .card-cart-page #removeCouponModal .modal-content {
    border-radius: 0; }
  .card-cart-page .cart-delete-modal .modal-footer,
  .card-cart-page #removeCouponModal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .card-cart-page .cart-delete-modal .modal-footer button,
    .card-cart-page #removeCouponModal .modal-footer button {
      min-width: 70px;
      background-color: #000000;
      color: #ffffff;
      border-radius: 0; }
    .card-cart-page .cart-delete-modal .modal-footer button.cart-delete-confirmation-btn,
    .card-cart-page .cart-delete-modal .modal-footer button.delete-coupon-confirmation-btn,
    .card-cart-page #removeCouponModal .modal-footer button.cart-delete-confirmation-btn,
    .card-cart-page #removeCouponModal .modal-footer button.delete-coupon-confirmation-btn {
      background-color: #ffffff;
      color: #000000;
      border: 1px solid; }
  .card-cart-page .cart-delete-modal .modal-footer > :not(:first-child),
  .card-cart-page #removeCouponModal .modal-footer > :not(:first-child) {
    margin-right: .25rem; }
  .card-cart-page .cart-delete-modal .modal-footer > :not(:last-child),
  .card-cart-page #removeCouponModal .modal-footer > :not(:last-child) {
    margin-left: .25rem; }

.checkout-login .modal-dialog.quick-view-dialog {
  max-width: 500px; }

.checkout-login__close {
  font-size: 40px;
  font-weight: 300; }

.checkout-login .quick-view-dialog .modal-body {
  padding: 1px 20px 0 20px;
  max-height: 670px; }
  @media all and (max-width: 768px) {
    .checkout-login .quick-view-dialog .modal-body {
      padding: 0; }
      .checkout-login .quick-view-dialog .modal-body .checkout-login-wrapper {
        padding: 0; } }

.checkout-login .checkout-login-wrapper .card {
  border: none; }

.checkout-login .checkout-login-wrapper .card-body {
  padding: 0 3rem 1.25rem; }
  @media all and (max-width: 768px) {
    .checkout-login .checkout-login-wrapper .card-body {
      padding: 0; } }

.checkout-login .checkout-login-wrapper .error-msg .close {
  padding: 0.15rem 3rem; }

.checkout-login__title-one {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2a;
  margin-top: -50px;
  margin-bottom: 35px; }
  @media all and (max-width: 768px) {
    .checkout-login__title-one {
      margin-top: unset; } }

.checkout-login__title-two {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2a;
  margin-top: -50px;
  margin-bottom: 5px; }
  @media all and (max-width: 768px) {
    .checkout-login__title-two {
      margin-top: unset; } }

.checkout-login__title-three {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2a;
  margin-bottom: 35px; }

.checkout-login #password-reset {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: normal;
  color: #000000 !important;
  text-decoration: underline;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.checkout-login .login-form .btn.btn-block.btn-primary.button-white {
  padding: 6px 19px; }

.checkout-login .oauth-popover {
  margin-top: 36px;
  text-align: center; }
  @media all and (max-width: 768px) {
    .checkout-login .oauth-popover .login-oauth {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: center;
          align-items: center; }
      .checkout-login .oauth-popover .login-oauth .form-group.button-white {
        width: 100%; } }

.checkout-login .checkout-login-step4 h2 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2a;
  margin-top: -20px;
  margin-bottom: 25px; }
  @media all and (max-width: 768px) {
    .checkout-login .checkout-login-step4 h2 {
      margin-top: unset; } }

.checkout-login .form-group-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .checkout-login .form-group-row .form-group {
    width: 47%; }

.checkout-login .checkout-registration__row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.checkout-login .password.form-control.login-input {
  margin-bottom: 5px; }

.checkout-login .login-form__min-password {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: #2e70b5;
  text-align: right; }

.checkout-login .form-group.custom-control.custom-checkbox {
  text-align: right;
  padding: 0 1.5rem 0 0; }
  .checkout-login .form-group.custom-control.custom-checkbox .more-details {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-size: 13px;
    border: none;
    background-color: transparent;
    display: inline-block;
    width: -webkit-fit-content;
    width: fit-content;
    position: absolute;
    right: 190px;
    top: 0px; }
    .checkout-login .form-group.custom-control.custom-checkbox .more-details:hover {
      cursor: pointer; }
  .checkout-login .form-group.custom-control.custom-checkbox .details-lululemon {
    position: absolute;
    right: 25px;
    top: 20px; }
  .checkout-login .form-group.custom-control.custom-checkbox .custom-control-label {
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    font-weight: 600;
    color: #000000; }
  .checkout-login .form-group.custom-control.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkout-login .form-group.custom-control.custom-checkbox span.check-sign {
    position: absolute;
    top: 4px;
    right: -23px;
    height: 16px;
    width: 16px;
    border: solid 1px #252525; }
  .checkout-login .form-group.custom-control.custom-checkbox input:checked ~ span.check-sign {
    background-color: #000000;
    color: #ffffff; }
  .checkout-login .form-group.custom-control.custom-checkbox span.check-sign:after {
    content: "";
    position: absolute;
    display: none; }
  .checkout-login .form-group.custom-control.custom-checkbox input:checked ~ span.check-sign:after {
    display: block;
    background-color: #000000;
    color: #ffffff; }
  .checkout-login .form-group.custom-control.custom-checkbox span.check-sign:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.checkout-login .privacy-policy {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #252525;
  margin-top: 0.625rem;
  direction: rtl;
  margin-bottom: 44px; }
  .checkout-login .privacy-policy a {
    color: #252525 !important;
    text-decoration: underline; }

@media all and (max-width: 1400px) and (min-width: 1024px) {
  .card-cart-page {
    margin: 2em 5.3125rem; } }

@media all and (max-width: 1024px) and (min-width: 769px) {
  .card-cart-page {
    margin: 2em 5em; } }

#paypal-button-container {
  background: #0070ba;
  max-height: 40px;
  padding-top: 4px; }
  @media all and (max-width: 768px) {
    #paypal-button-container {
      background: #0070ba;
      max-height: 51px;
      padding: 4px 0;
      margin-top: 20px; } }
  #paypal-button-container:hover, #paypal-button-container:active, #paypal-button-container:focus {
    background: #006ab1; }

.paypal-button {
  background: #003087;
  background: linear-gradient(90deg, #003087 0%, #009cde 50%, #00378d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003087", endColorstr="#00378d", GradientType=1);
  border-radius: 0px; }
  .paypal-button .paypal-button-label-container {
    background-image: url(../images/paypal.png);
    background-position: center;
    background-repeat: no-repeat; }
    .paypal-button .paypal-button-label-container img {
      display: none; }
