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

@media only screen and (min-width: 1201px) and (max-width: 1450px) {
.header-top-left {
    width: 17%;
}
.header-right {
    padding: 0;
    float: left;
    width: 79%;
}
.left-block {
   width: 20.7% !important;
}
.right-block {
    width: 76.5% !important;
}
.right-sidebar-block {
    width: 907px !important;
}
.category-title {
    padding: 5px 5px 8px 5px;
}
#categorytab .resp-tabs-list li .tab-title, .categorytab .resp-tabs-list li .tab-title {
    padding: 0 0 0 5px;
}
#categorytab .resp-tabs-container, .categorytab .resp-tabs-container {
    width: 72%;
}
}
@media only screen and (max-width: 1200px) {
.header-right {
    width: 73%;
    padding: 35px 0px;
}
.woocommerce-mini-cart.cart_list {
    display: block;
}
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart {
    top: 68px;
}
.home-sidebar aside.widget.widget_media_image {
    float: none;
	margin-bottom: 10px !important;
}
.home-sidebar .widget_product_tag_cloud {
    float: none;
}
.header-top-left {
    width: 21.1%;
}
.left-block {
    width: 100% !important;
}
.right-block {
    width: 100% !important;
    margin-left: 0px;
}
.topbar-outer {
    display: none;
}
.mobile-navigation, .menu-toggle {
    padding: 3px 0 0 15px;
}
.left-sidebar-block {
    width: 100% !important;
}
.sidebar-category {
    height: 415px;
}
.right-sidebar-block {
    width: 100% !important;
    float: none !important;
	display: inline-block;
	vertical-align: top;
}
.widget.widgets-leftbanner {
    border: 0px;
}
aside.widget {
	margin-bottom: 10px;
}
.home-sidebar .widget .widget-title {
    margin: 0 0 10px;
}
.blog-posts-content .post-content-outer {
    text-align: center;
}
.box-category, .sticky-menu .box-category {
    border-bottom: 0;
}
.product-categories .hitarea {
    right: 10px;
    top: 12px;
}
.home-category {
    position: absolute;
}
.home-category .sidebar-category-inner .cat-parent .children li,
.home-category .sidebar-category-inner ul.sub-menu li {
    padding: 0 0 0 10px;
    position: relative;
    display: block;
    width: 100%;
}
.header-category .sidebar-category-inner .cat-parent .children li, .header-category .sidebar-category-inner ul.sub-menu li {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-category{
    display: block;
}
}
@media only screen and (max-width: 979px) {
.header-right {
    width: auto;
    padding: 0;
}
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart {
    top: 58px;
}
.header-search .header-toggle {
    background-image: url("images/megnor/search.svg");
}
.site-footer .title-outer::before, .site-footer .toggled-off .title-outer::before {
    top: 2px;
}
.header-top-left {
    width: 22%;
}
.header-search.active .header-toggle {
    background-image: url("images/megnor/close.svg");
}
.header-category {
    position: absolute;
    display: none;
}
.widget .title-outer::before, .widget .toggled-off .title-outer::before {
    top: 0px;
}
.home-sidebar aside.widget.widget_media_image {
    margin-top: 0px;
}
}
@media only screen and (max-width: 767px) {
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart {
    top: 61px;
}
.header-mob-logo img {
    height: auto;
}
}

@media only screen and (max-width: 640px) {
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart {
    top: 64px;
}
}
@media only screen and (max-width: 479px) {
.topbar-link-wrapper, .header-cart .togg .widget.widget_shopping_cart {
    top: 43px;
}
.widget .title-outer::before, .widget .toggled-off .title-outer::before {
    top: 2px;
}
.site-main {
    padding: 0;
}
.home-category .product-categories > li.cat-item a::before, .more-wrap::before {
    margin-right: 15px;
    margin-left: -2px;
}
.sidebar-category {
    height: 365px;
}
}