.catalog {
	margin-top: -3.9em;
	position: relative;
	z-index: 0;
	overflow:hidden;
	border-bottom: 3px solid #A90509;
}

.catalog > .sc-menu {
	top:90px !important;
}

.catalog .nav-tabs {
	overflow:hidden;
	border: none;
	background: #fff;
}

.catalog .nav-tabs .nav-link {
	position:relative;
	z-index:1;
	font-size: 1.75em;
	font-weight: 600;
	color: #fff;
	background: #1A7DC5;
	padding: 0.75em 1.5em;
	border-radius: 0;
	border-top-right-radius:0.5em;
	margin: 0 0 0 -0.5em;
	border: none;
	box-shadow: 3px 3px 3px #545454;
}

.catalog .nav-tabs .nav-link:first-child {
	margin-left:0;
}

.catalog .nav-tabs .nav-link.active {
	background: #055DB6;
	z-index:2;
}

.catalog .tab-content {
	background:#fff;
}

.catalog .tab-category {
	display: flex;
	flex-direction:row;
}

.catalog .tab-category-left {
	flex:0 0 55%;
	padding-bottom:40%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.catalog .tab-category-right {
	flex: 0 0 45%;
	padding: 90px 30px 30px;
}

.catalog .tab-category-right h2, .catalog .tab-category-right h3 {
	color:#000;
	text-align: left;
	text-transform: uppercase;
}

.catalog .tab-category-right h2 {
	font-size: 3.75em;
	font-weight: 700;
	margin: 0 0 5px;
	display: inline-block;
}

.catalog .tab-category-right h3 {	
	font-size: 1.75em;
	font-weight: 500;
	margin: 0 0 45px;
	color: #000;
	line-height: 1em;
	position: relative;
}

.catalog .tab-category-right h3::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 110px;
	color:#000;
}

.catalog .tab-products h4 {	
	font-size: 1.75em;
	font-weight: 500;
	margin: 0 0 45px;
	color: #000;
	line-height: 1em;
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 60px;
	text-transform: uppercase;
}

.catalog .tab-products h4::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 110px;
	color:#000;
}

.catalog .tab-products .navBtn {
	position: absolute;
	z-index: 2;
	left: 60%;
	top: 20px;
	font-size: 1.75em;
	font-weight: 500;
}

.catalog .tab-products .navBtn button {
	display: flex;
	align-items: center;
	background: none;
	border: none;
}

.catalog .tab-products .navBtn button::after {
	content:url("../images/arrow-right.svg");
	width:45px;
	height:45px;
	padding-left: 10px;
}

.catalog .owl-carousel {
	overflow: hidden;
	width: 110%;
}

.catalog .owl-item {
	background-color: #efeeee;
	padding:90px 0 30px;
	width:50%;
	cursor:pointer;
}

.catalog .owl-item.first-item {
	background:#fff;
}

.catalog .tab-products {
	position: relative;
}

.catalog .product {
	display:flex;
	position:relative;
}

.catalog .product.horizontal {
	flex-direction:row;
	padding:30px 0 30px 3vw;
}

.catalog .product.vertical {
	flex-direction:column;
	padding: 30px 7vw;
}

.catalog .product .sc-menu {
	top:45px;
}

.catalog .product .productImage {
	padding-bottom:40%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.catalog .product.vertical .productImage {
	
}

.catalog .product.horizontal .productImage {
	width: 50%;
}

.catalog .product .productDetails {
	position:relative;
}

.catalog .product.horizontal .productDetails {
	width: 50%;
	padding: 0 3vw 60px 1vw;
}

.catalog .product .productDetails h5 {
	text-transform:uppercase;
	font-size: 1.5em;
	margin:0;
}

.catalog .product .productDetails h6 {
	text-transform:uppercase;
	font-size: 1.25em;
	margin-top:2px;
	font-weight:400;
}

.catalog .product.vertical .productInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.catalog .product .productInfo .productSpecs,
.catalog .product .productInfo .productFeatures {
	white-space:pre-wrap;
}

.catalog .product.vertical .productInfo .productSpecs,
.catalog .product.vertical .productInfo .productFeatures,
.catalog .product.vertical .productInfo .productRebates {
	width:50%
}

.catalog .product.vertical .productInfo .productRebates {
	margin-left: 50%;
}

.catalog .product .productDetails .productRebates a {
	color:#A90509 !important;
	font-weight:bold;
}

.catalog .product .productDetails .productRebates a:hover {
	color:#055DB6 !important;
}

.catalog .product .productDetails .linkContainer {
	margin: 15px auto 0;
	position: absolute;
	bottom: 0;
	right: -25px;
}

.catalog .product.vertical .productDetails .linkContainer {
	bottom: -40px;
	right: -125px;
}

.catalog .product .productDetails .linkContainer a.btn-primary {
	min-width:175px !important;
}

@media all and (max-width: 1080px) {
	.catalog .owl-carousel {
		width: 100%;
	}
	
	.catalog .product.vertical .productDetails .linkContainer {
		right: -55px;
	}
}

@media all and (max-width: 800px) {
	.catalog .tab-category {
		flex-direction: column;
	}
	
	.catalog .tab-category-right {
		order:1;
		padding: 30px;
	}
	
	.catalog .tab-category-left {
		padding-bottom: 67%;
		order:2;
	}
	
	.catalog .tab-products h4 {
		top: 30px;
		left: 30px;
	}
	
	.catalog .tab-products .navBtn {
		display: flex;
		justify-content: end;
		right:30px;
		top: 20px;
	}
}

@media all and (max-width: 640px) {
	.catalog .nav-tabs .nav-link {
		font-size: 1.25em;
	}
	
	.catalog > nav {
		display: none; /* Hides the tab navigation */
	}
	
	.catalog .tab-pane {
		display: block !important; /* Ensures all tab content is visible */
		opacity: 1 !important; /* Makes sure tab content is fully opaque */
		visibility: visible !important; /* Ensures tab content is visible */
	}
	
	.catalog .tab-category-right h2 {
		font-size: 2.5em;
	}
	
	.catalog .tab-category-right h3 {
		font-size: 1.5em;
	}
}

@media all and (max-width: 480px) {
	.catalog .tab-products .navBtn button span {
		display:none;
	}
	
	.catalog .product.horizontal {
		flex-direction: column;
		padding: 30px 15px;
	}
	
	.catalog .product.horizontal .productImage {
		width:auto;
		padding-bottom: 60%;
	}
	
	.catalog .product .productImage {
		margin-bottom: 30px;
	}
	
	.catalog .product.horizontal .productDetails {
		width: auto;
		padding: 0 15px 60px;
	}
}