/***
 * CSS Applied only to high res larger than 980px width (Desktop mode).
 */
@media screen and (min-width: 980px) {
	#navMainWrapper{
		display:block;
	}
	#cart > a{
		color:white;
		cursor:pointer;
	}

	.wrapperAttribsOptions{
		width:100%;
	}

	.label_left{
		width:50%;
	}

	.table-bordered td, .table-bordered{
		border: none !important;
	}

	.table-bordered{
		border-bottom: 1px solid gray !important;
		border-radius: 0 !important;
	}

	.smallbig{
		width:10% !important;
	}
}

#red-alert-qdr{
	color:red !important;
	font-weght: bold;
}
