/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#wrapper {background: #EEEEEE}

.product-miniature .thumbnail-container {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
.carousel-inner {
    box-shadow: 0 1px 0px 0 rgba(0,0,0,.25);
    position: relative;
}
.block-category {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
.block-categories {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
#subcategories {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
.product-cover {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
.tabs {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
#custom-text {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    position: relative;
}