@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body {
  background-color: #f7f7f7; }

.region--header .checkout-header img {
  width: 95px;
  transition: all 0.5s; }

.region--header.scrolling .checkout-header img {
  width: 50px; }

.form-required-fields {
  text-align: left;
  padding-left: 2em; }

.layout-checkout-form .checkout-pane:first-of-type, .layout-checkout-form .checkout-pane:last-of-type {
  background: none;
  border: none;
  padding: 1em 0.25em; }

.layout-checkout-form .checkout-pane.checkout-pane-ergo-commerce-order-summary {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  padding: 2em; }

.layout-checkout-form .checkout-pane.checkout-pane-contact-information, .layout-checkout-form .checkout-pane.checkout-pane-ergo-login,
.layout-checkout-form .checkout-pane.checkout-pane-ergo-completion-message .checkout-complete__details {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  padding: 2em; }

@media (max-width: 768px) {
  .layout-checkout-form .checkout-pane {
    font-size: 90%;
    padding: 1.5em; } }

@media (max-width: 544px) {
  .layout-checkout-form .checkout-pane {
    padding: 1em; } }

.layout-checkout-form .layout-sidebar {
  margin-top: 0;
  padding-left: 2em; }
  @media (max-width: 1024px) {
    .layout-checkout-form .layout-sidebar {
      margin-top: 2em;
      padding-left: 0; }
      .layout-checkout-form .layout-sidebar .checkout-pane-ergo-commerce-order-summary {
        padding: 0.5em 1em; } }
  .layout-checkout-form .layout-sidebar .sidebar_first {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; }

@media (max-width: 1024px) {
  .layout-checkout-form > .row {
    display: flex;
    flex-direction: column; }
  .layout-checkout-form > .form-actions {
    margin-top: 1em; }
  .layout-checkout-form .layout-sidebar {
    margin: 0;
    padding: 0 15px; } }

.layout-region-checkout__main legend {
  float: left;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
  margin-top: 1em; }
  @media (max-width: 768px) {
    .layout-region-checkout__main legend {
      font-size: 0.9rem; } }

.layout-region-checkout__main .fieldset-wrapper {
  clear: both; }

.layout-region-checkout__main .form-actions {
  border-top: 2px solid #dddddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  margin-top: 2em; }
  @media (max-width: 1024px) {
    .layout-region-checkout__main .form-actions {
      flex-direction: column;
      margin-top: 1em; }
      .layout-region-checkout__main .form-actions input {
        margin-bottom: 1em; } }

.layout-region-checkout__footer .link--previous {
  padding: 1em 2em 2em; }

.commerce-checkout-flow-ergo-checkout-flow .form-item-payment-information-billing-information-copy-fields-enable label,
.commerce-checkout-flow-ergo-checkout-flow .form-item-payment-information-add-payment-method-billing-information-copy-fields-enable label {
  display: inline; }

.layout-checkout-form .checkout-pane.checkout-pane-completion-register {
  padding: unset; }

.checkout-pane {
  background-color: #ffffff;
  padding: 2em;
  border: 2px solid #dddddd;
  margin: 1em auto; }
  .checkout-pane:first-of-type {
    margin-top: 0; }
  .checkout-pane .checkout-pane__title {
    margin-top: 1em; }
    .checkout-pane .checkout-pane__title:first-of-type {
      margin-top: 0; }
  .checkout-pane h3 {
    text-transform: uppercase;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 0.55em;
    margin-bottom: 1em;
    padding: 0 0 0.5em;
    font-size: 1.35rem; }
    @media (max-width: 768px) {
      .checkout-pane h3 {
        font-size: 1.15rem; } }
  .checkout-pane h6 {
    font-size: 1em;
    margin: 0; }
  .checkout-pane select {
    padding: 0.25em 0.75em; }
    @media (max-width: 1024px) {
      .checkout-pane select {
        padding-top: 4px;
        padding-bottom: 4px; } }
  .checkout-pane .cta .button {
    width: 100%; }
  .checkout-pane .payment-method-icon .payment-method-icon--mastercard,
  .checkout-pane .payment-method-icon .payment-method-icon--maestro,
  .checkout-pane .payment-method-icon .payment-method-icon--amex,
  .checkout-pane .payment-method-icon .payment-method-icon--dinersclub,
  .checkout-pane .payment-method-icon .payment-method-icon--discover,
  .checkout-pane .payment-method-icon .payment-method-icon--jcb {
    background-image: none; }
  .checkout-pane .payment-method-icon img {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .checkout-pane .form-item-payment-information-add-payment-method-payment-details-expiration-divider .form-item--error-message {
    display: none; }
  .checkout-pane .form-item-payment-information-add-payment-method-payment-details-expiration-year .form-item--error-message {
    visibility: hidden; }
  .checkout-pane .form-item-payment-information-add-payment-method-payment-details-expiration-month .form-item--error-message {
    position: absolute; }
  .checkout-pane.cart-review__promo-code, .checkout-pane.cart-review__estimate-shipping {
    border-top: 0; }
  .checkout-pane.cart-review__order-summary {
    padding-bottom: 1em; }
    @media (max-width: 1024px) {
      .checkout-pane.cart-review__order-summary {
        padding: 0;
        border: none; } }
  .checkout-pane.checkout-pane-ergo-help-information {
    margin-top: 0;
    padding: 0.75em 1em 1em;
    background-color: transparent;
    border-color: transparent; }
  .checkout-pane.checkout-pane-contact-information .fieldset-wrapper {
    margin: 4em auto 0;
    display: flex;
    justify-content: center;
    width: 92%; }
  .checkout-pane.checkout-pane-contact-information legend {
    font-size: 1.35rem;
    margin: 0;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 0.55em;
    margin-bottom: 1em;
    padding: 0.15em 0 0.5em; }
    @media (max-width: 768px) {
      .checkout-pane.checkout-pane-contact-information legend {
        font-size: 1.15rem; } }
  .checkout-pane.checkout-pane-contact-information .form-item {
    margin: 0.25em 1% 0.5em;
    width: 100%; }
  @media (max-width: 1024px) {
    .checkout-pane.checkout-pane-contact-information {
      padding: 1.5em; }
      .checkout-pane.checkout-pane-contact-information .fieldset-wrapper {
        width: 100%; }
      .checkout-pane.checkout-pane-contact-information .form-item {
        max-width: 100%;
        width: 100%; } }
  .checkout-pane .shipping-information__selected-address {
    border: 1px solid #dddddd;
    border-radius: 2px;
    background-color: #fafafa;
    padding: 0 1em;
    margin: 0 2em; }
  .checkout-pane fieldset {
    margin: 2em auto 1em;
    padding: 0;
    max-width: 92%; }
    @media (max-width: 1024px) {
      .checkout-pane fieldset {
        max-width: 100%;
        margin-top: 1em; } }
  .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number {
    position: relative; }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='true']:not([data-cc-type='false']) input, .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='false']:not([data-cc-type='false']) input {
      background-size: 50px;
      background-position: 2px 2px; }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='true'] input {
      border-color: #325e1c; }
      .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='true'] input:focus {
        border-color: #325e1c;
        box-shadow: 0 0 5px rgba(50, 94, 28, 0.5); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='true'] i.fa-check-circle {
      display: block; }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='false'] input {
      border-color: #a23433; }
      .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='false'] input:focus {
        border-color: #a23433;
        box-shadow: 0 0 5px rgba(162, 52, 51, 0.5); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-valid='false'] i.fa-times-circle {
      display: block; }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='amex'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/amex.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='dinersclub'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/dinersclub.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='discover'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/discover.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='jcb'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/jcb.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='maestro'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/maestro.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='mastercard'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/mastercard.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='unionpay'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/unionpay.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number[data-cc-type='visa'] input {
      background-image: url("/modules/contrib/commerce/modules/payment/images/visa.svg"); }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number i {
      position: absolute;
      top: 45px;
      left: calc(100% - 2em);
      display: none; }
      .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number i.fa-check-circle {
        color: #325e1c; }
      .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number i.fa-times-circle {
        color: #a23433; }
    .checkout-pane .form-item-payment-information-add-payment-method-payment-details-number input {
      padding-left: 60px;
      background-repeat: no-repeat;
      background-image: url("/themes/custom/ergo/src/patterns/components/commerce-panes/card-type-none.svg");
      background-size: 24px;
      background-position: 18px 5px; }
  .checkout-pane .credit-card-form {
    display: flex;
    flex-flow: row wrap;
    padding: 1em 1em 2em;
    border-radius: 2px;
    align-items: baseline; }
    .checkout-pane .credit-card-form .credit-card-form__expiration {
      display: flex;
      flex-basis: 50%;
      margin-right: 2%; }
      .checkout-pane .credit-card-form .credit-card-form__expiration .form-item-payment-information-add-payment-method-payment-details-expiration-month,
      .checkout-pane .credit-card-form .credit-card-form__expiration .form-item-payment-information-add-payment-method-payment-details-expiration-year {
        margin-right: 0;
        flex-basis: 100%; }
        .checkout-pane .credit-card-form .credit-card-form__expiration .form-item-payment-information-add-payment-method-payment-details-expiration-month select,
        .checkout-pane .credit-card-form .credit-card-form__expiration .form-item-payment-information-add-payment-method-payment-details-expiration-year select {
          width: 100%; }
      @media (max-width: 544px) {
        .checkout-pane .credit-card-form .credit-card-form__expiration {
          flex-basis: 100%; } }
    .checkout-pane .credit-card-form .credit-card-form__divider {
      margin-top: 1em;
      margin-left: 0; }
    .checkout-pane .credit-card-form .form-item.form-item-payment-information-add-payment-method-payment-details-number {
      flex-basis: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .checkout-pane .credit-card-form .form-item.form-item-payment-information-add-payment-method-payment-details-number label {
        margin-top: 0; }
    .checkout-pane .credit-card-form .form-item.form-item-payment-information-add-payment-method-payment-details-security-code {
      flex: 1;
      margin-top: 0; }
    .checkout-pane .credit-card-form .form-item.form-item-payment-information-add-payment-method-payment-details-expiration-divider {
      margin: 0; }
    .checkout-pane .credit-card-form + #ergo-commerce-shipping-addresses-wrap > div {
      justify-content: space-between;
      padding: 0 1em;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .checkout-pane .credit-card-form + #ergo-commerce-shipping-addresses-wrap > div {
          max-width: 100%; } }
      .checkout-pane .credit-card-form + #ergo-commerce-shipping-addresses-wrap > div .js-form-item-payment-information-add-payment-method-select-address label {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .checkout-pane .credit-card-form + #ergo-commerce-shipping-addresses-wrap > div .js-form-item-payment-information-add-payment-method-select-address label::before {
          display: unset; }
    .checkout-pane .credit-card-form + #ergo-commerce-shipping-addresses-wrap + .shipping-information__new-address {
      border-bottom: none;
      padding-bottom: 0; }
    @media (max-width: 1024px) {
      .checkout-pane .credit-card-form {
        max-width: 100%; } }
  @media (max-width: 1024px) {
    .checkout-pane {
      width: 100%;
      padding: 1.5em; }
      .checkout-pane.checkout-pane-coupon-redemption label,
      .checkout-pane.checkout-pane-coupon-redemption .form-item {
        margin-top: 0; }
      .checkout-pane input {
        width: 100%;
        max-width: none; }
      .checkout-pane .fieldset-wrapper p:first-child,
      .checkout-pane .fieldset-wrapper .form-item:first-child label:not(.option) {
        margin-top: 0; }
      .checkout-pane .form-item-payment-information-add-payment-method-payment-details-security-code {
        padding: 0;
        margin-top: 0;
        margin-left: auto; }
        .checkout-pane .form-item-payment-information-add-payment-method-payment-details-security-code.form-item--error {
          margin-left: 0; }
      .checkout-pane .form-item-entity-copy-fields-enable {
        display: flex; }
        .checkout-pane .form-item-entity-copy-fields-enable input {
          width: auto;
          margin: 0.33em 0 0; }
        .checkout-pane .form-item-entity-copy-fields-enable label {
          flex: 1;
          margin: 0 0 0 0.5em; }
      .checkout-pane .field--name-address .form-item {
        margin-bottom: 0; }
        .checkout-pane .field--name-address .form-item input,
        .checkout-pane .field--name-address .form-item select {
          width: 100%; } }
  .checkout-pane .collapsible-ctr {
    margin-bottom: 1.5em; }
    .checkout-pane .collapsible-ctr .collapsible-header-ctr {
      margin-top: 0; }
    .checkout-pane .collapsible-ctr .collapsible-header {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0.75em;
      font-size: 1.3rem; }
      @media (max-width: 768px) {
        .checkout-pane .collapsible-ctr .collapsible-header {
          font-size: 1.15rem; } }
  .checkout-pane .shipping-address-fieldset {
    margin-top: -2em; }
    .checkout-pane .shipping-address-fieldset legend {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute; }
  .checkout-pane .js-form-type-radio label {
    border: 1px solid #dddddd;
    border-radius: 2px;
    background-color: #fafafa;
    margin: 0;
    padding: 0.5em 0 0.5em 40px; }
    @media (max-width: 768px) {
      .checkout-pane .js-form-type-radio label {
        padding-left: 30px; }
        .checkout-pane .js-form-type-radio label::before {
          margin: 6px 10px; } }
  .checkout-pane .js-form-type-radio.form-item-payment-information-payment-method input:checked + label, .checkout-pane .js-form-type-radio.form-item-ergo-shipping-information-shipments-0-shipping-method-0 input:checked + label, .checkout-pane .js-form-type-radio.form-item-payment-information-add-payment-method-select-address input:checked + label {
    border: 1px solid #464646;
    background-color: #ffede6;
    border-radius: 2px; }
  .checkout-pane .js-form-type-radio.form-item-ergo-shipping-information-fieldset-address-select-address.checked label {
    border: 1px solid #464646;
    background-color: #ffede6;
    border-radius: 2px; }
  .checkout-pane .js-form-item-ergo-shipping-information-fieldset-address-select-address,
  .checkout-pane .js-form-item-payment-information-add-payment-method-select-address {
    flex-basis: 49%;
    flex-grow: 2;
    margin: 0 8px 8px 0; }
    .checkout-pane .js-form-item-ergo-shipping-information-fieldset-address-select-address:nth-child(even),
    .checkout-pane .js-form-item-payment-information-add-payment-method-select-address:nth-child(even) {
      margin-right: 0; }
    .checkout-pane .js-form-item-ergo-shipping-information-fieldset-address-select-address:last-of-type,
    .checkout-pane .js-form-item-payment-information-add-payment-method-select-address:last-of-type {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .checkout-pane .js-form-item-ergo-shipping-information-fieldset-address-select-address,
      .checkout-pane .js-form-item-payment-information-add-payment-method-select-address {
        flex-basis: 100%;
        margin: 0 0 8px; } }
    .checkout-pane .js-form-item-ergo-shipping-information-fieldset-address-select-address label,
    .checkout-pane .js-form-item-payment-information-add-payment-method-select-address label {
      display: flex;
      flex-direction: column;
      height: 100%;
      text-transform: none;
      font-weight: 300; }
  .checkout-pane .ergo-shipping-radios .js-form-type-radio {
    margin-top: 5px;
    margin-bottom: 5px; }
    .checkout-pane .ergo-shipping-radios .js-form-type-radio:first-of-type {
      margin-top: 3.5em; }
    .checkout-pane .ergo-shipping-radios .js-form-type-radio label {
      text-transform: none;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0.5em 0 0.5em 40px;
      margin-left: 0; }
      @media (max-width: 768px) {
        .checkout-pane .ergo-shipping-radios .js-form-type-radio label {
          padding-left: 30px; } }
  .checkout-pane .checkout-pane__order-summary .collapsible-ctr {
    margin-bottom: unset; }
  .checkout-pane .payment-pane-recalculate {
    display: none; }
  .checkout-pane .address-radio-label.address-radio-label__linked {
    margin-bottom: 1.5em; }
  .checkout-pane .address-radio-label p {
    margin: 0; }
  .checkout-pane .address-radio-label div.address-radio-label__status {
    color: #464646;
    text-transform: uppercase;
    margin-top: 2em; }
    .checkout-pane .address-radio-label div.address-radio-label__status .text-small {
      font-size: 0.8rem; }
    .checkout-pane .address-radio-label div.address-radio-label__status i {
      color: #464646;
      font-size: 0.95rem;
      padding-left: 0.2em; }
  .checkout-pane .profile-tooltip {
    position: relative; }
    .checkout-pane .profile-tooltip .profile-tooltip-text {
      visibility: hidden;
      position: absolute;
      top: -75px;
      left: 10%;
      z-index: 10;
      background-color: #464646;
      color: #ffffff;
      text-transform: none;
      font-weight: 400;
      font-size: 0.95em;
      padding: 0.5em;
      width: 50%;
      line-height: 1.2;
      text-align: center;
      border-radius: 4px; }
      .checkout-pane .profile-tooltip .profile-tooltip-text::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #464646;
        background: none;
        transform: rotate(0deg);
        top: 70px;
        left: 63px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .checkout-pane .profile-tooltip .profile-tooltip-text {
          margin-left: -15px; } }
    .checkout-pane .profile-tooltip:hover .profile-tooltip-text {
      visibility: visible; }
  @media (min-width: 1200px) {
    .checkout-pane .form-item-payment-information-add-payment-method-select-address .profile-tooltip-text {
      margin-left: -15px; } }
  .checkout-pane .address-radio-link a {
    font-weight: 500; }
  .checkout-pane.checkout-pane-ergo-commerce-order-summary {
    padding-bottom: 0.25em;
    margin: 0; }
    .checkout-pane.checkout-pane-ergo-commerce-order-summary .commerce-pane__summary-next {
      margin: 1em 0; }
      .checkout-pane.checkout-pane-ergo-commerce-order-summary .commerce-pane__summary-next button {
        width: 100%; }

.checkout-step-inactive h3,
.checkout-pane h3.inactive {
  color: #757575; }

/** Custom Login pane */
.checkout-pane.checkout-pane-ergo-login {
  display: flex;
  flex-direction: row; }
  .checkout-pane.checkout-pane-ergo-login > div {
    width: 45%;
    margin: 0 auto;
    float: none; }
    .checkout-pane.checkout-pane-ergo-login > div h2 {
      font-size: 1.4rem;
      margin-bottom: 1em; }
  @media (max-width: 1024px) {
    .checkout-pane.checkout-pane-ergo-login {
      flex-direction: column-reverse; }
      .checkout-pane.checkout-pane-ergo-login > div {
        width: 95%; } }

/** Coupon pane styles */
.checkout-pane.checkout-pane-coupon-redemption {
  padding: 1em 1.75em;
  margin: 0;
  border-top: 0; }
  @media (max-width: 1024px) {
    .checkout-pane.checkout-pane-coupon-redemption {
      padding-bottom: 1em; } }
  .checkout-pane.checkout-pane-coupon-redemption input {
    /** control width on coupon input */
    max-width: 100%;
    margin-bottom: 1em; }
    .checkout-pane.checkout-pane-coupon-redemption input.button {
      width: 100%; }
    @media (max-width: 1024px) {
      .checkout-pane.checkout-pane-coupon-redemption input {
        max-width: none;
        width: 100%; } }
  .checkout-pane.checkout-pane-coupon-redemption button.no-style,
  .checkout-pane.checkout-pane-coupon-redemption button.no-style:hover {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px; }
  .checkout-pane.checkout-pane-coupon-redemption:not(.open) button .fa-chevron-circle-up,
  .checkout-pane.checkout-pane-coupon-redemption.open button .fa-chevron-circle-down {
    display: none; }
  .checkout-pane.checkout-pane-coupon-redemption.open button.no-style {
    margin-bottom: 10px; }
  .checkout-pane.checkout-pane-coupon-redemption:not(.open) .form-item {
    margin: 0; }
  .checkout-pane.checkout-pane-coupon-redemption:not(.open) .form-wrapper input:not([name='remove_coupon_0']) {
    display: none; }
  .checkout-pane.checkout-pane-coupon-redemption .coupon-redemption-form__coupons table {
    text-align: center; }

.commerce-pane--order-summary .advance-button {
  margin-bottom: 1.5em; }

.commerce-pane--order-summary h3 {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.55em;
  margin-bottom: 1em;
  text-transform: uppercase;
  padding-bottom: 0.5em; }

/** START cart page content */
.block-ergo-cart-expiration .expiration-message {
  margin: 0 0 1em;
  color: #464646;
  margin: 0 1em 1em; }
  .block-ergo-cart-expiration .expiration-message a {
    color: #ad3300; }

.region-content.page--cart .layout-sidebar .sidebar_first {
  position: -webkit-sticky;
  position: sticky;
  top: 80px; }
  @media (max-width: 1024px) {
    .region-content.page--cart .layout-sidebar .sidebar_first #block-ergodynecartreview {
      display: none; } }

@media (max-width: 1024px) {
  .region-content.page--cart .layout-sidebar {
    padding: 0; } }

.cart-review__order-summary .advance-button {
  margin-bottom: 1.5em; }
  .cart-review__order-summary .advance-button button.button {
    width: 100%;
    padding: 0.5em; }
    .cart-review__order-summary .advance-button button.button i {
      color: inherit; }
    .cart-review__order-summary .advance-button button.button:hover i {
      color: inherit; }

#block-checkoutcustomerhelp {
  padding-top: 0.5em; }
  #block-checkoutcustomerhelp a {
    color: #ad3300; }

/** END cart page content */
/** START empty-cart page block */
#block-emptycartblock .section-title h2 {
  font-size: 2rem; }

#block-emptycartblock .cart-section {
  margin: 2em 0;
  padding: 1.5rem; }

/** END empty-cart page block */
/** START ergo_payment_information pane */
.checkout-pane-payment-information .form-item-payment-information-add-payment-method-use-shipping-address {
  margin: 0 auto 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1em; }
  .checkout-pane-payment-information .form-item-payment-information-add-payment-method-use-shipping-address input {
    width: 15px;
    height: 15px; }
  .checkout-pane-payment-information .form-item-payment-information-add-payment-method-use-shipping-address label {
    margin-left: 15px;
    white-space: wrap; }
  .checkout-pane-payment-information .form-item-payment-information-add-payment-method-use-shipping-address + #edit-entity {
    padding: 0 1em;
    width: 100%; }

.checkout-pane-payment-information fieldset legend {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.75em;
  padding-top: 0; }
  .checkout-pane-payment-information fieldset legend + .fieldset-wrapper > div {
    display: flex;
    flex-direction: column; }
    .checkout-pane-payment-information fieldset legend + .fieldset-wrapper > div .form-item:has(.payment-option__details.payment-option__card-message) {
      order: 1; }

.checkout-pane-payment-information .form-item-payment-information-payment-method {
  margin: 4px 0; }
  .checkout-pane-payment-information .form-item-payment-information-payment-method .ajax-progress-throbber {
    display: inline-block;
    line-height: 2.5;
    z-index: 10000;
    position: absolute;
    right: 0; }
    .checkout-pane-payment-information .form-item-payment-information-payment-method .ajax-progress-throbber .throbber {
      padding: 1px 7px 2px; }

.checkout-pane-payment-information strong {
  font-weight: 500; }

.checkout-pane-payment-information .commerce-pane__shipping-summary {
  display: flex;
  flex-direction: row;
  margin: 1em 0 4em;
  padding: 0 1em; }
  .checkout-pane-payment-information .commerce-pane__shipping-summary > div {
    flex: 1;
    margin-bottom: 1em;
    text-align: right; }
    .checkout-pane-payment-information .commerce-pane__shipping-summary > div:first-of-type {
      text-align: left; }
    .checkout-pane-payment-information .commerce-pane__shipping-summary > div:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 544px) {
      .checkout-pane-payment-information .commerce-pane__shipping-summary > div {
        text-align: left; } }
  .checkout-pane-payment-information .commerce-pane__shipping-summary p {
    margin: 0; }
  @media (max-width: 544px) {
    .checkout-pane-payment-information .commerce-pane__shipping-summary {
      flex-direction: column; } }

.checkout-pane-payment-information .payment-option__cvc-input {
  border: 1px solid #464646;
  background-color: #ffede6;
  border-radius: 2px;
  max-width: 92%;
  margin: 0 auto;
  padding: 1em; }
  .checkout-pane-payment-information .payment-option__cvc-input .form-item-payment-information-cvc-input {
    max-width: 92%;
    margin: 0 auto; }
  @media (max-width: 1024px) {
    .checkout-pane-payment-information .payment-option__cvc-input {
      max-width: 100%; }
      .checkout-pane-payment-information .payment-option__cvc-input .form-item-payment-information-cvc-input {
        margin: 0;
        max-width: 100%; } }

.checkout-pane-payment-information #edit-payment-information-add-payment-method {
  max-width: 92%;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .checkout-pane-payment-information #edit-payment-information-add-payment-method {
      margin: 0;
      max-width: 100%; } }

.checkout-pane-payment-information .payment-method-hidden {
  display: none; }

.checkout-pane-payment-information .payment-option__details .js-form-type-textfield {
  position: relative; }
  .checkout-pane-payment-information .payment-option__details .js-form-type-textfield label {
    margin: 0;
    padding: 0;
    border: unset;
    border-radius: unset;
    background-color: unset;
    position: inherit; }
    .checkout-pane-payment-information .payment-option__details .js-form-type-textfield label::before {
      content: '';
      position: inherit;
      border: inherit;
      margin: inherit; }
  .checkout-pane-payment-information .payment-option__details .js-form-type-textfield input[type='text'] {
    position: inherit !important;
    height: unset;
    width: 100px; }

.checkout-pane-payment-information .address-radio-label--same-as-ship {
  margin: -0.5em 3em 0; }

.payment-option__container {
  display: flex;
  flex-direction: column; }
  .payment-option__container .payment-option__details {
    display: none;
    margin: 1em 1em 0.5em 0;
    font-size: 0.9rem; }
  .payment-option__container .payment-option__account {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 0.5em 1em; }
    .payment-option__container .payment-option__account p {
      margin: 0.5em 0; }
  .payment-option__container .payment-option__credit-card {
    display: flex;
    flex-direction: row; }
    .payment-option__container .payment-option__credit-card .credit-card-icon {
      padding-top: 0.25em; }
      .payment-option__container .payment-option__credit-card .credit-card-icon img {
        max-width: 40px; }
    .payment-option__container .payment-option__credit-card .credit-card-details {
      margin-left: 1em;
      flex: 1; }
    @media (max-width: 544px) {
      .payment-option__container .payment-option__credit-card {
        flex-direction: column; }
        .payment-option__container .payment-option__credit-card .credit-card-details {
          margin-left: 0;
          margin-bottom: 1em; } }
  .payment-option__container .payment-option__card-message {
    color: #9b3331;
    margin-top: 1em;
    font-style: italic; }

.form-item-payment-information-payment-method label {
  text-transform: none; }

.form-item-payment-information-payment-method input[type='radio']:checked + label .payment-option__title {
  font-weight: 500; }

.form-item-payment-information-payment-method input[type='radio'].payment-method--stored:checked + label .payment-option__details,
.form-item-payment-information-payment-method input[type='radio'].payment-method--new:checked + label .payment-option__details {
  display: block; }

.order-item-builder {
  padding-top: 1em; }
  .order-item-builder .product-name a {
    color: #000000;
    font-weight: 500; }
  .order-item-builder b {
    font-weight: 500; }

/** END ergo_payment_information pane */
/** START ergo_shipping_information pane */
.checkout-pane-ergo-shipping-information {
  position: relative; }
  .checkout-pane-ergo-shipping-information .shipping-pane-recalculate,
  .checkout-pane-ergo-shipping-information .ajax-progress-throbber {
    display: none; }
  .checkout-pane-ergo-shipping-information .ergo-shipping-radios {
    margin-bottom: 2em; }
    .checkout-pane-ergo-shipping-information .ergo-shipping-radios .ajax-progress-throbber {
      display: inline-block;
      line-height: 2.5;
      z-index: 10000;
      position: absolute;
      right: 0; }
      .checkout-pane-ergo-shipping-information .ergo-shipping-radios .ajax-progress-throbber .throbber {
        padding: 1px 7px 2px; }
    .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios {
      max-width: 92%;
      margin: 0 auto; }
      .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios .form-item-ergo-shipping-information-container-carrier-preference-toplevel {
        width: 88%;
        margin: 0 auto 2em; }
        .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios .form-item-ergo-shipping-information-container-carrier-preference-toplevel select {
          width: 100%; }
        .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios .form-item-ergo-shipping-information-container-carrier-preference-toplevel label {
          margin-top: 0; }
      .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios .form-item-ergo-shipping-information-container-customer-ship-account {
        max-width: 88%;
        margin: 0 auto; }
      .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios #carrier-preference-wrapper {
        max-width: 88%;
        margin: 1em auto 2em; }
        .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios #carrier-preference-wrapper .form-item:first-of-type {
          margin-top: 0; }
        .checkout-pane-ergo-shipping-information .ergo-shipping-radios + .ergo-shipping-radios #carrier-preference-wrapper input:checked + label {
          border: 1px solid #464646;
          background-color: #ffede6;
          border-radius: 2px; }
  .checkout-pane-ergo-shipping-information .loading-spinner-container {
    position: absolute;
    top: 100px;
    width: 93%;
    background-color: #ffffff;
    z-index: 25;
    box-shadow: 0 0 0 1200px rgba(0, 0, 0, 0.7);
    padding: 2em;
    transition: opacity 0.2s;
    visibility: visible; }
    .checkout-pane-ergo-shipping-information .loading-spinner-container.loading-inactive {
      visibility: hidden;
      opacity: 0;
      z-index: -50; }
    .checkout-pane-ergo-shipping-information .loading-spinner-container > div {
      margin: 0 auto; }
  .checkout-pane-ergo-shipping-information .checkout-spinner {
    border: 8px solid #dddddd;
    border-top: 8px solid #ff4c00;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  .checkout-pane-ergo-shipping-information .form-item-ergo-shipping-information-fieldset-address-select-address label {
    text-transform: unset;
    font-weight: 300; }
  .checkout-pane-ergo-shipping-information #edit-ergo-shipping-information-select-address {
    max-width: 92%;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 1024px) {
      .checkout-pane-ergo-shipping-information #edit-ergo-shipping-information-select-address {
        max-width: 100%; } }
  .checkout-pane-ergo-shipping-information .shipping-information__selected-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1em;
    margin: 0 1em;
    border-color: #464646;
    background-color: #ffede6; }
    .checkout-pane-ergo-shipping-information .shipping-information__selected-address .address {
      margin-right: auto; }
      .checkout-pane-ergo-shipping-information .shipping-information__selected-address .address .given-name,
      .checkout-pane-ergo-shipping-information .shipping-information__selected-address .address .family-name {
        display: none; }
      .checkout-pane-ergo-shipping-information .shipping-information__selected-address .address br:first-of-type {
        display: none; }
    .checkout-pane-ergo-shipping-information .shipping-information__selected-address a {
      font-weight: 700; }
  .checkout-pane-ergo-shipping-information span.shipping-option-label {
    font-size: 85%;
    font-weight: 300; }
  .checkout-pane-ergo-shipping-information .form-item-ergo-shipping-information-ship-date {
    padding: 1.5em 4% 0;
    margin: 2em auto 0;
    border-top: 2px solid #dddddd; }
  .checkout-pane-ergo-shipping-information .address-container-inline div {
    flex: 1; }
  @media (max-width: 1024px) {
    .checkout-pane-ergo-shipping-information .address-container-inline {
      display: unset; } }
  .checkout-pane-ergo-shipping-information #ergo-commerce-shipping-addresses-wrap {
    margin-top: 2em; }
    .checkout-pane-ergo-shipping-information #ergo-commerce-shipping-addresses-wrap > div {
      justify-content: center;
      padding-left: 0;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .checkout-pane-ergo-shipping-information #ergo-commerce-shipping-addresses-wrap > div {
          max-width: 100%; } }
  @media (max-width: 1024px) {
    .checkout-pane-ergo-shipping-information .shipping-information__selected-address {
      margin: 0 1em; } }

@media (min-width: 1024px) {
  .order-summary-pane__mobile {
    display: none; } }

@media (max-width: 1024px) {
  .commerce-pane--order-summary > *:not(.order-summary-pane__mobile) {
    display: none; }
  .order-summary-pane__mobile button {
    display: none; }
  .order-summary-pane__mobile .collapsible-header-ctr {
    border-bottom: 0;
    margin-top: 0;
    font-size: 1.25rem; }
  .order-summary-pane__mobile .order-summary-table {
    padding-top: 1em; } }

.shipping-information__new-address {
  padding: 1em 1.5em;
  margin: 0.5em 0;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.55em;
  margin-bottom: 1em; }
  .shipping-information__new-address a {
    color: #000000;
    font-weight: 500;
    padding-left: 10px; }
  @media (max-width: 1024px) {
    .shipping-information__new-address {
      padding-left: 0; } }

#shipping-information__more-modal {
  display: none; }
  #shipping-information__more-modal.active {
    display: initial;
    position: absolute;
    top: 100px;
    width: 93%;
    background-color: #ffffff;
    z-index: 25;
    box-shadow: 0 0 0 1200px rgba(0, 0, 0, 0.7);
    padding: 2em;
    transition: opacity 0.2s; }

.shipping-information__more-addresses a {
  font-weight: 300;
  margin-left: 1.2em; }

/** END ergo_shipping_information pane */
/** START styling for ergo-review pane */
.commerce-pane__review {
  position: relative; }
  .commerce-pane__review .commerce-pane__review__modal-collect-cvv {
    position: fixed;
    top: 15%;
    left: 5%;
    height: 70%;
    width: 90%;
    z-index: 20;
    background-color: #ffffff;
    box-shadow: 0 0 0 1200px rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s; }
    @media screen and (min-width: 1200px) {
      .commerce-pane__review .commerce-pane__review__modal-collect-cvv {
        height: 50%;
        width: 75%;
        left: 12.5%; } }
    .commerce-pane__review .commerce-pane__review__modal-collect-cvv.inactive {
      opacity: 0;
      z-index: -20; }
    .commerce-pane__review .commerce-pane__review__modal-collect-cvv .commerce-pane__review__modal-inner {
      background-color: #ffffff;
      padding: 2em; }
    .commerce-pane__review .commerce-pane__review__modal-collect-cvv .commerce-pane__review__modal-footer a {
      color: #464646; }

/** END styling for ergo-review pane */
/** START styling for ergo-completion pane */
.checkout-pane-ergo-completion-message h2 {
  font-size: 1.75rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.55em;
  margin-bottom: 1em; }

.checkout-pane-ergo-completion-message h2.order-status-msg {
  border-bottom: none;
  margin-bottom: 0; }

.checkout-pane-ergo-completion-message h3 {
  font-size: 1.3rem;
  padding: 0.55em 0; }

.checkout-pane-ergo-completion-message h4 {
  font-size: 1.5em;
  margin-bottom: 30px; }

.checkout-pane-ergo-completion-message .order-item-builder {
  border: none; }

.checkout-pane-ergo-completion-message .section {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .checkout-pane-ergo-completion-message .section:last-of-type {
    border-bottom-width: 0;
    margin-bottom: 0; }

.checkout-pane-ergo-completion-message .text-control-width {
  max-width: 45em;
  margin: 0 auto; }

.checkout-pane-ergo-completion-message .checkout-complete__order-info {
  display: grid;
  grid-template-columns: auto 50%;
  -moz-column-gap: 3em;
  column-gap: 3em;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content; }
  .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas {
    margin: 0 4em; }
    .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas .button {
      width: 100%;
      margin-top: 1em;
      cursor: pointer; }
      .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas .button i {
        color: #000000; }
      .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas .button:hover i {
        color: #ffffff; }
    .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas .eye-icon::before {
      content: '\f06e';
      font-family: 'FontAwesome';
      font-weight: 900;
      padding-right: 5px; }
    .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas .bolt-icon::before {
      content: '\f0e7';
      font-family: 'FontAwesome';
      font-weight: 900;
      padding-right: 5px; }
    .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas #block-checkoutcustomerhelp {
      margin-top: 2rem; }
      .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas #block-checkoutcustomerhelp h2 {
        border-bottom: unset;
        font-size: 1.25rem; }
  @media (max-width: 1200px) {
    .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas {
      margin: 0 2em; } }
  @media (max-width: 1024px) {
    .checkout-pane-ergo-completion-message .checkout-complete__order-info {
      -moz-column-gap: 3em;
      column-gap: 3em; }
      .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-ctas {
        margin: unset; } }
  @media (max-width: 768px) {
    .checkout-pane-ergo-completion-message .checkout-complete__order-info {
      display: flex;
      flex-direction: column-reverse;
      grid-template-columns: unset;
      -moz-column-gap: unset;
      column-gap: unset;
      grid-auto-rows: unset; }
      .checkout-pane-ergo-completion-message .checkout-complete__order-info .checkout-complete__order-info-cols:first-of-type {
        margin-top: 4em; } }

.checkout-pane-ergo-completion-message .checkout-complete__order-summary {
  display: flex;
  justify-content: space-between; }
  .checkout-pane-ergo-completion-message .checkout-complete__order-summary .order-summmary__shipping .field,
  .checkout-pane-ergo-completion-message .checkout-complete__order-summary .order-summary__billing .field {
    flex-direction: column; }
    .checkout-pane-ergo-completion-message .checkout-complete__order-summary .order-summmary__shipping .field h3.field-label,
    .checkout-pane-ergo-completion-message .checkout-complete__order-summary .order-summary__billing .field h3.field-label {
      width: 100%;
      text-transform: capitalize;
      font-size: 1em;
      border-bottom: unset;
      padding: unset; }

.checkout-pane-ergo-completion-message .order-info-cols__set {
  text-align: left;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.55em;
  margin-bottom: 1em; }
  .checkout-pane-ergo-completion-message .order-info-cols__set .field-label {
    font-weight: 500;
    width: 50%;
    margin-bottom: 0.5rem;
    text-transform: capitalize; }
  .checkout-pane-ergo-completion-message .order-info-cols__set:last-of-type {
    border-bottom: unset; }

.checkout-pane-ergo-completion-message .field {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.checkout-pane-ergo-completion-message .summary-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .checkout-pane-ergo-completion-message .summary-item .summary-item-label {
    font-weight: 500;
    width: 50%;
    margin-bottom: 0.5rem;
    text-transform: capitalize; }
  .checkout-pane-ergo-completion-message .summary-item .summary-item-value {
    text-align: right; }
  .checkout-pane-ergo-completion-message .summary-item.grand-total {
    font-size: 140%;
    font-weight: 500;
    margin-bottom: 30px; }

.checkout-pane-ergo-completion-message p.address {
  margin: 0; }

@media print {
  header,
  footer,
  #nav-wrap,
  .region--postfooter,
  .region--preheader,
  .print-button {
    display: none !important; }
  .checkout-complete {
    font-size: 80%; } }

/** END styling for ergo-completion pane */
/** START styling for order-item-builder component */
.order-item-builder__item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
  font-size: 0.8rem;
  padding: 1em 0 1.5em; }
  .order-item-builder__item h3.product-name {
    font-size: 0.85rem;
    text-transform: inherit;
    border: none;
    line-height: 1.3;
    padding-right: 1em; }
    .order-item-builder__item h3.product-name a {
      color: #000000; }
  .order-item-builder__item:last-of-type {
    border-bottom-width: 0;
    padding-bottom: 0; }
  .order-item-builder__item .item__product-image img {
    border: 2px solid #dddddd;
    width: 80%;
    max-width: 100px; }
  .order-item-builder__item .product-color,
  .order-item-builder__item .product-sku,
  .order-item-builder__item .product-quantity {
    padding: 2px 0; }
  .order-item-builder__item .qty-value {
    display: table;
    border: 2px solid #464646;
    padding: 2px 10px;
    min-width: 80px;
    text-align: center; }
  .order-item-builder__item .price {
    text-align: right; }
  .order-item-builder__item .regular-price {
    margin-bottom: 5px; }
  .order-item-builder__item .total-price {
    font-weight: 500;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.95rem; }

/** END order-item-builder component */
/** START order summary */
.order-review__shipping-address,
.order-review__shipping-rate,
.order-review__billing-address,
.order-review__billing-rate {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .order-review__shipping-address,
    .order-review__shipping-rate,
    .order-review__billing-address,
    .order-review__billing-rate {
      flex-direction: row; } }
  .order-review__shipping-address > div:first-child,
  .order-review__shipping-rate > div:first-child,
  .order-review__billing-address > div:first-child,
  .order-review__billing-rate > div:first-child {
    padding-right: 10px; }

.order-review__shipping-address .field-contents p.address,
.order-review__billing-address .field-contents p.address {
  margin: 0; }

/** END order summary */
/** START styling for all checkout panes */
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='tel'],
form input[type='number'],
form input[type='date'],
form input[type='month'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'] {
  background-color: #ffffff; }

form input[type='text'],
form input[type='email'] {
  width: 100%; }

form label {
  margin: 0.5em 0; }

#edit-entity {
  margin: 0 auto;
  width: 92%; }
  #edit-entity .address-container-inline {
    display: flex; }
    #edit-entity .address-container-inline .form-item {
      display: flex;
      flex-direction: column;
      flex-basis: 100%; }
  #edit-entity .form-item {
    margin: 10px 1%; }
    #edit-entity .form-item.form-item-entity-address-0-address-locality {
      flex: 3; }
    #edit-entity .form-item.form-item-entity-address-0-address-administrative-area {
      flex: 2; }
    #edit-entity .form-item.form-item-entity-address-0-address-postal-code {
      flex: 1; }
  @media (max-width: 1024px) {
    #edit-entity {
      width: 100%; }
      #edit-entity .form-item {
        flex: 1; } }
  @media (max-width: 768px) {
    #edit-entity .address-container-inline {
      display: inline-block;
      width: 100%; }
      #edit-entity .address-container-inline .form-item {
        margin-right: 0; } }

@media (max-width: 1024px) {
  .checkout-pane .form-wrapper__login-option a,
  .layout-region-checkout__footer .form-actions a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.5em; }
  .commerce-checkout-flow .form-actions input,
  .layout-region-checkout__footer .form-actions input {
    width: 100%; }
  .checkout-pane-ergo-commerce-order-summary {
    padding-top: 7px;
    padding-bottom: 9px; }
    .checkout-pane-ergo-commerce-order-summary p {
      margin-bottom: 0; }
  .checkout-pane.cart-review__order-summary .advance-button .button {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    width: 100%;
    margin-bottom: 1.5em; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .checkout-pane.cart-review__order-summary .advance-button .button {
      font-size: 0.9em; } }

@media (max-width: 1024px) {
  .cart-review__order-summary .advance-button {
    margin-bottom: 1em; }
  .view-commerce-cart.view-commerce-cart-form .view-header h2 {
    margin-bottom: 1em;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 0.55em;
    margin-bottom: 1em;
    padding-bottom: 0.3em; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .view-commerce-cart.view-commerce-cart-form .view-header h2 {
      font-size: 1.5rem; } }

@media (max-width: 1024px) {
  .order-item-builder {
    margin-top: 1em; }
  /* This is necessary to position the legend in 'Contact information' fieldset
   just like the checkout pane headings */
  .layout-region-checkout__main fieldset.checkout-pane > legend {
    width: 100%;
    float: left;
    margin-bottom: 0.5em; }
  .commerce-checkout-flow-ergo-checkout-flow .form-required-fields {
    margin-bottom: 0.5em; } }

/** START Checkout header steps */
.layout-checkout {
  z-index: 80;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  @media (max-width: 1024px) {
    .layout-checkout .region--header .container {
      width: unset;
      padding: 0; } }
  .layout-checkout .footer--columns-wrap {
    padding: 20px 0; }

.checkout-header > div {
  padding: 0.5em 0;
  color: #ffffff;
  align-self: center; }

.checkout-header .checkout-header__step {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .checkout-header .checkout-header__step.active {
    background-color: #ff4c00; }
  .checkout-header .checkout-header__step > div {
    margin: auto 0;
    padding: 0.25em 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3em; }
    @media (max-width: 1024px) {
      .checkout-header .checkout-header__step > div {
        font-size: 0.75em; } }

@media (max-width: 1024px) {
  .checkout-header .checkout-header__logo {
    text-align: center;
    margin-bottom: 0; }
    .checkout-header .checkout-header__logo img {
      max-width: 60px; } }

.checkout-footer {
  text-align: center; }

.checkout-header img {
  max-width: 95px; }

.checkout-footer img {
  max-width: 120px; }

/** END Checkout header steps */
/** BEGIN styles for ui-widget */
.ui-widget label {
  margin-bottom: 0; }

.ui-widget .js-form-type-checkbox label {
  display: inline-block;
  text-transform: none; }

/** END styles for ui-widget */
@media (max-width: 768px) {
  .layout-content {
    padding: 0 8px; } }

.block-shipperhq-estimate-cart-block {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  padding: 2em; }
  .block-shipperhq-estimate-cart-block .shipperhq-estimate-form {
    margin-top: 0; }
    .block-shipperhq-estimate-cart-block .shipperhq-estimate-form h2 {
      border-bottom: 2px solid #dddddd;
      padding-bottom: 0.5em; }
    .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item {
      width: unset;
      margin: 1em 0.4em; }
      .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item:nth-child(1) {
        flex: 2; }
        .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item:nth-child(1) select {
          width: 100%;
          padding: 5px 10px; }
      .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item:nth-child(2) {
        flex: 1; }
  @media (max-width: 1024px) {
    .block-shipperhq-estimate-cart-block {
      padding: 1.5em; }
      .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline {
        flex-direction: column; }
        .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item {
          margin: 0.5em 0.4em; }
          .block-shipperhq-estimate-cart-block .shipperhq-estimate-form .address-container-inline > .form-item:first-of-type {
            margin-bottom: 0; } }

/* END styling for all checkout panes */
