@charset "UTF-8";
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
.component.cxa-checkoutbilling-component .component-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .component-content > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .component-content > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .component-content > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .contact-info-section {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.component.cxa-checkoutbilling-component .contact-info-section h4 {
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > * {
  margin: 0;
}

@media (max-width: 991px) {
  .component.cxa-checkoutbilling-component .contact-info-section .contact-info-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > * {
  -ms-flex-preferred-size: 44.7%;
  flex-basis: 44.7%;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .contact-info-section .contact-info-form input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .apply-credit-card-toggle {
  display: block;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > * {
  margin: 0;
}

@media (max-width: 991px) {
  .component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > * {
  -ms-flex-preferred-size: 44.7%;
  flex-basis: 44.7%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount > div > label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .payment-amount .validate-payment-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .credit-card-payment-form .payment-method .show-payment {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container h4,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container h4 {
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div > *:not(:last-child),
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div > *:not(:first-child),
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div input[type="text"],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div input[type="password"],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div select,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container > div > label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container > div > label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container input[type='radio'] + label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container input[type='checkbox'] + label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > * {
  margin: 0;
}

@media (max-width: 991px) {
  .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details,
  .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > *,
  .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > * {
  -ms-flex-preferred-size: 44.7%;
  flex-basis: 44.7%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div > *,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div > *:not(:last-child),
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div > *:not(:first-child),
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div input[type="text"],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div input[type="password"],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details > div select,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio'] + label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox'] + label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-toggle {
  display: block;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section h4 {
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content > div > label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > *:not(:last-child) {
  margin-right: 10px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > *:not(:first-child) {
  margin-left: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance > div > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-method-id-textbox {
  width: 355px;
}

@media (max-width: 575px) {
  .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-method-id-textbox {
    width: 100%;
  }
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > *:not(:last-child) {
  margin-right: 10px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > *:not(:first-child) {
  margin-left: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount > div > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment-amount-textbox {
  width: 355px;
}

@media (max-width: 575px) {
  .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment-amount-textbox {
    width: 100%;
  }
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > *:not(:last-child) {
  margin-right: 5px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > *:not(:first-child) {
  margin-left: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment > div > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > *:not(:last-child) {
  margin-right: 10px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > *:not(:first-child) {
  margin-left: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status > div > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > div > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .billing-summary {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary h4 {
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .billing-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary > * {
  margin: 0;
}

@media (max-width: 991px) {
  .component.cxa-checkoutbilling-component .billing-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-checkoutbilling-component .billing-summary > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-checkoutbilling-component .billing-summary > * {
  -ms-flex-preferred-size: 44.7%;
  flex-basis: 44.7%;
}

.component.cxa-checkoutbilling-component .billing-summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .billing-summary > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .billing-summary > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  align-items: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > div > label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary .payment-summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 24px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary .payment-summary > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary .payment-summary > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  align-items: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > * {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div > *:not(:first-child) {
  margin-top: 0;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div input[type="text"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div input[type="password"] {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div select {
  width: 100%;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > div > label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary input[type='radio'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary input[type='checkbox'] + label {
  margin-right: 3px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary .order-summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 24px;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary .order-summary > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary .order-summary > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component .buttons-row {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e2e3e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .buttons-row h4 {
  margin-bottom: 15px;
}

.component.cxa-checkoutbilling-component .buttons-row > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-checkoutbilling-component .buttons-row > * {
  margin: 0;
}

.component.cxa-checkoutbilling-component h4 {
  font-size: 18px;
  color: #383c41;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component h4 span {
  font-size: 18px;
  color: #383c41;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .billing-discount {
  color: #DE5248 !important;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='text'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='text']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='text']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='text']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='text']:disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='text'].disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='text'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .contact-info-form input[type='text'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='password'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='password']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='password']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='password']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='password']:disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='password'].disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='password'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .contact-info-form input[type='password'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  padding: 5px;
  border-radius: 50px;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='radio'].disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='radio'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .contact-info-form input[type='radio'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:checked, .component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='radio']:checked:after {
  content: ' ';
  font-size: 18px;
  color: #0e909f;
  background-color: #0e909f;
  border-color: #0e909f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  text-align: center;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox'].disabled, .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:active, .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:checked, .component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .contact-info-form input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 18px;
  color: #0e909f;
  border-color: #0e909f;
  padding-top: 3px;
  display: inline-block;
}

.component.cxa-checkoutbilling-component .contact-info-form select {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: menulist;
  padding: 0 8px;
}

.component.cxa-checkoutbilling-component .contact-info-form select:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form select:active, .component.cxa-checkoutbilling-component .contact-info-form select:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .contact-info-form select:disabled, .component.cxa-checkoutbilling-component .contact-info-form select.disabled, .component.cxa-checkoutbilling-component .contact-info-form select[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .contact-info-form select {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .contact-info-form label {
  color: #6b717b;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .apply-credit-card-toggle {
  color: #0088cc;
  font-size: 14px;
}

.component.cxa-checkoutbilling-component .apply-credit-card-toggle:hover {
  color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-credit-card-toggle:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}

.component.cxa-checkoutbilling-component .apply-credit-card-toggle.open:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='text'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='password'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  padding: 5px;
  border-radius: 50px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:checked, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='radio']:checked:after {
  content: ' ';
  font-size: 18px;
  color: #0e909f;
  background-color: #0e909f;
  border-color: #0e909f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  text-align: center;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:checked, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 18px;
  color: #0e909f;
  border-color: #0e909f;
  padding-top: 3px;
  display: inline-block;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: menulist;
  padding: 0 8px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select.disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount select {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount label {
  color: #6b717b;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn {
  border: 2px solid #0e909f;
  font-size: 14px !important;
  font-weight: 400;
  height: 34px;
  text-align: center !important;
  background: #0e909f;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  padding: 4px 25px 4px 25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px 8px 25px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:hover {
  background: #0d8896 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:active {
  background: #0c7783 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn.disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .payment-amount .validate-payment-btn span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text']:hover,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text']:focus,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='text'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text']:disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text'].disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text'][disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='text'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password']:hover,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password']:focus,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='password'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password']:disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password'].disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password'][disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='password'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  padding: 5px;
  border-radius: 50px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:hover,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:focus,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio'].disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio'][disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:checked, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:checked:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:checked,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='radio']:checked:after,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='radio']:checked:after {
  content: ' ';
  font-size: 18px;
  color: #0e909f;
  background-color: #0e909f;
  border-color: #0e909f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  text-align: center;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:hover,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:focus,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox'].disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox'],
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox'].disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox'][disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:checked, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:checked:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:checked,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details input[type='checkbox']:checked:after,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 18px;
  color: #0e909f;
  border-color: #0e909f;
  padding-top: 3px;
  display: inline-block;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: menulist;
  padding: 0 8px;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select:hover,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select:active, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select:focus,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select:active,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select:disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select.disabled, .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details select,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select:disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select.disabled,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select[disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details select {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-paycard-container .billing-addresss-details label,
.component.cxa-checkoutbilling-component .credit-card-payment-section .billing-address-container .billing-addresss-details label {
  color: #6b717b;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .apply-gift-card-toggle {
  color: #0088cc;
  font-size: 14px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-toggle:hover {
  color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-gift-card-toggle:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-toggle.open:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='text'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='password'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  padding: 5px;
  border-radius: 50px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:checked, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='radio']:checked:after {
  content: ' ';
  font-size: 18px;
  color: #0e909f;
  background-color: #0e909f;
  border-color: #0e909f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  text-align: center;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:checked, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 18px;
  color: #0e909f;
  border-color: #0e909f;
  padding-top: 3px;
  display: inline-block;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: menulist;
  padding: 0 8px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance select {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance label {
  color: #6b717b;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button {
  border: 2px solid #0e909f;
  background: #fff;
  color: #0e909f;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:hover {
  background: #0d8896;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:active {
  background: #0c7783;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:hover span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance button:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-balance .payment-get-balance span {
  font-size: 18px;
  font-weight: bold;
  color: #383c41;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='text'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password'] {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='password'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  padding: 5px;
  border-radius: 50px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:checked, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='radio']:checked:after {
  content: ' ';
  font-size: 18px;
  color: #0e909f;
  background-color: #0e909f;
  border-color: #0e909f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox'] {
  -webkit-appearance: none;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  text-align: center;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox'].disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox'][disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox'] {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:checked, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:checked:active {
  font-weight: 400;
  color: #0e909f;
  border-color: #0e909f;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 18px;
  color: #0e909f;
  border-color: #0e909f;
  padding-top: 3px;
  display: inline-block;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: menulist;
  padding: 0 8px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount select {
  background-color: #f0f0f0;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount label {
  color: #6b717b;
  font-weight: 600;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn {
  border: 2px solid #0e909f;
  background: #fff;
  color: #0e909f;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:hover {
  background: #0d8896;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:active {
  background: #0c7783;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:hover span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .apply-full-amount-btn:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn {
  border: 2px solid #0e909f;
  font-size: 14px !important;
  font-weight: 400;
  height: 34px;
  text-align: center !important;
  background: #0e909f;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  padding: 4px 25px 4px 25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:hover {
  background: #0d8896 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:active {
  background: #0c7783 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .apply-gif-card-amount .payment .gift-card-payment-btn span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info > span:first-child {
  display: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount {
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  color: #747a83;
  border: solid 1px #b9bcc1;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  width: 175px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number:hover,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount:hover {
  border-color: #b8bbc0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number:focus,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount:active,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount:focus {
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount:disabled,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount.disabled,
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount[disabled],
fieldset[disabled]
.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount {
  background-color: #f0f0f0;
}

@media (max-width: 575px) {
  .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number,
  .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-aplied-amount {
    width: 100%;
  }
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .applied-gift-card-info .giftcard-payment-number + span {
  display: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link {
  border: 2px solid #dc291e;
  background: #fff;
  color: #dc291e;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
  width: 120px;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:active, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:hover {
  background: #d3271d;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:active {
  background: #c1241a;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link.disabled, .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:hover {
  color: #fff;
  background-color: #dd291e;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:hover span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .apply-gift-card-section .apply-gif-card-content .giftcard-status .remove-gift-card-link:active {
  color: #fff;
  background-color: #db291e;
}

.component.cxa-checkoutbilling-component .billing-summary .payment-total {
  font-size: 18px;
  font-weight: bold;
  color: #383c41;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-payment-summary .payment-summary > div > span {
  font-size: 18px;
  font-weight: bold;
  color: #383c41;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary .order-summary > span:last-child {
  font-size: 18px;
  font-weight: bold;
  color: #383c41;
}

.component.cxa-checkoutbilling-component .billing-summary .billing-total-summary .order-summary-discount {
  color: #DE5248;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button {
  border: 2px solid #0e909f;
  background: #fff;
  color: #0e909f;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px 8px 25px;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:active, .component.cxa-checkoutbilling-component .buttons-row .previous-button:hover {
  background: #0d8896;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:active {
  background: #0c7783;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:disabled, .component.cxa-checkoutbilling-component .buttons-row .previous-button.disabled, .component.cxa-checkoutbilling-component .buttons-row .previous-button[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .buttons-row .previous-button {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:hover span {
  color: #fff;
}

.component.cxa-checkoutbilling-component .buttons-row .previous-button:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button {
  border: 2px solid #0e909f;
  font-size: 14px !important;
  font-weight: 400;
  height: 34px;
  text-align: center !important;
  background: #0e909f;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  padding: 4px 25px 4px 25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px 8px 25px;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:active, .component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:hover {
  background: #0d8896 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:active {
  background: #0c7783 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:disabled, .component.cxa-checkoutbilling-component .buttons-row .to-confirm-button.disabled, .component.cxa-checkoutbilling-component .buttons-row .to-confirm-button[disabled],
fieldset[disabled] .component.cxa-checkoutbilling-component .buttons-row .to-confirm-button {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-checkoutbilling-component .buttons-row .to-confirm-button span {
  color: #fff;
}
