/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
#shoppingBag {
  display: none;
}
.cart,
.invoice {
  position: relative;
}
.cart #productsWrapper:after,
.invoice #productsWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
#shoppingcartPlaceholder {
  margin-top: 15px;
}
/* products table */

table.products thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  table.products thead {
    display: table-header-group;
  }
  table.products thead tr th {
    border-right: solid 5px white;
    border-bottom: solid 5px #f2f2f2;
    border-left: solid 5px white;
    padding: 10px 3px;
  }
  table.products thead tr th:first-child {
    border-left: none;
  }
  table.products thead tr th:last-child {
    border-right: none;
  }
  table.products thead tr th.delete {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td {
    border-top: none;
    border-right: solid 5px white;
    border-bottom: solid 1px #f2f2f2;
    border-left: solid 5px white;
    padding: 10px 0;
    vertical-align: middle;
    margin: 0;
  }
}
table.products tbody tr td.product {
  position: relative;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  table.products tbody tr td.product {
    border: solid 1px #dedede;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
table.products tbody tr td.product .details-outlined {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined {
    display: inline-block;
    margin: 0;
  }
}
table.products tbody tr td.product .details-outlined .image {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  vertical-align: top;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .details-outlined .image {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined .image {
    height: auto;
    width: 140px;
    height: 140px;
  }
}
table.products tbody tr td.product .details-outlined .image > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 95%;
  max-height: 95%;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined .image > a img {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
table.products tbody tr td.product .showOnMobile .header {
  font-size: 16px;
  line-height: 24px;
  padding-right: 39px;
  margin-bottom: 5px;
}
table.products tbody tr td.product .showOnMobile .articleNumber {
  line-height: 20px;
}
table.products tbody tr td.product .showOnMobile .offerText {
  margin: 5px 0 0;
}
table.products tbody tr td.product .showOnMobile.details {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
table.products tbody tr td.product .showOnMobile.details > div.color {
  width: 100%;
  margin-bottom: 10px;
}
table.products tbody tr td.product .showOnMobile.details > div.size,
table.products tbody tr td.product .showOnMobile.details > div.amount {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 5px;
  width: 100%;
}
table.products tbody tr td.product .showOnMobile.details > div.size select,
table.products tbody tr td.product .showOnMobile.details > div.amount select {
  width: 100%;
  max-width: 70px;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.size,
  table.products tbody tr td.product .showOnMobile.details > div.amount {
    width: 50%;
  }
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.amount {
    margin-left: -4px;
  }
}
table.products tbody tr td.product .showOnMobile.details > div.price {
  text-align: right;
  font-weight: 700;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.price {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
table.products tbody tr td.product .showOnMobile.details > div > span {
  display: block;
}
table.products tbody tr td.product .showOnMobile.details select {
  font-size: 12px;
  height: 32px;
  width: auto;
  min-width: 60px;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .showOnTablet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
table.products tbody tr td.product .invoiceUsp {
  padding: 10px;
  background-color: #fbfbfb;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
table.products tbody tr td.product .invoiceUsp:before {
  content: "\f0d1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  margin-right: 10px;
}
table.products tbody tr td.size select,
table.products tbody tr td.amount select {
  width: auto;
}
table.products tbody tr:last-child td {
  border-bottom: solid 1px #dedede;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr:last-child td {
    border: none;
  }
}
.valuta {
  display: none;
}
.costsWrapper {
  width: 100%;
  padding: 15px;
  background-color: #fbfbfb;
  border: solid 1px #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  .costsWrapper {
    width: 49%;
    float: right;
  }
}
table.costs {
  width: 100%;
}
table.costs tr {
  border-bottom: solid 1px #f2f2f2;
}
table.costs tr td {
  padding: 5px 0;
}
table.costs tr td:first-child {
  text-align: left;
  width: 70%;
}
table.costs tr td:last-child {
  text-align: right;
  width: 30%;
}
table.costs tr td .shippingCostsFree {
  color: #37b24d;
  font-weight: bold;
}
table.costs tr.total td {
  font-weight: 600;
}
table.costs tr:last-child {
  border-bottom: none;
}
table.costs tr.totalDiscount {
  color: #adbbb1;
}
.discountCode .addDiscountCode > a {
  font-weight: 500;
  color: black;
  text-decoration: underline;
}
.discountCode .addDiscountCode > a:hover {
  color: #adbbb1;
}
.discountCode #promotionInputWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 8px;
  flex-flow: column;
}
@media only screen and (min-width: 1024px) {
  .discountCode #promotionInputWrapper {
    flex-flow: row;
  }
}
.discountCode #promotionInputWrapper input {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  line-height: 38px;
  height: 38px;
}
.discountCode #promotionInputWrapper a {
  font-size: 12px;
  background: none;
  color: black;
  border: 1px solid black;
  height: 38px;
}
.discountCode #promotionInputWrapper a:hover {
  opacity: .6;
}
@media only screen and (min-width: 768px) {
  .discountCode #promotionInputWrapper a {
    font-size: 14px;
  }
}
.deleteButton.deletePromotionCode {
  width: 30px;
  height: 30px;
}
.deleteButton.deletePromotionCode:before {
  content: "\f1f8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.deleteButton.deleteProduct {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 100;
  margin-left: 12px;
}
.pane {
  padding: 15px;
  background-color: #fbfbfb;
  border: solid 1px #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blocks {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .blocks {
    flex-direction: row;
  }
}
.cartOptions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cartOptions {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 49%;
  }
  .cartOptions--empty-cart {
    -webkit-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
}
.cartOptions > div {
  width: 100%;
}
.cartOptions .transferOptions ul li {
  color: black;
  position: relative;
}
.cartOptions .transferOptions ul li:before,
.cartOptions .transferOptions ul li.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cartOptions .transferOptions ul li:before {
  width: 14px;
  height: 14px;
  border: 1px solid #dedede;
}
.cartOptions .transferOptions ul li:not(.active):hover:before {
  border-color: #eedcca;
}
.cartOptions .transferOptions ul li.active:after {
  width: 8px;
  height: 8px;
  background: #eedcca;
  left: 4px;
}
@media only screen and (min-width: 768px) {
  .cartOptions .transferOptions ul li {
    margin: 10px 0;
    border: 0 none;
  }
}
.cartOptions .transferOptions ul li:first-child {
  border-top: 0 none;
}
.cartOptions .transferOptions ul li.active {
  color: #adbbb1;
}
.cartOptions .transferOptions ul li a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  color: black;
}
@media only screen and (min-width: 768px) {
  .cartOptions .transferOptions ul li a {
    padding: 0 0 0 25px;
  }
}
.promotionMessages.pane {
  margin-bottom: 15px;
  -webkit-animation: fadeIn 800ms ease-in-out;
  -moz-animation: fadeIn 800ms ease-in-out;
  -ms-animation: fadeIn 800ms ease-in-out;
  -o-animation: fadeIn 800ms ease-in-out;
  animation: fadeIn 800ms ease-in-out;
  color: #195123;
  background-color: #8ddc9b;
  border-color: #37b24d;
  padding: 16px 24px;
}
.promotionMessages.pane q {
  display: block;
  font-size: 13px;
  line-height: 1.8;
}
.promotionMessages.pane q:before {
  content: "\f05a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.priceOfferCart {
  font-weight: bold;
  color: #adbbb1;
}
