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

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

/* commom */
.product .content .info .color ul li{
	padding: 5px 16px;
}

.footer-blocks .footer-subscribe-block h2{
	font-size: 20px;
}
.footer-subscribe-form-checkbox-label-text{
	font-size: 11px;
}

/* index */
.Product-Range dl dd ul li a{
	font-size: 70px !important;
}
.social-media .inner h3{
	font-size: 32px !important;
}

@media screen and (max-width: 1300px) {
	header .header-left nav ul li{
		padding: 0 5px;
	}
	header .header-left nav ul li a {
		font-size: 12px;
	}
	
	.Product-Range dl dd ul li a{
		font-size: 60px !important;
	}
}
@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) {
	.Product-Range dl dd ul li a {
		font-size: 45px !important;
	}
	
	.social-media .inner h3{
		font-size: 24px !important;
		letter-spacing: -2px !important;
	}
}
@media screen and (max-width: 767px) {
	:root{
		--page-title-font-size: 24px;
	}
}