/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.top-header.nic-warning {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 8px;
}
.sidebar .items .item {
  width: 100%;
}
.table th.col,
.table td.col {
  width: auto;
}
.products-grid .product-item-info {
  width: unset !important;
  margin-bottom: 40px;
}
.products-grid .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid .product-item-info .image-product {
  position: relative;
  text-align: center;
}
.products-grid .product-item-info .image-product .quickview-handler {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #fff;
  z-index: 120;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item-info .image-product .quickview-handler span {
  display: none;
}
.products-grid .product-item-info .image-product .quickview-handler:before {
  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: 18px;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  line-height: 0;
}
.products-grid .product-item-info .product-item-details {
  padding-top: 10px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0 0 4px;
  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: 5px 0 15px;
}
.products-grid .product-item-info .product-item-details .price-box .price {
  font-size: 128.571%;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 30px;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}
.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 {
  height: 40px;
  padding: 0 26px;
  background-color: #f3f3f3;
  color: #222;
}
.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: #f3f3f3;
  display: block;
  float: left;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #222;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.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 .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid .product-item-info:hover .product-item-photo {
  border-color: #222;
}
.products-grid .product-item-info:hover .quickview-handler {
  display: block;
}
