#content {
	padding: 0;
	border:none;
}
.product-thumbnail .btn.in_comparison {
	background-color:#e1e1e1;
}
.product-thumbnail .btn.in_comparison svg {
	color:#555;
}
.product-thumbnail .add_to_compare .svgic {width: 18px; height: 18px;}
.products_block {
	display:flex;
	justify-content:space-between
}
.products_block .product-block {
	border:1px solid #f3f3f3;
	padding: 30px;
	width:19%;
}
.product-block a {
	display: block;
}
.sale-box {
	background: #f00;
	color:#fff;
	font:normal 14px/24px Arial
	left:0;
	padding: 5px 0;
	position: absolute;
	text-align:center;
	top:10px;
	width:80px;
}
.cmp-remove {
	cursor: pointer;
}
.cmp-remove .svgic {
	height:10px;
	width:10px;
	color:#636363
}
.button-container {
	margin-bottom: 30px;
}
.comparison_infos {
	padding: 0;
}
.cell-space {
	padding: 0.75em 1em;
}
.comparison_infos .product-name {
	font-size: 15px;
	line-height: 22px;
	margin: 30px 0 0;
	font-weight: normal;
	color: #333;
}
#product_comparison .star_content {
	margin: 6px auto 0;
}
#wrapper #product_comparison h6 {
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.15em;
	font-size: 15px;
	color: #333
}
#product_comparison td {
	padding: 1rem;
	font-size: 16px;
	color:#636363;
}
#product_comparison td:first-child {
	text-transform: uppercase;
}
#product_comparison td:first-child h6 {
	padding:0 20px;
}
#product_comparison td:not(:first-child) {
	text-align:center
}
#product_comparison tr:nth-child(even) {
	background: #f9f9f9
}
#product_comparison tr:nth-child(odd) {
	background: #fff
}
#product_comparison tr.cmp-description td {
	font-size: 14px;
	line-height: 20px;
}
#product_comparison p {
	margin:0
}
#product_comparison {
	border-collapse: collapse;
}
#wrapper #product_comparison h6.product-price-and-shipping {
	display: inline-block;
	margin: 0;
	font-size: 18px
}
#product_comparison .product-price-and-shipping {
	display: flex;
	justify-content: center;
}
#product_comparison .product-price-and-shipping span{
	font-size: inherit;
	font-family: inherit;
}
#wrapper .wide-space {
	padding: 2rem;
}
@media (max-width : 1024px) {
	#product_comparison td:first-child,
	.cmp-description {display: none}
	#wrapper .wide-space,
	#product_comparison td {
		padding: 0.5em;
		font-size: 0.75em;
	}
	.btn.add-to-cart {
		text-transform: none;
		letter-spacing: 0;
		padding-left:10px;
		padding-right: 10px;
	}
}
@media (max-width : 480px) {
	.compare-form .bt_compare .btn-txt {display: none}
	.compare-form .bt_compare svg {width: 1em;height: 1em;}
}
@media (min-width : 481px) {
	.compare-form .bt_compare svg {display: none}
}
.tab-pane .module-title.compare-title {display: none;}
#pattern #wrapper .tab-pane .products-carousel {margin:0;}
#product_comparison.num-6 td {width:14.28%;}
#product_comparison.num-5 td {width:16.66%;}
#product_comparison.num-4 td {width:20%;}
#product_comparison.num-3 td {width:25%;}
#product_comparison.num-2 td {width:33.33%;}
.table-bordered-no td {border:none;}