span.info_amount_product{
    z-index: 10;
}

#menu_navbar > .navbar-nav > .nav-item:nth-child(1){
    background: #772735 !important;
    color: #FFFFFF;
}
/* czarny kolor dla linku */
#menu_navbar > .navbar-nav > .nav-item:nth-child(1) > a{
    color:#FFFFFF;
}
/* czarny kolor dla linku */

/* zmiana koloru po najechaniu myszką */
#menu_navbar > .navbar-nav > .nav-item:nth-child(1):hover {
    background: #64071b;
}

/* zmiana koloru tekstu po najechaniu myszką */   
#menu_navbar > .navbar-nav > .nav-item:nth-child(1) > span:hover{
    color: white;
    font-weight: 700;
}

#menu_navbar > .navbar-nav > .nav-item:hover {
    background: #64071b;
}

#menu_navbar > ul > li > a:hover {
    color: white;
    padding: 14px 10px !important;
    font-weight: 700;
}

#menu_navbar > ul > li > a {
    padding: 15px 10px !important;
}

/* stylowanie elementow 2 i 3 rzedu kategorii */

.nav-item > a.nav-link {
    padding: 4px !important;
    max-width: 300px;
    border: solid 1px white;
}

.nav-item > a.nav-link:hover {
    border: solid 1px #64071b;
}


/* zmiana koloru po najechaniu myszką */

#menu_settings:before {
    background: #000000;
}
.toshippingfree {
color: #f98989 !important;
}

header .nav-link:not(:only-child)::after:hover {
    color:white !important;
}


/* ostylowanie kodu promocyjengo na zdjęciu produktu */
.promo_nakladka_zdjecie_na_karcie_produktu {
    position: absolute;
    top: 5px;
    padding: 2px 5px 2px 5px;
    right: 5px;
    z-index: 51;
    background: #faeaea; /* pod BF - było black */
    font-size: 1.3em;
 /*   color: white;  pod BF - to było bez komentarza */
}

@media only screen and (max-width: 757px) {
    .promo_nakladka_zdjecie_na_karcie_produktu {
    font-size: 1.1em !important;
    }
}

/* ostylowanie przycisku z powiadom o dostepnosci */
.fashion_view #projector_tell_availability button {
    width: 100%;
    height: 50px;
    background: #faeaea !important;
    color: black !important;
    border: #FAEAEA;
}

/* przycisk dodaj do koszyka - czarny napis na nim */
#projector_form button.projector_butttons_buy {
    color: black !important; /* pod BF - było white */
 /*   background: black !important;  pod BF - było bez komentarza */
    
}

/* ostylowanie menu - kolor przed najechaniem */
#menu_navbar > .navbar-nav > .nav-item:nth-child(1) {
    background: #FAEAEA; 

}

/* karta produktu - kolor przkreślonej ceny */
del.projector_price_maxprice {
    color: red;
    opacity: 90%;
}

#projector_price_yousave {
    display:none !important;
}

a#show_opinion_form {
    color: black !important;
}

/* karta produktu - wyśrodkowanie modelek na karcie produktu */
.modelki_karta_produktu {
    margin-left: auto;
    margin-right: auto;
}

.tabela_modelki_produkt {
    width:inherit;
    margin-left: auto;
    margin-right: auto;
}



/* karta kategorii - ostylwoanie procentu zniżki w lewym górnym rogu zdjęcia na listingu */
.save_percent {
    background: #f0c5d1 !important;  /* pod BF było black */
    color: black !important;    /* pod BF było white */
    font-size: 0.9em !important;
    top: 0;
}

.label_icons {
    top: 0 !important;
}

@media only screen and (max-width: 757px) {
.label_icons > * {
    padding: 1px 3px 0;
    background: rgba(248, 248, 248, 0.25);
    font-size: 0.6em;
}  

.save_percent {
    top: 0;
}
}

del.projector_price_maxprice {
    margin-right: 14px;
}

span.projector_price_yousave {
    color: red !important;
    opacity: 90%;
}

span.label_element {
    background: #FAEAEA;    /* pod BF było black */
    font-size: 0.9em;   
  /*   color: white !important; pod BF nie było to w komentarzu */
}

@media only screen and (max-width: 757px) {
img.filter_namegfx_gfx {
    margin-left: 0px !important;
    width: 20px;
    position: relative;
}
}

@media only screen and (min-width: 758px) {
.filter_traits604 {
    padding-right:5px !important;
}
}

#menu_filter li span.filter_quantity {
    margin-left: 3px !important;
}

.korzysci_topbar_kazda_strona {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1.1em;
    padding: 5px 0px 5px 0px;
    background-color: #faeaea;
    color: black;
}

@media only screen and (max-width: 757px) {
    
.korzysci_topbar_kazda_strona { 
     display: grid !important;
     grid-template-columns: repeat(2,1fr);
}
    
}


.korzysci_topbar_kazda_strona::before {
    content: '';
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    position:absolute;
    z-index: -1;
    background-color: #faeaea;
}


@media only screen and (max-width: 757px) {
    .korzysci_topbar_kazda_strona {
    top: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    }
}

.social_proof_icons {
    text-align: center;
    position: absolute;
    line-height: 25px;
    top: 3px;
    right: 10px;
    z-index: 10;
    display: flex;
    height: 25px;
    font-size: 0.9em;
    font-weight: 600;
}

@media only screen and (max-width: 757px) {
    .social_proof_icons {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    }
}

/*
@media only screen and (max-width: 979px) {
#menu_filter ul {
    max-height: 258px !important;
}
}
*/

@media only screen and (min-width: 980px) {
#menu_filter ul {
    //max-height: 233px !important;
}
}

.toshippingfree_sub > .price {
    font-size: 1em !important;
}

.checkbox + .checkbox {
    margin-left: 5px !important;
    text-align: justify;
    margin-right: 5px;
}

/* baner na stronie głównej - usunięcie białęj przestrzeni na desktopie */

@media (min-width: 980px) {
#menu_button3 > .menu_button_wrapper {
    min-height: 0px !important;
}
}


/* stylowanie na karcie kategorii - h1 i sortowania obok aby na mobile zajmowaly mniej miejsca */
@media (max-width: 979px) {
.search_page h1.big_label {
    font-size: 20px !important;
    padding-top: 10px;
}
}


@media only screen and (max-width: 757px) {
    #content {
        margin-top: 5px !important;
    }
}

#paging_setting_top {
    padding: unset;
}

@media only screen and (max-width: 757px) {
    #paging_setting_top {
        padding: 0px 10px 0px 10px !important;
    }
}

@media only screen and (min-width: 758px) and (max-width: 979px) {
#paging_setting_top {
    padding: 0 0 10px 0;
}
}


/* karta kategorii - stylowanie ceny */

div.product_prices > span:first-child {
    color: #e35c5c !important;
    font-size: 18px !important;
    font-weight: 550;
    margin-bottom: 7px;
}

@media only screen and (max-width: 758px) {
div.product_prices > span:first-child {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.omnibus_label {
    font-size: 9px;
}

}

/* karta produktu - cena */
strong.projector_price_value {
    font-weight: 550 !important;
    color: #e50003 !important;
    font-size: 1.755em !important;
    margin-bottom: 0.2em;
}

.search_categoriesdescription_sub {
    color:#8b8b8b;
}

/* zmiana przekreślenia starej ceny na karcie produktu */
#projector_price_maxprice {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
}

#projector_price_maxprice::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #222222;
    transform: translateY(-50%);
    z-index: 1;
}

/* zmiana przekreślenia starej ceny na karcie produktu */

/* karta kategorii zmiana wyglądu wokoło omnibusa */

span.price > del {
    position: relative;
    font-size: 15px;
    text-decoration: none; 
    color: inherit; 
}

@media only screen and (max-width: 758px) {
span.price > del {
    font-size: 12px;
}
a.product-name {
    font-size: 0.75rem !important;
}
.price_percent {
    margin-left: 2px;
    font-size: 11px;
}
}

span.price > del::before {
    content: "";
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    height: 1px; 
    background-color: #e35c5c; 
    transform: translateY(-50%);
    z-index: 1;
}

span.price {
    display: block !important;
}

span.omnibus_price {
    display: none !important;
}

/* karta kategorii zmiana wyglądu wokoło omnibusa - koniec */

/* karta produktu zmiana wyglądu wokoło omnibusa */

#projector_price_maxprice_wrapper {
    display: block !important;
}

div.projector_prices__lowest_price {
    display: none;
}

.product_prices_wrapper {
    padding-top: 2px;
}

/* karta produktu zmiana wyglądu wokoło omnibusa - koniec */


/* koszyk: dostawa i płatności - dopracowanie elementów*/

@media only screen and (max-width: 757px) {
    .info_do_platnosci {
  margin-top: 5px;
  font-size: 14px;
  font-family: 'Work Sans';
}
}

@media only screen and (min-width: 758px) {
    .info_do_platnosci {
  display: none;
    }
}

.order1_shipping {
    margin-bottom: 0px !important;
}

div.order1_label {
    margin-bottom: 10px !important;
}

#order1_prepaid {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 757px) {
ul.navbar-subnav-items {
    padding-bottom: 150px;
}

#breadcrumbs {
    width: 300%;
}
}

@media only screen and (min-width: 758px) {
ul.navbar-subnav-items {
    width:70% !important;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

header .navbar-subsubnav {
    left: 300px; /* tyle ile max width w .nav-item > a.nav-link */
}
}

@media only screen and (max-width: 757px) {
.navbar-nav {
    padding-bottom: 150px; 
}
}