.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 {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 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 {
  width: 100% !important;
  margin-bottom: 0px;
  border: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  height: 100%;
}
.products-grid:not(.wishlist) .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid:not(.wishlist) .product-item-info .image-product {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 2px;
  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 .deals-countdown {
  position: absolute;
  width: 40px;
  bottom: 10px;
  z-index: 999;
  background: #fff;
  left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time {
  padding: 0 0 8px;
  border: 0;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  min-width: 25px;
  margin-bottom: 8px;
  line-height: 15px;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .num-time {
  font-size: 1.4rem;
  font-weight: 500;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time .title-time {
  color: #888888;
  font-size: 11px;
  text-transform: capitalize;
}
.products-grid:not(.wishlist) .product-item-info .deals-countdown .deals-time:last-child {
  border-bottom: 0px;
  margin: 0;
  padding: 0;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details {
  padding: 10px 0px 0;
  text-align: left;
}
.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: 14px;
  font-weight: bold;
}
.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-item-actions {
  margin: 0px;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #D44145;
  border: none;
  opacity: 1;
  background-color: #ebebeb !important;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 8px;
  background-color: #D44145;
  -webkit-mask-image: url("../images/icon-cart2.svg");
  mask-image: url("../images/icon-cart2.svg");
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover:before {
  background-color: #fff;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .actions-secondary {
  display: block;
  right: 20px;
  transform: translateY(0%);
  top: 20px;
  position: absolute;
  z-index: 99;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action {
  border: 1px solid #ebebeb;
  display: block;
  margin-top: 10px;
  padding: 0;
  background-color: #fff;
  border-radius: 100%;
  color: #666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  opacity: 0;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action span {
  display: none !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:hover {
  color: #fff !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:hover:after {
  color: #fff !important;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action:before {
  display: none;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.towishlist {
  margin: 0;
  opacity: 1;
}
.products-grid:not(.wishlist) .product-item-info .product-item-details .product-item-actions .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:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.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 {
  content: '\e951';
  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:not(.wishlist) .product-item-info .product-item-details .product-item-actions .action.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 {
  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:not(.wishlist) .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid:not(.wishlist) .product-item-info:hover .product-item-details .product-item-actions .action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
