/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#js-product-list-header {
    display: none!important;
}

#js-product-list-top {
    display: none!important;
}

.container:after {
    display: none!important;
}

#wrapper {
    background: #e4eaea!important;
    box-shadow: inset 0 6px 5px 0 rgba(0,0,0,.11)!important;
    padding-top: 1.563rem!important;
}

#top-menu {
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}

body, main {
    background-color: #e4eaea!important;
 }

li.current > a {
    color: #cd8c52!important;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
 }
 .pagination .page-list {
    background: #e4eaea!important;
    box-shadow: none!important;
 }

 .carousel {
    background-color: #e4eaea!important;
 }