/* Google meny länk färg */
.tws-vertical-menu a {
    cursor: pointer;
    outline: none;
  	color: #ffffff;
}

/* Logga in text storlek */
.tws-login--login-text {
    font-size: 14px;
}

/* Rubrik Meny padding */
.tws-vertical-menu .tws-vertical-menu--header {
    padding:  0px 20px;
  	margin-top: 20px;
}

/* Menytext */
.tws-mega-menu--open-button-text {
    font-size: 14px;
    color: #333;
}

/* Språkväljare mobilmeny */
.tws-audience-selector-inner {
    font-size: 14px;
    color: #fff;
  margin-bottom: 20px;
}

/* Menyknapp */
.tws-mega-menu--search-button .fa-bars, .tws-mega-menu--search-button .fa-search, .tws-mega-menu--open-button .fa-bars, .tws-mega-menu--open-button .fa-search {
    font-size: 24px;
    margin-right: 5px;
    color: #333;
}

/* Överstruket-pris-produkt-bak */
.tws-article-price .tws-api-price .tws-api--price-regular, .tws-horizontal-flip-list--price .tws-api-price .tws-api--price-regular {
    font-size: 22px;    
  	display: -webkit-flex;
    display: flex;
    line-height: normal;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    opacity: 0.6;
    float: right;
    margin-top: 5px;
}

/* Pris-produkt-bak */
.tws-article-price .tws-api-price .tws-api--price-current, .tws-horizontal-flip-list--price .tws-api-price .tws-api--price-current {
    font-size: 30px;  
  	display: -webkit-flex;
    display: flex;
    line-height: normal;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 10px;
    float: left;
  }

/* Pris-produkt-fram */
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-current, .tws-article-list--list .tws-list--type-carousel .tws-api-price .tws-api--price-current, .tws-article-search-page--list .tws-list--type-carousel .tws-api-price .tws-api--price-current {
  	font-size: 20px;  
  	display: -webkit-flex;
    display: flex;
    line-height: normal;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 10px;
    float: left;
}

/* LÄGG-I-VARUKORGEN-knappen */
.tws-article-buy-button-with-modal--buy-button, .btn, .tws-articles-connected--show-more-button, .tws-articles--show-more-button, .slot--my-pages-logout div.tws-login a {
  	border: none;
    background: #ed6a3b;
    color: #fafafa;
    border: 0px solid #ed6a3b;
    border-bottom: 0px solid #904f37;
    transition: .3s ease background, .3s ease color !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 16px;
    display: inline-block;
    white-space: normal;
    z-index: 1;
}

/* LÄS-MER-knappen */
a.btn-default, a.tws-articles-connected--show-more-button, a.tws-articles--show-more-button, a.tws-newsletter-subscribe--subscribe-button, .slot--my-pages-logout div.tws-login a, .btn-default, .tws-articles-connected--show-more-button, .tws-articles--show-more-button, .tws-newsletter-subscribe--subscribe-button, .slot--my-pages-logout div.tws-login a {
    background: #D4AC0D;
    color: #ffffff;
    border-color: #f4d03f;
    border: 0px solid;
    border-bottom: 0px solid;
    text-decoration: none;
}

/* NYHET */
.tws-article-labels--new .tws-article-labels--label-text {
    background: #ed6a3b;
    border-color: #ed6a3b;
    color: #fafafa;
  }

/* Produktssida-beskrivande-text */
.tws-article-name h1 {
    font-size: 26px;
  	line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
}

/* Ram-knappar */
.tws-articlegroup-list .tws-list--grid-item .thumbnail {
    justify-content: flex-start;
    background: #ed6a3b;
    border: 0px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

/* Knappar */
.tws-articlegroup-list .caption {
    border-radius: 6px;
    background: #ed6a3b;
    border-bottom: 0px solid;
}

/* Text-i-knappar */
.tws-articlegroup-list .tws-list--grid-item .caption a {
    font-size: 16px;
    color: #ffffff;
  	text-align: center;
   	display: block;
    font-weight: 600;
}

/* Rea-rubrik-framsida */
.tws-util-heading--heading.undefined {
    font-size: 30px;
    letter-spacing: 0.3px;
		line-height: 32px;
  	font-weight: 600;
    margin-bottom: 20px;
}

/* Rea-rutan */
.tws-article-labels--special-offer .tws-article-labels--label-text {
  	background: #ed6a3b;
    border-color: #ed6a3b;
    color: #fafafa;
}

/* Produkttext */
.tws-article-list--article-name .tws-util-heading--heading {
    font-size: 15px;
    letter-spacing: 0.3px;
		line-height: 18px;
  	font-weight: 400;
}

/* Back-to-top-button */
.fabrikk--back-to-top {
position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}
.fabrikk--back-to-top a {
    cursor: pointer;
    color: #fff;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #226AAF;
    text-align: center;
    line-height: 30px;
    opacity: 0.6;
    font-size: 0;
}
.fabrikk--back-to-top a:before {
    content: "\f106";
  	font-family: "fontawesome";
		font-size: 22px;
	  position: relative;
    left: 5px;
}

.fabrikk--back-to-top a:hover {
  background-color: #7aa5cf;
  text-decoration: none;
}

/* Lägg till skugga för samtliga produktlistor */
.tws-article-list--list .tws-list--list .thumbnail {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.tws-article-list--list .tws-list--list .thumbnail:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.56) !important;
}

.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 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels, .using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

/* Test 2 - Produktkort searchsidor */
.fabrikk--article-search-results .slot--article-search-results .tws-list .tws-list--type-grid .tws-list--grid-item {
    border: 1px solid #bababa !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.fabrikk--article-search-results .slot--article-search-results .tws-list .tws-list--type-grid .tws-list--grid-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.56) !important;
} 

.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image {
    border: none !important;
}


.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 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels, .using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

/* Test 6 - Sökruta */

.fabrikk--header > .slot--mega-menu > .tws-mega-menu > .tws-mega-menu--buttons .tws-mega-menu--search-button {
    display:none !important;
}

.tws-mega-menu--search-bar {
    position:absolute !important;
    top: -77px !important;
    left:15px !important;
}

.tws-mega-menu--search-bar .tws-article-search {
    border:none !important;
}

.tws-mega-menu--search-bar .tws-article-search > input {
    width: 270px !important;
    border: solid 2px rgb(35, 105, 175) !important;
    background-color:white !important;
}

.tws-mega-menu--search-bar .tws-article-search > input::placeholder {
    color:#222 !important;
    opacity:1 !important;
}

.tws-mega-menu--search-bar .tws-article-search .dropdown-menu {
    position:relative !important;
    top:0 !important;
}

.tws-mega-menu--search-bar .tws-article-search span::before {
    color: #2369af !important;
}

@media screen and (max-width:1152px) {
    .fabrikk--header-wrapper .tws-logo  .tws-img--image {
        width:400px !important;
    }
}

@media screen and (max-width:1100px) {
    .tws-mega-menu--search-bar .tws-article-search > input {
        width: 250px !important;
    }
    
    
    
}

@media screen and (max-width:991px) {
    .tws-mega-menu--search-bar {
        position:relative !important;
        top: auto !important;
        left:auto !important;
    }
    
    .tws-mega-menu--search-bar .tws-article-search > input {
        width:100% !important;
        border: solid 2px rgb(35, 105, 175) !important;
    }
    
}

/* Presentkort ta bort frivillig */
.tws-react-common--form-item-string{
    font-size: 15px;
    letter-spacing: 0.3px;
		line-height: 18px;
  	font-weight: 400;
}

/* Ändra text på "Rabattkod/Presentkort" i kassan */
.slot--checkout-discount .tws-discount-field--enter-discount-btn {
	font-size: 0;
}
.slot--checkout-discount .tws-discount-field--enter-discount-btn::before {
	font-size: 16px;
  content: "Presentkod";
}

.checkout .fa-caret-down:before {
	font-size: 16px !important;
}

/* Fix bredd till Klarnas widget */
@media only screen and (max-width:448px){
.homepage-promotion-wide {
    width: 420px !important;
}
}

/* Sticky Abicart */

.fabrikk--header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* PLP Mobile - Tightare produktsidor */
p.h2.tws-article-description--heading {
   display: none;
}

.slot--article-share {
   display: none;
}

.fabrikk--article-links {
   margin-bottom: 0px !important;
}

.fabrikk--article-top {
   padding-bottom: 20px !important;
}

h2.tws-util-heading--heading.undefined {
   margin-bottom: 0px;
}

.tws-article-introduction--text {
   padding-top: 0px;
   padding-bottom: 0px;
}

/* Test av breddval */
@media screen and (max-width:991px) {
  .slot--article-buy-button {
   position: fixed;
   bottom: 0px;
   left: 0px;
   z-index: 100;
 	 background: #ffffff;
   padding: 0px 0px 0px 0px;
}


/* Ändra höjd på antalväljare */
.tws-article-quantity {
  width: 52px;
  height: 40px;
  }
  
  
  /* Ändra lägg till knappen */
  .tws-article-buy-button-with-modal--buy-button, .btn, .tws-articles-connected--show-more-button, .tws-articles--show-more-button, .slot--my-pages-logout div.tws-login a {
    border: none;
    background: #ed6a3b;
    color: #fafafa;
    border: 0px solid #ed6a3b;
    border-bottom: 0px solid #904f37;
    transition: .3sease background, .3sease color !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 3px;
    padding: 15px 15px;
    font-size: 18px;
    display: inline-block;
    white-space: normal;
    z-index: 1;
}
    /* Ändra marginal på bevakningsknappen */
  .form-group {
    padding: 15px 15px;
      margin-bottom: 0px;
}
  
  /* Ändra marginal på text ovan bevakningsknappen */
  label {
    padding: 15px 15px;
    max-width: 100%;
    font-weight: 700;
}
  
