@charset "UTF-8";
/*
Theme Name: -
Theme URI: http://www.grouplino.com
Description: -
Author: grouplino
Version: 1.0
*/

html, body, div, span, applet, object, iframe, menu,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, px, font, img,
ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i, marquee, p {
	margin:0;
	padding:0;
	border:0;
	
	list-style-type:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:0;
	
	line-height:100%;
}


@font-face {
	font-family:"Oswald Regular";
	src:url("fonts/Oswald-VariableFont_wght.woff2") format("woff2"),url("fonts/Oswald-VariableFont_wght.woff") format("woff"),url("fonts/Oswald-VariableFont_wght.otf") format("opentype");
	font-style:normal;font-weight:400;
}


@font-face {
	font-family:"Oswald Light";
	src:url("fonts/Oswald-Light.woff2") format("woff2"),url("fonts/Oswald-Light.woff") format("woff"),url("fonts/Oswald-Light.otf") format("opentype");
	font-style:normal;font-weight:400;
}
		

html, body {
	
	-webkit-text-size-adjust: none;
	touch-action: manipulation;
	
	font-size:15pt;
	background-position: center top;
	background-repeat: repeat-x;
	text-align: left;
	
	color: black;
	font-family:"Oswald Regular";
	font-weight: 200;
}


/* HEADER */


header {
	text-align: center;
	height:auto;
	margin-top: 40px;
	position: relative;
}

header.main {
	background-image: url(sopr-image-cloud.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

header .container {
	width: 90%;
	max-width: 1900px;
	margin: 0 auto;
	overflow: hidden;
}

header .container div.left {
	float: left;
	width: auto;
	line-height: 62px;
	text-align: left;
}

header .container div.right {
	float: right;
	width: auto;
	line-height: 62px;
	text-align: right;
}

header .container div.center {
	text-align: center;
	margin:0 right-floated-width 0 left-floated-width;
}

header .container div.center img {
	display: inline-block;
}


/* FOOTER */


footer {
	width: 90%;
	max-width: 2200px;
	margin: 0 auto;
	overflow: hidden;
}

footer .container div.left {
	float: left;
	width: 25%;
	line-height: 62px;
}

footer .container div.right {
	float: right;
	width: 25%;
	line-height: 62px;
}

footer .container div.center {
	text-align: center;
	margin:0 right-floated-width 0 left-floated-width;
}


/* SECTION */


section {
	margin-bottom: 25px;
	overflow: hidden;
}

section .container {
	width: 90%;
	max-width: 1900px;
	margin: 30px auto;
	display: table;
	overflow: hidden;
}

section .container-big {
	width: 90%;
	max-width: 2600px;
	margin: 30px auto;
	display: table;
	overflow: hidden;
}

section div.left {
	position: relative;
	vertical-align: top;
	display: table-cell;
	min-width: 20%;
}

section div.right {
	position: relative;
	vertical-align: top;
	display: table-cell;
	width: 80%;
	margin: 0;
}

#login .left, #login .right {
	width: 50%;
	font-family:"Oswald Light";
}

img {
	image-rendering: auto;
}


/* SECTION */


#login {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: rgb(221, 221, 221);
	padding-bottom: 10%;
	
	background: url('/assets/background.jpeg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box {
	max-width: 560px;
	padding: 40px 20px;
	width: 90%;
	margin: 0 auto;
}

.box div.right {
	padding-left:2.5em;
}

.whitebox {
	background: white;
	border-radius: 21px;
	padding: 40px 20px;
	width: 80%;
	max-width: 560px;
	margin: 0 auto;
}

#login .button {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-family:"Oswald Regular";
	background-color: #FB0A68;
	font-size: 1em;
	padding: 0.5em 0.5em 0.6em 0.5em;
	text-transform: uppercase;
	cursor: pointer;
}

#login header {
	margin: 3em 0 7% 0;
}

#digits {
	text-align: center;
}

#digits input {
	-webkit-appearance: none;
	-moz-appearance: none;
	
	padding: 0.3em 0.2em 0.3em 0.2em;
	margin-right: 5px;
	width: 40px;
	text-align: center;
	font-size: 2em;
	display: inline-block;
	
	color: black;
	
	border: 1px solid #FB0A68;
	border-radius: 10px;
}

#digits input:last-child {
	margin-right: 0;
}


/* MENUS */


#categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#categories li {
	font-family:"Oswald Light";
	display: inline-block;
	margin: 0 0.3em;
	padding: 0.5em 0.5em 0.6em 0.5em;
	text-transform: uppercase;
}

#categories li:last-child {
	margin: 0;
}

#seasons {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#seasons li {
	font-family:"Oswald Light";
	display: inline-block;
	margin: 0 0.3em 0 0;
	padding: 0.1em 0.1em 0 0;
	font-size: 1.8em;
	text-transform: uppercase;
}

#filters {
	display: inline-block;
}

#filters select {
	border-radius: 0;
	border: 0;
	font-family:"Oswald Light";
	background-color: transparent;
	-webkit-appearance: none;
	padding: 0.3em 3em 0.4em 0.5em;
	font-size: 0.9em;
	-moz-appearance: none;
	width: auto;
	text-transform: uppercase;
}

#filters .selection {
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

#filters .filter {
	display: inline-block;
	border:solid black 1px;
	margin: 0.1em;
	padding-right: 0.3em;
	background: url("arrow.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 0.9em;
	vertical-align: top;
	text-transform: uppercase;
}

#filters .addall, #mybasket span {
	margin: 0 0 0 40px;
	display: inline-block;
	cursor: pointer;
}

#brands {
}

#brands li div {
	display: inline-block;
	font-size: 1em;
	font-family:"Oswald Light";
	margin: 15px 0 0 0;
	padding: 0.5em 0.5em 0.6em 0.5em;
	text-transform: uppercase;
}

#download div {
	margin-left: 1em;
	padding: 0.1em 0;
}

#download div {
	display: inline-block;
	cursor: pointer;
}

#download .bag {
	background: url("bag.svg") no-repeat center center;
	width: 30px;
	height: 40px;
	
	text-align: center;
	
	line-height: 51px;
	color: #FB0A68;
	font-size: 0.8em;
	font-family:"Oswald Regular";
}

#download .all, #mybasket span {
	border-bottom:1px solid black;
}

#download .all:hover, #mybasket span:hover {
	border-bottom:1px solid border: 1px solid #f0f0f0;
	color: #FB0A68;
}

#selection {
	position: relative;
	min-height: 300px;
}

#selection .item {
	position: relative;
	display: block;
	float: left;
	width: 300px;
	margin: 5px;
	z-index: 5;
	border: 1px solid #f0f0f0;
	//background-color: #f0f0f0;
	background-image: url(loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#selection .item.large {
	position: relative;
	display: block;
	float: left;
	width: 610px;
}

#selection .item.hidden {
	
}

#selection .menu {
	width: 100%;
	background-color: white;
	height: 30px;
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right:0;
	padding: 12px 0;
	text-align: right;
	opacity: 0;
	z-index: 99;
}

#selection .menu span, #selection .menu a {
	padding:0 20px 0 0;
	cursor: pointer;
}

#selection span.del, #selection span.add, #selection a.get {
	height: 30px;
	position: relative;
	z-index: 999;
}

#selection .preview {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 350px;
	padding: 10px 0;
}

#selection .item.large .preview {
	height: 730px;
}

#selection .item:hover .menu {
	opacity: 1;
}

#selection .item.inbasket {
	border: 1px solid #FB0A68;
}


/* FONT */


.em {
	font-size: 3em;
	line-height: 150%;
}
.un {
	text-decoration: underline;
}
p { 
	line-height: 120%;
	max-width: 95%;
	margin: 0 auto;
	padding-bottom: 1em;
}

p:last-child { 
	padding-bottom: 0;
}

p.center {
	text-align: center;
}

#login p {
	text-transform: uppercase;
}

h1 {
	font-family:"Oswald Regular";
	text-transform: uppercase;
	color: #FB0A68;
	font-size: 2.3em;
	text-align: center;
	line-height: 90%;
	
	margin-bottom: 0.5em;
}

h2 {
	font-family:"Oswald Regular";
	text-transform: uppercase;
	color: white;
	text-align: left;
	padding-bottom: 0.7em;
	font-size: 1.7em;
	
	text-shadow: 4px 4px 10px rgba(0,0,0,0.77);
}

.hidden { 
	color: lightgrey;
}

#categories li.selected {
	color: white;
	font-family:"Oswald Regular";
	background-color: #FB0A68;
	text-decoration: underline;
}

#categories li:hover {
	text-decoration: underline;
	cursor: pointer;
}

#seasons li.selected {
	color: #FB0A68;
	font-family:"Oswald Regular";
	text-decoration: underline;
}

#seasons li:hover {
	text-decoration: underline;
	cursor: pointer;
}

#brands li div:hover {
	text-decoration: underline;
	cursor: pointer;
}

#brands li div.selected {
	color: white;
	font-family:"Oswald Regular";
	background-color: #FB0A68;
	text-decoration: underline;
}

@media only screen and (max-width : 1450px) {
	
	h1 {
		font-size: 1.9em;
	}
	
	h2 {
		max-width: 90%;
		font-size: 1em;
	}
	
	#login .left, #login .right {
		max-width: 50%;
	}
	
	.box div.left, .box div.right {
		max-width: 40% !important;
	}
	
	.box div.right {
		padding-left: 2em;
	}
	
	.container {
		width: 100%;
		max-width: 900px;
		margin: 20px auto;	
	}
	
	section {
		margin-bottom: 40px;
	}
	
	header img {
		width: 60%;
	} 
	
	.container div.left, .container div.right {
		display: inline-block;
		float: auto;
		width: auto;
	}
	
	div.left p, div.right p {
		max-width: 90%;
	}
	
	#selection {
		position: relative;
		min-height: 300px;
	}
	
	#selection .item {
		position: relative;
		display: block;
		float: left;
		width: 180px;
		margin: 5px;
		z-index: 5;
	}

	#selection .item.large {
		position: relative;
		display: block;
		float: left;
		width: 370px;
	}
	
	#selection .preview {
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 280px;
		padding: 10px 0;
	}
	
	#selection .item.large .preview {
		height: 590px;
	}
}

@media only screen and (max-width : 800px) {
	
	h2 {
		max-width: 90%;
	}
	
	.container {
		width: 100%;
		max-width: 650px;
		margin: 30px auto;	
	}
	
	a img {width: 130%;}
	
}

@media only screen and (max-width : 480px) {
	
	h2 {
		max-width: 90%;
	}
	
	section {
		margin-bottom: 30px;
	}
	
	.container {
		width: 100%;
		max-width: 400px;
		margin: 10px auto;
	}
	
	
}
	