.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px !important;
}

#boncollection .title-block {
  text-align: center;
}

#boncollection .title-block span {
  font-size: 14px;
  text-transform: none;
  padding-top: 7px;
  color: #777;
}

#boncollection button:focus,
#boncollection button:active {
  outline: none !important;
}

#boncollection .boncollection-slider {
  margin-top: 20px;
}

#boncollection .boncollection-item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.boncollection-item-title {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.02%, #F7F7F7 100%), linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #ECECEC 100%);
  padding: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.boncollection-item a .boncollection-item-title h3 {
  margin-bottom: 0;
}

.boncollection-item a i {
  font-size: 17px;
}

.boncollection-item a:hover .boncollection-item-title h3 {
  color: #0ab3a3;
}

.boncollection-item .read-more:after {
  font-family: 'Material Icons';
  content: '\e5c8';
  font-size: 15px;
  margin-left: 10px;
  vertical-align: -3px;
}

.boncollection-main .boncollection-image {
  margin-bottom: 20px;
  display: block;
}

#boncollection.boncollection-home {
  background-color: #fff;
  display: block;
  margin: 45px 0;
}


#boncollection.boncollection-home h2 {
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

#boncollection h2:hover {
  color: #0ab3a3;
}

#boncollection a:hover img {
  transform: scale(1.1);
}

.boncollection-show-all {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

.boncollection-show-all:after {
  font-family: "Mercury";
  font-size: 12px;
  transition: all 0.3s ease;
  content: '\e804';
  color: #7a7a7a;
  padding-left: 5px;
}

.boncollection-show-all:hover:after {
  color: #0ab3a3
}

/*type video*/

#boncollection .embed-responsive .embed-responsive-item,
#boncollection .embed-responsive embed,
#boncollection .embed-responsive iframe,
#boncollection .embed-responsive object,
#boncollection .embed-responsive video,
#boncollection .boncollection-image:after {
  position: relative;
  height: auto;
}

#boncollection .boncollection-cover-img {
  position: relative;
}

#boncollection .boncollection-cover-img::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#boncollection .boncollection-video-link {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

#boncollection .boncollection-video-link {
  background: url('../img/play.png');
  background-size: contain;
  transition: all 0.3s ease;
  width: 130px;
  height: 130px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

#boncollection .boncollection-cover-img:hover .boncollection-video-link {
  opacity: 1;
}

#boncollection .modal-dialog {
  max-width: 1200px;
}

#boncollection .modal-content {
  background: transparent;
  border: none;
}

#boncollection #video-element {
  width: 100%;
}

/* navigation and pagination*/
#boncollection .slick-dots li button:before {
  font-size: 1rem;
}

#boncollection .slick-next {
  transition: all 0.3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  right: 5px;
}

#boncollection .slick-next:before {
  font-family: "Mercury";
  color: #777;
  font-size: 25px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e804';
}

#boncollection .slick-prev {
  transition: all 0.3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  left: 5px;
}

#boncollection .slick-prev:before {
  font-family: "Mercury";
  color: #777;
  font-size: 25px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e802';
}

#boncollection .slick-prev:hover:before {
  color: #049e8f;
  opacity: 1;
}

#boncollection .slick-next:hover:before {
  color: #049e8f;
  opacity: 1;
}

#boncollection:hover .slick-next {
  right: -45px;
  opacity: 1;
}

#boncollection:hover .slick-prev {
  left: -45px;
  opacity: 1;
}

#boncollection .slick-next.white-arrow:before,
#boncollection .slick-prev.white-arrow:before {
  color: #3a3a3a;
}

#boncollection .horizontal-dots li.slick-active button:before {
  opacity: 0.75;
}

#boncollection .author {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#boncollection .author a {
  min-width: max-content;
}

.boncollection-img-container {
  padding: 20px;
}

.img-responsive {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

/* main collections page*/
.boncollection-main .products-section-title {
  margin: 30px 0 50px;
}

.boncollection-main .boncollection-item {
  margin-bottom: 30px;
}

.boncollection-main .description-footer {
  display: flex;
  justify-content: space-between;
}

/* collection page */
#boncollection-page {
  margin: 15px 0 0 0;
}

#boncollection-page .row {
  display: flex;
  flex-wrap: wrap;
}

.boncollection-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.boncollection-wrapper {
  background: #fcfcfc;
}

.boncollection-info h2 {
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 21px;
}

.boncollection-description {
  margin: 15px 10% 28px 10%;
}

.boncollection-info hr {
  background-color: #0ab3a3;
  width: 190px;
  margin: 0;
}

.boncollection-info .author {
  color: #3a3a3a;
  margin: 25px 0 5px;
}

#boncollection-page .boncollection-item-description {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #3a3a3a;
  cursor: pointer;
  transition: all .3s linear;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

#boncollection-page .boncollection-item-description p,
#boncollection-page .boncollection-item-description h3 {
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

#boncollection-page .boncollection-item:hover .boncollection-item-description {
  opacity: 0.8;

}

#boncollection-page .boncollection-wrapper {
  margin-bottom: 20px;
}

#boncollection-page .boncollection-item a {
  display: block;
  position: relative;
}

.boncollection-items {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

#boncollection-page .boncollection-item:nth-child(2n+1) {
  order: 1;
}

#boncollection-page .boncollection-item:nth-child(2n) {
  order: 2;
}

.boncollection-items::before,
.boncollection-items::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

#boncollection-page .boncollection-item {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#boncollection-page .boncollection-container {
  padding: 0;
}

#boncollection-page .boncollection-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}

#boncollection-page .social-sharing {
  display: flex;
  align-items: center;
}

#boncollection-page .social-sharing li:last-child {
  margin-right: 0;
}

.boncollection-item hr {
  background-color: #fff;
  width: 150px;

}

#boncollection-page .social-sharing p {
  margin: 0 10px 0;
}

/* responsive */

@media screen and (max-width: 767px) {
  .boncollection-image {
    margin-bottom: 20px;
  }

  .boncollection-items {
    height: auto !important;
  }

  #boncollection-page .boncollection-item {
    width: 100%;
  }

  .boncollection-main .products-section-title {
    margin: 25px 0;
  }

  #boncollection-page .boncollection-nav {
    margin: 30px 0;
  }

  #boncollection-page .boncollection-nav {
    flex-wrap: wrap;
  }

}