.checkout-step1.checkout-container .form-inline .input-small.address-input-small-element { width: 10% !important; } .checkout-step1.checkout-container .form-inline .input-small.address-input-large-element { width: 39% !important; } @media (max-width: 769px){ .checkout-step1.checkout-container .form-inline input.input-small { width: calc(100% - 15px) !important; } .checkout-step1.checkout-container .form-inline .input-small.address-input-small-element { width: 30% !important; } .checkout-step1.checkout-container .form-inline .input-small.address-input-large-element { width: calc(100% - 15px) !important; } } @media (min-width: 768px) { .checkout-view-step-1 .checkout-form-step1 .order_row.address-multiple-fields>:last-child { margin-left: 1.55%; } }