/* Styla text */
.bountiful--body {
    background: #fff;
    font-size: 13px;
    color: #000; !important
}

.slot--header-top {
  position: absolute;
  top: 0px;
  width: 10px;
  background: #000;
}

/* CTA BAR */
.bountiful--top-bar {
      background: #000;
}

/* Menyknappval styling */
.slot--header-horizontal-menu .navbar-nav>li a {
    font-weight: 600;
    color: #000 !important;
    background: #fff;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0.1px;
    display: inline-block;
    padding: 20px 10px;
}

/* Menyknappval box */
    .slot--header-horizontal-menu {
      background: #f8f8f8;
}


/* Storlek på sökbar */
 .slot--header-search input.form-control {
	width: 300px;
   height:45px;
   background: #4d4d4d;
   border-radius: 6px;
   -webkit-box-shadow: inset 0 2px 3px -2px #000;
   box-shadow: inset 0 2px 3px -2px #000;
}


/* Sökikon */
.fa-search:before {
    color: white;
}


/* Varukorgknapp FET och caps */ 
.slot--header-cart {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    border-radius: 12px;
}

/* Varukorg siffra på items FET och caps */ 
@media only screen and (min-width: 992px) {
    .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity {
        font-size: 15px;
        font-weight: 800;
    }
}

/* Rundare knapp varukorgsknapp */
@media only screen and (min-width: 992px) {
    .slot--header-cart .tws-mini-cart--header-cart-button {
        height: 45px;
        line-height: 45px;
        border-radius: 5px;
      padding: 0 25px 0 25px;
    }
}


/* Avstånd undermenyer */
.tws-top-menu--mega-menu>li {
    height: 45px;
}


/* TAB BORT PRICKAR */ 
.tws-container--tws-image-carousel .slick-dots { 
display: none !important; 
} 
/* TAB BORT PILAR */ 
.tws-container--tws-image-carousel button[type=button].slick-arrow.slick-prev, 
.tws-container--tws-image-carousel button[type=button].slick-arrow.slick-next { 
display: none !important; 
}