/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
a,
a:hover {
  color: #383838;
}
h2 {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}
.toggle-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.toggle-content.is-visible {
  display: block;
  height: auto;
}
.title-overview {
  font-size: 16px;
  color: #383838;
}
#cartOverview {
  display: block;
  top: 28px;
  left: 0;
  z-index: 9999;
  zoom: 1;
  background: white;
}
#cartOverview table {
  padding: 0;
}
#cartOverview #shoppingbagContents {
  overflow: hidden;
}
#cartOverview .itemList {
  max-height: 356px;
  overflow-y: auto;
}
#cartOverview .item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#cartOverview .item .thumb {
  position: relative;
  float: left;
  width: 15%;
  height: 70px;
  padding: 0;
  margin: 0;
  background: white;
}
#cartOverview .item .thumb a {
  display: block;
  width: auto;
}
#cartOverview .item .text {
  float: left;
  width: 100%;
}
#cartOverview .item .text table {
  margin-bottom: 16px;
}
.cartOverview-price {
  text-align: right;
}
#cartOverview-footer {
  margin-top: 12px;
}
#cartOverview-footer td {
  padding: 0 0 4px 0;
}
.cartOverview-total {
  font-weight: bold;
}
#cartOverview tr td {
  padding: 0;
  line-height: 20px;
}
#cartOverview-description {
  margin-bottom: 16px;
}
.cartOverview-mini {
  position: relative;
  min-height: 50px;
}
.cartOverview-mini .item {
  padding-top: 10px;
  border-bottom: 1px solid #dedede;
}
.cartOverview-mini .item:first-child {
  border-top: 0;
}
.cartOverview-mini .item .image {
  max-width: 30%;
  float: left;
  margin-right: 5%;
}
.cartOverview-mini .item .content {
  width: 74%;
  float: left;
}
.cartOverview-mini .item .offerText {
  margin: 0 0 3px;
}
.cartOverview-mini .item table {
  margin-top: -10px;
  color: #8b8b8b;
}
.cartOverview-mini .item tr td:first-child {
  padding-left: 0;
}
.price-right {
  text-align: right;
}
.cartOverview-title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #383838;
  margin: 0 0 10px;
}
.size,
.quantity {
  color: #383838;
}
.valuta {
  display: none;
}
@media only screen and (min-width: 768px) {
  #cartOverview {
    width: 100%;
    top: 55px;
    right: 0;
    left: auto;
  }
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input:checked ~ .radio-checkmark {
  background-color: #4ca950;
}
input:checked ~ .radio-checkmark:after {
  display: block;
}
.radio-checkmark:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto;
  border: 1px solid #dedede;
  padding: 0;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
span.cart-title {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #383838;
  padding-bottom: 10px;
}
span.cart-articleNumber {
  line-height: 28px;
}
.offerText {
  display: block;
  color: #b9251e;
  margin: 0 0 10px;
}
.CartTotalPrice {
  text-align: right;
  width: 20%;
}
.CartTotalPrice .priceOld {
  display: block;
  text-decoration: line-through;
}
.CartTotalPrice .priceOld::after {
  display: none;
}
.CartTotalPrice .priceOld + .priceNew {
  color: #4ca950;
  font-weight: 500;
}
.cartPanel {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1148px) {
  .cartOverview-mini .item .content {
    width: 74%;
  }
}
