/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
/* custom-style: Do not remove use fullColumn, twoColumn-right or twoColumn-left, oneColumn class on body */
#widget-sidebar { margin-top:20px;}
@media (min-width: 1025px) {
	/*.oneColumn #widget-content{width:100%;}*/
}

.twoColumn-left #widget-content {
	float: right;
}
.oneColumn #widget-sidebar{display:none;}


@media (max-width: 768px) {
	.twoColumn-left #widget-content {
		float: none;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	.twoColumn-left #widget-content {
		float: none;
	}
}