/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.section-title .titles {
		font-size: 37px;
	}
}


/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	.section-title .titles {
		font-size: 37px;
	}
}


/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.section-title .title {
		font-size: 45px;
		line-height: 55px;
	}

	.section-title .titles {
		font-size: 37px;
	}

}


/* small mobile (XS) :320px. */
@media (max-width: 767px) {
	.latest-comments ul li ul.children {
		padding-left: 0;
	}

	.section-title .title {
		font-size: 35px;
		line-height: 40px;
	}

	.latest-comments ul li ul.children {
		padding-left: 0;
	}

	.section-title .title {
		font-size: 37px;
	}

	.home-slider-1 .single-slide .slider-content-1 p br {
		display: none;
	}
.cart-table .quantity {
	float: none;
}
.blog-comments .latest-comments .comments-box .comments-text .comments-author-name h5 {
	display: block;
	margin-bottom: 4px;
}
.blog-comments .latest-comments .comments-box .comments-text .comments-author-name span {
	float: none !important;
	margin-bottom: 5px;
	display: block;
}

}

/*
 Large Mobile :480px. */
@media only screen and (min-width: 580px) and (max-width: 767px) {
	.section-title .titles {
		font-size: 37px;
	}
}
