#menu_security_policy {
    float: left;
}

.headline{
    display: block;
}

aside .nav-link.nav-gfx img{
    max-width: 40px;
    max-height: 40px;
    border-radius: 10px;
}

aside a.nav-link:hover {
    scale: 1.05;
}
#order2_info_sub4{
    border: 1px solid #c4c7c8;
    border-radius: 5px;
    padding: 3rem 1rem;
    justify-content: center;
    background-color: #F7F7F7;
}
#order2_box_4{
    justify-content: center;
}
#order2_headline_invoice{
    font-size: 2rem;
    background-color: #F7F7F7!important;
}

/* włączenie składowych zestawu na karcie produktu tylko dla autosiatki 
#projector_form .projector_bundle {
    display: none;
}
*/

/* zwiększenie szerokości storny na 1600px */
#container{
    max-width: 1400px !important;
}

/* zwiększenie wysokości napisu na liście z towarami */
.product__name{
    height: 3rem;
}
/* zmina koloru tła w opisie produktu */
#projector_longdescription{
    background: #f1f1f1;
    padding: 1rem !important;
    border-radius: 5px;
}
/* zmniejszenie odstepu między banerem a wyszukiwarka na mobile */
@media (max-width: 756px) {
    html .main_page {
        padding-top: 8px;
    }
}
#main_banner1{
    padding-bottom: 0;
}

#content {
    margin-top: 66px;
}

@media (min-width: 992px) {
    #content{
        margin-top: 0px;
  }
}

#main_cms{
    overflow: visible !important;
}
#main_cms h2 {
    font-size: 2.5rem;
    margin: 0px !important;
}

@media (min-width: 979px) {
    .article__image_wrapper, .article__image_wrapper img {
        height: 33rem;
        max-height: 20rem;
    }
}
/* ukrycie faktury drukowanej */

.f-dropdown .f-dropdown-menu a[data-value="1"]{
    display: none !important;
}

/* wyróżnienie InPost kurier */

.cop_deliveries__item[data-id="100155"] {
  background-color: #ffeec2;
}