/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
.ma-saved-order-details ul {
  margin: 0;
  list-style: none; }

@media screen and (max-width: 480px) {
  .ma-saved-order-details .section-wrapper {
    margin-top: 1.25rem !important; } }

.ma-saved-order-details .summary-section .order-subtotal .oc-head h3 {
  font-size: 1.5625rem; }

.ma-saved-order-details .summary-section {
  padding: 0.625rem;
  border: 2px solid #EDEDED; }

@media print {
  .ma-saved-order-details .top-section {
    display: flex;
    flex-direction: column; }
  .ma-saved-order-details .left-section {
    width: 100% !important; }
  .ma-saved-order-details .summary-section {
    width: 50% !important;
    margin-top: 1.25rem; }
  .ma-saved-order-details .section-wrapper {
    width: calc(100% / 3) !important; } }

.popup-select-saved-order-address {
  overflow: auto;
  max-width: 37.5rem;
  height: 93vh; }
  .popup-select-saved-order-address .modal-wrap {
    max-width: 37.5rem; }
  .popup-select-saved-order-address .row {
    margin: 0.3125rem 0; }
    .popup-select-saved-order-address .row h3 {
      margin-top: 1.25rem; }
    .popup-select-saved-order-address .row h4 {
      margin-top: 0.3125rem; }
    .popup-select-saved-order-address .row h3, .popup-select-saved-order-address .row h4 {
      margin-bottom: 0; }
    .popup-select-saved-order-address .row input[type="radio"] {
      margin-right: 0; }
    .popup-select-saved-order-address .row label {
      margin-right: 0; }
    .popup-select-saved-order-address .row > * {
      display: inline-block; }
    .popup-select-saved-order-address .row ul {
      list-style: none;
      margin: 0; }
  .popup-select-saved-order-address .address-info {
    padding-left: 1.25rem; }
  .popup-select-saved-order-address .btns {
    margin-top: 1.25rem; }
    .popup-select-saved-order-address .btns button {
      margin: 0; }

/*# sourceMappingURL=ma-saved-order-details.css.map */