#payment .payment_methods li img {
    float: right !important;
    border: 0 !important;
    padding: 0 !important;
    max-height: 23px !important;
}

.mb16px{
    margin-bottom:16px;
}
.woocommerce-order-received img:not(.confirm-pay-btn) {
border: none !important;
}
.confirm-pay-btn{
 border: 1px solid lightgrey;
 border-radius: 5px;
 padding: 16px;
}

p.woocommerce-thankyou-order-received, .woocommerce-order-received h1.entry-title, .woocommerce-order-received header.entry-header {
    display: none !important;
}

.woocommerce-order-received p {margin-top: 0;}

/* remove order details */
ul.order_details {display: none !important;}

@media (min-width: 768px){
.storefront-breadcrumb {
 padding: 0 0 !important;
 margin: 0 0 0 !important;
}
}
.storefront-breadcrumb {
    margin: 0 0 0 !important;
    padding: 0 0 !important;
}