/* COLORS */
/* FONTS */
body.path-cart #header {
  background-color: #111111;
}
body.path-cart .cart-form .views .view-header {
  display: none;
}
body.path-cart .cart-form .views form {
  display: flex;
  flex-direction: column;
}
body.path-cart .cart-form .views .view-content {
  border-top: 1px solid #ccc;
  margin-bottom: 100px;
  order: 1;
}
body.path-cart .cart-form .views .view-content .views-row {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
body.path-cart .cart-form .views .view-content .views-row .article .icon {
  background-color: #ef0003;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}
body.path-cart .cart-form .views .view-content .views-row .article .content .title {
  font-weight: 700;
  color: #ef0003;
}
body.path-cart .cart-form .views .view-content .views-row .article .content .title span {
  color: #111111;
}
body.path-cart .cart-form .views .view-content .views-row .article .content .sku {
  display: flex;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  gap: 10px;
}
body.path-cart .cart-form .views .view-content .views-row .article .content .sku .label {
  font-weight: 700;
}
body.path-cart .cart-form .views .view-content .views-row .quantity,
body.path-cart .cart-form .views .view-content .views-row .total {
  display: flex;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  gap: 10px;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .label,
body.path-cart .cart-form .views .view-content .views-row .total .label {
  font-weight: 700;
}
body.path-cart .cart-form .views .view-content .views-row .personalisieren {
  padding: 15px;
  margin: 15px 0;
  background-color: #ddd;
  border-radius: 5px;
}
body.path-cart .cart-form .views .view-content .views-row .personalisieren > .label {
  font-weight: 700;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}
body.path-cart .cart-form .views .view-content .views-row .personalisieren .name,
body.path-cart .cart-form .views .view-content .views-row .personalisieren .text {
  display: flex;
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
  gap: 10px;
}
body.path-cart .cart-form .views .view-content .views-row .personalisieren .name .label,
body.path-cart .cart-form .views .view-content .views-row .personalisieren .text .label {
  font-weight: 700;
}
body.path-cart .cart-form .views .view-content .views-row .quantity {
  align-items: center;
  margin: 10px 0;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item {
  margin-bottom: 0 !important;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item label {
  display: none;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item .chosen-single {
  height: 40px !important;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item .chosen-single::before {
  right: 40px;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item .chosen-single span {
  padding: 9px 60px 9px 15px;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item .chosen-single div {
  margin-top: -8px;
  right: 15px;
}
body.path-cart .cart-form .views .view-content .views-row .quantity .value .form-item .chosen-single div b {
  padding: 5px;
}
body.path-cart .cart-form .views .view-content .views-row .actions {
  position: absolute;
  top: 30px;
  right: 0;
}
body.path-cart .cart-form .views .view-content .views-row .actions input {
  display: none;
}
body.path-cart .cart-form .views .view-content .views-row .actions .remove i {
  color: #ef0003;
  transition: color 0.5s ease;
}
body.path-cart .cart-form .views .view-content .views-row .actions .remove:hover i {
  color: #111111;
}
body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop {
  display: none;
}
body.path-cart .cart-form .views .info-wrapper {
  order: 3;
  margin-top: 30px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] {
  padding: 30px;
  margin: 0 -30px;
  background-color: #111111;
  background-color: #ef0003;
  order: 2;
}
body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] .order-total-line {
  padding: 0;
  color: #fff;
  margin-bottom: 5px;
}
body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] .order-total-line .order-total-line-value {
  width: 40%;
}
body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] .order-total-line.info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
body.path-cart .cart-form .views .form-actions {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  order: 4;
}
body.path-cart .cart-form .views .form-actions input {
  width: 100%;
  background: linear-gradient(to right, #ef0003, #ef0003 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  position: relative;
  z-index: 20;
  transition: color 0.5s ease, background-position 0.5s ease;
}
body.path-cart .cart-form .views .form-actions input:hover {
  background-position: 0 100%;
}
body.path-cart .cart-form .views .form-actions input[data-drupal-selector="edit-submit"] {
  display: none;
}
/* COLORS */
/* FONTS */
body.path-checkout #header {
  background-color: #111111;
}
.layout-checkout-form.order_information .stripe-form .form-text {
  border: 1px solid #000;
  padding: 20px;
  border-radius: 10px;
  width: 100% !important;
}
.layout-checkout-form.order_information .checkout-pane-contact-information .form-type-email label {
  display: none;
}
.layout-checkout-form.order_information .checkout-pane-payment-information .fieldset-wrapper legend {
  display: none;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information"] {
  margin-top: 50px;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information"] .form-item {
  width: 100%;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"],
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] {
  margin-top: 50px;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] .address-container-inline > .form-item,
.layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] .address-container-inline > .form-item {
  margin-right: 0;
  display: block;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] input {
  background: linear-gradient(to right, #ef0003, #ef0003 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  align-self: stretch;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] input:hover {
  background-position: 0 100%;
  color: #fff;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] .back-link {
  font-weight: 700;
  text-decoration: underline;
}
.layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] .back-link:hover {
  color: #ef0003;
}
.layout-checkout-form.order_information .form-item-payment-information-terms {
  border-top: 1px solid #dddddd;
  margin-top: 40px;
  padding-top: 70px;
}
.layout-checkout-form.review .link--previous {
  font-weight: 700;
  text-decoration: underline;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  display: block;
}
.layout-checkout-form.review .checkout-pane-review {
  margin-bottom: 30px;
}
.layout-checkout-form.review .checkout-pane-review .form-wrapper .field--name-payment-method {
  margin-top: 20px;
}
.layout-checkout-form.review .checkout-pane-review .form-wrapper .field--name-payment-method .field__label {
  font-weight: 700;
}
.layout-checkout-form.review .checkout-pane-review .form-wrapper .change-link {
  margin-top: 20px;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
}
.layout-checkout-form.review .views .view-header {
  display: none;
}
.layout-checkout-form.review .views .view-content {
  border-top: 1px solid #ccc;
  margin-bottom: 100px;
}
.layout-checkout-form.review .views .view-content .views-row {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.layout-checkout-form.review .views .view-content .views-row .article .icon {
  background-color: #ef0003;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}
.layout-checkout-form.review .views .view-content .views-row .article .content .title {
  font-weight: 700;
  color: #ef0003;
}
.layout-checkout-form.review .views .view-content .views-row .article .content .title span {
  color: #111111;
}
.layout-checkout-form.review .views .view-content .views-row .article .content .sku {
  display: flex;
  gap: 10px;
}
.layout-checkout-form.review .views .view-content .views-row .article .content .sku .label {
  font-weight: 700;
}
.layout-checkout-form.review .views .view-content .views-row .quantity,
.layout-checkout-form.review .views .view-content .views-row .total {
  display: flex;
  gap: 10px;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .label,
.layout-checkout-form.review .views .view-content .views-row .total .label {
  font-weight: 700;
}
.layout-checkout-form.review .views .view-content .views-row .personalisieren {
  padding: 15px;
  margin: 15px 0;
  background-color: #ddd;
  border-radius: 5px;
}
.layout-checkout-form.review .views .view-content .views-row .personalisieren > .label {
  font-weight: 700;
}
.layout-checkout-form.review .views .view-content .views-row .personalisieren .name,
.layout-checkout-form.review .views .view-content .views-row .personalisieren .text {
  display: flex;
  gap: 10px;
}
.layout-checkout-form.review .views .view-content .views-row .personalisieren .name .label,
.layout-checkout-form.review .views .view-content .views-row .personalisieren .text .label {
  font-weight: 700;
}
.layout-checkout-form.review .views .view-content .views-row .quantity {
  align-items: center;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item {
  margin-bottom: 0 !important;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item label {
  display: none;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item .chosen-single {
  height: 40px !important;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item .chosen-single::before {
  right: 40px;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item .chosen-single span {
  padding: 9px 60px 9px 15px;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item .chosen-single div {
  margin-top: -8px;
  right: 15px;
}
.layout-checkout-form.review .views .view-content .views-row .quantity .value .form-item .chosen-single div b {
  padding: 5px;
}
.layout-checkout-form.review .views .view-content .views-row .actions {
  position: absolute;
  top: 50px;
  right: 0;
}
.layout-checkout-form.review .views .view-content .views-row .actions input {
  display: none;
}
.layout-checkout-form.review .views .view-content .views-row .actions .remove i {
  color: #ef0003;
  transition: color 0.5s ease;
}
.layout-checkout-form.review .views .view-content .views-row .actions .remove:hover i {
  color: #111111;
}
.layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop {
  display: none;
}
.layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] {
  padding: 30px;
  margin: 0 -30px;
  background-color: #111111;
  background-color: #ef0003;
  margin-bottom: 50px;
}
.layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] .order-total-line {
  padding: 0;
  color: #fff;
  margin-bottom: 5px;
}
.layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] .order-total-line .order-total-line-value {
  width: 40%;
}
.layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] .order-total-line.info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.layout-checkout-form.review div[data-drupal-selector="edit-actions"] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.layout-checkout-form.review div[data-drupal-selector="edit-actions"] input {
  background: linear-gradient(to right, #ef0003, #ef0003 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  align-self: stretch;
}
.layout-checkout-form.review div[data-drupal-selector="edit-actions"] input:hover {
  background-position: 0 100%;
}
.layout-checkout-form.review div[data-drupal-selector="edit-actions"] .link--previous {
  font-weight: 700;
  text-decoration: underline;
}
.layout-checkout-form.review div[data-drupal-selector="edit-actions"] .link--previous:hover {
  color: #ef0003;
}
.layout-checkout-form.complete .actions {
  margin-top: 50px;
}
.layout-checkout-form.complete .actions .button {
  background-color: #fff;
  width: 100%;
}
/* >= 768px */
@media screen and (min-width: 768px) {
  body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] {
    margin: 0 -50px;
    padding: 30px 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] {
    display: none;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-container1"],
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-container4"] {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-payment-details"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-payment-details"] #payment-errors {
    grid-column-end: span 2;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-payment-details"] #payment-errors .messages {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #d43f3f;
    margin-bottom: 20px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address-country-code"] {
    display: none;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address-container1"],
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address-container4"] {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-payment-information-add-payment-method"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"] div[data-drupal-selector="edit-payment-information-add-payment-method-billing-information-address-0-address"] .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization {
    grid-column-end: span 2;
  }
  .layout-checkout-form.order_information div[data-drupal-selector="edit-actions"] {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .layout-checkout-form.review .link--previous {
    width: auto;
    display: inline-block;
    float: left;
  }
  .layout-checkout-form.review .paypal-buttons-container {
    float: right;
    margin-top: 30px;
    width: 250px;
  }
  .layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] {
    margin: 0 -50px 50px -50px;
    padding: 30px 50px;
  }
  .layout-checkout-form.review div[data-drupal-selector="edit-actions"] {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .layout-checkout-form.complete .actions .button {
    width: auto;
  }
}
/* >= 1024 */
@media screen and (min-width: 1023px) {
  body.path-cart .cart-form .views .view-content .views-row {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
  }
  body.path-cart .cart-form .views .view-content .views-row .article {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
  }
  body.path-cart .cart-form .views .view-content .views-row .article .content .title {
    max-width: 25vw;
  }
  body.path-cart .cart-form .views .view-content .views-row .article .icon {
    margin-bottom: 0;
  }
  body.path-cart .cart-form .views .view-content .views-row .article .personalisieren {
    display: none;
  }
  body.path-cart .cart-form .views .view-content .views-row .quantity {
    align-items: center;
    margin: 0;
  }
  body.path-cart .cart-form .views .view-content .views-row .total {
    align-items: center;
  }
  body.path-cart .cart-form .views .view-content .views-row .actions {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop {
    display: block;
    padding: 15px;
    margin: 15px 0 0 0;
    background-color: #ddd;
    border-radius: 5px;
    width: 100%;
  }
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop > .label {
    font-weight: 700;
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop .name,
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop .text {
    display: flex;
    font-size: var(--font-size-smaller);
    line-height: var(--line-height-smaller);
    gap: 10px;
  }
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop .name .label,
  body.path-cart .cart-form .views .view-content .views-row .personalisieren-desktop .text .label {
    font-weight: 700;
  }
  body.path-cart .cart-form .views .info-wrapper {
    position: absolute;
    bottom: -4px;
    right: 175px;
    text-align: right;
  }
  body.path-cart .cart-form .views .form-actions {
    margin-top: 100px;
    display: flex;
  }
  body.path-cart .cart-form .views .form-actions input {
    width: auto;
    margin-left: auto;
  }
  body.path-cart .cart-form .views div[data-drupal-selector="order-total-summary"] {
    margin: 0 -8.33vw;
    padding: 5.2vw 8.33vw;
  }
  .layout-checkout-form.review .views .view-content .views-row {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
  }
  .layout-checkout-form.review .views .view-content .views-row .article {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
  }
  .layout-checkout-form.review .views .view-content .views-row .article .content .title {
    max-width: 25vw;
  }
  .layout-checkout-form.review .views .view-content .views-row .article .icon {
    margin-bottom: 0;
  }
  .layout-checkout-form.review .views .view-content .views-row .quantity {
    align-items: center;
    margin: 0;
  }
  .layout-checkout-form.review .views .view-content .views-row .total {
    align-items: center;
  }
  .layout-checkout-form.review .views .view-content .views-row .actions {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .layout-checkout-form.review .views .view-content .views-row .personalisieren {
    display: none;
  }
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop {
    display: block;
    padding: 15px;
    margin: 15px 0 0 0;
    background-color: #ddd;
    border-radius: 5px;
    width: 100%;
  }
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop > .label {
    font-weight: 700;
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop .name,
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop .text {
    display: flex;
    font-size: var(--font-size-smaller);
    line-height: var(--line-height-smaller);
    gap: 10px;
  }
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop .name .label,
  .layout-checkout-form.review .views .view-content .views-row .personalisieren-desktop .text .label {
    font-weight: 700;
  }
  .layout-checkout-form.review .views div[data-drupal-selector="order-total-summary"] {
    margin: 0 -8.33vw 3vw -8.33vw;
    padding: 5.2vw 8.33vw;
  }
  .layout-checkout-form.order_information .checkout-pane-payment-information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .layout-checkout-form.order_information .checkout-pane-payment-information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] {
    display: none;
  }
  .layout-checkout-form.order_information .checkout-pane-payment-information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] .address-container-inline {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* >= 1248 */
@media screen and (min-width: 1247px) {
  body.path-cart .cart-form .views .info-wrapper {
    bottom: -2px;
    right: 200px;
  }
}
/* COLORS */
/* FONTS */
/* >= 1440px */
@media screen and (min-width: 1439px) {
  body.path-cart .cart-form .views .view-content .views-row {
    column-gap: 70px;
  }
  body.path-cart .cart-form .views .view-content .views-row .article {
    gap: 30px;
  }
  body.path-cart .cart-form .views .view-content .views-row .article .icon {
    height: 150px;
    width: 150px;
    padding: 30px;
  }
  .layout-checkout-form.review .views .view-content .views-row {
    column-gap: 70px;
  }
  .layout-checkout-form.review .views .view-content .views-row .article {
    gap: 30px;
  }
  .layout-checkout-form.review .views .view-content .views-row .article .icon {
    height: 150px;
    width: 150px;
    padding: 30px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1599px) {
  body.path-cart .cart-form .views .info-wrapper {
    bottom: 0px;
    right: 225px;
  }
}
/* >= 1700px */
@media screen and (min-width: 1699px) {
  body.path-cart .cart-form .views .view-content .views-row .article .content .title {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  .layout-checkout-form.review .views .view-content .views-row .article .content .title {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
}
/* >= 1920px */
@media screen and (min-width: 1919px) {
  body.path-cart .cart-form .views .view-content .views-row .article .content .title {
    max-width: 40vw;
  }
  body.path-cart .cart-form .views .info-wrapper {
    bottom: 0.156vw;
    right: 13vw;
  }
  .layout-checkout-form.review .views .view-content .views-row .article .content .title {
    max-width: 40vw;
  }
}
/* >= 2200px */
