@media screen and (max-width: 600px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 15px;
		border-color: transparent;
	}
}
@media screen and (max-width: 600px) {
	body {
		overflow-x: hidden;
	}
	body.single div.title {
		width: 870px;
		padding: 0 30px;
		max-width: 100%;
		margin: 0 auto;
	}
	body.single h1 {
		font-size: 28px;
		margin: 0 0 15px;
		font-weight: 700;
	}
	div.bread {
		margin-bottom: 40px;
	}
	body.single div.cat a {
		margin-bottom: 20px;
	}
	div.item h2{
		font-size: 24px;
	}
	.group-custom {
		width: 335px;
		margin: 0 auto;
		margin-top: 31px;
	}
	div.mail p {
		width: 316px;
	}
	.cat_footer {
		margin-bottom: 40px !important;
	}
	div.top_next .bor_d {
		text-align: center;
		padding-bottom: 26px;
	}
	div.top_next .bor_r {
		text-align: center;
	}
	.slider_category {
		min-height: 290px;
	}
	.img_slider_category {
		height: 290px;
	}
	.img_slider_category h1 {
		text-transform: uppercase;
		font-size: 20px;
	}
	.img_slider_category p {
		font-size: 16px;
		font-weight: 100;
		max-width: 100%;
	}
	.navfix_page {
		position: fixed;
		bottom: 0;
		width: 100% !important;
		padding: 30px 10px;
		background-color: #212121 !important;
		z-index: 9999999;
	}
	.navfix_page .price {
		color: #fff;
	}
	.owl-prev {
		left: 0;
	}
	.owl-next {
		right: 0;
	}
}