.is-ctl-checkout .checkout-container .checkout-aside, .is-act-editorder .checkout-container .checkout-aside, .is-act-checkoutregisterpage .checkout-container .checkout-aside {
  position: relative;
}
.is-ctl-checkout .checkout-container .checkout-aside::after, .is-act-editorder .checkout-container .checkout-aside::after, .is-act-checkoutregisterpage .checkout-container .checkout-aside::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .025);
}
@media screen and (min-width: 1400px) {
  .is-ctl-checkout .checkout-container .checkout-aside::after, .is-act-editorder .checkout-container .checkout-aside::after, .is-act-checkoutregisterpage .checkout-container .checkout-aside::after {
    width: calc(100% + (( 100vw - 1400px - 0 - 0 ) * .5) - (var(--zen-scrollbar-width, 15px) * .5));
  }
}
.is-ctl-checkout .checkout-container .checkout-aside .checkout-additional, .is-act-editorder .checkout-container .checkout-aside .checkout-additional, .is-act-checkoutregisterpage .checkout-container .checkout-aside .checkout-additional {
  padding: 0;
  margin-top: 0;
  margin-bottom: 3rem;
}
.checkout-aside-summary {
  background: none;
  border-radius: 3px;
  color: #2b2f2d;
  margin-bottom: 3rem;
}
.checkout-aside-summary .checkout-aside-summary-header {
  color: #131414;
}
.checkout-aside-summary .checkout-aside-summary-list-container {
  color: #2b2f2d;
}
.checkout-aside-add-code.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.is-ctl-checkout .content-main {
  display: flex;
  flex-direction: column;
}
.is-ctl-checkout .content-main > .container, .is-ctl-checkout .cms-section .content-main > .boxed, .cms-section .is-ctl-checkout .content-main > .boxed {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.is-ctl-checkout .content-main > .container > .container-main, .is-ctl-checkout .cms-section .content-main > .boxed > .container-main, .cms-section .is-ctl-checkout .content-main > .boxed > .container-main {
  display: flex;
  flex-grow: 1;
}
.is-ctl-checkout .checkout {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.is-ctl-checkout .checkout, .is-ctl-checkout .checkout-container {
  flex-grow: 1;
}
.is-act-checkoutregisterpage .checkout, .is-act-confirmpage .checkout, .is-act-finishpage .checkout, .is-act-editorder .checkout, .is-act-cartpage .checkout {
  padding: 0;
}
.is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container, .is-act-editorder .checkout .checkout-container, .is-act-cartpage .checkout .checkout-container {
  min-height: 50vh;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container, .is-act-editorder .checkout .checkout-container, .is-act-cartpage .checkout .checkout-container {
    margin-left: -21px;
    margin-right: -21px;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-container:first-child, .is-act-confirmpage .checkout .checkout-container:first-child, .is-act-finishpage .checkout .checkout-container:first-child, .is-act-editorder .checkout .checkout-container:first-child, .is-act-cartpage .checkout .checkout-container:first-child {
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-container:first-child, .is-act-confirmpage .checkout .checkout-container:first-child, .is-act-finishpage .checkout .checkout-container:first-child, .is-act-editorder .checkout .checkout-container:first-child, .is-act-cartpage .checkout .checkout-container:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main, .is-act-cartpage .checkout .checkout-main {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main, .is-act-cartpage .checkout .checkout-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main, .is-act-cartpage .checkout .checkout-main {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (min-width: 1200px) {
  .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main, .is-act-cartpage .checkout .checkout-main {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside, .is-act-cartpage .checkout .checkout-aside {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  border-top: 1px solid #e4e4de;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside, .is-act-cartpage .checkout .checkout-aside {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside, .is-act-cartpage .checkout .checkout-aside {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (min-width: 1200px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside, .is-act-cartpage .checkout .checkout-aside {
    border-top: none;
    border-left: 1px solid #e4e4de;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container, .is-act-confirmpage .checkout .checkout-aside .checkout-aside-container, .is-act-finishpage .checkout .checkout-aside .checkout-aside-container, .is-act-editorder .checkout .checkout-aside .checkout-aside-container, .is-act-cartpage .checkout .checkout-aside .checkout-aside-container {
  z-index: 1;
}
.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container:not([data-zen-sticky]), .is-act-confirmpage .checkout .checkout-aside .checkout-aside-container:not([data-zen-sticky]), .is-act-finishpage .checkout .checkout-aside .checkout-aside-container:not([data-zen-sticky]), .is-act-editorder .checkout .checkout-aside .checkout-aside-container:not([data-zen-sticky]), .is-act-cartpage .checkout .checkout-aside .checkout-aside-container:not([data-zen-sticky]) {
  position: unset;
}
.checkout-breadcrumb {
  display: block;
}
.checkout-breadcrumb .breadcrumb-steps {
  margin-bottom: 3rem;
}
.checkout-breadcrumb .breadcrumb-steps-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  text-align: center;
  line-height: 2.8125rem;
}
.checkout-breadcrumb .breadcrumb-steps-item + .breadcrumb-steps-item {
  padding-left: 0;
}
.checkout-breadcrumb .breadcrumb-steps-item + .breadcrumb-steps-item::before {
  content: "";
  height: 1px;
  background-color: rgba(128, 128, 128, .25);
  left: -40%;
  top: 18px;
  width: 80%;
  position: absolute;
  z-index: 0;
}
.checkout-breadcrumb .breadcrumb-steps-item + .breadcrumb-steps-item.completed::before, .checkout-breadcrumb .breadcrumb-steps-item + .breadcrumb-steps-item.active::before {
  background-color: #1c1c1d;
}
.checkout-breadcrumb .breadcrumb-steps-title {
  font-size: unset;
}
.checkout-breadcrumb .breadcrumb-steps-title.active {
  border-bottom: none;
  color: #1c1c1d;
  font-weight: 400;
  text-transform: none;
}
.checkout-breadcrumb .breadcrumb-steps-title.active .breadcrumb-steps-indicator {
  background: #1c1c1d;
  color: #fcfcfd;
  box-shadow: 0 0 0 .3rem #1c1c1d;
}
.checkout-breadcrumb .breadcrumb-steps-title.active .breadcrumb-steps-text {
  font-weight: 700;
}
.checkout-breadcrumb .breadcrumb-steps-title:hover {
  border-bottom: none;
}
.checkout-breadcrumb .breadcrumb-steps-title.completed .breadcrumb-steps-indicator {
  background: #1c1c1d;
  box-shadow: 0 0 0 0 #1c1c1d;
}
.checkout-breadcrumb .breadcrumb-steps-title.completed:hover .breadcrumb-steps-indicator {
  box-shadow: 0 0 0 .2rem #1c1c1d;
}
.checkout-breadcrumb .breadcrumb-steps-indicator {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: auto;
  padding: 0;
  z-index: 10;
  transition: all .3s ease;
  background: rgba(128, 128, 128, .25);
  color: #fcfcfd;
  box-shadow: 0 0 0 0 #1c1c1d;
}
@media (prefers-reduced-motion: reduce) {
  .checkout-breadcrumb .breadcrumb-steps-indicator {
    transition: none;
  }
}
.checkout-breadcrumb .breadcrumb-steps-text {
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding: 0 .5rem;
  font-size: .875rem;
}
.is-act-checkoutregisterpage .login-card, .is-act-checkoutregisterpage .register-card {
  margin: 3rem auto;
}
.is-act-checkoutregisterpage .login-card .login-form {
  max-width: 400px;
  margin-top: 3rem;
}
.is-act-checkoutregisterpage .login-card .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}
.address-main-header-separator {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 3rem 0;
  font-weight: 700;
}
.address-main-header-separator span {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  padding: 0 20px;
}
.address-main-header-separator span::before, .address-main-header-separator span::after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: .73em;
  border-top: 1px solid #e4e4de;
}
.address-main-header-separator span::before {
  right: 100%;
}
.address-main-header-separator span::after {
  left: 100%;
}
.confirm-address-shipping, .confirm-address-billing {
  margin-bottom: 1rem;
}
.is-act-finishpage .finish-header {
  max-width: 480px;
  margin: 1.5rem auto;
}
.is-act-finishpage .finish-checkmark {
  width: 80px;
  margin: 0 auto;
}
.is-act-finishpage .svg-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.is-act-finishpage .svg-fill {
  transform-origin: center;
}
.is-act-finishpage .svg-pulse {
  opacity: 0;
  transform-origin: center;
  animation-delay: 1s;
}
.cart-add-product-container .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cart-add-product {
  max-width: none;
}
.cart-shipping-costs-container .accordion-item {
  --bs-accordion-color: #2b2f2d;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-radius: 3px;
  --bs-accordion-inner-border-radius: 3px;
}
.cart-shipping-costs-container .accordion-button {
  --bs-accordion-btn-color: #2b2f2d;
  font-size: 1rem;
  padding: .625rem 1.5rem;
}
.cart-shipping-costs-container .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: #2b2f2d;
  --bs-accordion-active-bg: transparent;
  box-shadow: none;
}
.cart-shipping-costs-btn {
  padding-left: var(--bs-accordion-btn-padding-y);
}
#one-page-checkout .checkout-container {
  margin-top: 0;
}
#one-page-checkout .checkout-container > * {
  margin-top: 0;
}
.btn-primary.register-submit, .register-submit.address-editor-select:not(.collapsed), .register-submit.address-editor-edit:not(.collapsed), .register-submit.address-editor-create:not(.collapsed), .cms-element-rhweb-newsletter .rhweb-newsletter-input-fields button.register-submit, .cms-element-rhweb-search-hero .rhweb-hero-search form .register-submit.header-search-btn:not([disabled]), #confirmFormSubmit.btn-primary, #confirmFormSubmit.address-editor-select:not(.collapsed), #confirmFormSubmit.address-editor-edit:not(.collapsed), #confirmFormSubmit.address-editor-create:not(.collapsed), .cms-element-rhweb-newsletter .rhweb-newsletter-input-fields button#confirmFormSubmit, .cms-element-rhweb-search-hero .rhweb-hero-search form #confirmFormSubmit.header-search-btn:not([disabled]), .register-submit > .btn-primary, .register-submit > .address-editor-select:not(.collapsed), .register-submit > .address-editor-edit:not(.collapsed), .register-submit > .address-editor-create:not(.collapsed), .cms-element-rhweb-newsletter .rhweb-newsletter-input-fields .register-submit > button, .cms-element-rhweb-search-hero .rhweb-hero-search form .register-submit > .header-search-btn:not([disabled]) {
  border-color: transparent;
  background-color: var(--vz-yellow);
  color: var(--vz-black);
}
button#addProductButton {
  background: var(--vz-light);
  border: var(--vz-light);
}
@media (max-width: 575.98px) {
  button#confirmFormSubmit {
    font-size: 1.1rem;
  }
}
.checkout > .alert {
  margin-top: var(--vz-spc-sm);
}
.checkout-main *[class*=price-value] {
  line-height: 2.7;
}
@media (max-width: 575.98px) {
  .checkout-main *[class*=price-value] {
    line-height: 1.8;
  }
}
@media (max-width: 575.98px) {
  .checkout-main + .checkout-aside {
    margin-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.checkout-main .line-item:last-child {
  border-bottom: 1px solid #e4e4de;
}
.checkout-main .line-item-label {
  display: inline-block;
  line-height: 1.1;
}
.checkout-main .line-item-details {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .checkout-main .line-item-details {
    width: min-content;
  }
}
.checkout-main .line-item-details-characteristics {
  margin: 0;
}
.checkout-main .line-item-info {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .checkout-main .line-item-info {
    width: 41.6666%;
  }
}
@media (max-width: 575.98px) {
  .checkout-main .line-item-product-number {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .checkout-main .line-item-quantity-label {
    display: inline-block;
    font-weight: 400;
    padding-top: .6rem;
  }
}
.checkout-main > .neti-free-delivery-info {
  margin-top: var(--vz-spc-sm);
}
.checkout-main > .neti-free-delivery-info > p.delivery-information {
  margin: 0;
  width: 100%;
}
.checkout-main .quantity-selector-group {
  justify-content: center;
}
.checkout-main .quantity-selector-group > .btn, .checkout-main .cms-element-rhweb-tabs .quantity-selector-group > [class*=rhweb-nav-link].rhweb-nav-link-button, .cms-element-rhweb-tabs .checkout-main .quantity-selector-group > [class*=rhweb-nav-link].rhweb-nav-link-button {
  display: none;
}
@media (max-width: 575.98px) {
  .checkout-main .quantity-selector-group {
    justify-content: end;
  }
}
.checkout-main .quantity-selector-group-input {
  max-width: 3em;
}
.checkout-aside .checkout-aside-summary {
  margin-bottom: 0;
  padding: 0;
}
.checkout-aside .is-offcanvas .line-item-details {
  max-width: 66.6666%;
  padding-left: .8rem;
  padding-top: 0;
  width: initial;
}
.checkout-aside .is-offcanvas .line-item-details-container > div {
  margin: .2rem 0;
}
.checkout-aside .is-offcanvas .line-item-info {
  margin-bottom: 0;
  width: 100%;
}
.checkout-aside .is-offcanvas .line-item-quantity {
  font-size: .75rem;
  padding-left: calc(70px + 1.25rem);
}
.checkout-aside .is-offcanvas .line-item-quantity-label, .checkout-aside .is-offcanvas .line-item-quantity-row {
  margin-bottom: 0;
}
.checkout-aside .is-offcanvas .line-item-quantity-label {
  font-weight: inherit;
}
.checkout-aside .is-offcanvas .line-item-product-number, .checkout-aside .is-offcanvas .line-item-remove, .checkout-main .confirm-product .line-item-product-number, .checkout-main .confirm-product .line-item-remove {
  display: none;
}
.checkout-aside-product-list {
  margin-bottom: .8rem;
  padding-bottom: 1rem;
}
.checkout-breadcrumb .breadcrumb-steps-title.active .breadcrumb-steps-indicator {
  background-color: var(--vz-yellow);
}
.checkout-breadcrumb .breadcrumb-steps-item + .breadcrumb-steps-item::before {
  left: -50%;
  top: 1.1rem;
  width: 98%;
}
.checkout-container {
  min-height: calc(100vh - 10rem) !important;
}
.checkout-main .card.login-card.mb-3 {
  display: none;
}
.checkout-main .confirm-product .line-item-tax-price, .checkout-main .confirm-product .line-item-total-price {
  line-height: 3rem;
}
#codebaristaDeliveryDate {
  font-weight: 400;
  text-align: center;
}
.header-search-col.ms-auto {
  margin-left: 4.2rem;
  margin-right: auto;
}
.header-search-col.ms-auto .header-search-btn, .header-search-col.ms-auto .header-search-input {
  padding: .3rem .5rem;
}
@media (max-width: 767.98px) {
  .header-search-col.ms-auto {
    margin-left: auto;
  }
}
.is-act-cartpage button#addPromotion, .is-act-checkoutregisterpage button#addPromotion {
  background-color: var(--vz-light);
  border-color: var(--vz-light);
}
.is-act-cartpage button#addPromotion:hover, .is-act-checkoutregisterpage button#addPromotion:hover {
  background-color: var(--vz-yellow);
  border-color: var(--vz-yellow);
}
.is-act-cartpage .cart-add-promotion, .is-act-checkoutregisterpage .cart-add-promotion {
  margin-top: var(--vz-spc-md);
}
.is-act-checkoutregisterpage .checkout .checkout-aside {
  display: block;
}
.is-act-checkoutregisterpage .login-card {
  margin-top: 0;
}
.is-act-checkoutregisterpage .login-card .login-form {
  max-width: 100%;
  margin-top: 0;
}
.is-act-checkoutregisterpage .login-card .login-submit {
  text-align: right;
}
.is-act-cartpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-register .checkout .checkout-aside {
  padding-top: 3rem;
}
@media (max-width: 575.98px) {
  .is-act-confirmpage .content-main {
    padding-top: var(--vz-spc-sm);
  }
}
.is-ctl-checkout:not(.is-act-cartpage) .header-logo-picture {
  height: 70%;
  filter: grayscale(1);
}
.is-ctl-register .header-logo-main-img {
  height: 60%;
  filter: grayscale(1);
}
.is-ctl-checkout .checkout-container .checkout-aside .checkout-additional, .is-act-editorder .checkout-container .checkout-aside .checkout-additional, .is-act-checkoutregisterpage .checkout-container .checkout-aside .checkout-additional {
  margin-top: 3rem;
}
.is-ctl-checkout .checkout-container .checkout-aside::after, .is-act-editorder .checkout-container .checkout-aside::after, .is-act-checkoutregisterpage .checkout-container .checkout-aside::after {
  width: 100vw;
}
.is-act-finishpage .checkout-container .checkout-aside::after {
  display: none;
}
@media (min-width: 768px) {
  .is-act-finishpage .checkout .checkout-aside {
    border-left: none !important;
    margin-left: 16.6666% !important;
    padding-top: 0;
    width: 66.6666% !important;
  }
}
.is-act-checkoutregisterpage .login-card, .is-act-checkoutregisterpage .register-card {
  margin: 0 auto 3rem auto;
}
.is-act-checkoutregisterpage .login-card .login-form {
  margin-top: 1rem;
}
.is-ctl-checkout main, .is-ctl-register main {
  display: flex;
}
.is-ctl-checkout main > .container:first-child, .is-ctl-checkout .cms-section main > .boxed:first-child, .cms-section .is-ctl-checkout main > .boxed:first-child, .is-ctl-register main > .container:first-child, .is-ctl-register .cms-section main > .boxed:first-child, .cms-section .is-ctl-register main > .boxed:first-child {
  display: flex;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}
.is-ctl-checkout main .container-main, .is-ctl-register main .container-main {
  padding: 0;
}
.is-ctl-checkout main .checkout-container:first-child, .is-ctl-register main .checkout-container:first-child {
  margin: 0 !important;
}
.is-ctl-register .checkout, .is-ctl-register .checkout-container, .is-ctl-register .container-main {
  height: 100%;
}
.is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container {
  margin-top: 0;
}
.is-act-cartpage .checkout .checkout-container > *, .is-act-checkoutregisterpage .checkout .checkout-container > *, .is-act-confirmpage .checkout .checkout-container > *, .is-act-finishpage .checkout .checkout-container > *, .is-ctl-accountorder .checkout .checkout-container > * {
  margin-top: 0;
}
.line-item-quantity {
  margin-bottom: 0;
}
.line-item-quantity-label, .line-item-quantity-select-wrapper {
  display: inline;
  width: auto;
}
.offcanvas .offcanvas-header {
  padding-bottom: 1rem;
}
.register-personal .register-newsletter {
  margin-top: 1rem;
}
.vnz-checkout-login-show {
  font-size: .875rem;
  text-align: right;
}
.vnz-checkout-login-show > a {
  font-weight: 600;
}
.vnz-checkout-login-show > i {
  font-style: normal;
  margin-right: .7em;
}
@media (max-width: 575.98px) {
  .vnz-checkout-login-show > i {
    display: none;
  }
  .vnz-checkout-login-show > i + a {
    display: inline-block;
    margin-top: .5rem;
  }
}
.vnz-checkout-login-show + .row.mb-2.g-3, .is-act-cartpage .checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container, .is-act-checkoutregisterpage .checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container, .is-act-confirmpage .checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container, .is-ctl-accountorder .checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container, .is-act-finishpage .checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container, #one-page-checkout .vnz-checkout-login-show + .mb-2.g-3.checkout-container {
  margin-bottom: var(--vz-spc-md);
}
.vnz-checkout-login-hide {
  display: inline-block;
  margin-right: 1rem;
}
.is-act-loginpage .vnz-checkout-login-hide {
  display: none;
}

