#module-ecm_checkout-checkout .form-row {
    flex-direction: column;
}
#module-ecm_checkout-checkout .form-row.payment-options  {
    gap: 5px;
}
#module-ecm_checkout-checkout .carrier-extra-content .form-row {
    flex-direction: initial;
}
#module-ecm_checkout-checkout .sc_carrier_row > div {
    min-height: 30px;
    margin-left: 5px;
}
#module-ecm_checkout-checkout .sc_payment_row > div {
    min-height: 30px;
    margin-left: 0px;
}
#module-ecm_checkout-checkout .sc_payment_row  {
    padding-left: 5px;
}
    
#module-ecm_checkout-checkout #ecm_checkout {
    max-width: inherit;
    margin: 20px -15px 100px -15px;
}
#module-ecm_checkout-checkout .carrier-extra-content {
    display: block;
    padding: 0px;
}
#module-ecm_checkout-checkout .carrier-extra-content .mt-1, #module-ecm_checkout-checkout .carrier-extra-content .my-1 {
    margin-left: 0;
	margin-right: 0;
	padding-top: 11px;
	justify-content: flex-start;
}
#module-ecm_checkout-checkout  .card-block.sc_customer label {
    display: inline-block;
	margin: 0 0 5px;
}
#module-ecm_checkout-checkout  .card-block.sc_customer label span.required {
    color: red;
	margin-left: 5px;
}
#module-ecm_checkout-checkout  .card-block.sc_customer input.form-control {
    margin: 0 0 5px;
}
#module-ecm_checkout-checkout .input-group-btn-vertical {
    display: none;
}
#module-ecm_checkout-checkout #promo-code {
	display: flex;
    gap: 8px;
	margin-top: 8px;
}
#module-ecm_checkout-checkout input#discount_name {
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
#module-ecm_checkout-checkout #ecm_checkout > div.row {
    margin: 0px auto;
    padding: 0;
	margin-bottom: 25px;
}
#module-ecm_checkout-checkout button.btn.btn-primary.to_checkout {
    width: 100%;
    margin-top: 20px;
}
span#customer_place .form-row {
        flex-direction: row;
}
#module-ecm_checkout-checkout .sc_carrier_row, #module-ecm_checkout-checkout .sc_payment_row {
    margin-left: 5px!important;
	max-height: 30px;
}
#module-ecm_checkout-checkout .carrier-extra-content {
    padding: 0 7px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#ecm_novaposhta {
	padding: 4px 0;
    text-align: left;
	width: 100%;
}
.sc_payment_row.payment-option {
	display: flex;
}
}
span#callme_place {
    margin-bottom: 15px;
}
.sc_callme_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
}