/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * images styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.category-description > div {
    display: none;
}

.carousel-inner a{
    height: 100%;
}
.carousel-inner img{
    max-height: 100%;
    margin: auto;
}

.carousel-indicators{
    margin-bottom: 0px;
    bottom: 10px;
}
