.product-comparison {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
	margin-bottom: 0;
}

.product-comparison #PricingTable {
	margin-bottom: 0;
}

.product-comparison.priceTable table#PricingTable tr td {
	text-align: left;
	padding:10px !important;
}

.product-comparison.priceTable table#PricingTable tr td .actualPrice {
	display: inline-block
}

.product-comparison th {
	text-align: center !important;
	border-top: none !important;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.08;
	letter-spacing: 0.3px;
	color: #454545;
}

.product-comparison tr td {
	border: solid 0.5px #dddddd;
	padding: 1px !important;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.product-comparison tr td br {
	content: '.';
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.product-comparison tr:hover {
	background-color: #ffffff !important;
}


/* .product-comparison tr td:first-child { border-left: solid 0.5px #aaaaaa; } */

.product-comparison .product_details tr td:first-child {
	border-left: none;
}

.product-comparison .product_details tr td:nth-child(2) {
	font-size: 13px;
}

.product-comparison .no-border {
	border: none;
	padding: 0px;
}

.product-comparison .product_details tr td {
	border-top: none !important;
	font-size: 14px;
	padding:10px !important;
}

.product-comparison .product_details {
	margin-top: 20px;
	table-layout: fixed;
}

.product-comparison .product_description {
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
	width: 100%;
}


/* .compareTableValue { width:25%;} */

.compareTableValue tr td {
	border-top: 0;
	border-left: 0 !important;
	border-right: 0;
	height: 60px;
	vertical-align: middle;
	font-size: 14px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.compareTableValue .boldText {
	font-size: 15px;
	word-break: break-word;
}

.compareTableValue tr td:first-child .boldText{
	color:#1e53a5;
}
.compareTableValue tr:last-child td {
	border-bottom: 0
}


/* .product-comparison tr td:nth-child(2),.product-comparison tr td:nth-child(3),.product-comparison tr td:nth-child(4) { text-align:center} */

.product-comparison tr td:nth-child(2) table.compareTableValue,
.product-comparison tr td:nth-child(3) table.compareTableValue,
.product-comparison tr td:nth-child(4) table.compareTableValue {
	text-align: center
}

.product-comparison #PricingTable th {
	font-size: 14px !important;
	background: #454545 !important;
	color: #fff;
}

.priceTable .actualPrice {
	margin-left: 0px;
}

.product-comparison img.ghsPictogram {
	max-width: 110px;
	margin: 5px;
}

#productImgWrap {
	text-align: center;
}

#productImgWrap img {
	max-width: 100%;
}

@media (max-width:1023px) {
	.product-comparison tr td {
		display: table-row;
	}
	.product-comparison tr th {
		display: table-row;
	}
}

.product__listing.product__grid .prductlist {
	border: none;
	padding: 0 10px;
}