body{
	font-family: 'Poppins', sans-serif;
}
.header{
	width: 100%;
	height: 110px;
	position: fixed;
	margin-top: 0;
	padding-top: 0;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: white;
}
.header .top{
	width: 100%;
	height: 70px;
	position: relative;
	left: 0;
	top: 0;
	background-color: white;
}
.header .top img{
	margin: 0;
	margin-top: 5px;
	margin-left: 30px;
  height: 60px;
}
.header .top .media{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 40px;
}
.fa{
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  z-index: 5;
}
.fa:hover{
	opacity: 0.7;
}
.fa-facebook {
  color: black;
}
.fa-instagram {
  color: black;
}

.header .bottom{
	width: 100%;
	height: 40px;
	position: relative;
	left: 0;
	top: 0px;
	background-color: #F0F3F1;
}


/*mobile menu*/
.mobile{
  display: none;
  position: relative;
  left: 0;
  padding-left: 0;
  margin-left: 0;
}
.mobile .menu{
  font-size: 30px;
  color: #01CD74;
  padding-left: 30px;
  display: inline-block;
}
.mobile #close{
  display: none;
  position: absolute;
  font-size: 30px;
  color: #01CD74;
  padding-right: 30px;
  z-index: 1;
  width: 50px;
  top: 0;
  right: 0;
}
.mobile #mobile{
  display: none;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #F0F3F1;
  position: absolute;
  top: 40px;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 10px;
  transition: 0.5s;
}
.mobile #mobile li{
  width: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
  padding-left: 0;
}
.mobile #mobile li a{
  width: 100%;
  display: flex;
}
.mobile #mobile li a:hover{
  background-color: #01CD74;
}


/*veikals mobile*/
.mobile_shop{
  display: none;
  position: absolute;
  width: 100%;
  top: 220px;
  background-color: #F0F3F1;
  left: 0;
}
.mobile_shop .menu_shop{
  font-size: 30px;
  color: #01CD74;
  padding-left: 30px;
  display: inline-block;
}
.mobile_shop #close_shop{
  display: none;
  position: absolute;
  font-size: 30px;
  color: #01CD74;
  padding-right: 30px;
  z-index: 1;
  width: 50px;
  top: 0;
  right: 0;
}
.mobile_shop #mobile_shop{
  display: none;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #F0F3F1;
  position: absolute;
  top: 30px;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 10px;
  transition: 0.5s;
}
.mobile_shop #mobile_shop li{
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
  list-style: none;
}
.mobile_shop #mobile_shop li a{
  display: block;
  text-decoration: none;
  width: 100%;
  height: auto;
  margin: 5px;
  padding: 5px;
  padding-right: 0;
  padding-left: 20px;
}
.mobile_shop #mobile_shop li a:hover{
  background-color: #01CD74;
}

/*...*/

.header .bottom nav ul{
	height: 40px;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
.header .bottom nav ul li{
	display: inline-block;
	list-style: none;
	width: auto;
	height: 30px;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	margin-left: 10px;
}
.header .bottom nav ul li a{
	text-decoration: none;
	font-size: 15px;
	display: block;
	width: auto;
	height: 30px;
	transition: transform .4s;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	padding-left: 5px;
  	padding-right: 5px;
  	font-weight: bold;
}
a{
  color: black;
}
.active{
	color: white;
	background-color: #01CD74;
	transform: scale(1.1);
}
.header .bottom nav ul li a:hover{
	background-color: #01CD74;
	color: white;
	cursor: pointer;
	transform: scale(1.1);
}

@media screen and (max-width: 500px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .mobile_shop{
    display: block;
  }
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: auto;
  height: auto;
  position: relative;
  margin: auto;
  background-color: white;
  top: 110px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* 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}
}


h2{
	text-align: center;
	top: 50px;
	position: relative;
}
.content{
	width: 80%;
	left: 10%;
	height: auto;
	top: 50px;
  padding-bottom: 50px;
	position: relative;
}


#content4{
  position: relative;
  top: 100px;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  left: 10%;
  right: 10%;
  background-color: white;
}

.gallery{
  margin: 7px 20px;

}
.gallery img{
  width: 50px;
  padding: 5px;
  transition: .5s;
}
@media only screen and (min-width: 800px) {
  .gallery img {
    width: 230px;
 }
}
.gallery img:hover{
  transform: scale(1.1);
}

#content4 a {
  font-size: 30px;
  color: #A4B3B6;
  text-decoration: none;
  margin: 5px;
}


.content2{
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
.content2 .sidebar{
  position: relative;
  width: 10%;
  background-color: #F0F3F1;
  height: auto;
  top: 10px;
}
.content2 .sidebar nav{
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
}
.content2 .sidebar nav ul{
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
}
.content2 .sidebar nav ul li{ 
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
}
.content2 .sidebar nav ul li a{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  width: auto;
  display: block;
  margin: 10px;
  padding-left: 10px;
  padding-top: 8px;
}
a{
  color: black;
}
.content2 .sidebar nav ul li a:hover{
  background-color: #01CD74;
  transform: scale(1.1);
  color: white;
}

.content3{
  position: absolute;
  width: 80%;
  left: 10%;
  right: 10%;
  top: 10px;
  height: auto;
}
.content3 a{
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.content3 .product a p{
  display: none;
}

.product{
  background-color: #F0F3F1;
  width: 250px;
  height: 350px;
  text-align: center;
  margin-left: 20px;
  display: inline-block;
  margin-top: 20px;
}
.product:hover{
  cursor: pointer;
  transform: scale(1.1);
  transition: .5s;
  background-color: #01CD74;
}
.image{
  margin: 10px;
}
.image img{
  width: 230px;
  height: 230px;
}
.name{
  color: black;
  margin: 0;
  padding: 0;
}
.price{
  color: black;
  margin: 0;
  padding: 0;
}













#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F0F3F1; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
}

#myBtn:hover {
  background-color: #01CD74; /* Add a dark-grey background on hover */
  transform: scale(1.1);
  color: white;
}












#footer{
	height: 100px;
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	color: black;
	text-align: center;
	background-color: white;
}
hr{
	width: 80%;
	color: black;
	top: 50px;
	position: relative;
}




