.container{
	width: 100%;
	height: 100%;
	background-color: #000;
	
}

body{
	margin: 0;
}
/* NAVBAR start  */
.navbar{
	overflow: hidden;
	background-color:  #5f636b;
	padding: 0;
	margin: 0;
	
}

.logo{
	padding-left: 30px;
	float: left;
	padding-top: 2.5px;
	padding-bottom: 0;
	
}

.menupontok{
	font-size: 30px;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 27.5px;
	padding-bottom: 22.5px;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	margin-left: 20px;

}

#cart{
	font-size: 30px;
	float: right;
	text-decoration: none;
	text-align: center;
	padding-top: 27.5px;
	padding-bottom: 22.5px;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	margin-right: 20px;
}

#cart:hover{
	text-decoration: underline;
	color: #fff;
}

.menupontok:hover{
	text-decoration: underline;
	color: #fff;
	
}

.icon1{
	display: none;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
	  .navbar a:not(:first-child) {display: none;}
	  .navbar a.icon {
	    float: right;
	    display: block;
	  }

	  .logo_mobil{
	  	height: 50px;
	  	padding-top: 2.25px;
	  }

	  .hamburger_icon{
	    display: inline-block;
	    margin: 12.125px 5px 0 0;
	  }

	  .sor1,.sor2,.sor3{
	    width: 35px;
	    height: 5px;
	    background-color: #000;
	    margin: 5px 0;
	    border-radius: 2px;
	}
	   

	  .navbar.responsive {position: relative;}
	  .navbar.responsive .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	  }
	  .navbar.responsive a {
	    float: none;
	    display: block;
	    text-align: center;
	    font-size: 20px;

	  }

	  .navbar.responsive a#cart {
	    float: none;
	    display: block;
	    text-align: center;
	    font-size: 20px;
	    margin-left: 20px;
	  }

  }



  #kereso_id{
  	border: 1px solid #ccc;
  	width: 100%;
  	height: 35px;
  	font-size: 20px;
  	border-radius: 6px;
  	margin-left: 30px;
  	text-indent: 5px;
  	padding-left: 22px;
  	

  }

  #search{
  	padding-top: 24px;
  	padding-bottom: 20.5px;
  	float: left;
  	position: relative;
  	
  }

  #kereso_id:focus{
  	
  	box-shadow: 0px 0px 6px #000;
  	
  	}

  #search .fa-search { 
  position: absolute;
  top: 35px;
  left: 35px;
}


	
	@media screen and (max-width: 600px) {
		
		#kereso_id{
			width:80%;
			height: 20px;
			margin: 0;
			text-indent: 5px;
			padding-left: 25px;

		}
		#search{
  		 float: none;
	    display: block;
	    text-align: center;
	    font-size: 20px;
		}

		 #search .fa-search { 
		  position: absolute;
		  top: 25px;
		  left: 30px;	
	  	}
		
		
		
	}
/*NAVBAR end*/

/*FOOTER START*/
#footer{
	background-color: #5f636b;
	height: 80px;
	text-align: center;
	
	bottom: 0;
	width: 100%;
	position: relative;

}

#copyright{
	
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 26.5px;
	margin:0;
	padding-top: 26.5px;

}

@media screen and (max-width: 600px) {

		#footer{
		background-color: #5f636b;
		width: 100%;
		height: 40px;
		text-align: center;
		position: relative;





	}

	#copyright{
		padding-top: 10px;
		font-size: 10px;
		font-family: "Courier New", Courier, monospace;
		
	}
}
/*FOOTER END*/

/*GALLERY START*/
#gallery_3d{
	perspective: 1000px; 
  	background: #000; 
  	overflow: hidden;
  	padding-top: 5%;
  	padding-bottom: 10%;
  	z-index: 1;
  	min-height: 700px;
  	
}

#pic_spiner{
	  transform-style: preserve-3d; 
	  height: 300px; 
	  transform-origin: 50% 50% -500px; 
	  transition: 1s;
}


figure#pic_spiner img { 
  width: 40%; max-width: 430px; 
  position: absolute;
  left: 35%;
  transform-origin: 50% 50% -500px;
  outline:1px solid transparent;
}


figure#pic_spiner img:nth-child(1) { transform:rotateY(0deg); }
figure#pic_spiner img:nth-child(2) { transform: rotateY(90deg); }
figure#pic_spiner img:nth-child(3) { transform: rotateY(180deg); }
figure#pic_spiner img:nth-child(4) { transform: rotateY(270deg); }


.fa-arrow-left{
	float: left;
	color: #5f636b;
	cursor: pointer;
	padding-left: 2%;
}

.fa-arrow-right{
	float: right;
	color: #5f636b;
	cursor: pointer;
	padding-right: 2%;

}

#arrows{
	background-color: #000;
	overflow: hidden;
}




html{
	background-color: #000;
	height: 100%;
}
/*-----------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {

	#gallery_3d{
	perspective: 1000px; 
  	background: #000; 
  	overflow: hidden;
  	padding-top: 40%;
  	min-height: 500px;
  	width:100%;
  	perspective-origin: 50% 50%;
  	
}

#pic_spiner{
	  transform-style: preserve-3d; 
	  height: 200px; min-height: 60px;
	  transform-origin: 50% 47% 0px; 
	  transition: 2s;
}


figure#pic_spiner img { 
  width: 60%;
  position: absolute;
  left: 22.5%;
  transform-origin: 50% 47% 105px;
  outline:1px solid transparent;
}




}

/*GALLERY END*/



/*MY ACCOUNT PAGE*/

#myaccount_id{
	color: #fff;
	text-align: center;
}

html#html_id{
	background-color: #fff;
}


#forms_container{
	position: relative;

}

#login{
	float: left;
	width: 50%;
	text-align: center;
}


#register{
	float: left;
	width: 50%;
	text-align: center;
	min-height: 800px;
	height: 100%;
	
	
}


.required{
	color: red;
	font-weight: 700;
}

#email_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
}

#password_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
}

.button{
	padding: 10px 30px;
	margin-top: 15px;
	background-color: #000;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#first_name_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
	
}

#second_name_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
	
}


#reg_email_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
}

#reg_password_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
}

#reg_password_confirm_id{
	height: 30px;
	border-radius: 3px;
	border: 1px solid  #5f636b;
	width: 70%;
}

#reg_country_id{
height: 30px;
width: 20%;
border-radius: 3px;
border: 1px solid  #5f636b;

}

#reg_city_id{
	height: 30px;
	width: 70%;
	border-radius: 3px;
	border: 1px solid  #5f636b;
}

#reg_address_id{
	height: 30px;
	width: 70%;
	border-radius: 3px;
	border: 1px solid  #5f636b;
}

#reg_tel_id{
	height: 30px;
	width: 50%;
	border-radius: 3px;
	border: 1px solid  #5f636b;
}

.footer_2{
	position: relative;
	float: left;
	background-color: #5f636b;
	height: 80px;
	text-align: center;
	width: 100%;
}


#email_error{
	display: none;
}

#password_error{
	display: none;
}

#firstname_reg_error{
	display: none;
}

#secondname_reg_error{
	display: none;
}

#email_reg_error{
	display: none;
}

#reg_pass_error{
	display: none;
}


#pass_conf_error{
	display: none;
}



@media screen and (max-width: 600px){
		#login{
		float: left;
		width: 100%;
		text-align: center;
	}


	#register{
		float: left;
		width: 100%;
		text-align: center;
	}
}


/*--------------------------------------------------------------------------------------------
-------------------------------ABOUT PAGE-----------------------------------------------------
----------------------------------------------------------------------------------------------*/

.content{
	height: 100%;
}

#about_container{
	width: 100%;
	height: 100%;
	background-color: #fff;
}


#about_pic{
	text-align: center;
	padding-top: 50px;
}

#about_text{
	text-align: center;
}

#pic_me_large{
	width: 60%;
}

#pic_me_mobile{
	display: none;
}


@media screen and (max-width: 600px){
		#pic_me_large{
		width: 60%;
		display: none;
	}

	#pic_me_mobile{
		display: block;
		width: 100%;
		
	}

	#about_pic{
	text-align: center;
	padding-top: 0;
}

	
#about_content{
	min-height: 600px;
}


}



/*------------------------------------------------------------------------------------------
--------------------------------------INSERT PAGE--------------------------------------------
--------------------------------------------------------------------------------------------*/

.col-xs-6{
	 
	 font-size: 20px;
}





/*-------------*/
#bal{
	position: absolute;
	z-index: 2;
	top: 100px;
	width: 50%;
	height: 100%;
}

#jobb{
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 50%;
	width: 50%;
	height: 100%;
}



/*-----------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------SHOP PAGE-----------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------*/

#product_container{
	width: 100%;
	min-height: 700px;
	position: relative;
	text-align: center;
	background-color: #fff;
}

#single_product{
	width: 30%;
	max-height: 400px;
	position: relative;
	float: left;
	color: #000;
	padding-left: 30px;

	
}

#pro_img{
	width: 300px;
	height: 200px;
	
}

.shop_buttons{
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border: 0;
	cursor: pointer;
	
}

.nodecor{
	text-decoration: none;
}

@media screen and (max-width: 600px){

		

		#single_product{
		width: 100%;
		max-height: 400px;
		position: relative;
		float: left;
		color: #000;
		padding: 20px 0;	
	}
}



/*---------------------------------------------------------------------------------------------------------------
----------------------------------------DESCRIPTION PAGE----------------------------------------------------------
---------------------------------------------------------------------------------------------------------------*/

#desc_container{
	width: 100%
	height:100%;
	text-align: center;
	position: relative;
}

#desc_product{
	width: 50%;
	min-height: 900px;
	position: relative;
	float: left;
	color: #000;
	padding-left: 25%;
	text-align: center;
}

#desc_img{
	width: 70%;
	height: 70%;
	text-align: center;
}


@media screen and (max-width: 600px){

        #desc_product{
        		width: 80%;
        		min-height: 900px;
        		position: relative;
        		float: left;
        		color: #000;
        		padding-left: 10%;
        		text-align: center;
        	}
		

		#desc_img{
		width: 100%;
		height: 100%;
		text-align: center;
	}
}




/*----------------------------------------------------------------------------------
---------------------------------cart.php-----------------------------------------
-----------------------------------------------------------------------------------*/

.cart_div{
	width: 33%;
	position: relative;
	float: left;
	font-size: 20px;
	height: 150px;
	text-align: center;

	
}

#cart_img{
	width: 30%;
	height: 50%;
}

#summ{
	position: relative;
	float: right;
	width: 33%;
	font-size: 20px;
}


.cart_butt{
	width: 20%;
	position: relative;
	float: left;
}

@media screen and (max-width: 600px){

	.cart_butt{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
}


/*---------------------------------------------------------------------
---------------------------DELETE ACC----------------------------------
-----------------------------------------------------------------------*/

#delete_container{
	min-height: 700px;
	background-color: #fff;
	text-align: center;
}


/*---------------------------------------------------------------------------
-----------------------------IMAGES NOT DOWNLOADABLE-------------------------
-----------------------------------------------------------------------------*/
img{
	pointer-events: none;
}



/*------------------------------------------------------------------------------
-------------------------PAYMENT PAGE------------------------------------------
---------------------------------------------------------------------------------*/

.payment_container{
	width: 100%;
	min-height: 900px;
	text-align: center;
	background-color: #fff;
}

