@media only screen and (max-width: 600px) {
	.sortByFilter {
		margin-left: 15px !important;
	}
}
@media only screen and (max-width: 840px) {
	.furniImage {
		
	}
	
	.tagline {
		display: none;
	}
	
    body:not(.no-sidebar) .main_content {
        width: calc(100% - 80px) !important;
        overflow-x: hidden !important;
    }
    .main_content {
		padding: 50px 0px 0px 0px !important;
    }
	
	.logo_banner {
		height: 95px;
	}
	.side_bar_contents {
		top: 100px;
	}
	
	.page-content {
		width: 100%;
	}
	
	.stats_Main, .stats_Newest, .newest-item {
		width: 100%;
		max-width: 100%;
	}
	
	.calcMain {
		min-width: 100%;
	}
	.calcMain::before {
		content: "The Trade Calculator is currently unavailable on Mobile and small screen devices, Sorry!";
		width: 100%;
		display: block;
		color: var(--secondary-color);
	}
	.calcMain *, .calcTop * {
		display: none;
	}
	
	.furniLatest .fLSpan {
		width: calc((100% / 2) - 10px);
	}
	.furniGlobal .fLSpan {
		width: calc((100% / 3) - 10px) !important;
	}
	.sortBy-container {
		width: 340px;
		
		margin: 0 auto;
	}
	.sortByFilter {
		margin-left: 0px;
	}
	
	.onMobile {
		display: block;
	}
}
@media only screen and (max-width: 1105px) {
	.furniLatest {
		width: 641px;
		margin-right: 10px;
	}
	.furniInfo {
		width: 100%;
	}
	
	.furniName, .furniDesc {
		margin-left: 0px;
	}
	.furniImage {
		width: 100%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	
	.FurniProfileCont .dataCol {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1324px) {
	.furniGlobal .fLSpan {
		width: calc((100% / 4) - 10px);
	}
}