.headerSection, .footer-section {
	display: none;
}
.cart_view {
    height: auto;
    box-shadow: none;
    top: 0;
    transition: none;
    display: block;
}
.select2-dropdown--below {
	margin-top: -50px;
}
body.other .select2-dropdown {
	width: 100% !important;
	max-width: 280px
}
body.other .select2-dropdown--below {
	margin-top: 0;
}
/* .select2-results__options .select2-results__option[aria-selected] {
	padding-left: 15px !important;
} */