.col-sm-3.fabrikk--footer-right {
    text-align: left;
}

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

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.slot--top-bar-html {
    width: 100%;
}

.fabrikk--top-bar {
    background: #272421;
}


.slot--article-description .tws-article-description--text-container {
   max-height: initial;
}

.tws-article-description--show-more > button {
   display: none;
}
.startpage .slot--component-container .fabrikk--component-container > div {
    margin-top: 30px;
    margin-bottom: 30px;
}
.slot--article-description .tws-article-description--text-container {
  max-height: none !important;
}
.startpage .slot--component-container .fabrikk--component-container > div {
    margin-top: 1px;
    margin-bottom: 20px;
}

.slot--article-description .tws-article-description--text-container {
  max-height: none !important;
}
.slot--component-container .tws-container--tws-custom-html {
  background: #f1f1ef;
padding-top: 5px;
padding-bottom:40px;
}

/* Hover färg i menyn */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
}
/* Bakgrundsfärg i dropdown */
.dropdown-menu {
    background-color: #e7e7e7;
}
/* Hover färg i dropdown */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #cccccc;
}

/* table first site */
.tabell1sidan {
    border-collapse: collapse;
    width: 100%;
}

/* Tws support /Palm 2017-11-29 */
body > div.tws-checkout-select-dialog.tws-checkout--select-dialog.ng-scope > div.modal > div > form > div > div > div.modal-body > div > div > label {
    visibility: hidden;
}

body > div.tws-checkout-select-dialog.tws-checkout--select-dialog.ng-scope > div.modal > div > form > div > div > div.modal-body > div > div > label:after {
    content: "Välj din lokala färghandlare!";
    visibility: initial;
    margin-left: -120px;
}

/* Gör Pinterest-widgeten responsiv under inspiration/färgmiljöer  */
.super-responsive-wrapper {
  width: 100%;
  margin: auto;
}

.board-wrapper {
  margin: auto;
  text-align: center;
}

.board-wrapper span {
  overflow: hidden;
  max-width: 100%!important;
}
.tws-article-display .tws-article-description::before {
	display: none;
}
.tws-article-display--description, .tws-article-display .tws-article-description {
	max-height: fit-content;
}