/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}



/* Paypal cart on menu */
/* Add these styles to your CSS */
#paypal-cart-container {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    line-height: 20px;
}

/* For mobile view */
@media (max-width: 768px) {
    #paypal-cart-container {
        position: absolute;
        right: 60px;
        top: 8px;
    }
}