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

#boncollection .title-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#boncollection .title-block .long-arrow-right,
#boncollection .title-block .long-arrow-left{
  display: block;
  position: unset;
  margin: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #696969;
  border-left: 2px solid #696969;
  transition: all .3s ease;
}

#boncollection .title-block .long-arrow-right:hover,
#boncollection .title-block .long-arrow-left:hover{
  border-top: 2px solid #b160c3;
  border-left: 2px solid #b160c3;
}

#boncollection .title-block .long-arrow-right{
 transform: rotate(135deg);
 margin-left: 70px;
}

#boncollection .title-block .long-arrow-left{
 transform: rotate(-45deg);
 margin-right: 70px;
}

#boncollection .title-block .long-arrow-right::after,
#boncollection .title-block .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background-color: #696969;
  transform: rotate(-45deg) translate(20.5px, 8px);
  left: 0;
  top: 0;
}

#boncollection .title-block .long-arrow-right:hover::after,
#boncollection .title-block .long-arrow-left:hover::after{
  background-color: #b160c3;
}

#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;
  transition: all .3s ease;
}

#boncollection .boncollection-item.swiper-slide-active a{
  display: flex;
  flex-direction: column;
} 

.boncollection-item-title {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  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%);
}

.boncollection-item a .boncollection-item-title h3 {
  margin-bottom: 0;
  transition: all .3s linear;
}

.boncollection-item a .boncollection-item-title p {
  font-size: 20px;
  color: #af9fd6;
}

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

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

.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;
  font-size: calc(14px + (35 - 15) * ((100vw - 320px) / (1880 - 320)));
}

#boncollection h2:hover {
  color: #b160c3;
}

/* #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: #b160c3;
}

/*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%;
}

#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: 0 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: #af9fd6;
  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;
  max-width: 80%;
}

#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;
  }

}