@charset "utf-8";
#add-product-spinner {
  display: none;
}
/* footer
----------------------------------------------------------------------------- */

/* end footer */

/* top navigation
----------------------------------------------------------------------------- */

/* #top-bar button {
  border: none;
  outline: none;
  background: transparent;
} */

/* #top-bar a:hover,
#top-bar button:hover {
  opacity: 0.6;
} */

/* #top-bar .pull-right {
  text-align: right;
  position: relative;
} */

/* #top-bar .pull-right > ul {
  position: fixed;
  right: 80px;
} */

/* #top-bar .divider {
  position: relative;
  top: 10px;
  margin-right: 3px;
  display: inline-block;
  box-shadow: 0 0 1px 1px #ffffff;
  height: 32px;
} */

/* #open-cart {
  position: relative;
  bottom: 4px;
} */

/* #top-bar .pull-right .dropdown i {
  font-size: 24px;
  color: #ff0000;
  vertical-align: bottom;
  padding-bottom: 3px;
} */

/* .nav-container {
  top: 65px;
  position: fixed;
  width: 100%;
  opacity: 0.96;
  background-color: #9c1c6f;
  z-index: 9;
} */

/* #wrapper {
  height: 45px;
} */

/* #line-container {
  height: 5px;
} */
/* 
.line {
  margin-top: -5px;
  border-top: 5px solid #ffffff;
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
} */
/* 
@media (max-width: 767px) {
  #top-bar {
    padding: 6px 15px 5px;
  }

  #open-cart {
    bottom: 0;
    right: 10px;
  }

  .nav-container {
    top: 60px;
  }

  #main-region {
    padding-top: 60px;
  }
}

#menu > ul {
  display: block;
  margin-left: 0;
}

#menu > ul > li {
  list-style: none;
  float: left;
  position: relative;
  margin-right: 0;
}

#menu > ul > li > a {
  font-size: 13px;
  color: #657b83;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px 14px;
}

#menu ul > li.active > a {
  background-color: #ffffff;
  color: #586e75;
}

#menu > ul > li > ul {
  margin-left: 10px;
  margin-top: -12px;
}

ul.dropdown-menu {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  min-width: 160px;
  border: 1px solid #ffffff;
  border-top: 0;
}

ul.dropdown-menu li {
  list-style: none outside none;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul.dropdown-menu li:first-child {
  border-top: 1px solid #ffffff;
}

ul.dropdown-menu li:last-child {
  border-bottom: none !important;
}

ul.dropdown-menu a {
  display: block;
  padding: 7px 10px;
  color: #657b83;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
}

.header ul.dropdown-menu {
  min-width: 120px;
}

.header ul.dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

ul.dropdown-menu a:hover,
ul.dropdown-menu a:focus {
  color: #ffffff;
}

#top-bar ul.dropdown-menu a:hover {
  opacity: 1;
}

#menu > ul > li:hover > a,
#menu > ul > li:focus > a {
  color: #ffffff !important;
  background-color: #ffffff;
}

#menu > ul > li:hover,
#menu > ul > li:focus {
  visibility: inherit;
}

#menu li:hover,
#menu li:focus {
  visibility: inherit;
}

#menu li:hover ul,
#menu li:focus ul,
#menu li.active ul,
#menu li.open ul {
  top: 52px;
  z-index: 2299;
}

#menu li li:hover ul,
#menu li li:focus ul,
#menu li li.active ul,
#menu li li.open ul {
  left: 130px;
  top: 0;
}

#menu li.active > a {
  color: #ffffff !important;
  background-image: none;
}

#menu > ul > li.open > a,
#menu > ul > li.active > a:hover {
  color: #ffffff !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#ffffff)
  );
  background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffb58900', GradientType=0);
}

/* end top navigation */

/* shop
--------------------------- */
/*
.breadcrumb {
  background-color: #ffffff;
}

#product-images-large .img-thumbnail,
.thumbnail {
  background-color: inherit;
}

#product-images-large .img-thumbnail {
  border: 0;
}

/* end shop */

/* Responsive
----------------------------------------------------------------------------- */
/* @media (max-width: 767px) {
  #menu {
    display: none;
  }

  #footer-bar {
    padding: 20px 0;
  }

  .impressum {
    padding-top: 30px;
  }
} */

/* Products
---------------- */

/* .product-thumb h6 {
  font-size: 24px;
  font-weight: 700;
}

.product-description {
  font-size: 24px;
  font-weight: 700;
}

#variations .price {
  font-size: 20px;
  font-weight: 600;
} */



/* End Products */

/* Checkout
-------------- */
/* 
.form-actions {
  background-color: transparent;
  border-top: none;
}

.checkout-panel {
  background-color: #ffffff;
}

.checkout-form .control-label,
#customer_type label {
    font-size: 10px;
    font-weight: 900;
	letter-spacing: 2px;
	line-height: 15px;
    text-transform: uppercase;
    color: #586e75;
}

#customer_type {
    margin-bottom: 16px;
}
.checkout-form .customer_type_radio {
    margin-right: 30px;
}
.checkout-form .input_id_same_billing_shipping .control-label,
.checkout-form .input_id_remember .control-label {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 23px;
  text-transform: none;
}

.checkout-form select:focus,
.checkout-form select:hover {
  outline: none;
}

.optgroup {
    font-style: oblique;
    font-size: 110%;
}*/ 
/* End checkout */
