body{
    background-color: #d7d5d3;
}

#mainnav{
    width: 65%;
    display: flex;
}
ul.headerSocial {
    position: absolute;
    right: -76px !important;
    top: 30px !important;
    width: 100px;
}
#maincontent{
    width: unset !important;
}

#feature_category{
    width: 100% !important;
    height: auto;
    background-size: contain;
    background-image: none !important;
}
#feature_category_main{
    width: 100% !important;
    height: auto;
    padding: 0 15px;
    background: #221d18 url(/Themes/V1/images/bg_feature_category.jpg) no-repeat;
    background-size: cover;
}

#product_scroll{
    width: 100% !important;
    padding: 15px !important;
}
#thumb_cat1{
    width: 100% !important;
}
#thumb_cat1 .li2{
    height: auto !important;
    padding: 5px;
    width: calc(23% - 10px) !important;
}

.scrollable{
    width: 100% !important;
    min-height: 320px;
}
.scrollable #catitems{
     margin-left: 0 !important;
}
#bg_footer{
        width: 100%;
    min-width: unset !important;
}

#footer, #bg_footer{
    height: auto;
}
#footernav{
    height: 100% !important;
    margin-bottom: 50px;
    
}
#footernav ul{
        height: unset !important;
    padding-right: 15px;
}
#footer-icons{
    margin-top: 25px;
    padding-left: 0 !important;
}
#footer-icons a{
    padding: 5px;
    display: block;
    max-width: 40px;
}