#header .header-nav {
    margin-bottom: 0;
}

#header .header-top {
    padding-bottom: 0;
}

#header .header-top .position-static {
    position: static;
    margin-top: 1em;
}

#wrapper {
    background: #fff;
    box-shadow: none;
    padding-top: 0;
}

#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    padding-top: 22px;
}

.product-cover img {
    box-shadow: none;
    background: #fff;
}

.card {
    box-shadow: none;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}

.block-categories {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}


.card {
    box-shadow: none;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 246px;
    bottom: 0;
    height: 70px;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width:  250px;
    background: #fff;
    border: solid 1px #d1d1d1;
    box-shadow: none;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 2;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 3.125rem;
    box-shadow: none;
    transition: bottom .3s;
    border: solid 1px #f1f1f1;
}

.tabs {
    box-shadow: none;
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

.pagination .page-list {
    background: #fff;
    padding: .375rem;
    margin-bottom: 0;
    box-shadow: none;
}