/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../starbella/responsive.css");
@media only screen and (max-width: 1800px) {
    .cms_title {
        margin-top: 2%;
    }
}
@media only screen and (max-width: 1550px) {
    .single-image-block {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .service-title {
        padding: 0 10px;
    }
    .menu-toggle {
        color: #000000;
        cursor: pointer;
        display: block;
        font-weight: bold;
        margin: 0;
        padding: 0px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        height: 28px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .menu-toggle::before {
        left: 0px;
        content: "\f0c9";
        font-size: 24px;
        right: 0;
        position: absolute;
    }
    .navigation-bar.active .mobile-menu {
        overflow-y: auto;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transition: all 300ms ease 0s;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
    }
    .header-top {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .mega-menu {
        display: none;
    }
    .mobile-navigation {
        display: block;
    }
    .mobile-navigation {
        position: relative;
        vertical-align: baseline;
        display: inline-block;
        padding: 0px 30px;
    }
    .header-center {
        display: none;
    }
    .owl-theme .owl-buttons div.owl-prev {
        left: 0px;
    }
    .owl-theme .owl-buttons div.owl-next {
        right: 0px;
        background-position: right 12px;
    }
    .owl-theme .owl-buttons div {
        top: 3%;
    }
    .single-image-block {
        margin-top: 3%;
    }
    .single-image-block {
        padding: 0px !important;
    }
    .service-content .icon-image {
        width: 25px;
    }
    .sticky-menu .mobile-navigation {
        display: inline-block;
        padding:0;
    }
    .description, .tmpmela_banner {
        margin-bottom: 0px;
    }

    .sub-banner2 .style-1.cms-banner-item .text2 {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 979px) {
    .topbar-text {
        display: none;
    }
    .header-left {
        display: block;
        text-align: center;
    }
    .header-center {
        float: none;
        padding: 15px 0px;
        text-align: center;
    }
    .product-category-image {
        display: block;
        width: 100%;
        float: none;
    }
    .category_link {
        display: block;
        width: auto;
        padding: 20px;
    }
    .video-banner {
        width: 100%;
    }
    .service-title {
        text-align: center;
    }
    .promotional-block {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .site-footer .widget .widget-title {
        background: #fff;
    }
    .header-top {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .promo-product {
        padding-left: 0px !important;
    }
    .rev-video-slider {
        width: 100%;
    }
    .single-image-block {
        margin-top: 0px;
    }
    .service-content .content, .service-content .icon-image {
        display: block;
    }
    .site-footer h3.widget-title {
        background: #ffc43b !important;
        color: #000000 !important;
    }
    .site-footer .widget_newsletterwidget .title-outer::before, .site-footer .widget_newsletterwidget.toggled-off .title-outer::before {
        right: 12px;
        left: auto;
    }
    .site-footer .title-outer::before, .site-footer.toggled-off .title-outer::before {
        color: #000;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .sub-banner2 .style-1.cms-banner-item .text2 {
        padding-bottom: 0px;
    }
    .sub-banner2 .cms-banner-item.style-1 .link-text {
        padding: 5px 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .right-cms {
        padding-left: 0px !important;
        padding-top: 30px !important;
    }
    .cms-bottom-left {
        padding-right: 0px !important;
    }
    .cms-bottom-right {
        padding-left: 0px !important;
        margin-top: 30px;
    }
    .topbar-outer {
        display: none;
    }
    /*****************************************product-category css*******************************************/
    .wpb_content_element.vc_align_left.product-category-image {
        text-align: center !important;
    }
    .category_link {
        text-align: center;
        float: none;
    }
    .service-list {
        text-align: center;
        width: 100%;
    }
    .topbar-outer {
        padding: 15px;
        box-sizing: border-box;
    }
    .header-right .mobile-navigation {
        display: inline-block;
    }
    .service-content {
        display: inline-block;
        margin-bottom: 10px;
    }
    .service-content .content, .service-content .icon-image {
        display: inline-block;
        float: none;
    }
}
@media only screen and (max-width: 600px) {
    .header-cart .cart-qty {
        background-color: #000;
    }
    .topbar-outer {
        display: none;
    }
    .topbar-link {
        padding: 0px 0px 12px;
    }
    .header-cart {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 479px) {
    .header-cart .shopping_cart a.cart-contents .cart-icon:hover {
        background-image: url(images/megnor/shopping-bag-mobile-hover.svg);
    }
    .sub-banner1 .style-1.cms-banner-item .text2 {
        padding-bottom: 5px;
    }
    .sub-banner1 .shop-now {
        padding-top: 10px;
    }
    .header-cart .togg .widget.widget_shopping_cart {
        top: 47px;
    }
    .topbar-link-wrapper {
        top: 47px;
    }
    .header-cart .togg .widget.widget_shopping_cart {
        width: 280px;
    }
    .header-cart .togg .widget.widget_shopping_cart {
        right: -65px;
    }
    .header-cart .togg .widget.widget_shopping_cart {
        width: 295px;
    }
    /****************************************************cms Banner css**************************************************************************/
    .right-cms {
        padding: 15px !important;
    }
    .sticky-menu .menu-toggle {
        padding: 0px;
    }
    .header-left {
        float: none;
    }
    .header-right {
        padding: 5px 0px;
    }
    .header-left {
        padding: 17px 0;
    }
}