.pt-products{
	float: left;
	width: 100%;
	&.pt-products-firt{
		margin-bottom: 24px;
		.products-grid{
			margin-top: 60px;
		}
	}
	.products-grid{
		margin: 0;
		.item{
			margin: 0;
		}
	}
	.block-content{
		img{
			max-width: 100%;
		}
	}	
	&.pt-products-left{
		margin-bottom: 30px;
		.block-title{
			strong{
				font-size: 157.14%;
				font-weight: normal;
			}
		}
		.block-content{
			padding-top: 0;
		}
	    .item{
	        margin-top: 30px;
	        position: relative;
	        float: left;
	        width: 100%;
	        .product-image{
	            float: left;
	            margin-right: 20px;
	            max-width: 50%;
	            img{
	                max-width: 100%;
	                height: auto;
	            }
	            &:hover{
	                img{
	                    opacity: 0.7;
	                }
	            }
	        }
	        .product-info{
	            .product-name{
	                display: block;
	                font-size: 100%%;
	                padding: 0 0 13px;                                
	            }
	            .price-box{
	                width: auto;
	                float: none;
	                display: table;
	                .old-price{
	                    line-height: 25px;
	                    .price{
	                        color: #999;
	                    }
	                }
	                .special-price{
	                	float: left;
	                	margin-right: 10px;
	                }
	            }
	            .ratings{
	            	margin: 12px 0 20px;
	            	.amount{
	            		display: none;
	            	}
	            }
	            .no-rating{
	            	margin: 12px 0 20px;
	            	display: block;
	            }
	        }
	    }
	} 	
}

