.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Circle */
.banner-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.banner-image:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.product-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.product-labels .product-label {
  min-width: 50px;
  height: 25px;
  background: #222;
  font-size: 1.2rem;
  color: #fff;
  line-height: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0 5px;
}
.product-labels .product-label.sale-label {
  background-color: #000;
  color: #fff;
}
.product-labels .product-label.new-label {
  background-color: #fff;
  color: #000;
}
.products-grid:not(.wishlist) .product-item-info {
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  margin: 0;
  padding: 10px;
  position: relative;
  background: #fff;
  width: 100%;
}
.products-grid:not(.wishlist) .product-item-info:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 20px #0000001a;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.products-grid:not(.wishlist) .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid:not(.wishlist) .product-item-info .image-product {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.products-grid:not(.wishlist) .product-item-info .image-product .quickview-handler {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .image-product .product-image-container {
  display: block;
}
.products-grid:not(.wishlist) .product-item-info .image-product .product-image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000000d;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  z-index: 2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  padding: 10px 7px;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time {
  padding: 5px 0;
  border: 0;
  text-align: center;
  margin: 0 2px;
  min-width: 50px;
  line-height: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .num-time {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .title-time {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding: 15px 0px 10px;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name {
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .price-box {
  margin: 5px 0 0;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 400;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-options {
  margin: 10px 0 0;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-reviews-summary {
  margin: 8px auto 10px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions {
  display: block;
  right: 20px;
  transform: translateY(0%);
  top: 20px;
  position: absolute;
  z-index: 99;
  margin: 0px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  -o-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:after {
  background-color: #000;
  -webkit-mask-image: url('../images/icon-cart.svg');
  mask-image: url('../images/icon-cart.svg');
  display: inline-block;
  content: "";
  width: 14px;
  height: 16px;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 11px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover:after {
  background-color: #fff;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  padding: 0;
  color: #000;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  border: none;
  margin: 0 0 5px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action span,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart span {
  display: none !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:hover,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart:hover {
  color: #fff !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:hover:after,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart:hover:after {
  color: #fff !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:before,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart:before {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.towishlist,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.towishlist {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  -o-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.towishlist:after,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.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: 16px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.tocompare,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.tocompare {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  -o-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.tocompare:after,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.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: 16px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.quickview-handler,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.quickview-handler {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  -o-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.quickview-handler:after,
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .tocart.quickview-handler:after {
  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:not(.wishlist) .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid:not(.wishlist) .product-item-info:hover {
  z-index: 50;
}
.products-grid:not(.wishlist) .product-item-info:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}
.products-grid:not(.wishlist) .product-item-info:hover .image-product .product-image-container:before {
  opacity: 1;
}
.products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions .action,
.products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions .tocart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
