/*----Webfolket----*/
.fabrikk--content-wrapper {
  max-width: 1400px;
  width: 100%;
}


/* -------------------- GENERELLT -------------------- */

body .page-canvas {
  overflow: hidden;
}

.fabrikk--body {
  background: white;
}

/* --- COOKIES ---- */

.slot--cookies {
  background: #303030;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0px;
}

.tws-accept-cookie--first-line {
  color: white;
}

.tws-top-menu .tws-top-menu--controls .tws-audience-selector {
  color: #000;
}

/* -------------------- END GENERELLT -------------------- */

/* ---- BILDSPEL ---- */

:lang(sv) .bildspel-fi {
  display: none;
}

:lang(fi) .bildspel-se {
  display: none;
}

/* -------------------- TOP BAR -------------------- */

.fabrikk--top-bar {
  background: #333333;
  padding-top: 7px;
  padding-bottom: 7px;
}

.top-bar {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.08333rem;
  line-height: 1.538;
}

.top-bar a {
  color: #ffffff;
}

.top-bar i {
  color: #ffffff;
  background: transparent;
  border-radius: 50%;
  margin-left: 6px;
  width: 15px;
  height: 14px;
  padding-left: 2px;
}

.fa-check::before {
  content: "\f00c";
}

.fabrikk--top-bar-right {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.08333rem;
  line-height: 1.538;
}

.fa.fa-cog {
  display: none;
}

/* -------------------- END TOP BAR -------------------- */

/* -------------------- TOP HEADER -------------------- */

.tws-top-menu.navbar-default {
  border: none;
}

.fabrikk--header {
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

.fabrikk--header-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.jesaja {
  display: inline-block;
}

.jesaja img {
  max-width: 260px;
  width: 100%;
}

.slot--logo {
  display: inline-block;
  max-width: 1140px;
  position: relative;
  width: 100%;
  text-align: center;
}

.slot--logo a {
  outline: 0 !important;
}

/* SEARCH FIELD */


@media(max-width: 767px) {
.slot--mega-menu {
  display: block !important;
  position: relative;
  top: 10px;
}
  .slot--custom-mega-menu { 
  	display: none !important; 
  }
.slot--mega-menu .tws-mega-menu--search-bar .tws-article-search {
  max-width: none !important;
  }
}

@media(max-width: 480px) {
.jesaja img {
  max-width: 190px;
  width: 100%;
}
 }

.slot--mega-menu {
  display: none;
}

.slot--custom-mega-menu {
  display: inline-block;
  position: absolute;
  left: 0;
  float: left;
  padding-top: 72px;
  padding-left: 18px;
}

.tws-mega-menu--delimiter {
  display: none;
}

.tws-mega-menu--search-bar .tws-article-search span {
  font-size: 14px;
}

.tws-mega-menu--search-bar .tws-article-search span::before {
  color: rgba(0, 0, 0, 0.6);
}

.tws-mega-menu--search-bar .tws-article-search {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border: none;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.6);
  max-width: 300px;
}

.tws-mega-menu--search-bar {
  top: -39px;
  -webkit-transition: height 0.3s cubic-bezier(1, 0, 0, 1);
  transition: height 0.3s cubic-bezier(1, 0, 0, 1);
}

.tws-mega-menu--search-bar > * {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

body.fabrikk--horizontal-menu
  .tws-mega-menu--buttons
  .tws-mega-menu--search-button {
  display: none;
}

.tws-mega-menu--search-bar input.form-control {
  background: #fff;
}

.tws-mega-menu--search-bar input.form-control {
  height: 33px;
}

.tws-mega-menu .tws-mega-menu--search-bar .tws-article-search > input,
.tws-mega-menu .tws-article-search input:focus {
  font-size: 14px;
}

.tws-mega-menu--search-bar .tws-article-search .dropdown-menu {
  background: white;
  opacity: 0.97;
}

.tws-mega-menu--search-bar .tws-article-search span::before {
  content: url("https://shop.textalk.se/shop/11592/files/logos/search.svg");
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.6);
}

/* CART */

.slot--custom-cart {
  display: inline-block;
  right: 0;
  float: right;
  top: 20px;
  position: absolute;
}

.slot--cart {
  display: none;
}

.tws-micro-cart a {
  padding-right: 0px;
}

.tws-micro-cart--counter {
  color: #333333;
}

.tws-micro-cart--counter::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://shop.textalk.se/shop/11592/files/logos/shopping-cart.svg");
  background-size: 22px 22px;
  left: -20px;
  top: 8px;
}

.tws-micro-cart--label {
  color: rgba(0, 0, 0, 0.6);
}

.tws-mini-cart
  .tws-mini-cart--header-cart-button
  .tws-mini-cart--header-cart-info
  .tws-mini-cart--header-cart-img::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://shop.textalk.se/shop/11592/files/logos/shopping-cart.svg");
  background-size: auto;
  background-size: 22px 22px;
  left: -20px;
  top: 8px;
}
.tws-mega-menu--search-bar {
  pointer-events: auto;
}

/* -------------------- END TOP HEADER -------------------- */

/* MENU */

body .tws-top-menu .navbar-nav {
  max-width: 1400px;
  width: 100%;
  text-align: center;
}

.tws-top-menu li a {
  color: rgba(0, 0, 0, 0.6) !important;
}

.tws-top-menu--mega-menu-li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.tws-top-menu .dropdown-menu li a {
  padding: 6px 16px;
}

.tws-top-menu .dropdown-menu {
  padding-right: 60px;
  padding-left: 60px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  border-bottom: 1.6px solid rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

/* SUB MENU TITLE */

.tws-top-menu--mega-menu.dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  margin-top: 10px;
}

/* SUB MENU */

.tws-top-menu--mega-sub-list-item {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

body.scrolled .slot--horizontal-menu {
  top: 0;
  position: fixed;
  border-bottom: 1px solid #e8e8e8;
  opacity: 0.94;
  width: 100%;
  background: white;
}

body.scrolled .fabrikk--header-wrapper {
  display: none;
}

/* -------------------- STARTPAGE -------------------- */

/* ------BILDSPEL ------- */

.tws-image-carousel .slick-prev::before,
.tws-image-carousel .slick-next::before {
  color: lightgray;
  opacity: 1;
}

/* -----SKYLTFÖNSTER 2----- */

.tws-content-box-2x--box .tws-content-box--cell:hover,
.tws-content-box-3x--box .tws-content-box--cell:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.motocross .tws-content-box--cell:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ELEMENTS FOR SUMMER  */
.startpage .two-skyltfonster-sup-kite {
  display: block;
}
.tws-container--tws-articlegroups.kites {
  display: block;
}

/* ELEMENTS FOR WINTER  */

.two-skyltfonster-ski-snowscoots {
  display: none;
}

.tws-container--tws-content-box .tws-content-box--first-line {
  display: inline-block;
  color: #000;
  padding: 1px 22px 1px 22px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 3px;
}

.tws-content-box-2x--box .tws-content-box--first-line {
  display: inline-block;
  color: #000;
  padding: 1px 22px 1px 22px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 3px;
}
.tws-content-box-3x--box .tws-content-box--first-line {
  display: inline-block;
  color: #000;
  padding: 1px 22px 1px 22px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 3px;
}

.tws-container--tws-content-box .tws-content-box--second-line,
.tws-content-box-2x--box .tws-content-box--second-line,
.tws-content-box-3x--box .tws-content-box--second-line {
  display: inline-block;
  color: #000 !important;
  padding: 1px 22px 1px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: 6px;
}

.tws-content-box-2x--box .tws-content-box--second-line:hover,
.tws-content-box-3x--box .tws-content-box--second-line:hover {
  color: black !important;
}

.startpage .tws-content-box-2x--box,
.startpage .tws-content-box-3x--box {
  padding-right: 10px;
  padding-left: 10px;
}

.tws-container--tws-content-box .tws-util-heading,
.tws-content-box-2x--box .tws-util-heading,
.tws-content-box-3x--box .tws-util-heading {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-left: 10px solid #ed2129;
}

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

.tws-content-box--cell {
  padding: 0;
}

.nyhet {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1px !important;
  padding-bottom: 12px !important;
}

.nyhet h2 {
  text-transform: uppercase;
}

.startpage .tws-util-heading--heading.undefined {
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  text-align: center;
}

/* MOTOCROSS BLOCK */

.startpage .motocross .tws-content-box--first-line {
  display: inline-block;
  color: white;
  padding: 1px 22px 1px 22px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 3px;
}

.startpage .motocross .tws-content-box--second-line {
  display: inline-block;
  color: white !important;
  padding: 1px 22px 1px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: 20px;
}

.motocross .tws-util-heading {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  margin-right: 62%;
  border-left: 10px solid #ed2129;
}

.motocross .tws-content-box--second-line:hover {
  color: black !important;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

/* ------- ARTIKLAR ------- */

.tws-article-list--article-name .tws-util-heading--heading {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: normal;
}

.tws-article-list--list .tws-list--type-grid .tws-api-price {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.tws-articlegroups .thumbnail {
  border: none;
}

.tws-articlegroups .tws-list--grid-item .caption a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px;
  border-left: 8px solid #ed2129;
}

.tws-articlegroups .tws-list--grid-item .caption a:hover {
  background-position: right bottom;
  background: linear-gradient(to right, #ed2129);
  transition: all 2s ease;
}

/* ------- BRANDS ------- */

.brand-logos li {
  float: left;
  width: 100px;
  height: auto;
  margin: 10px;
}

.brands h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  text-align: center;
}

/* -------------------- END ARTIKEL LIST BLOCK -------------------- */

/* -------------------- ARTIKEL SIDA -------------------- */

.fabrikk--back-to-top-link {
  color: #333 !important;
  text-decoration: underline !important;
}

.slot--article-share {
  float: left;
}

.tws-article-social--share-button.sharer-0 .social.networks-5.left {
  margin-left: 10px !important;
}

/* -------------------- END ARTIKEL SIDA -------------------- */

/* -------------------- SIDFOT -------------------- */


.partners img {
  display: inline-block;
  max-width: 90px;
  text-align: center;
  padding-top: 10px;
}


.fabrikk--footer {
  color: #000;  
}

.fabrikk--footer a:hover {
  text-decoration: none;
  color: #7c7e7f;
}

.fabrikk--footer a {
  outline: 0 !important;
  text-decoration: none;
  font-weight: 400;
  color: black !important;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 13px;
  line-height: 1.5;
}


.col-md-3 .titles {
  padding-bottom: 3px !important;
  border-bottom: 1px solid #999;
  width: 100% !important;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
}

/* -------------------- END SIDFOT -------------------- */

/* ----------- !!! MEDIA QUERIES START !!! ----------------- */
/* ----------- !!! MEDIA QUERIES START !!! ----------------- */

@media (min-width: 768px) and (max-width: 1024px) {
  .tws-micro-cart a {
    padding-right: 18px;
  }
}

@media (max-width: 768px) {
  .tws-micro-cart--counter {
    top: 0 !important;
    left: 12px;
  }

  .slot--top-bar-html {
    display: none;
  }


  .brand-logos {
    margin: 0 auto !important;
    width: 74%;
  }
  .tws-micro-cart--label {
    display: none;
  }

  .tws-container--tws-content-box .tws-content-box--first-line,
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 12px;
  }

  .tws-content-box-2x--box .tws-content-box--first-line {
    font-size: 14px;
  }
  .tws-content-box-2x--box .tws-content-box--second-line {
    font-size: 12px;
    padding: 1px 11px 1px 12px;
  }
  .motocross .tws-util-heading {
    margin-right: 50%;
  }
  .startpage .motocross .tws-content-box--first-line {
    font-size: 10px;
    letter-spacing: 0;
    padding: 1px 12px 1px 12px;
  }

  .startpage .motocross .tws-content-box--second-line {
    padding: 1px 8px 1px 8px;
    font-size: 10px;
    letter-spacing: 0;
  }
}
/*--BUY BUTTON POPUP BACKGROUND--*/
.tws-article-buy-button-with-modal--dialog-wrapper .modal-content {
    background: white;
}


/* ============================================
   BLOG ARTICLES — HIDE UNUSED ELEMENTS
   ============================================ */

.article-primary-group-9616193 .slot--unique-selling-points {
    display: none !important;
}

/* ============================================
   BLOG LIST — CARD LAYOUT
   ============================================ */

.articlegroup-9616193 .tws-list-controls {
    display: none !important;
}

.articlegroup-9616193 .tws-list--type-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.articlegroup-9616193 .tws-list--grid-item {
    width: 100% !important;
    padding: 0 !important;
}

.articlegroup-9616193 .thumbnail {
    display: flex !important;
    flex-direction: row !important;
    border: 0.5px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.articlegroup-9616193 .tws-article-list--grid-item-link {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-height: 200px !important;
    display: block !important;
}

.articlegroup-9616193 .tws-article-list--product-image {
    width: 100% !important;
    height: 100% !important;
}

.articlegroup-9616193 .tws-react-img--container {
    padding-bottom: 0 !important;
    height: 100% !important;
    min-height: 200px !important;
}

.articlegroup-9616193 .tws-img--image {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.articlegroup-9616193 .caption {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 1.5rem 1.75rem !important;
}

.articlegroup-9616193 .tws-util-heading--heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.articlegroup-9616193 .tws-util-heading--heading a {
    color: #111 !important;
    text-decoration: none !important;
}

.articlegroup-9616193 .tws-util-heading--heading a:hover {
    text-decoration: underline !important;
}

.articlegroup-9616193 .tws-article-list--show-more-button {
    display: inline-block !important;
    align-self: flex-start !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #111 !important;
    text-decoration: none !important;
}

.articlegroup-9616193 .tws-article-list--show-more-button:hover {
    background: #f0f0f0 !important;
}

.articlegroup-9616193 .tws-article-list--col-lg-4 .tws-list--grid-item {
    max-width: none !important;
}

/* ============================================
   BLOG LIST — MOBILE
   ============================================ */

@media (max-width: 768px) {
    .articlegroup-9616193 .thumbnail {
        flex-direction: column !important;
        border-radius: 12px !important;
    }

    .articlegroup-9616193 .tws-article-list--grid-item-link {
        flex: none !important;
        width: 100% !important;
        min-height: 240px !important;
    }

    .articlegroup-9616193 .tws-react-img--container {
        min-height: 240px !important;
    }

    .articlegroup-9616193 .caption {
        padding: 1.25rem !important;
    }

    .articlegroup-9616193 .tws-util-heading--heading {
        font-size: 24px !important;
    }
}

/* ============================================
   BLOG ARTICLE PAGE — HIDE SHOP ELEMENTS
   ============================================ */

.article-primary-group-9616193 .slot--article-share,
.article-primary-group-9616193 .slot--article-price,
.article-primary-group-9616193 .tws-article-introduction--read-more,
.article-primary-group-9616193 .slot--unique-selling-points,
.article-primary-group-9616193 .slot--article-page-footer,
.article-primary-group-9616193 .fabrikk--border,
.article-primary-group-9616193 .btn-toolbar,
.article-primary-group-9616193 .btn-toolbar > .btn,
.article-primary-group-9616193 .btn-toolbar > .btn-group,
.article-primary-group-9616193 .btn-toolbar > .input-group,
.article-primary-group-9616193 .pull-right,
.article-primary-group-9616193 .tws-articles--show-more-button,
.article-primary-group-9616193 .fabrikk--article .fabrikk--article-choices-wrapper,
.article-primary-group-9616193 .fabrikk--article .fabrikk--buy-button-group {
    display: none !important;
}

.article-primary-group-9616193 .slot--article-description .tws-article-description--text-container {
    max-height: 100% !important;
}

/* ============================================
   BLOG ARTICLE PAGE — LAYOUT
   ============================================ */

.article-primary-group-9616193 .fabrikk--article-top {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.article-primary-group-9616193 .fabrikk--article-left-col,
.article-primary-group-9616193 .fabrikk--article-right-col {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    padding: 20px;
}

.article-primary-group-9616193 .fabrikk--article-bottom {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.article-primary-group-9616193 .fabrikk--article-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.article-primary-group-9616193 .fabrikk--border {
    display: none;
}

/* ============================================
   BLOG ARTICLE PAGE — HERO IMAGE
   ============================================ */

.article-primary-group-9616193 .tws-article-images {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.article-primary-group-9616193 .tws-article-images--current-image .tws-react-img--aspect-ratio-box {
    position: relative;
    height: 520px;
    padding-bottom: 0 !important;
}

.article-primary-group-9616193 .tws-article-images--image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* ============================================
   BLOG ARTICLE PAGE — TITLE & DESCRIPTION
   ============================================ */

.article-primary-group-9616193 .tws-article-name {
    margin-bottom: 10px;
}

.article-primary-group-9616193 .tws-article-name h1 {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.article-primary-group-9616193 .tws-article-description--heading {
    display: none;
}

/* ============================================
   BLOG ARTICLE PAGE — MOBILE
   ============================================ */

@media (max-width: 768px) {
    .article-primary-group-9616193 .tws-article-images--current-image .tws-react-img--aspect-ratio-box {
        height: 340px;
    }
}
.article-primary-group-9616193 .fabrikk--article-group .slot--articles .tws-article-list--introduction-text{
  display:block !important;
}
.fabrikk--start-page .tws-article-list--introduction-text {

display: none;
}
.fabrikk--article-group .tws-article-list--introduction-text {
display: none;
}
