@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,700,600,800,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@font-face {
  font-family: 'si';
  src: url('socialfonts/socicon.eot');
  src: url('socialfonts/socicon.eot?#iefix') format('embedded-opentype'), url('socialfonts/socicon.woff') format('woff'), url('socialfonts/socicon.ttf') format('truetype'), url('socialfonts/socicon.svg#icomoonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* WEBSHOP
----------------------------------------------------------*/

.shop-button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* WEBSHOP CART
----------------------------------------------------------*/

/* This is where the content will append to, when refresh*/

.shopping-cart-in-header-size-wrapper {
  min-height: 0 !important;
  z-index: 2001 !important;
  font-size: 0.9em;
}
.cart-content-size-wrapper {
  z-index: 2001 !important;
}
.shopping-cart,
.shopping-cart:hover {
  position: absolute;
  overflow: visible;
  border-top: none;
  /*height: 41px;*/
  width: 100%;
  font-family: Arial, sans-serif;
}
.shopping-cart.sticky {
  position: fixed;
  border: 1px solid #ebebeb;
  border-top: none;
  top: 0;
  width: 50px !important;
  padding-right: 5px;
  right: 0;
  background-color: #fff;
}
.shopping-cart-content-wrapper {
  z-index: 2000 !important;
  font-size: 0.9em;
}
.sticky-header .shopping-cart-content-wrapper {
  position: relative;
  top: -10px !important;
}
.shopping-cart.shopping-cart-is-down {
  border-radius: 0 !important;
}
.shopping-cart .shop-cart-wrapper {
  width: 100%;
}
/*
        Cart header
    */

.shopping-cart .shop-cart-header {
  width: 100%;
  top: -63px;
  position: relative;
}
.shopping-cart .shop-cart-header .number-of-articles-in-cart-text,
.shopping-cart .shop-cart-header .shop-cart-total-sum,
.shopping-cart .shop-cart-header .shop-cart-sum-currency {
  display: none;
}
.shopping-cart .shop-cart-header .number-of-articles-in-cart {
  display: block;
  line-height: 20px !important;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #60AB4D;
  color: #fff;
  position: absolute;
  margin-left: 0;
  top: 2px;
  right: 0;
  font-size: 0.7em;
}
.shopping-cart.sticky .shop-cart-header .number-of-articles-in-cart {
  left: 25px;
}
.shopping-cart.sticky .shop-cart-wrapper .cart-icon {
  right: 10px;
  color: #393939;
  font-size: 0.9em;
}
.shop-cart-info.loading-cart {
  display: none;
}
.shopping-cart .shopping-cart-info-wrapper {
  width: 80px;
}
.shopping-cart .shop-button.checkout {
  display: none;
}
/* Cart icon */

.shopping-cart .shop-cart-wrapper .cart-icon {
  font-size: 1.4em;
  margin-right: 5px;
  margin-top: 8px;
  float: right;
  color: #393939;
  position: absolute;
  right: 15px;
}
/* Shop cart content wrapper  (Even in checkout page)*/

.shopping-cart-content-wrapper {
  width: 700px;
  float: right;
  background-color: #ffffff;
  padding: 30px 15px 5px 15px;
  padding-top: 0;
  top: 20px;
  position: relative;
  border: 1px solid #ebebeb;
  border-top: none;
}
.shopping-cart-content-wrapper .shopping-cart-content-table,
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table {
  vertical-align: middle;
  width: 100%;
}
.shopping-cart-content-wrapper .shopping-cart-content-table th,
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table th {
  font-weight: 300;
  padding: 10px 0;
  padding-left: 5px;
}
.shopping-cart-content-wrapper .shopping-cart-content-table td,
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td {
  vertical-align: middle !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(1) {
  width: 100px;
}
.shopping-cart-content-wrapper .shopping-cart-content-table td:nth-child(2) {
  padding-right: 5px;
  min-width: 150px;
}
.shopping-cart-content-wrapper .shopping-cart-content-table td:nth-child(4),
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(4) {
  width: 150px;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(4) {
  width: 160px;
}
.shopping-cart-content-wrapper .shopping-cart-content-table td:nth-child(5),
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(5) {
  width: 150px;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(5) {
  width: 140px;
}
.shopping-cart-content-wrapper .shopping-cart-content-table td:nth-child(6),
.shopping-cart-in-checkout-content-wrapper .shopping-cart-content-table td:nth-child(6) {
  width: 20px;
}
/*
            Cart image
        */

.shopping-cart-image {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  background-color: #fff;
  margin-right: 10px;
}
.shopping-cart-image .shopping-cart-item-image-missing {
  height: 100%;
  width: 0;
}
.shopping-cart-image img {
  max-height: 80px;
  max-width: 80px;
  vertical-align: middle;
}
.shopping-cart-remove-products {
  float: right;
}
.shopping-cart-remove-products svg {
  width: 15px;
  height: 15px;
}
.shopping-cart-remove-products svg rect {
  fill: transparent;
}
.shopping-cart-remove-products svg path {
  fill: #000;
}
.shopping-cart-remove-products svg:hover path {
  fill: #d1221f;
}
.cart-is-empty-text {
  font-size: 0.9em;
  display: none;
}
/* Article number
    ----------------------------------------------------------*/

.shopping-cart-content-wrapper .shopping-cart-sale-item-number,
.shopping-cart-in-checkout-content-wrapper .shopping-cart-sale-item-number {
  display: block;
  font-style: italic;
}
/* Quantity to add
    ----------------------------------------------------------*/

.shopping-cart-quantity-wrapper {
  width: 110px !important;
  margin-right: 15px;
  overflow: hidden;
  height: 40px;
}
.shopping-cart-quantity-wrapper .input-group {
  width: calc(80%) !important;
  float: left;
  position: relative;
}
.shopping-cart-quantity-wrapper .input-group > .change-quantity-button {
  height: 19px !important;
  border-radius: 0;
  position: absolute;
  right: 0;
  width: 19px;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid #ddd !important;
  font-weight: 100;
  margin: 0;
}
.shopping-cart-quantity-wrapper .input-group > .change-quantity-button.add {
  color: #494949;
}
.shopping-cart-quantity-wrapper .input-group > .change-quantity-button.sub {
  top: 18px;
  color: #494949;
}
.shopping-cart-quantity-wrapper .input-group > .change-quantity-button .glyphicon {
  left: 3px;
  top: -2px;
  position: relative;
}
.shopping-cart-quantity-wrapper .input-group > .change-quantity-button.sub .glyphicon {
  top: -2px;
  left: 2px;
}
.shopping-cart-quantity-wrapper .input-group > .saleitem-quantity-input {
  height: 37px !important;
  text-align: center;
  float: left;
  width: 70px;
  position: absolute;
  border: 1px solid #ddd;
}
.shopping-cart-quantity-wrapper .quantity-error {
  float: right;
  clear: both;
  margin-top: 10px;
}
.shopping-cart-quantity-wrapper .quantity-to-add-sale-unit {
  float: right;
  line-height: 38px;
}
/* Total price
    ----------------------------------------------------------*/

.shopping-cart-in-checkout-content-wrapper .shopping-cart-total-price {
  clear: both;
}
.shopping-cart-content-wrapper .shopping-cart-total-price .shopping-cart-total-price-table {
  width: 320px;
  float: right;
  line-height: 1.8em;
  margin-top: 10px;
  max-width: 100%;
  color: #3d3d3d;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-total-price .shopping-cart-total-price-table {
  width: 345px;
  float: right;
  line-height: 1.8em;
  margin-top: 10px;
}
.shopping-cart-content-wrapper .shopping-cart-total-price .shopping-cart-total-price-table td:first-child {
  width: 160px;
  text-align: right;
}
.shopping-cart-content-wrapper .shopping-cart-total-price .shopping-cart-total-price-table td:nth-child(2) {
  text-align: left !important;
}
.shopping-cart-content-wrapper .shopping-cart-total-price .shopping-cart-total-price-table td:nth-child(2) div {
  text-align: left !important;
  float: none !important;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-total-price-table td:first-child {
  width: 137px;
  text-align: right;
}
.shopping-cart-in-checkout-content-wrapper .shopping-cart-total-price-table td:nth-child(2) {
  width: 160px;
  text-align: right;
}
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-total-price-label,
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-delivery-cost-label,
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-total-inclusive-tax-label,
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-handling-cost-label {
  font-weight: bold;
}
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-total-inclusive-tax-label,
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-total-inclusive-tax-value span {
  font-size: 1em !important;
}
.shopping-cart-total-price .shopping-cart-total-price-table .shopping-cart-total-inclusive-tax-value {
  position: relative;
  font-weight: bold;
}
/* Go to checkout in bottom of cart
    ----------------------------------------------------------*/

.shop-button-go-to-checkout-cart-bottom,
.shop-button-go-to-checkout-cart-bottom:hover,
.shop-button-go-to-checkout-cart-bottom:active {
  float: right;
  clear: both;
  margin-top: 25px !important;
  font-size: 1.2em;
  background-color: #3d3d3d !important;
  padding: 18px 30px !important;
  text-transform: uppercase;
  display: inline-block;
}
.shop-button-go-to-checkout-cart-bottom:hover {
  color: #fff !important;
  background-color: #686868 !important;
}
.checkout-wrapper .shop-button-go-to-checkout-cart-bottom {
  display: none;
}
/* Campaign field
    ----------------------------------------------------------*/

.shopping-cart .shopping-cart-content-wrapper .campaign-form-group {
  display: none;
}
.shopping-cart-in-checkout-content-wrapper .campaign-form-group {
  width: 320px;
  float: right;
}
.smallest-cart-items-costs {
  float: left;
  width: 50%;
  padding-top: 15px;
}
.shopping-cart-content-wrapper > .shopping-cart-scrollable-content-list {
  max-height: 350px;
  overflow: auto;
}
.shopping-cart-discount-price {
  color: #aa0f0f;
}
.discount-color {
  color: #aa0f0f;
}
.shopping-cart-content-table-product-row,
.shopping-cart-total-price-table {
  font-family: Arial, sans-serif;
}
/* SHOPPINGCART END*/

/* WEBSHOP CHECKOUT PAYMENTMETHODS
----------------------------------------------------------*/

.order-confirmation-wrapper a {
  margin-left: 15px;
}
.order-confirmation-wrapper a span.glyphicon {
  margin-left: 7px;
}
.payment-method-wrapper,
.delivery-mode-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.payment-method-wrapper .payment-method-col,
.delivery-mode-wrapper .delivery-mode-col {
  padding: 0;
}
.payment-method-wrapper .payment-method-content,
.delivery-mode-wrapper .delivery-mode-content {
  cursor: pointer;
  padding: 5px;
}
.payment-method-wrapper .payment-method-content {
  text-align: center;
  /* ReSharper disable once RequiresFallbackColor */
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px #000000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 0 3px white;
}
.payment-method-wrapper .payment-method-content.active,
.delivery-mode-wrapper .delivery-mode-content.active {
  background: #fdfff3;
  -moz-transition-property: all;
  -o-transition-property: all;
  -moz-transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.payment-method-wrapper .payment-method-content.unactive,
.delivery-mode-wrapper .delivery-mode-content.unactive {
  background: #f9f9f9;
  opacity: 0.8;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition-property: all;
  -o-transition-property: all;
  -moz-transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.payment-method-content:hover,
.payment-method-wrapper .payment-method-content.unactive:hover,
.delivery-mode-content:hover,
.delivery-mode-wrapper .delivery-mode-content.unactive:hover {
  background: #fefff9;
}
.payment-method-wrapper .payment-method-content .payment-method-image-wrapper {
  width: 100%;
  margin-bottom: 5px;
  height: 70px;
  text-align: center;
}
.payment-method-wrapper .payment-method-content .payment-method-image-wrapper img {
  max-width: 140px;
  max-height: 70px;
}
.payment-method-wrapper .payment-method-content .payment-method-image-wrapper.cash-on-delivery img {
  width: 70px;
  height: 70px;
}
.delivery-mode-text-in-delivery-mode-wrapper,
.payment-method-text-in-payment-method-wrapper {
  height: 2.4em;
  text-align: center;
  display: table;
  width: 100%;
}
.payment-method-wrapper .payment-method-content .payment-method-text-in-payment-method,
.delivery-mode-wrapper .delivery-mode-content .delivery-mode-text-in-delivery-mode {
  height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}
.payment-method-wrapper .payment-method-content.active .payment-method-text-in-payment-method,
.delivery-mode-wrapper .delivery-mode-content.active .delivery-mode-text-in-delivery-mode {
  font-weight: bold;
}
.delivery-mode-wrapper .delivery-mode-content {
  text-align: center;
  /* ReSharper disable once RequiresFallbackColor */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 0 3px white;
}
.delivery-mode-wrapper .delivery-mode-content .delivery-mode-image-wrapper {
  width: 100%;
  margin-bottom: 5px;
  height: 70px;
  text-align: center;
}
.delivery-mode-wrapper .delivery-mode-content .delivery-mode-image-wrapper.db-schenker img {
  margin-top: 21px;
  max-width: 140px;
  max-height: 40px;
}
.delivery-mode-wrapper .delivery-mode-content img,
.delivery-mode-wrapper .delivery-mode-content svg {
  max-width: 140px;
  max-height: 70px;
}
.delivery-mode-wrapper .delivery-mode-content svg rect {
  fill: transparent;
}
.delivery-mode-wrapper .delivery-mode-content svg path {
  fill: #333;
}
.payment-method-text-wrapper {
  padding-right: 15px;
  display: none;
}
.payment-method-text-content {
  float: left;
  padding: 15px;
}
.delivery-address-wrapper {
  display: none;
}
.personal-information-wrapper .delivery-address-wrapper {
  margin-top: 15px;
}
.personal-information-wrapper .checkbox {
  min-height: 0;
}
.personal-information-wrapper .checkbox.accept-conditions-wrapper {
  margin-top: 25px;
}
.personal-information-wrapper .checkbox.accept-conditions-wrapper label {
  font-weight: bold;
}
.personal-information-wrapper input[type="checkbox"] {
  margin-top: 3px;
}
.personal-information-wrapper .complete-order-button {
  padding: 15px;
  font-size: 1.6em;
  margin-right: 0;
  margin-top: 15px;
  width: 100%;
}
.personal-information-wrapper .conditions-wrapper .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
}
.personal-information-wrapper .conditions-wrapper h3.conditions-header {
  font-weight: bold;
}
.personal-information-wrapper .conditions-wrapper li {
  list-style: none;
}
.personal-information-wrapper .conditions-wrapper strong {
  font-weight: bold;
}
.personal-information-wrapper .conditions-wrapper h3.conditions-header:not(.modal-title):not(:first-of-type) {
  margin-top: 15px;
}
/* CHECKOUT PAYMENTMETHODS END*/

/* WEBSHOP BUTTONS
----------------------------------------------------------*/

.shop-button {
  padding: 8px 15px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  border: none;
  margin-top: 5px;
  white-space: nowrap;
  background-color: #393939;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  border-radius: 0 !important;
}
.shop-button:hover {
  background-color: #4b4b4b;
  color: #fff !important;
}
.login-customer-module .shop-button:hover {
  box-shadow: inset 0 0 7px #000000;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #ffffff;
}
a.shop-button:hover {
  text-decoration: none;
}
.shop-button.add {
  background-color: #82AA4F;
  color: white;
  padding: 0 8px 0 8px !important;
  width: 10px;
  height: 10px;
  margin-right: 0;
  border: none;
  margin-top: 6px;
  font-size: 18px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.shop-button.add:hover,
.shop-button.sub:hover {
  background-color: #82AA4F;
}
.shop-button.sub {
  background-color: #82AA4F;
  color: white;
  padding: 0 10px 0 10px !important;
  margin-right: 0;
  width: 10px;
  height: 10px;
  margin-left: 0;
  border: none;
  margin-top: 6px;
  font-size: 18px;
  line-height: 0;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.shop-button.add .glyphicon {
  left: -5px;
}
.shop-button.sub .glyphicon {
  left: -6px;
}
.shop-button.buy,
.shop-button.info {
  padding: 6px 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.shop-button.buy,
.shop-button.checkout {
  background-color: #82AA4F;
  color: #fff;
}
.complete-order-button {
  width: 100%;
  font-size: 1.6em;
  letter-spacing: 1px;
  padding-top: 18px;
  margin-right: 0 !important;
  padding-bottom: 18px;
}
.shop-button.buy:hover,
.shop-button.checkout:hover {
  background-color: #82AA4F;
  color: #fff;
}
.shop-more-button {
  float: right;
  margin-bottom: 10px;
}
/* CHECKOUT MISC
----------------------------------------------------------*/

.input-validation-error[data-val=true] {
  border: 1px solid #D03D3A !important;
}
.pending-order-status-wrapper h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.pending-order-status-wrapper p {
  margin-bottom: 0;
}
div.checkout {
  background-color: #fff;
  border: 1px solid #e9eaea;
  -moz-box-shadow: 0 0 6px #000000;
  -webkit-box-shadow: 0 0 6px #000000;
  /* ReSharper disable once RequiresFallbackColor */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  padding: 15px;
  margin-top: 20px;
}
div.checkout h2 {
  font-size: 1.1em;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: solid 1px #e9eaea;
}
div.checkout input[type=text] {
  padding: 4px;
  color: #494949;
  margin-right: 10px;
}
div.checkout input.defaultTextActive {
  color: #636363;
}
div.checkout table td {
  vertical-align: middle;
}
div.checkout-wrapper {
  width: 100%;
  float: left;
}
div.checkout-wrapper h2 {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  background-color: #fafafa;
  border: none;
  top: -14px;
  position: relative;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
}
div.checkout-wrapper table {
  width: 100%;
}
div.checkout-wrapper:not(:first-child) .header-wrapper {
  margin-top: 30px;
}
div.checkout-wrapper .header-wrapper {
  text-align: center;
  border-top: solid 1px #ccc;
}
div.checkout-wrapper .get-customer-information-btn {
  margin-left: -15px;
}
div.checkout-wrapper .payment-address-wrapper,
.login-customer-wrapper:not(.first-column) {
  margin-top: 18px;
  /* ReSharper disable RequiresFallbackColor */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  /* ReSharper restore RequiresFallbackColor */
  padding: 15px;
}
div.checkout-wrapper .personal-information-wrapper .payment-address-wrapper strong {
  font-weight: bold;
}
div.checkout-wrapper .personal-information-wrapper .note-textarea {
  resize: vertical;
}
div.checkout-wrapper .personal-information-wrapper input[type="text"] {
  padding: 6px 12px;
}
div.checkout-wrapper .checkbox label {
  position: relative;
  top: 2px;
}
div.checkout-wrapper .payment-address-wrapper .header-wrapper {
  margin-top: 10px;
  margin-bottom: -20px;
}
div.checkout-wrapper .payment-address-wrapper .header-wrapper h3 {
  background-color: #fff;
  top: -25px;
  padding-left: 0;
  padding-right: 7px;
  position: relative;
  display: inline-block;
  line-height: 30px;
}
div.checkout-wrapper .login-customer-wrapper h4,
.personal-information-wrapper h4 {
  margin-bottom: 0;
  font-weight: bold;
}
div.checkout-wrapper .login-error {
  margin-bottom: 5px;
}
/* WEBSHOP ARTICLES LIST
----------------------------------------------------------*/

.articles-wrapper {
  width: 100%;
}
.article-in-list {
  display: inline-block;
  margin-bottom: 30px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article-in-list-wrapper {
  padding: 10px;
  padding-bottom: 0;
  background-color: #fff;
  border: 1px solid #eee;
}
.article-in-list-content {
  width: 100%;
  position: relative;
}
/* Article list links */

.article-in-list a,
.article-in-list a:focus {
  text-decoration: none;
  color: #3d3d3d;
}
.article-in-list a:hover {
  text-decoration: none;
  color: #6d6d6d;
}
/* PRODUCT NAME */

.article-in-list .product-name {
  height: 30px;
  text-align: center;
}
.article-in-list .product-name h2 {
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 200;
  height: 18px;
  border: none;
  font-size: 1.1em;
}
/* Article list buy button */

.article-in-list .product-buy-button {
  float: right;
  margin: 0 !important;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
}
@media (pointer: coarse) {
  .article-in-list .product-buy-button {
    position: relative;
    float: none;
    margin-bottom: 10px !important;
  }
}
.after-product-buy-button {
  display: inline-block;
}
@media (pointer: coarse) {
  .after-product-buy-button {
    display: none;
  }
}
.article-in-list .product-buy-button .shop-button.buy {
  background-color: #222;
  line-height: 50px;
  padding: 0 !important;
  text-align: center;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
@media (pointer: coarse) {
  .article-in-list .product-buy-button .shop-button.buy {
    opacity: 1;
  }
}
.article-in-list:hover .product-buy-button .shop-button.buy {
  opacity: 1;
}
.article-in-list .product-buy-button .shop-button.buy:hover {
  background-color: #6d6d6d;
}
/* Article list info button */

.product-more-info-button {
  float: right;
}
.product-more-info-button .shop-button.info {
  color: #fff;
}
/* Article list image */

.article-in-list .product-main-image {
  padding-bottom: 5px;
  display: table;
  width: 100%;
}
.article-in-list .product-main-image a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}
.article-in-list .product-main-image a img {
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  vertical-align: middle;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article-in-list:hover .product-main-image a img {
  opacity: 0.5;
}
/* Article list price*/

.article-in-list .product-price {
  font-size: 1.5em;
  text-align: center;
  display: block;
  font-family: Arial, sans-serif;
}
.article-in-list .product-discount-price {
  height: 25px;
  text-align: center;
  display: block;
  font-family: Arial, sans-serif;
}
.article-in-list .product-discount-price .on-discount {
  text-decoration: line-through;
  font-size: 1.2em;
}
.article-in-list .product-discount-price .discount-price {
  font-size: 1.4em;
  color: #aa0f0f;
}
.ribbon-campaign {
  display: none;
}
.conditions-header {
  margin-top: 15px;
  margin-bottom: 5px;
}
.delivery-mode-content .delivery-mode-image-wrapper svg path {
  fill: #3f88c6;
}
.conditions-box {
  line-height: 1.5em;
}
.article-out-of-stock-in-cart {
  background: #b80000;
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 0.8em;
  color: white;
}
/* Customer account section
----------------------------------------------------------*/

.login-customer-module {
  position: relative;
  height: 30px;
  padding-left: 12px;
  padding-top: 10px;
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
}
.login-customer-module a:hover {
  text-decoration: none;
}
.login-customer-module a.shop-button {
  font-size: 0.9em;
}
.part-payments {
  margin-top: 15px;
  margin-left: 35px;
  display: inline-block;
}
/* MY PAGES
----------------------------------------------------------*/

.my-pages-menu {
  list-style: none;
  padding: 0 !important;
  font-size: 1.3em;
}
.my-pages-menu li a {
  color: #3d3d3d;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  line-height: 36px;
  display: block;
  margin-bottom: -1px;
}
.my-pages-menu li a.selected,
.my-pages-menu li:hover a {
  color: #f08400;
}
/* CUSTOMER ORDERS
----------------------------------------------------------*/

.customer-orders-wrapper {
  background-color: #fff;
  box-shadow: 0 0 7px 0 #000000;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.customer-orders-wrapper .customer-orders-table {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 0;
}
.customer-orders-wrapper .customer-orders-table td {
  padding: 10px;
  border: none;
  vertical-align: middle;
}
.customer-orders-wrapper .customer-orders-table .customer-orders-row td {
  border-top: 1px solid #ddd;
}
.customer-orders-wrapper .customer-orders-table th {
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
}
.customer-orders-wrapper .customer-orders-table table th {
  font-weight: bold;
  padding: 5px;
  background-color: transparent;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper {
  padding: 10px;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper .customer-order-products {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  overflow: auto;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper table.customer-order-products-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper table.customer-order-products-table td {
  border-top: 1px solid #ddd;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper table td,
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper table th {
  vertical-align: middle;
  padding: 0;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper .customer-orders-total table {
  float: right;
  width: 100%;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper .customer-orders-total table td:first-child {
  text-align: right;
  padding-right: 10px;
}
.customer-orders-wrapper .customer-orders-table .order-details-row-wrapper .customer-orders-total table td:nth-child(2) {
  width: 80px;
  text-align: right;
}
#customerInformationWrapper {
  margin-top: -15px !important;
}
/* WEBSHOP PRODUCT DETAILS
----------------------------------------------------------*/

.product-details {
  box-shadow: none;
  margin: 0;
  padding-bottom: 30px;
  overflow: hidden;
}
/* Product name
    ----------------------------------------------------------*/

.product-details .product-name {
  padding-bottom: 20px;
  width: 50%;
  float: right;
  font-weight: bold;
}
/* Product article number
    ----------------------------------------------------------*/

.product-details .article-number {
  width: 50%;
  float: right;
}
/* Product main image
    ----------------------------------------------------------*/

.product-details .product-main-image-and-extra-images {
  width: 48%;
  float: left;
  margin-right: 2%;
  padding-right: 2%;
  min-height: 200px;
  text-align: center;
  min-height: 300px;
}
.product-details .product-main-image-and-extra-images img {
  max-height: 100%;
  margin: 0;
}
/* Product images
    ----------------------------------------------------------*/

.product-details .product-extra-images-list {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  padding-top: 10px;
  margin-top: 20px;
}
.product-details .product-extra-images-list img {
  float: left;
  margin-right: 1%;
  width: 24%;
}
/* Product details
    ----------------------------------------------------------*/

.product-details .product-description {
  width: 50%;
  float: right;
}
.label.label-danger.quantity-error {
  float: right;
  margin-right: 7.5px;
  margin-top: 10px;
}
/* Product price
    ----------------------------------------------------------*/

.product-details .product-price {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative !important;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.product-details .product-price .price {
  font-size: 2.6em;
  color: #494949;
  font-family: Arial, sans-serif;
}
.product-details .product-price .standard-price {
  font-size: 1em;
  width: 100%;
}
.product-details .product-price .price.discount-price {
  font-size: 1.9em;
  padding-top: 20px !important;
  font-weight: 400;
  color: #aa0f0f;
}
/* In storage
    ----------------------------------------------------------*/

.product-details .product-is-in-storage {
  width: 50%;
  text-align: right;
  float: right;
}
.product-details .product-is-in-storage i {
  line-height: 40px;
  margin-left: 10px;
  font-style: italic;
}
.product-details .after-product-is-in-storage {
  clear: both;
}
/* Quantity to add
    ----------------------------------------------------------*/

.product-details .product-quantity-to-buy {
  width: 98px !important;
  margin-right: 15px;
  float: right;
  position: relative;
  display: inline-block;
}
.product-details .product-quantity-to-buy .input-group {
  width: calc(70%) !important;
  float: left;
}
.product-details .product-quantity-to-buy .input-group > .input-group-addon {
  height: 19px !important;
  border-radius: 0;
  position: absolute;
  right: 0;
  width: 19px;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid #ddd !important;
  font-weight: 100;
  background-color: #fff;
}
.product-details .product-quantity-to-buy .input-group > .input-group-addon.sub {
  top: 18px;
}
.product-details .product-quantity-to-buy .input-group > .input-group-addon .glyphicon {
  left: -2px;
  top: -2px;
  position: relative;
}
.product-details .product-quantity-to-buy .input-group > .input-group-addon.add .glyphicon {
  top: -3px;
  left: -1px;
}
.product-details .product-quantity-to-buy .input-group > .quantity-input {
  height: 37px !important;
  text-align: center;
  float: left;
  width: 50px;
  position: absolute;
}
.product-details .product-quantity-to-buy .quantity-error {
  float: right;
  clear: both;
  margin-top: 10px;
}
.product-details .product-quantity-to-buy .quantity-to-add-sale-unit {
  float: right;
  line-height: 38px;
  margin-right: 10px;
}
.after-product-quantity-to-buy {
  float: right;
  margin-top: 15px;
  display: inline-block;
}
/* Buy button
    ----------------------------------------------------------*/

.product-details .product-buy-button {
  display: inline-block;
  float: right;
  clear: none;
}
.product-details .product-buy-button .shop-button.buy {
  float: right;
  margin: 0;
  padding: 2px 42px;
  line-height: 33px;
  background-color: #3d3d3d;
}
.product-details .product-buy-button .shop-button.buy:hover {
  background-color: #494949;
}
/* Back button
    ----------------------------------------------------------*/

.product-details .product-back-button {
  text-align: left;
  float: left;
  clear: right;
  display: inline-block;
}
.product-details .product-back-button .shop-button {
  padding: 2px 20px;
  line-height: 33px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}
.product-details .product-back-button .shop-button:hover {
  background: #3d3d3d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d3d3d 0, #494949 53%, #3d3d3d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d3d3d), color-stop(53%, #494949), color-stop(100%, #3d3d3d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3d3d3d 0, #494949 53%, #3d3d3d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3d3d3d 0, #494949 53%, #3d3d3d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d3d3d 0, #494949 53%, #3d3d3d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3d3d3d 0, #494949 53%, #3d3d3d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#3d3d3d', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
/* Product properties 
    ----------------------------------------------------------*/

.product-details .product-properties {
  width: 100%;
  padding: 20px;
  padding-top: 5px;
  border: 1px solid #ddd;
  clear: both;
  top: 20px;
  position: relative;
}
.product-details .product-properties table {
  width: 48%;
}
.product-details .product-properties tr:nth-child(odd) {
  width: 100%;
  background-color: #ededed;
}
.product-details .product-properties tr:nth-child(even) {
  width: 100%;
  background-color: #ffffff;
}
.product-details .product-properties tr td {
  padding: 5px 10px;
}
/* Product variants 
    ----------------------------------------------------------*/

.product-details .product-variants {
  width: 25%;
  float: right;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-details .product-variants .variant-property-name {
  display: inline-block;
  line-height: 28px;
  font-weight: bold;
}
.product-details .product-variants .variant-property-dropdown {
  margin-bottom: 10px;
  display: inline-block;
}
.product-details .product-variants .variant-property-dropdown select {
  min-width: 60px;
}
.product-details .product-variants .variant-property-options {
  display: block;
  margin-bottom: 10px;
}
.product-details .product-variants .variant-property-options .variant-property-option {
  display: block;
}
.product-details .product-variants .variant-property-list {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
/* Product delivery time 
    ----------------------------------------------------------*/

.product-details .product-delivery-time {
  width: 100%;
  float: right;
  padding-bottom: 20px;
  text-align: right;
}
.product-details .after-product-delivery-time {
  clear: both;
}
/* Product details campaign ribbon
    ----------------------------------------------------------*/

.product-details .ribbon {
  position: absolute;
  top: 25px;
  right: 30px;
  left: auto;
}
.product-details .ribbon .ribbon-banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -42px;
  left: auto;
  top: 1px;
}
/* ----------------------------------------------------------
    PRODUCT DETAILS ENDS HERE */

/* ORDER CONFIRMATION */

.esook-document th {
  background-color: #393939 !important;
  padding: 10px !important;
}
.esook-document th:nth-child(6) {
  min-width: 200px !important;
}
.esook-document th:nth-child(7) {
  min-width: 200px !important;
}
/* ----------------------------------------------------------
    ORDER CONFIRMATION ENDS HERE */

/* MOBILE DEVICES
     
    --------------------------------------------------------------------------------------*/

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .shopping-cart {
    float: right !important;
    right: 0;
  }
}
@media (max-width: 767px) {
  .shopping-cart {
    background-color: transparent;
    top: 19px;
  }
  .shopping-cart.sticky .shopping-cart-content-wrapper {
    right: 10px;
  }
  .shop-button-go-to-checkout-cart-bottom {
    width: 100%;
    margin: 0;
  }
  /* Cart icon */
  
  .shopping-cart .shop-cart-wrapper .cart-icon {
    font-size: 2.2em;
    margin-right: 5px;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .shopping-cart.sticky .cart-icon {
    font-size: 1.8em;
    padding-top: 3px;
  }
  .shopping-cart .shop-cart-header .number-of-articles-in-cart {
    margin-left: 0;
    top: 2px;
    right: 0;
    left: auto;
    font-size: 0.7em;
  }
  .shopping-cart-content-wrapper {
    width: auto !important;
    margin: 0 -10px;
    font-size: 0.7em;
    top: -20px;
  }
  /* PRODUCT DETAILS */
  
  .product-details .product-main-image-and-extra-images {
    width: 100%;
    border-right: none;
  }
  .product-details .product-name {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .product-details .product-description {
    width: 100%;
  }
  .product-details .after-product-description {
    clear: both;
  }
  .product-details .product-variants {
    width: 100%;
  }
  .product-details .product-price {
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
  }
  .after-product-price {
    clear: both;
  }
  div.checkout-wrapper {
    width: auto !important;
    min-width: 100%;
  }
}
/*Small cart*/

@media (max-width: 500px) {
  .shopping-cart-content-wrapper {
    font-size: 0.65em;
  }
  .shopping-cart-content-wrapper .shopping-cart-content-table td:nth-child(2) {
    min-width: 100px;
  }
  .shopping-cart-content-wrapper th:nth-child(3) {
    display: none;
  }
  .shopping-cart-content-wrapper td:nth-child(3) {
    display: none;
  }
  .shopping-cart-content-wrapper table {
    width: 280px !important;
  }
  .shopping-cart-content-wrapper th {
    padding: 1px !important;
    width: auto !important;
  }
  .shopping-cart-content-wrapper td {
    padding: 1px !important;
    width: auto !important;
  }
  .shopping-cart-content-wrapper th:last-child {
    padding: 0 !important;
  }
  .shopping-cart-content-wrapper td:last-child {
    padding: 0 !important;
  }
  .shopping-cart-content-wrapper img {
    width: 50px !important;
  }
  .shopping-cart-image {
    width: auto !important;
    background-color: #fff;
  }
  .checkout-wrapper .shopping-cart-scrollable-content-list {
    overflow-x: scroll !important;
  }
}
/* GENERAL TAGS
----------------------------------------------------------*/

/* RESET CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-size: medium;
  font-family: 'Raleway', sans-serif;
  height: 100%;
  color: #696969;
  background-color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 1.6em;
}
.sticky-body .page-content-size-wrapper {
  /*margin-top: 61px;*/
  margin-top: 101px;
}
@media (min-width: 768px) {
  .sticky-body .page-content-size-wrapper {
    margin-top: 112px;
    /*margin-top: 72px;*/
  
  }
}
::selection {
  background: #DAA520;
  color: #fff;
}
* {
  padding: 0;
}
a {
  outline: none !important;
  color: #DAA520;
}
a:hover {
  color: #f89823;
  text-decoration: none;
}
a:active {
  color: #DAA520;
}
a:focus {
  outline-color: transparent;
  color: #DAA520;
}
a img,
img {
  border: none;
}
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
/* HEADINGS
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.5em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1.1em;
}
input {
  border-radius: 0 !important;
}
.btn {
  border-radius: 0 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
  border: none;
}
textarea {
  min-height: 75px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
}
select {
  border: 1px solid #ccc;
  padding: 1px;
}
/* TABLE
----------------------------------------------------------*/

table {
  border-collapse: collapse;
}
table td {
  vertical-align: top;
  padding: 5px;
}
table th {
  text-align: left;
}
/* ----------------------------------------------------------
    TAGS ENDS HERE  */

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.wrapper {
  position: relative;
  min-height: 300px;
}
/* HEADER
----------------------------------------------------------*/

.header {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  background-color: #fff;
  height: auto !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 3px;
}
.header > .content-container-content {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 20px 0;
  padding-bottom: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.super-search {
  margin-right: 25px;
}
.header .logo img {
  width: 198px;
  margin-top: 15px;
}
/* Sticky header */

.sticky-header .header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  z-index: 100;
}
@media (min-width: 768px) {
  .sticky-header .header {
    height: 112px !important;
    /*height: 72px !important;*/
  
  }
}
.sticky-header .header > .content-container-content {
  padding: 0;
}
.sticky-header .header .navbar {
  margin-top: 7px;
}
/* MAIN CONTENT
----------------------------------------------------------*/

.main-wrapper {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  max-width: 100%;
  font-size: 0.92em;
  padding-top: 30px;
  padding-bottom: 30px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-wrapper img.float-left {
  margin-right: 10px !important;
  margin-bottom: 2px !important;
}
.main-wrapper img.float-right {
  margin-left: 10px !important;
  margin-bottom: 2px !important;
}
.content-image {
  height: initial !important;
}
.right-content {
  font-size: 0.92em;
}
.right-column .content-container {
  margin-bottom: 30px;
}
.left-column {
  font-size: 0.92em;
}
.left-column .content-container {
  margin-bottom: 30px;
}
/* BLOG */

.blog-header {
  padding: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  background-color: #393939;
}
.blog-header h1 {
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 100;
}
.column-header {
  padding: 15px;
  text-transform: uppercase;
  font-size: 1.1em;
  background-color: #393939;
  font-weight: 500;
  color: #fff;
}
.column-header h2 {
  color: #fff;
}
/* FOOTER
----------------------------------------------------------*/

.footer-size-wrapper {
  color: #999;
  background-color: #222;
  font-size: 0.9em;
  padding-bottom: 20px;
}
.footer {
  padding-top: 20px;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.footer a {
  font-size: 1.2em;
  color: #DAA520;
  font-weight: 600;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer a:hover {
  color: #ae8319;
}
.footer h2,
.footer h3,
.footer h4 {
  color: #f1f1f1;
  font-weight: 600;
}
.footer .pinterest-wrapper .text-and-image-wrapper {
  text-align: center;
}
.footer .copyright-text {
  border-top: 1px solid #6c6c6c;
  margin-top: 15px;
  padding-top: 15px;
}
.footer .content-type-customerregistration .email-label {
  display: none;
}
.footer .content-type-customerregistration input {
  border-radius: 0;
}
.footer .content-type-customerregistration .btn {
  background-color: #6c6c6c;
  color: #fff;
  border-radius: 0;
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.1em;
}
/* FOOTER META DATA (LOGIN AND BY ALPACHA) 
----------------------------------------------------------*/

.footer-meta-data {
  position: relative;
  background-color: #222;
  margin: auto;
  max-width: 100%;
  min-height: 30px;
  text-align: center;
  display: flex;
  padding: 0px 10px;
}
.login-wrapper {
  display: inline-block;
}
.footer-meta-data .login-wrapper a {
  color: #999;
  font-size: 0.7em;
  margin-top: 10px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-meta-data .login-wrapper a:hover,
.powered-by-wrapper a:hover {
  color: #d7d7d7;
}
.powered-by-wrapper {
  /*width: 1200px;*/
  /*margin: auto;*/
  max-width: 100%;
  font-size: 0.7em;
  color: #999;
  position: absolute;
  right: 15px;
  top: 0;
}
.powered-by-wrapper a {
  color: #999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----------------------------------------------------------
    PRIMARY ELEMENTS ENDS HERE  */

/* IMAGE SET
----------------------------------------------------------*/

/* Banner
----------------------------------------------------------*/

.banner {
  min-height: 0 !important;
}
.padded-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}
.content-type-imageset {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
.slick-master-slider {
  margin: 0 !important;
}
.slick-master-slider,
.slick-list,
.slick-track {
  height: 100%;
}
.image-set {
  height: 100%;
  overflow: hidden;
}
.slick-master-slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.slick-master-slider a img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-master-slider a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.slick-master-content-fade-area {
  position: relative;
}
.image-set .slick-master-slider-image-wrapper .banner-description-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text {
  width: 100%;
  overflow: hidden;
  display: table;
  height: 100% !important;
}
.image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  line-height: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text a {
  color: #fff;
  font-weight: bold;
}
.image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text h2 {
  font-size: 2.5em;
  color: #fff;
}
.content-type-imageset .slick-prev,
.content-type-imageset .slick-prev:focus,
.content-type-imageset .slick-next,
.content-type-imageset .slick-next:focus {
  background-color: #393939;
  width: 50px !important;
  height: 50px !important;
  opacity: 1;
  text-align: center;
  margin-top: -25px;
}
.content-type-imageset .slick-prev:hover,
.content-type-imageset .slick-next:hover {
  background-color: #bbb;
  opacity: 1;
}
.content-type-imageset .slick-prev {
  left: 0 !important;
}
.content-type-imageset .slick-next {
  right: 0 !important;
}
.content-type-imageset .slick-prev::before,
.content-type-imageset .slick-next::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 0.1em solid #fff;
  border-top: 0.1em solid #fff;
  margin-left: -3px;
}
.content-type-imageset .slick-next::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-type-imageset .slick-prev::before {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 0;
}
.justified-gallery {
  background-color: #222;
}
/*
    Gallery
*/

.image-gallery {
  overflow: hidden;
}
/* JUSTIFIED GALLERY */

.image-in-justified-gallery .lightbox-image,
.image-in-justified-gallery .link-with-image {
  display: table !important;
  height: inherit;
  width: inherit;
}
/*.image-in-justified-gallery .text-on-justified-gallery-image p
{
    background-color: rgba(0,0,0,0.4);
    line-height: 1.6em;
    
}*/

.image-in-justified-gallery .text-on-justified-gallery-image {
  position: relative;
  color: #eee;
  font-size: 1.5em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  line-height: 1.4em;
}
.image-in-justified-gallery img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-in-justified-gallery:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* ----------------------------------------------------------
    IMAGE SET ENDS HERE */

/* MAIN MENU
----------------------------------------------------------*/

.menu-wrapper-size-wrapper {
  right: 58px;
  position: relative;
}
.navbar {
  background-color: transparent;
  border: none;
  text-align: right;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px;
}
.navbar .navbar-nav {
  float: right;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar .navbar-nav li a,
.navbar .navbar-nav li a:focus {
  line-height: 30px !important;
  color: #393939;
  text-decoration: none;
  font-weight: 700;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.navbar .navbar-nav li.open a {
  background-color: transparent !important;
}
.navbar .navbar-nav li.selected a,
.navbar .navbar-nav li.selected a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li.open > a,
.navbar .navbar-nav li.open > a:hover {
  color: #DAA520;
  text-decoration: none !important;
}
.navbar .navbar-nav li.facebook a .menu-link-text {
  display: none;
}
.navbar .navbar-nav li.facebook a:before {
  content: "\f09a";
  font-family: FontAwesome;
  position: relative;
  font-size: 1.5em;
}
.navbar .navbar-nav li.instagram a {
  padding-right: 0 !important;
}
.navbar .navbar-nav li.instagram a .menu-link-text {
  display: none;
}
.navbar .navbar-nav li.instagram a:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 1.5em;
}
/* DROP DOWN MENU */

.dropdown-menu {
  border: none !important;
  font-size: 0.8em;
  box-shadow: none !important;
  /*top: 50px !important;*/
  padding: 5px;
}
.dropdown-menu a {
  color: #a6a6a6 !important;
  font-weight: 600 !important;
  -moz-transition: color 0.5s !important;
  -o-transition: color 0.5s !important;
  -webkit-transition: color 0.5s !important;
  transition: color 0.5s !important;
}
.dropdown-menu a:hover,
.dropdown-menu li.selected a {
  color: #DAA520 !important;
}
/* ----------------------------------------------------------
    MAIN MENU ENDS HERE */

/* SUBMENU
----------------------------------------------------------*/

.widget-submenu-container ul {
  list-style: none;
  font-size: 1.15em;
}
.widget-submenu-container ul ul {
  margin: 0;
  display: none;
  padding-left: 15px;
  font-size: 0.9em;
}
.widget-submenu-container ul ul li a {
  border-color: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
}
.widget-submenu-container ul li > a {
  color: #393939;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 36px;
  display: block;
  margin-bottom: -1px;
  width: 100%;
}
.widget-submenu-container li.active > a,
.widget-submenu-container li:hover > a {
  color: #DAA520;
  border-bottom: 1px solid #DAA520;
}
.widget-submenu-container li.active > ul {
  display: block;
}
/* ----------------------------------------------------------
    SUBMENU ENDS HERE */

/* BREADCRUMB
----------------------------------------------------------*/

.breadcrumb-wrapper-size-wrapper {
  border-bottom: 1px solid #eee;
}
.breadcrumb-wrapper {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  font-size: 0.8em;
  margin-bottom: 3px;
}
.navigation-breadcrumb {
  text-transform: uppercase;
}
.navigation-breadcrumb a.breadcrumb-link {
  color: #393939;
}
/* ----------------------------------------------------------
    BREADCRUMB ENDS HERE */

/* CONTACT FORM
----------------------------------------------------------*/

.contact-form-field {
  width: 49%;
  float: left;
  margin-bottom: 25px;
}
.contact-form-field:nth-child(even) {
  margin-right: 2%;
}
.contact-form-field input,
.contact-form-field textarea {
  border-radius: 0;
  border: 1px solid #5b5b5b;
  padding: 10px;
  height: auto !important;
}
.contact-form-field.field-type-message {
  width: 100%;
  float: none;
}
.contact-information .editor-label,
.contact-message .editor-label {
  margin-top: 10px;
  font-weight: bold;
}
.contact-submit-btn {
  padding-top: 10px;
  overflow: auto;
  float: none !important;
  margin-bottom: 25px;
}
.contact-submit-btn .btn {
  color: #ffffff;
  border-color: #393939;
  background-color: #393939;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 600;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none !important;
}
.contact-submit-btn .btn:hover {
  background-color: #DAA520 !important;
}
/* ----------------------------------------------------------
    CONTACT FORM ENDS HERE */

/* PAGE THUMBNAILS
----------------------------------------------------------*/

.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-link-in-list {
  margin: 0;
  display: block;
  text-decoration: none;
}
.thumbnail-image-and-text-wrapper {
  overflow: hidden;
}
.page-thumbnail-wrapper .thumbnail-in-list {
  margin-bottom: 30px;
}
.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-image-in-list-no-image {
  background: #333333;
  /* Old browsers */

}
.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-link-in-list:hover {
  opacity: 0.9;
}
.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-link-in-list img {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  min-width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-link-in-list:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-thumbnail-wrapper .thumbnail-in-list .thumbnail-link-in-list .page-thumbnail-text {
  position: relative;
  display: block;
  margin-top: -20px;
  line-height: 50px;
  padding: 0;
  overflow: visible;
  width: 100.2%;
  text-align: center;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
  border: 1px solid #eee;
  border-top: none;
}
/* ----------------------------------------------------------
    PAGE THUMNBNAILS ENDS HERE */

/* NEWS */

.news-summary {
  margin-top: -10px;
}
.news-summary .news-date,
.news-summary .news-body,
.news-summary .news-read-more-link,
.news-summary .admin-button {
  display: none !important;
}
/* Super search
----------------------------------------------------------*/

.super-search input[type="text"] {
  width: 100%;
  padding: 6px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  border-radius: 5px;
  margin-top: 0;
  outline: 0;
  border: 1px solid #eee;
  box-shadow: none;
}
.super-search input[type="text"].form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.super-search .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.super-search .ui-widget-content {
  border-top: none;
  z-index: 4000 !important;
  position: absolute;
}
.super-search .ui-menu {
  display: block;
  float: left;
  list-style: none;
  z-index: 3000;
}
.super-search .ui-menu .ui-menu-item {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding: 3px 3px 3px 3px;
  cursor: pointer;
  background-color: #fff;
}
.super-search .ui-menu .no-result:hover {
  cursor: default;
}
.super-search .ui-menu .no-result p {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.super-search .ui-menu img {
  margin-left: 12px;
  margin-right: 15px;
  max-width: 60px;
  max-height: 60px;
  float: left;
  display: inline-block;
}
.super-search .ui-menu .name-text {
  display: inline-block;
  line-height: 60px;
}
.super-search .ui-menu .ui-menu-item.category-header {
  font-weight: 700;
  width: 100%;
  padding-top: 15px;
  padding-left: 12px;
}
.super-search .ui-menu a {
  position: relative;
  text-decoration: underline;
}
.super-search .ui-menu a.page-link {
  padding-left: 15px;
}
.super-search .ui-menu a.page-link:hover {
  text-decoration: none;
}
.super-search .ui-menu a:hover .overlay-wrapper {
  background-color: #acacac;
  opacity: 0.2;
}
.super-search .ui-menu .overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.super-search .ui-menu .ui-menu-item a:hover {
  cursor: pointer;
}
.super-search .ui-autocomplete {
  cursor: default;
  position: absolute;
}
#ui-id-1 {
  position: fixed;
}
.super-search .ui-widget-content a {
  color: #222222;
  float: left;
  height: 100%;
  width: 100%;
}
/* Super search result */

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-widget-content {
  border-top: none;
  border: 1px solid #eee;
  font-size: 0.9em;
  min-width: 300px;
}
.ui-menu {
  display: block;
  float: left;
  list-style: none;
  z-index: 9999;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}
.ui-autocomplete {
  cursor: default;
  position: absolute;
}
.ui-menu .ui-menu-item {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding: 3px 3px 3px 3px;
  cursor: pointer;
  background-color: #fff;
}
.ui-menu .no-result:hover {
  cursor: default;
}
.ui-menu .no-result p {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ui-menu img {
  margin-left: 12px;
  margin-right: 15px;
  max-width: 60px;
  max-height: 60px;
  float: left;
  display: inline-block;
}
.ui-menu .name-text {
  display: inline-block;
  line-height: 60px;
}
.ui-menu .ui-menu-item.category-header {
  font-weight: 700;
  width: 100%;
  padding-top: 15px;
  padding-left: 12px;
}
.ui-menu a {
  position: relative;
  text-decoration: underline;
}
.ui-menu a.page-link {
  padding-left: 15px;
}
.ui-menu a.page-link:hover {
  text-decoration: none;
}
.ui-menu a:hover .overlay-wrapper {
  background-color: #acacac;
  opacity: 0.2;
}
.ui-menu .overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ui-menu .ui-menu-item a:hover {
  cursor: pointer;
}
.ui-widget-content a {
  color: #222222;
  float: left;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------------------------
    SUPER SEARCH ENDS HERE */

/* MODALS (POPUPS)
----------------------------------------------------------*/

.modal-error .error-title.image {
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 7px;
}
.modal-error.checkout-error .modal-title {
  font-weight: bold;
}
.modal-error .error-title-image svg {
  width: 35px;
  height: 35px;
  margin-bottom: -20px;
  top: -7px;
  position: relative;
}
.modal-error .error-title-image svg rect {
  fill: transparent;
}
.modal-error .error-title-image svg path {
  fill: #d9534f;
}
/* POPUPMODAL
----------------------------------------------------------*/

.modal {
  z-index: 4001;
}
.popup-modal .modal-dialog {
  width: 500px;
  height: 300px;
}
.popup-modal .modal-header {
  border-radius: 4px 4px 0 0;
}
.popup-modal .modal-title {
  line-height: 1.2em;
  font-size: 16px;
}
.popup-modal .modal-body {
  font-size: 13px;
}
.popup-modal .modal-title,
.popup-modal .modal-header a,
.popup-modal .modal-header button {
  opacity: 1;
}
/* ----------------------------------------------------------
    MODALS (POPUPS) ENDS HERE */

/*
    ICONS
*/

a.icon-font {
  text-indent: 9999px;
  visibility: hidden;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
a.icon-font:before {
  text-indent: 9999px;
  visibility: hidden;
  visibility: visible;
  font-size: 30px;
  height: 30px;
  width: 30px;
  font-family: FontAwesome;
  position: relative;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.icon-font:hover:before {
  color: #eee;
}
a.facebook:before {
  content: "\f09a";
}
a.Instagram:before {
  content: "\f16d";
}
a.linkedin:before {
  content: "\f0e1";
}
a.twitter:before {
  content: "\f099";
}
.footer a.icon-font {
  display: inline;
  color: #999;
}
.social-icons p {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.social-icons p a {
  color: #DAA520 !important;
}
.social-icons p a:hover:before {
  color: #ebc975 !important;
}
@media (max-width: 1230px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text h2 {
    font-size: 1.8em;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumb-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header > .content-container-content {
    padding-top: 5px;
    min-height: 64px;
  }
  .sticky-header .header > .content-container-content {
    padding-top: 5px !important;
  }
  .sticky-header .header .navbar {
    margin-top: 0;
  }
  .menu-wrapper-size-wrapper {
    z-index: 2001 !important;
    min-height: 0 !important;
    right: 0;
  }
  .navbar {
    margin: 0;
    min-height: 0 !important;
    width: 100%;
  }
  .navbar .navbar-header .navbar-toggle {
    margin-top: -35px;
    margin-right: 56px;
    position: relative;
    z-index: 2000 !important;
    background-color: #333;
  }
  .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin-top: 7px;
    background-color: #fff;
    border-color: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  }
  .navbar .navbar-collapse > ul {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .navbar .navbar-collapse > ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .dropdown-menu {
    top: 0 !important;
    padding: 10px;
    padding-top: 0;
  }
  .thumbnail-in-list {
    width: 50% !important;
  }
  .image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text {
    font-size: 1em;
    padding: 0 50px;
  }
  image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text h2 {
    font-size: 2em;
  }
  .footer {
    text-align: center;
  }
  .footer .social-icons p {
    float: none;
    display: inline-block;
    width: 30px !important;
    white-space: nowrap;
  }
  .footer h3 {
    margin-top: 15px;
  }
  .register-newsletter-button {
    float: none;
  }
}
@media (max-width: 460px) {
  .image-set .slick-master-slider-image-wrapper .banner-description-text .banner-description-inner-text .banner-text {
    font-size: 0.7em;
    padding: 0 60px;
  }
  .image-in-justified-gallery .text-on-justified-gallery-image {
    font-size: 1.3em;
  }
  .breadcrumb-wrapper {
    font-size: 0.6em;
  }
}
@media (max-width: 380px) {
  .header > .content-container-content {
    padding-top: 5px;
    min-height: 60px;
  }
  .header .logo img {
    width: 150px;
    margin-top: 10px;
  }
  .navbar .navbar-collapse {
    margin-top: 0;
  }
  .navbar .navbar-header .navbar-toggle {
    margin-top: -25px;
    position: relative;
    z-index: 2000 !important;
    background-color: #333;
  }
}
.articles-wrapper {
  margin: 0 !important;
}
.product-details .product-description {
  padding-bottom: 10px;
}
.product-details .product-properties {
  width: 50%;
  float: right;
  clear: none;
}
.product-details .product-properties .properties-in-product-list {
  width: 100%;
}
.product-details.has-extra-descriptions .product-name {
  padding-bottom: 0;
}
.product-details.has-extra-descriptions .product-name h1 {
  line-height: 22px;
}
.product-details.has-extra-descriptions .product-description {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}
.product-details.has-extra-descriptions .product-price {
  border-top: none;
  clear: right;
  padding-bottom: 17px;
  margin-bottom: 26px;
  padding-top: 26px;
}
.product-details.has-extra-descriptions .product-buy-button {
  clear: both;
}
.product-details.has-extra-descriptions .extra-descriptions {
  width: 50%;
  float: right;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion {
  border-top: 1px solid #efefef;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description {
  border-bottom: 1px solid #efefef;
  position: relative;
  overflow: hidden;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description.active h3:after {
  content: "\f068";
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description.active .content {
  max-height: 2500px;
  transition: max-height 0.25s;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description h3 {
  cursor: pointer;
  padding: 20px 32px 20px 0;
  margin: 0;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description h3:hover:after {
  color: inherit;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description h3:after {
  font-family: "fontawesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
  color: #bfbfbf;
  content: "\f067";
  display: inline-block;
  font-size: 1.1em;
  position: absolute;
  top: 20px;
  right: 0;
  width: 1.5em;
}
.product-details.has-extra-descriptions .extra-descriptions .description-accordion .extra-description .content {
  max-height: 0;
  transition: max-height 0.25s;
}
.filter-wrapper {
  padding-top: 0 !important;
}
.current-sortorder {
  margin-top: 0 !important;
}
/*Sticky footer*/

/*html, body, .main-container, #pageWrapper
{
    height: 100%;
    position: relative;
}


.footer-size-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-wrapper-size-wrapper{
    margin-bottom: 250px;
}*/

/*.produktdetaljer {
    #pageWrapper > .website-content-wrapper {
        min-height: 100vh;
    }

    .footer-size-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}*/

#pageWrapper > .website-content-wrapper > .website-content:not(.footer-size-wrapper) {
  background-color: #fff;
}
.content-type-checkout .shopping-cart,
.content-type-checkout .shopping-cart:hover {
  position: static;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  font-size: 14px;
}
.filter-panel {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .filter-panel {
    margin-left: 70px;
  }
  .filter-panel strong.filter-label {
    position: absolute;
    left: 15px;
  }
}
#ProductListForm {
  margin-bottom: 20px;
}
.current-sortorder {
  padding-right: 0;
}
.current-sortorder strong {
  width: 97px;
}
.start-image-set-size-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.start-image-set-size-wrapper .image-gallery .image-in-gallery {
  border: 1px inset #000;
}
.sticky-body .main-wrapper-size-wrapper {
  margin-top: 65px;
}
@media only screen and (min-width: 1200px) {
  .sticky-body .main-wrapper-size-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram_gallery img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .instagram_gallery img {
    width: 48% !important;
  }
}
.saleitem-rows {
  width: 100% !important;
  overflow-y: auto;
  max-height: 85vh;
}
