html{
	height: 100%;
    box-sizing: border-box;
}
body{ padding: 0; margin: 0; font-family: 'Catamaran', sans-serif; background-color: #ededed; position: relative; padding-bottom: 50px; min-height:100%; }

*::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ededed;
}

*::-webkit-scrollbar{
	width: 6px;
	background-color: #ededed;
}

*::-webkit-scrollbar-thumb{
	background-color: #990099;
}

/* 
#----------------------#
#                      #
#	Style STORE page   #
#      MAIN MENU       #
#                      #
#----------------------#
*/
/* The side navigation menu */
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 3; 
    top: 0;
    left: 0;
    background-color: #111; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.3em;
    color: #d0d0d0;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #990099;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#ex_M, #ex_H{
    cursor: pointer;
}

#menuM, #menuH{
    text-indent: 1.5em;
    display: none;
}

.header{
    width: 100%;
    height: 50px;
    background: #333;
    display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.header a.menu_btn{
    text-decoration: none;
    font-size: 2em;
    height: 100%;
    padding: 10px 20px;
    cursor: pointer;
    color: #ededed;
    transition-duration: .3s;
}
.header a.menu_btn:hover{
    color: #990099;
}
.header .left{
	position: absolute;
	left: 10px; 
	top: auto;
}
.header .right{
	position: absolute;
	right: 0; 
	top: auto;
}

.log_btn, .Reg_btn{
	width: 70px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    padding: 8px 10px;
    transition-duration: .5s;
}

.log_btn, .Reg_btn{
    background: white;
    color: black;
}
.log_btn:hover, .Reg_btn:hover{
    background: #990099;
    color: white;
    border-color: #990099;
}
/* 
#----------------------#
#                      #
#	Style STORE page   #
#       PRODEUCTS      #
#            LAYOUT    #
#                      #
#----------------------#
*/
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	line-height:1;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:’’;
	content:none;
}

/*------------------------------------*\
	$MAIN
\*------------------------------------*/

.displayer {
	margin: 0 auto;
	width: 90%;
	max-width: 1240px;
	font-family: 'Catamaran', sans-serif;
	background-color: #ededed;
}

h1 {
	font-size: 28px;
	font-weight: 300;
	flex: 1;
}

h5 {
	font-weight: 500;
	line-height: 1.7em;
}

h6 {
	color: #666;
	font-size: 14px;
}

/*------------------------------------*\
	      Products layout
\*------------------------------------*/

.products {
	display: flex;
	flex-wrap: wrap;
}

.product-card {
	display: flex;
	flex-direction: column;
	
	padding: 2%;
	flex: 1 16%;
	
	background-color: #FFF;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
}
.product-card:hover{
	transition-duration: 0.5s;
	background-color: #ddd;
}
.product-image img {
	width: 100%;
}


.product-info {
	margin-top: auto;
	padding-top: 20px;
	text-align: center;
}

@media ( max-width: 920px ) {
	
	.product-card {
		flex: 1 21%;
	}
	
	.products .product-card:first-child, 
	.products .product-card:nth-child(2) {
		flex: 2 46%;
	}
	
}

@media ( max-width: 600px ) {
	
	.product-card {
		flex: 1 46%;
	}
	
}

@media ( max-width: 480px ) {
	
	h1 {
		margin-bottom: 20px;
	}
	
}
/* 
#----------------------#
#                      #
#	Style STORE page   #
#       SPECIFIC       #
#       PRODUCTS       #
#        LAYOUT        #
#                      #
#----------------------#
*/

.VandH_align{
	height: 100vh;
	background-color: #ededed;
	font-family: 'Quicksand', Arial, sans-serif;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.container{
	vertical-align: top;
	position: absolute;
	left: 10vw;
	width: 30vw;

}

.info-container{
	position: absolute;
	right: 10vw;
	width: 40vw;
}
.info-container h2{
	border-left: 2px solid #990099;
	font-size: 2.5em;
	padding-left: 10px;
	margin: 0 0 1em 0;
}

.info-container h5{
	text-align: left;
	font-size: 1.2em;
	padding: .5em 0 .5em 0;
}

.info-container button[type=submit]{ 
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
	background: transparent;
	color: #333;
	border: 2px solid #333;
	padding: 6px 8px;  
	font-size:1.2em;
	cursor: pointer;
	transition-duration: 0.5s;

}
.info-container button[type=submit]:hover{
	background-color: #333;
	color: #ededed;
}
select{
	cursor: pointer;
}

@media (max-width: 940px){
	.VandH_align{
		width: 100%;
		height: auto;
		position: relative;
		display: block;
	}
	.container{
		width: 70%;
		left: 0;
		position: relative;
		margin: 10px auto;
	}

	.info-container{
		width: 70%;
		left: 0;
		position: relative;
		margin: 10px auto;
		padding: 20px 0;

	}
}

@media screen and (max-width: 480px){
	.VandH_align{
		width: 100%;
		height: auto;
		position: relative;
		display: block;
	}
	.container{
		width: 90%;
		left: 0;
		position: relative;
		margin: 10px auto;
	}

	.info-container{
		width: 90%;
		left: 0;
		position: relative;
		margin: 10px auto;

	}
}

/*
####################
#				   #
#   Slide   style  #
#	   Start       #
#	               #
####################
*/

	.slideshow-container {
		width: 100%;
	  	position: relative;
	  	margin: auto;
	}
	.Slides {
	    display: none;
	}

	/* Next & previous buttons */
	.prev, .next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		background-color: #fff;
		opacity: .3;
		margin-top: -22px;
		padding: 16px;
		color: #333;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 0 3px 3px 0;
	}

	/* Position the "next button" to the right */
	.prev{
		left: 0;
		border-radius: 3px 0 0 3px;
	}
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
	  background-color: rgba(0,0,0,0.8);
	  opacity: 1;
	  color: white;
	}

	/* The dots/bullets/indicators */
	.dot {
	  cursor:pointer;
	  height: 13px;
	  width: 13px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	.active, .dot:hover {
	  background-color: #606060;
	}

	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}

	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
/* 
#----------------------#
#                      #
#	Style CART page   #
#                      #
#----------------------#
 change this stuff*/

.cart_cont{
	width: 80vw;
	background-color: #ededed;
	font-family: 'Quicksand', Arial, sans-serif;
	position: relative;
	margin: 60px auto;
}
.cart_cont h1{
	border-left: 2px solid #990099;
	font-size: 2.5em;
	padding-left: 10px;
	margin: 0 0 1em 0;
}
.cart_cont button[type=submit]{
	text-decoration: none;
	background: transparent;
	color: #333;
	border: 2px solid #333;
	padding: 6px 8px; 
	font-size:1.2em;
	cursor: pointer;
	transition-duration: 0.5s;

}
.cart_cont button[type=submit]:hover{
	color: #ededed;
	background-color: #333;
}
@media screen and (max-width: 480px){
	.cart_cont{
		width: 100%;
		font-size: .9em;
		margin:0;
	}
	.cart_cont h1{
		margin-left: 10px;
	}
}


/* 
#----------------------#
#                      #
#	Style LOGIN page   #
#                      #
#----------------------#
*/

.v_align{
	overflow: hidden;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;

	background: #ededed;
	font-family: 'Catamaran', sans-serif;
}

.f_container{
	width: 50vw;
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

.title{
	border-left: 3px solid #990099;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-size: 2.1em;
}

.f_container input{
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
	text-indent: 20px;
	font-size: 1.3em;
}

.f_container input[type=submit]{
	width: 50%;
	background-color: transparent;
	font-size: 1.1em;
	color: #990099;
	padding: 10px 0px;
	border: 2px solid #990099;
	cursor: pointer;
	transition-duration: .5s;
}
.f_container input[type=submit]:hover{
	background-color: #990099;
	color: white;
}
.f_container p{
	text-align: left;
	width: 100vw;
	color: #ff1212;
}

@media ( max-width: 600px ) {
	
	.f_container{
		width: 70vw;
	}	
	
}

@media ( max-width: 480px ) {
	
	.f_container{
		width: 80vw;
	}	
	
}

/* 
#-----------------------#
#                       #
#  Style REGISTER page  #
#                       #
#-----------------------#
*/

.side{
	width: 40%;
	max-width: 350px;
	margin: 0 20px;

	font-family: 'Catamaran', sans-serif;
}
.side input{
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-indent: 20px;
	font-size: 1em;
}
.gen_radio span{
	padding: 10px;
}
.gen_radio input[type=radio]{
	width: 10px;
	padding: 1px;
}
.side input[type=submit]{
	width: 50%;
	background-color: transparent;
	font-size: 1em;
	color: #990099;
	padding: 10px 0px;
	border: 2px solid #990099;
	cursor: pointer;
	transition-duration: .5s;
}
.side input[type=submit]:hover{
	background-color: #990099;
	color: white;
}
#msg_disp{
	padding: 10px 0;
	color: #333;
}
#home_anc{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 2em;

	text-decoration: none;
	color: #333;
	transition-duration: .5s;
}
#home_anc:hover{
	color:#990099;
}


#l_anc{
	text-decoration: none;
	color: #333;
	transition-duration: .5s;
}
#l_anc:hover{
	color:#990099;
	text-decoration: underline;
}
@media screen and (max-width: 900px){
	.side2{
		display: none;
	}
	.side{
		width: 80%;
		max-width: 300px;
		position: relative;
		margin: 0 auto;
	}
}

footer{
	font-size: .9em;
	color: #ededed;
	margin-top: 20px;
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	width: 100%;
	background: #333;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.row{
	display: flex;
	flex-direction: row;
	justify-content: center;	
}
.con-wrap img{
	width: 22px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	margin: auto;
}
.left{
	position: absolute;
	left: 10px;
}

.right{
	position: absolute;
	right: 10px;
}

