.beautysociety-checkout-order-summary-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 45px;
    margin-bottom: 119px;
}

.beautysociety-checkout-order-summary-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.beautysociety-checkout-order-summary-title-container > div {
    width: 100%;
    flex: 1;
}

.beautysociety-checkout-order-summary-title-container > div:first-child {
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 24px;
}

.beautysociety-checkout-order-summary-title-container > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    color: #151514;
}

.beautysociety-checkout-order-summary-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-image {
    width: 66px;
    max-width: 66px !important;
    height: 66px;
}

.beautysociety-checkout-user-details-order-summarry-button-container {
    display: flex;
    justify-content: flex-end;
}

.beautysociety-checkout-order-summary-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.beautysociety-checkout-order-summary-text-container-inner {
    display: flex;
    flex-direction: column;
}

.beautysociety-checkout-order-summary-text-title {
    font-family: 'FeatureDisplay-Regular';
    font-size: 16px;
    color: #151514;
}

.beautysociety-checkout-order-summary-text-sub-title {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
}

.beautysociety-checkout-order-summary-rewards {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-family: 'SuisseIntl-Light';
    font-size: 11px;
    font-weight: 300;
    color: #B8987D;
}

.beautysociety-checkout-order-summary-price-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-shrink: 0;
}

.beautysociety-checkout-order-summary-price-old {
    margin-bottom: 5px;
}

.beautysociety-checkout-order-summary-price-current {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    color: #151514;
}

.beautysociety-checkout-order-summary-cash-rewards-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
}

.beautysociety-checkout-order-summary-cash-rewards-title-container > div:first-child {
    font-family: 'SuisseIntl-Regular';
    font-size: 11px;
    font-weight: bold;
}

.beautysociety-checkout-order-summary-cash-rewards-title-container > div:last-child {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
}

.beautysociety-checkout-order-summary-cash-rewards-buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.beautysociety-checkout-order-summary-cash-rewards-buttons > svg:hover {
    cursor: pointer;
}

.beautysociety-checkout-order-summary-cash-rewards-input {
    width: 100px;
    padding: 14px 20px 14px 20px !important;
    border-radius: 6px;
}

.beautysociety-checkout-order-summary-cash-rewards-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.beautysociety-checkout-order-summary-cash-rewards-container {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-subtotal-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-subtotal-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.beautysociety-checkout-order-summary-subtotal-inner-price {
    font-family: 'SuisseIntl-Medium';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-subtotal-inner-price-saved {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-promo-code-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-promo-code-inner {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.beautysociety-checkout-order-summary-promo-code-title {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
    flex-shrink: 0;
}

.beautysociety-checkout-order-summary-promo-code-discount-price {
    flex-shrink: 0;
}

.beautysociety-checkout-order-summary-promo-code-discount-price-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.beautysociety-checkout-order-summary-promo-code-discount-code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 46px;
    border: 1px solid #151514;
    border-radius: 100px;
    text-transform: uppercase;
    margin-right: 0;
    padding: 14px 23px 14px 23px;
    font-family: 'SuisseIntl-Light';
    border-color: #151514;
    color: #151514;
}

.beautysociety-checkout-order-summary-promo-code-input {
    padding: 14px 20px 14px 20px !important;
    border-radius: 100px;
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-shipping-tax-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-shipping-tax-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-total-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-checkout-order-summary-total-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.beautysociety-checkout-order-summary-total-price-row-value {
    font-family: 'SuisseIntl-Medium';
    font-size: 18px;
    font-weight: 500;
}

.beautysociety-checkout-order-summary-button-container {
    display: flex;
    justify-content: flex-end;
}

.beautysociety-checkout-order-summary-cash-rewards-title-container-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.beautysociety-checkout-order-summary-subtotal-title,
.beautysociety-checkout-order-summary-business-bank-title,
.beautysociety-checkout-order-summary-total-due-title {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-total-title {
    font-size: 18px !important;
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
}

.beautysociety-checkout-order-summary-business-bank-value {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-checkout-order-summary-total-due-value {
    font-family: 'SuisseIntl-Medium';
    font-size: 14px;
    font-weight: 500;
}

.beautysociety-checkout-order-summary-total-savings-value {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.beautysociety-checkout-order-summary-price-free {
    color: #151514 !important;
}

.beautysociety-checkout-order-summary-price-current {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    color: #151514;
}

.beautysociety-viewcart-container-inner-row-promo-code-discount-price {
    flex-shrink: 0;
}

.beautysociety-checkout-order-summary-price-quantity-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.beautysociety-checkout-order-summary-quantity-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.beautysociety-checkout-order-summary-quantity-value {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    color: #939393;
}