/* ================================================== */
@media only screen and (max-width: 480px) {
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}
	.lang {
		padding-left: 0;
		padding-top: 10px;
	}
	header {
		padding-top: 0;
	}
	.div-logo {
		height: auto !important;
		text-align: center;
	}
	.div-logo img {
		position: inherit;
	}
	.div-menu {
		margin-top: 20px;
	}
	.body.home {
		padding: 20px 0 !important;
	}
	.order-info {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	#cssmenu  {
		height: auto;
		margin-top: 0;
		padding-top: 0;
	}
	#cssmenu > ul > li {
		line-height: initial;
	    padding: 0 !important;	
	    text-align: left;	
	}
	#cssmenu > ul.open {
		background: #eee;
		padding: 0;
	}
	#cssmenu > ul > li > a {
		color: #3e4095;
	}
	#cssmenu > ul > li.has-sub > ul {
		margin: 0;
	}
	#cssmenu > ul > li:hover, #cssmenu > ul > li.active {
		background: none;
	}
	.product-block .name {
		min-height: 30px;
	}
	.right-product-detail {
		margin-top:30px;
	}
	.post_excerpt,.title-product-detail{padding: 10px 20px 0px!important;}
	.title-product-detail{
		font-size: 24px;
		padding-bottom: 20px !important;
	}
	.news-block {
		margin-bottom:15px;
	}
	.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
		width: 100% !important;
		margin: 0;
		margin-bottom: 10px;
	}
	li.has-sub.visibility-hidden {
		display: none !important;
	}
	.row.fix.mb--30 .col-xl-6 {
		flex: none !important;
		max-width: 100% !important;
	}
	.row.fix.mb--30 .post_gallery_img {
	    margin-bottom: 10px !important;
	}
	blockquote.mtb--50 {
	    padding: 15px !important;
		margin: 10px 0 !important;
	}
	.administrator_thumb img {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.administrator {
		display: block !important;
		padding: 5px !important;
	}
	.administrator_contnet {
		margin: 0 !important;
	}
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* ================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
