/* ### Startsidan ### */
/*Mindre toppmarginal på H1*/
.emporium--start-page .tws-container--tws-custom-html {
  margin: 0px;
}
/* ### Generellt ### */
/*Smalare köpknapp så antalväljare ryms*/
.tws-article-list--list .tws-article-list--buy-button .btn {
  width: 74%;
}

/* Ram runt sökruta */
.brew--sidebar .slot--sidebar-search input.form-control {
border: 1px solid #ffffff;
}

/* ### Artikelsida ### */

/*Större text på lagersaldo*/
.tws-article-stock-shipping--stock-info {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*Ta bort ordet "Leverans" i texten nedanför lagersaldot (1/2)*/
.tws-article-stock-shipping > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1){
font-size:14px !important;
display:inline-block;
}
/*Ta bort ordet "Leverans" i texten nedanför lagersaldot (2/2)*/
.tws-article-stock-shipping > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) {
font-size:0px;
}

/* Större text på disclaimer under USPar */
.tws-unique-selling-points--disclaimer {
font-size: 1em;
}

/*Tar bort "visa mer" på artikelsida och visar all info som default*/
.slot--article-description .tws-article-description--text-container {
max-height: none !important;
}
/*--Change the text on the minimum order value in the checkout--*/
/*.tws-checkout--minimal-order-cost-msg::before {
    content: "Minsta ordervärde är 200 SEK (exklusive moms, leverans och andra avgifter)";
    font-size: 14px;
}*/
.tws-checkout--minimal-order-cost-msg {
    font-size: 0px;
}
/* Swedish */
html[lang="sv"] .tws-checkout--minimal-order-cost-msg::before {
    content: "Minsta ordervärde är 200 SEK (exklusive moms, leverans och andra avgifter)";
    font-size: 14px;
}

/* English */
html[lang="en"] .tws-checkout--minimal-order-cost-msg::before {
    content: "Minimum order value is 200 SEK (excluding VAT, shipping, and other fees)";
    font-size: 14px;
}

/* Danish */
html[lang="da"] .tws-checkout--minimal-order-cost-msg::before {
    content: "Minimum ordreværdi er 200 SEK (ekskl. moms, levering og andre gebyrer)";
    font-size: 14px;
}

/* Sort payment method */
.tws-checkout--select-payment-list {
    display: flex;
    flex-direction: column;
}

/* 2. Assign the order to each specific method ID */

/* Qliro (ID 380947) */
.tws-checkout--payment-method-380947 {
    order: 1;
}
/* PayPal (ID 312847) */
.tws-checkout--payment-method-312847 {
    order: 2;
}
/* Förskottsbetalning (IDs 83966 & 312717) */
.tws-checkout--payment-method-83966,
.tws-checkout--payment-method-312717 {
    order: 3;
      margin-top: 10px;
}
/* Svea Checkout (ID 221744) */
.tws-checkout--payment-method-221744 {
   order: 4;
}
/* Swish  */
.tws-checkout--payment-method-303559 {
    order: 5;
}