/*Customer wish to remove description & Address slot 2*/
.slot--article-description {
    display: none;
}
/*
.tws-checkout--field.tws-checkout--field-optional.tws-checkout--field-type-text.tws-checkout--field-id-address2 {
    display: none;
}
*/
.tws-article-introduction--text .tws-article-introduction--read-more {
    display: none;
    max-height: 100%;
}

.tws-order-history--payment-status-unpaid {
    display: none;
}

.tws-order-history--delivery-status-unsent {
    display: none;
}


.bountiful--article-links {
  display: none;
}

.tws-checkout--field-id-address2 .tws-checkout--field-label-text {
	font-size: 0;
}

.tws-checkout--field-id-address2 .tws-checkout--field-label-text::before {
	font-size: 14px;
  content: "Attention";
}

.tws-checkout--field-id-name .tws-checkout--field-label-text {
	font-size: 0 !important;
}


.tws-checkout--field-id-name .tws-checkout--field-label-text::before{
	font-size: 14px !important;
  content: "För- och efternamn" !important;
}

.tws-checkout--field-id-phone .tws-checkout--field-label-text,
.tws-checkout--field-id-phone .tws-checkout--field-optional-label {
	font-size: 0 !important;
}


.tws-checkout--field-id-phone .tws-checkout--field-label-text::before{
	font-size: 14px !important;
  content: "Mobile phone" !important;
}

/* Heading in checkout */ 
.tws-checkout--invoice-address-form:before {
  content: "Faktureringsadress";
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 30px;
}
    .bountiful--body .bountiful--body-wrapper .bountiful--main {
        /*float: right; */
        width: 100%;
      
  }