/*------------- TOBIT.SE ------------------
----------- NORDIC DESIGN BY---------------
---------- ELIASON WEB STUDIO -------------
----------------- 2026 -------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
  --orange: #ff8100;
  --blue: #001036;
  --gray: #7e90ac;
  --heading: "Syncopate", sans-serif;
  --main-font: "MyriadPro", sans-serif;
}

::selection {
   background: var(--gray) !important;
   color: #fff !important;
}

@font-face {
    font-family: "MyriadPro";
    src: url("https://tobit.se/shop/ws92/69092/files/Design%20files/fonts/MyriadPro-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("https://tobit.se/shop/ws92/69092/files/Design%20files/fonts/MyriadPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro";
    src: url("https://tobit.se/shop/ws92/69092/files/Design%20files/fonts/MyriadPro-Semibold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro";
    src: url("https://tobit.se/shop/ws92/69092/files/Design%20files/fonts/MyriadPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
b, strong {
    font-weight: 500;
}

/*-------------------------
ANIMATIONS
---------------------------*/
@keyframes FadeInText {
   0% {
      transform: translateY(100%);
      opacity: 0;
   }

   100% {
      transform: translateY(0);
      opacity: 1;
   }
}
@keyframes slide {
    0% {
        transform: translateY(150%);
        opacity: 0;
    }

    8% {
        transform: translateY(150%);
        opacity: 1;
    }

    18% {
        transform: translateY(0);
        opacity: 1;
    }

    38% {
        transform: translateY(0);
        opacity: 1;
    }

    48% {
        transform: translateY(-100%);
        opacity: 1;
    }

    49%,
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/*--------------------------------
GENERAL
---------------------------------*/

body {
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 16px;
}
p {
  line-height: 1.5 !important;
}
.tws-container--tws-custom-html h1,
.tws-container--tws-custom-html h2,
.tws-container--tws-custom-html h3,
.tws-container--tws-custom-html h4 {
  font-family: var(--heading);
  text-transform: uppercase;
  line-height: 1.3;
}
h1 {
  font-size: 30px;
}


/*---- BOOTSTRAP 3 FIX -----*/
.row {
    display: flex;
    flex-wrap: wrap;
}

.row > [class*="col-"] {
    float: none;
}
/*---------------------------*/

.nordic--top-bar .nordic--top-bar-wrapper,
.nordic--header .nordic--header-wrapper,
.nordic--body .nordic--body-wrapper {
  max-width: 1400px;
}
.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    box-shadow: none;
    background: transparent;
}

/*----- BUY BUTTON MODAL -----*/
.tws-article-buy-button-with-modal--dialog .tws-container--tws-articles-two-type-carousel .tws-articles-two--heading .tws-util-heading--heading {
  font-family: var(--heading);
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
/*--------------------------------
TOPBAR
---------------------------------*/
.slot--top-bar-selling-points ul li {
  font-size: 16px;
}
.slot--top-bar-selling-points ul li i {
  font-size: 13px;
}
.slot--top-bar-selling-points {
    position: relative;
    overflow: hidden;
    height: 20px; /* samma höjd som ett li */
    width: 300px;
}
.slot--top-bar-selling-points ul li {
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    opacity: 0;
    animation: slide 9s ease-in-out infinite;
}

.slot--top-bar-selling-points ul li:nth-child(1) {
    animation-delay: .5s;
}

.slot--top-bar-selling-points ul li:nth-child(2) {
    animation-delay: -2.5s;
}

.slot--top-bar-selling-points ul li:nth-child(3) {
    animation-delay: -5.5s;
}
/*--------------------------------
HEADER
---------------------------------*/
.nordic--header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: -1px 1px 23px -15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .nordic--header .nordic--header-wrapper {
      padding: 20px 30px 0;
    }
    .nordic--header-middle {
      order: 1;
    }
    .nordic--header-left {
      order: 2;
      width: auto;
      flex-grow: 1;
    }
    .nordic--header-right {
      order: 3;
      width: 250px !important;
    }
}

  /*---------- LOGO ----------*/
  .slot--header-logo {
  max-width: 250px;
  margin: 0;
}

.slot--header-logo .tws-logo {
  margin: 0;
}
.nordic--header .nordic--header-wrapper .nordic--header-middle {
  max-width: 250px;
}

/*---------- SEARCH ---------*/
.slot--header-search {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.slot--header-search input.form-control {
  width: 100%;
}
.slot--header-search .tws-article-search--no-label,
.slot--header-search .tws-article-search--no-label:hover,
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img,
.slot--header-cart .tws-mini-cart--header-cart-button:hover .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img {
  background: none;
  color: #000;
}

/*-------- CART --------*/
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img:before {
    content: "";
    background: url(https://cdn.abicart.com/shop/ws92/69092/files/Design%20files/icons/shopping-cart.png);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
}

/*------- LOGIN -------*/
.slot--top-bar-login {
  float: none;
  display: inline-block;
}
body:not(.user-logged-in) .tws-login--login-text {
  display: none;
}
body:not(.user-logged-in) .slot--top-bar-login a::before {
    content: "";
    background: url(https://cdn.abicart.com/shop/ws92/69092/files/Design%20files/icons/user.png);
    display: block;
    width: 22px;
    height: 22px;
    margin-bottom: 7px;
    background-size: contain;
    margin-right: 10px;
}
/*--------------------------------
MENU
---------------------------------*/
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus {
   background: none;
}
.slot--header-horizontal-menu .navbar {
  text-align: center;
}
.slot--header-horizontal-menu .navbar-nav>li>a {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
}
.slot--header-horizontal-menu .navbar-nav>li a .caret {
  display: none;
}
.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item .tws-top-menu--sub-item-heading {
  font-weight: 400;
}
.slot--header-horizontal-menu .navbar-nav>li.open>a {
  border-bottom: 2px solid var(--orange);
}
@media only screen and (min-width: 992px) {
    .slot--header-horizontal-menu .navbar .container-fluid {
      border: none;
    }
}
/*--------------------------------
STARTPAGE
---------------------------------*/
.startpage .nordic--body .nordic--body-wrapper,
.startpage .nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper{
  max-width: none;
  padding: 0;
}

.nordic--start-page .tws-container--tws-content-box:not(.top-img-desktop, .top-img-mobile),
.nordic--start-page .tws-container--tws-content-box-2x .tws-content-box-2x, 
.nordic--start-page .tws-container--tws-content-box-3x .tws-content-box-3x, 
.nordic--start-page .tws-container--tws-content-box-4x .tws-content-box-4x,
.nordic--start-page .tws-container--tws-articlegroups,
.nordic--start-page .tws-container--tws-custom-html .tws-custom-html--content,
.nordic--start-page .tws-container--tws-articles-two .tws-article-list--list,
.nordic--start-page .tws-container--tws-newsletter-subscribe .tws-newsletter-subscribe--form-wrapper,
.nordic--start-page .tws-container--tws-instagram,
.nordic--start-page .tws-container--tws-mailchimp-signup .tws-mailchimp-signup--form-wrapper {
  max-width: 1350px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}
.nordic--start-page .tws-container--tws-custom-html,
.nordic--start-page .tws-container--tws-image-carousel {
  max-width: none;
}

@media (min-width: 992px){
  .mobile-only {
    display: none;
  }
}
@media (max-width: 991px){
  .desktop-only {
    display: none;
  }
}

/*------ HERO ------*/
.nordic--start-page .nordic--component-container>div:first-child h3.tws-util-heading--heading,
.nordic--start-page .nordic--component-container>div:first-child+.mobile-only h3.tws-util-heading--heading {
   transform: translateY(100%);
   opacity: 0;
}

.nordic--start-page .nordic--component-container>div:first-child .tws-content-box--first-line,
.nordic--start-page .nordic--component-container>div:first-child+.mobile-only .tws-content-box--first-line {
   animation: FadeInText 1s ease-in-out forwards .8s;
}

.nordic--start-page .nordic--component-container>div:first-child .tws-content-box--second-line,
.nordic--start-page .nordic--component-container>div:first-child+.mobile-only .tws-content-box--second-line {
   animation: FadeInText 1s ease-in-out forwards 1.2s;
}

.nordic--start-page .nordic--component-container>div:first-child .tws-content-box--third-line,
.nordic--start-page .nordic--component-container>div:first-child+.mobile-only .tws-content-box--third-line {
   animation: FadeInText 1s ease-in-out forwards 1.8s;
}

.nordic--start-page .nordic--component-container>div:first-child,
.nordic--start-page .nordic--component-container>div:first-child+.mobile-only {
    margin: 0;
    max-width: none;
    padding: 0;
} 
.nordic--start-page .nordic--component-container>div.desktop-only .tws-content-box--inner-wrapper,
.nordic--start-page .nordic--component-container>div.mobile-only .tws-content-box--inner-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
.nordic--start-page .nordic--component-container>div.desktop-only .tws-content-box--inner-wrapper .tws-content-box--table {
  max-width: 50%;
}
.desktop-only .tws-content-box--table .tws-content-box--first-line {
  font-size: 18px;
  font-weight: normal !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--orange) !important;
}
.desktop-only .tws-content-box--table .tws-content-box--second-line {
  font-family: var(--heading);
  font-size: 35px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px 0 !important;
  line-height: 1.2 !important;
}
.desktop-only .tws-content-box--table .tws-content-box--third-line {
  font-size: 17px;
  max-width: 50%;
 }

 .mobile-only .tws-content-box--table .tws-content-box--first-line {
  font-size: 16px;
  font-weight: normal !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--orange) !important;
}
.mobile-only .tws-content-box--table .tws-content-box--second-line {
  font-family: var(--heading);
  font-size: 24px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px 0 !important;
  line-height: 1.2 !important;
}
.mobile-only .tws-content-box--table .tws-content-box--third-line {
  font-size: 15px;
 }
/*----- USPAR -----*/
.nordic--start-page .tws-container--tws-custom-html.usp {
  background: var(--blue);
  color: #fff;
  margin-top: 0 !important;
}
.usp .usp-section .col-md-3 {
  display: flex;
  align-items: center;
}
.usp .usp-section .col-md-3 img {
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}
.usp .usp-section .col-md-3 .usp-info h3 {
  font-family: var(--main-font);
  font-size: 15px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
.usp .usp-section .col-md-3 .usp-info p {
  font-size: 15px;
  margin-top: 7px;
}

/*----- CUSTOM HEADING ------*/
.custom-heading .pre-line {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--orange);
}
.custom-heading h2 {
  font-family: var(--heading);
  font-size: 24px;
  color: var(--blue);
  text-transform: uppercase;
}

/*--------- CATEGORIES ----------*/
.categories.tws-container--tws-content-box-4x .tws-content-box-4x.row .tws-content-box-4x--box {
  margin: 10px;
  width: calc(25% - 20px);
}
.categories .tws-content-box--inner-wrapper {
  position: relative;
  padding-bottom: 0 !important;
  background: none;
}
.categories .tws-content-box--table {
  position: relative;
  padding: 12px !important;
}
.categories .tws-content-box--with-image .tws-react-img {
  cursor: pointer;
}
.categories .tws-content-box--table .tws-content-box--first-line,
.categories .tws-content-box--table .tws-content-box--second-line,
.categories .tws-content-box--table .tws-content-box--third-line {
  text-shadow: none !important;
}
.categories .tws-content-box--table .tws-content-box--first-line {
  color: var(--blue) !important;
}
.categories .tws-content-box--table .tws-content-box--second-line {
  color: #000 !important;
  font-size: 16px;
  margin: 10px 0 !important;
}
.categories .tws-content-box--table .tws-content-box--third-line {
  color: var(--orange) !important;
}

/*--------- TEXT BANNER ---------*/
.nordic--start-page .tws-container--tws-custom-html.text-banner {
  background: var(--blue);
  color: #fff;
  padding: 30px 0;
}
.text-banner .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-banner .row .text-column h1 {
  font-family: var(--heading);
  text-transform: uppercase;
}
.text-banner .row .text-column {
  border-left: 1px solid var(--orange);
}
.text-banner .row .text-column p {
  line-height: 1.3;
}

/*------ INFO BYGGSTÄLLNINGAR -------*/
.nordic--start-page .tws-container--tws-custom-html.info-byggprojekt {
  background: url('https://cdn.abicart.com/shop/ws92/69092/files/Design%20files/bg-fade.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 40px 0;
  color:#fff;
}
.nordic--start-page .tws-container--tws-custom-html.info-byggprojekt .row {
  border-left: 1px solid var(--orange);
}

/*--------- NEWSLETTER -------*/
.tws-container--tws-newsletter-subscribe.newsletter {
  background: url(https://cdn.abicart.com/shop/ws92/69092/files/Design%20files/newsletter.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
}
.tws-container--tws-newsletter-subscribe.newsletter::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 10;
}

.tws-newsletter-subscribe--form-wrapper {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 550px !important;
  z-index: 100;
  position: relative;
}
.tws-newsletter-subscribe--form-wrapper h2 {
  font-family: var(--heading);
  text-transform: uppercase;
  color: var(--blue);
}
.tws-newsletter-subscribe--form-wrapper p {
  font-weight: normal;
}
/*--------------------------------
PRODUCT GROUPS
---------------------------------*/
section.category-hero {
  position: relative;
}
section.category-hero img {
  position: absolute;
  inset: 0;
  width: calc(100vw - 15px);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  max-width: none !important;
  overflow: hidden;
}
section.category-hero .overlay{
 position:absolute;
 inset:0;
 width: calc(100vw - 15px);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  max-width: none !important;
  overflow: hidden;
background: linear-gradient(
            90deg,
            rgba(25,30,35,.82) 0%,
            rgba(25,30,35,.70) 28%,
            rgba(25,30,35,.35) 55%,
            rgba(25,30,35,0) 75%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.35) 0%,
            rgba(0,0,0,.15) 25%,
            rgba(0,0,0,0) 55%
        );
}
section.category-hero .category-info {
  position: relative;
  padding: 90px 0;
  max-width: 55%;
  font-size: 18px;
  color: #fff;
}
section.category-hero .category-info h1 {
  font-family: var(--heading);
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
}
section.category-hero .category-info h1 span {
  color: var(--orange);
}
section.category-hero .category-info a {
  color: #fff;
}
section.category-hero .category-info .category-usp {
  margin-top: 40px;
}
section.category-hero .category-info .category-usp .col-md-4 {
  display: flex;
  align-items: center;
}
section.category-hero .category-info .category-usp .col-md-4:not(:first-child) {
  border-left: 1px solid #fff;
}
section.category-hero .category-info .category-usp p {
  margin: 0;
  font-size: 16px;
}
section.category-hero .category-info .category-usp .bi  {
  font-size: 36px;
  margin-right: 15px;
  color: var(--orange);
}

/*-------- BREADCRUMBS -------------*/
.articlegroup-4693950 .slot--breadcrumbs /* Ramdetaljer */ {
  position: absolute;
  margin-top: 20px;
  z-index: 10;
}
.articlegroup-4693950 .tws-breadcrumbs a /* Ramdetaljer */ {
  color: #fff;
}
.articlegroup-4693950 .nordic--body-wrapper,
.articlegroup-4693950 .nordic--main-wrapper /* Ramdetaljer */ {
  padding-top: 0 !important;
}
.articlegroup-4693950 .customPageItem:first-child /* Ramdetaljer */{
  margin-top: 0;
}
/*---------*/

.tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading, 
.tws-custom-page--articlegroups-heading .tws-util-heading--heading, 
.tws-custom-page--article-heading .tws-util-heading--heading {
  font-family: var(--heading);
  text-transform: uppercase;
  color: var(--blue);
}

@media only screen and (min-width: 1200px) {
   .tws-article-list--list .tws-list--type-grid .tws-list--grid-item,
   .tws-container--tws-articles-two-type-carousel .tws-list--grid-item {
      margin: 10px;
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-3 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-3 .tws-list--grid-item {
      max-width: calc(33.3% - 20px);
      -ms-flex-preferred-size: calc(33.3% - 20px);
      flex-basis: calc(33.3% - 20px);
      width: calc(33.3% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-4 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-4 .tws-list--grid-item {
      max-width: calc(25% - 20px);
      -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px);
      width: calc(25% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-5 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-5 .tws-list--grid-item {
      max-width: calc(20% - 20px);
      -ms-flex-preferred-size: calc(20% - 20px);
      flex-basis: calc(20% - 20px);
      width: calc(20% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-6 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-6 .tws-list--grid-item {
      max-width: calc(16.6% - 20px);
      -ms-flex-preferred-size: calc(16.6% - 20px);
      flex-basis: calc(16.6% - 20px);
      width: calc(16.6% - 20px);
   }

   .tws-list--type-carousel .tws-list--grid-item {
      width: calc(100% - 20px) !important;
   }
}

.tws-list--type-carousel .tws-list--grid-item {
    width: calc(100% - 20px) !important;
}
.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text,
.nordic--article-images .slot--article-labels .tws-article-labels--special-offer .tws-article-labels--label-text {
  background: var(--orange);
  border-radius: 50%;
  padding: 14px 6px 12px;
  font-size: 13px;
}

.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
  box-shadow: none;
  border-top: 1px solid #ebebeb;
}
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
  font-size: 16px;
}
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
  font-weight: 500;
}
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--price, 
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-api-price {
  display: flex;
  align-items: center;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-regular {
  font-size: 15px;
  margin: 0 0 0 10px;
  order: 2;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: .01px;
    order: 1;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown,
.slot--article-price .tws-api--price-current.tws-api--price-both-shown {
  color: var(--orange);
}

.tws-article-list--list .tws-article-list--buy-button .btn .ladda-label, 
.tws-article-list--list .tws-article-list--buy-button .btn .tws-article-list--choices-button-text, 
.tws-article-list--list .tws-article-list--buy-button .btn .tws-article-list--show-more-button-text,
.nordic--buy-button-group .slot--article-buy-button .btn {
  font-family: var(--heading);
}

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button:after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button:after,
.nordic--buy-button-group .slot--article-buy-button .btn:after {
  display: none;
}

.tws-article-list--list .tws-article-list--buy-button .btn,
.nordic--buy-button-group .slot--article-buy-button .btn {
  background: var(--blue);
  border: 0;
}
.nordic--buy-button-group .slot--article-buy-button .btn:hover {
  background: var(--orange);
}
/*--------------------------------
PRODUCT PAGE
---------------------------------*/
.tws-article-name h1 {
  color: var(--blue);
}
.tws-article-choices .tws-react-common--form-item.form-group {
  display: flex;
  flex-wrap: wrap;
}
.tws-react-common--choice-label {
  order: 1;
  color: var(--blue);
}
.tws-article-choices .tws-react-common--form-item.form-group span {
  order: 2;
  margin-left: 6px;
}
.tws-article-choices .tws-react-common--form-item.form-group select {
  order: 3;
  flex: 0 0 100%;
  margin-top: 6px;
}
.slot--article-description {
  border: none;
}
.tws-article-description--text-container {
  max-height: none;
}
.slot--article-description .tws-article-description {
  max-width: 800px;
  margin: 0;
  padding: 0 20px;
  text-align: left;
}
.slot--article-description .tws-article-description .tws-article-description--heading,
.slot--article-description .tws-article-description .tws-article-description--article-number {
  text-align: left;
}
/*------ TABS ON ARTICLE PAGE -------*/
.nordic--article-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.nav.nav-tabs {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    border: none;
}
.nav.nav-tabs > li {
    display: inline-block;
    padding: 5px 7.5px;
    background: var(--gray);
    width: auto;
    text-align: center;
  margin: 0 2.5px;
}
.nav.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav.nav-tabs > li.active {
    background: var(--blue);
}
.nav.nav-tabs > li.active a,
.nav.nav-tabs > li.active a:hover{
    color: #fff !important;
    background: transparent;
    border-color: transparent;
}
.nav.nav-tabs > li a {
    color: #fff;
    text-decoration: none;
    line-height: 1;
}
.nav.nav-tabs > li a:hover {
  border-color: transparent;
}
.tab-content {
    border: 1px solid var(--gray);
}
.tab-content .fade {
    display: none;
}
.tab-content .fade.active {
    display: block;
}

/*---- ARTICLE PAGE FOOTER -----*/
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
  font-family: var(--heading);
  text-transform: uppercase;
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 5px;
}
tws-util-heading.tws-util-heading.tws-articles-two--heading::after {
    content: "";
    background: var(--orange);
    width: 150px;
    height: 2px;
    display: block;
    margin: 0 auto 20px;
}
/*--------------------------------
FOOTER
---------------------------------*/
.nordic--footer {
  font-size: 15px;
}
/* .nordic--footer h3 {
  color: var(--orange);
} */
@media (min-width: 992px) {
  .nordic--footer-left {
    width: 25%;
  }
  .nordic--footer-mid-left {
    width: 45%;
  }
  .nordic--footer-mid-right {
    width: 10%;
  }
  .nordic--footer-right {
    width: 20%;
  }
}
.nordic--footer .nordic--footer-left img {
  max-width: 200px;
}
.nordic--footer-left p {
  margin-bottom: 0;
}
/*--------------------------------
CHECKOUT
---------------------------------*/

/*--------------------------------
CUSTOM PAGES
---------------------------------*/

/*------------------------------------------
--------- M E D I A  Q U E R I E S ---------
------------------------------------------*/

@media (max-width: 991px) {

  /*----------- TOPBAR ----------*/
  
.nordic--top-bar .nordic--top-bar-wrapper .nordic--top-bar-left {
    float: left;
    display: block;
    width: 100%;
}
.slot--top-bar-selling-points {
  width: auto;
}

.slot--top-bar-selling-points ul li {
    left: 0;
    text-align: center;
    width: 100%;
}

  /*--------- HEADER ---------*/
  .nordic--search-button:before {
    -webkit-text-stroke: 1px #fff;
  }
  .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity {
    background: var(--orange);
    border-radius: 9px;
    border: 1px solid var(--orange);
    font-size: 12px;
    padding: 2px 5px 0;
    color: #fff;
    top: 3px;
    font-weight: normal;
}
.slot--header-search {
  width: 100%;
}
/*--------- STARTPAGE ----------*/
.nordic--start-page .nordic--component-container>div.mobile-only .tws-content-box--inner-wrapper .tws-content-box--table .wrappContent {
  padding: 0 15px;
}
  .categories.tws-container--tws-content-box-4x .tws-content-box-4x.row .tws-content-box-4x--box {
    width: calc(50% - 20px);
  }
  
  .tws-article-list--list .tws-list--grid-item {
    max-width: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .usp .usp-section {
    padding: 15px 0;
  }
  .usp .usp-section .col-md-3 {
    flex-direction: column;
    text-align: center;
  }

  /*--------- PRODUCT CATEGORIES --------*/
  section.category-hero .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  section.category-hero .category-info {
    max-width: none;
    font-size: 16px;
    padding: 60px 0 30px;
  }
  section.category-hero .category-info h1 {
    font-size: 30px;
    word-break: break-all;
  }
    section.category-hero .category-info .category-usp .bi {
    font-size: 28px;
  }
  section.category-hero .category-info .category-usp .col-xs-6 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  /*----------- PRODUCT PAGE ------------*/
  .nav.nav-tabs > li a {
    font-size: 13px;
    padding: 5px 7px;
  }

}