/*
Theme Name: Mrotex Child
Template: hello-elementor
Version: 1.0
*/

/* mniejsze odstępy między polami w jednym wierszu w formularzu */
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 49%;
}

.woocommerce form .form-row-first {
    margin-right: 2%;
}

.woocommerce form .form-row-last {
    margin-right: 0;
}

.woocommerce #customer_login .button,
.woocommerce #customer_login input[type="submit"] {
    width: 100%;
    display: block;
    text-align: center;
}
    

.woocommerce-page input[type="checkbox"] {
    accent-color: #00A0CC;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 0 0 !important;
    padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-error {
    margin-top: 20px !important;
}


