html {
	height: 100%;
}
body {
	overflow-x: hidden;
	background-color: #f6f6f6;
}
#app {
	overflow: hidden;
}
@font-face {
	font-family: 'Apple';
	src: url('../fonts/rockoflf-webfont.woff') format("opentype");
}
@font-face {
	font-family: 'Apple Light';
	src: url('../fonts/rockoultraflf-webfont.woff') format("opentype");
}
@font-face {
	font-family: 'Apple Bold';
	src: url('../fonts/rockoflf-bold-webfont.woff') format("opentype");
}
* {
	font-family: 'Apple', serif;
}
.bolder {
	font-family: 'Apple Bold', serif;
}
.light {
	font-family: 'Apple Light', serif;
}
.bg-light {
	background-color: #fbfbfd !important;
}
.bg-white {
	background-color: #FFF;
}
.bg-apple {
	background-color: #fafafa;
}
.bg-black {
	background-color: #000;
}
a {
	text-decoration: none;
	color: #2997ff;
}
a:hover {
	color: #2997ff;
	text-decoration: underline;
}
.nav-link,
.text-white {
	color: #FFF;
}
.bg_image {
	height: 412px;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
}
.hidden-desktop {
	display: none;
}
.h-50vh {
	height: 50vh;
}
.category_name {
	position: absolute;
	color: #FFF;
	font-size: 1.75em;
	text-shadow: 0px 0px 15px #000;
	top: 45%;
}
.category_name_max {
	font-size: 3em;
}
.main-images div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main-images .inner:nth-child(2),
.main-images .inner:nth-child(4) {
	padding-right: 0px;
}
.main-images .inner:nth-child(1),
.main-images .inner:nth-child(2) {
	padding-bottom: 10px;
}
.main-images .inner:nth-child(3),
.main-images .inner:nth-child(4) {
	padding-top: 10px;
}
.other_brands {
	height: 380px;
	overflow: hidden;
}
.p-relative {
	position: relative;
}
.p-absolute {
	position: absolute;
	z-index: 9999;
}
.top-45 {
	top: 45%;
}
.left-0 {
	left: 0px;
}
footer {
    clear: both;
    bottom: 0px;
    width: 100%;
}
div.product_image {
	height: 350px;
	overflow: hidden;
}
.rounded-big {
	border-radius: 25px;
}
.mb-custom {
	margin-bottom: 35px;
}
@media only screen and (max-width: 600px) { 
	.bg_image {
		height: 395px;
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.hidden-mobile {
		display: none !important;
	}
	.hidden-desktop {
		display: block;
	}
	.navbar-brand img {
		width: 160px;
	}
	div.product_image {
		height: auto;
	}
	div.other_brands {
		height: 190px !important;
	}
}