.product-dualattributes {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
  background: #FBC0DE;
  border-radius: 8px;
  
}

.product-dualattributes label {
  font-weight: bolder;
  margin-bottom: 4px;
  display: block;
  width:40%;
  text-align:left;
}

.product-dualattributes select {
  /*appearance: none;*/
  background-color: #F38ACA;
  color: #000;
  width: 65%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}