/* Custom AmaGo CSS */
.mainnav_scroll ul li a, .multistore-nav ul li a {
  color: #222 !important;
}

.mainnav_scroll ul li.active a, .multistore-nav ul li a {
color: #b28f60 !important;
border-bottom: 2px solid #b28f60;
}

.row.content, #mainscreen_basket_fixed, .mainscreen_basket_fixed {
  background: white;
}

.btn.maincolor_button {
background-color:  #b28f60;
color: #222;
}

.btn.maincolor_button:disabled {
background-color:  lightgray;
color: gray;
}

.container {
background: white;
}

.fas.fa-pepper-hot::before {
color: red;
}

.fas.fa-seedling::before {
color: green;
}


.fas.fa-salad::before {
color: darkgreen;
}

.fas.fa-glass::before {
color: mediumblue;
}