/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.products-grid .product-item-info {
  width: 100% !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid .product-item-info .image-product {
  position: relative;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  position: relative;
}
.products-grid .product-item-info .product-item-photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px 14px 12px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0;
  max-height: 42px;
  overflow: hidden;
  /*white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;*/
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
}
.products-grid .product-item-info .product-item-details .price-box {
  margin: 2px 0 0;
}
.products-grid .product-item-info .product-item-details .price-box .price {
  font-size: 114.285%;
}
.products-grid .product-item-info .product-item-details .price-box .old-price .price {
  position: relative;
  top: 2px;
  font-size: 100%;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  vertical-align: top;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  padding: 0;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span {
  display: none;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  content: '\e958';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
  vertical-align: top;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  background-color: #fff;
  display: block;
  float: right;
  margin-right: 3px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
  content: '\e953';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.quickview-handler:after {
  content: '\e937';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid .product-item-info:hover {
  border-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions,
.products-grid .product-item-info:hover .product-item-photo:before {
  opacity: 1;
}
.remove-border-product .products-grid .product-item-info {
  border: none !important;
}
@media (max-width: 1024px) {
  .products-grid .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
