.hide {
    display:none;
}

.logo img {
    max-width: 400px !important; 
}

.woocommerce ul.products li.product h2 {
    line-height: 2.5ex;
  	height: 5ex; /* 2.5ex for each visible line */
  	overflow: hidden;
}

.fa-check-square-o {
    display: none !important;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.paymongo-cards-icon {
    width: 10%;
}

#payment label{
    max-width: 50%;
}