.collectionsSquare .blockItems {
  padding-bottom: 24px;
}
.collectionsSquare .blockItems > ul {
  position: relative;
}
.collectionsSquare .blockItems > ul > li {
  width: 100%;
  display: none;
}
.collectionsSquare .blockItems > ul > li:after {
  content: "";
  clear: both;
  display: block;
}
.collectionsSquare .blockItems > ul > li:first-child {
  display: block;
}
.collectionsSquare .blockItems > ul .nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.collectionsSquare .blockItems > ul .nav span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.collectionsSquare .blockItems > ul .nav span:hover {
  cursor: pointer;
}
.collectionsSquare .blockItems > ul .nav span.active {
  background-color: #ff672b;
}
.collectionsSquare .blockItems > ul .previous,
.collectionsSquare .blockItems > ul .next {
  position: absolute;
  width: 40%;
  height: 32px;
  bottom: -24px;
  text-indent: -9999px;
  cursor: pointer;
}
.collectionsSquare .blockItems > ul .previous:before,
.collectionsSquare .blockItems > ul .next:before {
  content: "";
  display: block;
  float: right;
  margin-top: 12px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -256px -112px;
  text-indent: 0;
}
.collectionsSquare .blockItems > ul .previous {
  left: 0;
}
.collectionsSquare .blockItems > ul .next {
  right: 0;
}
.collectionsSquare .blockItems > ul .next:before {
  float: left;
  background-position: -304px -112px;
}
.collectionsSquare .blockItems ul {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 8px;
}
.collectionsSquare .blockItems ul:before,
.collectionsSquare .blockItems ul:after {
  content: " ";
  display: table;
}
.collectionsSquare .blockItems ul:after {
  clear: both;
}
.collectionsSquare .blockItems ul > li .collection.b {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .collectionsSquare .blockItems ul > li .collection.b {
    float: left;
    width: 16.66666667%;
  }
}
.collectionsSquare .collection.b {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.collectionsSquare .collection.b .picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.collectionsSquare .collection.b .picture i {
  height: 0;
  padding-bottom: 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.collectionsSquare .collection.b .picture i img {
  display: none;
}
.collectionsSquare .collection.b .picture img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .collectionsSquare .collection.b {
    margin-top: 8px;
  }
}
.collectionsSquare .collection.b .collectionTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
  white-space: initial;
  margin-top: 4px;
  color: #101010;
  text-align: left;
}
.collectionsSquare .collection.b .picture {
  border: none;
}
.collectionsSquare .collection.b .picture .sponsorBanner img {
  display: block;
}
