#main {
	padding-top: 0%!important;
	max-width: 1240px!important;
	width: calc(100% - 40px)!important;
}
h3.asset-title>a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	border-bottom: solid 1px #ccc;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
h3.asset-title>a:hover {
	opacity: .6;
}

@media only screen and (min-width: 768px) {
.reusableContentAlt p.model-descriptor {
	font-size: 18px;
}
.reusableContentAlt h2.center {
	text-align: center;
}
}
.fake-main.comparison-chart-wrapper {
	max-width: none;
	padding-bottom: 3em;
}
.comparison-chart {
	position: relative;
	margin: 10px auto 0;
}
.line-item-row {
	display: table-row;
}
.line-row-group {
	display: table-row-group;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.line-item-cell {
position: relative;
padding: 0 8px;
width: 100%;
}
.line-item-cell:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 1px;
	content: '';
	background-color: #ccc;
}
.swiper-slide .line-item-cell.column-header:after {
	display: none;
}
.tab-product-lead-info {
	display: block;
	padding-bottom: 1.5em;
}
.reusableContent {
	position: relative;
}
.reusableContent .tab-product-content-container {
	margin-top: 1em;
}
.reusableContent .tab-product-label {
	font-size: 14px;
	line-height: 16px;
}
.reusableContent .tab-product-price, .reusableContent .tab-feature {
	font-size: 14px;
	line-height: 16px;
	border-bottom: 0;
}
.reusableContent .tab-product-title {
	font-size: 18px;
}
.car-seat-comparison svg {
	height: 30px;
}
.arrow-right-icon {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: .6125em 2em; 
	border-radius: 100px;
	font-weight: 600;
	background-color: #B95532;
	color: #fff;
	z-index: 100;
}
.arrow-left-icon {
	right: auto;
	left: 0;
	text-align: left;
}
.arrow-right-icon>i {
	vertical-align: middle;
	padding-left: 4px;
}
h3.asset-title {
	padding-bottom: 0;
}
.chart-title {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.chart-title .asset-title {
	text-align: left;
}

@media only screen and (min-width:700px) {
.arrow-right-icon {
	display: none;
}
.arrow-right-icon.show-desktop {
	display: block;
}
}

@media only screen and (min-width:768px) {
.reusableContent .tab-product-label {
	font-size: 15px;
	line-height: 18px;
}
.reusableContent .tab-product-price, .reusableContent .tab-feature {
	font-size: 16px;
	line-height: 19px;
}
.reusableContent .tab-product-title {
	font-size: 24px;
}
.car-seat-comparison svg {
	height: 50px;
}
.arrow-right-icon {
	top: 80px;
	text-align: center;
	padding: 0.5em 0.75em;
	border-radius: 10px;
	width: 65px;
}
}

@media only screen and (min-width:1024px) {
.arrow-right-icon {
	top: 100px;
}
}

@media only screen and (min-width:1240px) {
.arrow-right-icon {
	top: 140px;
}
}
.chart-header {
	padding-top: 3em;
}
.swiper {
	width: 100%;
	max-width: 1240px;
	overflow: visible;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: auto;
}
.swiper-nav-container {
	position: relative;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-pagination {
	display: flex;
	justify-content: flex-start;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: auto;
	left: 70px;
	top: 14px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.swiper-pagination-bullet {
	display: block;
	width: 28px;
	height: 6px;
	border-radius: 0;
}
.swiper-pagination-bullet:first-child {
	border-radius: 4px 0 0 4px;
}
.swiper-pagination-bullet:last-child {
	border-radius: 0 4px 4px 0;
}
.swiper-pagination-bullet-active {
	border-radius: 4px;
	background-color: #B95532;
}
.swiper-button-next, .swiper-button-prev {
	top: 0;
	margin: 0;
	width: 34px;
	height: 34px;
	color: #47596b;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: auto;
	left: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px;
}
.swiper-fraction {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 10;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: bold;
}
	.comparison-chart-product-nav {
		max-width: none;
		width: 100%;
	}
	.comparison-chart-product-nav .product-nav-header {
		/*background-color: #f2f2f2;
		-webkit-border-radius: 12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		border-radius: 12px 12px 0 0;*/
		text-align: center;
	}
	.comparison-chart-product-nav .product-nav-header h2 {
		margin-bottom: 0;
    	padding: 20px 2em 0;
    	font-size: 16px;
    	font-weight: 600;
    	text-transform: uppercase;
	}
	.comparison-chart-product-nav .product-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/*background-color: #f2f2f2;*/
		margin-bottom: 3em;
		padding: 0 1em 1.5em;
		/*-webkit-border-radius: 0 0 12px 12px;
		-moz-border-radius: 0 0 12px 12px;
		border-radius: 0 0 12px 12px;*/
	}
	.comparison-chart-product-nav .product-nav-item {
		/*width: 48%;*/
		width: calc(50% - 1em);
		max-width: 220px;
	    text-align: center;
	    /*margin: 1em 1% 0;*/
		margin: 1em 0.5em 0;
	    background-color: #fff;
		border: solid 3px #f2f2f2;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	    border-radius: 12px;
	    padding: 0.5em;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.comparison-chart-product-nav .product-nav-item.active {
		border-color: #ccc;
	}
	.comparison-chart-product-nav .product-nav-item:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.comparison-chart-product-nav .product-nav-item>a {
		display: block;
	}
	.comparison-chart-product-nav .product-nav-item img {
		max-width: 140px;
		width: 90%;
	}
	.comparison-chart-product-nav .product-nav-item h3 {
		font-size: 19px;
	}
	@media only screen and (min-width:550px) {
		.comparison-chart-product-nav .product-nav-item {
			/*width: 31.33333%;*/
			width: calc(33.33333% - 1em);
		}
	}
	@media only screen and (min-width:768px) {
		.comparison-chart-product-nav .product-nav-item {
			/*width: 18%;*/
			width: calc(20% - 1em);
		}
	}
/* ===== NEW LANDING PAGE ====== */
.comparison-listings {
		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	align-items: flex-start;
	padding-bottom: 3em;
	}
	.comparison-listings .product-cat-listing {
		position: relative;
		width: 98%;
    	text-align: center;
    	border-radius: 20px;
    	margin: 0 1% 1.5em;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		overflow: hidden;
	}
	.comparison-listings .product-cat-listing:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		opacity: .7;
	}
	.comparison-listings .product-cat-listing>a {
		display: block;
	}
	.comparison-listings .product-cat-listing>a:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 40%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -webkit-linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.comparison-listings h2 {
		position: absolute;
		width: 100%;
		top: 22px;
		left: 0;
		font-size: 19px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		padding: 0 0.75em 0.5em;
	}
	.comparison-listings img {
		display: block;
		margin: 0!important;
	}
	@media only screen and (min-width: 600px) {
		.comparison-listings .product-cat-listing {
			width: 48%;
		}
	}
	@media only screen and (min-width: 950px) {
		.comparison-listings .product-cat-listing {
			width: 31.33333%;
		}
	}