/* Nadpisanie koloru */

/* Inne */

header.header .main-navbar-wrapper .navbar-collapse {
    padding-left: 0;
}
.custom-error-label-country {
    border: 2px solid red;
}
.custom-error-label-country-red,
.custom-error-label-country-red-submit {
    color: red;
    display: inline-block;
    padding-top: 4px; 
    padding-left: 4px; 
}
#Primary_Navbar-Announcements,
#Primary_Navbar-Network_Status,
#Primary_Navbar-Affiliates,
#Primary_Navbar-Knowledgebase {
    display: none!important;
}
.navbar form {
    display: none;
}

.custom-alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1em;
}
.custom-alert.info {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.custom-line-through {
    text-decoration-line: line-through;
    font-size: 1.8em!important;
    color: #a13c3c;
}
.custom-new-price {
    text-align: right;
    color: green;
    text-decoration: none!important;
    font-size: 1.6em!important;
}
.custom-new-price span {
    font-size: 2em!important;
}
.field-container {
    display: none;
}