.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;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.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: 15px;
  z-index: 20;
  font-size: 13px;
}
.products-list .product-labels .new-label,
.products-grid .product-labels .new-label {
  right: 15px;
}
.products-list .product-labels .sale-label,
.products-grid .product-labels .sale-label {
  left: 15px;
}
/**
 * Grid style
 */
.products-grid .product-item {
  font-size: unset;
}
.products-grid .product-item .price-box {
  margin: 5px 0 15px;
}
.products-grid .product-item .price-box .instant-rebate .price {
  font-size: 16px;
  font-weight: 600;
  color: #65b231;
  line-height: 20px;
}
.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;
  border: 1px solid #eee;
}
.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: 10px 10px 0;
}
.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: 107.69%;
  margin: 0 0 6px;
}
.products-grid .product-item-name a {
  display: inline-block;
}
.products-grid .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.products-grid .product-item-actions {
  display: inline-block;
  padding: 0 42px;
  margin: 0;
  position: relative;
}
.products-grid .product-item-actions .actions-secondary .action {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  color: #999;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
}
.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;
}
.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-bottom: 62px;
}
.products-grid .product-item-info:hover {
  /* position: relative;
            z-index: 30;
            .box-shadow(rgba(0, 0, 0, 0.15) 0px 0px 10px); */
}
.products-grid .product-item-info:hover .product-item-details .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 .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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-2columns-left .products-grid .product-item-actions .actions-primary button {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .products-grid .product-item-actions .actions-primary button {
    color: #999;
  }
  .products-grid .product-item-actions .actions-primary button span {
    display: none;
  }
}
.cms-holiday-2024 .product-item-details .product-item-name a {
  font-weight: 600 !important;
  color: #000000 !important;
  font-size: 14px !important;
}
.cms-holiday-2024 .actions-secondary {
  display: none !important;
}
.cms-holiday-2024 .product-item-inner {
  clear: both !important;
  padding: 10px 0px 0px !important;
}
.cms-holiday-2024 .actions-secondary {
  padding: 0 !important;
}
.cms-holiday-2024 .products-grid .product-item-details {
  text-align: center !important;
  padding: 10px 10px 0 !important;
}
.cms-holiday-2024 .product-item-details .price-box.price-final_price {
  min-height: 25px !important;
  height: 85px;
}
.cms-holiday-2024 .actions-primary .tocart {
  font-weight: 400 !important;
  color: #ffffff !important;
  height: 35px !important;
  line-height: 32px !important;
  text-align: center !important;
  background-color: #65b231 !important;
  text-transform: inherit !important;
  float: right !important;
  border-radius: 5px !important;
  padding: 0px 50px !important;
  border: 1px solid #f9d777 !important;
}
.cms-holiday-2024 .products-grid .product-item-inner {
  position: unset !important;
}
.cms-holiday-2024 .products-grid .product-item-info {
  padding-bottom: 62px !important;
}
@media (min-width: 640px) {
  .cms-holiday-2024 .products-grid .product-item {
    width: calc(32%);
  }
}
@media (max-width: 480px) {
  .cms-holiday-2024 .products-grid .product-item {
    width: calc(98%) !important;
  }
}
@media (min-width: 769px) {
  .cms-holiday-2024 .products-grid .product-item {
    margin-left: 2%;
    width: calc(31.33333333%) !important;
  }
}
body.catalog-category-view .products-grid .product-item-details .actions-primary .tocart {
  position: relative;
  overflow: hidden;
}
body.catalog-category-view .products-grid .product-item-details .actions-primary .tocart:before {
  content: '' !important;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(90deg, transparent, rgba(245, 184, 0, 0.3), transparent);
  transition: left .6s;
}
body.catalog-category-view .products-grid .product-item-details .actions-primary .tocart:hover:before {
  left: 100%;
}
