.fabrikk--footer--made-by{
display:none !important;
}

.tws-checkout--payment-method-container h4.tws-checkout--checkout-heading {
    font-size: 0px;
}

.tws-checkout--payment-method-container h4.tws-checkout--checkout-heading:before {
    content: "Välj betalningsmetod";
    font-size: 18px;
}

.tws-cart--payment-name:before,
.tws-checkout--payment-methods-list span.fa-chevron-down,
.tws-checkout--payment-methods-list span.fa-chevron-up {
  display: none;
}

.tws-checkout .tws-checkout--payments-expand {
  visibility: visible!important;
  height: auto!important;
}

.tws-checkout--payment-active {
    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !Important;
}

/* TOP BAR ADJUSTMENTS */
.fabrikk--top-bar {
  text-align: center;
}

/* COOKIE CONFIRM-BUTTON COLOR */
.modal-footer .btn+.btn {
  background: #54df49;
}