/**************************************************************************
		        Style TM Homepage Products Carousel
**************************************************************************/
.tab-content ul.product_list.grid > li .product-container::before {
  display: none; }
.tab-content > ul {
  display: none !important; }
.tab-content .bx-wrapper {
  margin: 0 auto !important; }
  .tab-content .bx-wrapper #homepage-carousel {
    overflow: hidden; }
    .tab-content .bx-wrapper #homepage-carousel li {
      padding-left: 0 !important;
      padding-right: 0 !important;
      clear: none;
      position: relative;
      min-height: 532px; }
      .tab-content .bx-wrapper #homepage-carousel li:before {
        height: 1000px;
        border-left: 1px solid #e2e2e2;
        position: absolute;
        left: -15px;
        content: ""; }
  .tab-content .bx-wrapper .bx-controls a:before {
    font-family: "FontAwesome"; }
  .tab-content .bx-wrapper .bx-controls .bx-pager {
    padding: 0;
    overflow: hidden;
    bottom: auto;
    top: -15px;
    left: 10px; }
    .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
      float: left;
      text-align: center;
      margin-right: 5px; }
      .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
        display: block;
        width: 25px;
        height: 10px;
        background: #00bff3;
        border: 2px solid #00bff3;
        border-width: 2px;
        border-radius: 0;
        text-indent: 0;
        margin: 0;
        text-decoration: none;
        color: white;
        font-size: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active, .tab-content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
          background: white;
          border: 1px solid #e2e2e2;
          border-width: 2px; }
  .tab-content .bx-wrapper .bx-controls .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 50%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.active, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.active:focus, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.active:hover, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:hover, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:active, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:active:focus, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:active:hover, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:focus, .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:focus:hover {
      outline: none; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
      content: "\e0c8"; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a:before {
      font-size: 35px;
      line-height: 30px;
      font-family: "material-design";
      width: 100%;
      color: #00bff3;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      content: "\e0c3";
      display: block;
      padding: 0; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.disabled:before {
      content: "\e0c3";
      color: #959595; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
      left: -5px;
      right: auto;
      text-align: left; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
        text-align: left; }
      @media (max-width: 991px) {
        .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
          left: -5px; } }
    .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
      left: auto;
      right: -5px; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: right; }
      @media (max-width: 991px) {
        .tab-content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
          right: -5px; } }
  .tab-content .bx-wrapper .bx-controls .bx-controls-direction a {
    margin: -16px 0 0;
    background: none; }
    @media (max-width: 1199px) {
      .tab-content .bx-wrapper .bx-controls .bx-controls-direction a {
        margin: -46px 0 0; } }
  .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item {
    float: left;
    margin-right: 0;
    text-align: center; }
    .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a {
      display: block;
      width: 17px;
      height: 17px;
      text-indent: 0;
      background: none;
      text-decoration: none;
      margin: 0; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
        content: '\f04b'; }
      .tab-content .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
        content: '\f04c'; }
