/*@media (max-width: 1199.98px) {*/
    header .bg-primary-down-lg {
        background: #ee0000 !important;
    }
/*}*/

.u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
    background-color: #fefefe;
}

header .text-gray-90 .ec {
    color: #fefefe;
}

header .bg-dark {
    background: #eeee00 !important;
    color: #ee0000 !important;
}

.bg-primary.rounded-pill {
    background: #eeee00 !important;
}

footer .bg-primary {
    color: #fefefe !important;
}

.btn-primary-dark-w {
    color: #fefefe !important;
}

.product-item::after {
    display: none !important;
}

/*.product-item {*/
/*    display: list-item !important;*/
/*}*/

#lista_produktow li .img-fluid {
    max-width: 135px!important;
    height: 225px;
}

#my_account .product-item {
    border-bottom: unset !important;
}

#registration input,
#customer input {
    margin-bottom: 15px;
}

.border-color-1.mb-6 {
    margin-bottom: 30px !important;
}

#registration .h-100,
#customer .h-100 {
    height: unset !important;
}

#registration #newPay,
#customer #newPay {
    height: unset !important;
}

#registration #newShip .shipment_desc,
#customer #newShip .shipment_desc {
    display: none !important;
}

#registration #paczkomaty_shopcart_btn,
#customer #paczkomaty_shopcart_btn {
    margin-bottom: 2.5rem !important;
}

#strona_glowna {
    margin-top: 15px;
}

#mod-product-counter {
    display: none;
    margin-top: 48px;
}

#content {
    margin-top: 48px;
}

.u-header__section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1200px) {
    html {
        background: #eee;
    }
    
    body {
        max-width: 400px;
        margin: 0 auto;
        box-shadow: 0 0 10px -5px;
    }
}


