.remove-item {
  position: relative;
  margin-top: 8px;
}
.close {
  position: absolute;
  right: 32px;
  /* top: 32px; */
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/* Quantity buttons */

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 45px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  position: relative;
  left: -4px;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0;
  position: relative;
  left: -8px;
}
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }

  /* END Quantity Buttons */

  #remove-customer {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .customer-container {
    position: relative;
  }

  .customer-container p {
    margin: 0;
  }

  #productListContainer p {
    margin: 0;
  }

  .select-products-container {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 6rem);
  }

  .select-products-container-list {
    overflow-y: scroll;
    max-height: calc(100vh - 25rem);
  }

  /* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

#create-order {
  display: none;
}

#after-buttons {
  display: none;
}

#order-detail-container p {
  margin: 0;
}

.total-line-price {
  margin-top: 8px;
}

#delete-success-msg {
  display: none;
}

#success-msg {
  display: none;
}

.register .helptext {
  display: none;
}

.link-disabled {
  pointer-events: none;
}

.custom-link {
  cursor: pointer;
}

.select2-container {
  display: block !important;
}


.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 5px !important;
}

@media only screen and (min-width: 420px) { 
  .custom-fancy-class {
    width: calc(100vw - 10rem);
    height: calc(100vh - 10rem);
  }
}

@media only screen and (min-width: 1200px) {
  .custom-fancy-class {
   max-width: 1360px;
  }
}

.already_added {
  color: rgba(146,106,0,1);
}

.variant-list .label-already-added {
  background-color: #efefef;
  opacity: 0.7;
}

.select-products-container-list .product-already-added {
  background-color: #efefef;
  opacity: 0.7;
}

.input-group-prepend .discount-symbol {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.input-group .discount-symbol-input {
  height: unset;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}