.woocommerce-products-compare-compare-button {
  margin: 1em 0;
}
.woocommerce-products-compare-compare-button .dashicons-external {
  top: -2px;
  position: relative;
}

.woocommerce-products-compare-content {
  overflow-x: auto;
}
.woocommerce-products-compare-content table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.woocommerce-products-compare-content table th, .woocommerce-products-compare-content table td {
  padding: 0.6em 10px;
  vertical-align: top;
  border-left: 1px dotted #ccc;
}
.woocommerce-products-compare-content table th:first-child, .woocommerce-products-compare-content table td:first-child {
  border-left: 0;
}
.woocommerce-products-compare-content table thead tr:hover {
  background-color: #f3fcdf;
}
.woocommerce-products-compare-content table thead tr:first-child {
  border-bottom: 1px solid #ccc;
}
.woocommerce-products-compare-content table thead tr:first-child:hover {
  background-color: #ffffff;
}
.woocommerce-products-compare-content table thead th, .woocommerce-products-compare-content table thead td {
  text-align: center;
  vertical-align: middle;
}
.woocommerce-products-compare-content table thead th:first-child, .woocommerce-products-compare-content table thead td:first-child {
  text-align: left;
}
.woocommerce-products-compare-content table thead .products.ratings-row th, .woocommerce-products-compare-content table thead .products.ratings-row td {
  border-bottom: 1px solid #ccc;
}
.woocommerce-products-compare-content table thead .products.ratings-row th .star-rating, .woocommerce-products-compare-content table thead .products.ratings-row td .star-rating {
  display: inline-block;
}
.woocommerce-products-compare-content table thead .products.price-row th .price, .woocommerce-products-compare-content table thead .products.price-row td .price {
  margin-bottom: 0;
}
.woocommerce-products-compare-content table tbody tr {
  border-top: 1px solid #ccc;
}
.woocommerce-products-compare-content table tbody tr th {
  font-weight: bold;
}
.woocommerce-products-compare-content table tbody tr td {
  line-height: 1.4em;
}
.woocommerce-products-compare-content table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.woocommerce-products-compare-content table tbody tr:first-child th, .woocommerce-products-compare-content table tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
.woocommerce-products-compare-content table tbody tr:last-child th, .woocommerce-products-compare-content table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.woocommerce-products-compare-content table tbody tr:hover {
  background-color: #f3fcdf;
}
.woocommerce-products-compare-content table tfoot th, .woocommerce-products-compare-content table tfoot td {
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
.woocommerce-products-compare-content table tfoot th:first-child, .woocommerce-products-compare-content table tfoot td:first-child {
  text-align: left;
}
.woocommerce-products-compare-content h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce-products-compare-content .product a {
  text-decoration: none;
}
.woocommerce-products-compare-content .product a.product-link {
  position: relative;
  display: block;
}
.woocommerce-products-compare-content .product a.product-link img {
  margin: 0 auto 20px auto;
  width: 100%;
}
.woocommerce-products-compare-content .product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -5px 0 0;
}
.woocommerce-products-compare-content .price {
  color: #85ad74;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.woocommerce-products-compare-content .price ins {
  background: none;
}
.woocommerce-products-compare-content .price del {
  font-size: 0.67em;
  color: rgba(145, 145, 145, 0.5);
  margin: -2px 0 0 0;
}
.woocommerce-products-compare-content .remove-compare-product {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #999;
  font-size: 0.8em;
  margin-bottom: 1.5em;
  border: 0;
  outline: 0;
}
.woocommerce-products-compare-content .remove-compare-product:hover {
  color: #000;
}
.woocommerce-products-compare-content .attachment-shop_catalog {
  margin-bottom: 1.5em;
  display: block;
}
.woocommerce-products-compare-content p.return-to-shop {
  margin: 20px 0;
}
.woocommerce-products-compare-content span.stock-status {
  display: block;
  text-align: center;
}
.woocommerce-products-compare-content span.stock-status.out-of-stock {
  color: #800000;
}
.woocommerce-products-compare-content span.stock-status.in-stock {
  color: #77a464;
}

.woocommerce-products-compare-widget ul li {
  margin: 1.5em 0;
}
.woocommerce-products-compare-widget ul li img {
  float: right;
  width: 34px;
  margin-left: 3em;
}
.woocommerce-products-compare-widget ul li a {
  display: block;
}
.woocommerce-products-compare-widget ul li a.remove-compare-product {
  font-size: 0.8em;
  text-decoration: none;
  border: 0;
  outline: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.woocommerce-products-compare-widget ul li h3 {
  display: inline;
  color: #666;
}
.woocommerce-products-compare-widget ul li::after {
  content: "";
  clear: both;
}
.woocommerce-products-compare-widget ul li:hover a.remove-compare-product {
  opacity: 1;
}
.woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products {
  padding-bottom: 10px;
  display: inline-block;
}

/*# sourceMappingURL=frontend.css.map */
