@media (min-width: 0px) and (max-width: 480px) {
	.social_link_top {
		text-align: center;
	}

	.time_work_custom {
		text-align: center;
	}

	#cart {
		display: none !important;
	}

	.ul_phone_custom {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#cart {
		display: none !important;
	}

	.time_work_custom {
		position: absolute;
		right: 20px;
		top: -72px;
	}

	.social_link_top {
		position: absolute;
		right: 20px;
		top: -75px;
	}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
	#cart {
		position: absolute !important;
		top: -107px;
		right: 20px;
	}

	.time_work_custom {
		position: absolute;
		right: 20px;
		top: -150px;
	}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
	.custom_category_main_page .col-md-4 {
		width: 32.46% !important;
	}
}

/*lg*/
@media (min-width: 1200px) and (max-width: 1600px) {
	.custom_category_main_page .col-md-4 {
		width: 32.46% !important;
	}
}

@media (min-width: 1601px) {}