
.slot--article-buy-button .tws-article-buy-button-with-modal--form .tws-article-buy-button-with-modal--oos-label,
.slot--article-buy-button .tws-article-buy-button-with-modal--form .tws-article-buy-button-with-modal--submit-button .ladda-label  {
	font-size: 0px;
}

.slot--article-buy-button .tws-article-buy-button-with-modal--form .tws-article-buy-button-with-modal--oos-label:before {
  content: "Detta är en beställningsvara då leveransen är längre. Vänligen skriv in dina uppgifter så hör jag av mig.";
	font-size: 15px;
}
.slot--article-buy-button .tws-article-buy-button-with-modal--form .tws-article-buy-button-with-modal--submit-button .ladda-label:before {
	content: "Beställningsvara";
  font-size: 16px;
}

.tws-discount-field--closed .tws-discount-field--form {
    display: block;
}

*:focus, input:focus + label {
  outline: none;
}

main {
  max-width: 1200px;
  margin: auto;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.label {
  width: 100%;
  padding: 16px 20px;
  background: #91613b;
  cursor: pointer;
  font-weight: bold;
	font-size: 14px !important;
  color: #fff;
  transition: background .3s, color .3s;
  border: none;
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;
}

.label:hover {
  background: #b5794a;
}

.label:active {
  background: #ccc;  
}

.radiotab:checked + .label {
  background: #f6efe9;
  color: #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: none;
}

.panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  width: 100%;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

.radiotab:checked + .label + .panel {
  display: block;
}

@media (min-width: 600px) {
  .panel {
    order: 99;
  }

  .label {
    width: 20%;
    border-bottom: solid 1px #000;
  }

}


.tws-article-description--text-container {
  max-height: none;
  overflow: visible;
}

.slot--article-description .tws-article-description .tws-article-description--show-more {
  display: none;
}






@media only screen and (min-width: 992px) {
  .nordic--header .nordic--header-wrapper {
    padding: 10px 30px 10px 30px;
  }
   .slot--header-horizontal-menu .navbar .container-fluid {
    border-bottom: none;
    border-top: 2px solid #91613b;
  }
}

.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}


.slot--header-horizontal-menu .navbar-nav > li a {
  text-transform: uppercase;
  color: #91613b;
}

.tws-article-description--text label {
  font-size: 11px;
}

.slot--article-description .tws-article-description {
	max-width: 100%;
}


.tws-checkout--payment-method.tws-checkout--payment-method-368603 .tws-checkout--payment-method-description {
	max-height: none;
  overflow: initial;
}

.slot--checkout-cart-usps {
	display: none;
}

.h2.tws-article-description--heading {
	display: none;
}