.rvt-layout__content {
  max-width: 45rem;
}

.rvt-layout__wrapper--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 46.25em) {
  .rvt-layout__wrapper--details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 46.25em) {
  .rvt-layout__sidebar {
    max-width: 25rem;
    border-right: none !important;
    border-left: 1px solid #e2e7e9;
  }
}

.rvt-card__title {
  font-size: 1rem;
}

.cart-actions {
  bottom: 0;
  left: 2.8rem;
}

.cart .rvt-card__image img {
  border-radius: 0;
}

.cart .rvt-alert {
  position: relative;
}

.checkout-continue-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #F3F5F9;
  -webkit-box-shadow: 2px -2px 4px 0 #c9c8c7;
          box-shadow: 2px -2px 4px 0 #c9c8c7;
  z-index: 1;
}

.checkout-continue-mobile .checkout-btn,
.checkout-continue-mobile .show-login-options {
  margin-left: 13px;
  margin-right: 13px;
}

.checkout-continue-mobile .mobile-checkout-close {
  position: static;
  right: 0rem;
  top: 0rem;
  padding: 0rem;
}
