#shop_cart {
  width: 430px;
  height: 72px;
  position: absolute;
  top: 76px;
  right: 0;
  background: #fff;
  font-family: "Roboto";
  font-size: 0.9375rem;
  color: #767677;
  border-bottom: 1px solid #b9b9b9;
  z-index: 1000; }

#shop_cart .shop-icon {
  width: 77px;
  height: 72px;
  background: url("../images/shop/shop-cart-icon.jpg") no-repeat 0 0;
  float: left; }

#shop_cart .shopping-list {
  text-align: center;
  float: left;
  padding: 0 20px;
  padding-top: 26px; }

#shop_cart .price {
  width: 106px;
  float: right;
  line-height: 4.5rem;
  border-left: 1px solid #b9b9b9;
  text-align: center; }

@media (max-width: 767px) {
  #shop_cart {
    top: 136px;
    left: 0;
    width: auto; }
  #shop_cart .shopping-list {
    float: none;
    display: inline-block; } }

@media (max-width: 479px) {
  #shop_cart .shopping-list {
    padding-left: 5px;
    padding-right: 0; } }

.product {
  min-height: 310px;
  position: relative;
  overflow: hidden; }

/*.product:hover .options {
  opacity: 1;
}*/
.product.hover .options .button-action, .product.hover .options .button-action::after {
  opacity: 1; }

  .product:focus .options .button-white, .product:focus .options .button-white::after {
    opacity: 1; }

.product .options {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 120px;
  text-align: center;
  z-index: 1;
  /*background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;*/ }

.product .options .actions {
  width: 180px;
  margin: 0 auto; }

.product .options .button-action {
  width: 180px;
  height: 38px;
  font-weight: 400;
  clear: both;
  display: block;
  opacity: 0; }

.product .options .button-action::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  z-index: -1; }

.product .options .button-action:focus, .product .options .button-action:focus::after {
  opacity: 1; }

.product .options .button-action.button-white {
  margin-top: 15px; }

.product .options .button-action.button-white:focus {
  color: #fff; }

.product .image {
  width: 100%;
  height: 190px;
  text-align: center;
  line-height: 11.875rem;
  padding: 5px;
  margin-bottom: 10px; }

.product .image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block; }

.product .info {
  width: 100%;
  min-height: 130px;
  font-family: "Roboto Condensed";
  line-height: 1.25rem;
  font-size: 0.875rem; }

.product .info .price {
  font-weight: 700;
  font-size: 1rem;
  color: #b41b1e; }

.product .info .title {
  font-weight: 700;
  color: #b41b1e; }

.product .info .author {
  color: #0c0c0c; }

.product .info .category {
  color: #6e6e6e; }

@media (max-width: 470px) {
  .product {
    width: 100%; } }

@media (min-width: 2500px) {
  .product {
    width: 12.5%; } }

@media (min-width: 1800px) and (max-width: 2499px) {
  .product {
    width: 16.66666666666667%; } }

@media (min-width: 1300px) and (max-width: 1799px) {
  .product {
    width: 20%; } }

.products .product {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

@media (min-width: 2500px) {
  .products .product:nth-child(8n) {
    border-right: none; } }

@media (min-width: 1800px) and (max-width: 2499px) {
  .products .product:nth-child(6n) {
    border-right: none; } }

@media (min-width: 1300px) and (max-width: 1799px) {
  .products .product:nth-child(5n) {
    border-right: none; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .products .product:nth-child(4n) {
    border-right: none; } }

@media (min-width: 480px) and (max-width: 991px) {
  .products .product:nth-child(2n) {
    border-right: none; } }

@media (max-width: 479px) {
  .products .product {
    border-right: none; } }

.products-footer-fix-border {
  margin-top: -1px; }

.button-red {
  text-align: center;
  line-height: 2.25rem;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  background: #b41b1e;
  -o-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms; }

.button-red:hover {
  background: #fff;
  color: #b41b1e;
  border-color: #b41b1e; }

header.header_shop h1 {
  font-size: 3em;
  margin: 60px 0 0 70px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  color: #222222; }

header.header_shop h1 a {
  color: #000; }

.loadfullcontrast header.header_shop h1 a {
  color: #fff; }

header.header_shop h1 span {
  color: #b41b1e; }

@media (max-width: 767px) {
  header.header_shop h1 {
    text-align: center;
    margin: 60px 0 15px 0; } }

@media (min-width: 768px) and (max-width: 1149px) {
  header.header_shop {
    padding-top: 115px; } }

/******* select ********/
.shop-filters {
  font-size: 1.125rem;
  /***** FIX WIDTH *****/ }

.shop-filters .sbHolder {
  background-color: #fff;
  border: none;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 0.8em;
  height: 32px;
  position: relative;
  width: 140px;
  text-transform: uppercase;
  float: left;
  line-height: 2rem;
  margin-top: 15px;
  margin-left: 10px; }

.shop-filters .sbSelector {
  display: block;
  height: 100%;
  left: 0;
  line-height: 2.125rem;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140px;
  color: #000;
  text-indent: 0; }

.shop-filters .sbSelector:link,
.shop-filters .sbSelector:visited,
.shop-filters .sbSelector:hover {
  color: #000;
  outline: none;
  text-decoration: none; }

.shop-filters .sbToggle,
.shop-filters .sbToggle:hover {
  background: url("../images/shop/select-selector.jpg") 0 13px no-repeat;
  display: block;
  height: 24px;
  outline: none;
  position: absolute;
  right: 0;
  top: 1px;
  width: 29px; }

.shop-filters .sbToggleOpen,
.shop-filters .sbToggleOpen:hover {
  background: url("../images/shop/select-selector.jpg") 0 13px no-repeat; }

.shop-filters .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }

.shop-filters .sbOptions {
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 140px;
  z-index: 1;
  overflow-y: auto;
  background-color: #fff;
  border: solid 1px #999999; }

.shop-filters .sbOptions li {
  padding: 0; }

.shop-filters .sbOptions li:last-child a {
  border-bottom: none; }

.shop-filters .sbOptions a {
  border-bottom: solid 1px #e9e9e9;
  display: block;
  outline: none;
  padding: 3px 5px; }

.shop-filters .sbOptions a:link,
.shop-filters .sbOptions a:visited {
  color: #424242;
  text-decoration: none; }

.shop-filters .sbOptions a:hover,
.shop-filters .sbOptions a:focus,
.shop-filters .sbOptions a.sbFocus {
  color: #000; }

.shop-filters .sbOptions a:hover {
  background: #e9e9e9; }

.shop-filters .sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

.shop-filters .sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.shop-filters .sbOptions .sbSub {
  padding-left: 17px; }

.shop-filters .year .sbHolder,
.shop-filters .year .sbSelector,
.shop-filters .year .sbOptions {
  width: 65px; }

.shop-filters .category .sbHolder,
.shop-filters .category .sbSelector,
.shop-filters .category .sbOptions {
  width: 110px; }

.shopMain {
  font-size: 1.25rem; }

.shopMain header {
  padding-bottom: 22px; }

.shopMain .slider {
  width: 100%;
  height: 400px;
  background: #212121;
  position: relative; }

.shopMain .slider .carousel {
  width: 100%;
  height: 100%; }

.shopMain .slider .carousel .carousel-inner {
  width: 100%;
  height: 100%; }

.shopMain .slider .carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.shopMain .slider .carousel .captions {
  position: absolute;
  left: 0;
  overflow: hidden;
  right: 0;
  bottom: 0;
  top: 0; }

.shopMain .slider .carousel .carousel-caption {
  padding: 0 10px;
  max-width: 820px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 80px;
  bottom: auto;
  font-family: "Roboto Condensed";
  color: #fff;
  text-align: center;
  z-index: 2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9); }

.shopMain .slider .carousel .carousel-caption.active {
  z-index: 3; }

.shopMain .slider .carousel .carousel-caption h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2.25em;
  /*text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);*/
  text-align: center;
  padding-bottom: 20px; }

.shopMain .slider .carousel .carousel-caption .description {
  margin: 0;
  padding: 0;
  max-height: 120px;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.5625rem;
  padding-left: 5px; }

.shopMain .slider .carousel .carousel-caption .button-container {
  height: 38px;
  position: absolute;
  left: 0;
  right: 0;
  top: 240px; }

.shopMain .slider .carousel .carousel-caption .button-container:before,
.shopMain .slider .carousel .carousel-caption .button-container:after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 18px;
  background: #fff;
  left: -50px; }

.shopMain .slider .carousel .carousel-caption .button-container:after {
  left: auto;
  right: -50px; }

.shopMain .slider .carousel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 35px;
  bottom: auto; }

.shopMain .slider .carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: url("../images/shop/indicators.png") no-repeat 0 0;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0; }

.shopMain .slider .carousel .carousel-indicators li.active {
  background-position: 0 -12px; }

@media (max-width: 767px) {
  .shopMain .slider {
    height: 500px; }
  .shopMain .slider .carousel {
    font-size: 0.9em; }
  .shopMain .slider .carousel .carousel-caption {
    margin-top: 70px; }
  .shopMain .slider .carousel .carousel-caption h2 {
    padding-bottom: 10px; }
  .shopMain .slider .carousel .carousel-caption .button-container {
    top: 360px; } }

.shopMain .filtering_panel {
  width: 100%;
  float: left;
  padding: 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb; }

.shopMain .filtering_panel .right-filters {
  float: right; }

.shopMain .filtering_panel .box-filter {
  float: left; }

.shopMain .filtering_panel .box-filter span {
  float: left;
  font-size: 1rem;
  color: #000;
  font-family: "Roboto Condensed";
  font-weight: 700;
  padding-top: 21px; }

.loadfullcontrast .shopMain .filtering_panel .box-filter span {
  color: #fff; }

@media (max-width: 991px) {
  .shopMain .filtering_panel .right-filters {
    float: left; } }

.shopMain .products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.shopProduct {
  font-size: 1.25rem; }

.shopProduct header {
  padding-bottom: 50px; }

.shopProduct .back_to_list {
  width: 100%;
  border-top: 1px solid #dadada;
  font-size: 0.7em;
  color: #000;
  font-family: "Roboto Condensed";
  padding: 10px 30px; }

.shopProduct .back_to_list a {
  color: #000; }

.shopProduct .back_to_list a:hover {
  text-decoration: underline; }

.shopProduct .product_view {
  width: 100%;
  /*height: 450px;*/
  border: 1px solid #dadada;
  border-left: none;
  border-right: none; }

.shopProduct .product_view .image {
  width: 500px;
  height: 100%;
  line-height: 28.125rem;
  text-align: center;
  float: left;
  border-right: 1px solid #dadada; }

.shopProduct .product_view .image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block; }

.shopProduct .product_view .info {
  margin-left: 500px;
  font-family: "Roboto Condensed";
  font-size: 1em; }

.shopProduct .product_view .info .details {
  width: 100%;
  max-width: 550px;
  /*height: 350px;*/
  padding: 30px; }

.shopProduct .product_view .info .details .title {
  font-weight: 700;
  color: #b41b1e;
  font-size: 1em;
  padding-bottom: 5px; }

.shopProduct .product_view .info .details .author {
  color: #0c0c0c;
  font-size: 0.7em; }

.shopProduct .product_view .info .details .category {
  color: #6e6e6e;
  font-size: 0.7em; }

.shopProduct .product_view .info .details .availability {
  color: #6e6e6e;
  font-size: 0.7em; }

.shopProduct .product_view .info .details .description {
  font-size: 0.7em;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 10px; }

.shopProduct .product_view .info .details .social {
  padding-top: 10px; }

.shopProduct .product_view .info .options {
  width: 100%;
  height: 100px;
  border-top: 1px solid #dadada;
  margin-top: 30px; }

.shopProduct .product_view .info .options .price {
  width: 170px;
  height: 100%;
  padding-left: 35px;
  padding-top: 15px;
  border-right: 1px solid #dadada;
  float: left; }

.shopProduct .product_view .info .options .price .main {
  font-size: 1.375rem;
  color: #b41b1e;
  display: block; }

.shopProduct .product_view .info .options .price .discount {
  display: block;
  color: #797979;
  font-size: 1rem;
  text-decoration: line-through; }

.shopProduct .product_view .info .options .price .netto {
  display: block;
  color: #797979;
  font-size: 0.875rem; }

.shopProduct .product_view .info .options .button_ {
  padding-left: 35px;
  padding-top: 15px;
  float: left; }

.shopProduct .product_view .info .options .button_ .quantity {
  font-size: 0.625rem;
  text-align: center;
  color: #333;
  margin-bottom: 10px; }

.shopProduct .product_view .info .options .button_ .quantity input {
  width: 30px;
  text-align: center;
  margin-right: 10px; }

.shopProduct .product_view .info .options .button_ .quantity a {
  border: 1px #ccc solid;
  padding: 5px;
  line-height: 0.625rem;
  color: #333;
  font-weight: bold;
  display: inline-block;
  font-size: 0.875rem; }

.shopProduct .product_view .info .options .button_ .quantity a:hover {
  background-color: #eaeaea; }

.shopProduct .product_view .info .options .button_ .button-cart {
  width: 180px; }

@media (max-width: 1199px) {
  .shopProduct .product_view .image {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dadada; }
  .shopProduct .product_view .info {
    width: 100%;
    float: left;
    margin-left: 0; }
  .shopProduct .product_view .info .details {
    max-width: none;
    margin: 0 auto;
    height: auto; }
  .shopProduct .product_view .info .options {
    border-bottom: 1px solid #dadada; } }

@media (max-width: 479px) {
  .shopProduct .product_view .info .options {
    height: auto;
    float: left;
    padding-bottom: 20px; }
  .shopProduct .product_view .info .options .price {
    width: 100%;
    border-right: none; }
  .shopProduct .product_view .info .options .button_ {
    width: 100%; } }

.shopProduct .similar-products {
  width: 100%;
  font-size: 1.2em;
  color: #2d2d2d;
  padding: 13px 25px;
  font-weight: 700;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 0; }

.shopProduct h3 {
  width: 100%;
  font-size: 1em;
  color: #2d2d2d;
  padding: 13px 25px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea; }

.shopProduct .orderForm {
  font-size: 0.8em; }

.shopProduct .orderForm input {
  margin: 5px;
  max-width: 300px;
  width: 100%; }

.shopProduct .orderForm label {
  margin-bottom: 0; }

.shopProduct .orderForm label.regulations-label {
  line-height: 1.25rem; }

.shopProduct .orderForm input[type="checkbox"] {
  width: auto;
  margin: 12px; }

.invoice_data {
  display: none; }

.shopProduct .orderForm input.red {
  border: 1px red solid; }

.shopProduct .orderForm p.error-message {
  color: red;
  font-size: 0.875rem;
  margin: 0;
  padding-left: 5px; }

.shopProduct .orderForm select {
  margin: 5px;
  max-width: 300px;
  width: 100%;
  padding: 5px; }

.shopProduct .orderForm .label {
  text-align: right;
  color: #000;
  line-height: 1.875rem; }

@media (max-width: 767px) {
  .shopProduct,
  .shopMain {
    padding-top: 208px; } }

#order_summary {
  font-size: 0.8em;
  line-height: 2em;
  padding: 10px 30px; }

#order_summary button {
  background-color: #333;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 30px;
  margin: 10px 0; }

#order_summary button:hover {
  background-color: #000; }

.shopLinks {
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.shopLinks h4 {
  font-size: 1.125rem; }

.shopLinks h2 {
  font-size: 1.125rem; }

.shopLinks a {
  font-size: 0.75rem;
  display: block;
  color: #333; }

.labelLink {
  float: left;
  font-size: 1rem;
  color: #000;
  font-family: "Roboto Condensed";
  font-weight: 700;
  padding-top: 21px;
  margin-left: 20px; }

.loadfullcontrast .labelLink {
  color: #fff; }

.requiredInfo {
  font-size: 0.625rem;
  text-align: left;
  padding-top: 10px;
  padding-left: 40px; }

/************** fixes ****************/
.main-content.shopProduct {
  padding-bottom: 130px; }

#order_summary {
  margin-bottom: 40px; }

@media (max-width: 479px) {
  #shop_cart .price {
    width: auto;
    float: none;
    line-height: 1.375rem;
    margin-left: 82px;
    text-align: left;
    border: none; }
  .shopMain .slider .carousel .carousel-caption .description {
    line-height: 1.25rem; }
  .shopMain .slider .carousel .carousel-caption .button-container {
    top: 375px; }
  .main-content.shopMain {
    padding-bottom: 260px !important; } }

.label--black {
  color: #000; }


