/*@import url('https://fonts.googleapis.com/css?family=Roboto:500,400');
 @import url('https://fonts.googleapis.com/css?family=Poppins:900'); */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Poppins");
body {
  font-family: "Roboto", sans-serif;
}
.card, .border {
  border-width: 1px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gui-page-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  font-weight: 900;
}
.card-headline h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .card-headline h2 {
    font-size: 1.75rem;
  }
}
a, .page-link {
  color: #019137;
}
a:hover, .page-link:hover {
  color: #015e24;
}
.list-group-item.active .list-item, .list-group-item.active, .page-item.active .page-link {
  background-color: #019137;
  border-color: #019137;
  color: #ffffff;
}
.list-group-item.active .list-item:hover, .list-group-item.active:hover, .page-item.active .page-link:hover {
  color: #e6e6e6;
}
.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}
.bg-main, .alert-main, .badge-main {
  background-color: #019137;
  color: #121212;
}
.bg-main a, .alert-main a, .badge-main a {
  color: #ffffff;
}
.bg-main a:hover, .alert-main a:hover, .badge-main a:hover {
  color: #e6e6e6;
}
.btn.btn-main {
  background-color: #019137;
  color: #121212 !important;
}
.btn.btn-main:hover {
  background-color: #015e24 !important;
  color: #121212 !important;
}
.btn.btn-outline-main {
  border: 1px solid transparent;
  border-top-color: #019137;
  border-left-color: #019137;
  border-right-color: #019137;
  border-bottom-color: #019137;
  color: #019137;
  background-color: transparent;
}
.btn.btn-outline-main:hover {
  background-color: #015e24;
  color: #121212;
}
.text-main {
  color: #019137 !important;
}
a.text-main {
  color: #019137 !important;
}
a.text-main:hover {
  color: #015e24 !important;
}
.border-main {
  border-color: #019137 !important;
}
.bg-action, .alert-action, .badge-action {
  background-color: #019137;
  color: #ffffff;
}
.bg-action a, .alert-action a, .badge-action a {
  color: #ffffff;
}
.bg-action a:hover, .alert-action a:hover, .badge-action a:hover {
  color: #e6e6e6;
}
.btn.btn-action {
  background-color: #019137;
  color: #ffffff !important;
}
.btn.btn-action:hover {
  background-color: #015e24 !important;
  color: #ffffff !important;
}
.btn.btn-outline-action {
  border: 1px solid transparent;
  border-top-color: #019137;
  border-left-color: #019137;
  border-right-color: #019137;
  border-bottom-color: #019137;
  color: #019137;
  background-color: transparent;
}
.btn.btn-outline-action:hover {
  background-color: #015e24;
  color: #ffffff;
}
.text-action {
  color: #019137 !important;
}
a.text-action {
  color: #019137 !important;
}
a.text-action:hover {
  color: #015e24 !important;
}
.border-action {
  border-color: #019137 !important;
}
.bg-trust, .alert-trust, .badge-trust {
  background-color: #019137;
  color: #FBFDFD;
}
.bg-trust a, .alert-trust a, .badge-trust a {
  color: #019137;
}
.bg-trust a:hover, .alert-trust a:hover, .badge-trust a:hover {
  color: #015e24;
}
.btn.btn-trust {
  background-color: #019137;
  color: #FBFDFD !important;
}
.btn.btn-trust:hover {
  background-color: #015e24 !important;
  color: #FBFDFD !important;
}
.btn.btn-outline-trust {
  border: 1px solid transparent;
  border-top-color: #019137;
  border-left-color: #019137;
  border-right-color: #019137;
  border-bottom-color: #019137;
  color: #019137;
  background-color: transparent;
}
.btn.btn-outline-trust:hover {
  background-color: #015e24;
  color: #FBFDFD;
}
.text-trust {
  color: #019137 !important;
}
a.text-trust {
  color: #019137 !important;
}
a.text-trust:hover {
  color: #015e24 !important;
}
.border-trust {
  border-color: #019137 !important;
}
html, body {
  height: 100%;
}
body {
  display: table;
  width: 100%;
  height: 100%;
}
.content {
  height: auto;
}
footer {
  height: 1px;
  display: table-row;
}
footer h5 {
  color: #ffffff;
}
html {
  font-size: 0.9rem;
}
.wsa-demobar {
  z-index: 1080 !important;
}
/*========================CUSTOM========================*/
footer .card .card-title {
  color: #121212;
}
footer .card .card-body li a {
  color: #019137;
}
.badge-sale {
  position: absolute;
  margin: 10px;
  background: #ba232f;
  color: white;
}
.bg-light {
  background-color: #F7F7F7 !important;
}
.price {
  font-size: 1rem;
  font-weight: bold;
}
.price-special {
  color: #ba232f;
}
.price-old {
  font-size: 0.75rem;
  text-decoration: line-through;
  font-weight: normal;
}
.link-nav-secondary a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.link-nav-secondary a:hover {
  color: #019137 !important;
  text-decoration: none;
}
.link-nav-primary a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
}
.link-nav-primary a:hover {
  color: #019137 !important;
}
.text-usp {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
footer .text-usp {
  font-size: 0.875rem;
}
.text-toplink {
  font-size: 0.8125rem;
}
.diagonal-pattern-bg {
  position: absolute;
  width: 100%;
  height: 400px;
  background: url("https://cdn.webshopapp.com/shops/278288/files/270278272/bg-blog.png");
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
#filters .filter label {
  font-weight: bold;
}
ul.list-product-nav li a {
  font-size: 1rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
}
/*========================MOBILEMENU========================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  white-space: nowrap;
}
.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #019137 !important;
  display: block;
  transition: 0.3s;
}
.sidenav .nav-item a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #121212 !important;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover, .sidenav .nav-item a:hover {
  color: #015e24 !important;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*========================MENU========================*/
.mainmenu {
  font-size: 1.1rem;
}
.navbar-toggler {
  border-width: 0px !important;
  color: white !important;
}
.navbar-toggler .toggler-text {
  font-size: 8px;
  margin: 4px 0px 0px 0px;
  font-weight: bold;
}
.dropdown-menu .dropdown-item:hover {
  background-color: inherit;
}
.mainmenu {
  overflow-y: visible;
}
@media (max-width: 991.98px) {
  .mainmenu {
    overflow-y: auto;
    max-height: 100vh;
  }
}
.mainmenu .navbar-dark .navbar-nav .nav-link a {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .mainmenu .dropdown-menu, .mainmenu .dropdown-cart {
    box-shadow: none !important;
    border: 0 !important;
    background-color: #f7f7f7 !important;
    color: #ffffff;
  }
  .mainmenu .dropdown-menu .text-info, .mainmenu .dropdown-menu .text-muted, .mainmenu .dropdown-menu a, .mainmenu .dropdown-cart .text-info, .mainmenu .dropdown-cart .text-muted, .mainmenu .dropdown-cart a {
    color: !important;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 1200px;
    width: 100%;
    left: 0;
    transform: translate(-50%, 0);
    margin-top: 0px !important;
    border: 0px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .dropdown-cart {
    width: 45%;
    right: 30%;
    transform: translate(0%, 0);
  }
  .dropdown-cart .container .products {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
  }
}
.suggestions {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
}
@media (max-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
}
/* menu niet meer grayedout */
#toggleSearch {
  display: block;
}
.js-is-sticky--change #toggleSearch {
  display: block;
}
.hideSearch {
  display: flex;
}
.showSearch {
  display: none;
}
/*========================SLIDERS========================*/
.slider.slider-horizontal {
  width: 100% !important;
}
.slider-handle {
  background-image: linear-gradient(to bottom, #019137 0, #019137 100%) !important;
}
/*========================BUNDLES========================*/
.bundle-item::before {
  position: absolute;
  left: -10px;
  top: 40%;
  font-size: 2.3rem;
  font-weight: bold;
  color: #dee2e6;
  background: #fff;
  content: "+";
  font-weight: 900;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/* temp */
/*========================CAROUSEL========================*/
@media (max-width: 992px) {
  #indexCarouselContainer, #indexHeadlinesContainer, #indexMosaicContainer {
    max-width: 991.98px;
    padding: 0px;
  }
}
.overlay-gradient-dark {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}
.overlay-dark {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: all ease-in-out 0.2s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}
.content-overlay {
  position: absolute;
  z-index: 10;
}
.content-overlay:hover ~ .overlay-dark {
  opacity: 0;
}
.thumb:hover {
  border-color: #6c757d !important;
  cursor: pointer;
}
.bottom {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.cursor-pointer {
  cursor: pointer;
}
/*========================PRODUCT IMAGE GALLERY========================*/
.fullscreen {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #ffffff;
  cursor: zoom-out;
}
@media (pointer: fine) {
  #gallery div.carousel-item.active > img:hover {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    bottom: 60px;
  }
}
/*========================PRODUCT LIST ITEMS========================*/
.card-product {
  border-width: 0px !important;
  transition: ease-in-out 0.1s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card-product:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-blog .card-img-overlay {
  background-image: url(fallback-gradient.svg);
  background-image: -webkit-gradient(linear, bottom, top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.card-blog {
  border-width: 2px;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card-blog .card-title {
  margin-top: 0.75rem;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.6);
}
.card-blog:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-blog:hover .card-title {
  text-decoration: underline;
}
/* FIXES */
.card-img-link {
  height: 100%;
}
/* super script rule for old prices */
.sup {
  vertical-align: super;
  font-size: 60%;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #019137 !important;
}
/*========================COUNTDOWN========================*/
#days, #hours, #minutes, #seconds {
  width: 60px;
  font-size: 1.2rem;
}
/*========================BRANDS CAROUSEL========================*/
#uspCarousel .carousel-inner {
  margin-bottom: 0px;
}
/*========================BRANDS CAROUSEL========================*/
#brandCarousel .carousel-inner .carousel-item-right.active, #brandCarousel .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}
#brandCarousel .carousel-inner .carousel-item-left.active, #brandCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}
#brandCarousel .carousel-inner .carousel-item-right, #brandCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
#brandCarousel a.carousel-control-next, #brandCarousel a.carousel-control-prev, a.carousel-control-next, a.carousel-control-prev {
  width: 5%;
}
#brandCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#brandCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/*========================TEXT PAGE========================*/
#textpage img {
  max-width: 100%;
  height: auto;
}
/*========================FEATURED CAT THUMBS========================*/
.category-thumb:hover .overlay-dark {
  opacity: 0;
}
/*=========================Mosaic=======================*/
.mosaic {
  background-size: cover;
  background-position: center;
}
.mosaic-large {
  height: 390px;
}
.mosaic-small {
  height: 210px;
}
@media (max-width: 767px) {
  .mosaic-small {
    height: 390px;
  }
}
/*=========================REVIEWS=======================*/
.review-star-muted {
  color: #F0F1F2;
}
/*=========================IE10/11=======================*/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #gallery div.carousel-item.active > img:hover {
    opacity: 0;
  }
  #mainMenu {
    z-index: 10;
  }
  .content {
    z-index: 1;
  }
}
/*=========================DARK THEME=======================*/
/*
body {
	background-color: #101010;
  color: white;
}

.card {
	background-color: #101010 !important;
  }
*/
/* test edits 
.mainmenu {
	padding: 1.5rem !important;
}
.nav-link {
	font-size: 2rem;
}

*/
/*=========================SYSTEM=======================*/
.gui-messages {
  display: none;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes usp-three {
  0% {
    top: 0%;
  }
  28.33% {
    top: 0%;
  }
  33.33% {
    top: -25%;
  }
  61.66% {
    top: -25%;
  }
  66.66% {
    top: -50%;
  }
  94.99% {
    top: -50%;
  }
  99.99% {
    top: -75%;
  }
}
/* Standard syntax */
@keyframes usp-three {
  0% {
    top: 0%;
  }
  28.33% {
    top: 0%;
  }
  33.33% {
    top: -25%;
  }
  61.66% {
    top: -25%;
  }
  66.66% {
    top: -50%;
  }
  94.99% {
    top: -50%;
  }
  99.99% {
    top: -75%;
  }
}
/* embed fix */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* product carousel */
.carousel {
  min-width: 250px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.carousel__activator {
  display: none;
}
.carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0;
}
.carousel__controls:first-of-type {
  justify-content: flex-end;
}
.carousel__controls:last-of-type {
  justify-content: flex-start;
}
.carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #121212;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
}
.carousel__control:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: flex;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: flex;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: flex;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: flex;
}
.carousel__activator:nth-of-type(4):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: flex;
}
.carousel__activator:nth-of-type(5):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: flex;
}
.carousel__activator:nth-of-type(6):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: flex;
}
.carousel__activator:nth-of-type(7):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
  display: flex;
}
.carousel__activator:nth-of-type(8):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
  display: flex;
}
.carousel__activator:nth-of-type(9):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
  display: flex;
}
.carousel__activator:nth-of-type(10):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-900%);
  transform: translateX(-900%);
}
.carousel__screen {
  overflow: hidden;
}
.carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.carousel__item {
  display: inline-flex;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  white-space: normal;
}
.carousel__item .card-body {
  font-size: 1rem;
}
.carousel__item--desktop-in-1 {
  width: 100%;
}
.carousel__item--desktop-in-2 {
  width: 50%;
}
.carousel__item--desktop-in-3 {
  width: 33.3333333333%;
}
.carousel__item--desktop-in-4 {
  width: 24%;
}
.carousel__item--desktop-in-5 {
  width: 20%;
}
.demo-container {
  display: flex;
  display: block;
  position: absolute;
  position: relative;
  top: 0;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}
/*@media screen and (max-width: 1023px) {*/
@media (max-width: 767.98px) {
  .carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: none;
    transform: none;
  }
  .carousel__screen {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel__track {
    overflow-x: auto;
    width: auto;
    /*padding-left: 48px;
    padding-right: 48px;*/
  }
  .carousel__item--tablet-in-1 {
    width: 90%;
  }
  .carousel__item--tablet-in-2 {
    width: 45%;
  }
  .carousel__item--tablet-in-3 {
    width: 30%;
  }
}
/*@media screen and (max-width: 650px) {*/
@media (max-width: 575.98px) {
  .carousel__track {
    padding-left: 0;
    padding-right: 0;
    max-width: 90vw;
  }
  .carousel__item--mobile-in-1 {
    width: 90%;
  }
  .carousel__item--mobile-in-2 {
    width: 45%;
  }
  .carousel__item--mobile-in-3 {
    width: 30%;
  }
}
.bg-overlay-gradient {
  background-image: url(fallback-gradient.svg);
  background-image: -webkit-gradient(linear, bottom, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))) no-repeat bottom;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 50%;
}
/* custom css */
.card-category, .card-headline {
  border: 0;
}
.card-category a, .card-headline a {
  color: inherit;
}
.card-category a .fa-angle-right, .card-headline a .fa-angle-right {
  transform: translate3d(4px, 1px, 0px) !important;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.card-category a:hover, .card-headline a:hover {
  text-decoration: none;
}
.card-category a:hover .fa-angle-right, .card-headline a:hover .fa-angle-right {
  transform: translate3d(10px, 1px, 0px) !important;
}
.card-category a:hover {
  color: #019137;
}
.container-card-nav .fa-angle-right {
  transform: translate3d(4px, 2px, 0px);
  -moz-transition: all 0.1s ease-in;
  /* WebKit */
  -webkit-transition: all 0.1s ease-in;
  /* Opera */
  -o-transition: all 0.1s ease-in;
  /* Standard */
  transition: all 0.1s ease-in;
}
.container-card-nav a {
  color: inherit;
}
.container-card-nav a:hover {
  text-decoration: none;
}
.container-card-nav a:hover .card-nav {
  border-color: #019137;
  /* Firefox */
}
.container-card-nav a:hover .fa-angle-right {
  transform: translate3d(10px, 2px, 0px);
}
.card-nav {
  border-width: 2px !important;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* containers */
.container-newsletter {
  background-color: rgba(1, 145, 55, 0.05);
  color: #333;
}
/* custom buttons */
.btn.btn-outline-cart {
  border: 2px solid transparent;
  border-color: #ba232f;
  color: #ba232f;
  background-color: transparent;
}
.btn.btn-outline-cart small {
  color: black;
}
.btn.btn-outline-cart:hover {
  background-color: #ba232f;
  color: white;
}
btn-lg .btn-cart {
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.2;
}
.btn-add {
  border-width: 2px !important;
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn.btn-tag {
  border: solid 2px;
  border-color: #f8f9fa;
  color: #6c757d;
  transition: all 0.1s ease-in-out;
}
.btn.btn-tag:hover {
  border-color: #dae0e5;
}
/* VIDEO MODAL */
.modal {
  /* This way it could be display flex or grid or whatever also. */
  display: block;
  /* Probably need media queries here */
  width: 600px;
  max-width: 100%;
  height: 360px;
  max-height: 100%;
  position: fixed;
  z-index: 1100;
  left: 50%;
  top: 50%;
  /* Use this for centering if unknown width/height */
  transform: translate(-50%, -50%);
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}
.closed {
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.6);
}
.modal .close-button {
  position: absolute;
  /* don't need to go crazy with z-index here, just sits over .modal-guts */
  z-index: 1;
  top: 10px;
  /* needs to look OK with or without scrollbar */
  right: 20px;
  border: 0;
  background: black;
  color: white;
  padding: 5px 10px;
  font-size: 1.3rem;
}
