.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
 */
/**
 * Label product
 */
.product-labels .product-label {
  display: block;
  height: 20px;
  text-align: center;
  padding: 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  min-width: 60px;
  font-weight: normal;
  font-size: 85.71%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-labels .new-label {
  background-color: #fff;
  color: #222222;
  border: 1px solid #222222;
}
.product-labels .sale-label {
  background-color: #ee1747;
  color: #ffffff;
}
.products-list .product-labels,
.products-grid .product-labels {
  position: absolute;
  top: 10px;
  z-index: 20;
  font-size: 85.71%;
  left: 10px;
}
.products-list .image-product {
  position: relative;
}
.products-list .product-labels,
.products-grid .product-labels {
  position: absolute;
  top: 10px;
  z-index: 20;
  font-size: 85.71%;
  left: 10px;
}
/**
 * Grid style
 */
.products-grid .product-item {
  font-size: unset;
  margin-bottom: 40px;
}
.products-grid .product-item .price-box {
  margin: 0;
}
.products-grid .product-item .price-box .price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #111111;
}
.products-grid .product-item .price-box .old-price .price {
  color: #aaa;
  font-size: 1.6rem;
  position: relative;
  top: 0;
}
.products-grid .product-image-container {
  vertical-align: top;
}
.products-grid .product-reviews-summary {
  display: block;
  margin: 0 0 5px;
}
.products-grid .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
}
.products-grid .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .swatch-option.color {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.products-grid .swatch-option.color.selected,
.products-grid .swatch-option.color:hover {
  border: 5px solid #fff !important;
}
.products-grid .swatch-option.color.selected:before,
.products-grid .swatch-option.color:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid .swatch-option.color:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  border-color: #111 !important;
  top: -4px;
}
.products-grid .product-item-details {
  text-align: center;
  border: 0;
  padding: 10px 0px 8px;
  position: relative;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  top: 0px;
  background-color: #fff;
}
.products-grid .product-item-details .quickview-handler {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.products-grid .product-item-name {
  font-size: 114.28%;
  margin: 5px 0 3px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .product-item-actions {
  margin: 0;
}
.products-grid .product-item-actions .actions-primary {
  display: block;
}
.products-grid .product-item-actions .actions-primary button {
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  border: 0;
  color: #111111;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: -55px;
  left: 0px;
  right: 0px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  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;
  width: 100%;
  padding: 0px;
}
.products-grid .product-item-actions .actions-primary button:hover {
  background-color: #111;
  color: #fff;
}
.products-grid .product-item-actions .actions-secondary {
  font-size: 0;
  position: absolute;
  right: -10px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s, visibility .1s;
  -webkit-transition: opacity .1s, visibility .1s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.products-grid .product-item-actions .actions-secondary .action {
  display: block;
  position: static;
  vertical-align: top;
  margin: 0 0 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  color: #111111;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item-actions .actions-secondary .action:hover {
  background-color: #111;
  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: '\e96f';
  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;
  padding-bottom: 0;
}
.products-grid .product-item-info:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  right: 15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  z-index: -1;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: #fff;
}
.products-grid .product-item-info:hover {
  position: relative;
  z-index: 30;
}
.products-grid .product-item-info:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info:hover .product-item-details {
  position: relative;
  top: -58px;
  z-index: 99;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.products-grid .product-item-info:hover .product-item-actions .actions-secondary,
.products-grid .product-item-info:hover .product-item-actions .actions-primary button {
  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 !important;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 15px;
}
/**
 * Block slider product page
 */
.detail-product-slider {
  margin-bottom: 20px !important;
}
.detail-product-slider .block-title {
  font-size: 214.28%;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}
.detail-product-slider .block-title strong {
  font-weight: 500;
}
.detail-product-slider .block-content {
  border: 0;
}
.detail-product-slider .block-content .products-grid .product-items {
  margin: 0;
}
.detail-product-slider .block-content .products-grid .product-items .product-item {
  margin-bottom: 0 !important;
}
/**
 * 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;
}
