.tws-container--tws-content-box-3x {
    margin-top: 0px!important;
}

/* BREDDAR HELA BUTIKEN (FULLBREDD)*/
@media only screen and (min-width: 1100px) {
  .bountiful--body .bountiful--body-wrapper .bountiful--main {
    width: 100%;
  }
}
.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bountiful--body .bountiful--body-wrapper {
padding: 0px 30px 40px 30px;
}
/* JUSTERAR PLACERING - ARTIKELNAMNET I GRUPPER */
.tws-article-list--article-name {
    text-align: center;
}
.tws-article-list--list .tws-article-list--article-name {
	margin-bottom: -8px;
}
/* TAR BORT SKUGGA OCH CENTRERAR TEXT I BOXARNA FÖR UNDERGRUPPER */
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
	box-shadow: none;
}
.tws-article-list--list .tws-list--type-grid .caption {
	align-items: center !important;
}
/* TAR BORT RAM & UTRYMME RUNT ARTIKELBILDER*/
.tws-article-list--product-image {
 border: 0 !important;
 padding: 0 !important;
}
.tws-article-list--list .tws-list--list .thumbnail, .tws-article-search-page--list .tws-list--list .thumbnail {
 padding: 0 !important;
 margin: 0 !important;
 border: 0 !important;
}
/* TAR BORT TEXTALK-LOGGA I SIDFOT */
.textalk-powered-logo {
    display: none;
}
/* JUSTERAR PLACERING PÅ ARTIKELNAMNET PÅ ARTIKELSIDA*/
.slot--article-name h1 {
	    margin: 0 0 0px 0;
}
/* TAR BORT RUNDADE HÖRN PÅ INPUT-FÄLT ETC (FORMULÄR t.ex.) / SÄTTER EN RAM MED FÄRG*/
.slot--header-search input.form-control {
	border-radius: 0px;
}
.slot--header-search input.form-control {
	    border: 1px solid #d9d9d9;
}
.slot--header-search input.form-control::placeholder {
	color: #d9d9d9;
}
/* GÖR RUBRIKER SMALARE I MENY OCH ÄNDRAR STORLEK PÅ TEXT */
.slot--header-horizontal-menu .navbar-nav>li a {
	font-weight: normal;
font-size: 12px;
padding: 15px;
}
/* TAR BORT BORDER OVAN OCH UDNER MENY*/
.slot--header-horizontal-menu {
	border-top: none;
}
.tws-top-menu .navbar-collapse .navbar-nav {
	border-bottom: none;
}
/* TAR BORT SKUGGNING MENY*/
.bountiful--header {
	box-shadow: none;
}
/* TAR BORT VARUKORG */
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img:before
{
	/*content: none;*/
}
/* TEXTSTOLEK PÅ USP I TOPPRADEN - SAMT FÄLTSTORLEKEN */
.slot--top-bar-selling-points ul li {
    font-size: 11px;
}
.slot--top-bar-selling-points ul li i {
    height: 18px;
    width: 18px;
    line-height: 16px;
    font-size: 11px;
}
/* STORLEK PÅ TEXT I MÅLGRUPPSVÄLJAREN */
.bountiful--top-bar .slot--top-bar-audience-selector .tws-audience-selector {
    font-size: 11px;
}
/* JUSTERING AV TOPPRADENS PLACERING*/
@media only screen and (min-width: 768px) {
    .bountiful--top-bar .bountiful--top-bar-wrapper {
   padding: 5px 250px;
  }
}
@media only screen and (min-width: 768px) {
  .bountiful--top-bar .bountiful--top-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
  }
}
  /* TEXTSTORLEK ARTIKELNAMN I GRUPP*/
  @media only screen and (min-width: 768px) {
    .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
  	font-size: 12px;
  }
  }
/* STORLEK OCH FÄRG PÅ PRIS I GRUPP */
  @media only screen and (min-width: 768px) {   
 .tws-article-list--list .tws-article-list--price .tws-api--price-current {  
font-size: 12px;  color: #000000; font-weight: bold;
}  
}
/*MARGINAL MELLAN BLOCK PÅ STARTSIDAN */  
  .slot--component-container .tws-container--tws-custom-html,   .slot--component-container .tws-container--tws-article-display,   .slot--component-container .tws-container--tws-articles,   .slot--component-container .tws-container--tws-articles-two,   .slot--component-container .tws-container--tws-articles-connected,   .slot--component-container .tws-container--tws-newsletter-subscribe,   .slot--component-container .tws-container--tws-event-countdown { 
    margin-top: 3px; 
    margin-bottom: 3px;
  }
  /*CENTRERAR INNEHÅLLET I KAROUSELL */
  .tws-react-common--carousel-with-article-load .tws-list--type-carousel .slick-track .slick-slide .tws-list--grid-item .thumbnail .caption {
  	align-items: center;
  }
  /* TAR BORT SKUGGA FÖR TITLAR ÖVERLAG */
  .caption {
  	box-shadow: none !important;
  }
/* STORLEK ARTIKELNAMN */
.tws-article-name h1{
 font-size: 17px; }
{ font-family: 'Avenir book'; }

/* STORLEK BESKRIVNING/ARTIKELTEXT */
.tws-article-introduction--text {
font-size: 13px;
font-family: 'Avenir light';
 }
/* PRIS STORLEK */
.slot--article-price .tws-api--price-current {
font-size: 15px; 
}
/* TA BORT KÖPKASSEN */
.bountiful--buy-button-group .slot--article-buy-button .btn:after {
  content: none!important; 
}
/* STORLEK TEXT USP */
.slot--unique-selling-points {
font-size: 13px; 
}

h3.tws-util-heading--heading.h1.tws-content-box--first-line {
    font-size: 18px;
}

a#texbar-button {
    display: none;
}
/* BLOCK FÖR STARTSIDAN BARNPOSTER */
.tws-container--tws-custom-html.barnposter {
height: 100px;
    width: 100%px;
    padding: 15px 0;
  text-align: center;
    background-color: #fff;
   margin-top: 0px; 
    margin-bottom: 0px;
  margin: 0px 0px 0px 0px;
 /* över, höger, nere, vänster */
}
/* BLOCK FÖR STARTSIDAN KLARNA */
.tws-container--tws-custom-html.klarna {
height: 180px;
    width: 100%px;
    padding: 45px 0;
  text-align: center;
    background-color: #efe0d2;
   margin-top: 0px; 
    margin-bottom: 0px;
  margin: 20px 0px 20px 0px;
 /* över, höger, nere, vänster */
}
/* BLOCK FÖR STARTSIDAN OMOSS */
.tws-container--tws-custom-html.omoss {
height: 250px;
    width: 100%px;
    padding: 45px 0;
  text-align: center;
    background-color: #f5f4f3;
   margin-top: 0px; 
    margin-bottom: 0px;
  margin: 20px 0px -40px 0px;
 /* över, höger, nere, vänster */
}

/*========== { LABEL FOR OVERALL DISCOUNTS } ==========*/
/*IKON FÖR RABATT ÖVER BILD*/
.tws-article-list--labels.tws-article-labels:before,
.bountiful--article-images .slot--article-labels:before {
  /*HÄR PÅ CONTENT SKRIVER DU "RABATTIKON" ÖVER BILD, VID CONTENT MED ""*/
    content:;
    background: #f1d2b9;
    padding: 2px 5px;
    border-radius: 3px;
    color: #000;
    transition: font-size 0.5s ;
}
.tws-article-list--labels.tws-article-labels:hover,
.bountiful--article-images .slot--article-labels:hover {
    font-size: 16px;
    text-shadow: 2px 2px 5px #fff;
  	font-weight: 600;
}
.bountiful--article-images .slot--article-labels:focus,
.tws-article-list--labels.tws-article-labels:focus {
    text-shadow: 2px 2px 5px #fff;
    font-weight: 500;
}
/* HELPING TEXT ON PRODUCT PAGE*/
.form-group.col-md-5.tws-article-quantity--input-wrapper .input-group:after {
  /*HÄR PÅ CONTENT SKRIVER DU EV TEXT FÖR ATT RABATT DRAS I KASSAN VID PRODUKT, VID CONTENT MED ""*/
    content: ;
    color: #646464;
    font-size: 12px;
    display: block;
		padding-top: 10px; 
  	margin-left: 20px;
}
li.tws-opc-cart--unit-costs-discount span.tws-opc-cart--uc-title {
  	font-size: 12px;
    background: red;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    transition: width 0.5s;
}
#top > div.bountiful--body > div > div
.bountiful--main > div > div
.bountiful--content-wrapper > div > div > div > div
.bountiful--article-top.clearfix > div
.bountiful--article-right-col > div
.bountiful--buy-button-group > div
.slot--article-quantity > div > div > div > div > span:nth-child(3) > button {
    margin-right: 10px;
}


.slot--article-description .tws-article-description
.tws-article-description--article-number {
  display:none;
  }

