.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%;
  }
}
/**
 * Label product
 */
.product-labels .product-label {
  display: block;
  height: 29px;
  text-align: center;
  padding: 0 10px;
  line-height: 29px;
  text-transform: uppercase;
  min-width: 52px;
  font-weight: normal;
  font-size: 92.85%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-labels .new-label {
  background-color: #fff;
  color: #111;
}
.products-list .image-product {
  position: relative;
}
.products-list .product-labels .product-label,
.products-grid .product-labels .product-label {
  position: absolute;
  top: 25px;
  z-index: 20;
  font-size: 92.85%;
}
.products-list .product-labels .new-label,
.products-grid .product-labels .new-label {
  left: 10px;
  top: 50px;
}
.products-list .product-labels .sale-label,
.products-grid .product-labels .sale-label {
  left: 10px;
}
.products-list .name-category,
.products-grid .name-category {
  text-transform: uppercase;
  font-size: 92.85%;
}
.products-list .name-category a,
.products-grid .name-category a {
  color: #aaa;
}
/**
 * Grid style
 */
.products-grid {
  /*.swatch-option.text{
		min-width:32px;
		padding:5px;
		margin-bottom:0;
	}*/
}
.products-grid .product-labels .product-label {
  border-radius: 0px 3px 3px 0;
  -moz-border-radius: 0px 3px 3px 0;
  -webkit-border-radius: 0px 3px 3px 0;
}
.products-grid .product-labels .new-label {
  left: 15px;
}
.products-grid .product-labels .sale-label {
  left: 15px;
}
.products-grid .product-item {
  font-size: unset;
  padding: 0 !important;
  margin-bottom: 25px !important;
  margin-top: -15px;
}
.products-grid .product-item .price-box {
  margin: 0;
}
.products-grid .product-item .price-box .price {
  font-size: 114.28%;
  font-weight: 400;
  color: #111;
}
.products-grid .product-item .price-box .old-price .price {
  color: #aaa;
  font-size: 114.28%;
  position: relative;
  top: 0;
}
.products-grid .product-image-container {
  vertical-align: top;
  width: 100% !important;
}
.products-grid .product-image-container img {
  width: 100%;
}
.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 .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 {
  border: 0;
  padding: 15px 0px 0px;
  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: 36px;
  line-height: 36px;
  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: 8px 0 5px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .product-reviews-summary {
  margin-bottom: 8px;
}
.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: 44px;
  line-height: 44px;
  background-color: #ffffff;
  color: #111111;
  padding: 0 15px;
  font-size: 114.28%;
  font-weight: 400;
  position: absolute;
  top: -15px;
  left: 10px;
  right: 10px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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-primary button:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.products-grid .product-item-actions .actions-secondary {
  font-size: 0;
  position: absolute;
  left: 50%;
  top: -40px;
  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: inline-block;
  position: static;
  vertical-align: top;
  margin: 0 2px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  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: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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 {
  height: auto;
  width: 100%;
  position: relative;
  padding: 15px 15px 30px;
}
.products-grid .product-item-info:hover {
  position: relative;
  background-color: #fff;
  z-index: 30;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.products-grid .product-item-info:hover .product-item-details {
  position: relative;
  top: 0px;
  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 .product-item-info:hover .product-item-actions .actions-primary button {
  top: -54px;
}
.products-grid .swatch-attribute:last-child {
  margin-bottom: 0px;
}
.products-grid .swatch-attribute-options {
  margin: 0;
}
.products-grid .swatch-option {
  float: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 15px;
}
.products-grid .swatch-attribute {
  margin-left: -3px;
  margin-right: -3px;
}
/**
 * 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: 10px !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;
}
/**
* product
**/
.product-info-main .box-tocart .actions .action.primary,
.product-options-bottom .box-tocart .actions .action.primary {
  min-width: 145px;
}
