#product_questions_container {display: none;}
#menu_additional,
#menu_basket,
#freeShipping {display: none !important;}
header #menu_settings {display: none !important;}

#menu_search {order: 3;}
header #menu_categories { order: 2;}
header .breadcrumbs {order: 3;}

#container::after {
    content: url(/data/include/cms/Lilliputiens/website/c-47-foot.png);
    bottom: -15px;
    position: relative;
    display: block;
    width: 100%;
}

footer::before {
	display: block;
	padding: 0;
	height: 151px;
	content: "";
	margin-bottom: 50px;
	background: repeating-linear-gradient(-45deg, #fff1ef, #fff1ef 5px, #fff 5px, #fff 10px);
	top: -2px;
	position: relative;
}

@media(min-width:979px) {
 .projector_page #content #projector_photos {
  grid-area:1 / 2/ 3 / 3;
  flex-direction: column;
 }
}
@media(min-width:979px) {
 .projector_page #content #projector_productname {
  grid-area:1 / 1/ 2 / 2;
  margin: 25% auto;
 }
}
@media(min-width:979px) {
 .projector_page #content #projector_form {
  grid-area:2 / 1 / 5 / 2;
 }
}
@media (min-width: 979px) {
    #photos_nav.flex-md-column {
    flex-direction: row !important;
    order: 1;
    }
}

#projector_form {
  display: none;
}
#projector_productname > div.product_name__block> .product_name__actions {
  display: none !important;
}