.cw-configurator {
    background-color: #1c2427;
	padding-bottom: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #ff824f;
	
}

/* Title wrapper */
/* Title wrapper full width */
.cw-title-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #13181a;
  border: 1px solid #1d2427;
  display: flex;
  align-items: center;
}
/* Title text */
.cw-title-wrapper .cw-title {
  color: #ff824f;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 10px;
  margin: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 15px;
}
}

/* section spacing */
.cw-section { margin-bottom: 12px; }

/* Thick box / checkbox styling */
.cw-checkbox {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px;
    color: #a4b4b2;
	padding-left: 10px;
}

.cw-checkbox input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #ff3c0f;
}

/* label text */
.cw-part-label {
    flex: 1;
    text-align: left;
    color: #a4b4b2;
    font-size: 15px;
}
.cw-sellect-all{
	padding-left:20px;
}
/* price text in option */
.cw-part-price { color: #a4b4b2; margin-left: 8px; }

/* selects */
.cw-section select {
	height: 45px;
    border-radius: 5px;
    background: white;
    color: #1c2427;
    padding: .625rem 1rem;
    border: 1px solid #ff3c0f;
    font-family: inherit;
	width: 95%;
	margin-left: 10px;
	font-size: 15px;
}
.cw-size {
	padding: 30px;
}

/* final price hidden - not shown as UI (we do not print a second total) */
#cw_final_price { display:none; }

/* Small screens */
@media (max-width: 600px) {
    .cw-configurator {
        padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 0px;
		padding-right: 0px;
    }
 }
 .required {
    color: red;
    margin-left: 4px;
}
.cw-section small {
    display: block;
    margin-top: 5px;
    color: #aaa;
    font-size: 0.85rem;
}

