
body{
  background-image: url("../pic/body/BMM-idopont-hatter-1.png");
  background-attachment : fixed;
  background-color: #fff; /* Used if the image is unavailable */
  background-position: top; /* Center the image */
  background-repeat:no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}  

.icon-cart:before {
  content: "\f3c5";
  color:#f02832;
}
/*
/* Icon separator */
.btn-sep {
/*padding: 25px 60px 25px 120px; */
  padding-left: 100px;
}
/*
.btn-sep:before {
background: rgba(0,0,0,0.15);
}

.button-88 {

align-items: center;
font-family: inherit;
font-weight: 500;
font-size: 16px;
padding: 0.7em 1.4em 0.7em 1.1em;
color: white;
background: #1e8257;

border: none;

letter-spacing: 0.05em;
border-radius: 20em;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-88:hover {
background: #27ae60!important;
color:White!important;

}
*/
/* rendelok*/ 
.green-button{
	background-color:#467148!important;
	

}
.green-button:hover{
	background-color:#439546!important;
	transition: background-color 0.5s ease;

}
.brown-button{
	background-color:#9D785C;
}
.brown-button:hover{
	background-color:#bc8053!important;
	transition: background-color 0.5s ease;

}
.btn-orange-small{
	border-radius:50px;
	background-color:#e9692c;
	color:white;
	border:none;
	font-weight:bold;
	width:100%;
	padding:8px 0px 8px 0px;
	font-size:1.1rem
}


.btn_location{
background: #1e8257;
border-color: #1e8257;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.btn_location:hover{
background: #27ae60!important;
border-color: #27ae60;
color: #fff;
}

.bg-inverse {
  background-color: #1a1b1d !important;
  color: #fff;
}
.footer_link a{
font-size:20px;
text-decoration:none;
color:white;
}
.footer_link a:hover{
color:red;
}

.footer_link{
background : #7A694F;
}