.products .product a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
}

.products .product {
		margin: 50px;
}

.header-search {
		display: none !important;
}

.account-item {
		margin-top: 15px !important;
}

.cart-item {
		margin-top: 15px !important;
}

.header-divider {
		margin-top: 15px !important;
}

.section {
		margin-top: 100px !important;
}

.wishlist-button {
		display: none !important;
}

.name .product-title .woocommerce-loop-product__title {
	max-width: 200px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.woocommerce-Price-amount .amount {
	font-size: 0.3em !important;
  opacity: 0.7 !important;
}

/* Flatsome-Safe Video Fix */
/* Flatsome-Safe Video Fix */
.ux-video-box {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 56.25% !important; /* 16:9 ratio */
  height: 0 !important;
}

.ux-video-box iframe,
.ux-video-box video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

@media only screen and (max-width: 768px) {
  #row-15826841 {
    display: none;
  }
}