/* 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;
    width: 100%;
}

@media (max-width: 991px) {
  .carousel-inner img {
    max-height: inherit;  
  }
}

.carousel-indicators{
    margin-bottom: 0px;
    bottom: 40%;
    margin-left: 10%;
    width: auto;
    left: initial;
    right: 1%;
}


.carousel-indicators li,
.carousel-indicators li.active {
  display: block;
  margin-top: 10px;
}
