/* Cash On Delivery Plus payment module CSS **************************** */
/* PrestaShop 1.7.x */

/* Currency list */
ul.currency-list-cashondeliveryplus { 
    margin-left: 40px; 
    list-style-type: circle; 
}

/* Payments icons */
.block-payment-logo-cashondeliveryplus {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5625rem 1.25rem;
    text-align: center;
}
.block-payment-logo-cashondeliveryplus img {
    margin: .25rem 0;
}

/* Hide order summary on confirmation page */
#order-confirmation .page-order-confirmation {
	/* display: none; */
}
