/*============================================================================================*/
/* HOME */
/*============================================================================================*/
.home-logo-header {
  max-height: 60% !important;
}

ul#banners_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul#banners_grid li {
  position: relative;
  width: 33.33%;
  float: left;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

ul#banners_grid li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  ul#banners_grid li {
    width: 50%;
    float: left;
    border-right: none;
    height: 150px;
    overflow: hidden;
  }
  .home-logo-header {
    max-height: 55% !important;
  }
  #carousel-home {
    height: 120px;
  }
  #carousel-home .owl-slide {
    height: 120px !important;
  }
  ul#banners_grid li:last-child {
    border-right: 4px solid white;
  }
  ul#banners_grid li:last-child {
    border-left: 4px solid white;
    border-right: none;
  }
}
ul#banners_grid li a.img_container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container {
    width: 100%;
    float: none;
    height: 210px;
  }
}
ul#banners_grid li a.img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-banner {
  position: absolute;
  max-width: 100%;
  z-index: 0;
  max-height: 90%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#carousel-home img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
  z-index: 0;
  max-height: 90%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1199px) {
  ul#banners_grid li a.img_container img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  ul#banners_grid li a.img_container img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
ul#banners_grid li a.img_container:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
  -moz-transform: translate(-50%, -50%) scale(1.02);
  -ms-transform: translate(-50%, -50%) scale(1.02);
  -o-transform: translate(-50%, -50%) scale(1.02);
  transform: translate(-50%, -50%) scale(1.02);
}

ul#banners_grid li a.img_container .short_info {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

ul#banners_grid li a.img_container .short_info h3 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container .short_info h3 {
    margin-top: -20px;
  }
}
ul#banners_grid li a.img_container .short_info div {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  text-align: center;
  width: 100%;
  visibility: hidden;
  display: table;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul#banners_grid li a.img_container .short_info div .btn_1 {
  padding: 10px 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  ul#banners_grid li a.img_container .short_info div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
ul#banners_grid li a.img_container .short_info:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.categories_grid a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .categories_grid a {
    height: 180px;
    margin-bottom: 10px;
  }
}
.categories_grid a .wrapper {
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 100px 20px 20px 20px;
}

.categories_grid a .wrapper h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a .wrapper p {
  color: #fff;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.categories_grid a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.categories_grid a:hover h2 {
  -webkit-transform: translateY(-5px) translateZ(0);
  -moz-transform: translateY(-5px) translateZ(0);
  -ms-transform: translateY(-5px) translateZ(0);
  -o-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

.categories_grid a:hover p {
  opacity: 0.8;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background-color: lightgray;
  height: 600px !important;
}

@media (max-width: 991px) {
  .header-video {
    height: 480px !important;
  }
}
#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#hero_video iframe {
  height: 100%;
  width: 100%;
}

video {
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: lightgray url(../img/slides/slide_home_1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .header-video {
    background: none;
  }
}
#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}

@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}
.isotope_filter ul {
  list-style: none;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}

.isotope_filter ul li {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #dddddd;
  line-height: 1;
  padding-right: 13px;
  padding-left: 10px;
}

.isotope_filter ul li:last-child {
  border-right: none;
}

.isotope_filter ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.isotope_filter ul li a.selected {
  color: #444;
}

.featured {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
}

.featured h3, .featured p, .featured .feat_text_block {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.featured .animated h3, .featured .animated p, .featured .animated .feat_text_block {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured .animated h3 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.featured .animated p {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}

.featured .animated .feat_text_block {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.featured h3 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}

.featured h3.animated {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.featured .price_box {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.featured .price_box .new_price {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}

.featured .price_box .old_price {
  font-size: 18px;
  font-size: 1.125rem;
}

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #444;
  margin-bottom: 30px;
  min-height: 150px;
}

@media (max-width: 575px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }
}
a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  a.box_news figure {
    position: relative;
    width: auto;
    height: 200px;
  }
}
a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 575px) {
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
a.box_news figure figcaption {
  background-color: #CCC;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1;
}

a.box_news figure figcaption strong {
  font-weight: 900;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}

a.box_news h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  a.box_news h4 {
    margin-bottom: 5px;
  }
}
a.box_news:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

a.box_news:hover h4 {
  color: #004dda;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 575px) {
  a.box_news ul {
    padding: 0;
  }
}
a.box_news ul li {
  display: inline-block;
  font-weight: 500;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
}

a.box_news ul li:last-child {
  margin-right: 0;
}

a.box_news ul li:last-child:after {
  content: "";
  margin: 0;
}

a.box_news ul li:after {
  content: "-";
  margin: 0 0 0 10px;
}

.nav-links {
  display: none;
}

/*Logo CSS in Home page*/
#brands .owl-stage-outer .owl-stage .owl-item img {
  max-height: 100px;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  display: block;
  object-fit: contain;
  object-position: center;
}

#brands .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

#brands .owl-stage-outer .owl-stage .owl-item {
  padding: 0 10px;
}

/*Loader in home for category*/
.loading-spinner {
  text-align: center;
  width: 100%;
  display: block;
}

/*money today */
#money2day {
  font-family: Arial, sans-serif;
  color: #333;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid black;
}
#money2day #m2dayholder {
  background: #CCC; /*url(../img/m2day/banner_m2day.webp);*/
  background-size: cover;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
#money2day #m2dayholder h1 {
  margin-bottom: 0px;
  font-family: "Roboto Slab";
  font-size: 1.5em;
}
#money2day #m2dayholder .products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
#money2day #m2dayholder .product {
  flex: 1 1 calc(20% - 10px);
  height: 50px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
#money2day #m2dayholder .footer {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #money2day {
    height: 144px;
  }
  #money2day .product-item {
    height: auto !important;
  }
  #money2day .products {
    display: none !important;
  }
}

/* Winkelinfo */
.photo-block {
  background: #CCC; /*#FF671D;/*url(../img/storeinfo/bg_banner_store.png);*/
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid black;
}
.photo-block .photo-content {
  position: absolute;
  width: 90%;
  margin: 5% 5% 0 5%;
  bottom: 50px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 58px; */
  /* left: 40px; */
  background: white;
  border: 5px solid #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  /* border-bottom: none;*/
}
@media (max-width: 767px) {
  .photo-block {
    height: 144px;
  }
  .photo-block .photo-content {
    height: 82px;
  }
}

.photo-content h1 {
  color: white;
  font-size: 2em;
}

.address-block {
  position: absolute;
  bottom: 16px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 0;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  /* box-shadow: 0px -1px 2px 0px black; */
  border: 1px solid black;
  z-index: 1;
  /* border-top: 0; */
}
.address-block .location {
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Ensures that overflow is hidden */
  text-overflow: ellipsis; /* Adds ellipsis (...) when the text is too long */
  max-width: 100%; /* Adjusts the width based on the container */
}
.address-block .location span:last-child {
  display: none;
}
@media (min-width: 500px) {
  .address-block { /* Adjust the breakpoint based on your layout */ }
  .address-block .location span:last-child {
    display: inline;
  }
}

.address-content p {
  margin: 0;
  color: black;
  font-size: 1em;
  font-weight: 500;
  font-family: "Roboto Slab";
}

#product-slider .banner {
  display: flex;
  max-width: 600px;
  background-color: #CCC; /* Achtergrondkleur oranje */
  color: white;
  height: 250px;
  border: 1px solid black;
  border-radius: 25px;
  overflow: hidden;
}
#product-slider .product-image-holder {
  width: 50%;
  height: 250px;
}
#product-slider .banner img {
  max-width: 50%;
  height: auto;
}
#product-slider .banner-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}
#product-slider .price {
  font-size: 24px;
  font-weight: bold;
}
#product-slider .old-price {
  text-decoration: line-through;
  color: #ccc;
}
#product-slider .save {
  color: yellow;
}
#product-slider .cta-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: white;
  color: #ff6600;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

/* banner product slider */
#carousel-banner-holder {
  background: #CCC; /*url(../img/slides/banner_slide_bg.webp);*/
  background-size: cover;
  text-align: center;
  border-radius: 20px;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#carousel-banner-holder #carousel-banner-product {
  height: 218px;
  width: 100%;
  overflow: hidden;
  float: left;
  /* border-top: 5px solid #fff; */
}
#carousel-banner-holder #carousel-banner-product img {
  margin: 10% 0 1rem !important;
}
#carousel-banner-holder #carousel-banner-product .product-image-holder {
  width: 50%;
  height: 250px;
  background-color: #fff;
  background-position: top center;
  border-right: 1px solid black;
  background-size: 90% !important;
}
#carousel-banner-holder #carousel-banner-product .banner {
  padding: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
#carousel-banner-holder #carousel-banner-product .banner * {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#carousel-banner-holder #carousel-banner-product .banner img {
  width: 150px;
  height: 150px;
  border-radius: 25px;
  margin-right: 20px;
}
#carousel-banner-holder #carousel-banner-product .banner .details {
  width: 50%;
  padding-left: 26px;
  height: 250px;
  padding-top: 18px;
}
#carousel-banner-holder #carousel-banner-product .banner .details ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0px 0 9px 0;
  line-height: 1.5em;
}
#carousel-banner-holder #carousel-banner-product .banner .details ul li {
  margin-bottom: 5px;
  width: 100%;
  float: none;
  border-top: none;
  border-right: none;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: black;
}
#carousel-banner-holder #carousel-banner-product .banner .price-label {
  display: inline-block;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: -6px;
  margin-bottom: 4px;
  font-size: 1.5em;
}
#carousel-banner-holder #carousel-banner-product .banner .details {
  text-align: left;
}
#carousel-banner-holder #carousel-banner-product .banner .details .price {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  color: #000;
  margin-top: 51px;
}
#carousel-banner-holder #carousel-banner-product .banner .details .price del {
  margin-right: 10px;
  color: #000 !important;
}
#carousel-banner-holder #carousel-banner-product .owl-item {
  height: 250px;
}
#carousel-banner-holder #carousel-banner-product .product-card {
  width: 100%;
  max-width: 373px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#carousel-banner-holder #carousel-banner-product .product-image {
  position: absolute;
  /* flex: 0 0 250px; */
  height: 69%;
  /* object-fit: cover; */
  transition: all 0.3s ease;
  top: 25px;
  left: 24px;
  border-radius: 25px;
  width: auto !important;
}
#carousel-banner-holder #carousel-banner-product .product-details {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  color: #000;
}
#carousel-banner-holder #carousel-banner-product .product-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  height: 100%;
  top: 0;
  font-family: "Roboto Slab", sans-serif;
  /* text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); */
  width: 100%;
  float: right;
  padding-left: 57%;
  line-height: 1.2;
}
#carousel-banner-holder #carousel-banner-product .product-price {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 33px;
  font-family: "Roboto Slab", sans-serif;
  text-align: right;
}
@media (max-width: 575.98px) {
  #carousel-banner-holder #carousel-banner-product .product-card {
    flex-direction: column;
    height: auto;
    align-items: center;
    text-align: center;
    max-height: 210px;
  }
  #carousel-banner-holder #carousel-banner-product .product-image {
    width: 100%;
    max-height: 50%;
    flex: none;
  }
  #carousel-banner-holder #carousel-banner-product .product-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 125px) {
  #carousel-banner-holder #carousel-banner-product .product-card {
    background: url("https://via.placeholder.com/250x250") no-repeat center center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #carousel-banner-holder #carousel-banner-product .product-image {
    display: none;
  }
  #carousel-banner-holder #carousel-banner-product .product-details {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
  }
}

#money2day .product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#money2day .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  text-align: center;
  /* padding: 3px 5px; */
  min-width: 0;
  height: 74px;
  /* max-height: 70px; */
  margin: 3px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
#money2day .product-item img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 5px;
}
#money2day .product-item :hover {
  transform: scale(1.05);
}
#money2day .product-title {
  font-size: 0.8rem;
  color: #333;
}
#money2day .header {
  grid-column: span 6;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#money2day .subheader {
  grid-column: span 6;
  font-size: 0.8rem;
  text-align: center;
  color: #666;
}
#money2day .footer {
  grid-column: span 6;
  text-align: center;
  color: #FF671D;
  text-decoration: none;
  font-size: 0.8rem;
}
#money2day .home-no-mobile {
  display: contents !important;
}
@media (max-width: 400px) {
  #money2day .home-no-mobile {
    display: none !important;
  }
  #money2day .product-item {
    max-height: 140px;
  }
  #money2day .product-item img {
    max-height: 100px !important;
    width: auto !important;
  }
  #money2day .product-item-carousel {
    display: block;
  }
  #money2day .footer {
    text-align: center;
    grid-column: auto;
  }
  #money2day .product-grid {
    width: 33.33%;
    max-width: 650px;
    height: 250px;
    display: block;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: normal;
    padding: 5px;
    background: #f8f9fa;
    overflow: hidden;
    float: left;
  }
}
@media (max-width: 300px) {
  #money2day .product-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (max-width: 200px) {
  #money2day .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
@media (max-width: 125px) {
  #money2day .product-item {
    display: none;
  }
  #money2day .product-title {
    display: none;
  }
  #money2day .header, #money2day .subheader, #money2day .footer {
    font-size: 0.6rem;
  }
}
@media (max-width: 125px) {
  #money2day .product-item {
    display: none;
  }
  #money2day .product-title {
    display: none;
  }
  #money2day .header {
    grid-column: span 6;
    font-size: 0.8rem;
  }
  #money2day .subheader {
    grid-column: span 6;
    font-size: 0.6rem;
  }
  #money2day .footer {
    grid-column: span 6;
    font-size: 0.6rem;
  }
}

#categoriesHolder .grid_item {
  background: #CCC;
  border-radius: 25px;
  border: 1px solid black;
  border-bottom: 0px;
}
#categoriesHolder .grid_item figure {
  width: 100%;
}
#categoriesHolder .grid_item figure a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  position: absolute;
  top: 50px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: -12%;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured {
  background-image: url("../img/many_european_euro_full.jpg");
}
.featured .opacity-mask {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1200px) {
  .featured {
    background-image: url("../img/many_european_euro_1200.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .featured {
    background-image: url("../img/many_european_euro_768.jpg");
  }
}
@media only screen and (max-width: 480px) {
  .featured {
    background-image: url("../img/many_european_euro_480.jpg");
  }
}

/*# sourceMappingURL=home.css.map */
