/* Styles for IE 9 (note that IE 8 and below are not supported) */

/* SPLIT VIEW STYLE OVERRIDES */

.split-view.car-diagram-table tbody .diagram-item-pager {
	height: auto !important;
	width: auto !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: 0 !important;
	position: absolute !important;
	margin-top: 5px !important;
}

@media(max-width: 736px){

	.split-view.car-diagram-table tbody .description {
		text-align: center !important;
		width: 100% !important;
	}

	.split-view.car-diagram-table tbody .quantity {
		vertical-align: top !important;
	}

	.split-view.car-diagram-table tbody .add-to-cart {
		vertical-align: bottom !important;
	}

	.split-view.car-diagram-table tbody .price {
		vertical-align: bottom !important;
		padding-bottom: 10px !important;
	}

}

@media(min-width: 737px){

	.split-view.car-diagram-table tbody .description {
		padding: 30px 10px 50px !important;
	}

	.split-view.car-diagram-table tbody .price {
		height: auto !important;
		width: auto !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: 150px !important;
		position: absolute !important;
		margin-top: 55px !important;
	}

	.split-view.car-diagram-table tbody .add-to-cart {
		height: auto !important;
		width: auto !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: 0 !important;
		position: absolute !important;
		margin-top: 50px !important;
	}

}

/* END SPLIT VIEW STYLE OVERRIDES */
