.btn-toolbar {
    margin-left: -5px;
    visibility: hidden;
}

/*kassa*/

.tws-checkout--pay-terms-block .checkbox label::after {
		content:"Jag godkänner butikens köpvillkor";
    font-size: 12px;
    color: #000;
}

/*padding egen text*/
.slot--component-container .tws-container--tws-custom-html {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
/* padding 3 pictures vert*/
.col-sm-4 {
padding-right: 10px;
padding-left: 10px;
}
/*padding 3 pictures horis*/
.fabrikk--component-container>* {
margin-top: 15px;
margin-bottom: 20px;
}
/*menu font size*/
.tws-top-menu .navbar-nav {
font-size: 12px;
}
/*seach button none*/
body.fabrikk--horizontal-menu .tws-mega-menu--buttons .tws-mega-menu--search-button {
visibility: hidden;
display: none;
}
/*hide copy mall */
//-- OBS! -- Denna gör så att leveransmetodernas namn inte visas i kassan
// Kommenterar därför bort den
/*label {
visibility: hidden;
}*/
/*article group headline*/
.tws-article-name h1 {
font-size: 18px;
margin-bottom: 0.5;
}
/*article price*/
.tws-article-price .tws-api-price .tws-api--price-current {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.6;
}
/*padding article page*/
.fabrikk--article .fabrikk--article-section {
padding-bottom: 0px;
}

.fabrikk--top-bar {
    background: #0372b2;
}
/*article headline*/
.tws-article-name h1 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    font-weight: 500;
    line-height: 1.4;
}
/*padding hela sidan*/
.fabrikk--content {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
}
/*article body font-size*/
.tws-article-introduction--text {
    padding-top: 15px;
    padding-bottom: 1px;
    font-size: 14px;
}
/*bredcrumbs font-size*/
.tws-breadcrumbs {
    font-size: 12px;
    letter-spacing: 0.9px;
    padding: 20px 24px;
}
/*article read more none*/
.tws-article-introduction--read-more {
    visibility: hidden;
}
/*mobile search none*/
.tws-mega-menu--search-bar {
    display: none; !important;
}
/*article group line hight prize*/
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current  {
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.5px;
}
/*footer padding*/
.fabrikk--footer {
    font-size: 14px;
    line-height: 1.43;
    padding-top: 20px;
    padding-bottom: 30px;
}
.tws-article-description--article-number {
  display:none;
}
.fabrikk--back-to-top {
    display: none;
}
/*article padding*/
body.article .fabrikk--content {
    padding-top: 26px;
    padding-bottom: 0px;
}
/*artikel beskrivning none*/
.slot--article-description {
    display: none;
}
.fabrikk--article .fabrikk--article-top, .fabrikk--article .fabrikk--article-section {
    margin-bottom: 0;
    padding-bottom: 0px;
}