/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
    .header {
        position: relative;
    }
    .header .quick-access .links {
        font-size: 18px !important;
    }
    .header .quick-access ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header .quick-access ul .last {
        padding-left: 7px;
    }

}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    .header {
        overflow: visible;
        padding: 2.5% 2.5% 1%;
        width: 95%;
    }
    .header .logo {
        margin-top: 1%;
        max-width: 100%;
        width: 50%;
    }
    /* Toggle */
    .mobile-nav {
        display: block;
    }
    .mobile-nav-toggle,
    .mobile-nav .button-buy {
        margin-top: 1%;
    }
    /* Main Navigation */
    .header .quick-access {
        background: rgba(0, 0, 0, .88);
        clear: both;
        display: none;
        float: none;
        left: 0;
        margin-top: 1%;
        max-width: 100%;
        padding: 20px 0;
        position: absolute;
        width: 100%;
        z-index: 99;
    }
    .header .quick-access .links {
        background: none;
        border: none;
        clear: both;
        display: block;
        font-size: 50px !important;
        width: 100%;
    }
    .header .quick-access .links li {
        border-left: none;
        display: block;
        line-height: normal;
        margin: 10px 0;
        padding: 5px 0;
        text-align: center;
        width: 100%;
    }
    .header .quick-access .links li a {
        display: block;
        margin: 0 10%;
    }
    /* Cart */
    .header .quick-access .cart-counter {
        border: none;
        padding: 0;
        top: 0;
    }
    .header .quick-access .cartIcon {
        float: none;
        margin-right: 0;
    }
    .header .quick-access .cart-icon-container {
        background: none;
        display: inline;
        float: none;
        height: auto;
        padding: 0;
        position: static;
        width: auto;
    }
    .header .quick-access .toplinks-cart-qty {
        color: #fef336;
        font-size: 50px;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
    .header {
        padding-bottom: 1.5%;
    }
    /* Mobile Navigation */
    .mobile-nav-toggle,
    .mobile-nav .button-buy {
        margin-top: 2%;
        width: 13%;
    }
    .mobile-nav .button-buy {
        margin-left: 5%
    }
    /* Main Navigation */
    .header .quick-access .links {
        font-size: 24px !important;
    }
    .header .quick-access .links li {
        margin: 7px 0;
        padding: 2px 0;
    }
    .header .quick-access .toplinks-cart-qty {
        font-size: 24px;
    }
}
