@media screen and (max-width: 576px) {
	#modularHeader {
		padding-top: 114px;
	}
}
	.replacement_model_display_row_0 {
		overflow: scroll;
		flex-wrap: nowrap;
	}

	.features_row { min-height: 160px; }
	.btn-group .btn-check{
		z-index: -1;
		top: 0;
		left: 10px;
		width: 1px;
		height: 1px;
	}

	.btn-group .position-relative {
		margin-right: .3125rem;
		flex: 2 0 auto;
	}

	.btn-group .btn-primary {
		background-color: #fff;
		color: #97999b;
		border: 2px solid #97999b;
	}

	.btn-group .btn-primary:hover {
		cursor: pointer;
		color: #fff;
		background-color: #b80023;
		border-color: #b80023;
	}

	.btn-group .btn-check:checked+.btn-primary {
		background-color: #e70033;
		color: #fff;
		border: 2px solid #e70033;
	}

	td:nth-child(2) .brand,
	td:nth-child(3) .brand {
		color: #e70033;
	}

	td .row:nth-of-type(even) {
		background-color: #ebebec;
		border-bottom: .015rem solid #616265;
	}

	.btn-group, .btn-group-vertical {
		display: flex;
		width: 100%;
		justify-content: space-around;
		flex: 1 1 auto;
	}

	.btn-group .btn-primary {

		/* width: 100%; */
		display: flex;
		justify-content: center;
	}

	.master-col {
		padding: 0 .625rem;
	}

	.replacement-model-action-area .btn-primary {
		white-space: initial;
		display: flex;
		flex-direction: column;
		height: 100%;
		line-height: 1.2rem;
		justify-content: center;
		padding: .3125rem;
		align-items: center;
	}

	.table-container {
		/* max-width: 40rem; */
		overflow: scroll;
		position: relative;
		padding-bottom: .625rem;
	}


	.table-container {
		border-left: 1px solid #dee2e6;
		padding: 0;
	}

	.table {
		position: relative;
		border-collapse: collapse;
		border-right: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
		margin-bottom: 0;
		scroll-snap-type: x mandatory;
		overflow-x: scroll;
		scroll-padding-left: 85px;
		display: flex;
	}

	.table td,
	.table th {
		padding: 0.3125rem;
	}

	.table td {
		scroll-snap-align: start;
	}

	.table tbody {
		scroll-snap-type: x mandatory;
	}

	.table tbody th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		width: 85px;
		left: 0;
		background: #FFF;
		border-right: 2px solid #dee2e6;
	}

	.table td {
		scroll-snap-align: end;
	}

	.model_td {
		border-right: 1px solid #dee2e6;
	}

	.width-25 ,
	.width-37-5 ,
	.width-50 {
		min-width: 50vw;
		border-right: 1px solid #dee2e6;
		transition: all .375s ease-in-out;
	}


	.table-container .table #model_photo {
		vertical-align: middle;
		text-align: center;
		padding: 0 1.25rem;
	}

	.table-container .table .no-model-found {
		vertical-align: middle;
		text-align: left;
		padding: 0 1.25rem;
	}

	.table-container .table #model_photo img {
		max-height: 300px;
		min-width: 100px;
		height: auto;
	}

	#divMfg {
		margin-bottom: 0;
	}

	#model_1_brand,
	#model_2_brand,
	#model_3_brand {
		font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
	}

	ol {
		list-style: decimal outside;
	}
	ol li {
		display: list-item;
	}

	.isDisabled {
		color: white;
		cursor: not-allowed!important;
		opacity: 0.5;
		text-decoration: none;
	}

.btn-secondary.isDisabled {
	background-color: #6c757d;
	border-color: #6c757d;
}

form#no-model-form input[type="text"],
form#no-model-form textarea {
	font-size: 0.875rem;
	padding: 15px;
	color: #97999b;
	border-radius: 5px;
	border: 1px solid rgb(151, 153, 155);
}

.no-model-container {
	height: initial;
	max-height: 520px;
}

.img-gradients {
	z-index: 6;
	display: block;
	pointer-events: none;
	left: 0;
	right: 0;
	width: 100%;
	height: 1.25rem;
}

.no-model-content {
	overflow: scroll;
	height: initial;
	max-height: 520px;
	padding: 1.25rem 0;
}

.img-gradients-top {
	top: 0;
	background: rgb(241,241,241);
	background: linear-gradient(0, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 75%);
}
.img-gradients-bottom {
	bottom: 0;
	background: rgb(241,241,241);
	background: linear-gradient(180deg, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 75%);
}

span.wpcf7-list-item.first, span.wpcf7-list-item.last {
		width: 49%;
		margin: 0;
}

	@media (min-width: 992px) {
		td:nth-child(2) .col:first-child,
		td:nth-child(3) .col:first-child {
			display: none;
		}
		td:nth-child(2) .col.product-photo,
		td:nth-child(3) .col.product-photo {
			display: block;
		}
	}

	@media (min-width: 1024px) {
		select#ddlModel {
			height: 200px!important;
		}

		.replacement_model_display_row_0 {
			overflow: unset;
			flex-wrap: wrap;
		}

		.btn-group .position-relative {
			margin-right: .625rem;
		}

		.btn-group, .btn-group-vertical {
			justify-content: flex-start;
		}

		.table-container {
			max-width: initial;
			max-height: initial;
			overflow: auto;
		}
		.table {
			/* width: 100%; */
			display: table;
		}

		td:nth-child(1),
		td:nth-child(5) {
			min-width: initial;
			width: 12.5%;
		}

		.width-25 {
			min-width: initial;
			width: 25%;
		}

		.width-37-5 {
			min-width: initial;
			width: 37.5%;
		}
		.width-50 {
			min-width: initial;
			width: 50%;
		}
	}
