/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.main-slide-title{
    text-align: center; 
    width:100%; 
    font-size: 49px;  
    position: absolute; 
    color:#fff; 
    z-index: 22;
    text-decoration: none;
    margin-top: 49px;
}
.main-slide-title a{
    color:#fff; 
}
.main-slide-title a:hover{
    color:#fff; 
}
.comp-label{
    font-weight: bold;
    font-size: 14px;
    margin-right: 21px;
    color: #6aaa89;
}
.empty-tytle{
    margin-top:1em; 
    height:10em;
}
.cat-all{
    color:#42827d;
}
.cat-plus{
    cursor : pointer;
    font-weight: bold;
}
.cat-list-item{
    padding:7px 0;
    border-bottom: 1px solid #ececec;
}
.hidden{
    display : none;
}
.cat-column{
    background-color: #d3fba8;
}
@media (max-width: 767px) {
  .carousel-inner,.carousel-indicators,.carousel-control-prev, .carousel-control-next, .carousel {
    display: none;
  }
}