/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2020 | 09:49:56 */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  min-height: 400px !important; 
  margin-bottom:10px;
}
ul.products li.product a.button {
  position: absolute !important; 
  bottom: 400px;
}
.box-text {
   min-height: 100px;
   position: relative;
}
.add-to-cart-button {
    position: absolute;
    top: 50px;
    left:50px;
}