.headerSection, .footer-section {
	display: none;
}
.cart_view {
    height: auto;
    box-shadow: none;
    top: 0;
    transition: none;
    display: block;
}
.select2-dropdown--below {
	margin-top: -50px;
}