/*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 -------------------------------*/
.cxa-ordertotals-component {
  float: right;
  padding-right: 0;
  margin-bottom: 30px;
}

.cxa-ordertotals-component .component-content {
  width: 100%;
  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;
}

.cxa-ordertotals-component .component-content > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cxa-ordertotals-component .component-content > *:not(:last-child) {
  margin-bottom: 10px;
}

.cxa-ordertotals-component .component-content > *:not(:first-child) {
  margin-top: 0;
}

.cxa-ordertotals-component .component-content > * {
  width: 100%;
}

.cxa-ordertotals-component .component-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;
}

.cxa-ordertotals-component .component-content > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cxa-ordertotals-component .component-content > div > *:not(:last-child) {
  margin-bottom: 3px;
}

.cxa-ordertotals-component .component-content > div > *:not(:first-child) {
  margin-top: 0;
}

.cxa-ordertotals-component .component-content > div input[type="text"] {
  width: 100%;
}

.cxa-ordertotals-component .component-content > div input[type="password"] {
  width: 100%;
}

.cxa-ordertotals-component .component-content > div select {
  width: 100%;
}

.cxa-ordertotals-component .component-content > div > label {
  margin-right: 3px;
}

.cxa-ordertotals-component .component-content input[type='radio'] + label {
  margin-right: 3px;
}

.cxa-ordertotals-component .component-content input[type='checkbox'] + label {
  margin-right: 3px;
}

.cxa-ordertotals-component .component-content > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cxa-ordertotals-component .component-content .order-totals-header {
  margin-top: 30px;
  margin-bottom: 0;
}

.cxa-ordertotals-component .component-content .order-totals-header strong {
  font-size: 16px;
  font-weight: bold;
  color: #383c41;
}

.cxa-ordertotals-component .component-content #order-totals-summary {
  margin-top: 15px;
  margin-bottom: 0;
}

.cxa-ordertotals-component .component-content .order-totals-summary-line {
  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: true;
  -ms-flex-align: true;
  align-items: true;
  -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;
  line-height: 28px;
  margin-bottom: 4px;
  margin: auto;
  width: 100%;
}

.cxa-ordertotals-component .component-content .order-totals-summary-line > * {
  -ms-flex-item-align: true;
  -ms-grid-row-align: true;
  align-self: true;
}

.cxa-ordertotals-component .component-content .order-totals-summary-line > * {
  margin: 0;
}

.cxa-ordertotals-component .component-content .tax-total {
  padding-bottom: 36px;
  border-bottom: 1px solid #e2e3e5;
}

.cxa-ordertotals-component .component-content .summary-amount {
  font-size: 18px;
  font-weight: bold;
  color: #383c41;
}

.cxa-ordertotals-component .component-content .savings-total .summary-amount {
  color: #DE5248;
}

.cxa-ordertotals-component .component-content .order-total {
  padding-top: 26px;
}

.cxa-ordertotals-component .component-content .order-total .summary-text {
  font-size: 14px;
  font-weight: bold;
  color: #383c41;
}

.cxa-ordertotals-component .component-content .order-total .summary-amount {
  font-size: 30px;
  font-weight: bold;
  color: #0e909f;
}
