@charset "UTF-8";
/* CSS Document */
/*Shirt Filter--------------------------------------------------------------------------------------------------------------------*/
#filter{
	padding-top: 3em;
	padding-bottom: 1em;
}
	
.filterHeading{
	display: none;
}

#filters{
	width: 75%;
	float: left;
	margin-top: 1em;
	height: 7em;
	margin-left: 5%;
}
/*Colour filter*/
#filterColour{
	display: none;
	width: 100%;
	margin-top: 1em;
}

.colours{
	display: none;
}

#filterColour label{
	display: inline-block;
	width: 2em;
	padding-bottom: 0.1em;
}

.colours:checked + label{
	border-bottom: thin solid hsla(0,0%,0%,1.00);
}
	
#filterColour label img{
	width: 100%;
	display: block;
}

#filterToggle:checked ~ section ul#filterColour{
	display: inline-block;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*Pattern filter*/
#filterPattern{
	display: none;
	width: 100%;
}

.patterns{
	display: none;
}

#filterPattern label{
	display: inline-block;
	width: 2em;
	padding-bottom: 0.1em;
}

.patterns:checked + label{
	border-bottom: thin solid hsla(0,0%,0%,1.00);
}

#filterPattern label img{
	width: 100%;
	display: block;
}

#filterToggle:checked ~ section ul#filterPattern{
	display: inline-block;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*Cloth filter*/
#filterCloth{
	display: none;
	width: 100%;
}

.cloths{
	display: none;
}

#filterCloth label{
	display: inline-block;
	padding: 0 0.1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
}

.cloths:checked + label{
	border-bottom: thin solid hsla(0,0%,0%,1.00);
}

#filterToggle:checked ~ section ul#filterCloth{
	display: inline-block;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*Toggle Bar-Checkbox styling*/
#filterToggle{
	display: none;
}

#filterToggle + label{
	background-size: 4.5em;
	background-repeat: no-repeat;
	background-image: url(../../navIcons/filterOff.png);
	display: inline-block;
	width: 20%;
	height: 7em;
	background-position: center;
	margin-top: 1em;
	float: left;
}

#filterToggle:checked + label{
	background-image: url(../../navIcons/filterOn.png);
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*Selected options*/
#filtersApplied{
	width: 90%;
	margin-top: 1em;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 1em;
}

td{
	width: 100%;
	display: block;
}

.selectedFilters, .info{
	display: inline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.info{
	font-weight: 200;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*Shirt Samples-------------------------------------------------------------------------------------------------------------------*/
div img{
	width: 100%;
	position: relative;
}

.sample{
	position: relative;
	width: 30%;
	display: inline-block;
}

#samples{
	text-align: center;
	padding-top: 0.1em;
}

.fabricCode{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
}

/*Gallery------------------------------------------------------------------------------------------------------------------------*/
#closeGallery{
	float: right;
	background-color: rgba(0,0,0,0);
	border: none;
    color: #F1F1F1;
    font-size: 2em;;
    font-weight: bold;
	position: absolute;
	right: 0;
	top: 1em;
}

#gallery img{
	width: 100%;
}

#gallery p{
	width: 100%;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
}

#gallery{
	display: none;
	position: fixed;
	z-index: 10;
	padding-top: 5em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/