.listGrid {
    flex-basis: 50%;
}

#maincontent .mCategory .row > div {
    width: 20%;
}

.listThumb .item_wrapper {
	flex-wrap: wrap;
}

.listThumb .listBottomWrapper {
	flex-basis:100%;
	flex-direction: row;
    justify-content: space-between;
}

#registerForm .modal-body > div, #company_section > div {
    flex: 100%;
}

#footer_top .row {
	flex-direction: column;
	align-items: flex-start;
}

#footer_top .container {
	padding-left:16px;
	padding-right:16px;
}

#footer_bottom .fitem {
	flex-wrap: wrap;
	width:50%;
	padding-bottom:8px;
}

.component.selected .img_innerwrapper {
	width: 139px;
}

.component .img_wrapper {
	width:139px;
}

.stock_buttons {
	padding-left: 155px;
}


