

/* Fictionlabs */

/* Item */

.product-item .jbprice-tmpl-sku {
  display: inline-block;
}
.product-item__price {
  margin-top: 1em;
  margin-bottom: .5em;
}
.product-item__project-photo {
    width: 100%;
    height: auto;
}
.product-item__project-photo a {
    margin-bottom: 30px;
    display: block;
}
.product-item__project-photo a img {
    width: 100%;
}

/* Breadcrumbs */

.breadcrumbs__list li span {
  display: inline-block;
}

/* News */

.news__list .item {
  margin-bottom: 30px;
}
.news__list.news__list-catalog {
  margin-left: -15px;
  margin-right: -15px;
}
.product-item.product-item_full-news, .product-item.product-item_full-news .product-item__title {
  max-width:100%;
}
.product-item.product-item_full-news .product-item__news-photo {
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .news__list.news__list-catalog .item__title {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .product-item__news-photo.pull-left {
    float: none!important;
  }
  .product-item__news-photo a {
    display: block;
    width: 100%;
  }
  .product-item__news-photo a img {
    width: 100%;
    height: auto;
  }
}
.logo__cover img {
    width: 84px;
    margin-top: -30px;
}
ul.pagination-list {
    list-style: none;
    display: inline;
}

ul.pagination-list li {
    display: inline;
    margin: 0 15px;
}
.product__cover {
    background: content-box;
    background-repeat: no-repeat;
    background-position: center;
border: 1px solid #E9E9E9;
border-bottom: none;
    
}
/*quick form*/
.qfcapt {
    display: none;
}

.qf2.qfsubmit.box_btn.btn-primary {
    background: none;
    margin-top: 20px;
}

.qf2.qfsubmit.box_btn.btn-primary {
    text-align: center;
}
input.form-control {
    width: 100%;
}