/**
 * Main style of Compare products for WooCommerce plugin
 *
 * @version 1.1.3
 * @since   1.0.0
 * @author  Algoritmika Ltd.
 */
.alg-wc-cp-default-btn-wrapper {
  display: inline-block;
}

.alg-wc-cp-default-btn-wrapper .alg-wc-cp-icon {
  margin-left: 10px;
}

.alg-wc-cp-default-btn-wrapper .alg-wc-cp-default-btn {
  margin-bottom: 20px;
}

.alg-wc-cp-remove-btn {
  font-size: 25px;
}

.alg-wc-cp-remove-btn .alg-wc-cp-btn-text {
  display: none;
}

.alg-wc-cp-list {
  overflow-x: auto;
  width: 100%;
}

.alg-wc-cp-list table {
  margin-bottom: 0 !important;
  width: 100%;
}

.alg-wc-cp-list .product-thumbnail img {
  max-width: 70px;
  margin: 0 auto 5px auto;
}

.alg-wc-cp-list .added_to_cart {
  display: none;
}

.alg-wc-cp-list td, .alg-wc-cp-list tr {
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 18px;
  padding: 12px;
}

.alg-wc-cp-list td:last-child, .alg-wc-cp-list tr:last-child {
  padding: 12px;
}

.alg-wc-cp-list p {
  margin: 0;
}

.alg-wc-cp-list th {
  text-align: center;
  text-transform: uppercase;
  background: #F7F7F7;
  padding: 12px;
  font-size: 15px;
}

.alg-wc-cp-list tr:nth-child(even) td {
  background: #F7F7F7;
}

.alg-wc-cp-list tr:nth-child(odd) td {
  background: #ffffff;
}

.alg-wc-cp-list .product-name {
  line-height: 18px;
}

.alg-wc-cp-list .add-to-cart-btn a {
  line-height: 18px;
}

.alg-wc-cp-list .product-price del, .alg-wc-cp-list .product-price ins {
  display: block;
}

.alg-wc-cp-list .product-price ins > span {
  display: block;
}

@media (max-width: 768px) {
  .alg-wc-cp-list.responsive-style-1 .product-thumbnail {
    display: inline-block;
  }
  .alg-wc-cp-list.responsive-style-1 .product-thumbnail img {
    text-align: right;
    margin: 0;
  }
  .alg-wc-cp-list.responsive-style-1 .the-product {
    text-align: right;
  }
  .alg-wc-cp-list.responsive-style-1 thead {
    display: none;
  }
  .alg-wc-cp-list.responsive-style-1 tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .alg-wc-cp-list.responsive-style-1 tbody th {
    display: none;
  }
  .alg-wc-cp-list.responsive-style-1 tr {
    display: block;
  }
  .alg-wc-cp-list.responsive-style-1 tr td {
    display: block;
    text-align: right !important;
  }
  .alg-wc-cp-list.responsive-style-1 tr td.order-actions {
    text-align: left !important;
  }
  .alg-wc-cp-list.responsive-style-1 tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .alg-wc-cp-list.responsive-style-1 tr td.product-remove:before, .alg-wc-cp-list.responsive-style-1 tr td.actions:before {
    display: none;
  }
  .alg-wc-cp-list.responsive-style-1 tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
}

.iziModal .iziModal-header-subtitle, .iziModal .iziModal-header-title {
  clear: none;
}

.iziModal {
  outline: none;
}

/*# sourceMappingURL=../maps/alg-wc-cp.css.map */
