body{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #000;
}

input[type=search] {
	background-image: url('../images/search.svg');
	background-position: center;
	background-position: 95% 50%; 
	background-repeat: no-repeat;
}

.navbar-toggler:focus{
	box-shadow: none !important;
}

.navbar-toggler{
	border: none;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.nav-link{
	font-weight: bold;
	font-size: 14px;
}

.banner{
	width: 100%;
	height: 580px;
	background-image: url("../images/banner.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-img-top{
	width: 100%;
	height: 400px !important;
}

.banner-content{
	width: 40%;
	transform: translate(20px, 100px);
	display: block;
}

.banner-content2{
	display: none;
}

.card { height: 100%; }

.side-content h4{
	font-size: 22px;
	color: #000;
}

.side-content p{
	font-size: 18px;
	color: #000;
}

.image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.image img{
	width: 100%;
}

.image i{
	position: absolute;
	top: 200px;	
	left: 20px;
	color: #fff;
	background: #000;
	padding: 12px 20px;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(0px, 0px);
	transition: .5s;
}

.image i:hover{
	transform: translate(10px, 0px);
	transition: .5s;
}

.image p{
	position: absolute;
	top: 15px;	
	left: 10px;
	color: #000;
	font-weight: 500;
	width: 70px;
	word-wrap: break-word;
}

.card-img-top{
	width: 100%;
	max-height: 350px;
}

.learn{
	background: linear-gradient(#000000, #3B3B3B);
	color: #fff;
	border: none;
	border-radius: 35px;
	padding: 10px 20px;
}

.learn:hover{
	background: linear-gradient(#3B3B3B,#000000);
}

.see-more h6:hover{
	text-decoration: underline;
	cursor: pointer;
}

.side-bar button{
	width: 100%;
	border-radius: 20px;
	border: 1 px solid #000;
	background: #fff;
	color: #000;
}

.side-bar button:hover{
	border-radius: 20px;
	background: linear-gradient(#000000, #3B3B3B);
	color: #fff;
}

.side-bar h6{
	color: #797979;
}

.card{
	border: none;
	border-radius: 0px;
}

.card img{
	border-radius: 0px;
	width: 100%;
}

.card-body h5 {
	font-size: 22px;
	font-family: "Darker Grotesque", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.product:hover{
	cursor: pointer;
	box-shadow: 1px 1px 10px 1px #888888;
}

.buy-now{
	width: 100%;
	background: linear-gradient(#000000, #3B3B3B);
	color: #fff;
	border-radius: 35px;
	border: none;
}

.buy-now:hover{
	background: linear-gradient(#3B3B3B,#000000);
}

.more-results{
	width: 40%;
	border-radius: 35px;
	padding: 10px 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.more-results:hover{
	background: linear-gradient(#3B3B3B,#000000);
	border: 1px solid #fff;
}

.form-select{
	width: 150px;
}

.form-select:focus{
	border: 1px solid #A0A0A0;
	box-shadow: 1px 1px 10px 1px #888888;
}

.form-select option:hover{
	background: #000 !important;
}

.filter{
	display: none;
}

.see-more{
	display: block;
}

.filter button{
	border-radius: 35px;
	padding: 6px 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.filter button:hover{
	background: linear-gradient(#3B3B3B,#000000);
	border: 1px solid #fff;
	color: #fff;
}

.filter-options{
	display: block;
}

.keywords a{
	text-decoration: none;
	font-size: 18px;
}

.keywords a:hover{
	text-decoration: underline;
	font-size: 18px;
}

.fa-arrow a{
	background: #000;
	color: #fff;
	padding: 12px 14px;
	border-radius: 50%;
}

footer{
	background: linear-gradient(to left, #000000, #222222);
	/*font-family: "Darker Grotesque", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;*/
}

.products{
	color: #fff;
}

.products h6{
	font-size: 20px;
}

.products a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.products a:hover{
	text-decoration: underline;
}

.whatsapp{
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 35px;
	background: #6cc04a;
	border-radius: 50%;
	margin: 20px;
}

.whatsapp a{
	color: #fff;
}

.form-control2{
	display: none;
}

.item p{
	color: #000;
	font-size: 15px;
}

.offcanvas.offcanvas-bottom{
	height: 60%;
}