/*MEDIA REQARED*/
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1100px) {
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px){
}	
@media screen and (max-width: 960px) {
	.example_wraper{width: 98%;}
	.example_wraper .price_holder {width: 57%;}
	.example_wraper .img_holder {width: 40%;}
	.mce-descr .mce-table {width: 100%;}
}
@media screen and (max-width: 768px){
	.example_wraper{width: 95%; padding: 0 5px 0 14px;}
	.example_wraper .price_holder {width: 95%;}
	.example_wraper .img_holder {width: 95%;}
	.mce-descr .mce-table {width: 100%;}
	
}
@media screen and (max-width: 640px){
}	
@media screen and (max-width: 480px){
	.ex_similar_products .ex_product_it{width: 99% !important;}
	.ex_product_img, .ex_product_name, .ex_product_price, .ex_product_cart{width: 100% !important;}
}
@media screen and (max-width: 450px){
}	
@media screen and (max-width: 500px){
	.example_wraper .img_holder{text-align: center;}
}
.ex_similar_products .ex_product_it{float: left; width: 184px; margin: 0 8px 0 0;}
.ex_similar_products .ex_product_it .ex_product_img{
	width: 184px;
    text-align: center;
    margin: 0 0 17px;
	position: relative;
}
.ex_similar_products .ex_product_it .ex_product_img img{width: 126px;}
.ex_similar_products .ex_product_it .ex_product_name{
	width: 184px;
    text-align: center;
    margin: 0 0 6px 0;
    font-size: 14px;
}
.ex_similar_products .ex_product_it .ex_product_name a{
	color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
}
.ex_similar_products .ex_product_it .ex_product_price{
	width: 184px;
    text-align: center;
    font-size: 20px;
    margin: 10px 0 0 0;
}
.ex_product_cart{text-align: center;}
.ex_product_cart .ex_cart{
    background-color: #FF5454;
    width: 106px;
    text-align: center;
    padding: 4px 15px;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
    margin: 15px auto 0 auto;
    font-size: 18px;
}
.similar_prods_title{
	font-size: 20px;
    margin: 34px 0 15px 0;
}