/*used for product details appearance*/ 
.product-field-type-S {
margin: 5px;
min-height: 15px;
overflow: hidden;
padding: 8px 5px 0px;
border-top: 1px solid #cccccc;
font-size: 14px;
width:auto;
}


.product-fields-title {
font-weight: bold;
float: left;
width: 35%;
color:#000000;
}

.product-field {
float: left;
width: 64%;
margin: 0px;
}
/*end of used for product details appearance*/ 


.contact_form_best  {
  background-color: rgba(155, 155, 155, 0.31);
  background-size: cover;
}

element.style {
    color: #fff323 !important;
    background-color: #0088cc !important;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
    color: #F6890D;
    font-size: 200%;
    text-decoration: line-through;
}

/*used for stock appearance*/ 
.product-stock-sku-cont.row.row-condensed {
   margin: 0 !important;
}
.product-stock-sku-cont.row.row-condensed::before {
   content: "In Stock: ";
   display: inline;
   font-weight: bold;
}
.product-sku-cont.col-sm-12 {
   padding-left: 0 !important;
}
/*end of used for stock appearance*/ 