/* import the merchantStore CSS since the custom templates were copied from merchantStore */
@import url("../common/merchantStore.min.css");

.ppplus-cart {
    width: 300px;
    height: 50px;
    background: #6cb33f;
}

#pplusMXContinueButton {
    width: 220px;
    height: 50px;
    background: #6cb33f;
}

#ppplus-checkout-click {
    width: 200px;
    height: 50px;
    background: #6cb33f;
}

#ppplus-cart-click:hover {
    background: #4f832e;
}
