/*----------- ARAMBA -----------*/
/*----- Designpaket: Silver ----*/
/*------------ 2024 ------------*/

/*------ MARQUEE ------*/
.scrolling-text {
    position: relative;
  min-height: 30px;
  margin-top: 0 !important;
  padding: 10px 0 25px 0px;
}
.scrolling-text .tws-custom-html--content {
    display: flex;
    align-items: center;
}
.marquee {
margin: 0 auto;
white-space: nowrap;
overflow: hidden;
position: absolute;
width: 98%;
text-transform: uppercase;
letter-spacing: .1em !important;
}

.marquee span {
display: inline-block;
padding-left: 100%;
animation: marquee 25s linear infinite;
}

@keyframes marquee {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(-100%, 0);
}
}








/*-------------------------
BOUNTIFUL GENERAL
--------------------------*/

@media only screen and (min-width: 1100px) {
  .startpage .bountiful--sidebar,
  .article .bountiful--sidebar {
    float: left;
    display: none;
  }
  .startpage .bountiful--body .bountiful--body-wrapper .bountiful--main,
  .article .bountiful--body .bountiful--body-wrapper .bountiful--main {
	float: none;
    width: 100%;
    margin-left: 0;
  }
}

.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
  box-shadow: none;
  padding: 0px;
}

.startpage .bountiful--body .bountiful--body-wrapper {
  max-width: 1440px;
      padding: 0px !important; /* 20px 30px */
}
.startpage .tws-container--tws-content-box-4x,
.startpage .tws-container--tws-articles-two.products.tws-container--tws-articles-two-type-carousel {
  padding: 20px 30px;
} 


.slot--top-bar-selling-points ul {
	text-align: center;
}
.slot--top-bar-selling-points ul li {
  margin: 0px 8px 0px 0px;
  display: inline-block;
  font-size: 12px;
}
.slot--top-bar-selling-points ul li i {
-webkit-text-stroke: 2px #f1f1f1;
  text-stroke: 2px #f1f1f1;
  font-size: 16px;
  position: relative;
  top: 2px;
}

@media(max-width:767px) {
	.slot--top-bar-selling-points ul li {
  display: inline-block;
  font-size: 12.5px;
  margin: 0px 4px 2px 0px;
}
 }

.tws-audience-selector--audience-button-text {
  text-transform: inherit;
}
.slot--top-bar-audience-selector .tws-audience-selector .tws-audience-selector--audience-button .tws-audience-selector--audience-button-icon-container {
  display: none;
}

/*-------------------------
BOUNTIFUL HEADER
--------------------------*/

.bountiful--header {
  box-shadow: none;
}

@media (min-width: 1100px) {  
.bountiful--header .bountiful--header-wrapper .bountiful--header-left {
    order: 2;
    width: 700px;
}   
.bountiful--header .bountiful--header-wrapper .bountiful--header-left .slot--header-search input.form-control {
    width: 630px;
    background: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  border-left: 4px solid #333;
}
.bountiful--header .bountiful--header-wrapper .bountiful--header-middle {
		    order: 1;
}   
    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle .slot--header-logo,
    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle .slot--header-logo .tws-logo {
			    margin: 0;
}
    .bountiful--header .bountiful--header-wrapper .bountiful--header-right {
    order: 3;
}
  .bountiful--header .bountiful--header-wrapper {
    padding: 10px 30px 8px 30px;
}
 }


.slot--header-search .fa-search::before {
    font-family: 'Material Symbols Outlined';
    content: "\e8b6";
    font-size: 30px;
    color: #000;
    font-weight: 200;
    position: relative;
    left: 4px;
}

 .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
    font-family: 'Material Symbols Outlined';
    content: "\e8cc";
    font-size: 30px;
    color: #000;
    font-weight: 200;
  }


/* ---- HORIZONTAL MENU ---- */

.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}

.slot--header-horizontal-menu {
  border-top: none;
}

.slot--header-horizontal-menu .navbar {
  text-align: left;
  padding: 0;
}

.slot--header-horizontal-menu .nav.navbar-nav {
  text-align: center;
}

.slot--header-horizontal-menu .tws-top-menu--dropdown-menu-li {
  border: 1px solid #333;
  border-radius: 3px;
  margin: 4px;
    background: #333;
}
.slot--header-horizontal-menu .tws-top-menu--dropdown-menu-li:hover {
    background: #333;
}
.slot--header-horizontal-menu .navbar-nav > li a {
	font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 16px 6px 16px;
  letter-spacing: 0;
  color: #fff;
  transition: all 0.5s ease;
}

.slot--header-horizontal-menu .navbar-nav > li a:hover {
transition: all 0.5s ease;
  color: #dadada !important;
}

.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item {
  width: 20%;
}

/* ---- HEADER CAMPAIGN ---- */

.slot--header-bottom {
  text-align: center;
  background: #e74c3c;
  color: #fff;
  margin-top: 2px;
}

@media(max-width:767px) {
  .slot--header-bottom {
  display: none;
  }
  .bountiful--header {
  border-bottom: 2px solid #00685c;
}
}

/*-------------------------
BOUNTIFUL STARTPAGE
--------------------------*/

.bountiful--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.bountiful--start-page .tws-articlegroups--title .tws-util-heading--heading {
  border-bottom: none;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 1.4rem);
  font-weight: normal;
  text-transform: uppercase;
}

.tws-container--tws-content-box-4x .tws-content-box--inner-wrapper {
  background: rgba(0,0,0, 0.1);
}

.tws-container--tws-content-box-4x .tws-content-box--first-line {
    font-size: 28px !important;
  }

.tws-container--tws-content-box-4x .tws-content-box--second-line {
		 background: rgba(0, 0, 0, 0.8);
		display: inline-block;
		padding: 10px 18px 11px 18px;
	border: 1px solid #A9A9A9;
  border-left: 4px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
		text-transform: uppercase;
    text-shadow: none !important;
	  margin-top: 20px !important;
	  font-weight: 600 !important;
		font-size: 13px !important;
        box-shadow: 2px 2px 6px #303030;
}

.tws-container--tws-content-box-4x .tws-content-box--second-line::after {
		content: '\2192';
		font-size: 14px;
		color: transparent;
	  transition: all 0.5s ease;
}
.tws-container--tws-content-box-4x .tws-content-box--second-line:hover::after {
		color: #ffcd1d;
 		padding-left: 10px;
	  transition: all 0.5s ease;
}


@media (min-width: 768px) {
.brands .col-sm-6 {
    float: none;
    display: inline-block;
  max-width: 400px;
  }
.brands .row {
  text-align: center;
}
}

.brands  {
	max-width: 1200px !important;
  margin: 0 auto !important;
}

.brands .tws-content-box-3x--box {
padding: 10px 30px !important;
}
 
/*-------------------------
BOUNTIFUL PRODUCT GROUP PAGE  
--------------------------*/

/* --- SIDE BAR MENU --- */

 .bountiful--sidebar .tws-vertical-menu-light {
    box-shadow: none;
  }
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level>li {
  border-bottom: 1px solid #dedede;
}

@media only screen and (min-width: 1100px) {
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    padding: 6px 6px 6px 0;
  }
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--expand-children {
  display: none;
}
.bountiful--sidebar .tws-vertical-menu-light--level .tws-vertical-menu-light--inner-ul .tws-vertical-menu-light--level .tws-vertical-menu-light--articlegroup.open.active {
font-weight: normal;
  text-decoration: underline;
}


@media only screen and (max-width: 1099px) {
.slot--sidebar .tws-container--tws-vertical-menu-light {
  display: none;
}
 }

/* --- END SIDE BAR MENU --- */

.articlegroup .tws-articlegroup-list .thumbnail .tws-articlegroup-list--grid-img-wrapper {
	display: none;
}
.articlegroup .tws-articlegroup-list .thumbnail {
	border: none;
  box-shadow: none;
}
.tws-articlegroup-list .thumbnail .caption {
padding: 4px 12px 6px 12px;
  border: 1px solid #333;
  border-radius: 6px;
}
.articlegroup .tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.bountiful--buy-button-group .slot--article-buy-button .btn::after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button::after {
  display: none;
}

.tws-container--tws-articles-two-type-carousel .thumbnail .caption {
  box-shadow: none;
}

/* --- BUY BUTTON --- */

@media(min-width:768px)  {
 
.slot--article-quantity .tws-article-quantity--input-wrapper {
    max-width: 160px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    max-width: 240px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }

.tws-article-list--list .tws-article-list--price {
  margin: 10px 0 10px 0;
}

.slot--article-description {
  border: none;
  padding: 0;
}

/* --- STORLEKAR --- */

.custompage-9001111 .slot--custom-page .col-md-3 {
text-align: center;
}

.custompage-9001111 .slot--custom-page .col-md-3 span {
  background: #333;
  color: #fff;
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 4px;
  line-height: 40px;
}

/*-------------------------
BOUNTIFUL FOOTER
--------------------------*/

.bountiful--footer {
    margin: 0;
}
.bountiful--footer ul {
    padding-left: 0;
    list-style: none;
}
.bountiful--footer .titles {
    text-transform: uppercase;
    font-weight: 600;
}
.bountiful--footer ul li {
    line-height: 1.5;
}
.bountiful--footer .fa-caret-right {
    color: #888888;
	  font-size: 14px;
    padding-right: 4px;
}
.bountiful--footer-right ul li {
  line-height: 2.2;
}
.bountiful--footer-right ul li i {
	font-size: 22px;
  padding-right: 16px;
  vertical-align: middle;
}