/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/

@import url("../kartpul/responsive.css");
@media only screen and (max-width: 1451px) {
    #secondary {
        width: 30%;
    }
    #primary {
        width: 67%;
    }
    .header-top-left img {
        width: 95%;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 1200px) {
    .mobile-navigation,
    .menu-toggle {
        padding: 2px 0 0 10px;
        line-height: inherit;
    }
    .header-top-center {
        float: right;
    }
    #secondary {
        width: 30%;
    }
    #primary {
        width: 67%;
    }
    .header-category ul li>a {
        padding: 0px;
    }
    .custom-availability {
        font-size: 11px;
        color: #dc3545 !important;
        margin-left: 5px;
    }
    .header-top-left img {
        width: 70%;
        padding-bottom: 3px;
    }
    li.payment_method_paypal label img {
        max-width: 22% !important;
    }
}

@media only screen and (max-width: 979px) {
    .header-search .header-toggle {
        background-image: url("images/megnor/search.svg");
        margin-top: 5px;
    }
    .header-top-center {
        padding-left: 0;
    }
    .header-search {
        float: right;
        margin: 10px 0 10px 25px;
    }
    .header-top {
        padding: 5px 0 8px;
    }
    .header-mob-logo {
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }
    .header-logo {
        display: none;
    }
    .footer-top .title-outer::before,
    .footer-top .toggled-off .title-outer::before {
        color: #ffffff;
    }
    .site-footer .title-outer::before,
    .site-footer .toggled-off .title-outer::before {
        color: #ffffff;
    }
    .cms-banner-item .text2 {
        font-size: 18px;
    }
    .cms-banner-item .text3 {
        font-size: 13px;
    }
    .sticky-menu .header-top {
        padding: 0;
    }
    .sticky-menu .topbar-link-wrapper,
    .sticky-menu .topbar-link-wrapper {
        top: 38px;
    }
    .sticky-menu .header-cart .togg .widget.widget_shopping_cart,
    .sticky-menu .header-cart .togg .widget.widget_shopping_cart {
        top: 35px;
    }
    #secondary {
        width: 30%;
    }
    #primary {
        width: 67%;
    }
    #custom-price-mesagge {
        font-size: 22px;
    }
    .custom-availability {
        font-size: 14px;
        color: #dc3545 !important;
        margin-left: 5px;
    }
    .header-top-left img {
        width: 70%;
        padding-bottom: 3px;
    }
    .header-cart .shopping_cart .cart-icon {
        background-size: 25px;
        height: 25px;
    }
    .topbar-link .topbar-link-toggle {
        background-size: 23px;
        height: 25px;
        width: 25px;
    }
    .header-phone {
        background-size: 23px;
        height: 25px;
        width: 25px;
        margin-top: 2px;
    }
    li.payment_method_paypal label img {
        max-width: 25% !important;
    }
    .header-right {
        padding-top: 0px !important;
    }
}


/*
--------------------------------------------------------
Yith booking form 
--------------------------------------------------------
*/

@media (max-width: 979px) {
    /* yith button */
    .wc-deposits-wrapper {
        margin: 0;
    }
    #primary {
        width: 100%;
    }
    /*
     * Deposit to cart
     * */
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) #yith-wcdp-add-deposit-to-cart {
        display: none;
    }
    /*
     * Disable zoom for inputs for IOS devices zoom issue
     * */
    .yith_wcbk_widget_booking_form_summary input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    select,
    textarea {
        font-size: 16px !important;
        font-size: 1rem !important;
    }
    .yith_wcbk_booking_product_form_widget {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 86px !important;
        margin: 0 !important;
        border-width: 1px 0 0 0 !important;
        z-index: 999999 !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .yith_wcbk_widget_booking_form_mouse_trap {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
    .yith-wcbk-booking-date {
        display: block !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .yith-wcbk-booking-form {
        display: none !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .product {
        display: table !important;
        width: 100% !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .yith_wcbk_widget_booking_form_head {
        display: table-cell !important;
        border: none !important;
        padding-bottom: 0 !important;
        vertical-align: middle !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .yith_wcbk_widget_booking_form_summary {
        display: table-cell !important;
        vertical-align: middle !important;
        text-align: right !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) div.product p.price {
        font-size: 16px !important;
        margin-bottom: 3px !important;
        height: 29px !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .woocommerce-product-rating {
        margin: 0 !important;
        font-size: 10px !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) .woocommerce-review-link {
        display: none !important;
    }
    .yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget__opened) button.button.alt.yith-wcbk-add-to-cart-button {
        display: inline-block !important;
        padding: 12px 30px !important;
        width: auto !important;
        float: right !important;
        margin-right: 25px !important;
    }
    .yith_wcbk_booking_product_form_widget.yith_wcbk_booking_product_form_widget__opened {
        bottom: 50% !important;
        left: 50% !important;
        height: 100% !important;
        /* mmmmmm */
        max-width: 420px !important;
        /* mmmmmm  */
        max-height: 100% !important;
        border-width: 0 !important;
        transform: translateX(-50%) translateY(50%) !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 25px 0 rgba(0, 0, 0, 0.2) !important;
        overflow-y: auto !important;
    }
    .yith_wcbk_booking_product_form_widget.yith_wcbk_booking_product_form_widget__opened .yith_wcbk_widget_booking_form_close {
        display: block !important;
    }
    /*********************/
}

@media only screen and (max-width: 911px) {
    #primary {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-navigation,
    .menu-toggle {
        padding: 0px 0 0 10px;
    }
    .static-wrapper.cms-left-text {
        text-align: left;
    }
    .home-service-icons {
        display: none;
    }
    #custom-price-mesagge {
        font-size: 20px;
    }
    #secondary {
        width: 100%;
    }
    .header-top-left img {
        width: 80%;
        padding-bottom: 3px;
    }
    .header-right {
        padding-top: 3px !important;
    }
    div.product .woocommerce-tabs {
        padding: 0px 0 !important;
    }
    .service-content {
        margin-bottom: 0px !important;
    }
    .service {
        margin: 3px auto !important;
    }
    li.payment_method_paypal label img {
        max-width: 18% !important;
    }
}

@media only screen and (max-width: 558px) {
    .custom-availability {
        display: none;
    }
    .header-top-left img {
        width: 100%;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 479px) {
    .menu-toggle::before {
        background-size: 20px;
    }
    .mobile-navigation,
    .menu-toggle {
        padding: 0px 0 0 2px;
    }
    .menu-toggle::before {
        background-size: 19px;
        margin-top: 7px;
    }
    .box-category::before {
        top: 16px;
        left: 26px;
    }
    .header-search .header-toggle {
        margin-top: 2px;
    }
    .header-search .woocommerce-product-search .search-field,
    .header-search .search-form .search-field {
        border: 2px solid #76a72e;
    }
    .sticky-menu .header-top-left {
        height: 52px;
    }
    .home-service-icons {
        display: none;
    }
    #custom-price-mesagge {
        font-size: 16px;
    }
    #secondary {
        width: 100%;
    }
    .custom-availability {
        display: none;
    }
    .header-top-left img {
        width: 100%;
        padding-bottom: 3px;
    }
    .topbar-link .topbar-link-toggle {
        background-size: 20px;
        height: 22px;
        width: 22px;
        margin-right: 8px;
        margin-top: 2px;
    }
    .header-phone {
        background-size: 20px;
        height: 22px;
        width: 22px;
        margin-right: 8px;
        margin-top: 2px;
    }
    .header-cart .shopping_cart .cart-icon,
    .wishlist-counter a,
    .header-search .header-toggle,
    .compare-counter a {
        background-size: 21px;
        height: 23px;
        width: 23px;
        margin-top: 2px;
    }
    li.payment_method_paypal label img {
        max-width: 25% !important;
    }
    .mb-center {
        text-align: center!important;
    }
}

@media only screen and (max-width: 379px) {
    .cms-banner-item .text2 {
        font-size: 14px;
    }
    .cms-banner-item .text3 {
        font-size: 11px;
    }
    .cms-banner-item .text1 {
        font-size: 20px;
        line-height: 20px;
    }
    .home-service-icons {
        display: none;
    }
    #custom-price-mesagge {
        font-size: 15px;
    }
    #secondary {
        width: 100%;
    }
    .custom-availability {
        display: none;
    }
    .header-top-left img {
        width: 100%;
        padding-bottom: 3px;
    }
    li.payment_method_paypal label img {
        max-width: 25% !important;
    }
    .mb-center {
        text-align: center!important;
    }
}


/*
--------------------------------------------
Logo
--------------------------------------------
*/

@media only screen and (max-width: 479px) {
    .header-top-left {
        width: 140px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-left {
        width: 40%;
        height: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-right {
        width: 53%;
        padding: 12px 0 0;
    }
}

@media only screen and (max-width: 1200px) {
    .header-top-left {
        width: 30%;
    }
}


/*
 * Main Menu
 * */

@media only screen and (max-width: 1450px) and (min-width: 1201px) {
    .header-right {
        width: 85% !important;
    }
}