/* Header */
.region-header {
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}

/*Social Networking Block*/
#block-block-18 {
	max-width: 200px;
}
#block-block-18 ul {
  justify-content: flex-end;
  text-align: none;
}
#block-block-18 ul li {
  width: 15%;
}

/*Featured Front Section*/
.featured-front .view-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.featured-front h3 {
  flex-basis: 100%;
  max-width: 100%;
 }
.featured-front .views-row {
  flex-basis: 48%;
  max-width: 48%;
  margin: 5px 5px 10px 5px;
}
.featured-front .views-row a .field-title {
  margin-left: auto;
}
#main .field-image {
  width: 100%;
}
.featured-front .views-row .attributes .form-item select {
  width: 100%;
  max-width: 120px;
 }

/*Sidebar Left*/
#sidebar-left {
	display: flex;
	width: 100%;
}
#sidebar-left .block{
	/*max-width: 50%;*/
	/*flex-basis: 50%;*/
	max-width: 100%;
	flex-basis: 100%;
}
#sidebar-left #block-block-17 h2 {
	/*width: 95%;*/
	width: 100%;
}
#sidebar-left #block-block-17 .node table {
	width: 100%;
	max-width: none;
}

 /*category page*/
.page-taxonomy.list #content-area-wrapper h3 {
	padding: 0;
}
.page-taxonomy.list #content-area-wrapper h3,
.page-taxonomy  #content-area-wrapper .uc-price {
	font-size: 1.25rem;
}
.page-taxonomy #content-area-wrapper .views-field-nothing {
	text-align: left;
}
.page-taxonomy.list #content-area-wrapper .attributes {
	display: flex;
	width: 100%;
}
.page-taxonomy.list #content-area-wrapper .attributes .attribute {
	margin: 0 10px 0 0;
}