.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * Label product
 */
.product-labels .product-label {
  display: block;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 92.307%;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-labels .new-label {
  background-color: #5089fd;
}
.product-labels .sale-label {
  background-color: #ff4466;
}
.products-list .image-product {
  position: relative;
}
.products-list .product-labels .product-label,
.products-grid .product-labels .product-label {
  position: absolute;
  top: 15px;
  z-index: 20;
  font-size: 12px;
}
.products-list .product-labels .new-label,
.products-grid .product-labels .new-label {
  right: 10px;
}
.products-list .product-labels .sale-label,
.products-grid .product-labels .sale-label {
  left: 10px;
}
/**
 * Grid style
 */
.products-grid .product-item {
  font-size: unset;
}
.products-grid .product-item .price-box {
  margin: 5px 0 0px;
}
.products-grid .product-item .price-box .price {
  font-size: 123.07%;
  font-weight: bold;
  color: #000;
}
.products-grid .product-item .price-box .old-price .price {
  color: #999;
  font-size: 123.07%;
}
.products-grid .product-image-container {
  vertical-align: top;
}
.products-grid .product-reviews-summary {
  display: block;
}
.products-grid .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
}
.products-grid .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .product-item-details {
  text-align: center;
  padding: 25px 20px 0;
  position: relative;
}
.products-grid .product-item-name {
  font-size: 107.69%;
  margin: 0 0 6px;
}
.products-grid .product-item-name a {
  display: inline-block;
}
.products-grid .product-item-inner {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.products-grid .product-item-actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
.products-grid .product-item-actions .actions-primary button {
  border: none;
  background: none !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #000000;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  position: relative;
}
.products-grid .product-item-actions .actions-primary button span {
  display: none;
}
.products-grid .product-item-actions .actions-primary button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 !important;
  transform: scaleY(0);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.products-grid .product-item-actions .actions-primary button:after {
  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: 18px;
}
.products-grid .product-item-actions .actions-primary button:hover {
  color: #fff;
}
.products-grid .product-item-actions .actions-primary button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.products-grid .product-item-actions .actions-secondary .action {
  float: left;
  margin-left: 3px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000000;
  border: none;
  vertical-align: top;
  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;
  position: relative;
}
.products-grid .product-item-actions .actions-secondary .action:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 !important;
  transform: scaleY(0);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.products-grid .product-item-actions .actions-secondary .action:hover {
  color: #fff;
}
.products-grid .product-item-actions .actions-secondary .action:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.products-grid .product-item-actions .actions-secondary .action span {
  display: none !important;
}
.products-grid .product-item-actions .actions-secondary .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-actions .actions-secondary .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: 18px;
}
.products-grid .product-item-actions .actions-secondary .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: 18px;
}
.products-grid .product-item-info {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
}
.products-grid .product-item-info:hover .product-item-name a {
  color: #000;
}
.products-grid .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  top: -65px;
}
.products-grid .swatch-attribute:last-child {
  margin-bottom: 10px;
}
.products-grid .swatch-attribute-options {
  margin: 0;
}
.products-grid .swatch-option {
  float: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
/**
 * Block slider product page
 */
.detail-product-slider .block-title {
  font-size: 138.461%;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.detail-product-slider .block-content {
  border: 1px solid #e5e5e5;
}
.detail-product-slider .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: -44px;
  right: 0;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
  padding: 0;
  width: 26px;
  height: 34px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #888;
  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;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 18px;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-'].owl-next {
  border-left: none;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-'].owl-prev {
  border-right: none;
}
/**
 * Product wishlist page
 */
.products-grid.wishlist .product-item .price-box {
  margin: 5px 0 15px;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.products-grid.wishlist .product-item-info {
  text-align: center !important;
  padding-bottom: 20px;
}
.products-grid.wishlist .product-item-info .product-item-inner {
  position: static;
}
.products-grid.wishlist .product-item-info .box-tocart {
  margin-bottom: 10px;
}
