/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/
@import url("../limo/responsive.css");

@media only screen and (min-width: 1201px) and (max-width: 1450px) {
	.page-title .page-title-inner, .theme-container, .main-content-inner, .full-width .inner-container, .site-footer .inner-container, .main-inner-container, 
	.main-content.box-page, .single-product-full .woocommerce-message {
		width: 1100px;
	}
	.middle-container{
		width: 1150px;
	}
	#primary {
		width: 832px;
	}
	.singleproduct-sidebar {
		width: 240px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.middle-container{
		width: 1000px;
	}
	.cat-outer-block {
		margin: 15px;
	}
	.woo_categories_slider {
		margin: 0 -15px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
	#primary, .home.blog #primary {
		width: 642px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
	.middle-container{
		width: 950px;
	}
	.page-title .page-title-inner, .theme-container, .main-content-inner, .full-width .inner-container, .site-footer .inner-container, .main-inner-container, 
	.main-content.box-page, .single-product-full .woocommerce-message {
		width: 900px;
	}
	.cat-outer-block {
		margin: 15px;
	}
	.woo_categories_slider {
		margin: 0 -15px;
	}
}
@media only screen and (max-width: 979px) {
	.middle-container {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.header-top-right {
		padding-top: 5px;
	}
	.header-cms-service {
		padding: 5px 0 0;
	}
	.cat_inner-block{
		padding: 10px 0;
	}
	.topbar-link-toggle{
		background-image: url("./images/megnor/user.svg");
		background-size: 22px;
	}
	.topbar-link {
		padding-top: 1px;
	}
	.topbar-link-wrapper{
		top: 38px;
	}
	.header-menu-links a:hover {
		color: #7CB033;
	}
	.menu-toggle::after{
		background-image: url("images/megnor/menu.svg");
	}
	.menu-toggle{
		color:black;
	
	}
	.header-menu-links a{
		color: #000;
	}
	.header-middle-right {
		padding-left: 0;
	}
	.header-logo{
		float: left;
	}
	.header-search{
		border:none;
		margin: 0 0 0 4px;
	}
	.header-search .header-toggle{
		background-image: url("images/megnor/search.svg");
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		border: 1px solid #ddd;
		background-color:#fff;
		top: 58px;
		box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 2px 2px
		rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.close-menu, .header-search.active .header-toggle{
		background-image: url("images/megnor/close.svg");
		background-size: 18px;
	}
	.footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {
		color: #FFF000;
	}
}
@media only screen and (max-width: 767px) {
	.revs-slide {
		margin-top: 15px !important;
	}
	.footer-bottom-up {
		padding: 0;
	}
	.footer-bottom-down{
		padding: 20px 0;
	}
	.site-footer .footer-bottom .footer-bottom-up .widget{
		padding: 20px 0;
	}
	.header-bottom .theme-container {
		width: auto;
		margin: 0 15px !important;
		display: block;
	}
	.cms-banner-item{
		float: none;
		margin: 10px 0;
	}
	.main-title{
		text-align: center;
	}
	.resp-tabs-list{
		position: relative;
		top: 0;
	}
	.woo_categories_slider {
		margin: 0 -15px;
	}
	.cat-outer-block {
		margin: 15px;
	}
}
@media only screen and (max-width: 479px) {
	.site-main {
		padding: 0;
	}
	.page-title {
		padding: 20px 0;
	}
	.header-cms-service {
		display: none;
	}
	.header-cms-service .service-block{
		padding:4px 4px 0 0;
	}
	.header-cms-service .service-icon{
		background-size: 20px;
		padding-right: 5px;
	}
	.header-mob-logo {
		width: 115px;
	}
	.compare-counter, .whislist-counter, .header-cart{
		margin: 4px; 
	}
	.home .middle-container .woocommerce ul.products li .container-inner {
		margin: 8px;
	}
}
@media only screen and (max-width: 379px) {
	.resp-tabs-list li:last-child .tab-title {
		padding-right: 15px;
	}
	.resp-tabs-list{
		padding: 0 0 20px;
	}
}
