body.woocommerce-cart > .wp-block-woocommerce-cart,
body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart,
.vpa-account-shell {
  box-sizing: border-box;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 64px 24px 88px;
  color: #07111f;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.woocommerce-cart {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.woocommerce-cart > .vimpromo-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

body.woocommerce-lost-password {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.woocommerce-lost-password .vimpromo-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

body.woocommerce-cart .wp-block-woocommerce-cart,
.vpa-account-shell .woocommerce {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.vpa-cart-quote-action {
  box-sizing: border-box;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 24px 32px;
}

.vpa-cart-quote-modal[hidden] {
  display: none;
}

.vpa-cart-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 17, 31, .48);
}

.vpa-cart-quote-modal__dialog {
  box-sizing: border-box;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  padding: 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(7, 17, 31, .25);
}

.vpa-cart-quote-modal__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.vpa-cart-quote-modal__top h2 {
  margin: 0;
  color: #07111f;
  font-size: 24px;
  line-height: 1.25;
}

.vpa-cart-quote-modal__top p {
  margin: 7px 0 0;
  color: #526173;
  font-size: 14px;
}

.vpa-cart-quote-modal__close {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #526173;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.vpa-cart-quote-modal__close:hover {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #526173 !important;
}

.vpa-cart-quote-modal__content .b2bking_request_custom_quote_text_label,
.vpa-cart-quote-modal__content .b2bking_custom_quote_field_container,
.vpa-cart-quote-modal__content #b2bking_request_custom_quote_textarea_abovetext,
.vpa-cart-quote-modal__content #b2bking_request_custom_quote_name,
.vpa-cart-quote-modal__content #b2bking_request_custom_quote_email,
.vpa-cart-quote-modal__content #b2bking_request_custom_quote_textarea {
  box-sizing: border-box;
  width: 100%;
}

.vpa-cart-quote-modal__content .b2bking_request_custom_quote_text_label,
.vpa-cart-quote-modal__content .b2bking_custom_quote_field_container {
  margin-top: 16px;
}

.vpa-cart-quote-modal__content input,
.vpa-cart-quote-modal__content textarea {
  margin-top: 7px;
}

.vpa-cart-quote-modal__content #b2bking_request_custom_quote_textarea {
  min-height: 112px;
}

.vpa-cart-quote-modal__content #b2bking_request_custom_quote_button {
  width: 100%;
  margin: 24px 0 0;
}

@media (max-width: 600px) {
  .vpa-cart-quote-modal {
    padding: 16px;
  }

  .vpa-cart-quote-modal__dialog {
    max-height: calc(100vh - 32px);
    padding: 24px 20px;
  }
}

.vpa-account-shell {
  box-sizing: border-box;
  width: min(1280px, 100%);
  padding: 64px 0 88px;
}

body.woocommerce-cart .wc-block-cart__main {
  padding-right: 44px;
}

body.woocommerce-cart .wc-block-cart-items th,
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: #07111f;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wc-block-cart__empty-cart__title {
  border-color: #e6eaf0;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-totals-item__description,
body.woocommerce-cart .wc-block-components-totals-item__value {
  color: #526173;
}

body.woocommerce-cart .wc-block-cart__sidebar {
  padding: 28px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #f7f9fc;
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wp-block-button__link,
body.woocommerce-cart .button {
  min-height: 50px;
  border-radius: 999px;
  background: #1268ff;
  color: #fff;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wp-block-button__link:hover,
body.woocommerce-cart .button:hover {
  background: #0b57dd;
  color: #fff;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin-top: 20px;
  color: #07111f;
  font-size: 34px;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-cart-cross-sells-block {
  margin-top: 76px;
}

body.woocommerce-cart .wc-block-cart-cross-sells-block > h2 {
  color: #07111f;
  font-size: 30px;
  font-weight: 700;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  margin: 0 auto;
  padding: 28px 0 0;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator {
  display: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) {
  margin: 40px 0 24px;
  color: #07111f;
  font-size: 28px;
  line-height: 1.25;
}

.vpa-account-shell > .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.vpa-account-shell > .woocommerce > .woocommerce-MyAccount-navigation {
  float: none;
  width: 220px;
  flex: 0 0 220px;
}

.vpa-account-shell > .woocommerce > .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  flex: 1 1 0;
}

.vpa-account-shell .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 10px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #f7f9fc;
  list-style: none;
}

.vpa-account-shell .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.vpa-account-shell .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #526173;
  font-size: 15px;
  font-weight: 600;
}

.vpa-account-shell .woocommerce-MyAccount-navigation .is-active a,
.vpa-account-shell .woocommerce-MyAccount-navigation a:hover {
  background: #eaf2ff;
  color: #1268ff;
}

.vpa-account-shell .woocommerce-MyAccount-content {
  min-width: 0;
  padding: 34px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #fff;
  color: #526173;
  line-height: 1.65;
}

.vpa-account-shell .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.vpa-account-shell .woocommerce-MyAccount-content h2,
.vpa-account-shell .woocommerce-MyAccount-content h3,
.vpa-account-shell .woocommerce-MyAccount-content legend {
  color: #07111f;
  font-weight: 700;
}

.vpa-account-shell .woocommerce-MyAccount-content a {
  color: #1268ff;
}

.vpa-account-shell .woocommerce-MyAccount-content table {
  width: 100%;
  border: 1px solid #e6eaf0;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
}

.vpa-account-shell .woocommerce-MyAccount-content th,
.vpa-account-shell .woocommerce-MyAccount-content td {
  padding: 14px 16px;
  border-color: #e6eaf0;
}

.vpa-account-shell .woocommerce-MyAccount-content input,
.vpa-account-shell .woocommerce-MyAccount-content select,
.vpa-account-shell .woocommerce-MyAccount-content textarea {
  border-color: #dfe6ef;
  border-radius: 6px;
  box-shadow: none;
}

.vpa-account-shell .woocommerce-MyAccount-content button,
.vpa-account-shell .woocommerce-MyAccount-content .button,
.vpa-account-shell .woocommerce-MyAccount-content input[type="submit"] {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #1268ff;
  color: #fff;
  font-weight: 700;
}

.vpa-account-shell .woocommerce-MyAccount-content .show-password-input {
  width: 34px;
  min-height: 0;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #526173;
  box-shadow: none;
}

.vpa-account-shell .woocommerce-message,
.vpa-account-shell .woocommerce-info,
.vpa-account-shell .woocommerce-error {
  margin: 0 0 24px;
  border-top-color: #1268ff;
  background: #f7f9fc;
  color: #526173;
}

@media (max-width: 900px) {
  body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart,
  .vpa-account-shell {
    padding: 40px 20px 64px;
  }

  body.woocommerce-cart .wc-block-cart__main {
    padding-right: 0;
  }

  body.woocommerce-cart .wc-block-cart__sidebar {
    margin-top: 28px;
  }

  .vpa-account-shell > .woocommerce {
    flex-direction: column;
    gap: 24px;
  }

  .vpa-account-shell > .woocommerce > .woocommerce-MyAccount-navigation {
    width: 100%;
    flex-basis: auto;
  }

  .vpa-account-shell .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .vpa-account-shell .woocommerce-MyAccount-navigation a {
    padding: 10px 12px;
  }

  .vpa-account-shell .woocommerce-MyAccount-content {
    padding: 24px 20px;
  }
}

@media (max-width: 544px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding-top: 12px;
  }

  body.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 27px;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) {
    margin-top: 32px;
    font-size: 24px;
  }

}
