.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce .woocommerce-message {
    display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 2;
    height: 40px;
}
.payyourprice_contribution_button {
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 35px;
    transition: all 0.5s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 20px;
    background-color: #045889;
    text-align: center;
    border: 3px solid #045889; 
    cursor: pointer;
}
.payyourprice_contribution_button.switch_color_button {
    background-color: #fff; 
    border: 3px solid #045889; 
    color: #045889; 
}

/* Button przechodzący do płatności */
.woocommerce button.single_add_to_cart_button.alt {
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 35px;
    transition: all 0.5s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 20px;
    background-color: #045889;
    text-align: center;
    border: 3px solid #045889; 
    cursor: pointer;    
}
/* Button przechodzący do płatności - jego efekt na hover */
.woocommerce button.single_add_to_cart_button.alt:hover {
    background-color: #fff;
    color: #045889; 
}

/* ostylowanie tabeli */
.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: auto;
    margin-top: 60px;
}
.woocommerce div.product form.cart .variations td {
    vertical-align: middle;
    padding-bottom: 20px;
}
.woocommerce div.product form.cart .variations td input {
    margin-bottom: 0;
    border-radius: 5px;
    border: 2px solid #045889;
    background-color: #ecf3f9;
    display: block;
    font: 16px /26px 'Open Sans';
    width: calc(100% - 20px);
    padding: 9px;
    box-sizing: border-box;
    color: #2c5fa4;    
    height: auto;
}

span.labelwc {
    padding-right: 15px;
}
.woocommerce div.product form.cart .variations label {
    margin: 0;
}
 .cart {
    padding-top: 15px;
 }

 .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    padding: 20px;
}
/* tło dla formularza dodajacego dotację
 .cart-simple {
     background: url('../img/Przelewy24_logo.png') no-repeat right;
 }
  */

  /* Naprawa spraw ze spacjami */
.menu li {
    font-family: 'Roboto';
}
.menu li a {
    font-size: 16px;
    color: #333;
    font-family: 'Roboto';
}
.menu li:hover > ul > li a, #blog .post .post_title {
    font-family: 'Roboto';    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
}

.container ul:not(.menu) {
    margin-left: 25px;
}

.container ul:not(.menu) li {
    padding-left: 10px;
    padding-bottom: 25px;
}