.uni-cpo-cart-action {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  font-size: 1.41575em;
  text-indent: -9999px;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  cursor: pointer;
}
.uni-cpo-cart-action:before {
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}
.uni-cpo-cart-action.uni-cpo-action-duplicate:before {
  content: "\f24d";
  color: #91d6f6;
}
.uni-cpo-cart-action.uni-cpo-action-edit:before {
  content: "\f044";
  color: #d491f6;
}
.uni-cpo-cart-action.uni-cpo-action-edit-inline:before {
  content: "\f044";
  color: #d491f6;
}

.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper {
  padding-bottom: 15px;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper > label {
  display: block;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper span > label {
  margin-right: 10px;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper input {
  padding: 0 0.5em;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper input[type=text],
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper input[type=number],
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper textarea {
  width: 200px;
  max-width: 100%;
  height: 36px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper input[type=text]:disabled,
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper input[type=number]:disabled,
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper textarea:disabled {
  border-color: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper textarea {
  height: 80px;
  max-width: 100%;
  padding: 4px 10px;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper select {
  width: 200px;
  max-width: 100%;
  height: 36px;
  padding: 0 30px 0 6px !important;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: url(../images/arrow.svg) no-repeat right center #fff;
  box-shadow: none !important;
  color: #000000;
  font-size: 14px;
  border-radius: 3px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}
.cpo-cart-item-edit-form .cpo-cart-item-option-wrapper select:disabled {
  border-color: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  background-image: url(../images/arrow-gray.svg);
}

/* Module: datepicker */
.uni-admin-order-datepicker-input-wrap {
  display: inline-block;
  position: relative;
}
.uni-admin-order-datepicker-input-wrap input {
  width: 200px;
  max-width: 100%;
  height: 36px !important;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
.uni-admin-order-datepicker-input-wrap i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Parsley validation */
.cpo-cart-item-edit-form .parsley-errors-list {
  position: absolute !important;
  display: block !important;
  right: 0 !important;
  min-width: 100px;
  line-height: 18px !important;
  margin: 0px !important;
  padding: 0px !important;
  background-color: transparent !important;
  list-style: none !important;
  z-index: 2 !important;
  clear: both !important;
  opacity: 0;
}
.cpo-cart-item-edit-form .parsley-errors-list:empty {
  display: none !important;
}
.cpo-cart-item-edit-form .parsley-errors-list li {
  margin: 0px !important;
  padding: 1px 6px 2px !important;
  line-height: 16px;
  background-color: #f75555 !important;
  color: #fff !important;
  font-size: 12px !important;
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error,
div.parsley-error label span.uni-cpo-option-label__radio,
div.parsley-error label span.uni-cpo-option-label__checkbox {
  border-color: #f75555;
}

/* Flatpickr calendar */
.flatpickr-current-month input.cur-year {
  border-color: transparent !important;
  box-shadow: none;
}
.flatpickr-current-month .numInputWrapper:hover,
.flatpickr-current-month span.cur-month:hover {
  background: transparent;
}

span.flatpickr-weekday {
  font-size: 12px !important;
}

.flatpickr-day {
  line-height: 35px !important;
  transition: all 0.2s ease;
}
.flatpickr-day:hover {
  color: #fff;
}

.flatpickr-calendar.open {
  z-index: 99999;
}

span.cpo-cart-discount-info {
  margin-left: 5px;
  color: #0bb30b;
}

/*# sourceMappingURL=cart.css.map*/