.price {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1b18;
  justify-content: center;
}
.price__sale,
.price__regular,
.price__sale .money,
.price__regular .money {
  color: var(--color_price_text);
  font-weight: 800;
}
.price__compare .money,
.price__compare * {
  color: var(--color_price_compare_text);
  font-weight: 500;
}
.money {
  font-size: 15px;
}
.price.price--unavailable {
  visibility: hidden;
}
.price--end {
  justify-content: flex-end;
}
.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.price dd {
  margin: 0 1rem 0 0;
}
.price .price__last:last-of-type {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--large {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}
.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.price--center {
  display: flex;
  justify-content: center;
}
.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.spr-badge-caption {
  display: none !important;
}
.spr-icon {
  color: var(--color_rating_text);
  font-size: 10px !important;
  margin: 0 1px;
}
.spr-icon:first-child {
  margin-left: 0 !important;
}
.spr-icon:last-child {
  margin-right: 0 !important;
}
.product-item__rating {
  margin-top: 5px;
}
.product-item__title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s ease;
  line-height: 1.5em;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  color: var(--color_product_title_text);
  font-family: var(--font_1);
  text-decoration: none;
}
.product-item__title:focus,
.product-item__title:hover {
  color: var(--color_primary);
}
.product-item__image {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  display: block;
}
.product-item__bottom,
.product-item__top {
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.product-item__top > a {
  display: block;
  font-size: 0;
  text-align: center;
  position: relative;
}
.product-item__top product-wishlist a.product-item__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
}
.product-item__top product-wishlist a.product-item__icon .cs-icon:before {
  font-size: 20px;
  color: var(--color_body);
  transition: all 0.35s;
}
.product-item__top
  product-wishlist
  a.product-item__icon.is-added
  .cs-icon:before,
.product-item__top product-wishlist a.product-item__icon:hover .cs-icon:before {
  color: var(--color_primary);
}
.product-item__image_second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.product-item__top:hover .product-item__image_second,
.product-item__top:focus .product-item__image_second {
  opacity: 1;
}
.product-item__bottom {
  transition: all 0.5s ease;
}
.product-item__grid:hover
  .product-item__top
  product-wishlist
  a.product-item__icon,
.product-item__list:hover
  .product-item__top
  product-wishlist
  a.product-item__icon {
  transform: translate(-5px, 5px);
}
.product-item__price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-item__price dl dd {
  margin-bottom: 0;
}
.product-item__price dl dd:last-child {
  margin-right: 0 !important;
}
.product-item__price {
  font-family: var(--font_1);
}
.product-item__grid {
  text-align: center;
  margin-bottom: 35px;
}
.product-item__grid dl {
  justify-content: center;
  margin: 0 auto;
}
.product-item__grid .product-item__bottom,
.product-item__grid .product-item__top {
  width: 100%;
  text-align: center;
}
.product-item__grid .product-item__bottom {
  padding-top: 30px;
}
.product-item__grid .product-item__title {
  margin-bottom: 15px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.product-item__top .product-item__hover > div.product-item__addcart,
.product-item__bottom .product-item__hover > div.product-item__addcart {
  transform: translateY(10px);
}
.product-item__top .product-item__hover > div.product-item__quickview,
.product-item__bottom .product-item__hover > div.product-item__quickview {
  transform: translateY(-5px);
}
.product-item__bottom .product-item__hover > div.product-item__compare,
.product-item__top .product-item__hover > div.product-item__compare {
  transform: translateY(-10px);
}
.product-item__hover {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.product-item__hover .product-item__icon {
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-weight: 500;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  color: var(--color_button_text);
  background-color: var(--color_button_bg);
  border: 1px solid var(--color_button_border);
  display: block;
  text-decoration: none;
  position: relative;
}
.product-item__hover .product-item__icon .cs-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-item__hover .product-item__icon .cs-icon:before {
  color: currentcolor;
  font-size: 20px;
}
.product-item__hover .product-item__icon.is-added,
.product-item__hover .product-item__icon:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: var(--color_btn_bg1);
}
.product-item__grid .product-item__top product-wishlist a.product-item__icon {
  top: 5px;
  right: 5px;
}
.product-item__bottom .product-item__hover > div,
.product-item__top .product-item__hover > div {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-item__list:hover .product-item__bottom .product-item__hover > div,
.product-item__grid:hover .product-item__top .product-item__hover > div {
  opacity: 1;
  transform: translateY(0);
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .product-item__grid .product-item__bottom {
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-item__hover .product-item__icon {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.product-item__list .product-item__title {
  margin-bottom: 8px;
  margin-top: 0;
}
.product-item__list .product-item__top {
  width: 40%;
}
.product-item__list .product-item__bottom {
  width: 60%;
  text-align: left;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 55px;
}
.product-item__list .product-item__bottom .product-item__hover {
  bottom: 0;
}
.product-item__list .product-item__top product-wishlist a.product-item__icon {
  top: 10px;
  right: 10px;
}
.product-item__list .product-item__hover {
  justify-content: flex-start;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item__list .product-item__bottom {
    padding-bottom: 45px;
    padding-left: 10px;
  }
  .product-item__list .product-item__hover {
    padding-left: 10px;
  }
  .product-item__list .product-item__hover .product-item__icon {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
@media screen and (max-width: 425px) {
  .product-item__list .product-item__bottom {
    padding-bottom: 45px;
    padding-left: 10px;
  }
  .product-item__list .product-item__hover {
    padding-left: 10px;
  }
  .product-item__list .product-item__hover .product-item__icon {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item__list .product-item__hover > div {
  margin-left: 0;
  margin-right: 10px;
  transition: all 0.5s ease;
  min-width: 20px;
}
.product-item__list .product-item__hover > div a {
  text-decoration: none;
  display: block;
}
.product-item__list .price {
  justify-content: flex-start !important;
}
@media screen and (max-width: 991px) {
  .product-item__quickview {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-item__hover > div {
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin-top: 0 !important;
  }
}
.collection--template__sidebar .product-item__list .product-item__top {
  width: 30%;
}
.collection--template__sidebar .product-item__list .product-item__bottom {
  width: 70%;
  padding-top: 0;
  padding-left: 10px;
}
.collection--template__sidebar
  .product-item__list
  .price--on-sale
  .price__sale {
  justify-content: flex-start;
}
.product-labels {
  position: absolute;
  top: 15px;
  left: 0px;
}
.product-labels .product__labels-item {
  position: relative;
  width: auto;
  border-radius: 0;
  font-family: var(--font_1);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  display: block;
  font-size: 12px;
  border-width: 0px;
  height: 20px;
  line-height: 20px;
  padding-left: 3px;
  padding-right: 8px;
}
/* .product-labels .product__labels-item:before {
  content: "";
  left: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-clip-path: polygon(
    100% 0%,
    50% 50%,
    100% 100%,
    50% 100%,
    0% 50%,
    25% 0%
  );
  clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 50% 100%, 0% 50%, 25% 0%);
  width: 16px;
  height: 100%;
  transform: translate(-50%);
} */
.product-labels .product__labels-item {
  color: #fff;
}
.product-labels .product__labels-item * {
  color: currentcolor;
}
@media only screen and (max-width: 991px) {
  .product-labels {
    top: 3px;
  }
  .product-labels .product__labels-item {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .product-labels {
    display: none;
  }
}
.product-item__icon.loading {
  position: relative;
}
.product-item__icon.loading > * {
  display: none;
}
.product-item__icon.loading:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 1px solid currentcolor;
  border-right: 0;
  border-bottom: 0;
  border-radius: 100%;
  position: absolute;
  animation-name: loading;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
  display: block !important;
}
.product-item__sold-out .product-item__addcart .product-item__icon:hover,
.product-item__sold-out .product-item__addcart .product-item__icon:focus,
.product-item__sold-out .product-item__addcart .product-item__icon {
  opacity: 0.5;
  pointer-events: none;
}