/* ================================================== */
@media only screen and (max-width: 480px) {
	.title-content-product {
		float: none;
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.scrollup {
		bottom: 65px;
	}
	#cfacebook {
		right: inherit !important;
	    bottom: 58px !important;	
		box-shadow: none !important;
	}
	#cssmenu {
	    position: absolute;
		top: 20px;
		left: 10px;
		margin: 0;	
		border: 1px solid #11ade3;	
		border-radius: 5px;	
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	}
	.title-sec {
		background: none;
		border-bottom: 1px solid #eee;
	}
	.title-sec a {
		color: #2aa0fb !important;
		font-weight: bold;
	}
	.woocommerce ul.products li.product a img {
        height: 160px !important;
        margin-top: 0;
        object-fit: cover;
	}
	.woocommerce.columns-5 ul.products li.product {
	    /*border-bottom: 1px solid #eee;*/
	}
	.woocommerce.columns-5 ul.products li.product:last-child , .woocommerce.columns-5 ul.products li.product:nth-last-child(2){
		/*border-bottom: 0;*/
	}
	.woocommerce ul.products li.product .price { 
		margin-top: 0;
		padding-top: 0;
	}
	.post-image img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
	#site-search { 
	    margin-top: 10px;
		margin-bottom: 10px;
	}
	#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a { 
		background: none;
		border: none;
	    color: #000;	
	}
	#cssmenu > ul.open {
		border-top: 0;
	    width: 250px;
		width: 250px;
		height: auto;
		overflow: inherit;
	}
	#cssmenu > ul > li > a { 
	    padding: 10px;
	}
	.home-slider-container, .full-width .inner-container {
		margin: 0;
	}
	#cssmenu ul ul li a {
	    text-transform: inherit;	
		padding: 7px 15px;
	    padding-left: 30px;	
	}
	.infoTable {
	    border-width: 0;	
	}
	.one_third_inner.content_inner.left.col1 {
	    margin-top: 0 !important;	
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		border: 0;
	    border-bottom: 1px solid #11ade3;	
	}
	.site-footer {
		padding-bottom: 100px;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		height: auto;
		/*border-bottom: 1px solid #eee;*/
		width: 50% !important;
	    min-height: 271px;	
	}
	.tax-product_cat #primary {
		margin-bottom: 0;
	}
	.tax-product_cat .woocommerce ul.products li.product .price {
		padding-bottom: 0;
	}
	.shortcode-title {
		padding: 30px 15px 15px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 50% !important;
	}
	.woocommerce ul.products li .product-block {
	    min-height: inherit;
	}
	.woocommerce-page ul.products {
		margin: 0 -15px;
	}
	body {
		background-color: #fff !important;
	}
	.relate.products .title {
		border-bottom: 1px solid #11ade3;
		padding-bottom: 10px;
		color: #11ade3;
	}
	.full-width #primary {
		float: none !important;
	}
	#content {
		background: none;
	}
	.mobile.hotline h2 {
		font-size: 28px;margin-bottom: 0;margin-top: 15px;
	}
	.mobile.hotline h2 a {
		color:#ec1f24;font-weight:bold
	}
	.mobile.hotline p {
		margin-bottom: 10px;
	}
	#cssmenu .top-left-menu {
	    width: 0px;
		height: 0px;
		transition-duration: 200ms;
		overflow: hidden;	
		display: block;
	}
}
/* ================================================== */
@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) {

}

/* ================================================== */
