/*Zminay w czcionkach*/
.product__name {
  font-family: var(--font-family);
}

.big_label small, .headline small, .big_label__after, .headline__after {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (min-width: 979px) {
    #menu_additional a {
        text-decoration: none;
    }

    .account_link {
        font-weight: bold;
    }

    .shopping_list_top {
        font-weight: bold;
    }
}

@media (min-width: 979px) {
    .topBasket__sub strong {
       font-size: 1.3rem; 
    }
}

@media (min-width: 1200px) {
    .topBasket__sub strong{
        font-size: 1.3rem;
    }    
}
@media (min-width: 757px) {
    .hotspot__name.headline__wrapper {
        --big-label-font-size: 4.9rem;
        font-size: var(--big-label-font-size);
    }
}

/* Pozycjonowanie i ramka menu głównego*/
header .nav-link {
    padding: 5px 10px 5px;
}

.product__name {
  font-family: var(--font-family); /* Użyj zmiennej */
}

@media (min-width: 979px) {
    .topBasket__sub strong {
       font-size: 1.3rem; 
    }
}

@media (min-width: 1200px) {
    .topBasket__sub strong{
        font-size: 1.3rem;
    }    
}
 
@media (min-width: 979px) {
    header .navbar-collapse {
        display: grid;
        justify-content: center;
        align-content: flex-end;
        height: 98px;
        padding-bottom: 2.6rem;
    }
    .navbar-nav {
        justify-content: space-between;
        width: 849px;
        height: auto;
    }
    .navbar-nav > .nav-item > .nav-link {
    position: relative;
    }
    .navbar-nav > .nav-item:last-child::before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -14px;
    right: -14px;
    border: 1px solid #b7aaa1;
    border-radius: 40px;
    z-index: -1;
}
.navbar-nav > .nav-item:last-child {
    position: relative;
    background-color: transparent; 
}
}


.hotspot__name.headline__wrapper {
        position: relative;
        z-index: 1;
}

.navbar-nav > .nav-item:last-child {
    position: relative; 
    background-color: transparent; 
}

/*Pozycjonowanie menu5*/
@media (min-width: 757px) {
    #main_tree5 {
        
        padding-top: 0.8rem;
    }    
    #main_banner1 {    
       padding-bottom: 1.6rem 
    }
}
#main_tree5{
	position: relative;
    z-index: 1;
}

/*Pozycjonowanie menu5 dla mobile*/

@media (max-width: 768px) { 

    #main_tree5 ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--menu-categories-5-gap);
    }
    
    #main_tree5 .nav-gfx {
    display: block;
    width: fit-content;
    }
    
    #main_tree5 .main_tree_sub__item {
        height: 100%;
        margin: auto;
    }
    
    .main_tree_sub.row.align_row {
    align-items: stretch;
    }
    #main_tree5 {
        
        padding-top: 2.4rem;
    }    
}

/* Tło dla footera*/
footer {
    position: relative;
    overflow: visible;
    padding-top: 55px;

}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 9999px + 9999px);
    height: 100%;
    background-color: #F5F2E9;
    z-index: -1;
}

#menu_banners2:before {

    background: #F5F2E9;
}

/* Tło dla głównego bannera*/
#main_banner1 {
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-bottom:0px
}

#main_banner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 9999px + 9999px);
    height: 100%;
    background-color: #F5F2E9;
    z-index: -10;
}

#main_tree5 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#main_tree5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  width: calc(100% + 9999px + 9999px);
  height: 100%;
  background-color: #F5F2E9;
  z-index: -10;
}

#main_tree5 {

    padding-bottom: 0;
    margin-bottom: 0;
}

#main_tree5 ul .title {
    line-height: 0;
    margin-bottom: 0;
}

#main_hotspot_zone1 .section, .hotspot__wrapper {
    padding-top: 4.8rem;
}


/*Ostre ramki produktów na głównej*/

.hotspot .product__icon {
    border-radius: 0;
}



/*szerokość kontentu*/
.content_max_width:{max-width: 1920px;
}
.variable-max-width {
	max-width: var(--content-max-width, 1920px);
}
.modal__wrapper {
		max-width: 1170px;
}

.max-width-1200 {max-width: 1920px
}
@media (min-width: 979px) {
    #logo img {
        max-height: 47px;
        height: auto;
    }
}

/*Szerokość opisu produktu*/


.cm {
    padding-left: 8%;
    padding-right: 8%;
    text-align: justify;
    font-size: 13px;
    line-height: 1.3;
    max-width: 100%;
    overflow: auto;
}


/*Stopka bez MOJE RAAABATY*/
#account_rebates {
    display: none !important;
}

#menu_contact > ul > li.contact_type_adress > span.adress_street {
    display: none !important;
}
}