/*
Theme Name:		Hestia Child
Version:		1.1.59
Template:		hestia
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.home section.products .col-md-3.shop-item {
/*  modify the product displayed on the home page */
width: 100% !important;
}

.card .card-image {
/*  modify the product displayed on the home page */
float: left !important;
width: 230px !important;
height: 350px !important;
margin: 30px !important;
}

.woocommerce .related.products {
  display: none !important;
}
