/*-------------------------------------------
--------------- TEMA: VISION ----------------
--------------------------------------------*/
:root {
   --ShopWindow-button: #191919;
   --ShopWindow-buttonText: #eee;
   --TextBelow-background: #191919;
   --TextBelow-button: #eee;
   --TextBelow-buttonText: #191919;
   --headingFont: "Playfair Display", serif;
   --highlightColor: #b59460;
}

::selection {
   background: var(--highlightColor) !important;
   color: #fff !important;
}

/*-------------------------
ANIMATIONS
---------------------------*/
@keyframes FadeInText {
   0% {
      transform: translateY(100%);
      opacity: 0;
   }

   100% {
      transform: translateY(0);
      opacity: 1;
   }
}

/*--------------------------------
GENERAL
---------------------------------*/
body {
   font-size: 15px;
}

h1:not(.tws-util-heading--heading),
h2:not(.tws-util-heading--heading),
h3:not(.tws-util-heading--heading),
h4:not(.tws-util-heading--heading),
h5:not(.tws-util-heading--heading),
h6:not(.tws-util-heading--heading) {
   font-family: var(--headingFont);
   font-weight: 400;
}

h1 {
   font-size: calc(25px + 1vw);
}

h2 {
   font-size: calc(20px + 1vw);
}

h3 {
   font-size: calc(15px + 1vw);
}

h4 {
   font-size: calc(15px + .5vw);
}

h5 {
   font-size: calc(12px + .5vw);
}

h6 {
   font-size: calc(12px + .5vw);
}

body:not(.startpage) .bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
   padding-top: 0;
}

.bountiful--header,
.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper,
.tws-opc-cart--wrapper {
   box-shadow: none;
}

.btn,
.form-control {
   border-radius: 0;
}

.btn-default {
   border-bottom: 1px solid;
}

.btn-primary {
   border-bottom: 0;
}

/*----------- COOKIES -------------*/
.slot--cookies {
   max-width: none;
}

.slot--cookies .tws-accept-cookies {
   padding: 0;
}

.tws-accept-cookies--wrapper.open {
   display: flex;
   align-items: center;
}

.tws-accept-cookies--wrapper-inner {
   display: flex;
}

.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper {
   font-size: 14px;
}

@media (min-width: 992px) {
   .slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .col-sm-9 {
      width: calc(50% - 5px);
   }

   .slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .col-sm-3 {
      width: calc(50% - 5px);
   }

   .slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .col-sm-3 .tws-accept-cookies--accept-btn-wrapper {
      display: flex;
      justify-content: flex-end;
   }
}

.tws-accept-cookies--advanced .tws-accept-cookies--headline {
   font-size: 24px;
}

.tws-accept-cookies--advanced .tws-accept-cookies--accept button,
.tws-accept-cookies--advanced .tws-accept-cookies--accept button {
   display: inline-block;
   width: auto;
}

.tws-accept-cookies.tws-accept-cookies--advanced.tws-accept-cookies .tws-accept-cookies--accept-cookie-settings-btn {
   font-weight: normal;
   font-size: 12px;
}

/*--Cookie settings--*/
.modal.tws-accept-cookies--modal .modal-dialog.modal-dialog--thin {
   max-width: none;
}
.modal.tws-accept-cookies--modal .modal-dialog {
   position: absolute;
   bottom: 0;
   top: auto !important;
   padding: 0;
}
.modal.tws-accept-cookies--modal .modal-dialog .modal-header {
   display: none;
}
/*--------------------------------
TOPBAR
---------------------------------*/
@media only screen and (min-width: 768px) {
   .bountiful--top-bar .bountiful--top-bar-wrapper {
      padding: 7px 10px;
   }
}

@media only screen and (min-width: 1100px) {
   .bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-left {
      position: absolute;
   }
}

.bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-left {
   float: none;
   width: 100%;
}

.bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-right {
   position: relative;
   z-index: 1001;
}

.slot--top-bar-selling-points {
   display: flex;
   justify-content: center;
}

.slot--top-bar-selling-points .tws-unique-selling-points ul li i {
   border: 0;
   font-size: 14px;
}

.bountiful--top-bar .bountiful--top-bar-wrapper .slot--top-bar-login {
   display: none;
}

/*--------------------------------
HEADER
---------------------------------*/
@media (min-width: 992px) {
   .bountiful--header.scrolled {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -o-sticky;
      position: -ms-sticky;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 1000;
      background: #fff;
      transition: ease .5s all;
   }

   .startpage .bountiful--header:not(.scrolled) {
      position: absolute;
      width: 100%;
      z-index: 1000;
      transition: ease .5s all;
   }

   .startpage .bountiful--header.scrolled {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background: #fff;
      transition: ease .5s all;
   }

   .startpage header:not(.scrolled) .bountiful--header-left .slot--header-horizontal-menu .navbar-nav>li>a,
   .startpage .slot--top-bar-login .tws-login--login-text,
   .startpage header:not(.scrolled) .bountiful--header-right .bountiful--search-button::before,
   .startpage header:not(.scrolled) .bountiful--header-right .tws-mini-cart--header-cart-button,
   .startpage header:not(.scrolled) .bountiful--header-right .slot--top-bar-login a {
      filter: invert(1) !important;
      transition: ease .5s all;
   }
}

/*----- LOGIN ----*/
a.tws-login--login::before {
   content: "";
   background: url('data:image/svg+xml,<svg class="icon icon-account icon--large" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.90625 20.2508C3.82775 18.6544 5.15328 17.3287 6.74958 16.407C8.34588 15.4853 10.1567 15 12 15C13.8433 15 15.6541 15.4853 17.2504 16.407C18.8467 17.3287 20.1722 18.6544 21.0938 20.2508" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
   display: block;
   width: 27px;
   height: 27px;
   background-size: cover;
   margin-right: 10px;
   background-repeat: no-repeat;
}
.slot--sidebar-login a.tws-login--login::before {
   display: inline-block;
   vertical-align: bottom;
   width: 22px;
   height: 22px;
}
.slot--top-bar-login .tws-login--login-text {
   display: none;
}

/*------ SEARCH ------*/
.bountiful--search-button:before {
   content: "";
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-search icon--large" viewBox="0 0 24 24" fill="none"><path d="M10.875 18.75C15.2242 18.75 18.75 15.2242 18.75 10.875C18.75 6.52576 15.2242 3 10.875 3C6.52576 3 3 6.52576 3 10.875C3 15.2242 6.52576 18.75 10.875 18.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.4434 16.4453L20.9997 21.0016" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
   display: block;
   width: 27px;
   height: 27px;
   background-repeat: no-repeat;
}

/*------ CART -----*/
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img:before {
   content: "";
   background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-shopping-bag icon--large" xmlns="http://www.w3.org/2000/svg"><path d="M19.575 6.75H4.425C4.24045 6.75087 4.06254 6.81891 3.92451 6.94141C3.78648 7.06391 3.69778 7.23249 3.675 7.41562L2.34375 19.4156C2.33191 19.5202 2.34221 19.6261 2.37396 19.7264C2.40572 19.8267 2.45823 19.9192 2.52808 19.9979C2.59794 20.0766 2.68357 20.1397 2.77941 20.1831C2.87525 20.2266 2.97916 20.2494 3.08438 20.25H20.9156C21.0209 20.2494 21.1248 20.2266 21.2206 20.1831C21.3164 20.1397 21.4021 20.0766 21.4719 19.9979C21.5418 19.9192 21.5943 19.8267 21.626 19.7264C21.6578 19.6261 21.6681 19.5202 21.6563 19.4156L20.325 7.41562C20.3022 7.23249 20.2135 7.06391 20.0755 6.94141C19.9375 6.81891 19.7596 6.75087 19.575 6.75V6.75Z"></path><path d="M8.25 6.75C8.25 5.75544 8.64509 4.80161 9.34835 4.09835C10.0516 3.39509 11.0054 3 12 3C12.9946 3 13.9484 3.39509 14.6517 4.09835C15.3549 4.80161 15.75 5.75544 15.75 6.75"></path></svg>');
   display: block;
   width: 27px;
   height: 27px;
   background-repeat: no-repeat;
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-text {
   display: none;
}

@media only screen and (min-width: 1100px) {
   .bountiful--header .bountiful--header-wrapper {
      padding: 10px;
   }

   .bountiful--header .bountiful--header-wrapper .bountiful--header-middle {
      order: 1;
      width: 300px;
      flex: none;
   }

   .bountiful--header .bountiful--header-wrapper .bountiful--header-left {
      order: 2;
      flex: 1;
      text-align: center;
      width: auto;
   }

   .bountiful--header .bountiful--header-wrapper .bountiful--header-right {
      order: 3;
      width: 300px;
   }

   .slot--header-logo,
   .slot--header-logo .tws-logo {
      margin: 0;
   }

   body:not(.startpage) .slot--top-bar-login .tws-login--login-text {
      color: #000;
   }

   .slot--header-search input.form-control {
      border-radius: 0;
      width: 450px;
      padding-top: 8px;
      font-size: 16px;
      border-color: #f4f4f4;
      background: #f4f4f4;
   }

   .slot--header-search .tws-article-search--no-label,
   .slot--header-search input.form-control::placeholder {
      color: #aaa;
   }

   .slot--header-favorites .tws-favorite-list--header-favorite-button {
      margin-right: 20px;
      font-size: 22px;
   }

   /*------- SEARCH -------*/
   .bountiful--search-button {
      display: block;
      margin-right: 10px;
   }

   .slot--header-search {
      position: absolute;
      bottom: -45px;
      right: 0;
      z-index: 2;
      padding: 5px 15px;
      background: #fff;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      transition: opacity 0.3s, -webkit-transform ease-in-out 0.2s;
      transition: transform ease-in-out 0.2s, opacity 0.3s;
      transition: transform ease-in-out 0.2s, opacity 0.3s, -webkit-transform ease-in-out 0.2s;
      opacity: 0;
      pointer-events: none;
   }

   .bountiful--searchbar-open .slot--header-search {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      pointer-events: unset;
   }

   .slot--header-search input.form-control {
      color: #000;
      Border: 1px solid #000;
   }
}

/*--------------------------------
MENU
---------------------------------*/
.slot--header-horizontal-menu {
   border: none;
}

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus {
   background: none;
}

.slot--header-horizontal-menu .navbar-nav>li a {
   font-weight: 400;
}

/*-------- SIDEBAR MENU ----------*/
.slot--sidebar .bountiful--component-container>div:not(:last-child) {
   margin-bottom: 15px;
}

.bountiful--sidebar {
   width: 300px;
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title,
.bountiful--sidebar .tws-filter-sidebar .title,
.bountiful--sidebar .tws-articles-two .tws-articles-two--heading {
   background: #000;
   color: #fff;
}
@media (min-width: 1100px) {
   .bountiful--body .bountiful--body-wrapper .bountiful--main {
      width: calc(100% - 320px);
   }

   .startpage .bountiful--sidebar {
      display: none;
   }

   .startpage .bountiful--body .bountiful--body-wrapper .bountiful--main,
   .checkoutreturnpage .bountiful--body-wrapper .bountiful--main {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      max-width: none;
   }

   .startpage .bountiful--sidebar,
   .article .bountiful--sidebar,
   .custompage .bountiful--sidebar,
   .contactform .bountiful--sidebar {
      display: none;
   }

   .startpage .bountiful--body .bountiful--body-wrapper .bountiful--main,
   .article .bountiful--body .bountiful--body-wrapper .bountiful--main,
   .contactform .bountiful--body .bountiful--body-wrapper .bountiful--main,
   .custompage .bountiful--body .bountiful--body-wrapper .bountiful--main,
   .checkout .bountiful--body .bountiful--body-wrapper .bountiful--main {
      float: none;
      width: 100%;
      margin-left: 0px;
   }
}

.bountiful--sidebar .tws-vertical-menu-light,
.bountiful--sidebar .tws-filter-sidebar,
.bountiful--sidebar .tws-container--tws-custom-html,
.bountiful--sidebar .tws-container--tws-trustpilot {
   box-shadow: none;
   border: 1px solid #ebebeb;
}

/*---- navigation -----*/
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level>li {
   border-bottom: 0;
}

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level {
   padding: 10px 15px;
}

/*----- Products ----*/
.bountiful--sidebar .tws-articles-two .tws-articles-two--list {
   box-shadow: none;
}

.bountiful--sidebar .tws-container--tws-articles-two {
   border: 1px solid #ebebeb;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-list--list-item {
   display: flex;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-list--list-item>a {
   order: 1;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-list--list-item .media-body {
   order: 2;
   padding: 0 5px 0 9px;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-list--list-item .tws-article-list--labels {
   order: 3;
   left: auto;
   top: auto;
   align-self: center;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-article-list--labels .tws-article-labels--new {
   background: #000;
   height: 10px;
   width: 10px;
   border-radius: 10px;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-article-list--labels .tws-article-labels--special-offer {
   background: #ae0000;
   height: 10px;
   width: 10px;
   border-radius: 10px;
}

.bountiful--sidebar .tws-container--tws-articles-two .tws-article-list--labels .tws-article-labels--new .tws-article-labels--label-text,
.bountiful--sidebar .tws-container--tws-articles-two .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
   display: none;
}

/*--------------------------------
STARTPAGE
---------------------------------*/
.bountiful--start-page .tws-container--tws-image-carousel,
.bountiful--start-page .tws-container--tws-content-box-2x .row,
.bountiful--start-page .tws-container--tws-content-box-3x .row,
.bountiful--start-page .tws-container--tws-content-box-4x .row,
.bountiful--start-page .tws-container--tws-articlegroups,
.bountiful--start-page .tws-container--tws-articles-two .tws-article-list--list,
.bountiful--start-page .tws-container--tws-newsletter-subscribe .tws-newsletter-subscribe--form-wrapper,
.bountiful--start-page .tws-container--tws-custom-html .tws-custom-html--content,
.bountiful--start-page .tws-container--tws-custom-html > *,
.bountiful--start-page .tws-container--tws-instagram,
.bountiful--start-page .tws-container--tws-trustpilot,
.bountiful--start-page .tws-container--tws-article-display {
   max-width: 1370px;
   margin-left: auto !important;
   margin-right: auto !important;
   padding-left: 15px;
   padding-right: 15px;
}

.startpage .bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
   background: transparent;
   box-shadow: none;
   padding: 0;
}

.startpage .bountiful--body .bountiful--body-wrapper {
   max-width: none;
   padding: 0;
}

/*------------ HERO ------------*/

.bountiful--start-page .bountiful--component-container>div:first-child .tws-content-box--inner-wrapper {
   background: rgba(0, 0, 0, 0.25);
}

.bountiful--start-page .bountiful--component-container>div:first-child h3.tws-util-heading--heading {
   transform: translateY(100%);
   opacity: 0;
}

.bountiful--start-page .bountiful--component-container>div:first-child .tws-content-box--first-line {
   animation: FadeInText 1s ease-in-out forwards .5s;
}

.bountiful--start-page .bountiful--component-container>div:first-child .tws-content-box--second-line {
   animation: FadeInText 1s ease-in-out forwards 1s;
}

.bountiful--start-page .bountiful--component-container>div:first-child .tws-content-box--third-line {
   animation: FadeInText 1s ease-in-out forwards 1.5s;
}

/*---------- SHOP WINDOWS -----------*/
.bountiful--start-page .tws-container--tws-content-box+.tws-container--tws-content-box-2x,
.bountiful--start-page .tws-container--tws-content-box+.tws-container--tws-content-box-3x,
.bountiful--start-page .tws-container--tws-content-box+.tws-container--tws-content-box-4x,
.bountiful--start-page .tws-container--tws-content-box-2x+.tws-container--tws-content-box,
.bountiful--start-page .tws-container--tws-content-box-2x+.tws-container--tws-content-box-2x,
.bountiful--start-page .tws-container--tws-content-box-2x+.tws-container--tws-content-box-3x,
.bountiful--start-page .tws-container--tws-content-box-2x+.tws-container--tws-content-box-4x,
.bountiful--start-page .tws-container--tws-content-box-3x+.tws-container--tws-content-box,
.bountiful--start-page .tws-container--tws-content-box-3x+.tws-container--tws-content-box-2x,
.bountiful--start-page .tws-container--tws-content-box-3x+.tws-container--tws-content-box-3x,
.bountiful--start-page .tws-container--tws-content-box-3x+.tws-container--tws-content-box-4x,
.bountiful--start-page .tws-container--tws-content-box-4x+.tws-container--tws-content-box,
.bountiful--start-page .tws-container--tws-content-box-4x+.tws-container--tws-content-box-2x,
.bountiful--start-page .tws-container--tws-content-box-4x+.tws-container--tws-content-box-3x,
.bountiful--start-page .tws-container--tws-content-box-4x+.tws-container--tws-content-box-4x {
   margin-top: 20px;
}

.bountiful--start-page .tws-container--tws-content-box-2x:not(.large-left, .large-right) .tws-content-box-2x--box,
.bountiful--start-page .tws-container--tws-content-box-3x .tws-content-box-3x--box,
.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box-4x--box {
   padding: 0 15px;
}

.bountiful--start-page .bountiful--component-container .tws-content-box--table .tws-content-box--first-line {
   font-family: var(--headingFont);
   font-weight: 400;
}

.bountiful--start-page .bountiful--component-container .tws-content-box--table .tws-content-box--first-line,
.bountiful--start-page .bountiful--component-container .tws-content-box--table .tws-content-box--second-line {
   text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.bountiful--start-page .bountiful--component-container>div:not(.text-below) .tws-content-box--table .tws-content-box--third-line {
   display: inline-block;
   border-radius: 5px;
   padding: 10px 18px;
   margin-top: 15px;
   letter-spacing: .5px;
   transition: ease .3s all;
   background: var(--ShopWindow-button);
   color: var(--ShopWindow-buttonText);
}

.bountiful--start-page .bountiful--component-container>div .tws-content-box--table .tws-content-box--third-line:hover {
   background: var(--highlightColor);
   color: #fff !important;
   transition: ease .3s all;
}

/*---- 1X ----*/
.bountiful--start-page .tws-container--tws-content-box .tws-content-box--first-line {
   font-size: calc(20px + 2.5vw);
}

.bountiful--start-page .tws-container--tws-content-box .tws-content-box--third-line {
   font-size: 18px;
}

/*---- 2X ----*/
.bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--first-line {
   font-size: calc(18px + 1vw);
}

.tws-container--tws-content-box-2x .tws-content-box {
   border-radius: 15px;
   overflow: hidden;
}

/*---- 3X ----*/
.tws-container--tws-content-box-3x .tws-content-box {
   border-radius: 15px;
   overflow: hidden;
}


/*----- 4X -----*/
.tws-container--tws-content-box-4x .tws-content-box {
   border-radius: 15px;
   overflow: hidden;
}

/*-------- TEXT BELOW -------*/
.text-below .tws-content-box--inner-wrapper {
   position: relative;
   padding-bottom: 0 !important;
   background: var(--TextBelow-background);
}

.text-below .tws-content-box--table {
   position: relative;
}

.text-below .tws-content-box--table .tws-content-box--third-line {
   display: inline-block;
   border-radius: 5px;
   padding: 10px 18px;
   font-size: 14px;
   letter-spacing: .5px;
   transition: ease .3s all;
   background: var(--TextBelow-button);
   color: var(--TextBelow-buttonText) !important;
   text-shadow: none !important;
}

@media screen and (min-width: 768px) {

   /*--------- LARGE LEFT ---------*/
   .large-left .row {
      display: flex;
   }

   .large-left .tws-content-box-2x--box-1 {
      width: 66.666%;
      box-sizing: content-box;
   }

   .large-left .tws-content-box-2x--box-2 {
      width: 33.333%;
      box-sizing: content-box;
   }

   .large-left .tws-content-box-2x--box-1 .tws-img--container,
   .large-left .tws-content-box-2x--box-1 .tws-content-box--table {
      aspect-ratio: 2/1;
   }

   .large-left .tws-content-box-2x--box-2 .tws-img--container,
   .large-left .tws-content-box-2x--box-2 .tws-content-box--table {
      aspect-ratio: 1/1;
   }


   /*--------- LARGE RIGHT ---------*/
   .large-right .row {
      display: flex;
   }

   .large-right .tws-content-box-2x--box-1 {
      width: 33.333%;
      box-sizing: content-box;
   }

   .large-right .tws-content-box-2x--box-2 {
      width: 66.666%;
      box-sizing: content-box;
   }

   .large-right .tws-content-box-2x--box-1 .tws-img--container,
   .large-right .tws-content-box-2x--box-1 .tws-content-box--table {
      aspect-ratio: 1/1;
   }

   .large-right .tws-content-box-2x--box-2 .tws-img--container,
   .large-right .tws-content-box-2x--box-2 .tws-content-box--table {
      aspect-ratio: 2/1;
   }

   .bountiful--start-page .tws-container--tws-content-box-2x.large-left .tws-content-box-2x--box,
   .bountiful--start-page .tws-container--tws-content-box-2x.large-right .tws-content-box-2x--box {
      padding: 0 10px;
   }
}

/*---------- PARALLAX -----------*/
.parallax .tws-content-box .tws-react-img {
   clip-path: inset(0);
   max-height: 500px;
   overflow: hidden !important;
}

.parallax .tws-content-box {
   max-height: 500px;
   overflow: hidden !important;
}

.parallax .tws-content-box--inner-wrapper {
   padding-bottom: 0 !important;
   bottom: 0;
}

.parallax img {
   position: fixed;
}

.parallax .wrappContent {
   max-width: 700px;
   padding: 30px;
   background: #fff;
}

.parallax .tws-content-box--table .tws-content-box--first-line {
   font-size: 20px !important;
   font-weight: normal !important;
   color: #000 !important;
   text-shadow: none !important;
}

.parallax .tws-content-box--table .tws-content-box--second-line {
   font-size: 16px !important;
   line-height: 1.5 !important;
   color: #000 !important;
   text-shadow: none !important;
}

.parallax .tws-content-box--table .tws-content-box--third-line {
   font-size: 16px !important;
   border-bottom: 1px solid #000;
   background: transparent !important;
   color: #000 !important;
   text-shadow: none !important;
}

.bountiful--start-page .bountiful--component-container>div.parallax .tws-content-box--table .tws-content-box--third-line:hover {
   color: #000 !important;
}

/*-------- PRODUCTS ------------*/
.bountiful--start-page .tws-articles-two--heading .tws-util-heading--heading,
.bountiful--start-page .tws-articlegroups--title .tws-util-heading--heading,
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
   font-weight: normal;
   font-size: 25px;
   text-align: left;
   padding-bottom: 0;
   border-bottom: 0;
}

/*------- ARTICLE DISPLAY ---------*/
.tws-article-display--image {
   float: left;
}

.tws-article-display .tws-article-display--name,
.tws-article-display .tws-article-display--price,
.tws-article-display .tws-article-display--quantity,
.tws-article-display--buy-button,
.tws-article-display .tws-article-display--description,
.tws-article-display .tws-article-display--labels {
   float: right;
}

.tws-article-display .tws-article-display--quantity {
   display: none;
}

.tws-article-display--buy-button {
   width: 50%;
}

.tws-article-display .tws-article-display--buy-button .btn {
   font-weight: 500;
}

.tws-article-display--description {
   clear: right;
}

.tws-article-display--price {
   font-size: 23px;
   font-weight: 500;
   margin-bottom: 20px;
}

.tws-article-display .tws-article-display--buy-button .btn.tws-article-buy-button-with-modal--buy-button:after {
   content: "";
   display: none;
}

/*------- BIG USPS --------*/
.tws-usps-big--wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.tws-usps-big--icon {
   max-width: 35px;
   margin: 0 auto 10px;
}

/*--------------------------------
PRODUCT GROUPS
---------------------------------*/
/*---------- INFO SECTION -----------*/
.tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading {
   font-family: var(--headingFont);
   text-align: left;
   font-size: calc(25px + 1vw);
   font-weight: normal;
   border-bottom: 0;
   padding: 0;
}

/*--------- SUB GROUPS ----------*/
.tws-articlegroups .thumbnail .caption,
.tws-articlegroup-list .thumbnail .caption {
   background: #000;
   transition: ease .3s all;
}

.tws-articlegroup-list .thumbnail:hover .caption,
.tws-container--tws-articlegroups .thumbnail:hover .caption {
   background: var(--highlightColor);
   transition: ease .3s all;
}

.tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a,
.tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a:hover,
.tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a,
.tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a:hover {
   color: #fff;
   font-weight: 500;
}

/*-------- PRODUCT GRID ---------*/
@media(min-width: 1100px) {

   .tws-article-list--list .tws-list--type-grid .tws-list--grid-item,
   .tws-container--tws-articles-two-type-carousel .tws-list--grid-item {
      margin: 10px;
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-3 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-3 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-3 .tws-list--grid-item {
      max-width: calc(33.3% - 20px);
      -ms-flex-preferred-size: calc(33.3% - 20px);
      flex-basis: calc(33.3% - 20px);
      width: calc(33.3% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-4 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-4 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-4 .tws-list--grid-item {
      max-width: calc(25% - 20px);
      -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px);
      width: calc(25% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-5 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-5 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-5 .tws-list--grid-item {
      max-width: calc(20% - 20px);
      -ms-flex-preferred-size: calc(20% - 20px);
      flex-basis: calc(20% - 20px);
      width: calc(20% - 20px);
   }

   .tws-container--tws-articles-two-type-grid .tws-article-list--col-lg-6 .tws-list--grid-item,
   .articlegroup .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--articles .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--custom-page .tws-article-list--col-lg-6 .tws-list--grid-item,
   .slot--article-search-results .tws-article-list--col-lg-6 .tws-list--grid-item {
      max-width: calc(16.6% - 20px);
      -ms-flex-preferred-size: calc(16.6% - 20px);
      flex-basis: calc(16.6% - 20px);
      width: calc(16.6% - 20px);
   }

   .tws-list--type-carousel .tws-list--grid-item {
      width: calc(100% - 20px) !important;
   }
}

/*--------- THUMBNAIL ----------*/
.tws-article-list--list .tws-list--type-grid .thumbnail,
.tws-articles-two .slick-slider .thumbnail {
   box-shadow: none;
}

.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
   background: #ae0000;
}

/*---------- CAPTION ---------*/
.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.tws-container--tws-articles-two-type-carousel .thumbnail .caption {
   align-items: center !important;
   box-shadow: none;
}

.tws-article-list--list .tws-article-list--labels .tws-article-labels--label-text {
   font-weight: 500;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown {
   color: #ae0000;
}

.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.tws-article-list--list .tws-article-list--article-name {
   margin-bottom: 0;
}

.using-mouse .tws-article-list--list .tws-list--type-grid .thumbnail:hover .tws-article-list--article-name .tws-util-heading--heading a {
   color: #000;
}

.tws-article-list--list .thumbnail .tws-article-list--price,
.tws-article-list--list .thumbnail .tws-api-price {
   display: flex;
   flex-direction: row-reverse;
}

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

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
   font-weight: 500;
   font-size: 13px;
   letter-spacing: 1px;
}

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

/*--------------------------------
PRODUCT PAGE
---------------------------------*/

.bountiful--article-top .bountiful--article-left-col {
    position: relative;
}
@media(min-width: 768px) {
    .bountiful--article-top .bountiful--article-left-col {
        width: 35%;
    }

    .bountiful--article-top .bountiful--article-right-col {
        width: calc(65% - 5%);
        padding: 30px;
        border: 1px solid #dbdbdb;
        border-radius: 15px;
    }
}
/*------ ARTICLE IMAGES ------*/
.slot--article-favoritebutton {
    position: absolute;
    z-index: 100;
    right: 0;
}
.bountiful--article-images .slot--article-images .tws-article-images--current-image {
    border: none;
}
.bountiful--article-images .tws-article-images--slick-nav .tws-img {
    border-radius: 15px;
}
.bountiful--article-images .tws-article-images--slick-nav .slick-slide {
    max-width: 100px;
}
.bountiful--article-images .tws-article-images--slick-nav .slick-track {
    max-height: 100px;
}
/*------- ARTICLE TOP RIGHT --------*/
.tws-article-introduction--text .tws-article-introduction--read-more {
    display: none;
}
.tws-article-price--compare-at-price {
    display: none;
}
.tws-article-stock-shipping--wrapper span {
    font-size: 14px;
}
.slot--article-quantity .tws-article-quantity--input-wrapper .btn {
    border: none;
    border-radius: 0;
}
.bountiful--buy-button-group {
    margin-top: 0px;
}
.slot--article-quantity .tws-article-quantity--input-wrapper input.form-control {
    border: none;
    border-radius: 0;
    background: #f3f3f4;
}
.slot--article-quantity .tws-article-quantity--input-wrapper .input-group-btn:first-child .btn,
.slot--article-quantity .tws-article-quantity--input-wrapper .input-group-btn:last-child .btn {
    display: none;
}
.slot--article-attachments {
    margin-top: 30px;
}
.tws-article-attachments .tws-article-attachments--title {
    display: block;
}
.tws-article-attachments table {
    text-align: left;
}
/*------ CUSTOMERS CHOICE ------*/
.tws-react-common--form-item .tws-react-common--options-group-buttons-content > button:first-child {
    display: none;
} 
.slot--article-share {
    display: none;
}
.tws-article-attributes ul:empty {
    display: none;
}
/*------ BUY BUTTON GROUP ------*/

.bountiful--buy-button-group {
    display: flex;
}
.bountiful--buy-button-group .slot--article-buy-button .btn {
    width: auto;
    padding: 0 35px;
    min-width: 200px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    margin: 0;
}
.bountiful--buy-button-group .buy-button-wrapper {
    width: auto;
}
.slot--unique-selling-points .tws-unique-selling-points--wrapper ul i {
    display: none;
}
.slot--unique-selling-points .tws-unique-selling-points--wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    margin-right: 5px;
}
.bountiful--buy-button-group .slot--article-buy-button .tws-article-buy-button-with-modal--form .tws-article-buy-button-with-modal--email-field {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; 
    min-width: 200px;
}

/*------- ARTICLE BOTTOM GRID -----------*/
@media (min-width: 992px){
    .bountiful--article-bottom,
    .bountiful--article-footer {
        display: inline-block;
        width: calc(50% - 10px);
        vertical-align: top;
    }

}
/*------- RELATED PRODUCTS ------*/
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
    background: #000000;
    color: #fff;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    text-align: center;
}
.slot--article-page-footer .tws-list--list {
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding-bottom: 20px;
}
.slot--article-page-footer .tws-article-list--list .tws-list--type-grid .thumbnail, 
.slot--article-page-footer .tws-container--tws-articles-two-type-carousel .thumbnail {
    border-width: 1px;
}
.slot--article-page-footer .tws-container--tws-articles-two-type-carousel .slick-prev {
    left: 12px;
}
.slot--article-page-footer .tws-container--tws-articles-two-type-carousel .slick-next {
    right: 12px;
}
.slot--article-page-footer .tws-article-favoritebutton--icon-container svg {
    width: 21px;
    height: 27px;
}
.slot--article-page-footer .tws-article-favoritebutton {
    width: 30px;
    height: 30px;
}
/*------ DESCRIPTION ------*/
.slot--article-description {
    border: none;
    padding: 0;
}
.slot--article-description .tws-article-description .tws-article-description--heading {
    margin-bottom: 15px;
    background: #000000;
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
}
.slot--article-description .tws-article-description {
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    max-width: 733px;
}
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
    padding: 10px 25px 25px;
}
.slot--article-description .tws-article-description .tws-article-description--show-more {
    display: none;
}

/*----- LEFT COL -------*/
.bountiful--article-images .slick-slider {
   margin-bottom: 0;
}

/*------ RIGHT COL ------*/
.slot--article-name h1 {
   font-family: inherit;
}
.slot--article-price .tws-api--price-current {
   font-weight: 500;
}
.tws-article-introduction--text .tws-article-introduction--read-more,
.slot--article-share {
   display: none;
}
.bountiful--article-right-col .slot--unique-selling-points .tws-unique-selling-points--wrapper {
   font-size: 12px;
}
.bountiful--buy-button-group {
   display: flex;
}
.slot--article-quantity .tws-article-quantity--input-wrapper .btn,
.slot--article-quantity .tws-article-quantity--input-wrapper input.form-control {
   border-color: #989898;
}
.bountiful--buy-button-group .buy-button-wrapper {
   width: auto;
   flex-grow: 2;
}
.bountiful--buy-button-group .slot--article-buy-button {
   margin-top: 0;
}
.bountiful--buy-button-group .slot--article-buy-button .btn {
   font-weight: 500;
}

/*-------- ARTICLE BOTTOM ---------*/
.slot--article-description .tws-article-description .tws-article-description--show-more {
   display: none;
}

.tws-article-description--text-container {
   max-height: none;
}

/*--------------------------------
FOOTER
---------------------------------*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
   margin-top: 0;
}

/*--------------------------------
CHECKOUT
---------------------------------*/
.tws-opc-cart--wrapper,
.tws-cart-summary--wrapper,
.opc-checkout--shortcuts,
.slot--checkout-cart-usps,
.tws-checkout--select-delivery-wrapper .tws-checkout--select-delivery-list-wrapper,
.tws-checkout--select-delivery-wrapper .tws-checkout--select-payment-list-wrapper,
.tws-checkout--select-payment-wrapper .tws-checkout--select-delivery-list-wrapper,
.tws-checkout--select-payment-wrapper .tws-checkout--select-payment-list-wrapper,
.tws-checkout--forms {
   box-shadow: none;
   border: 1px solid #dbdbdb;
   border-radius: 0;
}

.tws-opc-cart--cart-heading,
.opc-checkout--related .tws-articles-two--heading .tws-util-heading--heading,
.opc-checkout--summary h2,
.tws-cart-summary--header,
.tws-checkout--select-delivery-heading,
.tws-checkout--select-payment-heading,
.tws-checkout--complete-heading {
   font-size: 28px;
}

.tws-opc-cart--header h2 {
   margin-bottom: 20px !important;
}

.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-name a,
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs-total,
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button.btn-default {
   font-weight: normal;
}

.opc-checkout--shortcuts .tws-checkout-shortcuts--field-label {
   font-weight: 500;
}

.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-artno {
   font-size: 13px;
}

.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs .tws-opc-cart--unit-costs-vat {
   display: none;
}

/*--------------------------------
CUSTOM PAGES
---------------------------------*/

/*------------------------------------------
--------- M E D I A  Q U E R I E S ---------
------------------------------------------*/

@media screen and (max-width: 767px) {
   .tws-accept-cookies--wrapper-inner {
      flex-direction: column;
   }
}