.fabrikk--header {
  background: #e5e0da;
}
.fabrikk--header-wrapper, .tws-mega-menu--search-button  {
  background: transparent !important;
}
@media (min-width: 1200px) {
	.container {
    max-width: 1400px;
    width: 100%;
	}
}

.slot--horizontal-menu .tws-top-menu .navbar-nav {
    font-size: 14px;
}

.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image, .tws-article-search-page--list .tws-list--type-grid .tws-article-list--product-image, .tws-article-list--list .tws-list--type-carousel .tws-article-list--product-image, .tws-article-search-page--list .tws-list--type-carousel .tws-article-list--product-image {
  border: none; 
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image:hover, .tws-article-search-page--list .tws-list--type-grid .tws-article-list--product-image:hover, .tws-article-list--list .tws-list--type-carousel .tws-article-list--product-image, .tws-article-search-page--list .tws-list--type-carousel .tws-article-list--product-image:hover {
  border: none; 
}
.tws-article-images--slick-big .slick-slide .tws-img--container, .tws-horizontal-flip-list--back-content, .tws-article-images--slick-big .slick-slide .tws-img--container, .tws-horizontal-flip-list--back-content, .tws-horizontal-flip-list--flip-container,
.tws-horizontal-flip-list--wrapper,
.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover, .using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover {
  border: none;
}

/*----Smaller gaps between pictures 13.02 (Marcel)----*/

.slot--component-container .tws-container--tws-content-box, .slot--component-container .tws-container--tws-content-box-2x, .slot--component-container .tws-container--tws-content-box-3x, .slot--component-container .tws-container--tws-content-box-4x {
    padding: 0;
    overflow: hidden;
}

.fabrikk--component-container>* {
    margin-top: 14px;
    margin-bottom: 14px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}

        /*Bildgalleri*/
        /* =Hoverbox Code
        ----------------------------------------------------------------------*/

        .hoverbox {
            cursor: default;
            list-style: none;
            padding:0px 0 0px 0;
            display:inline-block;
        }

        .hoverbox a {
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
        }

        .hoverbox a .preview {
            display: none;
        }

        .hoverbox a:hover .preview {
            display: block;
            position: absolute;
            top: -155px;
            left: -170px;
            z-index: 1;
        }

        .hoverbox img {
            background: #fff;
            border-color: #aaa #ccc #ddd #bbb;
            border-style: solid;
            border-width: 0px;
            color: inherit;
            padding: 0px;
            vertical-align: top;
            width: 180px;
            height: 250px;
        }

        .hoverbox li {
            /*background: #eee;*/
            color: inherit;
            display: inline-block;
            float: right;
            margin: 5px;
            padding: 1px;
            position: relative;
        }

        .hoverbox .preview {
            border-color: #000;
            width: 350px;
            height: 470px;
        }
        /*slut på Bildgalleri*/

.tws-top-menu-item-8.tws-top-menu--item-8.tws-top-menu--dropdown-menu-li.tws-top-menu--item-last {
    display: none;
}