.product .column-left {
	float: left;
	width: 31.5%;
	margin-bottom: 20px;
}
.product .column-right {
	float: right;
	width: 66%;
	margin-bottom: 20px;
}
.product .product-title {
	color: #00832a;
	font-size: 20px;
    font-weight: bold;
	margin-bottom: 20px;
    line-height: 28px;
}
.product .product-code {
    background: url("../images/icon-code.png") no-repeat scroll left center;
	color: #333;
	font-size: 16px;
    font-weight: normal;
	margin-bottom: 10px;
    padding-left: 20px;
}
.product .product-code span {
    font-weight: bold;
}
.product .ingredients,
.product .content_contact{
    margin-bottom: 10px;
}
.product .content_contact p{
    margin-bottom: 5px;
}
.product .ingredients p{
    float: left;
    width: 50%;
    margin-bottom: 8px;
}
.product .ingredients p.ingre-left{
    width: 50%;
}
.product .ingredients p span{
    display: inline-block;
    min-width: 54%;
}
.product .title-description {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.product .title-description span {
    border-bottom: 1px solid #ed3237;
    color:  #ed3237;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.product .description{
    line-height:22px;
    font-size:14px;
    color:#333;
    margin-bottom: 10px;
    text-align: justify;
}
.product .description a:hover{
    color: #006cc6;
}
.product .description img{
    max-width:100% !important;
    height:auto !important;
}
@media screen and (max-width:966px){
    .product .column-left{
        width: 43%;
    }
    .product .column-right{
        width: 56%;
    }
}
@media screen and (max-width:966px){
    .product .column-left,
    .product .column-right{
        width: 100%;
    }
}
@media screen and (max-width:966px){
    .product .description table {
        width: 100% !important;
    }
}