/* all */
header .header-left nav ul li{
	padding: 0 11px;
}
header .header-left nav ul li a{
	font-size: 14px;
}

.default-button{
	padding: 0 20px;
}

/* commom */
.footer-blocks .footer-subscribe-block h2{
	font-size: 20px;
}
.footer-subscribe-form-checkbox-label-text{
	font-size: 10px;
}

/* index */
.social-media .inner h3{
	font-size: 28px !important;
	letter-spacing: -2.5px !important;
}
.Product-Range dl dd ul li a{
	line-height: 1.2 !important;
}
.Popular-products .title .default-button{
	padding: 0 15px !important;
	font-size: 14px !important;
}
.swiper-container2 .swiper-slide .img-box .default-button{
	white-space: nowrap;
}

@media screen and (max-width: 1300px) {
	header .header-left nav ul li{
		padding: 0 7px;
	}
	header .header-left nav ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1080px) {
	header .header-left nav ul li{
		padding: 15px 0;
	}
	header .header-left nav ul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	
	.social-media .inner h3{
		font-size: 20px !important;
		letter-spacing: -1px !important;
	}
}
@media screen and (max-width: 767px) {
	:root{
		--page-title-font-size: 20px;
	}
}