.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 a.title {

  padding: 15px 0;

  display: flex !important;

  align-items: flex-end;

  justify-content: space-between;

}



.boncollection-item .boncollection-item-title h3 {

  margin-bottom: 0;

  font-size: 17px;

  transition: all .3s ease;

}



.boncollection-item i {

  font-size: 17px;

  padding-right: 5px;

}



.boncollection-item .boncollection-item-title:hover h3 {

  color: #05b4ff;
  

}



.boncollection-item .read-more:after {

  font-family: 'Material Icons';

  content: '\e5c8';

  font-size: 15px;

  margin-left: 10px;

  vertical-align: -3px;

}



.boncollection-main .boncollection-image {

  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.boncollection-home h2:hover {

  color: #05b4ff;

}



#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: #05b4ff;

}



/*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: #295379;

  opacity: 1;

}



#boncollection .slick-next:hover:before {

  color: #295379;

  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: 52px 0 0 0;

}



#boncollection-page .row {

  display: flex;

  flex-wrap: wrap;

}



#boncollection-page .bon-prevnextcollection {

  display: flex;

  flex-wrap: nowrap;

}



#boncollection-page .bon-prevnextcollection a {

  white-space: nowrap;

  padding-left: 15px;

}





.boncollection-info h2 {

  text-transform: capitalize;

  line-height: 1.5;

  margin: -8px 0 0 0;

}



#boncollection-page .collection-info-bottom {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: flex-end;

}





.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;

  padding: 15px

}

 

#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;

  flex-wrap: wrap;



}



#boncollection-page .author-box {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}



#boncollection-page .social-sharing {

  display: flex;

  align-items: center;

}



#boncollection-page .social-sharing li:last-child {

  margin-right: 0;

}



#boncollection-page .collection-info-bottom img {

  border-radius: 50%;

  width: 54px;

  height: 54px;

  margin-right: 20px;

}



.boncollection-item hr {

  background-color: #fff;

  width: 150px;



}



#boncollection-page .social-sharing p {

  margin: 0 10px 0;

}



#boncollection-page .bon-collection-li {

  font-size: 13px;

  padding-left: 25px;

  position: relative;

  color: #7a7a7a;

}



#boncollection-page .bon-collection-li:before {

  content: "\E5CA";

  font-family: Material Icons;

  color: #3a3a3a;

  font-size: 13px;

  position: absolute;

  left: 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 {

    margin: 30px 0 0 0;

  }

}