#product section.product_list{
	padding-top: 0;
}

#product .product_select{
	width: 410px;
	margin-bottom: 60px;
	float: right;
	position: relative;
}
#product .product_select > ul > li.shadow{
  width: 120px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	box-shadow: 0 1px 5px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

#product .product_select > ul > li.shadow:nth-of-type(2){
  left:145px;
}
#product .product_select > ul > li.shadow:nth-of-type(3){
  left:290px;
}
#product .product_select li.shadow:last-child{
	margin-right: 0px;
}

#product .product_select li a:hover{
	opacity: 1;
	color: #6eb83e;
}

#product .dropcontainer {
  position:relative;
  font-size: 14px;
  color: #6eb83e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  } 

#product .trigger {
  color: #6eb83e;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
  }

#product .trigger:hover {
  color: #6eb83e;
  }

#product .activetrigger {
  border-left: 1px solid #6eb83e;
  color: #6eb83e;
  padding: 10px;
  font-size: 14px;
  width: 120px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }


#product .activetrigger:active {
  color: #6eb83e;
  }

#product .dropcontainer ul {
  font-size: 14px;
  border-left: 1px solid #6eb83e;
  border-top: none;
  background: #fff;
  list-style-type: none;
  padding: 0 10px 10px;
  margin: 0;
  width: 119px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

#product .dropcontainer ul li {
  padding: 5px;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
  text-align: center;
  font-size: 12px;
  }

#product .dropcontainer ul li:hover {
  outline: none;
  }

#product .dropcontainer ul li:first-child {
  display: none;
  }

#product .dropcontainer ul li:last-child {
  border-bottom: none;
  }

#product .dropdownhidden {
  display: none;
  }

#product .dropdownvisible {
  height: auto;
  }

@media screen and (max-width:736px) {
#product .product_select{
	width: 100%;
	margin-bottom: 0;
	float: none;
}

#product .product_select > ul > li.shadow{
	width: 31%;
	vertical-align: top;
	margin-right: 0.5%;
	margin-bottom: 20px;
	position: relative;
	left:0 !important;
}

#product .trigger {
	padding: 20px 10px;
}
#product .activetrigger {
  border-left: 1px solid #6eb83e;
  color: #6eb83e;
  padding: 20px 10px 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
#product .dropcontainer ul {
  width: 100%;
  position: relative;
  z-index: 9999;
  }


}