/* omni-Finance Payment Gateway CSS Start  */

.autify-omni-finance .omnifinance-checkout {
  color: #000d00 !important;
}

.autify-omni-finance .omnifinance-checkout .billing-address-text-match span {
  font-size: 16px;
}

.autify-omni-finance .omnifinance-checkout .omnifinance-core h4.title-small {
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 40px 0 10px 0;
}

.autify-omni-finance .omnifinance-checkout .omnifinance-core p.repayment-text {
  color: #7f7f7f;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-bottom: 30px;
}

.autify-omni-finance .omnifinance-checkout .omnifinance-core .title-terms-length {
  font-size: 16px;
  font-weight: 700;
}

.autify-omni-finance .omnifinance-checkout select#omni-finance-options {
  background-color: transparent;
  color: #7f7f7f;
  max-width: 330px;
}

.autify-omni-finance .omnifinance-checkout select {
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.autify-omni-finance .omnifinance-checkout .omnifinance-summary {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  ul#finance-calculator-summary {
  padding: 20px 5px;
  margin: 0px 0 20px 0;
  list-style-type: none;
  width: 100%;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  #finance-calculator-summary {
  float: left;
  border: 1px solid #e8e8e8;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  ul#finance-calculator-summary
  li {
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  float: left;
  width: 100%;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  ul#finance-calculator-summary
  li
  label {
  float: left;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  #finance-calculator-summary
  .value {
  float: right;
}

.autify-omni-finance
  .omnifinance-checkout
  .omnifinance-summary
  ul#finance-calculator-summary
  li:last-child {
  font-weight: bold;
}

@media (min-width: 768px) {
  .autify-omni-finance .actions-toolbar .primary {
    float: right;
    margin: 0;
    background-color: unset;
  }
}

@media (max-width: 768px) {
  .autify-omni-finance .actions-toolbar .primary {
    width: 100%;
  }
}

.autify-omni-finance .actions-toolbar .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.2rem;
}

.autify-omni-finance .actions-toolbar .primary .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 0;
  border-radius: 4px;
}

.autify-omni-finance .deposit-text-area {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.autify-omni-finance .omnifinance-checkout span#minus-icon {
  font-size: 39px;
  line-height: 38px;
  left: 0;
}

.autify-omni-finance .omnifinance-checkout span#minus-icon,
.autify-omni-finance .omnifinance-checkout span#plus-icon {
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 38px;
  font-size: 39px;
  color: #c09a5e;
  border: 1px solid rgba(29, 29, 29, 0.1);
  position: absolute;
  top: 0;
  cursor: pointer;
}

.autify-omni-finance .omnifinance-checkout span#plus-icon {
  right: 0;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area {
  border-color: rgba(29, 29, 29, 0.1);
  padding: 0 50px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #303030;
  font-size: 16px;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area {
  /* width: 73.3%; */
  float: right;
  margin: 0 !important;
  border: 1px solid rgba(29, 29, 29, 0.1);
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area input[type=number] {
  box-shadow: none;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area .currency-symbol {
  float: left;
  width: 43%;
  font-weight: bold;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area .currency-symbol {
  text-align: right;
}

.autify-omni-finance .omnifinance-checkout input.value.deposit_amount {
  background-color: transparent;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area input {
  font-weight: bold !important;
}

.autify-omni-finance .omnifinance-checkout .deposit-input-area input {
  float: left;
  border: 0;
  height: auto;
  margin: 0;
  width: 50%;
  text-align: left;
  background-color: transparent;
  height: 50px;
  color: #1d1d1d;
  font-size: 16px;
  padding-left: 5px;
}

.autify-omni-finance div.ui-slider-horizontal {
  height: 15px;
  border-radius: 0;
  background: rgb(192 154 94 / 0.5);
  display: inline-block;
  width: 100%;
  float: left;
  border: none;
}

.autify-omni-finance .ui-slider {
  position: relative;
  text-align: left;
}

.autify-omni-finance div.ui-slider .ui-slider-handle {
  background-color: #c09a5e;
  height: 15px;
  border-radius: 0;
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.autify-omni-finance .ui-slider-handle {
  width: 10px;
  background: #f98b25;
  display: block;
}

#omni-finance-placeorder-click .action.primary:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.autify-omni-finance .omnifinance-core .omnifinance-options-area {
    clear: both;
    padding-top: 40px;
}

.autify-omni-finance .omnifinance-core .omnifinance-options-area .repayment-condition {
    margin-top: 0px !important;
}

.autify-omni-finance .error-message-omni,
.autify-omni-finance .message-error.error.message {
  margin: 10px auto !important;
  text-align: center;
  display: none;
  color: red;
}

.autify-omni-finance .deposit-input-area input[type="number"] {
  -moz-appearance: textfield;
}

.omnifinance-checkout .checkout-timeout-message span {
  margin: 0 0 10px;
  padding: 12px 20px 12px 20px;
  display: block;
  font-size: 16px;
  background: #e5efe5;
  color: #006400;
  position: relative;
}

.omnifinance-checkout .checkout-timeout-message span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #006400;
  font-family: 'Font Awesome 5 Free';
  vertical-align: middle;
  display: inline-block;
  font-weight: 900;
  content: '\f058';
  padding-right: 5px;
}

/* omni-Finance Payment Gateway CSS End  */