.product_detail_area table.add_cart_table td strong.price {
    color: #DA5858;
}
.product_description a {
    color: #da5858;
}
.p-option p{
  height: 200px;
  overflow-y: scroll;
  border: dashed #da5858 1px;
  padding: 5px;
}
.p-option span{
color:#CC0000;
}

#custom-options-select{
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px!important; 
    box-sizing: border-box;
}

#custom-options-label{
    font-size: 12px!important;
    font-weight: 700;
    color: #333;
    margin: 0px 0 11px;
    display: inline-block;
}

div#custom-options-container {
    padding: 0 0 11px;
}
.op{
  border: 1px dotted;
    padding: 15px;
}