@media all and (max-width: 1024px) {

    .whatsapp {
        display: block;
        position: fixed;
        bottom: 5px;
        right: 90px;
        width: 50px;
        height: 50px;
        background: url(../img/whatsapp.png) no-repeat center;
        cursor: pointer;
        z-index: 10001;
        color: transparent
    }
    .callphone {
        display: block;
        position: fixed;
        bottom: 5px;
        left: 20px;
        width: 50px;
        height: 50px;
        background: url(../img/callphone.png) no-repeat center;
        cursor: pointer;
        z-index: 10001;
        color: transparent
    }
    .search-box.store-search-box input.search-box-text {
        float: left;
        width: 90%!important;
        height: 100% !important;
        background: none;
        border: none;
        font-size: 15px;
        font-style: italic;
        color: #666;
        background-color: white;
    }

    .admin-header-links {
        position: fixed;
        top: 0;
        z-index: 10001;
        width: 100%;
    }
    .responsive-nav-wrapper-parent {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
    }

    .admin-header-links ~ .responsive-nav-wrapper-parent {
        top: 35px;
    }

    .subheader-wrapper {
        margin-top: 55px;
    }

    .admin-header-links ~ .subheader-wrapper {
        margin-top: 100px;
    }

    .responsive-nav-wrapper-parent-bottom {
        display: block !important;
        position: fixed;
        z-index: 10000;
        width: 100%;
        bottom: 0;
    }

    /* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper {
        display: table;
        position: relative;
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
        background: #fff;
        text-align: center;
        font-size: 0;
    }

        .responsive-nav-wrapper.nav-down {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .responsive-nav-wrapper.nav-up {
            -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
        }

    .responsive-nav-inner {
        display: table-row;
    }

    .responsive-nav-inner-bottom {
        display: table-row;
    }
    .responsive-nav-inner > div {
        display: table-cell;
        border-left: 1px solid #ccc;
        text-align: center;
    }
    .header-logo {
        padding: 0px 20px 0px 35px;
        text-align: left;
    }
    .responsive-nav-inner-bottom > div {
        display: block;
        border-top: 1px solid #ccc;
        text-align: center;
        height: 60px;
    }

   .responsive-nav-inner > div:first-child {
        border-left: none;
    }

    .responsive-nav-wrapper .menu-title {
        background: url('../img/icon-menu.png') no-repeat center;
    }

    .responsive-nav-wrapper .search-wrap {
        background: url('../img/icon-search.png') no-repeat center;
    }
    .search-wrap {
        display: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }
    .responsive-nav-wrapper .shopping-cart-link {
        background: url('../img/icon-cart.png') no-repeat center;
    }

    .responsive-nav-wrapper .filters-button {
        display: none;
        background: url('../img/icon-filters.png') no-repeat center;
    }

    .responsive-nav-wrapper .personal-button {
        background: url('../img/mainmenu.png') no-repeat center;
    }

    .responsive-nav-inner > div > span,
    .responsive-nav-inner > div > a {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }

    /* RESPONSIVE MENU */

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333 !important;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }

    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
    }

    .notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .header-menu.open {
        left: 0;
    }

    .header-menu .close-menu,
    .header-menu .back-button {
        position: relative;
        background: #c03;
        cursor: pointer;
    }

    .close-menu span {
        display: block;
        padding: 15px;
        font: normal 15px 'INGMe';
        color: #fff;
        text-transform: uppercase;
        text-align: right;
    }

        .close-menu span:after,
        .back-button span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 10px;
            width: 26px;
            height: 26px;
            margin-top: -13px;
            background: #eee url('../img/mobile-menu-close.png') center no-repeat;
        }

    .header-menu .back-button span {
        border: none !important;
        padding: 14px 18px !important;
        text-align: right;
        font-size: 16px;
        color: #fff;
        text-transform: none;
    }

    .header-menu > ul li {
        background: #fff;
    }

        .header-menu > ul li:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .header-menu > ul li > a,
        .header-menu > ul li > span {
            display: block;
            padding: 16px 18px !important;
            line-height: 18px !important; /*IE fix*/
            font: normal 16px 'INGMe';
            text-transform: uppercase;
            position: relative;
            z-index: 1;
            border-bottom: 1px dotted #ccc;
        }

        .header-menu > ul li:last-child > a,
        .header-menu > ul li:last-child > span {
            border-bottom: 0;
        }

        .header-menu > ul li > .with-subcategories {
            width: 270px;
            float: left;
        }

    .plus-button {
        position: relative;
        float: right;
        width: 50px;
        height: 47px;
        z-index: 2;
        cursor: pointer;
        border-left: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        background: url('../img/mobile-arrow-black.png') center no-repeat;
    }

    .header-menu li:last-child .plus-button {
        border-bottom: none;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333 !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

    .notAndroid23 .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .android23 .header-menu .sublist-wrap {
        left: -320px;
    }

    .notAndroid23 .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .header-menu .sublist-wrap.active {
        left: 0;
    }

    /* header menu functionality classes */

    .admin-header-links,
    .header,
    .responsive-nav-wrapper,
    .logo-wrapper,
    .slider-wrapper,
    .master-wrapper-content,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }
    .notAndroid23 .move-right {
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }

    /* SEARCH BOX */

    .search-box {
        display: none;
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 9999999;
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
        background: #fff;
        padding: 5px;
        text-align: center;
    }
        .search-box {
            display: block;
        }
        .search-box.open {
            display: block;
        }

    .product-collateral {
    display:none;
}

    /* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        position: fixed;
        bottom: 61px;
        left: 0;
        right: 0;
        z-index: 1000001;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        height: 96px;
    }

        .header-links-wrapper.open {
            display: block;
        }

    /* ITEM BOX */

    .product-grid .item-box .add-info {
        height: auto !important;
    }

    .product-grid .item-box .buttons {
        position: absolute !important;
        bottom: 10px;
        width: 100%;
        white-space: nowrap;
        opacity: 100;
        transition: all 0.5s ease-in-out;
    }
    .item-box .price
    {
        bottom:-10px !important;
    }

    .item-box .buttons input[type="button"] {
        border: 1px solid #8b8b8b !important;
        padding: 10px 10px;
        font: normal 14px 'INGMe';
        color: #484848;
        border-radius: 5px !important;
        font-weight: 500;
        width: 80%;
        background-color: white;
        text-transform: uppercase;
        display: none;
    }
    #table {
        border-collapse: collapse;
        width: 100%;
        text-align: left;
        table-layout: fixed;
    }

   #table td, #table th {
        border: 1px solid #ddd;
        padding: 4px;
   }

   #table tr:nth-child(even) {
        background-color: #f2f2f2;
   }

   #table tr:hover {
       background-color: #ddd;
   }

   #table th {
       padding-top: 4px;
       padding-bottom: 4px;
       text-align: left;
       background-color: #919191;
       color: white;
       font: 14px/18px INGMe, Arial, Helvetica, sans-serif;
   }
}
