.customer-order-limit-bar .progress {
  background-color: #F2F2F2;
  height: 3px;
  margin-bottom: 12px;
}
.customer-order-limit-bar .progress-bar {
  background-color: #000;
}
.customer-order-limit-bar .progress__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.customer-order-limit-bar .progress__text .svg-check {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 8px;
}
.customer-order-limit-bar .progress__text b {
  font-weight: 700;
  margin-left: 8px;
}

.order-bar_container .limit-text {
  margin-bottom: 20px;
}

.product-line-grid {
  align-items: center;
}
.product-line-grid .product-line-grid__row {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 16px 24px 16px 18px;
}
.product-line-grid:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-line-grid__toptitle {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__block {
  padding: 0 6px;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 160px;
    max-width: 160px;
  }
}
.product-line-grid__block--image img {
  width: 100%;
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--prod .cart-products {
  grid-template-columns: 100%;
  gap: 0;
  padding: 0;
}
.product-line-grid__block--prod .cart-products__thumb {
  display: none;
}
.product-line-grid__block--prod .cart-products__desc-title {
  margin-right: 0;
}
.product-line-grid__block--qty {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--qty .qty .bootstrap-touchspin .input-group-btn .btn {
  width: 30px;
  height: 30px;
}
.product-line-grid__block--qty .qty .bootstrap-touchspin .input-touchspin {
  width: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.product-line-grid__block--total {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
.product-line-grid__block--total .total-without-tax {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.product-line-grid__block--total .total-with-tax {
  color: #54AED3;
  font-size: 12px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
  }
}
.product-line-grid__block--delete .svg-trash {
  fill: #EB5846;
}

@media (min-width: 768px) {
  .product-line-grid__top .product-line-grid__block--qty {
    flex: 0 0 5.125rem;
    max-width: 5.125rem;
  }
  .product-line-grid__top .product-line-grid__block--total {
    flex: 0 0 12.125rem;
    max-width: 12.125rem;
  }
}

.checkout-step form .form-group .form-control {
  margin-bottom: 0;
}
.checkout-step ul.nav a.active {
  border-color: #54AED3;
}
.checkout-step__content {
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  padding: 36px 48px;
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .checkout-step__content {
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .checkout-step__content {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.checkout-step .step-number {
  display: inline-block;
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step.-current .step-title {
  cursor: default;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step .form-footer button {
  width: 100%;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.checkout-nav {
  gap: 0.625rem;
  margin-bottom: 30px;
}
.checkout-nav .nav-link {
  border: 1px solid red;
  background: blue;
}
.checkout-nav .nav-link:not(.active) {
  color: lightblue;
}
.checkout-nav .nav-link.active {
  border-color: lightcoral;
}
.checkout-nav .nav-link:hover, .checkout-nav .nav-link:focus {
  border-color: lightgoldenrodyellow;
  color: lightpink;
}

.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}

.checkout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .checkout-head {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .checkout-head {
    padding-top: 10px;
  }
}
.checkout-head__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
  color: #000000;
}
.checkout-head__steps {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .checkout-head__steps {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .checkout-head__steps {
    justify-content: space-around;
  }
}
.checkout-head__step-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px 5px;
  padding: 0 5px;
}
@media (max-width: 575.98px) {
  .checkout-head__step-data__step-data {
    padding: 0;
  }
}
.checkout-head__step {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .checkout-head__step {
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .checkout-head__step {
    justify-content: center;
  }
}
.checkout-head__step:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1199.98px) {
  .checkout-head__step:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .checkout-head__step:not(:last-child) {
    margin-right: 0;
  }
}
.checkout-head__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 20px;
  width: 35px;
  height: 1px;
  display: flex;
  background: #F2F2F2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .checkout-head__step:not(:last-child)::after {
    width: 30px;
  }
}
@media (max-width: 575.98px) {
  .checkout-head__step:not(:last-child)::after {
    display: none;
  }
}
.checkout-head__step--reachable {
  cursor: pointer;
}
.checkout-head__step--reachable .checkout-head__step-number {
  color: #000000;
}
.checkout-head__step--reachable span {
  color: #000000;
}
.checkout-head__step--reachable:hover .checkout-head__step-number, .checkout-head__step--reachable:focus .checkout-head__step-number {
  background: #EB5846;
  color: #fff;
}
.checkout-head__step--current .checkout-head__step-number {
  background: #EB5846;
  color: #fff;
}
.checkout-head__step-number {
  color: #6F6F6F;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s;
}
.checkout-head__step-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-top: auto;
  color: #6F6F6F;
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block.selected .card {
  border-color: #000;
}

.delivery-options__header {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.delivery-options__single-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .delivery-options__single-thumb {
    max-width: 50px;
    width: 100%;
  }
}
.delivery-options__single-delay, .delivery-options__single-name, .delivery-options__single-price {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.delivery-options__single-price {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.delivery-options__single:not(:last-child) {
  margin-bottom: 12px;
}
.delivery-options__single .custom-radio {
  min-height: auto;
  padding-left: 0;
}
.delivery-options__single .custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px #D9D9D9;
  transition: 0.3s;
  padding: 16px 24px;
  padding-left: 65px;
}
.delivery-options__single .custom-radio .custom-control-label::before, .delivery-options__single .custom-radio .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}
.delivery-options__single .custom-radio .custom-control-label::before {
  left: 24px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-color: #000 !important;
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 1px #fff !important;
}
.delivery-options__single .custom-radio .custom-control-label::after {
  left: 29px;
  width: 10px;
  height: 10px;
  background-image: none !important;
  border-radius: 50%;
  background-color: transparent;
}
.delivery-options__single .custom-radio .custom-control-label__ins {
  display: grid;
  grid-template-columns: 67px 180px auto 70px;
  gap: 12px 22px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .delivery-options__single .custom-radio .custom-control-label__ins {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.delivery-options__single .custom-radio .custom-control-label__ins::before {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #F2F2F2 !important;
  border-radius: 50%;
  content: "";
}
.delivery-options__single .custom-radio .custom-control-input:hover ~ .custom-control-label {
  box-shadow: inset 0px 0px 0px 1px #CA473D;
}
.delivery-options__single .custom-radio .custom-control-input:checked ~ .custom-control-label {
  box-shadow: inset 0px 0px 0px 2px #CA473D;
}
.delivery-options__single .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  width: 20px;
  height: 20px;
}
.delivery-options__single .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #CA473D;
}

form .order-options {
  margin-top: 48px;
}
form .order-options .form-group {
  margin-bottom: 0;
}
form .order-options .form-group .form-label {
  margin-bottom: 20px;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .payment-options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .payment-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.payment-options .payment-option-body {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0px 0px 1px #D9D9D9;
  border-radius: 4px;
  transition: 0.3s;
  padding: 35px 10px;
}
.payment-options .payment-option-body__thumb {
  width: 110px;
  height: 72px;
}
.payment-options .payment-option-body__thumb img {
  max-width: 110px;
  max-height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.payment-options .payment-option-body__text {
  margin-top: 8px;
}
.payment-options__single {
  height: 100%;
}
@media (max-width: 991.98px) {
  .payment-options__single {
    width: 100%;
  }
}
.payment-options__single:hover .payment-options-label__thumb, .payment-options__single.selected .payment-options-label__thumb {
  box-shadow: inset 0px 0px 0px 2px #CA473D;
}
.payment-options-label {
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.payment-options-label__thumb {
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px #D9D9D9;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  margin-bottom: 12px;
}
.payment-options-label__thumb-img {
  display: flex;
  width: 110px;
  height: 38px;
}
.payment-options-label__thumb-img img {
  width: 100%;
  height: auto;
}
.payment-options-label__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.payment-options .carrier-extra-content {
  grid-column: 1/4;
  width: 100%;
  order: 1;
}
@media (max-width: 991.98px) {
  .payment-options .carrier-extra-content {
    grid-column: 1/3;
  }
}
@media (max-width: 767.98px) {
  .payment-options .carrier-extra-content {
    order: unset;
    grid-column: unset;
  }
}
.payment-options .carrier-extra-content .alert section {
  padding: 20px;
}
@media (max-width: 991.98px) {
  .payment-options .carrier-extra-content .alert section {
    padding: 8px 0;
  }
}

form .form-group.form-group-terms-and-conditions {
  margin-bottom: 0;
}

.page_confirmation {
  display: grid;
  grid-template-columns: auto 424px;
  gap: 48px 12px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .page_confirmation {
    grid-template-columns: 100%;
    margin-top: 0;
  }
}
.page_confirmation .content-hook_order_confirmation {
  text-align: center;
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 30px 24px 80px 24px;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .page_confirmation .content-hook_order_confirmation {
    padding: 24px;
  }
}
.page_confirmation .content-hook_order_confirmation__ins {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.page_confirmation .content-hook_order_confirmation .svg-circle-check {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-bottom: 18px;
}
.page_confirmation .content-hook_order_confirmation__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .page_confirmation .content-hook_order_confirmation__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
  }
}
.page_confirmation .content-hook_order_confirmation__content {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
.page_confirmation .content-hook_payment_return p,
.page_confirmation .content-hook_payment_return li,
.page_confirmation .content-hook_payment_return dl {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .page_confirmation .content-hook_payment_return p,
  .page_confirmation .content-hook_payment_return li,
  .page_confirmation .content-hook_payment_return dl {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #2F2F2F;
  }
}
.page_confirmation .content-hook_payment_return p,
.page_confirmation .content-hook_payment_return dl,
.page_confirmation .content-hook_payment_return ol,
.page_confirmation .content-hook_payment_return ul {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-order .cart-grid-right {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .page-order .cart-grid-body {
    padding-right: 40px;
  }
}
.page-order .form-informations {
  border: 1px solid #EB5846;
  border-radius: 4px;
  padding: 24px 12px;
  margin-bottom: 24px;
}
.page-order .form-informations__ins {
  max-width: 290px;
}
.page-order .form-informations h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}
.page-order .form-informations h5 span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
}
.page-order .form-informations p {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #2F2F2F;
  margin-bottom: 24px;
}
.page-order .form-informations .form-group {
  margin-bottom: 0;
}
.page-order .address-form__selector-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.page-order .address-form__selector-btn .form-group {
  margin-bottom: 0;
}
.page-order .address-form__selector-btn .form-group .custom-control-input:checked ~ .custom-control-label {
  border-color: #CA473D;
}
.page-order .address-form__selector-btn .form-group .custom-control {
  min-height: auto;
  padding-left: 0;
}
.page-order .address-form__selector-btn .form-group .custom-control-label {
  padding-left: 10px;
}
.page-order .address-form__selector-btn .form-group .custom-control-label::before, .page-order .address-form__selector-btn .form-group .custom-control-label::after {
  display: none;
}
.page-order .content .js-address-form .form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.page-order .content .js-address-form .form-fields .form-group {
  width: 100%;
}
@media (min-width: 576px) {
  .page-order .content .js-address-form .form-fields .form-group-payment_address-postcode, .page-order .content .js-address-form .form-fields .form-group-payment_address-city, .page-order .content .js-address-form .form-fields .form-group-shipping_address-postcode, .page-order .content .js-address-form .form-fields .form-group-shipping_address-city {
    width: 50%;
    flex: 1;
  }
}
@media (min-width: 576px) {
  .page-order .content .js-address-form .form-fields .form-group-payment_address-id_country > *, .page-order .content .js-address-form .form-fields .form-group-shipping_address-id_country > * {
    max-width: 50%;
  }
}
.page-order .content .h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.page-order .content .btn-lg {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .page-order .content .btn-lg {
    margin-top: 40px;
  }
}
.page-order .content .alert {
  padding-top: 3px;
  padding-bottom: 3px;
}

.page_confirmation__right .cart-summary .h4,
.page-order .cart-summary .h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.page_confirmation__right .cart-summary__sum,
.page-order .cart-summary__sum {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .page_confirmation__right .cart-summary__sum,
  .page-order .cart-summary__sum {
    padding: 12px;
  }
}
.page_confirmation__right .cart-summary__sum .cart-summary-line:last-child,
.page-order .cart-summary__sum .cart-summary-line:last-child {
  margin-bottom: 0;
}
.page_confirmation__right .cart-summary__sum .cart-summary-line.cart-total-net,
.page-order .cart-summary__sum .cart-summary-line.cart-total-net {
  margin-top: 40px;
}
.page_confirmation__right .cart-summary__sum .cart-summary-line.cart-total,
.page-order .cart-summary__sum .cart-summary-line.cart-total {
  border: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
.page_confirmation__right .cart-summary .btn-xs,
.page-order .cart-summary .btn-xs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .page_confirmation__right .cart-summary .btn-xs,
  .page-order .cart-summary .btn-xs {
    padding: 12px;
  }
}
.page_confirmation__right .cart-summary .btn-xs .svg-arrow-upper,
.page-order .cart-summary .btn-xs .svg-arrow-upper {
  width: 8px;
  min-width: 8px;
  height: 8px;
  fill: #6F6F6F;
  transform: rotate(180deg);
  transition: 0.3s;
}
.page_confirmation__right .cart-summary .btn-xs[aria-expanded=true] .svg-arrow-upper, .page_confirmation__right .cart-summary .btn-xs:hover .svg-arrow-upper,
.page-order .cart-summary .btn-xs[aria-expanded=true] .svg-arrow-upper,
.page-order .cart-summary .btn-xs:hover .svg-arrow-upper {
  transform: rotate(0);
}

.page-cart h1.h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .page-cart h1.h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
.page-cart .cart-overview {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.page-cart .cart-overview .cart-items {
  border-top: 1px solid #F2F2F2;
  padding-top: 24px;
  margin-top: 10px;
}
.page-cart .cart-grid {
  padding-bottom: 72px;
}
@media (max-width: 991.98px) {
  .page-cart .cart-grid {
    padding-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .page-cart .cart-grid-body {
    margin-bottom: 48px;
  }
}
.page-cart .cart-grid-body__bottom {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.page-cart .cart-grid-body__bottom .btn-md {
  color: #000000;
}
.page-cart .cart-grid-body__bottom .block-promo {
  position: relative;
  display: none;
}
.page-cart .cart-grid-body__bottom .block-promo .btn-secondary {
  display: flex;
  align-items: center;
}
.page-cart .cart-grid-body__bottom .block-promo .btn-secondary .svg-arrow-upper {
  width: 8px;
  min-width: 8px;
  height: 8px;
  transform: rotate(180deg);
  margin-left: 8px;
}
.page-cart .cart-grid-body__bottom .block-promo .btn-secondary[aria-expanded=true] .svg-arrow-upper {
  transform: rotate(0deg);
}
.page-cart .cart-grid-body__bottom .block-promo #collapseExample {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-cart .cart-grid-body__bottom .block-promo .form-group {
  margin-bottom: 0;
}
.page-cart .cart-grid-body__bottom .block-promo .cart-summary-line {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.page-cart .cart-grid-body__bottom .block-promo .cart-summary-line .value {
  display: flex;
  align-items: center;
}
.page-cart .cart-grid-body__bottom .block-promo .cart-summary-line .value a {
  display: flex;
  margin-left: 3px;
}
.page-cart .cart-grid-body__bottom .block-promo .cart-summary-line .value a:hover .svg-trash {
  fill: #EB5846;
}
.page-cart .cart-grid-body__bottom .block-promo .cart-summary-line .value .svg-trash {
  width: 14px;
  min-width: 14px;
  height: 14px;
  transition: 0.3s;
}
.page-cart .cart-grid .minimal_purchase {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 22px;
  line-height: 19px;
}
.page-cart .cart-grid .minimal_purchase p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cart .cart-grid .minimal_purchase span.js-minimal-remaining-amount {
  color: #EB5846;
  margin-left: 8px;
}
.page-cart .cart-grid .minimal_purchase .cs-svg {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .page-cart .cart-grid-right {
    padding-left: 36px;
  }
}
.page-cart .cart-grid-right .cart-detailed-totals {
  display: flex;
  flex-direction: column;
}
.page-cart .cart-grid-right .cart-detailed-totals .free-shipping {
  order: 1;
}
.page-cart .cart-grid-right .cart-detailed-totals .cart-total-net {
  order: 2;
}
.page-cart .product-slider-wrapper {
  margin-top: 48px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-cart .product-slider-wrapper .product-miniature {
    padding-bottom: 0;
  }
}
