/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.products-grid:not(.wishlist) .product-item {
  margin-bottom: 0px;
}
.products-grid:not(.wishlist) .product-item-info {
  width: unset !important;
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.products-grid:not(.wishlist) .product-item-info:before {
  background-color: white;
  display: inline-block;
  content: "";
  height: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -8px;
  z-index: -1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  width: calc(100% + 20px);
  opacity: 0;
  right: -10px;
  bottom: -10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products-grid:not(.wishlist) .product-item-info .image-product {
  position: relative;
  text-align: center;
  padding: 0;
}
.products-grid:not(.wishlist) .product-item-info .image-product .product-image-container {
  display: block;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding-top: 10px;
  text-align: left;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .author {
  color: #999;
  margin-bottom: 8px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name {
  margin: 0 0 4px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
  font-weight: bold;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .price-box {
  margin: 5px 0 10px ;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .price-box .price {
  font-size: 128%;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary {
  display: inline-block;
  position: absolute;
  bottom: 0;
  /*height: 20px;*/
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  line-height: 28px;
  vertical-align: text-bottom;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary .reviews-actions a {
  color: #999999;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary .reviews-actions a span {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary .reviews-actions a:before {
  display: inline-block;
  content: "(";
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary .reviews-actions a:after {
  display: inline-block;
  content: ")";
}
.products-grid:not(.wishlist) .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 30px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions {
  margin: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart {
  background: transparent;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart:hover {
  background: transparent;
  box-shadow: none !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary {
  float: right;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary > .action {
  line-height: 25px;
  text-align: center;
  width: auto;
  color: #999999;
  margin-left: 5px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary > .action:before {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.tocompare:after {
  content: '\f1de';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .quickview-handler {
  color: #999999;
  float: right;
  width: 25px;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .quickview-handler span {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .quickview-handler:after {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.products-grid:not(.wishlist) .product-item-info:hover {
  z-index: 50;
}
.products-grid:not(.wishlist) .product-item-info:hover:before {
  opacity: 1;
}
.products-grid:not(.wishlist) .product-item-info:hover .product-reviews-summary {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background: transparent;
}
