.dashboard-card .card .card-body .card-cols {
  margin-top: 1rem;
}
.dashboard-card .card .card-body .card-cols .card-button:first-child {
  padding-right: 0.5rem;
}
.dashboard-card .card .card-body .card-cols .card-button:last-child {
  padding-left: 0.5rem;
}
.dashboard-card .card .card-body .customer-info-section .row.default {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.dashboard-card .card .card-body .customer-info-section .row.other > div:nth-child(n+2) {
  padding-top: 2.5rem;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1rem;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc .bloc-col .bloc-heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 1rem;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc .bloc-col .block-row {
  padding-bottom: 1rem;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc .bloc-col a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc .bloc-col a:first-child {
  padding-bottom: 0.5rem;
}
.dashboard-card .card .card-body .customer-info-section .row .bloc .card-button {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 1rem;
}
.dashboard-card .card .card-body.accountInformationSection .row .value {
  border-bottom: 1px solid #d4d4d4;
  line-height: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.dashboard-card .card .card-body.accountInformationSection .selected-categories span:not(:last-of-type)::after {
  content: ", ";
  display: inline;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .label {
  padding-top: 0.3125rem;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .label span {
  font-style: italic;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .form-wrapper {
  padding: 0.375rem 0 0.375rem 0.625rem;
  border-bottom: 1px solid #d4d4d4;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .form-wrapper .form-group {
  padding-right: 1.875rem;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .form-wrapper .form-group.last {
  padding-right: 0;
  margin-bottom: 0;
}
.dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .form-wrapper .form-group label {
  font-size: 1rem;
}
.dashboard-card .card .card-body.accountInformationSection .form-group .form-control {
  font-size: 1rem;
}
.dashboard-card .card .card-body.accountInformationSection .form-group .label {
  color: #969696;
}
.dashboard-card .card .card-body.accountInformationSection .form-group .value {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 0.375rem 0.625rem;
}
.dashboard-card .card .card-body.accountInformationSection .form-group.bday {
  margin-top: 0.3125rem;
}
.dashboard-card .card .card-body.accountInformationSection .form-group.bday .label {
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0;
}
.dashboard-card .card .card-body.accountInformationSection .form-group.bday .label span {
  font-weight: 400;
  padding-left: 0.3125rem;
}
@media (min-width: 769px) {
  .dashboard-card .card .card-body .customer-info-section .row > div:nth-child(odd) {
    padding-right: 2.125rem;
  }
  .dashboard-card .card .card-body .customer-info-section .row > div:nth-child(even) {
    padding-left: 2.125rem;
  }
  .dashboard-card .card .card-body .customer-info-section .row.other > div:nth-child(2) {
    padding-top: 0;
  }
  .dashboard-card .card .card-body .customer-info-section .row.other > div:nth-child(n+3) {
    padding-top: 2.5rem;
  }
  .dashboard-card .card .card-body.accountInformationSection .category-checkbox-selections .form-wrapper .form-group {
    display: inline-block;
    margin-bottom: 0;
  }
}

.order-shipping-details {
  color: #111;
}

.receipt .title {
  color: #707070;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  padding-bottom: 0.25rem;
}
.receipt h3.col-4 {
  padding-bottom: 1.375rem;
}
.receipt .shipping-label {
  margin-bottom: 0.9375rem;
}
@media (max-width: 768.98px) {
  .receipt .shipping-label {
    text-align: center;
  }
}
.receipt .shipping-label .col-12 {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 1rem 0.9375rem;
}
.receipt .order-product-details {
  padding-right: 1.0625rem;
}
@media (max-width: 768.98px) {
  .receipt .order-product-details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.receipt .order-shipping-details .summary-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}
.receipt .order-shipping-details .shipping-method-details {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 3.5rem;
}
@media (max-width: 768.98px) {
  .receipt .order-shipping-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5625rem;
  }
  .receipt .order-shipping-details .summary-details,
  .receipt .order-shipping-details .shipping-method-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .receipt .order-shipping-details .shipping-method-details {
    padding-left: 1.375rem;
  }
}
.receipt .product-line-item {
  padding-bottom: 1rem;
}
.receipt .product-line-item.account-bopis-line-item:first-of-type {
  padding-top: 0;
}
.receipt .product-line-item:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768.98px) {
  .receipt .product-line-item {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d4d4d4;
  }
}
.receipt .product-summary-block {
  padding: 0;
}
.receipt .product-summary-block .item-image {
  height: auto;
  margin-right: 1rem;
  width: 6.5625rem;
}
.receipt .product-summary-block .item-image .product-image {
  max-height: 10.1875rem;
}
.receipt .item-attributes {
  font-size: 0;
}
.receipt .item-attributes .line-item-attributes,
.receipt .item-attributes .line-item-quantity {
  color: #111;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}
.receipt .item-attributes .qty-card-quantity-label,
.receipt .item-attributes .qty-card-quantity-count {
  color: #111;
  font-size: 0.75rem;
  line-height: 1rem;
}
.receipt .item-attributes .line-item-quantity {
  display: none;
}
.receipt .item-attributes .line-item-promo {
  color: #e75151;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.receipt .item-attributes .line-item-total-price {
  width: 100%;
}
.receipt .item-attributes .line-item-total-price .price {
  line-height: 1.125rem;
}
.receipt .item-attributes .line-item-total-price .price div {
  display: inline-block;
}
.receipt .order-summary-section .summary-details {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 0;
}
.receipt .order-summary-section .summary-details.billing {
  padding-right: 3.5rem;
}
@media (max-width: 768.98px) {
  .receipt .order-summary-section .summary-details.billing {
    padding-right: 1.5rem;
  }
}
.receipt .order-summary-section .summary-details.billing .address-summary {
  margin-bottom: 1.5rem;
}
.receipt .order-summary-section .summary-details.billing .order-summary-email::before {
  color: #707070;
  content: "Email";
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}
.receipt .order-summary-section .credit-card-expiration-date {
  display: none;
}
.receipt .order-summary-totals {
  padding-left: 2.125rem;
}
@media (max-width: 768.98px) {
  .receipt .order-summary-totals {
    padding-top: 2.5rem;
    padding-left: 0;
  }
}
.receipt .order-summary-totals .title {
  color: #111;
  font-size: 0.875rem;
  font-weight: 600;
}
.receipt .order-summary-totals p {
  font-size: 0.875rem;
  font-weight: 400 !important;
  line-height: 1.25rem;
  margin: 0;
}
.receipt .order-summary-totals .grand-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d4d4d4;
}
.receipt .order-summary-totals .grand-total p {
  font-weight: 700 !important;
}
.receipt .account-order-history-details .product-line-item + .product-line-item::before {
  display: none;
}
.receipt .account-order-history-details .product-line-item .line-item-name {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
  white-space: normal;
}
.receipt .account-order-history-details .product-line-item .line-item-header {
  margin-bottom: 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.receipt .account-order-history-details .product-line-item .line-item-attributes::after {
  content: "";
}
.receipt .account-order-history-details .product-line-item .line-item-attributes:not(.line-item-id):not(.item-number) {
  display: inline-block;
  font-weight: 400;
}
.receipt .account-order-history-details .product-line-item .line-item-attributes:not(.line-item-id):not(.item-number)::after {
  content: ",";
  padding-right: 0.1875rem;
}
.receipt .account-order-history-details .product-line-item .line-item-attributes:not(.line-item-id):not(.item-number):last-of-type::after {
  content: "";
  padding-right: 0;
}
