/**
* 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;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 275px;
	}
	#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;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 250px;
	}
}
@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;
	}
	.header-search .woocommerce-product-search .search-field, .header-search .search-form .search-field {
		width: 225px;
	}
	.header-middle-right {
		padding-left: 1%;
	}
}
@media only screen and (max-width: 979px) {
	/*********************** TOOLTIP ***************************/
	.header-cms-service .service-text::before{
		content: '';
		position: absolute;
		bottom: 100%;
		left: 12px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #222;
		opacity: 0;
		transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
		z-index: -1;
		visibility: hidden;
	}
	.header-cms-service .service-text.tooltip, .header-cms-service .service-text::before{
		opacity: 1;
		transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
		z-index: 99;
		visibility: visible;
	}
	.header-cms-service .service-text{
		opacity: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
		top: 52px;
		left: -12px;
		display: block;
		width: 180px;
		text-align: left;
		background-color:#222;
		box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 2px 11px 3px
		rgba(0, 0, 0, 0.1);
		padding: 10px 15px;
		box-sizing: border-box;
		word-break: break-word;
		z-index: -1;
		visibility: hidden;
	}
	.header-cms-service .service-text.text1 a:hover {
		color: #fff;
	}
	.header-cms-service .service-block{
		position: relative;
	}
	.header-cms-service .service-text.text1 a, .header-cms-service .service-text.text2 a {
		color: #fff;
	}
	.middle-container {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.header-cms-service {
		padding: 5px 0 0;
	}
	.shortcode-title.left.offer-cms .big-title{
		font-size: 30px;
	}
	.topbar-link-toggle{
		background-image: url("./images/megnor/user.svg");
		background-size: 22px;
	}
	.topbar-link-wrapper{
		top: 43px;
	}
	.header-middle-right, .header-middle-left {
		padding-left: 0;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.header-logo{
		float: left;
		padding: 0;
	}
	.header-search{
		border:none;
		margin: 0 0 0 4px;
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		border: 1px solid #ddd;
		background-color:#fff;
		top: 48px;
		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);
	}
	.footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {
		color: #333;
	}
	.menu-toggle {
		font-size: 0;
		line-height: 30px;
		padding: 0 0 0 30px;
	}
	.menu-toggle::after {
		width: 35px;
		height: 32px;
		background-size: 22px;
		background-position: center;
	}
	.mobile-navigation {
		margin: 4px 9px;
	}
	.header-middle .theme-container{
		padding: 25px 0;
	}
	.header-bottom {
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.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, .header-middle .theme-container {
		width: auto;
		margin: 0 15px !important;
		display: block;
		text-align: left;
	}
	.header-bottom .theme-container{
		margin: 2px 15px 0 !important;
	}
	.cms-banner-item{
		float: none;
		margin: 10px 0;
	}
	.main-title{
		text-align: center;
	}
	.resp-tabs-list{
		position: relative;
		top: 0;
	}
	.tmpmela-about-text div{
		margin:0;
	}
}
@media only screen and (max-width: 479px) {
	.header-mob-logo {
		width: 100px;
	}
	.compare-counter .counter-label, .whislist-counter .whislist-label, .header-cart .shopping_cart .cart-label, .menu-toggle::after, .header-search .header-toggle {
		width: 30px;
		height: 30px;
		background-size: 20px;
	}
	.compare-counter, .whislist-counter, .header-cart, .mobile-navigation, .header-search {
		margin: 2px;
	}
	.header-cart .togg .widget.widget_shopping_cart {
		right: -38px;
	}
	.header-middle-right, .header-middle-left{
		padding-left: 2px;margin-top: 0;
	}
	.site-main {
		padding: 0;
	}
	.page-title {
		padding: 20px 0;
	}
	.header-cms-service {
		display: inline-block;
	}
	.header-top {
		padding: 8px 0;
	}
	.header-cms-service .service-block{
		padding:4px 4px 0 0;
	}
	.topbar-link-toggle{
		background-size: 20px;
	}
	.header-cms-service .service-icon{
		background-size: 20px;
		padding-right: 5px;
	}
	.home .middle-container .woocommerce ul.products li .container-inner {
		margin: 8px;
	}
	.header-search .woocommerce-product-search, .header-search .search-form{
		top: 44px;
	}
}
@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;
	}
}
