/*
Theme Name: Toggenburger Naturseifen
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap");
:root {
  --primary-color: #b7966a;
  --second-color: #b4cdc9;
  --green-color: #617559;
  --yellow-color: rgba(234, 215, 136, 0.95);
  --red--color: #dc2626;
  --primary-background: rgba(221, 191, 191, 0.95);
}

body {
  font-family: "Source Serif Pro", serif;
  -webkit-font-smoothing: unset;
  font-size: 15px;
  color: #3c3c3b !important;
}

p {
  margin-bottom: 0.85rem;
}

.product-description p {
  margin-bottom: 12px;
}

.quote-call-to-action {
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.prd-text p {
  font-style: italic;
}

.py-1 {
  padding: 0.5rem 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.fs-11 {
  font-size: 11px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.line-20 {
  line-height: 20px;
}

.line-26 {
  line-height: 26px;
}

.italic {
  font-style: italic;
}

.initial {
  font-style: initial !important;
}

.underline {
  text-decoration: underline white;
}

.normal {
  line-height: normal;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-list .col .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-list h3 {
  color: #fff;
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
}
.home-list p {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  color: #3c3c3b;
  text-align: center;
}
.home-list a {
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-size: 18px;
}

.footer .col {
  padding: 0 15px 0;
}

.form-absolute {
  position: relative;
}
.form-absolute .form-v2 {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.list-addr {
  margin: 0;
}
.list-addr li {
  line-height: 1.25;
  color: #3c3c3b;
  margin: 0;
  list-style: none;
}

.text-main p {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 26px;
  color: #617559;
  text-align: center;
}

#header #logo {
  display: none;
}

.header-nav-main li {
  margin: 0 16px;
}
.header-nav-main li a {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: white;
  text-decoration: none;
}
.header-nav-main .sub-menu {
  padding: 0;
  /* display: flex; */
  border: none;
  background-color: var(--primary-background);
}
.header-nav-main .sub-menu.nav-dropdown {
  left: 0;
}
.header-nav-main .sub-menu a {
  color: #000;
}
.header-nav-main .sub-menu .menu-item {
  margin: 0;
}
.header-nav-main .sub-menu .menu-item.active a {
  color: #617559;
}
.header-nav-main .sub-menu .menu-item a {
  font-size: 1rem;
  border: none;
  color: #3c3c3b;
	padding:5px 10px 5px 10px !important;
}
.header-nav-main .sub-menu .menu-item a:hover {
  color: #617559;
}
.header-nav-main li.has-dropdown:before,
.header-nav-main li.has-dropdown:after {
  display: none;
}

.header-nav-main .sub-menu .menu-item:first-child a { padding-top:15px !important; }
.header-nav-main .sub-menu .menu-item:last-child a { padding-bottom:15px !important; }


/* MOBILE MENU */

.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
	background-color: #ddbfbf;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	color: #3c3c3b;
	font-size: 1em;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li.current-menu-item > a {
	color: #617559;
}

/* END: MOBILE MENU */

.courses-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
}
.courses-wrapper .course-item {
  background-color: var(--yellow-color);
  padding: 1rem;
  max-width: 334px;
}
.courses-wrapper .course-item p {
  margin: 0;
}
.courses-wrapper .course-item .course-avatar img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.courses-wrapper .course-item .course-title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 3.5rem;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
  line-clamp: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.courses-wrapper .course-item .course-date {
  font-size: 18px;
  line-height: 26px;
  color: #3c3c3b;
  text-decoration: none;
}
.courses-wrapper .course-item input,
.courses-wrapper .course-item textarea {
  border: none;
  border-bottom: 1px solid var(--green-color);
  box-shadow: none;
  height: 32px;
  font-size: 14px;
}
.courses-wrapper .course-item .btn-submit {
  background-color: var(--green-color);
  color: #ffffff;
  margin: 0;
}
.courses-wrapper .course-item .course-action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
}
.courses-wrapper .course-item .course-action .btn-show-form,
.courses-wrapper .course-item .course-action a {
  text-transform: unset;
  width: 50%;
  margin: 0 !important;
  padding: 0.5rem;
  height: 32px;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border: none;
  border-bottom: 1px solid var(--green-color);
}
.courses-wrapper .course-item .course-full {
  color: var(--red--color);
  font-weight: 600;
  font-style: italic;
  border-bottom: 1px solid var(--red--color);
  border-top: 1px solid var(--red--color);
  margin-top: 8px;
}

.course-rating-form {
  background-color: rgba(221, 191, 191, 0.95);
  padding: 2rem 4rem;
  text-align: center;
}
.course-rating-form p {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.course-rating-form input,
.course-rating-form textarea {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--green-color);
  background-color: rgba(255, 255, 255, 0.2);
}
.course-rating-form .btn-submit {
  background-color: var(--green-color);
  color: #f5fffd;
  font-weight: 500;
  margin: 0;
  margin-top: 1rem;
  text-transform: none;
}

.rating-item {
  margin-bottom: 1.5rem;
}
.rating-item .rating-header {
  border-bottom: 1px solid var(--green-color);
  font-weight: 600;
}

.newspapers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 10px;
}

.newspaper-item {
  background-color: var(--primary-background);
  padding: 2rem;
  text-align: center;
}
.newspaper-item .newspaper-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  overflow: hidden;
  text-align: center;
  color: white;
}
.newspaper-item .newspaper-description {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #3c3c3b;
  font-weight: 500;
}
.newspaper-item img {
  width: 100%;
  aspect-ratio: 8/12;
}

.contact-form {
  background-color: var(--primary-background);
  padding: 2rem;
}
.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 1px solid var(--green-color);
  background-color: transparent;
  box-shadow: none;
}
.contact-form textarea {
  border: 1px solid #fff !important;
}
.contact-form input {
  height: 32px;
  font-size: 14px;
}
.contact-form .cv-form-item p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  gap: 2;
}
.contact-form input[type=submit] {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  border-bottom: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin: 0 auto;
  display: flex;
  text-decoration: underline;
}

.text-light.product-small.box * {
  color: #fff !important;
}
.text-light.product-small .add_to_cart_button {
  border-bottom: 1px solid #fff !important;
  padding: 0;
  min-height: unset;
  line-height: 1;
}

.product-small.box {
  background-color: var(--yellow-color);
  display: flex;
  flex-direction: column;
}
.product-small .product-short-description {
  margin-top: 12px;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
.product-small .product-description {
  text-align: left;
  font-family: "Hind", serif;
  font-size: 11px;
  line-height: 15px;
}
.product-small .woocommerce-loop-product__link {
  font-size: 1.2rem;
  color: var(--green-color);
}
.product-small .price {
  margin-top: 12px;
  text-align: left;
  font-style: italic;
}
.product-small .price::before {
  content: "Preis: ";
  display: inline-block;
  font-weight: normal;
  color: inherit;
 /* margin-left: 5px; */
	padding-right:5px;
}
.product-small .add_to_cart_button {
  border: none;
  background-color: transparent !important;
  color: #3c3c3b !important;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  min-height: unset;
  line-height: 34px;
  font-style: italic;
  border-bottom: 1px solid #3c3c3b !important;
}
.product-small .product-title a {
  margin-top: 1rem;
  color: #3c3c3b !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 52px;
  margin: 0 auto;
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 26px;
  line-clamp: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.product-small.box {
  padding: 1rem;
}

.ratings-pagination a {
  color: #fff;
  padding: 4px;
}
.ratings-pagination a.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.shop_table {
  gap: 1rem;
}
.shop_table .product-name {
  font-weight: 600;
  font-size: 15px;
  color: #3c3c3b;
}
.shop_table .product-thumbnail {
  width: 25%;
  padding: 1rem;
}
.shop_table .product-thumbnail img {
  width: 120px;
  margin-right: auto;
}
.shop_table .cart_item {
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.shop_table .cart_item .product-data {
  padding: 1rem;
  text-align: left;
}
.shop_table .cart_item.text-light * {
  color: #fff !important;
}
.shop_table .cart_item.text-light .qty {
  color: #3c3c3b !important;
}
.shop_table .quantity-text {
  font-style: italic;
  font-size: 15px;
  color: #3c3c3b;
}
.shop_table .product-quantity {
  text-align: left;
}
.shop_table .product-quantity .qty {
  padding-left: 4px;
  margin: 4px 0 10px;
  max-width: 50px;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  border: 1px solid #3c3c3b;
  height: 28px;
}

.woocommerce-privacy-policy-text {
  padding-top: 1em;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
}
.woocommerce-billing-fields__field-wrapper #billing_anrede_field {
  grid-column: span 2/span 2;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper input {
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  background-color: transparent !important;
  outline: none;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 15px;
  box-sizing: border-box;
  box-shadow: none !important;
  height: 32px;
  margin: 0;
}

.row-checkout-form {
  align-items: center;
}
.row-checkout-form #ship-to-different-address {
  display: none;
}
.row-checkout-form .text-white {
  color: #fff;
  text-transform: none;
  text-align: center;
  font-size: 22px;
}
.row-checkout-form .customer-details {
  background-color: #ddbfbf;
  padding: 15px;
}
.row-checkout-form label {
  display: none;
}
.row-checkout-form textarea {
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  background-color: transparent !important;
  outline: none;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: none !important;
  height: 32px;
  margin: 0;
  margin-top: 8px;
}

#payment .wc_payment_methods {
  display: none;
  visibility: hidden;
}

.place-order .button {
  background-color: transparent !important;
  color: #fff;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 0px !important;
  min-height: unset;
}

.woocommerce-billing-fields {
  border: none !important;
}

.quotes-font {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 26px;
  color: #617559;
  text-align: center;
}

.checkout .has-border {
  border: none;
}

.woocommerce-checkout-review-order .total-checkout {
  display: none;
}
.woocommerce-checkout-review-order .total-checkout:first-of-type {
  display: block;
}

.naturseifen .product:nth-child(1) .box {
  background: rgba(228, 224, 177, 0.95) !important;
}
.naturseifen .product:nth-child(2) .box {
  background: rgba(79, 54, 60, 0.95) !important;
}
.naturseifen .product:nth-child(2) .box * {
  color: #fff !important;
}
.naturseifen .product:nth-child(2) .box a {
  border-color: #fff;
}
.naturseifen .product:nth-child(3) .box {
  background: rgba(151, 144, 102, 0.95) !important;
}
.naturseifen .product:nth-child(3) .box * {
  color: #fff !important;
}
.naturseifen .product:nth-child(3) .box a {
  border-color: #fff;
}
.naturseifen .product:nth-child(4) .box {
  background: rgba(219, 149, 54, 0.95) !important;
}
.naturseifen .product:nth-child(5) .box {
  background: rgba(60, 64, 102, 0.95) !important;
}
.naturseifen .product:nth-child(5) .box * {
  color: #fff !important;
}
.naturseifen .product:nth-child(5) .box a {
  border-color: #fff;
}
.naturseifen .product:nth-child(6) .box {
  background: rgba(147, 164, 122, 0.95) !important;
}
.naturseifen .product:nth-child(7) .box {
  background: rgba(84, 66, 62, 0.95) !important;
}
.naturseifen .product:nth-child(7) .box * {
  color: #fff !important;
}
.naturseifen .product:nth-child(7) .box a {
  border-color: #fff;
}

.badebomben .product .box {
  background: rgba(219, 191, 191, 0.95) !important;
}

.raumsprays .product:nth-child(1) .box {
  background: rgba(224, 215, 160, 0.95) !important;
}
.raumsprays .product:nth-child(2) .box {
  background: rgba(235, 211, 201, 0.95) !important;
}
.raumsprays .product:nth-child(3) .box {
  background: rgba(78, 99, 83, 0.95) !important;
}
.raumsprays .product:nth-child(3) .box * {
  color: #fff !important;
}
.raumsprays .product:nth-child(3) .box a {
  border-color: #fff;
}

.balsame .product:nth-child(1) .box {
  background: rgba(239, 210, 202, 0.95) !important;
}
.balsame .product:nth-child(2) .box {
  background: rgba(209, 209, 147, 0.95) !important;
}
.balsame .product:nth-child(3) .box {
  background: rgba(223, 177, 187, 0.95) !important;
}
.balsame .product:nth-child(5) .box {
  background: rgba(239, 178, 193, 0.95) !important;
}
.balsame .product:nth-child(6) .box {
  background: rgba(130, 169, 140, 0.95) !important;
}

.geschenkboxen .product:nth-child(2) .box {
  background: rgba(229, 202, 193, 0.95) !important;
}
.geschenkboxen .product:nth-child(3) .box {
  background: rgba(228, 224, 177, 0.95) !important;
}

.zubehor .product .box {
  background: rgba(229, 202, 193, 0.95) !important;
}

.lichtensteig .course-item {
  background: rgba(221, 191, 191, 0.95);
}

.product-short-description .description {
  padding-bottom: 1.5rem;
}

.price-wrapper {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #3c3c3b;
  font-style: italic;
}
.price-wrapper span.amount {
  color: #3c3c3b;
  font-weight: 400;
  font-style: italic;
}

td.product-thumbnail {
  max-width: unset !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .newspapers-wrapper {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
  .form-absolute .form-v2 {
    position: relative;
  }
}
#billing_country_field {
  display: none;
}

.section-bg {
  margin-top: -500px;
}

.section h1 {
  font-size: 3em;
  line-height: 1em;
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.product-category {
    font-size: 2em !important;
	line-height: 1.5em !important;
}

.logo {
  max-width: 330px;
}

h4 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #3c3c3b;
}

.box-text-products {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-text-products > div {
	width:100%;
}

.size-woocommerce_gallery_thumbnail {
  width: 320px;
  height: 252px;
  object-fit: contain;
  object-position: center;
}

.footer {
	align-items: start !important;
}

.footer-logo img {
	max-width:300px;
}
