#carrier_place .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
#carrier_place .sc_carrier_row, #payment_place .sc_payment_row {
    width: 100%;
}
#carrier_place .carrier-extra-content {
    margin-right: -5px;
    margin-left: -5px;
}
#payment_place section.card-block {
    padding: 0.75rem 0;
}
div#promo-code {
    display: flex;
    margin: 10px;
    gap: 10px;
}
div#promo-code input#discount_name {
    padding: 0 8px;
}
#module-ecm_checkout-checkout #inner-wrapper {
	min-height: 50vh;
}
#module-ecm_checkout-checkout .cartaccessories-products .product-miniature {
    width: 50%;
}
#module-ecm_checkout-checkout .cartaccessories-products .products-grid .product-add-cart {
    margin: 0 15px;
}
#module-ecm_checkout-checkout .cartaccessories-products .product-price-and-shipping-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}
#module-ecm_checkout-checkout .product-line-grid-left {
	min-width: 127px;
}

@media screen and (max-width: 767px) {
#carrier_place .sc_carrier_row, #payment_place .sc_payment_row {
    margin-left: 0!important;
}
#carrier_place .pad {
    padding-left: 0;
    padding-right: 0;
}
#carrier_place section.card-block .form-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
}
@media screen and (max-width: 520px) {
	#module-ecm_checkout-checkout .cartaccessories-products .product-miniature {
		width: 100%;
	}
}