@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_cube/css/swiper.card.scss */
.bh_gall_tc_cube {
  /* swiper.card */
}
.bh_gall_tc_cube .swiper-card {
  width: 300px;
  height: 370px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
.bh_gall_tc_cube .swiper-card .swiper-button-prev, .bh_gall_tc_cube .swiper-card .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0;
  margin-top: calc(0px - (32px/ 2));
}
.bh_gall_tc_cube .swiper-card .swiper-button-prev:after, .bh_gall_tc_cube .swiper-card .swiper-button-next:after {
  content: "";
}
.bh_gall_tc_cube .swiper-card .swiper-button-prev {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_cube/css/btn.prev_b2.png") !important;
}
.bh_gall_tc_cube .swiper-card .swiper-button-next {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_cube/css/btn.next_b2.png") !important;
}
.bh_gall_tc_cube .swiper-card .swiper-horizontal > .swiper-pagination-bullets, .bh_gall_tc_cube .swiper-card .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
.bh_gall_tc_cube .swiper-card .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c9d21e;
}
@media (max-width: 992px) {
  .bh_gall_tc_cube .swiper-card {
    height: auto;
  }
}

