/* line 3, ../../../../sass/modules/tmhomecarousel/css/front.scss */
#homepage-carousel {
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 11, ../../../../sass/modules/tmhomecarousel/css/front.scss */
#homepage-carousel li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none !important;
  float: left;
}

/* line 18, ../../../../sass/modules/tmhomecarousel/css/front.scss */
ul.product_list.grid#homepage-carousel > li .product-container {
  border-left: 1px solid #e5e4e4;
}

/* line 23, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content > ul {
  display: none !important;
}
/* line 26, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper {
  position: relative;
  margin: 0 auto !important;
  border-bottom: 1px solid #e5e4e4;
}
/* line 34, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper .bx-viewport {
  position: relative;
  overflow: hidden;
  padding-right: 1px;
}
/* line 41, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-pager .bx-pager-item {
  float: left;
  text-align: center;
  margin-right: 3px;
}
/* line 46, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px;
}
/* line 51, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-auto .bx-controls-auto-item {
  float: left;
  margin-right: 3px;
  text-align: center;
  display: none;
}
/* line 57, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-auto .bx-controls-auto-item a {
  display: block;
  width: 20px;
  height: 20px;
}
/* line 62, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
  content: '\f04b';
  font-family: "FontAwesome";
}
/* line 66, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c';
  font-family: "FontAwesome";
}
/* line 70, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-direction {
  position: absolute;
  overflow: hidden;
  top: -46px;
  right: 22px;
}
@media (max-width: 991px) {
  /* line 70, ../../../../sass/modules/tmhomecarousel/css/front.scss */
  .tab-content .bx-controls-direction {
    right: -27px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../../../sass/modules/tmhomecarousel/css/front.scss */
  .tab-content .bx-controls-direction {
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -17px;
    overflow: inherit;
  }
}
/* line 94, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper .bx-controls-direction a {
  outline: 0;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  display: block;
}
/* line 110, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper .bx-controls-direction a:before {
  display: block;
  text-indent: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 34px;
  font-family: "FontAwesome";
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0.3s ease;
  color: #d5d5d6;
}
/* line 121, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper .bx-controls-direction a:hover:before {
  color: #5c3317;
}
/* line 125, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-wrapper .bx-controls-direction a.disabled:hover:before {
  color: #d5d5d6;
}
@media (max-width: 767px) {
  /* line 128, ../../../../sass/modules/tmhomecarousel/css/front.scss */
  .tab-content .bx-controls-direction a.bx-prev {
    margin: 0 0 0 -39px;
    float: left;
  }
}
/* line 136, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-direction a.bx-prev:before {
  content: "\f060";
}
/* line 139, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-direction a.bx-next {
  margin-left: 8px;
}
@media (max-width: 767px) {
  /* line 139, ../../../../sass/modules/tmhomecarousel/css/front.scss */
  .tab-content .bx-controls-direction a.bx-next {
    margin: 0 -39px 0 0;
    float: right;
  }
}
/* line 148, ../../../../sass/modules/tmhomecarousel/css/front.scss */
.tab-content .bx-controls-direction a.bx-next:before {
  content: "\f061";
}
