
.emporium--body .emporium--body-wrapper {
    margin: 0 auto;
    padding: 10px 10px 50px 10px;
    max-width: 1300px;
    width: 100%;
    position: relative;
}

.emporium--start-page .tws-container--tws-custom-html, .emporium--start-page .tws-container--abi-parts-finder {
    margin: 0px 0 0 0;
    background: #fff;
    padding: 1px 15px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
}

.customPageItem {
    margin: 10px 0 0 0;
}
body {
    font-size: 16px;
}

.customPageItem.customPageHtml {
    padding: 10px 15px;
}

.emporium--buy-button-group {
    margin: 10px 0 0 0;
}

.tws-article-introduction--text .tws-article-introduction--read-more a {
    text-decoration: none;
    font-size: 16px;
    color: #777;
}

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

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-bottom: 0px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
p {
  margin-bottom: 0px;
  margin-top: 0px;
}
  
.slot--contact-form .tws-contact-form--before-text {
    max-width: 551px;
}

.slot--article-price .tws-api--price-current {
    font-size: 28px;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    font-size: 18px;
}

.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
    margin: 0;
    font-size: 16px;
}

.slot--header-horizontal-menu .navbar-nav>li a {
    font-size: 16px; 
  }

.tws-article-stock-shipping--stock-message {
  font-size: 26px;
  font-weight: bold;
}

.tws-article-stock-shipping--wrapper p {
    margin-bottom: 20px;
}

.tws-article-introduction--text 

li::marker {
  font-size: 0.9em;
}

p {
   margin-top: 0px;
	 margin-bottom: 0px;
}

.tws-theme-foundation-content--done .emporium--main-wrapper ul {
  	margin-top: 0.1em;
}

.slot--unique-selling-points .tws-unique-selling-points--wrapper {
    margin-top: 20px;
  margin-bottom: 20px;
}

.slot--articles {
    margin: 0px 0 0 0;
}

.tws-article-introduction--text ul {
    padding-left: 20px;
}

/*------------ ACCORDION ---------  */

.accordioncontent {
max-width: 1250px;
margin:0 auto;
}
.show-more-btn {
text-align: center;
border-top: 1px solid #ebebeb;
max-width: 940px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px;
}
.show-more-btn #showmore {
  background: transparent;
  border-top: 0px !important;
  border: 1px solid #ebebeb;
  padding: 4px 10px;
}
div#content-wrapper:not(.open) .accordioncontent {
  max-height: 80px;
  overflow: hidden;
}
div#content-wrapper.open .accordioncontent {
max-height: none;
  overflow: visible;
}
div#content-wrapper.open button::before {
content: "Läs mindre";
  font-size: 14px; 
  color: #000;
}
div#content-wrapper.open button {
font-size: 0px;
}

/*--Hide delivery information in checkout--*/
.tws-opc-cart--item-info-deliveryInfo {
    display: none;
}

