@charset "utf-8";
/* CSS Document */

html{scroll-behavior: smooth;}
	

body {
    font-family: 'Poppins';
    box-sizing: border-box;
}


nav {
	background: black;
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	height: 50px;
	line-height: 65px;
	padding-top:0px;
	
}


.logo{
	width:15%;
}

#logo{width: 25%; margin-top:0px; margin-left: 10px;}


input[type=text] {
 width: 130px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border:none ! important;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 8%;
  background-position: 4px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 50%;
  background: white;
}


.wrapper{
	position: relative;
	background:#fff;
    /*background: rgb(224,134,44);
    background: linear-gradient(270deg, rgba(224,134,44,1) 9%, rgba(245,237,229,1) 23%, rgba(244,124,4,1) 44%, rgba(246,227,207,1) 90%, rgba(224,94,7,1) 100%);*/
	width:100%;
	max-height:58px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper .nav-links{
	display: inline-flex;

}

.nav-links {
    /*background:green;*/
    margin-right:0px;
    margin-top:12px !important;
}

.nav-links li a{
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px;
	margin-top:0px;
	/*background:white;*/
	border-radius:1px;
	transition: all 0.3s ease;
}

.nav-links li a:hover{
	background:#000;
	color: white;
}

.nav-links li{
	list-style: none;
}


.wrapper .logo a{
	color: white;
	margin-top: 20px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

.wrapper .logo p{
	margin-top: -50px;
}


.nav-links .drop-menu{
	width: 180px;
	line-height: 45px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
	top: 30px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}


.drop-menu{
	background: white !important;
	margin-top: 2px !important;
	border-radius: 12px !important;
}

.drop-menu li a{
	width: 100%;
	display: block;
	padding: 0 0 0 5px;
	font-weight: 400;
}

.mega-box{
	position: absolute;
	top:80px;
	background: black;
	width: 100%;
	left: 0;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}


.mega-box .content{
	background: white;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-style: solid;
	border-color:darkviolet; 
	padding:30px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.content .row{
	width: calc(25%-30px);
	line-height: 45px;	
	margin-top: -20px;
}
 .row img{
	width: 340px;
	height:260px;
	margin-top: 10px;
	object-fit: cover;
}

.content .row header{
	color: white;
	font-size:15px;
	margin-right: -100px;
	text-shadow: 1px 1px black;
	margin-top:5px;
	outline-color: black;
	outline-style: solid;
	outline-width: 1px;
	
	font-weight: 600;
}

.content .row .mega-links{
	margin-top:45px;
	padding: 0 10px;
	border-left: solid rgba(255, 255, 255,0.09);
}

.content .row:nth-child(1),
.content .row:nth-child(1){
	border-left: 0;
}

.row .mega-links li a{
	padding: 0 5px;
	font-size: 14px;
	display: block;
}


.row .mega-links li a:hover{
	color: white;	
}




.nav-links .mobile-item{
		display: none;
  }

.wrapper input{
	display: none;
}

.wrapper .btn{
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

.wrapper .btn.cancel-btn{
	position: absolute;
	right:10px;
	top: 10px;
}



#hed1{
  margin-left:0px !important;  
}

.link1{
    margin-top:40px !important;
    margin-left:-10px !important;
}

#hed2{
  margin-left:0px !important;  
}

.link2{
    margin-top:40px !important;
    margin-left:0px !important;
}

#hed3{
  margin-left:0px !important;  
}

.link3{
    margin-top:40px !important;
    margin-left:-30px !important;
}

#hed4{
  margin-left:0px !important;  
}

.link4{
    margin-top:40px !important;
    margin-left:-30px !important;
}





/*For Desktop View*/

@media screen and (min-device-width: 1025px){

nav {
  margin:0px !important;
}

.logo{
	width:30% !important;
}

	
#logo{
  width:10% !important;
  margin-top:-25px !important;
  margin-left:20px ! important;
}

.wrapper{
    margin-top:0px ! important;
}

.nav-links {
    margin-top:0px ! important;
    margin-left:-80px !important;
    padding-top:0px ! important;
}

.nav-links li a {
    font-size: 1vw ! important;
}	


.drop-menu{
	width: 20% !important;
}

.drop-menu li a{
	font-size: 1vw !important;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
	top: 30px;
   font-size:0.9vw ! important;
}


.megaCrow{
   margin-top:0px;
}


input[type=text] {
  width: 130px;
  margin-top: -65px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 25%;
  max-height: 40px;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
  padding: 10px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

::placeholder{
	font-size: 12px !important;
}


#hed3{
  margin-left:0px !important;  
}

.link3{
    margin-left:-20px !important;
}

#hed4{
  margin-left:0px !important;  
}

.link4{
    margin-left:-20px !important;
}
	
}


/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
	
.logo{
	width:20% !important;
	margin-top: 0px ! important;
}
 

#logo{width: 25%; margin-top: -42px ! important;}
	
 nav {
	margin-top:0px;
	max-height: 45px;
  }

.wrapper{max-height: 45px;}
	
	.wrapper .btn{
	    display:block;
     }

	.wrapper .nav-links{
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		background:white;
		display: block;
		margin-top:0px ! important;
		top: 0;
		left: -100%;
		overflow-y: auto;
		line-height: 50px;
		padding: 50px 10px;
		box-shadow: 0 15px 15px rgba(0,0,0, 0.15);
		transition: all 0.3s ease;
	}
	
	#menu-btn:checked ~ .nav-links{
		left: 0px;
	}
	
	#menu-btn:checked ~ .btn.menu-btn{
        display: none;
	}
	
	
	.nav-links::-webkit-scrollbar{
		width: 0px;
	}
	
  .row img{
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 margin-top: 10px;
   }
	
 .nav-links .desktop-item{
		display: none;
  }
	
	.nav-links li{
		margin: 15px 10px;
	}
	
	.nav-links li a{
		padding: 0 20px;
		background:white;
		color:#000;
		display: block;
		font-size: 14px;	
	}
	
	
 .nav-links .drop-menu{
	position: static;
	opacity: 1;
	visibility: visible;
	top:65px;
	padding-left: 20px;
	width: 100%;
	max-height: 0px;
    overflow: hidden;
	transition: all 0.3s ease;
	 
  }
	
	
#showDrop:checked ~ .drop-menu,
#showMega:checked ~ .mega-box{
   max-height: 100%;
}
	
.nav-links .drop-menu li{
	margin: 0;	
}

	
.nav-links .drop-menu li a{
    color: #000000;
	font-size: 14px;
	border-radius: 0px;
}

nav-links .desktop-item{
  display: none;
}
	
.nav-links .mobile-item{
	display: block;
	font-size: 16px;
	background:white;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
	cursor: pointer;
	border-radius: 0px;
	transition: all 0.3s ease;
		
}	
	
	
.nav-links .mobile-item:hover{
	background: #000;
	color:white;
	
}
	
.mega-box{
	position: static;
	top:65px;
	background:#161313;
	width: 100%;
	padding: 0 20px;
	opacity: 1;
	visibility: visible;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}


.mega-box .content{
	background: #221F1F;
	flex-direction: column;
	padding: 20px 20px 0 20px;
}

.mega-box .content .row{
   width: 100%;
   margin-bottom: 35px;
   border-top: 1px solid rgba(255, 255, 255, 0.8);
	
}	
	
.mega-box .content .row:nth-child(1),
.mega-box .content .row:nth-child(2){
	border-top: 0px;
	
}
	
	
.content .row .mega-links{
	border-left: 0px;
	padding-left: 35px; 
	margin-top: 10px;
}
	
.row .mega-links li{
	margin: 2px;
}
	
.content .row header{
   font-size: 14px;
}
	
.wrapper input{
	display: none;
}		

input[type=text] {
  width: 30px;
  margin-top:-65px;
  margin-left: 40px;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 40px !important;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text] :hover{
  width: 100% !important;
}
::placeholder{
	font-size: 9px !important;
}


#cart-item, .fa-cart-plus{
   margin-left: 0px !important;
   
}


#cart-item{
   margin-left: 0px !important;
    font-size: 7px !important; 
}

#kat{
	margin-left:0px !important;
    margin-top:0px !important;
}

#akt{
    margin-left: 0px !important;
    margin-top:0px !important;
}

#baP{
	margin-top: 0px !important;
    margin-left: 0px !important;
}
	
#mybar{
    font-size: 1.8rem; 
	margin-right:8px !important;
    margin-top:24px !important;
    margin-left: 48px !important;
}

.cancel-btn{
   /*margin-right:10px !important;
   margin-bottom:20px !important;*/
   color:red ! important;
}
	
}

	
/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {

 nav {
	margin-top:0px;
	max-height: 45px;
  }

.wrapper{max-height: 45px;}
	
	
.logo{
	width:30% !important;
	margin-top: 0px !important;
}
	
#logo{width: 23%; margin-left: 10px; margin-top: -55px !important;}
	
	.wrapper .btn{
	   max-height: 55px;
     }



	.wrapper .btn{
	    display:block;
     }

	.wrapper .nav-links{
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		background:white;
		display: block;
		margin-top:0px ! important;
		top: 0;
		left: -100%;
		overflow-y: auto;
		line-height: 50px;
		padding: 50px 10px;
		box-shadow: 0 15px 15px rgba(0,0,0, 0.15);
		transition: all 0.3s ease;
	}
	
	#menu-btn:checked ~ .nav-links{
		left: 0px;
	}
	
	#menu-btn:checked ~ .btn.menu-btn{
        display: none;
	}
	
	
	.nav-links::-webkit-scrollbar{
		width: 0px;
	}
	
  .row img{
	 width: 100%;
	 height: 100%;
	 margin-top: 10px;
	 object-fit: cover;
   }
	
 .nav-links .desktop-item{
		display: none;
  }
	
	.nav-links li{
		margin: 15px 10px;
	}
	
	.nav-links li a{
	    color: #000;;
	    background:white;
		padding: 0 20px;
		display: block;
		font-size: 16px;	
	}
	
	
 .nav-links .drop-menu{
	position: static;
	opacity: 1;
	visibility: visible;
	top:65px;
	padding-left: 20px;
	width: 100%;
	max-height: 0px;
    overflow: hidden;
	transition: all 0.3s ease;
	 
  }
	
	
#showDrop:checked ~ .drop-menu,
#showMega:checked ~ .mega-box{
   max-height: 100%;
}
	
	
nav {
	margin-top: 0px;
  }

	
.nav-links .drop-menu li{
	margin: 0;
	background: white;
	color: #000000;
}

	
.nav-links .drop-menu li a{
	background: white;
	color: #000;
	font-size: 14px;
	border-radius: 0px;
}

	
	
nav-links .desktop-item{
  display: none;
}
	
.nav-links .mobile-item{
	display: block;
	font-size: 16px;
	background:white;
	color: #000;
	font-weight: 600;
	padding-left: 20px;
	cursor: pointer;
	border-radius: 0px;
	transition: all 0.3s ease;
		
}	
	
	
.nav-links .mobile-item:hover{
	background: #000;
	color:white;
	
}

	
.mega-box{
	position: static;
	top:65px;
	background:#161313;
	width: 100%;
	padding: 0 20px;
	opacity: 1;
	visibility: visible;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}


.mega-box .content{
	background: #221F1F;
	flex-direction: column;
	padding: 20px 20px 0 20px;
}

.mega-box .content .row{
   width: 100%;
   margin-bottom: 35px;
   border-top: 1px solid rgba(255, 255, 255, 0.8);
	
}	
	
.mega-box .content .row:nth-child(1),
.mega-box .content .row:nth-child(2){
	border-top: 0px;
	
}
	
	
.content .row .mega-links{
	border-left: 0px;
	padding-left: 35px;
	margin-top: 10px;
}
	
.row .mega-links li{
	margin: 2px;
}
	
.content .row header{
   font-size: 16px;
}
	
.wrapper input{
	display: none;
}


input[type=text] {
  width: 30px;
  margin-top:-70px;
  margin-left: 40px;
  box-sizing: border-box;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 35px !important;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text] :hover{
  width: 100% !important;
}
::placeholder{
	font-size: 9px !important;
}


#kat{
    margin-left: 0px !important;
    margin-top:0px !important;
}

#akt{
    margin-left: 0px !important;
    margin-top:0px !important;
}

	
#mybar{
    font-size: 1.8rem; margin-right:6px;
    margin-top:15px !important;
    margin-left: 48px !important;
}



.cancel-btn{
   /*margin-right:10px !important;
   margin-bottom:20px !important;*/
   color:red ! important;
}
	
	
	
}


@media screen and (max-width:420px){

.logo{
	width:40% !important;
	margin-top: 0px !important;
}

#logo{width: 30%; margin-left: 10px; margin-top: -55px !important;}
	

	.wrapper .btn{
	    display:block;
     }

	.wrapper .nav-links{
		position: fixed;
		height: 100%;
		max-height: 100vh;
		width: 100%;
		max-width: 80%;
		max-width: 350px;
		background:white;
		
		/*background-image: url("images/icon.png");
		width: 100%;
		height: 100%;
		object-fit:contain;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;	
		animation: myslide 10s infinite;*/

		display: block;
		margin-top:0px ! important;
		top: 0;
		left: -100%;
		overflow-y: auto;
		line-height: 50px;
		padding: 50px 0px;
		box-shadow: 0 15px 15px rgba(0,0,0, 0.15);
		transition: all 0.3s ease;
	}
	
	
		
@keyframes myslide{
	
 0%{
	background-image: url("images/sapinteriorFae.jpg");	
  }
	
33%{
	background-image: url("images/sapinterior-fae.jpg");

  }
	
67%{
	background-image: url("images/spaclient.png");	
  }
		
}
	
	
	#menu-btn:checked ~ .nav-links{
		left: 0px;
	}
	
	#menu-btn:checked ~ .btn.menu-btn{
        display: none;
	}
	
  nav {
	height: 50px;
	margin-top: 0px;
   }

	.nav-links::-webkit-scrollbar{
		width: 0px;
	}
	
	
	
.nav-links li a{
    color: #000;;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 20px;
	margin-top:0px;
	background:white;
	border-radius:0px;
	opacity: 0.9;
	transition: all 0.3s ease;
}
	
.drop-menu li a{
	border-radius: none !important;
}

	
  .row img{
	 width: 100%;
	 height: 100%;
	 margin-top: 10px;
	 object-fit: cover;
   }
	
 .nav-links .desktop-item{
		display: none;
  }
	
	.nav-links li{
		margin: 0px 10px;
	}
	
	.nav-links li a{
		padding: 0 20px;
		display: block;
		font-size: 16px;	
	}
	
	
.nav-links li a:hover{
	  background: rgb(55, 110, 193);
	  color: white;
}
	
	
 .nav-links .drop-menu{
	position: static;
	opacity: 1;
	visibility: visible;
	top:65px;
	padding-left: 20px;
	width: 100%;
	max-height: 0px;
    overflow: hidden;
	transition: all 0.3s ease;
	 
  }
	
	
#showDrop:checked ~ .drop-menu,
#showMega:checked ~ .mega-box{
   max-height: 100%;
}
	
.nav-links .drop-menu li{
	margin: 0;	
}

	
.nav-links .drop-menu li a{
	color: #000000;
	font-size: 14px;
	border-radius: none;
	
}
	
.nav-links .drop-menu li a:hover{
	background: rgb(98, 97, 99);
	color: white;
	
}

nav-links .desktop-item{
  display: none;
}
	
.nav-links .mobile-item{
	display: block;
	font-size: 16px;
    background:white;
	color: #000;
	font-weight: 500;
	border-radius: 0px;
	padding-left: 20px;
	cursor: pointer;
	/*border-radius: 5px;*/
	transition: all 0.3s ease;
		
}	
	
	
.nav-links .mobile-item:hover{
	background: #000;
	color:white;
}

	
.mega-box{
	position: static;
	top:65px;
	background:#161313;
	width: 100%;
	padding: 0 20px;
	opacity: 1;
	visibility: visible;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}


.mega-box .content{
	background: #221F1F;
	flex-direction: column;
	padding: 20px 20px 0 20px;
}

.mega-box .content .row{
   width: 100%;
   margin-bottom: 15px;
   border-top: 1px solid rgba(255, 255, 255, 0.8);
	
}	
	
.mega-box .content .row:nth-child(1),
.mega-box .content .row:nth-child(2){
	border-top: 0px;
	
}
	
	
.content .row .mega-links{
	border-left: 0px;
	padding-left: 35px; 
}
	
.row .mega-links li{
	margin: 2px;
}
	
.content .row header{
   font-size: 16px;
}
	
.wrapper input{
	display: none;
}


input[type=text] {
  width: 35px;
  margin-top:-73px;
  margin-left: 40px;
  box-sizing: border-box;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 65%;
  max-height: 35px !important;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
   padding: 10px 15px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text] :hover{
  width: 100% !important;
}
::placeholder{
	font-size: 9px !important;
}

#kat{
  margin-top: 0px !important;
}

#akt{
    margin-right: -20px !important;
    margin-top:0px !important;
	color: black !important;
}

#baP{
	margin-top: 0px !important;
    margin-right: -40px !important;
	color: black !important;
}

#mybar{
    font-size: 1.8rem; 
    margin-top:20px !important;
    margin-right: 45px !important;
	
   
}

.cancel-btn{
   margin-right:0px !important;
   margin-bottom:20px !important;
   color:red ! important;
}
	
}











