#slider{
	width:100%;
	height:auto;
	background-size:cover;
	max-width: 1720px;
	margin: 0 auto;
}
#slider img{
	width:100%;
}
#featured-products{
	margin: 60px 0 0 0;
}
#featured-products .group-title{
	flex: 0 0 100%;
	justify-content: center;
	display: flex;
	margin: 20px 0 30px 0;
}
#featured-products .group{
	width: 100%;
	display: none;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
}
#featured-products .group .swiper-container{overflow: hidden}
#featured-products .group.active{display: block!important;}
#featured-products .group-title span{
	margin: 0 14px;
	color: #000000;
	font-size: 15px;
	padding-bottom: 4px;
	position: relative;
	cursor: pointer;
	transition: ease 0.25s;
}
#featured-products .group-title span.active{font-weight: 600;}
#featured-products .group-title span:before{
	content: '';
	width: 100%;
	background: #000;
	height: 1px;
	bottom:0;
	left: 0;
	position: absolute;
	transition: ease 0.25s;
	transform: scale(0);
}
#featured-products .group-title span.active:before,#featured-products .group-title span:hover:before{
	transform: scale(1);
}
#featured-products .group .arr{
	border: 1px solid #EFEFEF;
	height: 38px;
	width: 38px;
	top: calc(50% - 30px);
	transform: translateY(-50%);
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	transition: ease 0.25s;
}
#featured-products .group .arr:hover{background: #f1f1f1;}
#featured-products .group .arr.prev{left: 10px;}
#featured-products .group .arr.next{right: 10px;}
#featured-products .group .arr.prev:before{
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	transform: rotate(-45deg);
	top: 16px;
	left: 16px;
}
#featured-products .group .arr.next:before{
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	transform: rotate(45deg);
	top: 16px;
	left: 16px;
}
#banners{
	width:100%;
	margin:30px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 38px;
}
#banners img{max-width: 100%;}
#banners .bnrgrp2{
	display: grid;
	grid-template-columns: 1fr;
	gap: 38px;
}
#banners .bnrgrp3{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 31px;
}
#blog-feed{	margin: 60px 0;}
#blog-feed .posts{width: 100%; display:flex;justify-content: space-between}
.home-title{
	width:100%;
	text-align:center;
	margin:0;
	position:relative;
}
.home-title h2{
	font-size:30px;
	font-weight:600;
	color:#000;
	margin:0;
	padding:0 ;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2.7px;
}
#blog-feed .posts{
	margin: 30px 0 0 0;
}
#blog-feed .post{
	flex: 0 0 calc(33.33% - 20px);
}
#blog-feed .cover img{max-width: 100%;}
#blog-feed .cover{
	width:100%;
	height:350px;
	background-size:cover;
	background-position:center;
	margin-bottom:18px;
	font-size: 0;
	display: block;
}
#blog-feed a h3{
	color:#2d3a4b;
	font-size:16px;
	font-weight: 500;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	body {
		width: 100%;
	}

	body, html {
		min-width: auto;
	}

	.container {
		width: 98%;
		padding: 0 1%;
		min-width: auto;
	}

	.no-mobile {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 1169px) {

}

@media only screen and (max-width: 768px) {
	#banners,#banners .bnrgrp2{gap: 10px;	}

	#blog-feed .posts{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	#blog-feed .cover{aspect-ratio: 1.2/1;}
	#blog-feed .post{flex: 0 0 40%; margin-right: 20px;}
}

@media only screen and (max-width: 640px) {
	#blog-feed .post{flex: 0 0 60%;}
}
@media only screen and (max-width: 480px) {
	#banners{grid-template-columns: 1fr}
	#featured-products .group-title{
		overflow-x: auto;
	}
	#featured-products .group-title span{white-space: nowrap}
	.home-title h2{font-size: 24px;}
}

