    
.left-menu-wrapper {
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.left-menu {
    position: absolute;
    width: 330px;
    text-align: center;
    background-image: url('../images/menubg.png');
    padding-bottom: 60px;
    padding-top: 30px;    
}



.checkout-wrapper {
    margin: 0;
}

.left-menu-homepage {
    top: -64px;
}

.left-menu img {
    margin: 20px 0 40px 0;
}

.left-menu ul {
    padding: 0;
    margin: 0;
    z-index: 500;
    position: relative;
    display: block;
}

.left-menu ul>li {
    padding: 0;
    margin: 0;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 12pt;
    color: white;
    list-style: none;   
    font-weight: bold;
}

.left-menu ul>li a {
    color: #ffffff;
    text-decoration: none;
}

.left-menu ul>li a:hover {
    color: #d97926;
}

.left-menu .toggle {
    display: none;
    height: 50px;
    color: white;
    font-size: 32pt;
    padding-right: 0pt;
    cursor: pointer;
    position: relative;
    right: 30px;
    width: 100%;
    text-align: right;
    z-index: 999;
    box-sizing: border-box;
}

.left-menu ul .notlast {
    background-image: url('../images/menuseparator.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.left-menu ul .notlast:last-child {
    background-image: none;
}


@media screen and (max-width: 1555px) {
    
    .index .left-menu{
        width: 21%;
    }
    
    .index .left-menu img{
        max-width: 75%;
        height: auto;
    }   
    
}


@media screen and (max-width: 1480px) {
    
    .index .left-menu{
        padding-bottom: 75px;
    }
    
    .index .left-menu img{
        margin-bottom: 20px;
    }
    
    .index .left-menu img{
        max-width: 70%;
    }
    
}


@media screen and (max-width: 1310px) {
    
    .index .left-menu img{
        max-width: 60%;
    }
    
    .patternbg{
        background-size: 100% 510px;
    }
    
}


@media screen and (max-width: 1245px) {
    
    #revolutionSlider{
        max-height: 500px !important;
        height: 500px !important;
    }
    
    .sliderImage{
        top: auto !important;
        bottom: -20px !important;
    }
    
}

@media screen and (max-width: 990px) {
    .left-menu-wrapper {
        padding: 0px;
    }
    
    .left-menu {
        width: 230px;
    }
    
    .left-menu .main-logo {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    
    .left-menu {
        padding-bottom: 65px;
    }
    
    .left-menu-homepage {
        top: 0px;
    }
    
    .index .left-menu, .left-menu {
        width: 100%;
    }
    
    .left-menu .main-logo {
        width: initial;
    }
    
    .left-menu .toggle {
            display: block;
    }
    
    .left-menu ul {
        margin: 0 0 80px 0;
        display: none;
    }
    
    .left-menu-section-cart {
        height: inherit !important;
        position: static !important;
        top: 0 !important;
    }
    
    .left-menu-section-cart ul {
            margin: 0 !important;
    }
    
    .left-menu-section-cart .toggle {
        height: 0px;
    }
    
    .cart-wrapper {
        margin-top: -32px !important;
    }
    
    .slider-container{
        display: none;
    }
    
    .left-menu{
        position: relative;
        padding-top: 0;
    }
    
}
