/* === FINAL FIX ZA CHECKOUT NA MOBILNOM (GoDog) === */
@media (max-width: 768px) {

    body.checkout-fullfix .container,
    body.checkout-fullfix .site-content .container,
    body.checkout-fullfix .woocommerce .container,
    body.checkout-fullfix .woocommerce-checkout .container,
    body.checkout-fullfix .gdlr-core-container,
    body.checkout-fullfix .content-container,
    body.checkout-fullfix .content-wrapper,
    body.checkout-fullfix .site-content .row,
    body.checkout-fullfix .woocommerce .row,
    body.checkout-fullfix .page-wrapper .container,
    body.checkout-fullfix .page-wrapper .row {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Kolone */
    body.checkout-fullfix .col2-set .col-1,
    body.checkout-fullfix .col2-set .col-2,
    body.checkout-fullfix form .form-row,
    body.checkout-fullfix .form-row {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Input polja */
    body.checkout-fullfix input,
    body.checkout-fullfix select,
    body.checkout-fullfix textarea {
        width: 100% !important;
        max-width: 100% !important;
    }
}
