:root{
	--neem-gray: #5b5b5b;
	--neem-green: #6eac3d;
	--neem-yellow: #FFFF00;
	--neem-light-gray: #f8f9fa;
}
body{
	padding-top: 75px;
	color: var(--neem-gray);
	background-image: url('../images/watermark.png');
	background-attachment: fixed;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
section{
	padding: 30px 0px;
}
footer{
	padding: 30px 0px;
	background-color: var(--neem-light-gray);
}
.navbar-brand img{
	max-height: 50px;
}
a.nav-link{
	color: var(--neem-gray) !important;
}
a.nav-link.active{
	color: var(--neem-green) !important;
}
.color-gray{
	color: var(--neem-gray);
}
.color-green{
	color: var(--neem-green);
}
.swiper-slide h5{
	min-height: 80px;
}
footer ul{
	list-style-type: none;
}
footer ul li{
	display: inline-block;
}
footer ul li a{
	text-decoration: none;
	color: var(--neem-gray);
	padding-right: 30px;
}
.products .row{
	padding: 20px 0px;
}
.products .row:not(:first-child){
	border-bottom: 2px solid var(--neem-green);
}
.products .row:last-child{
	border-bottom: 0px;
}
.warning{
	padding: 10px;
	background-color: var(--neem-yellow);
}
.btn-amazon{
	background: #f4d078;
	background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
	background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
	color: #111;
	font-weight: 700;
	border-color: #111;
	/*border-width: .01em;*/
	/*box-shadow:0 1px 0 rgba(255,255,255,.4) inset;*/
	margin-bottom: 10px;
}
.btn-amazon img{
	background-color: #232f3e;
	padding: 2px;
	border-radius: 2px;
}