/*!
 * 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) {
	#widget-content{width:70%;}
	#widget-sidebar{width:30%;}
	.oneColumn #widget-content{width:100%;}
	.twoColumn-right #widget-content {
		padding-right: 40px;
	}
  .twoColumn-left #widget-content {
		padding-left: 40px;
	}
}

.twoColumn-left #widget-content {
	float: right;
}
.oneColumn #widget-sidebar{display:none;}

.twoColumn-right #widget-content {
	padding-right: 40px;
}
.twoColumn-left #widget-content {
	padding-left: 40px;
}
@media (max-width: 768px) {
	.twoColumn-left #widget-content {
		float: none;
	}
	.twoColumn-right #widget-content {
		padding-right: 15px;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	.twoColumn-left #widget-content {
		float: none;
	}
	.twoColumn-right #widget-content {
		padding-right: 15px;
	}
}