    

/* categories list box  */

/*  home categories list box  */
.categories-list-box .products-carousel-item,
.categories-carousel-box .products-carousel-item{
  position:relative;
  text-align:center;
}
.categories-list-box .category-item-name,
.categories-carousel-box .category-item-name{
    color: #fff;
    font-weight:bold;
    display: block;
    font-size: 48px;
    position: absolute;
    left: 44px;
    right: 44px;
    bottom:40px;
    line-height:48px;
}
.categories-list-box .category-item-text,
.categories-carousel-box .category-item-text{
    color: #fff;
    display: block;
    font-size: 20px;
    position: absolute;
    left: 44px;
    right: 44px;
    bottom:14px;
}
.categories-list-box .category-item-text:after,
.categories-carousel-box .category-item-text:after{
  content: "\e080";
  font-family: "Glyphicons Halflings";
  display:block;
  float:right;
  padding-left:10px;
}

/*  categories carousel box  */
.categories-carousel-box{
  clear:both;
  padding-bottom:60px;
}
.categories-carousel-box .category-item-name{
    font-size:30px;
    bottom:38px;
}
/*
.categories-carousel-box .glass{
   position:absolute;
   bottom:0px;
   width:100%;
   height:74px;
   background-color:#ff6a00;
   z-index:10;
}
*/
.categories-carousel-box .category-item-name,
.categories-carousel-box .category-item-text{
  background-color: #000;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  right: 0;
  z-index: 100;
}
.categories-carousel-box .category-item-text{
  padding-bottom:10px;
  bottom:0px;
}

.isbn-box{
   padding-top:20px;
   border-top:1px solid #d6d6d6;
}
.isbn-box .label{
  font-weight: bold;
}
.isbn-box .label,
.isbn-box .value{
  display:inline-block;
  margin:5px 0px;
  color: #707070;
  font-size: 13px;
  padding-left: 0px;
  line-height: 30px;
  width: 150px;
  text-align: left;
}


/*  na z k wylaczyc zapytaj o produkt  09-11-2017  */
/*  nzk zamienic na chwilowo brak  19-12-2017  */
.ask-button,
.product-item-ask{
  /*cursor:none;*/
}
.ask-button:hover,
.product-item-ask:hover{
  background-color: #ffbb00 !important;
  color: #fff !important;
}
/*
.ask-button,
.product-item-ask{
  //display:none !important;
  font-size:0px !important;
}
.ask-button:before,
.product-item-ask:before{
  content:"Chwilowo brak";
  display:block;
}
*/