#tm-products-slider {
  clear: both;
  margin-top: 8px;
  margin-bottom: 30px; }
  #tm-products-slider .slide-info .btn-view {
    background: #E2007A;
    border-color: #E2007A;
    text-align: center;
    width: 170px; }
    #tm-products-slider .slide-info .btn-view:hover {
      background: #333333;
      border-color: #333333; }

#product-slider {
  margin: 0;
  padding: 0; }
  #product-slider .slide-info {
    padding-top: 114px;
    padding-left: 5px; }
    @media only screen and (max-width: 992px) {
      #product-slider .slide-info {
        padding-top: 10px; } }
    @media only screen and (max-width: 768px) {
      #product-slider .slide-info {
        display: none; } }

#product-slider li {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  background: #efeff1; }

#product-slider li .slide-image img {
  width: 100%; }

#product-slider li .on-sale {
  text-transform: uppercase;
  color: #E2007A;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

#product-slider li .product-name {
  color: #333333;
  font: italic 400 30px/40px 'Capriola', sans-serif;
  margin: 0 0 10px; }
  @media only screen and (max-width: 992px) {
    #product-slider li .product-name {
      font-size: 25px;
      line-height: 35px; } }

#product-slider li .product-price {
  font-size: 40px;
  line-height: 1;
  color: #E2007A;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  margin-bottom: 9px; }
  @media only screen and (max-width: 992px) {
    #product-slider li .product-price {
      font-size: 30px;
      margin-bottom: 5px; } }

#product-slider li .old-product-price {
  text-decoration: line-through;
  color: #bbb; }

#product-slider li .product-price-reduction {
  font-size: 48px;
  line-height: 48px;
  color: #E2007A;
  display: inline-block;
  padding: 0;
  font-weight: 700;
  margin-bottom: 9px; }
  @media only screen and (max-width: 992px) {
    #product-slider li .product-price-reduction {
      font-size: 40px;
      line-height: 44px; } }

#product-slider li .image_wrapper {
  padding-left: 15px;
  margin-left: 67px; }
  @media only screen and (max-width: 992px) {
    #product-slider li .image_wrapper {
      padding-left: 15px; } }
  @media only screen and (max-width: 768px) {
    #product-slider li .image_wrapper {
      margin-left: 65px;
      margin-right: 65px; } }

#product-slider li .product-features {
  background: #fff;
  border: 1px solid #ccc;
  width: 300px;
  padding: 10px;
  margin-bottom: 10px; }

#product-slider li .slide-description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 27px; }

#product-slider li .product-features small {
  display: block;
  padding-bottom: 5px; }

#tm-products-slider .bx-wrapper .bx-controls {
  margin: 0;
  overflow: hidden; }

#tm-products-slider .bx-wrapper .bx-pager {
  overflow: hidden;
  border: 1px solid #ccc;
  float: left;
  margin-right: 5px;
  position: static;
  padding: 0;
  width: auto; }

#tm-products-slider .bx-wrapper .bx-pager-item {
  float: left; }

#tm-products-slider .bx-wrapper .bx-pager-link {
  float: left;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  border-radius: 0;
  margin: 0;
  background: none; }

#tm-products-slider .bx-wrapper .bx-pager-link.active, #tm-products-slider .bx-wrapper .bx-pager-link:hover {
  color: #fff;
  background: #333;
  text-decoration: none; }

#tm-products-slider .bx-wrapper .bx-controls-auto {
  float: left;
  position: static;
  width: auto; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item {
  float: left; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item a {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  background: none;
  text-indent: 0;
  margin: 0 auto; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item a:before {
  font-family: 'FontAwesome'; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item a.bx-start:before {
  content: '\f04b'; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c'; }

#tm-products-slider .bx-wrapper .bx-controls-auto-item a.active {
  color: #333; }

#tm-products-slider .bx-wrapper .bx-controls-direction {
  float: left; }

#tm-products-slider .bx-wrapper .bx-controls-direction a {
  background: none;
  border: 3px solid #333333;
  display: block;
  line-height: 20px;
  color: #333333;
  padding: 0;
  margin: -25px 0 0;
  text-indent: 0;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #tm-products-slider .bx-wrapper .bx-controls-direction a:before {
    color: inherit; }
  #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -81px; }
    @media only screen and (max-width: 1350px) {
      #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0;
        z-index: 50; } }
    @media only screen and (max-width: 992px) {
      #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 5px; } }
  #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -81px; }
    @media only screen and (max-width: 1350px) {
      #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
        z-index: 150; } }
    @media only screen and (max-width: 992px) {
      #tm-products-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: 5px; } }
  #tm-products-slider .bx-wrapper .bx-controls-direction a:hover {
    border-color: #E2007A;
    color: #E2007A; }

#tm-products-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '\f104';
  font-size: 37px;
  line-height: 43px;
  top: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 4px 0 0; }

#tm-products-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: '\f105';
  font-size: 37px;
  line-height: 43px;
  top: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 0 0 4px; }

body #tm-products-slider .bx-wrapper {
  margin: 0 auto !important; }

#tm-products-slider #product-slider li:nth-child(3n+1) {
  background: #9cded4; }
#tm-products-slider #product-slider li:nth-child(3n+2) {
  background: #fedd90; }
#tm-products-slider #product-slider li:nth-child(3n+3) {
  background: #e0d5da; }
