.alpha55 {
  background: black;
  /* Fallback for web browsers that doesn't support RGBa */
  /*background: rgb(5, 32, 33) transparent;
/* RGBa with 0.6 opacity
background: rgba(5, 32, 33, 0.55);
/* For IE 5.5 - 7
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C052021, endColorstr=#8C052021);
/* For IE 8
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C052021, endColorstr=#8C052021)";
*/
}
.alpha80 {
  background: black;
  /* Fallback for web browsers that doesn't support RGBa 
background: rgb(5, 32, 33) transparent;
/* RGBa with 0.6 opacity
background: rgba(5, 32, 33, 0.80);
/* For IE 5.5 - 7
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC052021, endColorstr=#CC052021);
/* For IE 8
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC052021, endColorstr=#CC052021)";
*/
}
#container {
  /*	position:relative;
	float:left;*/
  /*	margin: 0 auto 1em auto;*/
  overflow: hidden;
  text-align: center;
  padding-bottom: 0.1em;
}
#webshop-main {
  padding: 1em;
  display: block;
}
/* ---------------- PRODUCT BOX ---------------- */
@media (max-width: 600px) {
  .product-container {
    /*		float:left;*/
    width: 8em;
    height: 20em;
    margin: 0.5em 0.2em 0 0;
    /*top-right-bottom-left*/
    border: 1px solid #69a892;
    border-radius: 2em;
    display: inline-block;
    vertical-align: top;
  }
  .product-wrapper {
    padding: 0.2em;
    overflow: hidden;
  }
  .product-name {
    float: left;
    position: relative;
    height: 2.5em;
    width: 100%;
    text-align: center;
    /*		padding-top: 0.2em;*/
  }
  .product-image {
	margin: auto;
    /* position: relative; */
    /* width: 50%; */
    padding-top: 4.5em;
    /* display: none; */
  }
  .product-year {
    display: none;
  }
  .product-buttons {
    float: left;
    position: relative;
    /*		padding:0.5em;
		margin-left:auto;
		margin-right:auto;*/
    width: 100%;
  }
  .product-price {
    /*		color:#bababa;
		font-weight:bold;*/
    text-align: center;
  }
  .product-dropdown {
    /*		float:left;*/
    width: 50%;
    display: block;
    padding: 0.2em 0;
    margin: auto;
    /*		margin-left:auto;
		margin-right:auto;
		padding-top:0.2em;
		padding-right: 5%;
		padding-bottom: 0.5em;*/
  }
  .product-dropdown select {
    /*		width:80%;
		display:inline;*/
    display: block;
    margin: auto;
  }
  /* CHECKBOX */
  .ck-button {
    position: relative;
    width: 50%;
    margin-top: 0.2em;
    /*background-color: black;*/
    background-color: #69a892;
    border: 1px solid #69a892;
    overflow: auto;
    border-radius: 4px;
    color: black;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
	font-weight: bold;
  }
  .ck-button label {
    float: left;
    width: 100%;
  }
  .ck-button label span {
    cursor: pointer;
    text-align: center;
    padding: 1px 0px;
    display: block;
  }
  .ck-button label input {
    position: absolute;
    top: -99999px;
  }
  .ck-button input:checked + span {
    background-color: #fb9f1d;
    color: #000;
    content: "goodbye";
  }
}
@media (min-width: 600px) {
  .product-container {
    /*		float:left;*/
    width: 14em;
    height: 12em;
    margin: 0.5em 0.5em 0 0;
    /*top-right-bottom-left*/
    border: 1px solid #69a892;
    border-radius: 2em;
    display: inline-block;
    vertical-align: top;
  }
  .product-name {
    float: left;
    position: relative;
    width: 100%;
    /*		height:2em;*/
    text-align: center;
    padding-top: 0.2em;
  }
  .product-image {
    float: left;
    position: relative;
    width: 50%;
    padding-top: 0.5em;
  }
  .product-year {
    float: left;
    width: 100%;
    text-align: center;
    height: 1em;
  }
  .product-buttons {
    float: left;
    position: relative;
    padding: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .product-price {
    /*		color:#bababa;
		font-weight:bold;*/
    text-align: center;
  }
  .product-dropdown {
    width: 80%;
    padding-top: 0.2em;
    margin-left: auto;
    margin-right: auto;
  }
  .product-dropdown select {
    width: 100%;
  }
  /* CHECKBOX */
  .ck-button {
    position: relative;
    width: 80%;
    margin-top: 0.2em;
    /*background-color: black;*/
    background-color: #69a892;
    border: 1px solid #69a892;
    overflow: auto;
    border-radius: 4px;
    color: black;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
	font-weight: bold;
  }
  .ck-button label {
    float: left;
    width: 100%;
  }
  .ck-button label span {
    cursor: pointer;
    text-align: center;
    padding: 1px 0px;
    display: block;
  }
  .ck-button label input {
    position: absolute;
    top: -99999px;
  }
  .ck-button input:checked + span {
    background-color: #fb9f1d;
    color: #000;
    content: "goodbye";
  }
}
/*
.container select {
	width:100%;
}
*/
.outofstock {
  color: #bababa;
  font-weight: bold;
  /*	vertical-align: middle;
	display: table-cell;
	display: block;*/
  padding-top: 2em;
  text-align: center;
  width: 100%;
}
.product-info {
  text-align: center;
  width: 100%;
}
/* ---------------- END PRODUCT BOX ---------------- */
/* ---------------- MENU BAR ---------------- */
#webshop-menu {
  width: 80%;
}
.webshop-menu-item {
  padding: 0 2%;
}
.webshophuf-menu-item {
  position: relative;
  float: left;
}
a,
img {
  border: none;
}
/* ---------------- END MENU BAR ---------------- */
/* ---------------- CART INFO ---------------- */
#webshop-cart {
  margin-bottom: 0em;
  width: 100%;
  border: 1px solid #69a892;
  border-radius: 20px;
}
#webshop-cart-wrapper {
  padding: 1em;
  overflow: hidden;
}
#webshop-prices {
  float: left;
  text-align: left;
  width: 70%;
}
#webshop-cart-right {
  float: left;
  display: inline;
  width: 30%;
}
#items-in-cart {
  float: right;
  text-align: right;
  display: inline-block;
  width: 100%;
}
#items-in-cart-popup {
  overflow: hidden;
}
/* CHECKOUT BUTTON*/
.checkout-button {
  float: right;
  text-align: right;
  display: inline-block;
  margin-top: 0.2em;
  border: 1px solid #69a892;
  border-radius: 4px;
  overflow: hidden;
  background-color: #69a892;
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
}
.checkout-button label {
  float: left;
  width: 100%;
}
.checkout-button label span {
  cursor: pointer;
  text-align: center;
  padding: 1px 0px;
  display: block;
  padding: 0.3em;
}
.checkout-button label input {
  position: absolute;
  top: -99999px;
}
.checkout-button input:checked + span {
  background-color: black;
  color: #fff;
}
#webshop-checkout {
  float: right;
  text-align: right;
  display: inline-block;
  border: 1px solid #69a892;
  border-radius: 8px;
  background-color: #fb9f1d;
  color: #000000;
  padding: 0.3em;
}
/*
#emailpreordercontainer {
    border:1px solid @color_brd;
    border-radius:8px;
	width: 200px;
	height: 25px;
	margin:auto;
	background-color:@color_btn_on;
}*/
/* ---------------- END CART INFO ---------------- */
/* ---------------- FORM (RIGHT SIDE) ---------------- */
#webshop-form-bg {
  float: left;
  border-radius: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #69a892;
  overflow: hidden;
  display: none;
}
#webshop-form-content {
  float: left;
  width: 100%;
}
@media (max-width: 600px) {
  #webshop-form-cart {
    width: 100%;
    float: right;
    padding-bottom: 2em;
  }
  #webshop-form-form {
    width: 100%;
    float: right;
  }
}
@media (min-width: 600px) {
  #webshop-form-cart {
    width: 50%;
    float: right;
  }
  #webshop-form-form {
    width: 50%;
    float: right;
  }
}
#payment-info-link {
  float: left;
  width: 7em;
  text-align: right;
}
.webshop-form-field-row {
  position: relative;
  float: left;
  width: 100%;
  /*	height:2em;*/
  display: table-cell;
  vertical-align: middle;
}
.webshop-form-field-label {
  position: relative;
  float: left;
  /*	height:2em;*/
  width: 7em;
  text-align: right;
  line-height: 2em;
}
.webshop-form-field-textbox {
  position: relative;
  float: left;
  /*	height:2em;*/
  margin-left: 1em;
}
.webshop-form-field-textbox-2 {
  width: 8em;
}
#webshop-form-bottom {
  position: relative;
  float: left;
  width: 100%;
  /*	margin:10px 0px;*/
}
input[type=submit] {
  background-color: #fb9f1d;
  color: #000;
  border: 1px solid #69a892;
  overflow: auto;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  font-weight: bold;
}
/* ---------------- END FORM (RIGHT SIDE) ---------------- */
.highslide img {
  border: 0px;
}
.highslide:hover img {
  border: 0px;
}
.highslide-container div {
  font-family: Verdana, Arial;
  font-size: 4em;
  color: #AAAAAA;
}
