.product_cleardescription {
    display: none;
}

/* STRONA GLOWNA - ukrycie i edycja stref */

#menu_regulations  {
    display: none; !important
}

#menu_account  {
    display: none; !important
}

#footer_links .footer_links#menu_orders {
  border: none;
}

.shopping_list_top {
  display: none;
}



/* LISTING PRODUKTOWY */

#search .product__compare {
  display: none;
}



/* NAGLOWKI STRONY */

.big_label, .headline {
    color: #0e1116;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.3rem;
    padding: 10px 0;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}

.big_label:after, .headline:after {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    background: #0e1116;
    margin-top: 1rem;
    border-radius: 1rem;
}

*, *::before, *::after {
    box-sizing: inherit;
}




/* KARTA PRODUKTOWA - ukrycie i edycja stref */

div.component_projector_askforproduct {
    display: none; !important
}
button.projector_number_down {
    display: inline-block;
    width: 32%;
}
input.projector_number {
    width: 36%;
}
button.projector_number_up {
    display: inline-block;
    width: 32%;
}
.projector_details__wrapper .projector_info {
  grid-column: 1 / 3;
}


@media only screen and (max-width: 757px){
#projector_form div.photos div.enclosures {
    display: flex;!important
}
}


@media only screen and (min-width: 758px){
div.projector_number {
    width: 25%;
}
button.projector_butttons_buy {
    width: 70%;
    margin-left: 1vw;
}
}

@media only screen and (min-width: 1200px){
div.projector_number {
    width: 15%;
}
button.projector_butttons_buy {
    width: 50%;
    margin-left: 1vw;
}
}