section.product .content .box_table {
    background-color: #fff;
}

section.product .content .box_table .content_wrap {
    padding: 8px 25px;
}

section.product .content .box_table .content_wrap > h3 {
	
    font-size: 18px;
    color: #222222;
    font-weight: 700;
	text-decoration: none !important;
}
section.product .content .box_table .content_wrap > h3 > a {

	 text-decoration: none !important;
	 color: #222222;
	
}
section.product .content .box_table .content_wrap > h3 > a:hover {
    color: #484848;
	 text-decoration: none !important;
    
}
section.product .content .box_table {
    margin-left: 20px;
}

section.product .content .box_table .content_wrap p {
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #464646;
    min-height: 70px;
}

.content_wrap {text-align:center;}

.content_wrap h3 {text-decoration: none;font-size:20px;font-weight:400;color:#444;}

.owl_wrap {padding:35px 35px 35px 35px;}


@media (max-width: 1230px) {

.owl_wrap {padding:35px 35px 25px 35px;}

.content_wrap > h3 > a {  font-size: 16px;}

}


@media (max-width: 767px) {

.content_wrap > h3 > a {  font-size: 14px;}

}

