/* Fonts Include -- redo with license before live */ 
@import url("https://use.typekit.net/nhq5fyj.css");


html {
	overflow-x: hidden;
}

*, *:hover {
	transition: all 300ms ease-in;
}

.container {
	padding-left: 0;
	padding-right: 0;
	overflow-x: hidden;
	max-width: 1070px;
	margin: 0 auto;
}

/* Header Imaage */ 

.header-img {
	width: 100%;
	max-width: 100%;
	height: 280px;
    object-fit: cover;
}


/* Nav */ 

.main-navigation {
    background: #493657;
	margin-bottom: 40px;
}

.main-navigation ul { 
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
}

.main-navigation ul li a {
	font-family: neo-sans, sans-serif;
    color: #fff;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Content */ 

.top-categories {
	background: #e4e4e4;
	margin-bottom: 40px;
}

.top-categories .red-box-inner {
	background: #e53212;
	height: 100%;
	padding: 40px 30px;
	font-family: erbaum, sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
    align-items: center;
}

.top-categories .red-box-inner p {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.top-categories .red-box-inner br { display: none; }
}

.cat-icon-teaser-inner {
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	padding: 25px 0;
}

.cat-icon-teaser-inner .icon-box { 
	width: 90px; 
	height: 70px;
	margin: 10px; 
	background: #7b7b7b;
	border-radius: 15px;
	font-family: erbaum, sans-serif;
	font-size: 12.5px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 580px) {
	.cat-icon-teaser-inner .icon-box {
		width: auto;
		height: auto;
	}
}

.cat-icon-teaser-inner .icon-box img { 
	width: 100%;
	height: 100%; 
	object-fit: contain;
}

.cat-icon-teaser-inner .icon-box:hover {
	background: #493657;
}

.cat-icon-teaser-inner .icon-box:hover img {
	opacity: 0.6;
}

@media screen and (min-width: 789px) {
	.red-box { 
		padding-right: 0;
	 }

	.cat-icon-teaser { 
		padding-left: 0;
	 }
}

.red-text {
	color: #e63212;
}

.seo-content {
	font-family: aktiv-grotesk,sans-serif;
	color: #444444;
	margin-bottom: 30px;
}

.seo-content h1 { 
	font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 25px;
	margin-top: 5px;
}

.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5 { 
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 5px;
	color: #e53212;
}

.seo-content p { 
	font-size: 12.5px; 
	line-height: 25px;
	margin-bottom: 25px;
 }

 /* Big Categories */ 

.big-categories .big-category-teaser {
	position: relative;
	display: block;
	min-height: 315px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

@media screen and (min-width: 769px){
	.big-categories .col-md-6 .big-category-teaser {
		min-height: 630px;
	}
}

.big-categories .big-category-teaser img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.big-categories .big-category-teaser .red-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(205,31,0,0.8);
	padding: 80px 40px;
}

@media screen and (min-width: 769px) {
	.big-categories .big-category-teaser .red-overlay.pos-left {
		top: 0;
		max-width: 50%;
	}

	.big-categories .big-category-teaser .red-overlay.pos-right {
		top: 0;
		max-width: 50%;
		left: initial;
		right: 0;
	}
}

@media screen and (max-width: 768px){
	.big-categories .big-category-teaser .red-overlay {
		height: 100%;
	}
}

.big-categories .big-category-teaser .red-overlay h3 {
	font-family: erbaum, sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.big-categories .big-category-teaser .red-overlay h4 {
	font-family: neo-sans, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}


.big-categories .big-category-teaser .red-overlay .fake-btn {
	font-family: neo-sans, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	width: 250px;
	text-align: center;
	color: #fff;
	background: none;
	border: solid 1px #fff;
	border-radius: 22px;
	margin-top: 35px;
}

.big-categories .big-category-teaser:hover .red-overlay .fake-btn {
	color: #e53212;
	background: #fff;
}

/* Footer */ 

footer {
	font-family: 'Arial',sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
	.seo-content,
	.big-categories,
	footer {
		padding: 0 20px!important;
	}
}

/* Product detail */ 

.product {
	overflow-x: hidden;
	color: #585858;
	font-family: aktiv-grotesk,sans-serif;
}

.product .content-main {
	overflow-x: hidden;
}

.logo-link:hover {
	opacity: 0.8;
}

.logo {
	margin: 25px 0 25px 15px;	
}

@media screen and (max-width: 768px) {
	.logo {
		margin: 15px auto;
		max-width: 150px;
		display: block;
	}
}

.product-content {
	padding-top: 100px;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.product-content {
		padding-top: 40px;
	}
}

.prodct-image-container {
	margin-bottom: 40px;
}

.prodct-image-container .product-image { 
	max-width: 100%;
 }

.buy-widget {
	margin-bottom: 40px;
}

.buy-widget h1 {
	font-size: 21px;
	line-height: 45px;
	color: #202020;
}

.buy-widget p {
	font-size: 12.5px;
	line-height: 25px;
	color: #585858;
	margin-bottom: 20px;
}

.product-price {
	font-size: 17px; 
	line-height: 25px;
	font-weight: 600; 
	color: #000000;
}

.product .description {
	margin-top: 60px;
	padding-bottom: 40px;
}

.product .description h2 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	color: #202020;
}

.product .description h3 {
	font-size: 21px;
	line-height: 36px;
	color: #e53212;
}

.product .description p {
	font-size: 12.5px;
	line-height: 25px;
	color: #585858;
}

.product table {
	width: 100%;
	font-size: 12.5px;
	border-spacing: 10px;
	margin-bottom: 20px;
}

.product table th {
 	background: #6e6e6e;
 	color: #fff;
}
.product table th,
.product table td {
	padding: 5px 10px;
}

.product table th:first-child,
.product table td:first-child { 
	border-right: solid 10px #fff; 
}

.product table tr:nth-child(even) td {
	background:	#eeeeee;
}

.product .cat-icon-teaser {
	background: #e63212;
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.product footer {
	text-align: center;
}

 .product .tax-footer { 
	margin: 30px 0; 
}



@media screen and (max-width: 768px) {
	.header-img { display: none; }
}