/*
Theme Name: serveone
Theme URI: https://www.serveone.com/
Author: Amoeba DevOps
Author URI: https://www.serveone.com/
Description: serveone
Version: 1.0
Text-domain: serveone
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-slidebar, stick-post, threaded-comments
*/

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 !important;
}

.woocommerce ul.products li.product a img {
  margin: 0px;
}

.owl-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
  color: unset;
  text-decoration: none;
}
