.delivery-extra-container{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding-bottom: 15px !important;
	margin-bottom: 0 !important;
}
.delivery-extra-container:empty{
	padding-bottom: 0 !important;
}
#ec-summary-content .ec-table a.cart_quantity_down > img,
#ec-cart a.cart_quantity_down > img {
	display: none;
}

/* Checkout logo */
.payment_option .payment_logo {
    max-width: 100px;
}

#ec-summary-carrier .carrier-image img, #ec-summary-payment .ec-payment-logo img {
    max-height: 50px;
}


/* Checkout - wyłaczenie ikonki w pozycji rabat */

.voucher_form_row label::after {
    background: none;
    }

/* Checkout stylowanie powiekszenia liter */
#enjoyable-checkout input::placeholder {
    font-size: 14px;
}

#enjoyable-checkout .form-control {
    font-size: 14px;
}

    #enjoyable-checkout div.checkbox label {
    font-size: 14px;
}

.ec-form-title {
    font-size: 14px;
    font-weight: bold;
}

.ec-star {
    float: left;
    margin-right: 5px;
    max-width: 90%;
}
@media only screen and (max-width: 480px) {
    .ec-star {
        max-width: 65%;
    }
}
