#module-ecm_checkout-checkout #wrapper {
    background: #fff;
    padding: 0;
    margin-top: -5px;
}
#module-ecm_checkout-checkout #ecm_checkout {
    width: 100vw;
	max-width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    box-sizing: border-box;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 100%);
}
#module-ecm_checkout-checkout #ecm_checkout #ps_checkpayment-additional-information dl {
	display: none;
}
#ecm_checkout .carrier-extra-content {
	width: 100%;
	}
#ecm_checkout > div.container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ecm_checkout > div.container .left-side {
	width: 50%;
	padding: 30px 40px 100px 0;
}
#ecm_checkout > div.container .right-side {
	width: 50%;
	padding: 30px 0 100px 40px;
}
#ecm_checkout .cart-items {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: stretch;
}
#ecm_checkout .product-line-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#ecm_checkout .product-line-grid-left {
    width: 100px;
}
#ecm_checkout .product-line-grid-name {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 20px;
}
#ecm_checkout .product-line-grid-name .product-line-info a {
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
}
#ecm_checkout .product-line-grid-name .product-line-info span {
	color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
}
#ecm_checkout .product-line-grid-right.product-line-actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;	
	justify-content: space-between;
}
#ecm_checkout .card-block {
    margin-bottom: 0;
    padding: 10px 0;
}
#ecm_checkout .sc_carrier_row > div,
#ecm_checkout .sc_payment_row > div {
    margin-left: 0;
}
#ecm_checkout .carrire_items {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#ecm_checkout #customer_place .form-control,
#ecm_checkout #payment_place .form-control,
#ecm_checkout #carrier_place .form-control {
    border: none;
}
#ecm_checkout .sc_payment_row {
    padding-left: 0;
}
#ecm_checkout .form-control:focus,
#ecm_checkout .input-group.focus {
    outline: none;
    border-radius: 0;
}
#ecm_checkout .carrier-extra-content .separator {
	display: none;
}
#ecm_checkout #customer_place .options-row.auth {
	display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#ecm_checkout #cart_place .product-line-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#ecm_checkout #cart_place .product-line-row .product-line-row-left {
    display: flex;
    gap: 13px;
    align-items: center;
}
#ecm_checkout #cart_place .product-line-row .product-price.h5 {
    height: 100%;
    margin: 0;
}
#ecm_checkout #cart_place .form-control.cart_quantity_input {
	z-index: 1;
}
#ecm_checkout #cart_place .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
	border: 1px solid #E9E9E9;
}
#ecm_checkout #cart_place .input-group-btn-vertical button {
    height: 100%;
    width: 21px;
    padding: 0 5px;
	background: none;
	border: 1px solid #E9E9E9;
    z-index: 2;
}
#ecm_checkout #cart_place .input-group-btn-vertical button i {
    position: initial;
    font-size: 12px;
    font-weight: 900;
}
.checkout .fa-shopping-bag:before,
.cart-buttons.text-center .fa-shopping-bag:before {
    display: block;
    content: "." !important;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/icons/cart_hover.svg);
	margin-left: 10px;
}
.checkout .btn.btn-primary.to_checkout {
    width: 100%;
}
.custom-radio input[type=radio]:checked+span {
    width: 9px !important;
    height: 9px !important;
}
#module-ecm_checkout-checkout .form-row {
	margin-left: 0 !important;
}
div#promo-code {
    display: flex;
    margin: 10px 0;
    gap: 10px;
}
div#promo-code input#discount_name {
    padding: 0 8px;
    min-width: 250px;
}
@media screen and (max-width: 1320px) {
	#ecm_checkout > div.container .left-side {
		padding: 30px 40px 100px 30px;
	}
}
@media screen and (max-width: 991.98px) {
	#module-ecm_checkout-checkout #ecm_checkout {
		background: none;
	}
	#ecm_checkout > div.container .right-side,
	#ecm_checkout > div.container .left-side {
		width: 100%;
		padding: 10px;
	}
	#ecm_checkout > div.container .right-side {
        background-color: #f4f4f4;
        padding-bottom: 3rem;
        padding-left: 25px;
        padding-right: 25px;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }
	#module-ecm_checkout-checkout #ecm_checkout .sc_carrier_row,
	#module-ecm_checkout-checkout #ecm_checkout .sc_payment_row {
        margin-left: 0 !important;
    }
	#module-ecm_checkout-checkout #ecm_checkout section.card-block .form-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
	#module-ecm_checkout-checkout #ecm_checkout #ecm_novaposhta.pad {
        padding-left: 0;
        padding-right: 0;
    }
	#ecm_checkout .carrier-extra-content hr {
        display: none;
    }
}