.tf-products .products {
  position: relative;
  clear: both;
  list-style: none;
}

.tf-products .products:before,
.tf-products .products:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}

.tf-products .owl-carousel.products {
  margin: 0;
}

.owl-carousel.products.columns-1 li,
.owl-carousel.woocommerce-page.shop-col-1 .products li,
.owl-carousel.products.columns-2 li,
.owl-carousel.woocommerce-page.shop-col-2 .products li,
.owl-carousel.products.columns-3 li,
.owl-carousel.woocommerce-page.shop-col-3 .products li,
.owl-carousel.products.columns-4 li,
.owl-carousel.woocommerce-page.shop-col-4 .products li,
.owl-carousel.products.columns-5 li,
.owl-carousel.woocommerce-page.shop-col-5 .products li {
  width: 100%;
  padding: 0;
  float: none;
}

.owl-carousel.products li.product-style2 {
  margin-top: 0 !important;
}

.tf-products .owl-nav .owl-prev,
.tf-products .owl-nav .owl-next {
  padding: 0;
  width: 39px;
  height: 39px;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 31%;
  left: -1.5%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #eedace;
  color: #fff;
  text-align: center;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-products .owl-nav .owl-next {
  left: unset;
  right: -1.8%;
}

.tf-products .owl-nav .owl-prev:before,
.tf-products .owl-nav .owl-next:before,
.tf-products .owl-dots .owl-dot:before {
  display: none;
}

.products.owl-carousel .owl-item li.product-style2 .inner {
  border: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.products.owl-carousel .owl-item li.product-style2 .inner {
  border: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.tf-products.carousel-row-1
  .products.owl-carousel
  .owl-item
  li.product-style2
  .inner,
.products.owl-carousel .owl-item .group li.product-style2:first-child .inner {
  border-top: 1px solid #eeeeee;
}

.products.owl-carousel .owl-item:first-child .group li.product-style2 .inner {
  border-left: 1px solid #eeeeee;
}

.tf-products.carousel-row-1
  .products.owl-carousel
  .owl-item:first-child
  li.product-style2
  .inner {
  border-left: 1px solid #eeeeee;
}

.products.owl-carousel .owl-item:last-child li .inner {
  margin-right: 1px;
}

.tf-products .owl-carousel .owl-item img {
  display: inline;
}

@media (max-width: 1024px) {
  .tf-products .owl-nav .owl-prev {
    left: 0%;
  }

  .tf-products .owl-nav .owl-next {
    left: unset;
    right: 0%;
  }
}

@media (max-width: 767px) {
}
