/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@keyframes bottomtop {
  0% {
    top: 0px;
  }
  100% {
    top: 30px;
  }
}
.effect-1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-1:before,
.effect-1:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .9s ease 0s;
}
.effect-1:hover:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 50%;
  top: 50%;
}
.effect-1:hover:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 51%;
  right: 50%;
}
.effect-2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-2:before {
  border: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 14px;
  top: 15px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:hover:before,
.effect-2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/**
 * Product label
 */
.product-labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
.product-labels .product-label {
  font-size: 92.85%;
  width: 50px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: 400;
  display: block;
}
.product-labels .product-label.new-label {
  background-color: #fff;
  color: #111;
  margin-bottom: 5px;
}
.product-labels .product-label.sale-label {
  background-color: #ff4157;
  color: #fff;
}
.products-grid .product-item {
  margin-bottom: 30px;
  position: relative;
}
.products-grid .product-item-info {
  width: 100% !important;
  background-color: #fff;
  position: relative;
}
.products-grid .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid .product-item-info .image-product {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  padding: 15px 10px 20px;
  text-align: center;
  position: relative;
  min-height: 110px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
  font-size: 100%;
}
.products-grid .product-item-info .product-item-details .swatch-option {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin: 0 auto;
}
.products-grid .product-item-info .product-item-details .price-box {
  margin: 0;
}
.products-grid .product-item-info .product-item-details .price-box .price {
  font-size: 128.57%;
}
.products-grid .product-item-info .product-item-details .price-box .old-price .price {
  position: relative;
  top: 2px;
  font-size: 114.28%;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute:last-child > div {
  margin-bottom: 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  padding: 0 50px;
  position: absolute;
  display: inline-block;
  margin: 0px;
  width: 100%;
  left: 0px;
  right: 0;
  top: -50px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  height: 50px;
  line-height: 50px;
  background-color: #111111;
  width: 100%;
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.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: #111111;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.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 {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.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: 18px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
  content: '\e96f';
  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-details .product-item-actions .actions-secondary .action.sm_quickview_handler {
  display: none;
}
.products-grid .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid .product-item-info .quickview-handler {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  color: #111;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.products-grid .product-item-info .quickview-handler:before {
  content: '\e954';
  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: 16px;
}
.products-grid .product-item-info .quickview-handler span {
  display: none;
}
.products-grid .product-item-info:hover .quickview-handler {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-grid .product-item-info:hover .image-product img,
.products-grid .product-item-info:hover .image-product .product-labels {
  opacity: 0.8;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions {
  opacity: 1;
  visibility: visible;
}
