body {
	font-family: 'Muli', sans-serif;
}

		/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

h1 {font-weight: 200;} h2 {font-weight: 200; font-size: 55px;} h3 {font-weight: 600; font-size: 35px;} p {font-weight: 400; font-size: 18px;}


/*
 MENU
*/
.menu {
	background-color: #000;
	height: 70px;
}
.menu.menu-desktop {
}

.menu a {
	color: #fff;
}
.nav a.active {
	font-weight: bold;
}

.nav .brand img {
	width: 100px;
}

.nav-icon {
	padding: 8px;
	cursor: pointer;
}

.nav-mobile {
	width: 100%;
}

.nav-mobile .button {
	width: 40px;
	height: 40px;
	margin: 15px 15px 15px 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	text-align: center;
}
.nav-mobile .button > i {
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
}
.nav-mobile .button.active > i {
	color: #d4af37;
}

.nav-mobile .logo {
	line-height: 70px;
	text-align: center;
}
.nav-mobile .logo img {
	vertical-align: middle;
	text-align: center;
}

.nav-mobile .cart {
	width: 30px;
	height: 30px;
	margin: 20px;
	float: right;
	position: relative;
}

.nav-mobile .cart img {
	width: 30px;
	height: 30px;
}

.mobile-menu-box {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 70px);
	top: 70px;
	left: 0px;
	background-color: #2d2d2d;
	z-index: 1000;
}
.mobile-menu-box a:hover {
	text-decoration: none;
}
.mobile-menu-box .link {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #424242;
	text-align: left;
	line-height: 50px;
	padding-left: 15px;
}
.mobile-menu-box .link:first-of-type {
	border-top: 1px solid #424242;
	margin-top: 50px;
}
.mobile-menu-box .link.active {
	color: #d4af37 !important;
}

.mobile-menu-box .social-buttons {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.mobile-menu-box .social-buttons img {
	margin: 0px 20px;
	width: 30px;
	height: 30px;
}

.screen-box-100 {
	height: calc(100vh - 70px);
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.screen-box-75 {
	height: calc(75vh - 70px);
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.screen-box-50 {
	height: calc(50vh - 70px);
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.screen-box-25 {
	height: calc(25vh - 70px);
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
	background-color: #000;
	color: #fff;
}

.cookie-box {
	background-color: #000000bf;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}


/* Components */
.icon-circle {
	width: 140px;
	background-image: linear-gradient(to bottom right, #D4AF37, #b5883e);
	position: relative;
	color: #fff;
	border-radius: 50%;
	margin: auto;
}
.icon-circle:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.icon-circle > div {
	position: absolute;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
}
.icon-circle > div > i {
	font-size: 2.5em;
}

.vertical-round-image {
	width: 100%;
	background-image: linear-gradient(to bottom right, #D4AF37, #b5883e);
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
	border-radius: 100px;
	margin: auto;
}
.vertical-round-image:after {
	content: '';
	display: block;
	padding-bottom: 50%;
}
.vertical-round-image img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.btn {
	padding: 5px 20px;
	border-radius: 100px;
}
.btn-large {
	padding: 10px 60px;
	border-radius: 100px;
	border: none;
}

.splitter-light {
	width: 100%;
	height: 1px;
	background-color: #eee;
}

/**
 --- Webbshop ---
*/

/**
 --- Webbshop - Product list ---
*/
.list-product-box {
	cursor: pointer;
}
.list-product-box p {
	margin-bottom: 0;
}
.list-product-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;

	background: no-repeat center;
}
.list-product-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
input.form-input {
	width: 100%;
	padding: 10px;
}
textarea.form-input {
	width: 100%;
	height: 150px;
	padding: 10px;
}

/**
 --- Cart areas
*/
.cart-table .remove-button {
}

/**
 --- Webbshop - Product page ---
*/
.product-breadcrumb {
	font-size: 14px;
	margin-bottom: 0;
}
.product-image {
	width: 100%;
	position: relative;
}
.product-image:before {
	content: '';
	display: block; 
	padding-top: 70%;
}
.product-image-zoom {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	font-size: 20px;
    cursor: pointer;
}
.product-image > img {
	width: 100%;
	position: absolute;
	top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-images-box__window {
	width: calc(100% - 120px);
	height: 50%;
	overflow: hidden;
}
.product-images-box {
	height: 50px;
}
.product-images-box__image {
	width: 70px;
	height: 50px;
	border: 1px solid lightgray;
	position: relative;

	float: left;
	margin-left: 2px;
}
.product-images-box__image.active {
	border-color: darkgray;
}
.product-images-box__image > img {
	width: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    overflow: hidden;
}
.product-images-box__list {
	overflow: hidden;
	width: calc(100% - 120px);
	width: 70px;
}
.owl-stage-outer {
	width: 70%;
	left: 15%;
	position: absolute !important;
}
.product-images-box__prev {
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px 15px 5px 0px;
	border-radius: 25px;
	background-color: lightgray !important;
	text-align: center;
	font-size: 25px !important;
	color: #fff !important;

	display: inline-block;
	cursor: pointer;
}
.product-images-box__next {
	width: 40px;
	height: 40px;
	float: right;
	margin: 5px 0px 5px 15px;
	border-radius: 25px;
	background-color: lightgray !important;
	text-align: center;
	font-size: 25px !important;
	color: #fff !important;

	display: inline-block;
	cursor: pointer;
}
.product-images-box__prev > i {
	margin-top: 7px;
	margin-right: 0px;
}
.product-images-box__next > i {
	margin-top: 7px;
	margin-left: 0px;
}
.zoom-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	z-index: 10000;
	display: none;
}
.zoom-box {
	position: absolute;
	height: auto;
	width: 80%;
	padding: 35px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	border-radius: 5px;
	z-index: 10005;
}
.zoom-box img {
	width: 100%;
}
.zoom-next {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	padding: 10% 10px;
	cursor: pointer;
}
.zoom-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	padding: 10% 10px;
	cursor: pointer;
}

/*
* TODO: rename all product- to p- for easier reading
*/
.p-information {

}
.p-information .title {
	margin: 10px 0px;
}
.p-information .price {
	margin: 10px 0px;
}
.p-information .quantity {
	margin: 10px 0px;
	display: inline-block;
}
.product-quantity-input {
	display: inline-block;
}

.p-information-box {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.p-information-box:first-of-type {
	border-top: 1px solid #eee;
}
.p-information-box .title {
	padding: 10px 0;
	cursor: pointer;
}
.p-information-box .title p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.p-information-box .information {
	display: none;
}

.cart-table {
	border: none;
}

.ca-box {
	position: absolute;
	top: 70px;
	width: 400px;
	right: 0;
	display: none;
	background-color: #fff;
	padding: 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 2px 2px darkgrey;
	cursor: default;
	color: #212529;
}
.ca-box table {
	width: 100%;
}
.ca-box table tr {
	border-bottom: 1px solid lightgray;
	display: block;
}
.ca-box table td {
	padding: 5px 0px;
}
.ca-box table .remove {
	color: darkgray;
	transition: color .3s;
	cursor: pointer;
	font-size: 12px;
}
.ca-box table .remove:hover {
	color: #212529;
}
.nav-cart .cart-counter {
	background-color: #31aee8;
}
/**
 * Checkout
 */
.c-header-logo {
	display: block;
	height: 50px;
	margin: auto auto auto auto;
	padding-right: 50px;
}
.c-header-back {
	float: left;
}
.c-item-row {
	border-bottom: 1px solid #eee;
}
.c-item-row:first-of-type {
	border-top: 1px solid #eee;
}
.c-item-row p {
	margin: 10px 0px;
}

/* Colors */
.btn-blue {
	background-color: #129bdb;
	color: #fff !important;
	transition: background-color 0.2s;

	cursor: pointer;
}
.btn-blue:hover {
	background-color: #31aee8;
	color: #fff;
	text-decoration: none;
}

.color-dark {
	color: #1e272e;
}
.color-blue {
	color: #129bdb;
}
.color-gold {
	color: #d4af37;
}

.bgcolor-gray {
	background-color: #efeeee;
}

.weight-200 {
	font-weight: 200;
}
.weight-300 {
	font-weight: 300;
}
.weight-400 {
	font-weight: 400;
}
.weight-600 {
	font-weight: 600;
}