/* ### webshop ### */
.products-box-inner { margin-bottom: 20px; padding: 20px; color: #000; background: #fff; border-radius: 5px; }
.products-box-inner h3 { font-size: 1.0rem; }
.products-box-inner img { width: 100%; margin-bottom: 10px; border-radius: 5px; }
.button { padding: 10px 20px; font-size: 0.9rem; color: #fff; border-radius: 5px; background: #272bcd; transition: all 0.5s ease; text-align: center; text-decoration: none !important; width: auto; float: left; }
.button:hover { background: #ecce3e; }
.button-center { float: none; }
.button2 { margin-left: 10px; }
.product-form input[type="text"], .product-form input[type="email"], .product-form textarea { margin-bottom: 10px; padding: 15px 20px; font-size: 0.9rem; color: #000; width: 100%; border: 0; border-radius: 5px; transition: all 0.5s ease; text-align: left; text-decoration: none !important; }
.product-form select { margin-bottom: 10px; padding: 15px 20px; font-size: 0.9rem; color: #000; width: 100%; border: 0; border-radius: 5px; transition: all 0.5s ease; text-align: center; text-decoration: none !important; text-align: left; }
.product-form input[type="submit"] { padding: 10px 20px; font-size: 0.9rem; color: #fff; border: 0; width: auto; border-radius: 5px; background: #272bcd; transition: all 0.5s ease; text-align: center; text-decoration: none !important; }
textarea { height: 200px; }
.order-table { width: 100%; }
.delete-button, .refresh-button { width: 20px; }
.delete-button { margin-top: 3px; }
.form2 input[type="number"] { padding: 5px 20px; }
.product-form td { padding-right: 20px; }
.clear { padding: 50px 0; width: 100%; }
.clear2 { clear: both; margin-bottom: 20px; }
.divider { width: 100%; height: 1px; background: #fff; }
.small { width: auto; }
.products_box-image img { border-radius: 50%; border: 10px solid #272bcd; }
.orderBox { color: #000; }
.orderBox .row { margin-left: -15px; }
.orderBox a { text-decoration: underline; color: #000; }
.orderBox a:hover { color: #0062b7; }
.button { color: #fff !important; }
.products-box-price-blue { float: left; padding: 10px 20px; background: #006bc3; border-radius: 20px; }
.products-box-price-blue p { margin: 0; color: #fff; }
.products_box-image img { margin-bottom: 50px; }
.label { float: left; font-weight: bold; }
.field { float: left; }
.text-right { text-align: right; }
.important { font-size: 0.8rem; font-style: italic; }
.urgent { font-weight: bold; color: #272bcd !important; }
input[type="radio"] { width: 20px; height: 20px; }

.cfield { display: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  padding-top: 10px;
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
	border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  margin-top: -10px;
  font-family: sans-serif;
  max-width: 3rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1.2rem;

  font-weight: bold;
  text-align: center;
  color:#000;
}