/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/entries/cart/cart.scss ***!
  \*****************************************************************************************************************************/
/* ------------------------------------------------------------
  Config
------------------------------------------------------------ */
.ccw-container__inner,
.ccw-cart-items,
.ccw-summary-box,
#ccw-step1-coupon {
  padding: var(--section__gap);
  border-radius: 0.75rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fr,
.fl {
  width: 47%;
}
@media all and (max-width: 767px) {
  .fr,
  .fl {
    width: 100%;
  }
}
.fr .form-row,
.fl .form-row {
  float: none !important;
  width: 100% !important;
}

.cb {
  clear: both;
}

/* ------------------------------------------------------------
  Empty cart
------------------------------------------------------------ */
.empty-cart-container .empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--section__gap);
  margin: var(--section__space) 0;
}
.empty-cart-container .empty-cart-wrapper .empty-cart__header {
  text-align: center;
  font-weight: bold;
}

/* ------------------------------------------------------------
  Main grid
------------------------------------------------------------ */
.ccw-step1__grid {
  display: grid;
  grid-template-columns: minmax(0, 810px) minmax(320px, 393px);
  gap: var(--section__gap);
}
@media (max-width: 1279px) {
  .ccw-step1__grid {
    grid-template-columns: 1fr;
  }
}

.ccw-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--section__gap);
  margin-top: calc(var(--section__gap) * 2);
}
@media (max-width: 767px) {
  .ccw-container {
    grid-template-columns: 1fr;
  }
}
.ccw-container .btn--primary,
.ccw-container .btn--secondary {
  width: 100%;
}

/* ------------------------------------------------------------
  Cards / boxes
------------------------------------------------------------ */
.ccw-summary-box {
  background: #f5f5f5;
}

.ccw-step1__ctas {
  margin-top: var(--section__gap);
}

.ccw-ctas__actions .btn,
.ccw-coupon__actions .btn {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  width: 100%;
}
.ccw-ctas__actions .btn:last-of-type,
.ccw-coupon__actions .btn:last-of-type {
  margin-bottom: 0;
}

.ccw-ctas__actions a.btn.btn--secondary {
  margin-bottom: 0.625rem;
}

/* ------------------------------------------------------------
  Cart table
------------------------------------------------------------ */
.ccw-cart-table {
  width: 100%;
  border-collapse: collapse;
}
.ccw-cart-table td {
  vertical-align: middle;
}
.ccw-cart-table .ccw-cart-title,
.ccw-cart-table .ccw-cart-total {
  padding: 0 0.5rem;
}
.ccw-cart-table .ccw-cart-product {
  width: 10%;
}

.ccw-product__image img {
  width: 72px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .ccw-product__image img {
    width: 45px;
  }
}

.ccw-product__title,
.ccw-cart-price {
  color: #00253e;
  line-height: 0.9;
}

.ccw-product__title {
  font-weight: 600;
}

.ccw-cart-price {
  font-size: var(--fs__text-xs);
  font-weight: 700;
}

.ccw-cart-total del,
.ccw-cart-total ins {
  display: block;
  line-height: 1rem;
  color: #00253e;
}
.ccw-cart-total del {
  font-size: 0.563rem;
  font-weight: 500;
}
.ccw-cart-total ins,
.ccw-cart-total span {
  color: #00253e;
  text-decoration: none;
  font-size: var(--fs__text-s);
  font-weight: 700;
}

.ccw-qty-input {
  width: 32px;
  max-width: 75px;
  min-width: 50px;
  height: 32px;
  border-radius: var(--content__border-radius-xs);
  border: 1px solid #888;
}

/* ------------------------------------------------------------
  Inner sections
------------------------------------------------------------ */
.ccw-container__inner .ccw-title {
  font-size: var(--fs__text-s);
  line-height: 1;
  margin: 0 0 var(--section__gap) 0;
}

/* ------------------------------------------------------------
  Form fields
------------------------------------------------------------ */
#ccw-country,
#ccw-postcode,
#ccw-coupon-code,
div.nsl-container .nsl-button-google[data-skin=light] {
  width: 100%;
  height: var(--input__height);
  padding: 0.5rem 1rem;
  border: 1px solid #79747e;
  border-radius: var(--content__border-radius-l);
  outline: none;
  transition: all 0.3s ease-in-out;
}
#ccw-country:focus,
#ccw-postcode:focus,
#ccw-coupon-code:focus,
div.nsl-container .nsl-button-google[data-skin=light]:focus {
  border-color: #28a745;
}

.ccw-form-row {
  position: relative;
  margin-bottom: 0.625rem;
}
.ccw-form-row label {
  position: absolute;
  top: -6px;
  left: 14px;
  z-index: 1;
  padding: 0 0.5rem;
  background-color: #fff;
  color: #79747e;
  font-size: var(--fs__text-xxs);
  transition: all 0.3s ease-in-out;
}
.ccw-form-row:focus-within label {
  color: #28a745;
}

.ccw-help,
.ccw-shipping-methods p,
.ccw-step1__section p,
.ccw-coupon__active span {
  font-size: var(--fs__text-xxs);
  font-weight: 400;
  line-height: 1rem;
  color: #00253e;
}

.ccw-coupon__active span {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.ccw-choice__price {
  color: #00253e;
  font-size: var(--fs__text-xxs);
  font-weight: 700;
  line-height: 1rem;
}

/* ------------------------------------------------------------
  Choice rows
------------------------------------------------------------ */
.ccw-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.ccw-choice:last-of-type {
  border-bottom: none;
}
.ccw-choice__label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.ccw-choice__title,
.ccw-coupon__label {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  line-height: 1rem;
}

.ccw-choice__icons img {
  width: 31px;
  height: 20px;
  object-fit: contain;
}

.ccw-coupon__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ccw-coupon__form {
  margin-top: 0.625rem;
}
.ccw-coupon__form button {
  text-transform: uppercase;
}

/* ------------------------------------------------------------
  Totals
------------------------------------------------------------ */
.ccw-totals__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--section__gap);
}
.ccw-totals__row span,
.ccw-totals__row strong {
  color: #00253e;
  font-size: var(--fs__text-xxs);
  line-height: 1rem;
}
.ccw-totals__row span {
  font-weight: 500;
}
.ccw-totals__row strong,
.ccw-totals__row strong span {
  font-weight: 700;
}

.ccw-totals__row--total span,
.ccw-totals__row--total strong {
  color: #00253e;
  font-size: var(--fs__text-s);
  line-height: 1rem;
}
.ccw-totals__row--total span {
  font-weight: 600;
}

/* ------------------------------------------------------------
  Coupon section
------------------------------------------------------------ */
#ccw-step1-coupon {
  margin-top: var(--section__gap);
}

.ccw-coupon__active {
  padding-top: 0.625rem;
}

.ccw-coupon__btn {
  height: calc(var(--btn__height--secondary) - 10px);
}

/* ------------------------------------------------------------
  Login page
------------------------------------------------------------ */
.ccw-checkout-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: calc(var(--section__gap) * 1.5);
  align-items: center;
  margin-bottom: var(--section__space);
}
@media all and (max-width: 767px) {
  .ccw-checkout-steps {
    justify-content: center;
  }
}
.ccw-checkout-steps .ccw-checkout-steps__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-left: 2rem;
}
@media all and (max-width: 767px) {
  .ccw-checkout-steps .ccw-checkout-steps__item {
    margin-left: 0;
  }
}
.ccw-checkout-steps .ccw-checkout-steps__item .ccw-checkout-steps__number {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid;
  border-color: #d9d9d9;
  border-radius: 50%;
  color: #888;
}
.ccw-checkout-steps .ccw-checkout-steps__item a {
  transition: all 0.3s ease-in-out;
}
.ccw-checkout-steps .ccw-checkout-steps__item a .ccw-checkout-steps__label {
  color: #d9d9d9;
}
.ccw-checkout-steps .ccw-checkout-steps__item a:hover .ccw-checkout-steps__label {
  color: #e41725;
}
.ccw-checkout-steps .ccw-checkout-steps__item.is-active .ccw-checkout-steps__number {
  background-color: #e41725;
  color: #fff;
}
.ccw-checkout-steps .ccw-checkout-steps__item.is-done .ccw-checkout-steps__number {
  background-color: #fff;
}
.ccw-checkout-steps .ccw-checkout-steps__item.is-active .ccw-checkout-steps__number, .ccw-checkout-steps .ccw-checkout-steps__item.is-done .ccw-checkout-steps__number {
  border-color: #e41725;
}
.ccw-checkout-steps .ccw-checkout-steps__item.is-active .ccw-checkout-steps__label, .ccw-checkout-steps .ccw-checkout-steps__item.is-done .ccw-checkout-steps__label {
  color: #00253e;
}

.ccw-step2__socials div.nsl-container-buttons {
  width: 100%;
  padding: 0;
}
.ccw-step2__socials div.nsl-container a[data-plugin=nsl] {
  margin: 0;
}
.ccw-step2__socials div.nsl-container .nsl-button-google[data-skin=light] {
  box-shadow: none;
}
.ccw-step2__socials div.nsl-container .nsl-button-default {
  justify-content: center;
  align-items: center;
}
.ccw-step2__socials div.nsl-container .nsl-button-default div.nsl-button-label-container {
  flex: unset;
  margin: 0;
  padding: 0;
}

.ccw-step2__separator p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin: 10px 0;
}
.ccw-step2__separator.lower p {
  line-height: 1;
}

.ccw-step2__benefits {
  margin-top: calc(var(--section__gap) * 1.5);
}
.ccw-step2__benefits li {
  position: relative;
  padding-left: 34px;
  color: #00253E;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.ccw-step2__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M21 7.00003L9 19L3.5 13.5L4.91 12.09L9 16.17L19.59 5.59003L21 7.00003Z%27 fill=%27%2300253e%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.ccw-step2__login-form .login-username,
.ccw-step2__login-form .login-password {
  position: relative;
  margin-bottom: 20px;
}
.ccw-step2__login-form .login-username label,
.ccw-step2__login-form .login-password label {
  background-color: #FFFFFF;
  position: absolute;
  top: -6px;
  left: 14px;
  font-size: var(--fs__text-xxs);
  color: #79747E;
  padding: 0 0.5rem;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.ccw-step2__login-form .login-username:hover label,
.ccw-step2__login-form .login-password:hover label {
  color: #28a745;
}

.ccw-step2__lost-password {
  margin-bottom: calc(var(--section__gap) * 2);
}
.ccw-step2__lost-password a {
  color: #309DE3;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

/* ------------------------------------------------------------
  Step-3 page
------------------------------------------------------------ */
.ccw-step3__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--section__gap);
  align-items: start;
  margin-top: var(--section__space);
}
@media all and (max-width: 767px) {
  .ccw-step3__grid {
    grid-template-columns: 1fr;
  }
}

.ccw-step3__actions .btn {
  width: 100%;
}
.ccw-step3__actions a.btn {
  margin-bottom: 10px;
}

.ccw-step3__consents .ccw-choice__label .ccw-choice__title {
  flex-basis: calc(100% - 34px);
}
.ccw-step3__consents-note {
  margin-bottom: 10px;
}
.ccw-step3__consents-note p {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  line-height: 1rem;
}

#alg_wc_eu_vat_progress {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  line-height: 1rem;
}

/* ------------------------------------------------------------
  Step-4 page
------------------------------------------------------------ */
.ccw-step4__section {
  margin-bottom: 20px;
}

.ccw-step4__grid {
  display: grid;
  grid-template-columns: calc(60% - 10px) calc(40% - 10px);
  gap: 20px;
}
@media all and (max-width: 767px) {
  .ccw-step4__grid {
    grid-template-columns: 1fr;
  }
}

.ccw-step4__section p,
.ccw-step4__section a,
.ccw-step4__section dd,
.ccw-step4__section dt {
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  line-height: 1rem;
}
.ccw-step4__section a {
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

#place_order.ppcp-hidden {
  display: block !important;
  margin-bottom: 10px;
  width: 100%;
}

.ccw-step4__adress-grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

section.ccw-step4__summary-block #payment {
  background-color: transparent;
}
section.ccw-step4__summary-block .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}
section.ccw-step4__summary-block .btn {
  width: 100%;
  margin-bottom: 10px;
}

.ccw-product__content dl {
  display: flex;
  margin: 10px 0 0 0;
}

#place_order.button.alt {
  display: none !important;
}

.ccw-summary-table .ccw-summary-table__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ccw-summary-table .ccw-summary-table__row .ccw-summary-table__label {
  color: #00253e;
  font-size: var(--fs__text-xxs);
  font-weight: 500;
  line-height: 1rem;
}
.ccw-summary-table .ccw-summary-table__row .ccw-summary-table__value {
  color: #00253e;
  font-size: var(--fs__text-xxs);
  font-weight: 700;
  line-height: 1rem;
}

/* ------------------------------------------------------------
  Loading state
------------------------------------------------------------ */
#ccw-step1-totals {
  position: relative;
}
#ccw-step1-totals.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0.75rem;
}
#ccw-step1-totals.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 2px solid #d9d9d9;
  border-top-color: #e41725;
  border-radius: 50%;
  animation: ccw-spin 0.7s linear infinite;
}

@keyframes ccw-spin {
  to {
    transform: rotate(360deg);
  }
}

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