/**
* Buy button forever RED
*/
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button {
  color: #c22312 !important;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline a:hover {
  color: #ffffff !important;
}

/**
* Digital stores buttons
*/
.product-digital-stores a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

/**
 * Hides `disponibile in digitale` with value `no`
 */
.facetwp-facet-disponibile_in_digitale .facetwp-checkbox[data-value="no"] {
  display: none;
}

/**
 * WP Facet Sort Selectbox
 */
.toolbar .woocommerce-ordering .facetwp-sort-select {
  height: 30px;
  line-height: 30px;
  background: #eee;
  border: 1px solid #eee;
}

 /**
 * WP Facet Pagination
 */
.facetwp-pager {
  margin-top: 15px;
}

.facetwp-pager .facetwp-page {
  background: white;
  color: #888;
  border: 1px solid #888;
  width: 27px;
  height: 27px;
  text-align: center;
}

.facetwp-pager .facetwp-page.active{
  background: #c22312;
  color: white;
  border-color: #c22312;
}

.facetwp-pager .facetwp-page:hover:not(.active){
  background: #cecece;
}

/**
 * Stock statuses
 */
#archive-product .category-desc img {
  margin: 0 15px 15px 0;
}

/**
 * Single product hilight author link
 */

.product-single-attributes .pa_autori {
  padding: 2px 4px;
  margin-right: 2px;
  display: inline-block;
}

.product-single-attributes .pa_autori::before {
  content: "\01F517";
  padding-right: 2px;
}

.product-single-attributes .pa_autori {
  padding: 2px 4px;
  margin-right: 2px;
  display: inline-block;
}

 /**
 * Stock statuses
 */
.woocommerce div.product .stock {
  font-weight: bold;
}

.woocommerce div.product .stock:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.woocommerce div.product .stock.available-on-backorder:before,
.woocommerce div.product .stock.in-stock:before {
  content: "\f118";
}

.woocommerce div.product .stock.reprinting:before {
  content: "\f1fc";
}

.woocommerce div.product .stock.coming-soon:before {
  content: "\f0d1";
}

.woocommerce div.product .stock.out-of-stock:before {
  content: "\f119";
}

.woocommerce div.product .stock.coming-soon,
.woocommerce div.product .stock.reprinting {
  color: gray;
}

