
/* Minska storlek på wrappern runt hela sidans body */
.bountiful--body .bountiful--body-wrapper {
        padding: 15px 30px;
}


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

/* Produktkategorisida -ta bort breadcrumbs */
.articlegroup .slot--breadcrumbs {
  display: none;
}

/* Produktkategorisida - flytta upp bild */
.articlegroup .bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
    background: #fff;
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

/* Produktsketegorisida - flytta upp bild mer med content */
.customPageItem {
    margin: 0 0 0 0;
}


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

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

.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
    background: #fff;
    border-radius: 3px;
    padding: 30px 15px 60px 15px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}


/*placera sökboxen i mitten */
.slot--header-search {
 	justify-content: right;
	padding: 0 40px 0 0;
}

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

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

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

/* Mellanrum mellan kaegorier/ menyval*/
.slot--header-horizontal-menu .navbar-nav>li+li {
        margin: 0 0 0 0px;
    }

/* Dropwodn meny typsnitt */
.slot--header-horizontal-menu .navbar-nav .dropdown-menu li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #000;
}

/* Datormeny bara minska avstånd mellan huvudbanner och topp/botten */
@media only screen and (min-width: 992px) {
    .bountiful--header .bountiful--header-wrapper {
        padding: 0px 40px;
    }
}


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


/* Dator Fri frakt notis större */ 

@media only screen and (min-width: 992px) {
    .slot--header-shipping-notice {
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        right: 4vh;
        padding: 3px 25px 3px 25px;
    }
}

/* Party popper efter fri frakt */
span.tws-free-shipping-notice--cost-reached:before {
    content: "✔️ ";
}

span.tws-free-shipping-notice--cost-reached:after {
    content: " !";
}

/* Varukorgknapp FET och caps */ 
.slot--header-cart {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    border-radius: 12px;
}
/* Varukorg sifffra 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ånder undermenyer */
.tws-top-menu--mega-menu>li {
    height: 45px;
}

/* Färg, mindre tysnitt och högeralign på top bar, ta bort låset på höjd MIN HEIGHT */
#texbar {
    font-size: 12px;
    text-align: centrera;
  background: #000000;
    min-height: 0px;
}

/*
.slot--texbar {
    height: 30px;
}

.tws-texbar {
      height: 30px;
}
*/
#texbar span {
    line-height: 10px;
    display: block;
    margin-top: 10px;
    padding: 5px 0;
}


/* Ta bort kryss för top bar */
.fa-lg {
    display: none;
}

/* Kategorisidor / Stil på Knappar till texter */
.button-cat {
    width: 100%;
    background-color: #ffffff;
    color: #000;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  border: 1px black;
  display: block;
  text-decoration: none;
}

/* Kategorisidor / Spacing på Rubriker (uppåt) */
.tws-util-heading {
    margin-top: 50px;
}


/* Länkar - hoover brand color vid Hoover ENDAT PÅ BOXAR */
a.button-cat:hover {
 color: #000 !important; 
}

/* Länkar - Underline vid Hoover Org hex #18272F  ENDAT PÅ BOXAR*/
a {
  position: relative;
}

a.button-cat::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #F37F00;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a.button-cat:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


/* SEARCHBOX DROP DOWN MENU SHADOW */
.slot--header-search .tws-article-search .dropdown-menu {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    max-height: 100vh;
}


/* KASSA - TA BORT LAND OCH PRIVAT/FÖRETAG OCH DELIVERY */
.opc-checkout--shortcuts {
    display: none;
}

.tws-checkout--delivery-payment {
    display: none;
}

/* KASSA - TA BORT SHADOW PÅ BUTIKSMEDDELANDE */
.slot--checkout-introduction-text {
    color: #000;
    background: #fff;
    margin: 0 0 30px 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    padding: 25px 15px;
}

/* 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; 
}
