.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Label product
 */
.product-labels .product-label {
  display: block;
  width: 100px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.product-labels .new-label {
  background-color: #00b46a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-labels .sale-label {
  background-color: #ff2d44;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.products-list .image-product {
  overflow: hidden;
}
.products-list .product-labels .product-label,
.products-grid .product-labels .product-label {
  position: absolute;
  top: 18px;
  z-index: 20;
  font-size: 13px;
}
.products-list .product-labels .new-label,
.products-grid .product-labels .new-label {
  right: -22px;
}
.products-list .product-labels .sale-label,
.products-grid .product-labels .sale-label {
  left: -22px;
}
/**
 * Grid style
 */
.products-grid .product-item {
  font-size: unset;
}
.products-grid .product-item .price-box {
  margin: 5px 0 15px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item .price-box .price {
  font-size: 126.67%;
  font-weight: 400;
  color: #e74c3c;
}
.products-grid .product-item .price-box .old-price .price {
  color: #999;
  font-size: 100%;
  position: relative;
  top: 4px;
}
.products-grid .product-image-container {
  vertical-align: top;
}
.products-grid .product-reviews-summary {
  display: block;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.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: 10px 10px 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-actions {
  margin: 0;
}
.products-grid .product-item-actions .actions-primary {
  position: absolute;
  top: -49px;
  right: 10px;
  z-index: 10;
}
.products-grid .product-item-actions .actions-primary button {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products-grid .product-item-actions .actions-primary button:before {
  content: '\e957';
  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 span {
  display: none;
}
.products-grid .product-item-actions .actions-secondary {
  background-color: #fff;
  position: absolute;
  padding-top: 8px;
  left: 0;
  right: 0;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  z-index: 20;
  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;
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f5f5f5;
  color: #222;
  border: none;
  margin: 0 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-actions .actions-secondary .action:hover {
  background-color: #222;
  color: #fff;
}
.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: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: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-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: 16px;
}
.products-grid .product-item-info {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products-grid .product-item-info:hover {
  position: relative;
  z-index: 30;
}
.products-grid .product-item-info:hover .price-box,
.products-grid .product-item-info:hover .product-reviews-summary {
  opacity: 0;
  visibility: hidden;
}
.products-grid .product-item-info:hover .product-item-actions .actions-secondary {
  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: none;
}
.detail-product-slider .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: -44px;
  right: -3px;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-'] {
  margin: 0 3px;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 18px;
}
.detail-product-slider .owl-theme .owl-nav [class*='owl-']:hover {
  border-color: transparent;
}
