.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 0 !important;
}
.woocommerce-product-gallery__image {
  border-radius: 14px;
}
.woocommerce-product-gallery__image img {
  border-radius: 14px;
}
.woocommerce .flex-control-thumbs li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fis-product__item {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
}
.fis-product__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(179.98deg, rgba(0, 0, 0, 0) 45.62%, #000000 112.27%, rgba(71, 71, 71, 0.72303) 180.22%);
}

.woocommerce ul.products li.product h3.fis-product__item-title {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px black;
  z-index: 1;
  font-weight: 600;
}

.hero-banner {
  aspect-ratio: 2.1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 150px;
}
.hero-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.07%, rgba(0, 0, 0, 0)), color-stop(135.26%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.07%, #000000 135.26%);
}
.hero-banner__title {
  color: #fff !important;
  z-index: 1;
  position: relative;
  font-size: 60px;
}
@media (max-width: 767px) {
  .hero-banner__title {
    font-size: 40px;
  }
}

.h-100 .kt-row-column-wrap {
  height: 100%;
}

.wp-block-kadence-image figure {
  position: relative;
}
.wp-block-kadence-image figure figcaption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  line-height: 1.2;
  width: 90%;
  font-weight: 600;
}

.mycred-transfer-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
.mycred-transfer-form .form-group label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
}
.mycred-transfer-form .form-group .form-control {
  margin: 0 0 0 20px;
}

.cart-summary,
.cart-subtotal {
  display: none !important;
}

.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt {
  overflow: hidden !important;
}

.kadence-woo-cart-form-wrap > form {
  width: 100% !important;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
  border-radius: 6px;
}

@media screen and (min-width: 1025px) {
  .kadence-woo-cart-form-wrap .cart-collaterals {
    float: right !important;
    width: 50% !important;
  }
}
/*# sourceMappingURL=main.css.map */