.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;
  min-width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-labels .new-label {
  background-color: #00b46a;
}
.product-labels .sale-label {
  background-color: #ff5500;
}
.products-list .image-product {
  position: relative;
}
.products-list .product-labels .product-label,
.products-grid .product-labels .product-label {
  position: absolute;
  top: 10px;
  z-index: 20;
  font-size: 13px;
}
.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 .image-product {
  position: relative;
}
.products-grid .image-product .quickview-handler {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .image-product .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: 22px;
}
.products-grid .image-product .quickview-handler span {
  display: none;
}
.products-grid .product-item .price-box {
  margin: 5px 0 15px;
}
.products-grid .product-item .price-box .price {
  font-size: 153.84%;
  font-weight: 700;
  color: #e74c3c;
}
.products-grid .product-item .price-box .old-price .price {
  color: #999;
  position: relative;
  top: 4px;
  font-size: 116.67%;
}
.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: 13px 5px 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: -5px;
  right: -5px;
  top: -44px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.products-grid .product-item-actions {
  display: block;
  padding: 0 44px;
  margin: 0;
  position: relative;
}
.products-grid .product-item-actions .actions-primary {
  display: block;
}
.products-grid .product-item-actions .actions-primary button {
  border: none;
  height: 44px;
  line-height: 44px;
  background-color: #333;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  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;
}
.products-grid .product-item-actions .actions-secondary .action {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background-color: #333;
  border: none;
  position: absolute;
  top: 0;
  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;
}
.products-grid .product-item-actions .actions-secondary .action:before,
.products-grid .product-item-actions .actions-secondary .action span {
  display: none !important;
}
.products-grid .product-item-actions .actions-secondary .towishlist {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.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: 16px;
}
.products-grid .product-item-actions .actions-secondary .tocompare {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.products-grid .product-item-actions .actions-secondary .tocompare:after {
  content: '\e952';
  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 {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 5px 5px 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info:hover {
  position: relative;
  z-index: 30;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
.products-grid .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info:hover .image-product .quickview-handler {
  opacity: 1;
  visibility: visible;
}
.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 .products-grid .product-item-info {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.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;
}
.wishlist-index-index .products-grid .product-item-inner {
  position: static;
  opacity: 1;
  visibility: visible;
}
.wishlist-index-index .products-grid .product-item-actions {
  padding: 20px 0 0;
}
