.region-hero .inner, .path-user .user-pages-nav-tabs,
.path-profile .user-pages-nav-tabs, .region-content {
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1540px;
  }
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple h3, .checkout-pane-payment-information > legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

.path-user .form-actions input,
.path-profile .form-actions input, .wb-checkout-complete .js-form-submit {
  background: #363;
  color: #fff;
  transition: opacity 0.3s ease;
}

.path-user .form-actions input:hover,
.path-profile .form-actions input:hover, .wb-checkout-complete .js-form-submit:hover {
  opacity: 0.9;
}

.path-user .form-actions input:active,
.path-profile .form-actions input:active, .wb-checkout-complete .js-form-submit:active {
  opacity: 0.8;
}

.region-header {
  height: 80px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .region-header {
    justify-content: space-between;
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .region-header {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .region-header {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .region-header {
    max-width: 1540px;
  }
}

.site-logo {
  display: block;
  height: 100%;
  width: 160px;
  padding: 15px 15px 15px 0;
  display: flex;
  align-items: stretch;
}

@media (min-width: 720px) {
  .site-logo {
    padding: 15px 30px 15px 0;
    justify-content: space-between;
  }
}

.site-logo img {
  width: auto;
}

.wb_checkout_header_message {
  display: none;
  align-items: center;
}

@media (min-width: 720px) {
  .wb_checkout_header_message {
    display: flex;
  }
}

.wb_checkout_header_message .wb_checkout_header_message_icon {
  background: rgba(51, 109, 54, 0.3);
  margin-right: 0.3em;
  border-radius: 50%;
  padding: 0.4em;
}

.wb_checkout_header_message .wb_checkout_header_message_icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: #336d36;
  -webkit-mask-image: url("/icons/password.svg");
  mask-image: url("/icons/password.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  content: '';
  display: block;
  width: 1.3em;
  height: 1.3em;
}

.region-hero .inner, .path-user .user-pages-nav-tabs,
.path-profile .user-pages-nav-tabs, .region-content {
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1540px;
  }
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple h3, .checkout-pane-payment-information > legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

.path-user .form-actions input,
.path-profile .form-actions input, .wb-checkout-complete .js-form-submit {
  background: #363;
  color: #fff;
  transition: opacity 0.3s ease;
}

.path-user .form-actions input:hover,
.path-profile .form-actions input:hover, .wb-checkout-complete .js-form-submit:hover {
  opacity: 0.9;
}

.path-user .form-actions input:active,
.path-profile .form-actions input:active, .wb-checkout-complete .js-form-submit:active {
  opacity: 0.8;
}

.region-hero {
  background: #373f50;
  padding: 24px 0 102px;
}

.region-hero .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  .region-hero .inner {
    flex-direction: row;
  }
}

.region-hero .inner h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}

@media (min-width: 960px) {
  .region-hero .inner h1 {
    text-align-last: left;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 28px;
  }
}

.region-hero .inner nav ol {
  display: flex;
}

.region-hero .inner nav li {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

@media (min-width: 960px) {
  .region-hero .inner nav li {
    font-size: 16px;
  }
}

.region-hero .inner nav li:first-child a:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/home.svg");
  mask-image: url("/icons/home.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.region-hero .inner nav li:last-child {
  color: #6c768b;
  cursor: default;
  margin-right: 0;
}

.region-hero .inner nav li:last-child:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
}

.region-hero .inner a {
  color: #fff;
  font-size: inherit;
  display: flex;
  align-items: center;
  transition: color 0.15s ease;
}

.region-hero .inner a:focus, .region-hero .inner a:hover {
  color: #ddd;
}

.region-hero .inner a:active {
  color: #eee;
}

.region-hero .inner a:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
}

.checkout-progress {
  position: absolute;
  left: 0;
  bottom: calc(-75px - 1.5em);
  height: 77px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page-outer {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

.error-page-inner {
  margin-top: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .error-page-inner {
    margin-top: 150px;
    max-width: 900px;
    justify-content: space-between;
  }
}

.error-page-image {
  width: 250px;
  margin-bottom: 50px;
}

@media screen and (min-width: 720px) {
  .error-page-image {
    width: 300px;
  }
}

@media screen and (min-width: 960px) {
  .error-page-image {
    width: 400px;
  }
}

.error-page-title {
  margin-bottom: 25px;
}

.error-page-link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.error-page-link:before {
  transform: rotate(180deg);
  content: '';
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/themes/custom/wb_checkout/images/button_arrow_right.svg");
  mask-image: url("/themes/custom/wb_checkout/images/button_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 1em;
  height: 1em;
}

.region-hero .inner, .path-user .user-pages-nav-tabs,
.path-profile .user-pages-nav-tabs, .region-content {
  margin: 0 auto;
  max-width: calc(100vw - 40px);
}

@media (min-width: 720px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 690px;
  }
}

@media (min-width: 960px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 920px;
  }
}

@media (min-width: 1220px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1180px;
  }
}

@media (min-width: 1600px) {
  .region-hero .inner, .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs, .region-content {
    max-width: 1540px;
  }
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple h3, .checkout-pane-payment-information > legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  border: 0;
  padding: 0;
  margin: 0;
}

.path-user .form-actions input,
.path-profile .form-actions input, .wb-checkout-complete .js-form-submit {
  background: #363;
  color: #fff;
  transition: opacity 0.3s ease;
}

.path-user .form-actions input:hover,
.path-profile .form-actions input:hover, .wb-checkout-complete .js-form-submit:hover {
  opacity: 0.9;
}

.path-user .form-actions input:active,
.path-profile .form-actions input:active, .wb-checkout-complete .js-form-submit:active {
  opacity: 0.8;
}

.path-user .messages,
.path-profile .messages {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1px;
}

@media (min-width: 720px) {
  .path-user .messages,
  .path-profile .messages {
    position: relative;
    margin: 0;
    top: initial;
    left: initial;
  }
}

.path-user .profile-customer-delete-form,
.path-profile .profile-customer-delete-form {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin: 80px 0;
}

.path-user .region-hero,
.path-profile .region-hero {
  height: 109px;
  padding: 24px 0;
}

@media (min-width: 720px) {
  .path-user .region-hero,
  .path-profile .region-hero {
    height: 187px;
  }
}

@media (min-width: 960px) {
  .path-user .region-hero,
  .path-profile .region-hero {
    height: 191px;
    padding: 24px 0 102px;
  }
}

.path-user .layout-container,
.path-profile .layout-container {
  margin: 0;
}

.path-user .user-form,
.path-user .user-pass,
.path-user .user-login-form,
.path-profile .user-form,
.path-profile .user-pass,
.path-profile .user-login-form {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin: 174px 0;
  max-width: 900px;
}

@media (min-width: 720px) {
  .path-user .user-form,
  .path-user .user-pass,
  .path-user .user-login-form,
  .path-profile .user-form,
  .path-profile .user-pass,
  .path-profile .user-login-form {
    margin: 80px 0;
  }
}

.path-user .form-item,
.path-profile .form-item {
  max-width: initial;
}

.path-user .form-item input,
.path-profile .form-item input {
  margin-bottom: 5px;
}

.path-user .form-item label,
.path-profile .form-item label {
  display: block;
  margin-bottom: 5px;
}

.path-user .password-strength__meter,
.path-profile .password-strength__meter {
  border-radius: 0 10px 10px 0;
}

.path-user .js-form-item-pass-pass2,
.path-profile .js-form-item-pass-pass2 {
  padding-top: 15px;
}

.path-user .form-actions input,
.path-profile .form-actions input {
  padding: 10px 1em;
  border-radius: 10px;
}

.path-user .form-actions .button--danger,
.path-profile .form-actions .button--danger {
  padding: 10px;
  border-radius: 10px;
  background: #C00;
  color: #fff;
}

.path-user .user-pages-nav-outer,
.path-profile .user-pages-nav-outer {
  width: 100%;
}

@media (min-width: 720px) {
  .path-user .user-pages-nav-outer,
  .path-profile .user-pages-nav-outer {
    position: absolute;
    left: 0;
    bottom: -91px;
  }
}

.path-user .user-pages-nav-tabs,
.path-profile .user-pages-nav-tabs {
  position: absolute;
  top: 109px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 720px) {
  .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs {
    display: table;
    top: -22px;
    margin: 0 auto;
    padding-top: initial;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .path-user .user-pages-nav-tabs,
  .path-profile .user-pages-nav-tabs {
    top: -43px;
    justify-content: initial;
    left: initial;
    transform: initial;
  }
}

.path-user .user-pages-nav-tabs .user-pages-nav-tab,
.path-profile .user-pages-nav-tabs .user-pages-nav-tab {
  padding: 8px 0;
  white-space: nowrap;
}

.path-user .user-pages-nav-tabs .user-pages-nav-tab a,
.path-profile .user-pages-nav-tabs .user-pages-nav-tab a {
  color: #6c768b;
}

.path-user .user-pages-nav-tabs .user-pages-nav-tab a:hover,
.path-profile .user-pages-nav-tabs .user-pages-nav-tab a:hover {
  text-decoration: none;
}

@media (min-width: 720px) {
  .path-user .user-pages-nav-tabs .user-pages-nav-tab:not(:last-child),
  .path-profile .user-pages-nav-tabs .user-pages-nav-tab:not(:last-child) {
    margin-right: 2em;
  }
}

.path-user .user-pages-nav-tabs .user-pages-nav-tab.user-pages-nav-active a,
.path-profile .user-pages-nav-tabs .user-pages-nav-tab.user-pages-nav-active a {
  color: #4e54c8;
}

@media (min-width: 720px) {
  .path-user .user-pages-nav-tabs .user-pages-nav-tab.user-pages-nav-active a,
  .path-profile .user-pages-nav-tabs .user-pages-nav-tab.user-pages-nav-active a {
    color: #fff;
  }
}

.path-user .user-pages-nav-tabs a,
.path-profile .user-pages-nav-tabs a {
  display: flex;
  align-items: center;
}

.path-user .user-pages-nav-tabs a:before,
.path-profile .user-pages-nav-tabs a:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}

@media (min-width: 720px) {
  .path-user .user-pages-nav-tabs a:before,
  .path-profile .user-pages-nav-tabs a:before {
    display: none;
    width: 1.5em;
    height: 1.5em;
  }
}

@media (min-width: 960px) {
  .path-user .user-pages-nav-tabs a:before,
  .path-profile .user-pages-nav-tabs a:before {
    display: block;
  }
}

@media (min-width: 960px) {
  .path-user .user-pages-nav-tabs a.user-pages-nav-account:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-account:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/profile.svg");
    mask-image: url("/icons/profile.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
  .path-user .user-pages-nav-tabs a.user-pages-nav-edit:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-edit:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/edit.svg");
    mask-image: url("/icons/edit.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
  .path-user .user-pages-nav-tabs a.user-pages-nav-orders:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-orders:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/order.svg");
    mask-image: url("/icons/order.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
  .path-user .user-pages-nav-tabs a.user-pages-nav-login:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-login:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/login.svg");
    mask-image: url("/icons/login.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
  .path-user .user-pages-nav-tabs a.user-pages-nav-register:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-register:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/order.svg");
    mask-image: url("/icons/order.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  }
  .path-user .user-pages-nav-tabs a.user-pages-nav-change-password:before,
  .path-profile .user-pages-nav-tabs a.user-pages-nav-change-password:before {
    -webkit-mask-size: 95%;
    mask-size: 95%;
    background-color: currentColor;
    -webkit-mask-image: url("/icons/password.svg");
    mask-image: url("/icons/password.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    height: 1.4em;
  }
}

.layout-region-checkout-secondary {
  float: none;
  width: unset;
}

@media (min-width: 960px) {
  .layout-region-checkout-secondary {
    float: right;
    width: 35%;
  }
}

.layout-region-checkout-main,
.layout-region-checkout-footer {
  float: none;
  width: unset;
}

@media (min-width: 960px) {
  .layout-region-checkout-main,
  .layout-region-checkout-footer {
    float: left;
    width: 65%;
  }
}

a,
input[type=submit] {
  font-weight: normal;
  margin: 0;
  background: none;
  border: none;
  color: #185881;
}

a:hover:not(:active),
input[type=submit]:hover:not(:active) {
  text-decoration: underline;
}

.coupon-redemption-form__coupons--multiple input[type=submit] {
  background: none;
  border: none;
  color: #c00;
}

.coupon-redemption-form__coupons--multiple input[type=submit]:hover:not(:active) {
  text-decoration: underline;
}

input[data-drupal-selector="edit-login-guest-continue"],
.form-wrapper__returning-customer .form-submit,
.layout-region-checkout-footer .button--primary,
input[type=submit][name=apply_coupon] {
  font-size: calc(12.2px + 0.25vw);
  background: #363;
  color: #fff;
  padding: 0.625em 1.875em;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #363;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: bold;
}

@media (min-width: 720px) {
  input[data-drupal-selector="edit-login-guest-continue"],
  .form-wrapper__returning-customer .form-submit,
  .layout-region-checkout-footer .button--primary,
  input[type=submit][name=apply_coupon] {
    font-size: 14px;
  }
}

input[data-drupal-selector="edit-login-guest-continue"]:hover,
.form-wrapper__returning-customer .form-submit:hover,
.layout-region-checkout-footer .button--primary:hover,
input[type=submit][name=apply_coupon]:hover {
  background: transparent;
  color: #363;
}

input[data-drupal-selector="edit-login-guest-continue"]:active,
.form-wrapper__returning-customer .form-submit:active,
.layout-region-checkout-footer .button--primary:active,
input[type=submit][name=apply_coupon]:active {
  background: #363;
  color: #fff;
}

.link--previous {
  background: none;
  border: none;
  color: #666;
  display: flex;
  align-items: center;
  padding: 0.625em 1.875em;
  margin-bottom: .5em;
  font-size: calc(12.2px + 0.25vw);
}

@media (min-width: 720px) {
  .link--previous {
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
  }
}

.link--previous:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  transform: rotate(180deg);
  content: '';
  width: 1em;
  height: 1em;
}

.link--previous:hover:not(:active) {
  text-decoration: underline;
}

.layout-region-checkout-main {
  padding-top: 3em;
}

@media (min-width: 960px) {
  .layout-region-checkout-main {
    margin-bottom: 80px;
  }
}

.checkout-progress {
  width: 100%;
  counter-reset: item;
  list-style-type: none;
}

@media (min-width: 1220px) {
  .checkout-progress {
    padding-right: 2em;
  }
}

.checkout-progress li:before {
  content: counter(item) " ";
  /*Instead of ". " */
  counter-increment: item;
}

@media (min-width: 1220px) {
  .checkout-progress {
    max-width: 767px;
  }
}

@media (min-width: 1600px) {
  .checkout-progress {
    max-width: 950px;
  }
}

.checkout-progress--step {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  padding-right: 0;
  white-space: nowrap;
}

.checkout-progress--step:first-child:after {
  border-radius: 10px 0 0 10px;
}

.checkout-progress--step:last-child:after {
  border-radius: 0 10px 10px 0;
}

.checkout-progress--step.checkout-progress--step__current:before, .checkout-progress--step.checkout-progress--step__current:after, .checkout-progress--step.checkout-progress--step__previous:before, .checkout-progress--step.checkout-progress--step__previous:after {
  background: #fe3638;
}

.checkout-progress--step:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: -100%;
  transform: translateY(50%);
  background: grey;
}

.checkout-progress--step:before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  background: grey;
}

.checkout-progress--step-label {
  display: none;
}

@media (min-width: 720px) {
  .checkout-progress--step-label {
    display: block;
  }
}

.checkout-progress--step-icon {
  display: flex;
  align-items: center;
}

.checkout-progress--step-icon:before {
  content: '';
  display: block;
  width: 1.455em;
  height: 1.455em;
}

@media (min-width: 720px) {
  .checkout-progress--step-icon:before {
    width: 1em;
    height: 1em;
  }
}

@media (min-width: 720px) {
  .checkout-progress--step-icon {
    margin-right: .3em;
  }
}

.checkout-progress--step__login .checkout-progress--step-icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/login.svg");
  mask-image: url("/icons/login.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.checkout-progress--step__shipping_information .checkout-progress--step-icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/truck.svg");
  mask-image: url("/icons/truck.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.checkout-progress--step__billing_information .checkout-progress--step-icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/billing.svg");
  mask-image: url("/icons/billing.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.checkout-progress--step__review .checkout-progress--step-icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/review.svg");
  mask-image: url("/icons/review.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.checkout-progress--step__complete .checkout-progress--step-icon:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/complete.svg");
  mask-image: url("/icons/complete.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.layout-region-checkout-secondary {
  margin-bottom: 2em;
  margin-top: 2em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4.8px 24.4px -6px;
  background: #fff;
  padding: 2em 1em;
  border-radius: 7px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .layout-region-checkout-secondary {
    padding: 2em;
    margin-bottom: 80px;
    position: sticky;
    top: 2em;
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
}

@media (min-width: 1220px) {
  .layout-region-checkout-secondary {
    margin-top: -78px;
  }
}

.layout-region-checkout-secondary h2 {
  font-size: calc(12.6px + 0.75vw);
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 720px) {
  .layout-region-checkout-secondary h2 {
    font-size: 18px;
  }
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  padding: .625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .3125rem;
  box-shadow: inset 0 1px 2px transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#edit-order-fieldscheckout-field-order-comments-wrapper .js-form-type-textarea {
  margin-bottom: 32px;
}

#edit-order-fieldscheckout-field-order-comments-wrapper label {
  display: block;
  border-bottom: 1px solid #e3e9ef;
  width: 100%;
  margin-bottom: 1rem;
  font-size: calc(12.6px + 0.75vw);
}

@media (min-width: 960px) {
  #edit-order-fieldscheckout-field-order-comments-wrapper label {
    font-size: 18px;
  }
}

#edit-order-fieldscheckout-field-order-comments-wrapper textarea {
  resize: none !important;
}

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap select {
  padding-right: 2em;
}

.select-wrap:after {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-down.svg");
  mask-image: url("/icons/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

label {
  margin-bottom: .375rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #373f50;
}

h3 {
  font-weight: bold;
}

legend {
  font-size: calc(12.6px + 0.75vw);
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem !important;
  border-bottom: 1px solid #e3e9ef;
}

@media (min-width: 720px) {
  legend {
    font-size: 18px;
  }
}

.layout-region-checkout-main {
  max-width: 950px;
  padding-right: 0;
}

@media (min-width: 960px) {
  .layout-region-checkout-main {
    padding-right: 2em;
  }
}

.form-actions {
  max-width: 950px;
}

.address-container-inline {
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) {
  .address-container-inline {
    flex-direction: row;
    justify-content: space-between;
  }
}

.address-container-inline > .form-item {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 720px) {
  .address-container-inline > .form-item {
    width: calc(50% - 0.5em);
  }
}

@media (min-width: 720px) {
  .field--type-telephone {
    width: calc(50% - 0.5em);
  }
}

.form-type-radio,
.form-type-checkbox {
  display: flex;
  align-items: center;
  margin: 0.5em 0 !important;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-bottom: 0;
  margin-left: 0.3em;
}

input.form-radio,
input.form-checkbox {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: -1em;
  opacity: 0;
  cursor: pointer;
}

input.form-radio ~ .checkmark,
input.form-checkbox ~ .checkmark {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dae1e7;
  color: #fff;
  pointer-events: none;
  font-size: 0;
  margin-right: 6px;
}

input.form-radio ~ .checkmark:before,
input.form-checkbox ~ .checkmark:before {
  content: '';
  display: none;
}

input.form-radio:checked + .checkmark,
input.form-checkbox:checked + .checkmark {
  background: #4e54c8;
}

input.form-radio:checked + .checkmark:before,
input.form-checkbox:checked + .checkmark:before {
  display: block;
}

input.form-radio ~ label,
input.form-checkbox ~ label {
  cursor: pointer;
}

input.form-radio ~ .checkmark {
  border-radius: 50%;
}

input.form-radio ~ .checkmark:before {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

input.form-checkbox ~ .checkmark {
  border-radius: 5px;
}

input.form-checkbox ~ .checkmark:before {
  width: 75%;
  height: 75%;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/checkmark.svg");
  mask-image: url("/icons/checkmark.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.order-items-table {
  width: 100%;
  margin-bottom: 0.6em;
}

.order-item {
  height: calc(50px + 2em);
  width: 100%;
  border-bottom: 1px solid #dae1e7;
  padding: 1em 0;
}

.order-item > td {
  vertical-align: middle;
}

.order-item .field--type-image {
  font-size: 0;
}

.order-item .field--type-image img {
  width: 50px;
}

.order-item .order-item--purchased-entity {
  width: 50px;
}

.order-item .order-item--info {
  font-size: calc(12.2px + 0.25vw);
  padding: 0 1em 0 0.6em;
}

@media (min-width: 720px) {
  .order-item .order-item--info {
    font-size: 14px;
  }
}

.order-item .order-item--title {
  font-weight: bold;
  letter-spacing: 0;
}

.order-item .order-item--price-calculation {
  color: #999;
}

.order-item .order-item--unit-price {
  color: #4e54c8;
}

.order-item .order-item--total-price {
  text-align: right;
}

.order-total-line {
  padding: 0;
  margin-bottom: 0.3em;
  display: flex;
  justify-content: space-between;
}

.order-total-line:not(.order-total-line__total) {
  font-size: calc(12.2px + 0.25vw);
  color: #4b566b;
}

@media (min-width: 720px) {
  .order-total-line:not(.order-total-line__total) {
    font-size: 14px;
  }
}

.checkout-pane-coupon-redemption {
  border: none;
}

.checkout-pane-coupon-redemption > summary {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.checkout-pane-coupon-redemption > summary:after {
  content: '';
  width: 1em;
  height: 1em;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  transition: transform 0.2s ease;
  transform-origin: center;
}

.checkout-pane-coupon-redemption[open] > summary:after {
  transform: rotate(90deg);
}

.checkout-pane-coupon-redemption > .details-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.checkout-pane-coupon-redemption > .details-wrapper > .form-wrapper {
  position: relative;
}

.checkout-pane-coupon-redemption div[data-drupal-messages] {
  position: absolute;
  top: 100%;
  width: 100%;
}

.checkout-pane-coupon-redemption .messages {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
  font-size: 13px;
}

@media (min-width: 720px) {
  .checkout-pane-coupon-redemption .messages {
    font-size: inherit;
  }
}

.checkout-pane-coupon-redemption .form-wrapper {
  display: flex;
  align-items: flex-end;
}

.checkout-pane-coupon-redemption .form-item {
  margin: 0;
}

.checkout-pane-coupon-redemption input[name=apply_coupon] {
  height: calc(.625rem * 2 + 1rem * 1.5);
  flex-shrink: 0;
  margin-left: 0.3em;
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple input[type=submit] {
  font-size: calc(12.2px + 0.25vw);
  margin-left: 0.5em;
}

@media (min-width: 720px) {
  .checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple input[type=submit] {
    font-size: 14px;
  }
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple tr,
.checkout-pane-coupon-redemption .coupon-redemption-form__coupons--multiple td {
  display: flex;
  align-items: center;
}

.layout-region-checkout-footer .form-actions {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

@media (min-width: 720px) {
  .layout-region-checkout-footer .form-actions {
    flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .layout-region-checkout-footer .form-actions {
    margin-bottom: 80px;
  }
}

.order-total-line-value {
  width: unset;
}

.ajax-progress {
  display: none;
}

a[data-drupal-selector="edit-login-returning-customer-forgot-password"] {
  float: right;
  clear: both;
}

.form-wrapper__login-option {
  border: 1px solid #e2e7f1;
}

.form-wrapper__login-option input.button[data-drupal-selector="edit-login-guest-continue"] {
  display: table;
  margin: auto 0 0;
}

.checkout-pane-login {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 720px) {
  .checkout-pane-login {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 720px) {
  .checkout-pane-login .form-wrapper__returning-customer {
    width: 48%;
    float: left;
  }
  .checkout-pane-login .form-wrapper__guest-checkout {
    width: 48%;
    float: right;
  }
}

.checkout-pane-login legend {
  display: inline-block;
  padding: 0 1em;
  width: unset;
  border: none;
}

.checkout-pane-login .form-wrapper__returning-customer .form-submit {
  order: 1;
  margin-top: 1em;
}

.checkout-pane-login .fieldset-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout-pane-login ~ .form-actions {
  display: none;
}

.checkout-pane-login p {
  margin-top: auto;
  margin-bottom: 1em;
}

.checkout-pane-review div,
.checkout-pane-review p {
  margin: 0.5em 0;
}

.checkout-pane-review .field__label {
  border-bottom: 1px solid #e3e9ef;
}

.checkout-pane-review fieldset:not(:last-child) {
  margin-bottom: 1.5em;
}

.wb-checkout-complete {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .wb-checkout-complete {
    flex-direction: row;
  }
}

.wb-checkout-complete .checkout-pane-completion-message {
  order: -1;
  margin-top: 2em;
  padding: 2em 2em 2em 0;
}

@media (min-width: 1220px) {
  .wb-checkout-complete .checkout-pane-completion-message {
    margin-top: 80px;
  }
}

.wb-checkout-complete .checkout-pane-completion-message p,
.wb-checkout-complete .checkout-pane-completion-message h2 {
  padding: 0.5em 0;
}

.wb-checkout-complete .checkout-pane-completion-register {
  margin-bottom: 2em;
  margin-top: 2em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4.8px 24.4px -6px;
  background: #fff;
  padding: 2em 1em;
  border-radius: 7px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .wb-checkout-complete .checkout-pane-completion-register {
    padding: 2em;
    margin-bottom: 80px;
    position: sticky;
    top: 2em;
    overflow: auto;
    width: 50%;
    flex-shrink: 0;
  }
}

@media (min-width: 1220px) {
  .wb-checkout-complete .checkout-pane-completion-register {
    margin-top: -78px;
    width: 35%;
  }
}

.wb-checkout-complete .checkout-pane-completion-register p,
.wb-checkout-complete .checkout-pane-completion-register h2 {
  padding: 0.5em 0;
}

.wb-checkout-complete .checkout-pane-completion-register .confirm-parent {
  padding-top: 0.5em;
}

.wb-checkout-complete .checkout-pane-completion-register .confirm-parent,
.wb-checkout-complete .checkout-pane-completion-register .password-parent {
  max-width: unset;
}

@media (min-width: 960px) {
  .wb-checkout-complete .checkout-pane-completion-register .confirm-parent,
  .wb-checkout-complete .checkout-pane-completion-register .password-parent {
    max-width: 33em;
  }
}

.wb-checkout-complete .checkout-pane-completion-register .password-strength {
  width: 75%;
}

.wb-checkout-complete .checkout-pane-completion-register div.password-confirm {
  width: 100%;
}

.wb-checkout-complete .js-form-submit {
  padding: 10px 1.3em;
  border-radius: 7px;
}

.messages {
  margin-top: 1em !important;
}

.wb-checkout-messages {
  display: none;
}

.wb-checkout-maintenance-page .region-header {
  align-items: center;
}

.wb-checkout-maintenance-page .region-content {
  padding: 2em 0;
}

.wb-checkout-maintenance-page .region-content h1 {
  margin-bottom: 0.5em;
}

.wb-login-layout-content .wb-login-region-content {
  display: flex;
  width: 100%;
  margin: 0;
  max-width: initial;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b3445;
  background-color: #fff;
}

.wb-login-layout-content .wb-login-region-content .page-outer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-outer {
    height: initial;
    min-height: 100vh;
    justify-content: space-between;
    width: 60%;
  }
}

@media (min-width: 1600px) {
  .wb-login-layout-content .wb-login-region-content .page-outer {
    width: 50%;
  }
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url {
  position: absolute;
  top: 1em;
  right: 1em;
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url .links {
  display: flex;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  margin-top: -0.25rem;
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url .links li {
  display: flex;
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url li {
  margin-left: 0.5em;
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url a {
  line-height: 2;
  font-size: 0.79rem;
  border-radius: var(--ginBorderTiny);
  font-weight: normal;
  display: inline;
  text-decoration: none;
  color: var(--colorGinTextLight);
}

.wb-login-layout-content .wb-login-region-content .page-outer .language-switcher-language-url a.is-active {
  color: #4e54c8;
}

.wb-login-layout-content .wb-login-region-content .page-header {
  width: 360px;
  margin: 125px auto 40px auto;
  display: flex;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-header {
    margin: 64px auto 40px auto;
  }
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-header {
    width: 420px;
  }
}

@media (min-width: 0) and (max-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-header .logo {
    margin: 0 auto;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner {
  max-width: 420px;
  margin: 0 31px;
}

@media (min-width: 420px) {
  .wb-login-layout-content .wb-login-region-content .page-inner {
    margin: 0 auto;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.wb-login-layout-content .wb-login-region-content .page-inner .page-pre-title {
  font-size: 17px;
  margin-bottom: 32px;
  display: none;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner .page-pre-title {
    display: block;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner .page-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 33px;
  display: none;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner .page-title {
    display: block;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form {
  position: relative;
}

.wb-login-layout-content .wb-login-region-content .page-inner form label {
  font-weight: normal;
  margin-bottom: 10px;
  color: #373f50 !important;
}

.wb-login-layout-content .wb-login-region-content .page-inner form input {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid rgba(13, 13, 13, 0.1);
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass {
  position: relative;
  /* Change the white to any color */
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input:-webkit-autofill,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input:-webkit-autofill:hover,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input:-webkit-autofill:focus,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input:-webkit-autofill:active,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input:-webkit-autofill,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input:-webkit-autofill:hover,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input:-webkit-autofill:focus,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input {
  padding: .4rem 1rem;
  padding-left: 45px;
  outline: none;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name input:focus,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass input:focus {
  border-bottom: 3px solid #4e54c8;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-name:before,
.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass:before {
  position: absolute;
  left: 10px;
  bottom: 19px;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: #373f50;
  -webkit-mask-image: url("/icons/mail.svg");
  mask-image: url("/icons/mail.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  opacity: 0.5;
  content: '';
  width: 23px;
  height: 15px;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility {
  position: absolute;
  right: 0;
  bottom: 193px;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility {
    bottom: 160px;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility label {
  display: none;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility .wb-login-form-toggle-pass-visibility:checked + .checkmark {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: #373f50;
  -webkit-mask-image: url("/icons/closed-eye.svg");
  mask-image: url("/icons/closed-eye.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility .wb-login-form-toggle-pass-visibility:checked + .checkmark:before {
  content: unset;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-toggle-pass-visibility .checkmark {
  border: none;
  content: '';
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: #373f50;
  -webkit-mask-image: url("/icons/eye.svg");
  mask-image: url("/icons/eye.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  height: 23px;
  opacity: 0.5;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-pass:before {
  bottom: 17px;
  width: 17px;
  height: 23px;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: #373f50;
  -webkit-mask-image: url("/icons/lock.svg");
  mask-image: url("/icons/lock.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  opacity: 0.5;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .js-form-item .description {
  display: none;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-actions {
  margin: 25px 0;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-submit {
  background-color: #4e54c8;
  border-radius: 4px;
  width: 100%;
  transition: color 0.3s, background-color 0.3s;
  margin-bottom: 24px;
  border: solid 2px #4e54c8;
  max-height: 45px;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .form-submit {
    margin-bottom: 0;
    max-width: 192px;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-submit:hover:not(:active) {
  background-color: #000 !important;
  text-decoration: none;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass {
  right: 0;
  bottom: 30px;
  border-radius: 4px;
  border: solid 2px #4e54c8;
  max-width: 192px;
  width: 100%;
  padding: 17px 0 15px;
  max-height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4e54c8;
  transition: color 0.3s, background-color 0.3s;
  display: none;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass {
    display: flex;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass:hover {
  cursor: pointer;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass:hover:not(:active) {
  background-color: #4e54c8;
  text-decoration: none;
  color: #fff;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass-mobile-wrapper {
  text-align: center;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass-mobile-wrapper {
    display: none;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass-mobile {
  color: #4e54c8;
  text-align: center;
  margin-left: 0.3em;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass-mobile:hover {
  cursor: pointer;
}

.wb-login-layout-content .wb-login-region-content .page-inner form .wb-login-form-forgot-pass-mobile:hover:not(:active) {
  background-color: #4e54c8;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner form .form-item-keep-login {
    order: 1;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner form .form-item-keep-login label {
  margin-bottom: 0;
}

.wb-login-layout-content .wb-login-region-content .page-inner .user-login-form {
  display: flex;
  flex-direction: column;
}

.wb-login-layout-content .wb-login-region-content .page-inner .user-login-form .form-item-name label,
.wb-login-layout-content .wb-login-region-content .page-inner .user-login-form .form-item-pass label {
  display: none;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-inner .user-login-form .form-item-name label,
  .wb-login-layout-content .wb-login-region-content .page-inner .user-login-form .form-item-pass label {
    display: block;
  }
}

.wb-login-layout-content .wb-login-region-content .page-inner .region-content {
  display: block;
}

.wb-login-layout-content .wb-login-region-content .page-side-hero {
  width: 50%;
  position: relative;
  display: none;
  background: url("/themes/custom/wb_checkout/images/side-hero.jpg") center top;
  background-size: cover;
  text-align: center;
}

.wb-login-layout-content .wb-login-region-content .page-side-hero img {
  object-fit: contain;
}

.wb-login-layout-content .wb-login-region-content .page-side-hero:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .page-side-hero {
    display: flex;
  }
}

.wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1.51;
  letter-spacing: normal;
  color: #fff;
  z-index: 1;
  width: 100%;
  font-size: 30px;
}

@media (min-width: 1220px) {
  .wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-content {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-content {
    font-size: 45px;
  }
}

.wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-icon {
  display: flex;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 1;
  max-width: 120px;
}

@media (min-width: 1220px) {
  .wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-icon {
    bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .wb-login-layout-content .wb-login-region-content .page-side-hero .side-hero-icon {
    max-width: initial;
    right: 104px;
    bottom: 88px;
  }
}

.wb-login-layout-content .wb-login-region-content .page-footer {
  width: 100%;
  padding: 0 64px 39px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

@media (min-width: 1220px) {
  .wb-login-layout-content .wb-login-region-content .page-footer {
    flex-direction: row;
  }
}

@media (min-width: 0) and (max-width: 1500px) {
  .wb-login-layout-content .wb-login-region-content .page-footer .line {
    display: none;
  }
}

@media (min-width: 1500px) {
  .wb-login-layout-content .wb-login-region-content .page-footer br {
    display: none;
  }
}

.wb-login-layout-content .wb-login-region-content .page-social {
  display: flex;
  margin: 15px 0;
  width: initial;
}

.wb-login-layout-content .wb-login-region-content .page-social li:not(:last-child) {
  margin-right: 7px;
}

@media (min-width: 1220px) {
  .wb-login-layout-content .wb-login-region-content .page-social {
    margin: 0;
  }
}

.wb-login-layout-content .wb-login-region-content .page-social-link {
  display: block;
  position: relative;
  font-size: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #bababa;
  transition: background-color 0.3s;
}

.wb-login-layout-content .wb-login-region-content .page-social-link:hover:not(:active) {
  background-color: #4e54c8;
}

.wb-login-layout-content .wb-login-region-content .page-social-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wb-login-layout-content .wb-login-region-content .facebook:after {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/facebook.svg");
  mask-image: url("/icons/facebook.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 9px;
  height: 15px;
}

.wb-login-layout-content .wb-login-region-content .linkedin:after {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/linkedin.svg");
  mask-image: url("/icons/linkedin.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 15px;
  height: 14px;
}

.wb-login-layout-content .wb-login-region-content .youtube:after {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/youtube.svg");
  mask-image: url("/icons/youtube.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 15px;
  height: 16px;
}

.wb-login-layout-content .wb-login-region-content .instagram:after {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/instagram.svg");
  mask-image: url("/icons/instagram.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 15px;
  height: 16px;
}

.wb-login-layout-content .wb-login-region-content .page-rights {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 0) and (max-width: 1500px) {
  .wb-login-layout-content .wb-login-region-content .page-rights {
    margin: 0 auto;
    line-height: 22px;
  }
}

.wb-login-layout-content .wb-login-region-content .page-rights span {
  color: #4e54c8;
}

.wb-login-layout-content .wb-login-region-content .page-rights a {
  color: #4e54c8;
}

.wb-login-layout-content .wb-login-region-content .wb-login-form-wb-footer {
  margin-top: auto;
  background-color: #373f50;
  display: flex;
  justify-content: center;
}

.wb-login-layout-content .wb-login-region-content .wb-login-form-wb-footer .wb-login-form-wb-footer-inner {
  width: 100%;
  color: #fff;
  padding: 12px 10px;
  align-items: center;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  max-width: 420px;
}

@media (min-width: 420px) {
  .wb-login-layout-content .wb-login-region-content .wb-login-form-wb-footer .wb-login-form-wb-footer-inner {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .wb-login-layout-content .wb-login-region-content .wb-login-form-wb-footer {
    display: none;
  }
}

.wb-login-layout-content .wb-login-region-content .wb-login-form-wb-footer .wb-login-form-powered a {
  color: #fff;
  font-weight: bold;
}
