.car-seat-comparison svg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
    display: block;
    height: 50px;
    margin: 0 auto -1em;
}
.car-seat-comparison svg.close {
    width: 30px;
    float: none;
}
.close-x {
    stroke: #999;
    fill: transparent;
    stroke-linecap: square;
    stroke-width: 2;
}
.checkmark_check {
    stroke: #111;
    fill: transparent;
    stroke-linecap: square;
    stroke-width: 2;
}
.car-seat-comparison .reusableContent .mobile-slick .slick-dots {
    display: none !important;
}
.car-seat-comparison .reusableContent .slick-prev, .car-seat-comparison .reusableContent .slick-next {
    display: block !important;
    top: 200px;
}
.car-seat-comparison .slick-track {
    margin: auto;
}
.car-seat-comparison .reusableContent .slick-prev {
    left: -10px;
}
.car-seat-comparison .reusableContent .slick-next {
    right: -10px;
}
.car-seat-comparison .reusableContent .slick-prev::before, .car-seat-comparison .reusableContent .slick-next::before {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 2px 2px 0 0;
}
.car-seat-comparison .reusableContent .slick-prev:hover::before, .car-seat-comparison .reusableContent .slick-next:hover::before {
    border-color: #e43640;
}
.reusableContent .tab-product-content .tab-product-lead-info {
    display: block;
    position: relative;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2.5em;
}
.car-seat-comparison .tab-product-content .product-flag {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
}
.car-seat-comparison .tab-product-content .product-flag .product-flag-text {
    background-color: #9b373e;
    color: #fff;
    border-radius: 16px;
    height: 100%;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 1.25em;
}
.reusableContent .tab-product-link {
    margin-bottom: 5px;
}
.reusableContent .tab-product-link a {
    display: block;
    background: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}
.reusableContent .tab-product-link a:hover {
    background-color: #fff;
    opacity: 0.7;
}
.reusableContent .tab-product-title {
    font-size: 24px;
    font-weight: 300;
    color: #111 !important;
}
.reusableContent .tab-product-price, .reusableContent .tab-feature {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.reusableContent .tab-product-price.travel-system-price {
    padding-top: .5em;
}
.reusableContent .tab-feature {
    padding: 1.5em 0;
    border-bottom: solid 1px #ccc;
}
.reusableContent .tab-product-label {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
    padding-bottom: 3px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.car-seat-comparison svg {
		margin-top: -0.5em;
	}
    .car-seat-comparison .slick-list {
        margin-right: -1px;
    }
    .reusableContent .tab-product-content {
        margin: 0;
        padding: 0 1em;
        border-right: solid 1px #ccc;
    }
    .frame-strollers .reusableContent .tab-product-content.lastProduct,
    .double-strollers .reusableContent .tab-product-content.lastProduct,
    .jogging-strollers .reusableContent .tab-product-content.lastProduct {
        border-right: 0;
    }
    .reusableContent .tab-product-content .tab-product-lead-info {
        min-height: 320px;
    }
}