.tws-article-price--compare-at-price {
  display: none !important;
}

@media (max-width: 767px) {
  .emporium--footer-left,
  .emporium--footer-mid-left,
  .emporium--footer-mid-right,
  .emporium--footer-right .kontaktaoss {
    display: none;
  }
  .emporium--footer {
    padding: 50px 0 40px 0;
  }
  .emporium--footer .emporium--footer-right {
    max-width: 767px;
  }
  .emporium--footer .social img {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 3px;
    margin: 0px 2px 8px 2px;
  }
}
@media (min-width: 768px) {
  .emporium--footer-right .accordion {
    display: none;
  }
}

/* --- FOOTER ACCORDION --- */

.emporium--footer input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.emporium--footer .accordion {
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 3px;
  border-radius: 3px;
}
.emporium--footer .accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background: #000000;
  color: #fff;
  font-size: 16px;
}
.emporium--footer .accordion-content {
  max-height: 0;
  padding: 0 1em;
  background: #000000;
  transition: all 0.35s;
  text-align: left;
  font-size: 15px;
}
.emporium--footer input:checked ~ .accordion-content {
  max-height: 100vh;
  padding: 1em;
  background: #000000;
  text-align: left;
}

.emporium--footer .accordion label {
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.emporium--footer .accordion label::after {
  font-family: fontawesome;
  content: "\f067";
  font-size: 18px;
  font-weight: 400;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000000;
}

.emporium--footer input:checked + label::after {
  font-family: fontawesome;
  content: "\f068" !important;
  font-size: 18px;
  font-weight: 400;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

/* --- END FOOTER ACCORDION --- */

.slot--header-horizontal-menu
  .navbar-nav
  .tws-top-menu--mega-menu
  > .tws-top-menu--sub-item
  > .tws-top-menu--sub-item-heading {
  font-weight: normal;
}

/* --- NY SKYLTFÖNSTER GRID --- */

@media (min-width: 992px) {
  .desktop-only .tws-content-box-3x.row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 10px;
  }
  .desktop-only .tws-content-box-3x.row::before {
    display: none;
  }
  .desktop-only .tws-content-box-3x--box.tws-content-box-3x--box-1,
  .desktop-only .tws-content-box-3x--box.tws-content-box-3x--box-2 {
    width: 100%;
  }
  .desktop-only .tws-content-box-3x--box.tws-content-box-3x--box-3 {
    grid-column: 2;
    grid-row: 3;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
  .mobile-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .tws-theme-foundation-content--done .emporium--main-wrapper {
    overflow: hidden !important;
  }
  .desktop-only {
    display: none;
  }
  .hero {
    margin-bottom: 3px !important;
  }
  .mobile-only {
    margin-top: 4px !important;
  }
  .mobile-only .tws-content-box-2x--box {
    padding: 0 2px;
    margin: 0 0 0px 0 !important;
  }

  .mobile-only .tws-content-box-2x--box .tws-content-box--first-line {
    background: rgba(0, 0, 0, 0);
    padding: 6px 20px 4px 20px;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 4px;
  }

  .startpage .emporium--body-wrapper {
    padding: 0;
  }

  /*
  .mobile-only .tws-content-box--cell,
  .mobile-only .tws-content-box--cell .wrappContent  {
    width: 100%;
}
*/
}

/* NEW HEADER */
@media (min-width: 992px) {
  .emporium--header-search {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 500px;
    z-index: 2;
    background: transparent;
    box-shadow: none;
    -webkit-transform: translateY(10px);
    transition: none;
    opacity: 1;
    pointer-events: auto;
    z-index: 0;
    max-width: 780px;
    margin: 0 auto;
    height: 50px;
  }

  .emporium--header-search .slot--header-search {
    max-width: 500px;
  }

  .emporium--header .emporium--header-wrapper {
    padding: 10px 30px 20px 30px;
  }

  .emporium--search-button {
    display: none;
  }

  .slot--header-cart {
    bottom: 14px;
  }

  .slot--header-shipping-notice {
    bottom: 34px;
  }

  .slot--header-horizontal-menu {
    padding-top: 80px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .emporium--body {
    padding-top: 30px;
  }
  .emporium--header-search {
    bottom: -25px;
    opacity: 1;
    pointer-events: all;
  }
  .emporium--search-button {
    display: none;
  }
  .slot--header-shipping-notice {
    bottom: 20px;
    z-index: 9;
  }
  .emporium--header-menu-button {
    width: 50px;
  }

  .slot--header-logo {
    margin-left: 0;
  }

  .slot--header-horizontal-menu .tws-login {
    display: none;
  }
}

/* LOGIN */

@media (min-width: 992px) {
  .slot--top-bar-login {
    position: relative;
    bottom: 16px;
    right: 30px;
  }
}

@media (max-width: 991px) {
  .slot--top-bar-login {
    position: relative;
    right: 24px;
    bottom: 6px;
  }
  .slot--top-bar-login a {
    min-width: 100px;
  }
}

.slot--top-bar-login a {
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 12px;
}
.user-logged-in .slot--top-bar-login a {
  font-size: 0px;
}
.user-logged-in .slot--top-bar-login a::before {
  content: "Min profil";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.user-logged-in.mypages .slot--top-bar-login a {
  font-size: 12px;
}
.user-logged-in.mypages .slot--top-bar-login a::before {
  font-size: 0px;
}

/* END NEW HEADER  */

/*--make the menu item bold--*/
ul.nav.navbar-nav {
  font-weight: 900 !important;
}
/*--x--*/

@media (min-width: 992px) {
  .tws-container--tws-content-box-2x .tws-content-box--first-line,
  .tws-container--tws-content-box-3x .tws-content-box--first-line {
    font-size: 40px;
    text-shadow: none;
  }
  .tws-container--tws-content-box-2x .tws-content-box--second-line,
  .tws-container--tws-content-box-2x .tws-content-box--third-line,
  .tws-container--tws-content-box-3x .tws-content-box--second-line,
  .tws-container--tws-content-box-3x .tws-content-box--third-line {
    font-size: 28px;
    text-shadow: none;
  }
  .tws-container--tws-content-box-2x.desktop-only {
    margin-top: 0px;
  }
}

.emporium--header {
  /* background: black; */
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  .tws-container--tws-content-box-2x .col-sm-6 {
    width: 50%;
    float: left;
  }
}
/*
  @media only screen and (max-width: 767px){
.tws-container--tws-content-box-2x .tws-content-box-2x.row .tws-content-box-2x--box {
    margin: 0 0 0px 0;
    }
    .emporium--start-page .tws-articles-two--heading .tws-util-heading--heading, .emporium--start-page .tws-articlegroups--title .tws-util-heading--heading {
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    }
}
  .tws-container--tws-content-box-2x .tws-util-heading {
    display: inline-block;
    padding: 0px 6px;
    vertical-align: middle;
}
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
  font-size: 14px;
}
  .tws-container--tws-content-box-2x .tws-content-box--first-line {
    font-size: 14px;
}
  .tws-container--tws-content-box-2x .tws-content-box--cell {
  background: rgba(0,0,0, 0.4);
}
  .skyltfonster-ovan .tws-react-img--cover img {
   object-position: right;
}
}*/

/* Kontaktformuläret - Dölja rubrik */
.emporium--contact-heading {
  display: none;
}

/* Dölja lägsta pris senaste 30 dagarna - Säljer endast till B2B */
.tws-article-price--compare-at-price {
  display: none !important;
}

.tws-content-box--left {
  justify-content: flex-start;
  text-align: Left;
}

/*
@media only screen and (max-width: 992px){
.tws-content-box--table {
    padding: 0px;
    display: block !important;
    flex-direction: inherit;
    padding-top: 172px !important;
  background: #1916161c;
}
}*/

/*---- Abicart custom contact form -----*/
.hide {
  display: none;
}
.custompage-8897815 section {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.custompage-8897815 label {
  font-weight: bold;
  font-size: 16px;
}
.custompage-8897815 #abicart-dv-form {
  margin-top: 50px;
}
.custompage-8897815 #abicart-dv-form input,
.custompage-8897815 #abicart-dv-form select {
  min-height: 40px;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.custompage-8897815 #abicart-dv-form input#address,
.custompage-8897815 #abicart-dv-form input#city,
.custompage-8897815 #abicart-dv-form input#zipcode {
  width: 100%;
}
.custompage-8897815 #abicart-dv-form textarea {
  width: 100%;
  min-height: 120px;
}
.custompage-8897815 #abicart-dv-form span {
  color: red;
}
@media (max-width: 767px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line,
  .tws-content-box--table .tws-content-box--second-line {
    display: none;
  }
}
/* 2024-11-04 ANDREAS START */
/* CHANGE DEFAULT COLORS */
body:not(.user-logged-in) .tws-article-list--list .tws-article-list--buy-button .btn {
  background: #333333;
  border-bottom: 0;
}
/* NEW TEXT */
body:not(.user-logged-in) .tws-article-list--list .tws-article-list--buy-button .btn::after {
	font-family: Roboto;
  content: 'Logga in för att se priser';
  font-weight: 600;
  font-size: 11px;
}
/* EJ I LAGER */
body:not(.user-logged-in) .tws-article-list--show-more-button-text {
  font-size: 0;
}
/* "BEVAKA" */
body:not(-user-logged-in) .tws-article-buy-button-with-modal--out-of-stock-message {
	display: none;
}
.reseller {
  color: #72aeae !important;
  transition: 250ms;
  text-decoration: none;
  margin: 0 0 10px;
  text-transform: none !important;
}
.reseller:hover {
  color: #e3e3e3 !important;
}
@media only screen and (max-width: 1000px) {
  .reseller {
    margin: 0;
  }
}
/* 2024-11-04 ANDREAS END */

.tws-container--tws-articles-two-type-carousel .thumbnail, 
.tws-article-list--list .tws-list--type-grid .thumbnail,
.tws-container--tws-articles-two-type-carousel .thumbnail .caption,
.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.emporium--article-images .slot--article-images .tws-article-images--current-image,
.emporium--article-images .tws-article-images--slick-nav,
.emporium--article-top .emporium--article-right-col .emporium--article-right-col-wrapper,
.emporium--article-bottom,
.slot--article-page-footer .tws-container--tws-articles-two .tws-articles-two,
.customPageItem.customPageHtml,
.tws-articlegroups .thumbnail, .tws-articlegroup-list .thumbnail,
.tws-articlegroups .thumbnail .tws-articlegroup-list--grid-img-wrapper .tws-img--wrapper, 
.tws-articlegroup-list .thumbnail .tws-articlegroup-list--grid-img-wrapper .tws-img--wrapper
{ box-shadow: none !important;
border-bottom:0px !important;
}

.tws-article-attributes ul {
    border: none;
}

.mobile-only .tws-content-box-2x--box .tws-content-box--first-line {
background-color: ;
padding: 1px 5px;
border: none;
border-radius: 10px; /* Justera värdet för mer eller mindre rundning */
cursor: pointer;
transition: background-color 0.3s ease;
}

@media (min-width: 992px) {
	#search-input::placeholder {
		color: #000;
	}
  .emporium--header-search .slot--header-search input {
  	background: #ffffff !important;
  }
}

.emporium--body .emporium--body-wrapper {
  max-width: 1300px;
   padding-top: 10px !important;
}