.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 6px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  /* border: 0px solid #ffffff; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 26px;
}

.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-radios input[type="radio"]#base-color-1 + label span {
  background-color: #c01920;
}
.custom-radios input[type="radio"]#base-color-2 + label span {
  background-color: #f0831e;
}
.custom-radios input[type="radio"]#base-color-3 + label span {
  background-color: #fed201;
}
.custom-radios input[type="radio"]#base-color-4 + label span {
  background-color: #007e3e;
}
.custom-radios input[type="radio"]#base-color-5 + label span {
  background-color: #0059e9;
}
.custom-radios input[type="radio"]#base-color-6 + label span {
  background-color: #fff;
}
.custom-radios input[type="radio"]#base-color-7 + label span {
  background-color: #aba7a6;
}
.custom-radios input[type="radio"]#base-color-8 + label span {
  background-color: #000;
}


.custom-radios input[type="radio"]#words-color-1 + label span {
  background-color: #c01920;
}
.custom-radios input[type="radio"]#words-color-2 + label span {
  background-color: #f0831e;
}
.custom-radios input[type="radio"]#words-color-3 + label span {
  background-color: #fed201;
}
.custom-radios input[type="radio"]#words-color-4 + label span {
  background-color: #007e3e;
}
.custom-radios input[type="radio"]#words-color-5 + label span {
  background-color: #0059e9;
}
.custom-radios input[type="radio"]#words-color-6 + label span {
  background-color: #fff;
}
.custom-radios input[type="radio"]#words-color-7 + label span {
  background-color: #aba7a6;
}
.custom-radios input[type="radio"]#words-color-8 + label span {
  background-color: #000;
}


.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

/*  SVG form	*/
.st0{fill:#FFFFFF;}
.st1{opacity:0.4;}
.st2{opacity:0.2;}
.st3{fill:none;stroke:#222222;stroke-width:0.8487;stroke-miterlimit:10;}
.st4{fill:#007E3E;}


small {
	color: #888;
	margin: 0px;
	padding: 0px;
}


/*  form	*/

.colors-box {
	background-color: #333;
	padding: 10px 0px 10px 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	color: #888;
}

.total-price {
	background-color: #333;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	color: #888;
}

.price {
	font-weight: bold;
	font-size: 24px;

}

.order-form input {
	font-size: 16px;
	background-color: #333;
	padding: 20px 18px;
}

.order-form input::placeholder {
    color: #888 !important;
    opacity: 1; /* Firefox */
}

.order-form input:hover, .order-form input {
    color: #fff !important;
}

.order-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #888 !important;
}

.order-form input::-ms-input-placeholder { /* Microsoft Edge */
   color: #888 !important;
