/*
 Theme Name:   Levre Child
 Description:  Levre WordPress Theme — designed specially for cosmetics shop & beauty store
 Author:       firstsight_design
 Author URI:   https://themeforest.net/user/firstsight_design
 Template:     levre
 Version:      4.3
 License:      GPL v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         cosmetic shop, cosmetics, cosmetics ecommerce theme, cosmetics store, beauty shop, woocommerce, beauty products, beauty store, beauty salon, cosmetic company, cosmetic ecommerce, skincare, hair, organic shop, organic cosmetics
 Text Domain:  levre-child
*/

.sx_bottom{
  flex-grow: 1;
  height: 100%;
  align-content: end;
}
.products .product .product-inner  .woocommerce-loop-product__title {
	font-size:16px !important;
	margin-bottom: 0px !important;
	width:100% !important;
}
.number-of-bottles {
  display: none !important;
}
.shop-loop-wrapper .price, .shop-loop-wrapper a {
	width: 100% !important;
	text-align:center !important;
}
@media (max-width: 700px) {
  .products .product .product-inner .woocommerce-loop-product__title {
    font-size: 13px !important;
  }
  .products .product .product-inner .sx_bottom span {
    position: relative;
  }
  .link-overlay, .page-overlay {
    height: 105%;
  }
  .products .product .product-inner .thumbnail-wrapper {
    margin-bottom: 20px !important;
  }
}