.is-form-style input.is-search-input {
    padding: 15px!important;
    }
.woocommerce ul.products li.product .woo-entry-inner {
    margin: 0;
    background: #fff;
    padding-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
   
}

.woocommerce ul.products li.product li.title a {
    display: inline-block;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.woocommerce ul.products li.product .price .amount {
    color: #834fbb;
    font-family: rubik;
    font-size: 20px;
    font-weight: 700;
}

.quantity.buttons_added {
    display: none;
}

img {
	height: auto;
	width: auto;
	}

/*Single Product Title*/
#content .entry-summary h2{
		width:89% !important;
}

/*Success Message After Subscription*/
div.response.mintmrm-success {
  color: #FFFFFF !important;
}