

.form-control-small {
    height: calc(1.6125rem + 2px);
    padding: 4px;
    font-size: 0.875rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.form-control::placeholder {
    font-style: italic; /* Dodatkowa stylizacja - kursywa */
}

.form-control-medium {
    height: calc(2rem + 2px);
}
select.form-control-medium {
    padding: 4px;
}

.input-group-text-small {
    padding: 2px 4px;
}

div.list-group-item-action
{
    cursor: pointer;
}

.btn-small {
    padding: 2px 4px;
}

.price {
    width: 100px;
}

.suggest {
    padding: 10px;
    cursor: pointer;
    clear: both;
}

.suggest:hover {
    color: rgb(28, 175, 154);
}
.crossed {
    text-decoration: line-through;
}

.table2 {
    width: 100%;
}

.table2 > tbody > tr > td {
    padding: 5px;
    vertical-align: top;
    text-align: center;
}

.table_small {
    width: 100%
}

.table_small > tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
}

.table_small > tbody > tr > td:nth-child(1) {
    width: 60%;
    text-align: right;
    padding-right: 10px;
}

.icon-panel {
    max-width: 50px;
    margin-right: 5px;
    float: left;
}

.bottom-bottom {
    position: fixed;
    top: 100%;
    left: 0;
    height: 60px;
    margin-top: -60px;
    background-color: white;
    border-top: 1px solid rgb(222, 226, 230);
    width: 100%;
    text-align: center;
    padding-top: 8px;
    z-index: 1000;
}

.bottom-top-close {
    font-size: 30px;
    font-weight: normal;
}

.hide {
    display: none;
}

.red {
    color: red !important;
}

.bottom-arrow {
    margin-top: 95% !important;
}

.menu-button {
    position: absolute;
    z-index: 9999;
    border-radius: 2px;
    border: 1px solid rgb(222, 226, 230);
    margin-left: -195px;
    width: 200px;
    margin-top: 0;
    background-color: #fff;
}

.summary-div {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}

#rebate-info {
    color: #DC3545;

}

.summary-div > div {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 10px;
    padding-top: 5px;
}

.padding-offer {
    padding: 30px;
}
.padding-offer-products {
    padding: 0 30px ;
}

@media (max-width: 1024px) {
    .br-mainpanel {
        margin-top: 0;
        padding-bottom: 60px;
        background-color: white;
    }

    .summary-div {
        margin-left: 5px !important;
        margin-right: 9px !important;
    }
    .summary-div > div {
        border-right: 0px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .padding-offer {
        padding: 5px;
    }

    .padding-offer > .row {
        margin-left: -5px;
        margin-right: -1px;
    }

    .padding-offer > .row > .col-lg-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .padding-offer-products {
        padding: 0;
    }

    .br-footer {
        display: none;
    }

    .br-header {
        display: none;
    }

    .br-pagetitle  {
        position: fixed;
        top: 0;
        font-size: 12px;
        width: 100%;
        z-index: 9999;
        background-color: #f8f9fa;
        border-bottom: 1px solid rgb(222, 226, 230);
        height: 50px;
    }

    .br-pagebody {
        margin-top: 0;
        padding: 0;
    }

    .margin-mobile {
        margin-top: 50px;
    }

    .br-pagebody > .br-section-wrapper {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body {
        background-color: #FFF;
    }

    .nav-style-2 .nav-link {
        font-size: 18px;
    }

    .table_small > tbody > tr > td:nth-child(1) {
        width: 50%;
        text-align: right;
        padding-right: 10px;
    }

    .btn-small {
        padding: 4px 4px
    }

    .input-group-text-small {
        padding: 4px 4px
    }

    .form-control-small {
        height: calc(2.6125rem + 2px);
    }

    .d-md-none > .close {
        margin-top: -10px;
        font-size: 40px;
    }

    .br-pagetitle > div {
        margin-top: 0;
    }

    .br-pagetitle  > div > h4 {
        font-size: 1rem;
    }


}

#products_to_select {
    position: absolute;
    z-index: 10000;
    padding: 5px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ced4da
}

.table-inline {
    padding: 0;
    width: 100%;
    margin: 0;
}

.list-group-item > .card-title {
    margin-bottom: 0;
}

.top-mobile .title-mobile {
    font-size: 1rem;
}

.top-mobile {
    position: fixed;
    top: 0;
    padding: 0 20px;
    font-size: 0.75rem;
    width: 100%;
    z-index: 9999;
    background-color: #f8f9fa;
    color: #343a40;
    border-bottom: 1px solid rgb(222, 226, 230);
    height: 50px;padding-top: 15px !important;
}

.br-toggle-switch::after
{
    content: 'nie';
}

.br-toggle-switch::before {
    content: 'tak';
}
