/* Sticky Gallery */
.sticky-section {
  position: sticky;
  top: 20px;
}

.product-gallery {
  margin-bottom: 20px;
}

.product-gallery .gallery-main img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.product-gallery .gallery-thumbnails {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.product-gallery .gallery-thumbnails .thumbnail img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.product-gallery .gallery-thumbnails .thumbnail img:hover {
  border-color: #0073aa;
}

/* Meta Section */
.product-meta {
  margin-bottom: 20px;
}

.product-meta .product-title {
  margin-bottom: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 31.431px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.product-meta p {
  margin: 5px 0;
}

/* Price Section */
.upsell-slider .product-price {
  margin-bottom: 20px;
  font-size: 18px;
}

.upsell-slider .product-price .sale-price {
  font-size: 24px;
  color: #ff0000;
}

.upsell-slider .product-price .original-price {
  text-decoration: line-through;
  margin-left: 10px;
  color: #999;
}

.upsell-slider .product-price .savings {
  color: #0073aa;
}

/* Add to Cart Section */
.add-to-cart-section {
  margin-bottom: 20px;
}

/* Countdown Timer */
.countdown-timer {
  font-size: 18px;
  background-color: #fc3864;
  padding: 20px;
  border: 1px solid #fc3864;
  text-align: center;
}

/* Enhanced Product Gallery */
/* Sticky Container */
.sticky-gallery-container {
  position: sticky;
  top: 20px; /* Adjust based on your header height */
  height: fit-content; /* Ensures it adapts to its content */
  z-index: 10; /* Keeps it above other content */
}

.product-gallery-enhanced {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.gallery-main {
  width: 100%;
}
.gallery-main img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gallery-thumbnails .thumbnail {
  border-radius: 5px;
  overflow: hidden;
  width: 49%;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}

.gallery-thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10.168px;
}

.gallery-thumbnails .thumbnail:hover {
  border-color: #0073aa;
}

@media (max-width: 768px) {
  .product-gallery-enhanced {
    max-width: 100%;
    padding: 10px;
  }

  .gallery-thumbnails {
    gap: 5px;
  }

  .gallery-thumbnails .thumbnail {
    width: 50px;
    height: 50px;
  }
}

.woocommerce-product-accordion {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  padding: 15px;
  background: #f9f9f9;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  background: #eee;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.countdown-timer {
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

p.countdown-text {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
}

.countdown {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
}

.countdown span {
  margin: 0 5px;
}

.countdown-labels {
  margin-top: 5px;
  font-size: 16px;

  display: flex;
  justify-content: center;
  gap: 51px;
}

/* bundle product */
.flatsome-bundled-products {
  padding: 15px 10px 0px 20px;
  border: 0px solid #ddd;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  background: #f7f8f9;
  margin-bottom: 30px;
  box-shadow: none;
}

.bundle-title {
  font-size: 18px;
  color: #e63946;
  margin-bottom: 15px;
}

.bundle-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.bundle-item {
  margin: 0 10px;
}

.bundle-item img {
  max-width: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.plus {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 10px;
}

.bundle-info {
  margin-top: 15px;
}

.bundle-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.bundle-pricing {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.bundle-pricing del {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

.add-bundle-to-cart {
  background: #0073aa;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

.add-bundle-to-cart:hover {
  background: #005a8c;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a:first-child {
  color: #a3a3a3;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
  color: #333;
}
.savings-percentage {
  display: flex;
  width: 53.714px;
  height: 49.878px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fc3864;
  color: white;
  font-weight: bold;
  position: absolute;
  margin: 20px;
  z-index: 1000000;
  font-size: 18px;
}
span.tag-flag {
  display: flex;
  width: 185.441px;
  height: 27.24px;
  justify-content: center;
  align-items: center;
  gap: 10.477px;
  border-radius: 124.594px;
  background: #f4f4f4;
  color: #222;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 10.068px 15.102px;
}

span.tag-normal {
  display: inline-flex;
  height: 27.387px;
  padding: 10.068px 15.102px;
  justify-content: center;
  align-items: center;
  gap: 10.477px;
  background: #fc3864;
  color: white;
  border-radius: 124.594px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.product-tags {
  margin-top: -25px;
}
p.product-selling-for {
  border-left: 2.531px solid #00c08b;
  padding-left: 10px;
  color: #313131;
  font-family: Roboto;
  font-size: 17.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.product-selling-for span {
  color: #fc3864;
  font-family: Roboto;
  font-size: 17.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-short-description {
  color: #3f3f3f;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%; /* 19.35px */
}
button.reset_variations {
  position: relative;
  top: -13px;
  right: -20px !important;
}
table.variations label {
  color: #232323;
  font-family: Roboto;
  font-size: 17.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

table.variations label span {
  color: #232323;
  font-family: Roboto;
  font-size: 17.72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item
  .variable-item-span-color,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item
  .variable-item-span-color {
  border-radius: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  box-shadow: none !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none !important;
}

span.woo-selected-variation-item-name {
  color: #232323 !important;
  font-family: Roboto !important;
  font-size: 17.72px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-weight: normal !important;
}

li.button-variable-item {
  border-radius: 9.053px !important;
  border: 1.358px solid #ebebeb;
  background: #fff;
  width: 107px !important;
  height: 43px !important;
  color: #232323;
  font-family: Roboto;
  font-size: 17.72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

li.variable-item.button-variable-item.selected {
  border: 2px solid #00c08b !important;
}
.woocommerce-variation-price {
  border: none;
  padding: 0px;
}

.ux-quantity.quantity.buttons_added.form-flat {
  border-radius: 109.217px;
  border: 1.103px solid #e3e3e3;
  background: #fff;
}

.quantity .button.minus {
  background: transparent;
  border: none;
}

.quantity .button.plus {
  border: none;
  background: transparent;
}

.quantity input[type='number'] {
  background: transparent !important;
  border: none;
}

button.single_add_to_cart_button.button.alt {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 55px !important;
  background: #272626 !important;
  height: 50px;
  text-transform: inherit;
}
.quantity input[type='number'] {
  height: 50px;
}
li.list-item2 {
  color: #232323;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  list-style: none;
}

li.list-item2 span.date {
  color: #079c73;
}

li.list-item1 {
  color: #079c73;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style: none;
}

.product-availability ul,
.product-availability ul li {
  padding: 0px !important;
  margin: 0px !important;
}
.product-availability ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}

.icon--inventory:after,
.icon--inventory:before {
  width: 12px;
  height: 12px;
  background: #00997a;
  border-radius: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  margin: 0.6rem;
}
.button.is-form:hover {
  background: transparent !important;
}
.icon--inventory:before {
  animation: inventory-pulse 1.8s linear infinite;
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
span.icon-stock-online.icon.icon--inventory {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
}

.accordion-item {
  padding: 0px !important;
  background: transparent !important;
  margin: 0px !important;
}

.accordion-header {
  background: transparent !important;
  padding: 0px !important;
}

.accordion-header h3 {
  color: #232323;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  padding: 16px 0px;
}

.accordion-header:hover {
  background: transparent;
}
span.accordion-icon {
  color: #00c08b;
}

.woocommerce-product-accordion {
  border-top: 1px solid #ddd;
}

.acf-product-text {
  color: #979797;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

h3.bundle-title {
  color: #232323;
  font-family: Roboto;
  font-size: 16.763px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

h3.bundle-title strong {
  color: #fc3864;
  font-family: Roboto;
  font-size: 16.763px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bundle-item {
  margin: 0px;
}
.plus {
  font-size: 15px;
  margin: 0px;
  padding: 0px 12px;
}
.bundle-items {
  justify-content: flex-start;
}
.bundle-info {
  flex-direction: column;
  text-align: left;
  gap: 0px;
}

.bundle-name {
  margin: 0px;
  color: #232323;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p.bundle-pricing strong span.amount {
  color: #fc3864;
  text-align: right;
  font-family: Roboto;
  font-size: 19.336px !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
p.bundle-pricing strong span.amount bdi {
  font-size: 32px;
}
span.woocommerce-Price-amount.amount {
  color: #6b757d;
  font-weight: 700;
  font-size: 18px;
}
.flatsome-bundled-products a.button.add_to_cart_button.ajax_add_to_cart {
  width: 56px;
  height: 56px;
  background: #00c08b url(shopping-bag.svg);
  flex-shrink: 0;
  text-indent: -99999px;
  border-radius: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bundle-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.upsell-slider .slick-list.draggable {
  width: 100%;
}
.upsell-slider .upsell-slider-container {
  margin: 20px auto;
}
.upsell-slider .upsell-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  margin: 5px;
}

.upsell-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.upsell-slider .add-to-cart a {
  background: black !important;
  border-radius: 20px !important;
  width: 88% !important;
  border-radius: 34px !important;
  height: 45px;
  padding: 6px 0px;
  margin: 0 auto;
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: bold;
}

.upsell-slider .slick-prev,
.upsell-slider .slick-next {
  background: transparent;
  border: none;
  box-shadow: none;
}

.upsell-slider .slick-prev:before,
.upsell-slider .slick-next:before {
  font-size: 29px;
}
.upsell-slider .slick-prev:before,
.upsell-slider .slick-next:before {
  color: #5f6368;
  font-size: 20px;
  opacity: 1;
  font-size: 32px;
}
.upsell-slider button.slick-prev.slick-arrow {
    margin-top: 0px;
    margin-left: 0px;
    top: -35px;
    right: 50px !important;
    left: inherit;
}
span.product-favicon
  button.wishlist-button.button.is-outline.circle.icon.wishlist-added {
  margin: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.product-favicon i.icon-heart {
  right: inherit;
}
.title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related-fav i.icon-heart {
  right: inherit;
}

.related-fav {
  position: absolute;
  right: 0px;
  margin: 2px;
  border: none;
  z-index: 10000;
}

.related-fav button {
  border: none;
}

.related-fav button {
  border: none !important;
}
/*
.flickity-slider {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 11px !important;
  justify-content: space-between;
}
*/
i.icon-heart {
  right: auto !important;
}
/*
.product-gallery-enhanced
  .woocommerce-product-gallery__wrapper
  .flickity-slider
  > div:not(.col) {
  position: relative !important;
  width: 49% !important;
  margin: 0px !important;
} 
@media (max-width: 1200px) {
  .product-gallery-enhanced
    .woocommerce-product-gallery__wrapper
    .flickity-slider
    > div:not(.col) {
    width: 48% !important;
  }
}
.product-gallery-enhanced
  .woocommerce-product-gallery__wrapper
  .flickity-slider
  > div:not(.col):first-child {
  width: 100% !important;
}
*/

.mobile-gallery {
  display: none;
}

.badge-container.is-larger.absolute.left.top.z-1 {
  margin: 20px !important;
}

.badge {
  border-radius: 10px !important;
}

.badge-inner.on-sale {
  border-radius: 10px !important;
  margin: 0px !important;
}
	.desktop-gallery {
    display: block;
	}

@media (max-width: 849px) {
  .product-gallery-enhanced {
    display: none;
  }
	.desktop-gallery {
    display: none;
	}
  .mobile-gallery {
    display: block;
  }

  .product-pricing {
    text-align: left !important;
  }

  button.single_add_to_cart_button.button.alt {
    width: 70%;
  }

  li.list-item2 {
    display: flex !important;
  }
  li.list-item2 svg {
    margin-right: 10px;
  }
  .mobile-scroll-up {
    display: none;
  }
  .pts-testimonial-slider {
    padding: 0px !important;
    margin-left: -25px;
  }
  .product-meta {
    margin-top: 21px !important;
  }
  .product-features p {
    font-size: 13px !important;
    margin-bottom: -2px !important;
  }

  .product-pricing .savings {
    font-size: 13px !important;
  }

  .product-pricing .regular-price {
    font-size: 13px !important;
  }

  .product-pricing span.woocommerce-Price-amount.amount {
    font-size: 13px !important;
  }

  .sale-price span.amount bdi {
    font-size: 31px !important;
    text-align: right !important;
    display: block !important;
  }

  .check-icon svg {
    height: 18px !important;
    width: 18px !important;
  }

  .custom-product-pricing {
    height: auto !important;
    padding: 10px 17px 16px 17px !important;
  }

  .wrps-heading {
    font-size: 20px !important;
  }

  .pts-testimonial-slider .slick-prev,
  .pts-testimonial-slider .slick-next {
    display: none !important;
  }
  span.tag-flag,
  span.tag-normal {
    font-size: 12px;
    width: auto !important;
  }
	
	
.cart-product-image {
    display: none;
}

.cart-product-info h3 {
    display: none;
}

.cart-inner {flex-direction: column-reverse;justify-content: center;text-align: center;}


a.button.choose-options-button {
    margin: 0px;
    float: right;
}
a.button.choose-options-button {
    width: 100%;
    margin: 0px; 
}
	
}

/* Category Page */

.category-header {
    padding-left: calc((100% - 83rem) / 2);
    display: flex;
    flex-direction: row;
}
.category-header-left {
    flex-basis: 35%;
	padding-right: 20px;
    padding-top: 42px;
}
.category-header-right {
    flex-basis: 65%;
}
.category-header-right img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .category-header {
    flex-direction: column;
    text-align: center;
  }
  .category-header-right img {
    max-width: 100%;
	  height:100%;
  }
}
.category-header-left nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
  font-size: 12px;
  margin-bottom: 40px;
}
div#shop-sidebar {
  box-shadow: 1px 1px 1px #d9d9d9;
  padding: 26px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
#shop-sidebar .widget_price_filter {
  margin-bottom: 0px !important;
}
.shop-container .term-description {
  display: none;
}
.shop-container .badge-container {
  display: none !important;
}
.shop-container .product-item {
  border-radius: 7.648px;
  border: 0.762px solid #ededed;
  background: #fff;
}
.shop-container .nav-pagination > li > .current,
.shop-container .nav-pagination > li > a:hover,
.shop-container .nav-pagination > li > span:hover {
  background: #00c08b;
  border-color: #00c08b !important;
}
ul.links li a {
  color: #00c08b !important;
}
ul.links li a:hover {
  color: #fff !important;
}

.top-features {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.feature-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  flex: 1;
}

.feature-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.feature-card h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.benefits {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-card {
  display: flex;
  gap: 20px;
}

.benefits {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.benefit-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-text {
  font-size: 14px;
  color: #333;
}

.benefit-text strong {
  display: block;
  margin-bottom: 4px;
}

.benefit-text span {
  color: #666;
  font-size: 13px;
}
.seo-description {
  color: #979797;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  padding: 0px 200px;
  margin: 50px 0px;
}
.add-to-cart {
    margin-top: 20px;
}
.upsell-slider button.slick-next.slick-arrow {
        margin-top: 0px;
        top: -35px;
        left: inherit;
        right: 16px;
    }
@media (max-width:768px) {
	.category-header-left {
    width: 100%;
    text-align: left;
    padding: 20px;
}

.category-header {
    gap: 10px;
    flex-direction: column-reverse;
}

.category-header-left nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    margin-bottom: 10px;
}

.seo-description {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0px;
}

.top-features {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.benefits {
    flex-direction: column;
    padding: 0px 20px;
    justify-content: center;
}
.product-image a {
    height: 214px!important;
    
}
.woocommerce-ordering, .woocommerce-ordering select {
    margin: 0 auto!important;
}
.products.row {
    gap: 8px!important;
    justify-content: center!important;
}

.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0px!important;
    max-width: 48%!important;
}

	.wrps-container button.slick-prev.slick-arrow,
.wrps-container button.slick-next.slick-arrow {
    margin-top: -218px;
}
}

.image-tools {
    display: none;
}

.product-box.product-box-wrap .add-to-cart .button {
    background: black;
    border-radius: 27px!important; 
    height: 49px;
    padding: 0px;
    font-weight: bold;
    padding-top: 7px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
}
span.accordion-icon {
    font-size: 17px;
}
li.list-item2 {
    gap: 5px!important; 
}
li.list-item2 svg {
    margin-right: 11px;
}

.product-image {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.top-features {
    display: none;
}

.benefits {
    display: none;
}
.product-title {
    height: 40px;
}

.product-description {
    height: 21px;
}
@media (max-width:840px) {
	span.tag-flag {
    display: none;
}
	.product-title {
    height: 50px;
}
.product-box.product-box-wrap .add-to-cart .button {
    height: auto;
    padding: 5px 9px;
    font-size: 11px;
}
.product-meta .product-title {
    font-size: 22px;
}
	
span.product-favicon button.wishlist-button.button.is-outline.circle.icon.wishlist-added {
    font-size: 12px;
}

h1.product-title {
    display: flex;
    align-items: center;
    margin-bottom: 0px!important; 
    margin-top: 0px!important; 
}

span.button-price {
    display: flex;
}

span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
	li.list-item2 svg {
    width: 38px;
}
}

.woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}
.product-meta .product-title {
    height: auto;
}
p.bundle-pricing span.woocommerce-Price-amount.amount {
    color: #fc3864;
}
.upsell-slider .hover-image,
.product-box .hover-image { 
	transition: background-image 0.3s ease-in-out;
}