.landing-menu-wrapper{
    position: absolute;
    left: 0px;
    height: 100%;
    width: 225px;
}

#products {
    padding-left: 230px;
}

.landing-menu a {
    font-size: 17px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    background: white;
    margin: 0 0 20px;
text-align: center;
font-weight: bold;
color: 044563;
border: 2px solid #044563;
}

.landing-menu a:hover{
background: #00283a;
color: white;
}

.landing-menu {
background: #d9fffe;
padding: 20px;
width: 100%;
height: 98%;
}


#products h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
    background: #d9fffe;
    color: #044563;
    padding: 10px;
    text-transform: uppercase;
text-align: center;
}

.content-promo {
    background-color: #ffea97;
    color: black;
    box-shadow: none;
    border: none; 
    padding: 5px;
    border-radius: 0; 
    width: 239px;
    text-align: center; 
    bottom: 50px;
    top: initial;
    left: 0;
}

.orderProdDiv{
    background: #bb4900;
    border-radius: 0; 
    padding-left: 10px;
    padding-right: 10px;
   font-weight: bold;
   width: 80px;
   text-align:center;
   padding-top:5px;
   padding-bottom:5px;
   color: #fff;
}

.orderProdDiv:hover{
background: #015175;
color: white;
}

.category_content .box .price {
    font-size: 15px !important;
    position: absolute;
    left: 5px;
    bottom: 2px;
}
.large-height.with-desc .box {
    height: 430px;
}a

.distname{
display:none;
}
.limited-qty{
background-color: #dee2e2;
padding:3px;
}


