/* GENERAL */
body {
	background: #f2e000;
}

.ospuze-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
	width: 100%;
	height: 100vh;
	background-image: url('../img/ospuze-bg.jpg');
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

#ldr {
	background: rgb(255,241,28);
	background: linear-gradient(0deg, rgba(255,241,28,1) 0%, rgba(230,206,0,1) 100%);
}
main {
	background: none;
	position: relative;
	z-index: 2;
}

.btn svg {
	color: #fff11c;
}

header a#logo svg {
	color: #000100;
}

nav a,
nav a:hover {
	color: #000100;
}
	nav a:after {
		background: #000100;
	}
header a.cart svg {
	color: #000100;
}
header a.cart def {
	background: #ff3b5c;
	box-shadow: 0 0 8px #ff3b5c;
}

#cont {
	height: auto !important;
}

#cont .logo svg {
  color: #000100;
}
#cont .logo span {
	color: #000100;
}
#cont .descr {
  color: #000100;
}

#entrance {
	height: auto;
	margin: 0 0 30px;
}

#prod video {
	display: block;
	width: auto;
	height: 95%;
	transform: rotate(12deg);
	box-sizing: border-box;
	padding-left: 0px;
}
/*
#prod img {
	display: block;
	width: auto;
	height: 95%;
	transform: rotate(12deg);
	box-sizing: border-box;
	padding-left: 0px;
}
*/

#product h1 a {
  color: #fff !important;
  text-shadow: 1px 1px #1a1a1a;
  -webkit-text-stroke: 1px #1a1a1a;
}
#product #descr .short {
	color: #000100;
}
#product #descr .full_descr {
	color: #000100;
}

section.info p {
  color: #000100;
}
section.info a {
	color: #000100;
}

.form label {
	color: #000100;
}
.form .inputs > div > .input,
.form .inputs > div > .input:focus {
	color: #000100;
	border: dashed #000100;
	border-width: 0 0 1px 0;
}
.form .btn {
	color: #fff;
}
.ldr {
  background-color: #fff;
}
.form .response {
	color: #fff;
}

footer,
footer .legal a,
footer .social svg,
footer .klarna svg {
  color: rgba(255,255,255, .4);
	transition: all .15s;
}
footer .legal a:hover,
footer .social a:hover svg {
	opacity: 1;
	color: rgba(255,255,255, 1);

}
/* GENERAL */




/* SHOP */
#product h1 a {
  color: #8fe000;
}
/* SHOP */



/* CART */
#cart_content .item {
	background: #fff;
}
	#cart_content .item .descr .title {
		color: #000;
	}
	#cart_content .item .descr .details {
		color: #1a1a1a;
	}
	#cart_content .item .amount_edit input {
		background: #fff11c;
		color: #222;
	}
		#cart_content .item .amount_edit input:focus {
			background: #fff11c;
		}
	#cart_content .item .item_total {
		color: #fff;
	}
#cart .items_adjusted {
	background: #f5db00;
	color: #1a1a1a;
}
#cart .proceed_checkout a.voucher {
	color: #fff;
}
#cart .vat {
	color: rgba(0,0,0, .4);
}
#cart .total {
	color: #000;
}

section.confirmation p {
	color: #000;
}
/* CART */





@media screen and (max-width: 1200px){
	#entrance {
		margin: 0 0 80px;
	}
}




@media screen and (max-width: 750px){
	header {
		position: fixed;
    height: 60px;
    background: rgba(230,206,0, .9);
    padding: 15px 20px 0;
    box-shadow: none;
	}
	header.c {
    box-shadow: none;
  }

	header.mobile_vis a#logo svg {
		color: #fff;
	}
	header.mobile_vis a#menu svg {
		color: #fff;
	}
	header.mobile_vis a.cart svg {
		color: #fff;
	}
	nav a {
		color: #fff;
	}
	nav a:hover {
		color: rgba(230,206,0);
	}

	#prod video {
		display: inline-block;
		width: 100%;
		max-width: 350px;
		height: auto;
		padding-left: 10px;
		margin: 0 auto 20px;
	}
}
