.top-menu .sub-menu ul[data-depth="1"] > li {
    width: calc(33% - 2.5rem);
}

.product-miniature .thumbnail-container .product-thumbnail {
    padding: 10px;
}

.product-miniature .thumbnail-container {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 20px -10px rgb(65, 65, 90);
}/* CORRECT */

.block-categories {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #19bc011a;
}

.block-categories .category-sub-menu li {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    padding-bottom: .1875rem;
    margin: .3125rem 0 0;
}

body {
    background-image: url('/themes/AngarTheme/assets/img/textures/custom_texture.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

#footer {
    padding-top: 0;
}

.footer-container {
    padding-top: 15px;
    overflow: hidden;
    border-top: 1px solid silver;
}

.container {
    background: #fff;
    padding-top: 5px;
}

#header .menu > ul > li {
    display: inline-block;
    border-right: 1px solid;
}

/*
#header .menu > ul > li:last-child {
    border-right: none;
}
*/


#header .menu > ul > li {
    display: inline-block;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

#header .top-menu a[data-depth="0"]:hover {
    color: white;
    text-decoration: none;
    background-color: green;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    max-width: 440px;
    color: #fff;
    text-shadow: 2px 4px 9px #25100A;
}

.ext-button .btn.btn-primary.add-to-cart {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    background-color: #292929;
}

.ext-button > .add-to-cart:hover {
    background-color: green !important;
}

