@import url("https://design.textalk.se/jonna/wildlifegarden.css");
.tws-container--tws-content-box.kommer-snart {
  padding: 0px;
}
.tws-container--tws-content-box.nye-decobirds,
.tws-container--tws-content-box.tradgrdsfesten {
  padding: 0px;
}
.tws-container--tws-image-carousel.new-products-21.slick-slide {
  transition: 5s;
}
.tws-audience-selector--selection-box-group-horizontal {
    display: block!important;
}
.tws-audience-selector--selection-box.tws-audience-selector--selectionbox-vatselector {
  display: none;
}
.slot--checkout-introduction-text.tws-text-display {
  display: block!important;
}
html[lang="sv"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Viktig information om du handlar utanför Sverige! För att köpet ska gå igenom måste du välja EURO som valuta. Valutan väljer du längst upp i högra hörnet.";
}
html[lang="en"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Important information for customers outside of Sweden! For your purchase to go through, you must choose EURO as your currency. Change currency in the top right-hand corner of the screen.";
}
html[lang="fr"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Information importante pour nos clients hors Suède mais appartenants à l’Union européenne ! Pour que l'achat soit validé, vous devez sélectionner la devise en Euro qui se trouve en haut à droite de votre écran.";
}
html[lang="de"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Wichtige Information: wenn Sie außerhalb Schweden -aber innerhalb der europäischen Gemeinschaft- einkaufen möchten! Damit der Kauf durchgeführt werden kann, müssen Sie EURO als Währung auswählen. Wählen Sie die Währung in der oberen rechten Ecke aus.";
}
html[lang="fr"].article-favoritebutton-desc::after {
    content: "Ajouter à la liste des favoris";
    font-size: 12px;
}

html[lang="fr"].article-favoritebutton-desc {
    font-size: 0px;
}
html[lang="de"] .article-favoritebutton-desc::after {
    content: "Zur Favoritenliste gegenzungen";
    font-size: 12px;
}

html[lang="de"] .article-favoritebutton-desc {
    font-size: 0px;
}

.fas.fa-sign-in-alt {
  font: "Open Sans"!important;
  text-transform: uppercase;
}

/*-------- FOOTER ----------*/
.fabrikk--footer {
	background: #e1ded9;
  color: #333333 !important;
  padding-top: 25px;
}
.fabrikk--footer a,
.fabrikk--footer h2,
.fabrikk--footer h3,
.fabrikk--footer h4 {
  color: #333333 !important;
}
.fabrikk--footer h4 {
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.fabrikk--footer-left, .fabrikk--footer-mid-left, .fabrikk--footer-mid-right, .fabrikk--footer-right {
	text-align: center;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button {
 background: #686754;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button .ladda-label {
	color: white;
}
@media (min-width: 768px) {
	.slot--newsletter-footer .form-inline .input-group,
  .slot--newsletter-footer form input[name=email]{
		width: 600px;
	}
  .slot--newsletter-footer .form-inline .input-group .input-group-btn {
  	width: 0;
  }
  .slot--newsletter-footer {
  	margin-bottom: 60px;
  }
}
.slot--newsletter-footer {
padding-left: 15px;
padding-right: 15px;
}
.slot--newsletter-footer form input[name=email]{
	background-color: #f5f4f2;
  border: 1px solid #443f3826;
  padding: 0 40px 0 15px;
  height: 40px;
  border-radius: 2px;
  border-top-right-radius: 2px;
}
.slot--newsletter-footer form input[type=submit] {
	min-height: 40px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #686754;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-after {
	padding: 15px;
  text-align: center;
}
.footer-after ul {
	display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-around;
  max-width: 200px;
  margin: 0 auto 15px;
}
.footer-after ul li i {
	font-family: fontawesome;
  font-style: normal;
  font-size: 24px;
}
.footer-after a {
color: #333333;
}
/*-----Social share icons----*/
.social {
  display: flex;
}
.social.space-between {
  justify-content: space-between;
}
.social.space-evenly{
  justify-content: space-evenly;
}
/*------Social ahre icons END-------*/

@media (max-width: 767px) {
.tws-top-menu>.container-fluid>.navbar-collapse {
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}
}

/*Speed*/
@media (max-width: 540px) {
  .fabrikk--header{
    min-height: 207px;
  }
.col-sm-5.col-md-6.fabrikk--article-left-col{
  min-height: 570px;
  }
.col-sm-6.col-md-5.col-sm-offset-1.col-md-offset-1.fabrikk--article-right-col{
  min-height:500px;
  }
.fabrikk--body{
  min-height:100vh;
  }
.tws-article-search.has-feedback.form-group{
  min-height:55px;
  }
  .tws-article-search.has-feedback.form-group{
    min-height:21px;
  }
  .fabrikk--header .logo .col-sm-5{
  padding: 10px;
  }
  .fabrikk--content-wrapper.container.center-block{
    min-height:2265px;
  }
}


.tws-content-box--cell.tws-content-box--text-color-inverted {
    background: #33333361;
}
.container.footer-after {
    background-color: #e1ded9;
    width: 100% !important;
}

.Swedish, .English, .German, .French{
  display:none;
}
html[lang="sv"] .Swedish{
  display:block;
}
html[lang="en"] .English{
  display:block;
}
html[lang="de"] .German{
    display:block;
}
html[lang="fr"] .French{
  display:block;
}

/* Show shipping on product page again */
.slot--article-stock-shipping {
    display: block !important;
}
:lang(sv).tws-checkout--select-delivery-list::after {
    content: "*Icke uthämtade eller feladresserade paket går i retur till Wildlife Garden. Återbetalning sker när vi fått tillbaka varan, fraktkostnaden ersätts dock ej.";
    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(fr).tws-checkout--select-delivery-list::after {
    content: "*Les colis non récupérés ou mal adressés sont retournés à Wildlife Garden. Le remboursement de la marchandise est effectué lorsque nous réceptionnons ce retour. Les frais de port ne sont pas remboursés.";

    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(en).tws-checkout--select-delivery-list::after {
    content: "*Unclaimed or wrongly addressed packages will be returned to Wildlife Garden. Reimbursement will be done when we have received the item back, but the shipping cost is not reimbursed.";
    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(de).tws-checkout--select-delivery-list::after {
    content: "*Nicht abgeholte oder fehlgeleitete Pakete werden an Wildlife Garden zurückgeschickt. Die Rückerstattung der Ware erfolgt erst dann, wenn wir diese Rücksendung erhalten haben. Versandkosten werden nicht erstattet.";

    font-size: 12px;
    margin-bottom: 10px !important;
}
/* Two-column layout for press clips */
.press-clippings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  }

.press-clipping-item {
  width: 30%;
  margin: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.press-clipping-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .press-clippings {
    flex-wrap: nowrap; /* Change to nowrap for smaller screens */
  }
}
/* END TWO COLUMN LAYOUT PRESS CLIPS */
/* START TIMELINE */
.timeline {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd; /* Central line and dot colour */
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin: 40px 0;
  padding-left: 40px;
  padding-right: 40px;
}

.timeline-item:nth-child(odd) {
  text-align: left;
}

.timeline-item:nth-child(even) {
  text-align: right;
}

.timeline-item .year {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.timeline-item .content {
  display: inline-block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.timeline-item img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-item::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #ddd; /* Same colour as the central line */
  border-radius: 50%;
  transform: translateX(-50%);
}

.timeline-item:nth-child(odd)::after {
  left: calc(50% - 200px);
}

.timeline-item:nth-child(even)::after {
  left: calc(50% + 200px);
}

@media (max-width: 768px) {
  .timeline-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-item .content {
    max-width: 100%;
  }

  .timeline-item::after {
    left: 50%; /* Centres the dot on the screen */
    transform: translateX(-50%);
    margin-left: 0; /* Ensures no unnecessary margin */
  }

  .timeline-item:nth-child(odd)::after {
    left: 50%; /* Adjust odd items */
  }

  .timeline-item:nth-child(even)::after {
    left: 50%; /* Adjust even items */
  }
}

/* END TIMELINE */
/* Hide USP in Living garden*/
body.hide-usp .slot--unique-selling-points {
  display: none;
}
/* END Hide USP in Living garden*/
/* show population/first child in list*/
.tws-article-attributes ul li:nth-child(1) {
    display: list-item !important;
}
/* END show population/first child in list*/
/* Hide EAN (6th child) in list*/
.tws-article-attributes ul li:nth-child(6) {
  display: none;
}
/* END Hide EAN (6th child) in list*/
/* Hide address row 2 in checkout*/
.tws-checkout--field-id-address2 {
  display: none;
}
/* END Hide address row 2 in checkout*/
/* Fair cards*/
.fair-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .fair-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fair-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* END Fair cards*/
