Current File : /home/obaba/public_html/assets/less/product-comparison.less
.product-comparison{
	.page-title{
		font-family: 'FjallaOneRegular';
        font-size: 30px;
        text-transform: uppercase;
        color:@text-color;
         margin-bottom: 40px;
	}
	.compare-table{
		tr{
			th{
				font-size:20px;
				font-weight:500;
				color:@text-color;
				padding:18px 25px;
				vertical-align: middle; 
				border:1px solid #cccccc;

			}
			td{
				padding:18px 30px;
				border:1px solid #cccccc;
				.product{
					 margin-bottom: 15px;
                     margin-top: 40px;
					.product-image{
						.image{
							a{
								display:block;
								text-align:center;
							}
						}
					}
				}
				.product-price{
					.price{
						font-size: 16px;
					    font-weight: 700;
					    line-height: 30px;
					    margin-right:8px;
					}
					.price-before-discount{
						color: #D3D3D3;
					    font-size: 14px;
					    font-weight: 400;
					    line-height: 30px;
					    text-decoration: line-through;
					}

				}
				.text{
					font-size:14px;
					line-height:22px;
				}
				.in-stock{
					font-size:15px;
					font-weight:700;
					margin-bottom:0px;
				}
				.remove-icon{
					color:@text-color;
					&:hover,
					&:focus{
						color:#ff6666;
					}

				}
			}
		}
	}
}