.uniformImageLeft{
	width: 120px;
}

.productPageImage{
	float: right;
	max-width: 200px;
	max-height: 200px;
}


.uniform-col-container {
	display: block;
	width: 100%;
	padding: 0;
}
	
.uni-col-left{
	display: table-cell;
	width: 150px;
}
	
.uni-col-right{
	display: table-cell;
	width: calc(100% - 150px);
	vertical-align: top;
}

.uni-col-third{
	display: table-cell;
	width: 33%;
	vertical-align: top;
}

.uni-col-middle{
	display: table-cell;
	width: 160px;
}

@media screen and (min-width: 760px){
	.uni-col-third{
		width: 300px;
	}
}


.reviewContainer{
	width: calc(100% - 40px);
	margin-left: 20px;
}

/**
.rating {
    float:left;
    width:160px;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color:#FFF;
    background:#ccc;
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background:#F90;
    color:#FFF;
}
**/
.padding50{
	padding-left: 50px;
	padding-right: 50px;
}

/** Filter Bubbles **/
	.reviewFilterBubbleContainer{
		padding: 0 20px;
		overflow: auto;
	}

.reviewFilterBubble{
	padding: 10px 10px 0 10px;
	margin: 0 10px 10px 0;
	float: left;
	background-color: #ddd;
	border-radius: 10px;
	transition: .5s;
	min-width: 75px;
}

.reviewFilterBubble:hover{
	background-color: #999;
	transition: .5s;
}

.starRatingContainer{
	width: 100%;
	text-align: center;
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #2d4b1e;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

.productDetailsContainer{
	min-height: 225px;
}

.leftColumn{
	padding: 0;
	width: 100% !important;
}

.rightColumn{
	padding: 0;
	width: 100% !important;
}

@media screen and (min-width: 701px){
	.leftColumn{
		padding-left: 0 !important;
		padding-right: 15px !important;
		width: 335px !important;
	}

	.rightColumn{
		padding-right: 0 !important;
		padding-left: 15px !important;
		width: 335px !important;
	}
}

@media screen and (max-width: 760px){
	.floatRightImage{
		display: none;
	}
}

@media screen and (min-width: 761px){		
	.floatRightImage{
		width: 45%;
		float: right;
		margin-left: 15px;
	}
}

.reviewContent{
	background-color: #eee;
	padding-left: 25px; 
	padding-right: 25px;
}

.orangeBackground{
	background: rgba(45, 75, 30, 0.15) !important;
	padding: 15px 0 !important;
}

.orangeBackground-Contents{
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}

.content_container{
	width: 100% !important;
	min-height: 30vh !important;
	padding: 0 !important;
	margin: 0 !important;
}

@media screen and (min-width: 801px) {
	.content_container{
		width: 800px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}