@charset "UTF-8";
/* Theme Name: FR-Champagner
 * * Author: FHR Websolutions
 * * Description: Theme for FR Champagner.
 * * Version: 2.0 */
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  transition: all 0.16s;
  color: #323432;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background: #efefef;
}
body.age-restriction .page-wrapper {
  display: none;
}

.page-wrapper {
  position: relative;
}

.age-gate h2 {
  font-family: "Roboto Slab";
  color: #9B7028;
}
#mobile-nav-checkbox {
  display: none;
}

.mobile-nav {
  display: none;
}

.header {
  height: 90px;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 0px 2px #282A28;
  background: #efefef;
  z-index: 998;
}
.header a.logo img {
  height: 110px;
  background: #efefef;
  padding: 0 20px;
}
.header .nav {
  position: absolute;
  left: 20px;
  top: 35px;
}
.header .nav .button, .header .nav .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .header .nav button, .header .nav .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .header .nav button, .header .nav .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .header .nav .add_to_cart_button, .header .nav .age-gate button, .age-gate .header .nav button {
  display: none;
}
.header .nav li {
  list-style: none;
  display: inline;
  margin: 0 10px;
  display: inline-block;
}
.header .nav li a {
  color: #323432;
  padding-bottom: 3px;
  display: inline-block;
}
.header .nav li a:hover:not(.active) {
  color: #9B7028;
}
.header .nav li.current-menu-item, .header .nav li.parent_url {
  border-bottom: 2px solid #9B7028;
}
.header .nav .mobile-nav-back:before {
  content: "\f341";
  font-family: dashicons;
  position: absolute;
  left: 15px;
  line-height: 21px;
  font-size: 20px;
}
.header .right {
  position: absolute;
  right: 10px;
  top: 35px;
}
.header .right a {
  color: #323432;
  padding: 0 5px;
}
.header .right a:hover, .header .right a:hover i {
  color: #9B7028;
}
.header .right .tel {
  display: inline-block;
  margin-right: 10px;
}
.header .right .tel span {
  margin-right: 5px;
}
.header .right .tel i {
  font-style: normal;
}
.header .right .social {
  display: inline-block;
  margin-right: 10px;
}
.header .right .search {
  display: none;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header .right .search input {
  border: 1px solid #323432;
  background: none;
  color: #323432;
  -webkit-appearance: none;
  outline: none;
  padding: 4px 10px;
  box-sizing: border-box;
  width: 50px;
}
.header .right .search input:focus, .header .right .search input:hover {
  border-color: #9B7028;
  width: 175px;
}
.header .right .search #search-results {
  width: 225px;
  position: absolute;
  right: -50px;
  background: #efefef;
  border: 1px solid #9B7028;
  padding: 10px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
.header .right .search #search-results h3 {
  text-align: left;
  color: #9B7028;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Roboto Slab";
}
.header .right .search #search-results ul {
  margin-bottom: 10px;
}
.header .right .search #search-results ul li {
  list-style: none;
  margin-bottom: 5px;
}
.header .right .search #search-results ul li a {
  text-indent: -10px;
  margin-left: 10px;
  display: block;
}
.header .right .cart-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header .right .cart-button i {
  font-style: normal;
  position: absolute;
  top: -8px;
  left: 15px;
  background: #9B7028;
  color: #F8F1E1;
  font-size: 12px;
  border-radius: 50%;
  height: 15px;
  padding: 0 4px;
  line-height: 16px;
}
.header .right .cart-button:hover span {
  color: #9B7028;
}
.header .mobile-nav-button {
  display: none;
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 1000;
}
.header.scrolled {
  height: 60px;
  box-shadow: 0px 0px 7px #282A28;
  background: #fff;
}
.header.scrolled .nav {
  top: 20px;
}
.header.scrolled .nav li.current-menu-item, .header.scrolled .nav li.parent_url {
  border-bottom: 5px solid #9B7028;
}
.header.scrolled .nav li a {
  padding-bottom: 26px;
}
.header.scrolled .right {
  top: 20px;
}
.header.scrolled .mobile-nav-button {
  top: 10px;
}
.header.scrolled a.logo img {
  height: 60px;
  background: #fff;
}

.header-space {
  width: 100%;
  height: 150px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content-part {
  padding-bottom: 25px;
  color: #323432;
  position: relative;
  z-index: 800;
}
.content-part.white {
  background: #fff;
}
.content-part.gray {
  background: #efefef;
}
.content-part h2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Roboto Slab";
  color: #9B7028;
  font-weight: 400;
  font-size: 24px;
}
.content-part h3 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
.content-part .content-intro {
  padding: 20px;
  box-sizing: border-box;
}
.content-part .content-intro h3 {
  margin-bottom: 0;
}
.content-part .content {
  padding: 55px 20px 30px;
  box-sizing: border-box;
}
.content-part .content h2 {
  text-align: left;
}
.content-part .content h2:nth-of-type(n+2) {
  margin-top: 20px;
}
.content-part .content h3 {
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  color: #9B7028;
}
.content-part .content p {
  margin-bottom: 10px;
}
.content-part .content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.content-part .intro {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 20px 40px;
  box-sizing: border-box;
}
.content-part .intro span {
  color: #9B7028;
  font-size: 20px;
  font-family: "Roboto Slab";
}
.content-part .intro h1 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-family: Roboto;
}
.content-part .intro h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto;
  color: #323432;
}
.content-part .intro .button, .content-part .intro .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .intro button, .content-part .intro .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .intro button, .content-part .intro .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .intro .add_to_cart_button, .content-part .intro .age-gate button, .age-gate .content-part .intro button {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  display: inline-block;
  border-color: #9B7028;
  background: none;
  font-family: "Roboto Slab";
}
.content-part .featured-img {
  padding: 100px 20px 70px;
  box-sizing: border-box;
}
.content-part .featured-img .item {
  width: 30%;
  text-align: center;
  position: relative;
}
.content-part .featured-img .item .img-border {
  border-radius: 5px;
  transform: rotate(45deg);
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: block;
  left: 50%;
  margin-left: -65px;
  top: 7px;
  border: 2px solid #9B7028;
  position: absolute;
}
.content-part .featured-img .item .img-wrapper {
  border-radius: 10px;
  transform: rotate(45deg);
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
  display: block;
  left: 50%;
  margin-left: -90px;
  border: 3px solid #fff;
}
.content-part .featured-img .item .img-wrapper .img2 {
  transform: rotate(-45deg);
  position: absolute;
  top: -30px;
  left: -30px;
  background-size: cover;
  background-position: center;
  width: 220px;
  height: 220px;
}
.content-part .featured-img .item .img {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
}
.content-part .featured-img .item h2 {
  font-size: 20px;
  margin: 60px 0 20px;
}
.content-part .featured-img .item p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
.content-part .featured-blog {
  padding: 50px 20px;
  box-sizing: border-box;
}
.content-part .featured-blog .text {
  width: 50%;
  text-align: right;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}
.content-part .featured-blog .text span {
  color: #9B7028;
  font-size: 20px;
  font-family: "Roboto Slab";
}
.content-part .featured-blog .text h2 {
  font-weight: 300;
  font-family: Roboto;
  color: #323432;
  font-size: 35px;
  margin: 10px 0 50px;
  text-align: right;
}
.content-part .featured-blog .item {
  width: 46%;
  height: 350px;
  margin: 20px;
  box-sizing: border-box;
  position: relative;
}
.content-part .featured-blog .item .img {
  height: 250px;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid rgba(155, 112, 40, 0.3);
}
.content-part .featured-blog .item .info {
  border: 1px solid rgba(155, 112, 40, 0.3);
  border-top: none;
  padding-top: 15px;
}
.content-part .featured-blog .item .info h5 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #9B7028;
}
.content-part .featured-blog .item .info h4 {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}
.content-part .featured-blog .item .info h4 a {
  color: #323432;
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
.content-part .featured-blog .item .info h4 a:hover {
  color: #9B7028;
}
.content-part .featured-blog .item:nth-of-type(3), .content-part .featured-blog .item:nth-of-type(5) {
  width: 28%;
}
.content-part .featured-blog .item:nth-of-type(4) {
  width: 30%;
}
.content-part .featured-champagner {
  justify-content: center;
  padding: 60px 20px 120px;
  box-sizing: border-box;
}
.content-part .featured-champagner .item {
  width: 40%;
  position: relative;
  justify-content: center;
}
.content-part .featured-champagner .item .bottle {
  position: relative;
  margin-right: 30px;
}
.content-part .featured-champagner .item .bottle img {
  height: 300px;
}
.content-part .featured-champagner .item .bottle:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 100%;
  height: 100%;
  background-image: url("https://www.fr-champagner.de/wp-content/uploads/VorinJumel_Tradition_DemiSec-e1602181454353.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: perspective(700px) rotateX(70deg) rotate(30deg);
  transform-origin: bottom right;
  filter: brightness(0) blur(20px) opacity(0.5);
  z-index: -1;
}
.content-part .featured-champagner .item .desc {
  padding: 15px 20px 15px;
  box-sizing: border-box;
  margin-top: 30px;
  width: 60%;
  position: relative;
}
.content-part .featured-champagner .item .desc .new-product {
  display: inline-block;
  background: #B3000C;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  font-family: "roboto slab";
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.content-part .featured-champagner .item .desc .weingut {
  color: #323432;
  color: #9B7028;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.content-part .featured-champagner .item .desc h4 {
  color: #9B7028;
  font-family: "Roboto Slab";
  padding-bottom: 3px;
}
.content-part .featured-champagner .item .desc h5 {
  color: #9B7028;
  margin: 3px 0 10px;
}
.content-part .featured-champagner .item .desc p {
  color: #323432;
}
.content-part .featured-champagner a.button-all {
  position: absolute;
  bottom: 30px;
}
.content-part .reviews {
  padding: 60px 20px 40px;
  box-sizing: border-box;
}
.content-part .reviews .quote-mark {
  color: rgba(155, 112, 40, 0.6);
  font-size: 80px;
  width: 100%;
  text-align: center;
  height: 80px;
  margin-bottom: 30px;
}
.content-part .reviews .quote-mark.quote-mark-end {
  transform: rotate(180deg);
  margin-top: 30px;
}
.content-part .contact {
  padding: 60px 20px 70px;
  box-sizing: border-box;
  text-align: center;
}
.content-part .contact h3 {
  margin-bottom: 50px;
}
.content-part .contact .button, .content-part .contact .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .contact button, .content-part .contact .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .contact button, .content-part .contact .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .contact .add_to_cart_button, .content-part .contact .age-gate button, .age-gate .content-part .contact button {
  margin: 0 10px;
}
.content-part .shop-intro {
  padding: 20px 20px;
  box-sizing: border-box;
}
.content-part .shop {
  padding-top: 30px;
  padding-bottom: 50px;
}
.content-part .shop .filter-toggle-button {
  margin: 0 auto 30px;
  display: none;
  width: 100%;
  text-align: center;
}
.content-part .shop .filter-toggle-button i {
  margin-right: 5px;
}
.content-part .shop .shop-sidebar {
  width: 300px;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  border-right: 1px solid #9B7028;
}
.content-part .shop .shop-sidebar.hidden {
  display: none;
}
.content-part .shop .shop-sidebar .wpc-inner-widget-chips-wrapper {
  margin-bottom: 20px;
}
.content-part .shop .shop-sidebar .wpc-inner-widget-chips-wrapper::before {
  content: "Aktive Filter";
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  color: #9B7028;
}
.content-part .shop .shop-sidebar .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list .wpc-chip-reset-all {
  display: none;
}
.content-part .shop .shop-sidebar .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list a:hover .wpc-chip-remove-icon {
  color: #9B7028;
}
.content-part .shop .shop-sidebar .wpc-filter-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B7028;
  text-align: left;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes ul li label a {
  color: #323432;
  word-wrap: anywhere;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes ul li label:hover a {
  color: #9B7028;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes .wpc-filter-_unit_product label a:after {
  content: " L";
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes input {
  border: 1px solid #9B7028;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 3px !important;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes input:hover, .content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes input:checked {
  box-shadow: inset 0px 0px 0px 2px #fff;
  background-color: #9B7028;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes input:checked:hover {
  background-color: transparent !important;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-checkboxes input:checked:hover::after {
  content: "X";
  color: red;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 12px;
  font-size: 14px;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-search-field form {
  width: 80%;
}
.content-part .shop .shop-sidebar .wpc-filter-layout-search-field form input {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #9B7028;
}
.content-part .shop .shop-sidebar .wpc-filters-range-inputs input {
  width: 60%;
  text-align: center;
  padding: 7px;
  border: 1px solid #9B7028;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.content-part .shop .shop-sidebar .wpc-filters-range-inputs input::-webkit-outer-spin-button, .content-part .shop .shop-sidebar .wpc-filters-range-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.content-part .shop .shop-sidebar .wpc-filters-range-inputs input::after {
  content: "€";
}
.content-part .shop .shop-sidebar .wpc-filters-range-inputs .wpc-filters-range-max-column {
  text-align: right;
}
.content-part .shop .shop-sidebar .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: #9B7028;
}
.content-part .shop .shop-content {
  width: 900px;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  position: relative;
}
.content-part .shop .shop-content .shop-layout {
  position: absolute;
  top: 0;
  right: 25px;
}
.content-part .shop .shop-content .shop-layout input {
  display: none;
}
.content-part .shop .shop-content .shop-layout label span {
  cursor: pointer;
  color: rgba(155, 112, 40, 0.5);
  margin-left: 5px;
  padding: 1px;
}
.content-part .shop .shop-content .shop-layout input[type=radio]:checked + label span {
  color: #9B7028;
}
.content-part .shop .shop-content .woocommerce-ordering {
  position: absolute;
  top: 0;
  right: 90px;
}
.content-part .shop .shop-content .woocommerce-ordering select {
  border: 1px solid #9B7028;
  padding: 4px 15px 4px 4px;
  height: 22px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: none;
}
.content-part .shop .shop-content .woocommerce-ordering:after {
  content: "\f140";
  font-family: dashicons;
  font-weight: 400;
  position: absolute;
  right: 5px;
  line-height: 22px;
  z-index: -1;
  color: #9B7028;
}
.content-part .shop .shop-content .woocommerce-pagination ul li {
  list-style: none;
  display: inline-block;
}
.content-part .shop .shop-content .woocommerce-pagination ul li a, .content-part .shop .shop-content .woocommerce-pagination ul li span {
  padding: 3px 7px;
  border: 1px solid #9B7028;
}
.content-part .shop .shop-content ul.products {
  margin-top: 30px;
}
.content-part .shop .shop-content ul.products li {
  list-style: none;
  height: 120px;
  border-bottom: 1px solid rgba(155, 112, 40, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.content-part .shop .shop-content ul.products li:last-of-type {
  border: none;
}
.content-part .shop .shop-content ul.products li .img {
  height: 100%;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.content-part .shop .shop-content ul.products li .img.new-product::before {
  content: "NEU";
  background: #B3000C;
  color: #fff;
  font-size: 10px;
  font-family: "roboto slab";
  letter-spacing: 1px;
  padding: 4px;
  width: 100px;
  display: block;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  opacity: 0.8;
}
.content-part .shop .shop-content ul.products li .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.content-part .shop .shop-content ul.products li .details {
  width: 750px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}
.content-part .shop .shop-content ul.products li .details h4 {
  margin-top: 10px;
  max-width: 500px;
}
.content-part .shop .shop-content ul.products li .details h4 a {
  color: #9B7028;
  font-family: "Roboto Slab";
  font-size: 24px;
}
.content-part .shop .shop-content ul.products li .details h5 {
  font-weight: 300;
  font-size: 16px;
  max-width: 500px;
}
.content-part .shop .shop-content ul.products li .details .pricing {
  position: absolute;
  right: 10px;
  top: 0;
  text-align: right;
}
.content-part .shop .shop-content ul.products li .details .pricing .regular-price {
  text-decoration: line-through;
  color: #B3000C;
  font-size: 12px;
}
.content-part .shop .shop-content ul.products li .details .pricing .regular-price span {
  color: rgba(50, 52, 50, 0.6);
}
.content-part .shop .shop-content ul.products li .details .pricing .price {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-part .shop .shop-content ul.products li .details .pricing .price-info {
  font-size: 12px;
}
.content-part .shop .shop-content ul.products li .details .pricing .price-info .delivery-time-2-5-werktage .delivery-time-data:before {
  content: "\f12a";
  font-family: dashicons;
  display: inline;
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: #007000;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock {
  margin-top: 10px;
  font-size: 14px;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock.instock {
  color: #007000;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock.outofstock {
  color: #B3000C;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock form {
  margin-left: 10px;
  display: inline-block;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock form button.grid {
  display: none;
}
.content-part .shop .shop-content ul.products li .details .pricing .stock form .quantity-input {
  float: left;
  margin-right: 10px;
}
.content-part .shop .shop-content ul.products.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-part .shop .shop-content ul.products.grid li {
  width: 30%;
  height: auto;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(155, 112, 40, 0.2) !important;
}
.content-part .shop .shop-content ul.products.grid li .img {
  width: 70%;
  height: 150px;
  margin: 0 auto;
}
.content-part .shop .shop-content ul.products.grid li .details {
  width: 100%;
  padding-left: 0;
}
.content-part .shop .shop-content ul.products.grid li .details h4 a {
  font-size: 18px;
}
.content-part .shop .shop-content ul.products.grid li .details .pricing {
  position: initial;
  margin-top: 15px;
}
.content-part .shop .shop-content ul.products.grid li .details .pricing form {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.content-part .shop .shop-content ul.products.grid li .details .pricing form .quantity-input {
  display: none;
}
.content-part .shop .shop-content ul.products.grid li .details .pricing form button {
  width: 100%;
}
.content-part .product-intro {
  padding: 60px 20px 50px;
  box-sizing: border-box;
}
.content-part .product-intro h3 {
  margin-bottom: 10px;
}
.content-part .product-intro h4 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.content-part .product-page {
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
}
.content-part .product-page .image {
  width: 55%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  top: 150px;
}
.content-part .product-page .product-information {
  padding-left: 20px;
  width: 45%;
  padding-top: 40px;
}
.content-part .product-page .product-information .new-product {
  display: inline-block;
  background: #B3000C;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  font-family: "roboto slab";
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.content-part .product-page .product-information .regular-price {
  text-decoration: line-through;
  color: #B3000C;
  font-size: 16px;
}
.content-part .product-page .product-information .regular-price span {
  color: rgba(50, 52, 50, 0.6);
}
.content-part .product-page .product-information .price {
  font-size: 26px;
  margin-bottom: 10px;
}
.content-part .product-page .product-information .price-info {
  font-size: 14px;
}
.content-part .product-page .product-information .price-info .delivery-time-2-5-werktage .delivery-time-data:before {
  content: "\f12a";
  font-family: dashicons;
  display: inline;
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: #007000;
}
.content-part .product-page .product-information .variations {
  margin-top: 10px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
}
.content-part .product-page .product-information .variations div {
  font-family: "Roboto Slab";
  color: #9B7028;
  font-size: 18px;
  margin-top: 10px;
}
.content-part .product-page .product-information .variations a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #323432;
  color: #323432;
  margin-top: 8px;
  max-width: 250px;
}
.content-part .product-page .product-information .variations a:hover {
  color: #9B7028;
  border-color: #9B7028;
}
.content-part .product-page .product-information .variations span {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #323432;
  color: #323432;
  margin-top: 8px;
  background: #efefef;
  color: #9B7028;
  border-color: #9B7028;
  cursor: auto;
  background: #F3E7CA !important;
  max-width: 250px;
}
.content-part .product-page .product-information .stock {
  margin: 30px 0 10px;
  font-size: 16px;
}
.content-part .product-page .product-information .stock.instock {
  color: #007000;
}
.content-part .product-page .product-information .stock.outofstock {
  color: #B3000C;
}
.content-part .product-page .product-information form {
  font-size: 14px;
  display: inline-block;
}
.content-part .product-page .product-information form .quantity-input {
  float: left;
  margin-right: 10px;
}
.content-part .product-page .product-information h2 {
  text-align: left;
}
.content-part .product-page .product-information .product-description {
  padding-top: 100px;
}
.content-part .product-page .product-information .product-description p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.content-part .product-page .product-information .product-details {
  margin-top: 50px;
}
.content-part .product-page .product-information .product-details ul.details li {
  list-style: none;
  padding: 5px 10px;
  margin: 5px 0;
  border-bottom: 1px solid rgba(155, 112, 40, 0.3);
  display: flex;
  justify-content: space-between;
}
.content-part .product-page .product-information .product-details ul.details li span {
  font-size: 14px;
  font-weight: 700;
}
.content-part .product-page .product-information .product-details ul.details li div {
  float: right;
}
.content-part .product-page .product-information .product-safety {
  margin-top: 50px;
}
.content-part .product-page .product-information .product-safety .toggle-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.content-part .product-page .product-information .product-safety .toggle-header h2 {
  width: auto;
}
.content-part .product-page .product-information .product-safety .toggle-header span {
  margin-right: 15px;
  color: #9B7028;
  line-height: 40px;
}
.content-part .product-page .product-information .product-safety .product-safety-content {
  height: 0;
  overflow: hidden;
}
.content-part .product-page .product-information .product-safety input {
  display: none;
}
.content-part .product-page .product-information .product-safety input:checked ~ .toggle-header span {
  transform: rotate(180deg);
}
.content-part .product-page .product-information .product-safety input:checked ~ .product-safety-content {
  height: auto;
}
.content-part .cart-content {
  padding: 30px 20px;
  box-sizing: border-box;
}
.content-part .cart-content td .sub-info {
  display: block;
  font-size: 0.8em;
}
.content-part .checkout-content {
  padding: 30px 20px;
  box-sizing: border-box;
}
.content-part .checkout-content .woocommerce-form-coupon-toggle {
  display: none;
}
.content-part .checkout-content h3 {
  font-family: "Roboto Slab";
  font-weight: 400;
  color: #9B7028;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
  text-transform: none;
}
.content-part .checkout-content form.checkout .col-1, .content-part .checkout-content form.checkout .col-2 {
  margin-bottom: 30px;
}
.content-part .checkout-content form.checkout input, .content-part .checkout-content form.checkout textarea {
  border: 1px solid #9B7028;
  padding: 5px 10px;
  font-size: 14px;
}
.content-part .checkout-content form.checkout .form-row {
  margin-bottom: 10px;
}
.content-part .checkout-content form.checkout .select2-container--default .select2-selection--single {
  border: 1px solid #9B7028;
  border-radius: 0;
  font-size: 14px;
}
.content-part .checkout-content form.checkout #payment {
  background: none;
  margin-bottom: 40px;
}
.content-part .checkout-content form.checkout #payment #place_order {
  margin-top: 20px;
}
.content-part .checkout-content form.checkout #payment .payment_box {
  background: none;
  border: 1px solid #9B7028;
  padding: 0 1em;
}
.content-part .checkout-content form.checkout #payment .payment_box::before {
  display: none;
}
.content-part .checkout-content form.checkout #payment .payment_box fieldset {
  margin: 10px 0;
  border: none;
}
.content-part .checkout-content form.checkout #payment .payment_box p {
  margin: 10px;
}
.content-part .checkout-content form.checkout .shop_table {
  margin-top: 40px;
  background: none !important;
}
.content-part .checkout-content form.checkout .shop_table .order-tax *, .content-part .checkout-content form.checkout .shop_table .shipping * {
  font-weight: normal !important;
}
.content-part .checkout-content form.checkout .shop_table .product-name {
  display: flex;
  align-items: center;
}
.content-part .checkout-content form.checkout .shop_table .product-name div {
  display: inline-block;
}
.content-part .checkout-content form.checkout .shop_table .product-name div .sub-info {
  display: block;
  font-size: 0.8em;
}
.content-part .checkout-content form.checkout .shop_table .product-name div img {
  max-height: 100px;
  width: auto;
  height: auto;
  max-width: 100px;
  margin: 0 20px;
}
.content-part .checkout-content form.checkout .shop_table tfoot {
  border-top-width: 1px;
}
.content-part .checkout-content form.checkout .shop_table tfoot th {
  text-align: right;
  border: none;
}
.content-part .checkout-content form.checkout .shop_table tfoot td {
  border: none;
}
.content-part .checkout-content .woocommerce-order .woocommerce-notice {
  margin-bottom: 20px;
}
.content-part .checkout-content .woocommerce-order .woocommerce-customer-details--email, .content-part .checkout-content .woocommerce-order .woocommerce-customer-details--phone {
  padding-left: 0;
}
.content-part .checkout-content .woocommerce-order .woocommerce-customer-details--email:before, .content-part .checkout-content .woocommerce-order .woocommerce-customer-details--phone:before {
  content: "";
}
.content-part .blog-list {
  padding: 30px 20px;
  box-sizing: border-box;
}
.content-part .blog-list ul.filter {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(155, 112, 40, 0.3);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-part .blog-list ul.filter li {
  list-style-type: none;
  text-align: center;
  margin: 0 5px 10px;
}
.content-part .blog-list ul.filter li a {
  padding: 5px 10px;
  display: inline-block;
  font-family: "Roboto Slab";
}
.content-part .blog-list ul.filter li.selected a {
  background: #efefef;
  color: #323432;
}
.content-part .blog-list .item {
  border-bottom: 1px solid rgba(155, 112, 40, 0.3);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.content-part .blog-list .item:last-of-type {
  border-bottom: none;
}
.content-part .blog-list .item .img {
  width: 300px;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.content-part .blog-list .item .img a {
  display: block;
  height: 100%;
}
.content-part .blog-list .item .info {
  width: 600px;
  padding: 50px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.content-part .blog-list .item .info .date {
  margin-bottom: 5px;
  color: rgba(155, 112, 40, 0.3);
}
.content-part .blog-list .item .info .date span {
  color: rgba(155, 112, 40, 0.3);
}
.content-part .blog-list .item .info .date a {
  color: rgba(155, 112, 40, 0.5);
}
.content-part .blog-list .item .info .date a:hover {
  color: #323432;
}
.content-part .blog-list .item .info h4 {
  font-weight: 400;
  font-size: 28px;
  color: #9B7028;
  margin-bottom: 10px;
}
.content-part .blog-list .item .info .button, .content-part .blog-list .item .info .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .blog-list .item .info button, .content-part .blog-list .item .info .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .blog-list .item .info button, .content-part .blog-list .item .info .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .blog-list .item .info .add_to_cart_button, .content-part .blog-list .item .info .age-gate button, .age-gate .content-part .blog-list .item .info button {
  margin: 15px 0 5px;
}
.content-part .blog-list .item p {
  overflow: hidden;
}
.content-part .blog-post .post-header {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.content-part .blog-post .post-header ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.content-part .blog-post .post-header .date {
  color: rgba(155, 112, 40, 0.3);
  text-transform: uppercase;
}
.content-part .blog-post .post-header img {
  max-width: 100%;
  max-height: 350px;
  margin: 5px 0 20px;
  border: 1px solid #9B7028;
  padding: 15px;
  box-shadow: 5px 5px 5px rgba(40, 42, 40, 0.25);
  box-sizing: border-box;
}
.content-part .blog-post .post-content {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.content-part .blog-post .post-content h2 {
  text-align: left;
}
.content-part .blog-post .post-content h2:nth-of-type(n+2) {
  margin-top: 20px;
}
.content-part .blog-post .post-content p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.content-part .blog-post .post-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.content-part .blog-post .post-content ol {
  margin-left: 23px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.content-part .blog-post .post-content .wp-block-handpicked-products {
  margin-top: 20px;
}
.content-part .blog-post .post-content .wp-block-handpicked-products::before {
  content: "Passende Produkte";
  color: #9B7028;
  font-size: 24px;
  font-family: "Roboto Slab";
  display: block;
  text-align: left;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products {
  margin: 0;
  padding-top: 20px;
  margin-top: 10px;
  overflow: hidden;
  justify-content: center;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
  width: 30%;
  max-width: 30%;
  flex: 1 0 30%;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product h3 {
  margin-bottom: 0;
  text-transform: none;
  font-size: 16px;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
  display: inline-block;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
  width: auto;
  height: 300px;
  position: relative;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 20px;
  width: 100%;
  height: 100%;
  background-image: url("https://www.fr-champagner.de/wp-content/uploads/VorinJumel_Tradition_DemiSec-e1602181454353.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: perspective(700px) rotateX(70deg) rotate(30deg);
  transform-origin: bottom right;
  filter: brightness(0) blur(20px) opacity(0.5);
  z-index: -1;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  margin-bottom: 10px;
  font-size: 18px;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del {
  display: none;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins {
  text-decoration: none;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product p {
  font-size: 0.9em;
  line-height: 1.1;
  margin-bottom: 0;
}
.content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin-top: 10px;
}
.content-part .blog-post .post-content .aligncenter {
  text-align: center;
}
.content-part .service-list {
  padding: 50px 20px;
  box-sizing: border-box;
}
.content-part .service-list .item {
  border-bottom: 1px solid rgba(155, 112, 40, 0.3);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  align-items: center;
}
.content-part .service-list .item:last-of-type {
  border-bottom: none;
}
.content-part .service-list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.content-part .service-list .item .img {
  width: 300px;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.content-part .service-list .item .img a {
  display: block;
  height: 100%;
}
.content-part .service-list .item .desc {
  width: 600px;
  padding: 30px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.content-part .service-list .item .desc .date {
  position: absolute;
  top: 24px;
  color: rgba(155, 112, 40, 0.3);
  text-transform: uppercase;
}
.content-part .service-list .item .desc h4 {
  font-weight: 400;
  font-size: 28px;
  color: #9B7028;
  margin-bottom: 40px;
}
.content-part .service-list .item .desc p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.content-part .service-list .item .desc .button, .content-part .service-list .item .desc .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .service-list .item .desc button, .content-part .service-list .item .desc .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .service-list .item .desc button, .content-part .service-list .item .desc .age-gate button, .age-gate .content-part .service-list .item .desc button, .content-part .service-list .item .desc .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .service-list .item .desc .add_to_cart_button {
  margin: 15px 0 5px;
}
.content-part .service-list .item p {
  overflow: hidden;
}
.content-part .greeting-code-content {
  padding: 50px 20px;
}
.content-part .greeting-code-content .code-inputs {
  text-align: center;
}
.content-part .greeting-code-content .code-inputs div {
  font-size: 1.5em;
  margin: 20px 0;
}
.content-part .greeting-code-content .code-inputs div input {
  font-size: 1em;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #9B7028;
}
.content-part .greeting-post {
  padding: 50px 20px;
}
.content-part .greeting-post .greeting {
  text-align: center;
}
.content-part .greeting-post .greeting .text {
  border: 1px solid #9B7028;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(40, 42, 40, 0.25);
  padding: 20px 10px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}
.content-part .greeting-post .greeting .text:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #9B7028;
  border-color: transparent transparent #9B7028 #9B7028;
  transform: rotate(-45deg);
  background: #fff;
  box-shadow: -6px 6px 6px rgba(40, 42, 40, 0.25);
}
.content-part .user-profile {
  padding: 50px 0;
  text-align: center;
}
.content-part .user-profile .user-image {
  width: 150px;
  border-radius: 50%;
}
.content-part .user-profile ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
.content-part .user-profile ul li {
  list-style: none;
  clear: both;
  margin-bottom: 30px;
  text-align: left;
}
.content-part .user-profile ul li .icon {
  width: 30px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -5px;
}
.content-part .user-profile .social-icon {
  display: inline-block;
  margin: 0 10px 30px;
}
.content-part .user-profile .social-icon img {
  width: 50px;
}

.wpgmza-gdpr-compliance {
  position: relative;
}
.wpgmza-gdpr-compliance img {
  height: 300px;
  width: 100%;
}
.wpgmza-gdpr-compliance div {
  position: absolute;
  top: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 0;
  height: 100px;
  box-sizing: border-box;
}
.wpgmza-gdpr-compliance p {
  position: absolute;
  top: 150px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 20px;
  box-sizing: border-box;
}
.cmplz-blocked-content-notice {
  background-color: rgba(255, 255, 255, 0.8) !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 30px !important;
}
.cmplz-blocked-content-notice.cmplz-accept-category {
  width: 80% !important;
  padding: 30px !important;
  color: #9B7028 !important;
  border: 1px solid #9B7028 !important;
  cursor: pointer !important;
}
.cmplz-blocked-content-notice .cmplz-links {
  display: none !important;
}
.cmplz-blocked-content-notice button {
  margin-top: 30px;
}

.mapp-layout {
  margin: 30px 0;
}

.mapp-wrapper .mapp-map-popup {
  min-width: initial !important;
}
.mapp-wrapper .mapp-info {
  min-height: initial !important;
}
.mapp-wrapper .mapp-info .mapp-links {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

a {
  text-decoration: none;
  color: #9B7028;
  position: relative;
  z-index: 990;
}
a:hover {
  color: #323432;
}

.button, .age-gate button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .wpgmza-gdpr-compliance button, .cmplz-blocked-content-notice button {
  cursor: pointer;
  color: #9B7028 !important;
  background: none !important;
  border: 1px solid #9B7028 !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  display: inline-block;
  font-family: "Roboto Slab" !important;
  text-transform: uppercase !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button span, .age-gate button span, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button span, .wpgmza-gdpr-compliance button span, .cmplz-blocked-content-notice button span {
  padding-right: 10px;
}
.button *, .age-gate button *, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button *, .wpgmza-gdpr-compliance button *, .cmplz-blocked-content-notice button * {
  color: #9B7028;
}
.button:hover, .age-gate button:hover, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button:hover, .wpgmza-gdpr-compliance button:hover, .cmplz-blocked-content-notice button:hover {
  background: #F3E7CA !important;
}

.quantity-input {
  display: flex;
  justify-content: flex-end;
  line-height: initial;
}
.quantity-input input {
  padding: 5px 10px;
  font-size: 0.9em;
  border: 1px solid #9B7028;
  height: 35px;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
}
.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
  display: none;
}
.quantity-input .number-input-dec, .quantity-input .number-input-inc {
  display: inline-block;
  position: relative;
  height: 35px;
  box-sizing: border-box;
}
.quantity-input .number-input-dec span, .quantity-input .number-input-inc span {
  padding-right: 0;
}

.stock-marker {
  display: inline !important;
  font-size: 1em !important;
  position: relative;
  top: 1.5px;
  margin-right: 2px;
}
.stock-marker.dashicons-yes-alt {
  color: #007000;
}
.stock-marker.dashicons-dismiss {
  color: #B3000C;
}

.footer {
  background: #efefef;
  color: #323432;
  position: relative;
}
.footer .wrapper {
  padding: 70px 0 50px;
}
.footer .item {
  width: 250px;
  line-height: 1.5em;
}
.footer .item h2 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Roboto Slab";
  color: #9B7028;
}
.footer .item ul li {
  list-style: none;
}
.footer .item ul li a {
  color: #323432;
}
.footer .item ul li a:hover, .footer .item ul li a:hover > * {
  color: #9B7028;
}
.footer .item ul li a span {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-top: 2px;
}
.footer .item.img {
  display: flex;
  justify-content: center;
}
.footer .item.img img {
  height: 125px;
  align-self: center;
}

.gototop {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  height: 100%;
  padding-top: 125vh;
  box-sizing: border-box;
}
.gototop a {
  position: sticky;
  top: 90vh;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9B7028 !important;
  background: rgba(243, 231, 202, 0.7) !important;
  z-index: 998;
}
.gototop a span {
  padding-right: 0;
  font-size: 30px;
  width: auto;
  height: auto;
}

.content-part .woocommerce-notices-wrapper {
  width: 100%;
}
.content-part .woocommerce-notices-wrapper a {
  font-size: 0.9em !important;
  padding: 7px 10px !important;
}
.content-part .woocommerce-notices-wrapper ul {
  margin-left: 0;
}
.content-part .woocommerce-info {
  border-top-color: #9B7028;
}
.content-part .woocommerce-info:before {
  color: #9B7028;
}
.content-part .woocommerce .coupon .input-text {
  font-size: 0.9em;
  padding: 5px 10px;
  box-sizing: border-box;
  height: 35px;
  width: 150px !important;
  border: 1px solid #9B7028;
  outline: none;
}
.content-part .woocommerce .wc-proceed-to-checkout {
  text-align: right;
}
.content-part .woocommerce td.product-thumbnail {
  text-align: center;
  width: 20%;
}
.content-part .woocommerce td.product-thumbnail img {
  height: auto;
  max-width: 100%;
  max-height: 75px;
  width: auto;
}
.content-part .woocommerce .cart_totals h2 {
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #9B7028;
}
.content-part .woocommerce .cart_item .wc-gzd-product-name-left {
  width: 15%;
  text-align: center;
}
.content-part .woocommerce .cart_item .wc-gzd-product-name-left img {
  max-width: 100%;
  max-height: 75px;
  width: auto;
  height: auto;
}
.content-part .cart {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-part .cart .button, .content-part .cart .age-gate button, .age-gate .content-part .cart button, .content-part .cart .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .cart .add_to_cart_button, .content-part .cart .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .cart button, .content-part .cart .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .cart button {
  padding: 7px 10px !important;
  font-size: 0.9em !important;
  cursor: pointer;
  height: 35px;
}
.content-part input {
  border-radius: 0 !important;
}
.content-part input[type=radio]:checked + div {
  display: block;
}
.content-part input[type=radio] + div {
  display: none;
}
.content-part h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 1000px;
  }
  .content-part .featured-blog .item:nth-of-type(3), .content-part .featured-blog .item:nth-of-type(4) {
    width: 46%;
  }
  .content-part .featured-blog .item:nth-of-type(5) {
    display: none;
  }
  .content-part .shop .shop-sidebar {
    width: 260px;
  }
  .content-part .shop .shop-content {
    width: 740px;
  }
  .content-part .shop .shop-content ul.products li .img {
    width: 80px;
  }
  .content-part .shop .shop-content ul.products li .details {
    width: 600px;
  }
  .content-part .shop .shop-content ul.products li .details h4, .content-part .shop .shop-content ul.products li .details h5 {
    max-width: 400px;
  }
  .content-part .shop .shop-content ul.products.grid li {
    width: 32%;
  }
  .footer .item {
    width: 200px;
  }
  .footer .item.img img {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    width: 700px;
  }
  .header {
    text-align: left;
  }
  .header .nav {
    left: 175px;
  }
  .header a.logo img {
    height: 90px;
    padding: 0;
  }
  .header .tel i {
    display: none;
  }
  .header.scrolled .nav {
    left: 100px;
  }
  .header.scrolled a.logo img {
    height: 50px;
    padding: 5px 0 0;
  }
  .content-part .featured-img {
    padding: 30px 30px 10px;
    box-sizing: border-box;
  }
  .content-part .featured-img .item {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .content-part .featured-img .item + .item::before {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    background: #efefef;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -45%;
  }
  .content-part .featured-img .item h2 {
    margin: 60px 0 20px;
  }
  .content-part .featured-blog {
    padding-bottom: 10px;
  }
  .content-part .featured-blog .text {
    width: 100%;
    text-align: center;
    padding: 0px 30px 20px;
  }
  .content-part .featured-blog .text h2 {
    margin: 10px 0 20px;
    text-align: center;
  }
  .content-part .featured-blog .item, .content-part .featured-blog .item:nth-of-type(3), .content-part .featured-blog .item:nth-of-type(4) {
    width: 80%;
  }
  .content-part .featured-champagner {
    padding-bottom: 60px;
  }
  .content-part .featured-champagner .item {
    width: 70%;
    margin-bottom: 30px;
  }
  .content-part .featured-champagner .item h4 {
    font-size: 22px;
  }
  .content-part .featured-champagner .item a {
    margin-top: 10px;
  }
  .content-part .featured-champagner a.button, .content-part .featured-champagner .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart a.add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .featured-champagner a.add_to_cart_button {
    bottom: 15px;
  }
  .content-part .blog-list {
    padding-bottom: 0;
  }
  .content-part .blog-list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .content-part .blog-list .item .img {
    width: 200px;
    height: 200px;
  }
  .content-part .blog-list .item .info {
    width: 450px;
  }
  .content-part .shop .filter-toggle-button {
    display: block;
  }
  .content-part .shop .shop-sidebar {
    display: none;
    width: 100%;
    padding: 0 20px 30px;
    border: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-part .shop .shop-sidebar .wp-block-woocommerce-product-search {
    width: 100%;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active {
    width: 100% !important;
    border-bottom: 1px solid rgba(155, 112, 40, 0.2);
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active h2.widgettitle {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active ul {
    display: inline-block;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active ul li {
    display: inline-block;
  }
  .content-part .shop .shop-sidebar .wp-block-group:not(.filter-active) {
    width: 30%;
  }
  .content-part .shop .shop-content {
    width: 100%;
    padding: 0 20px;
  }
  .content-part .shop .shop-content ul.products li .img {
    width: 80px;
  }
  .content-part .shop .shop-content ul.products li .details {
    width: 570px;
  }
  .content-part .shop .shop-content ul.products li .details h4, .content-part .shop .shop-content ul.products li .details h5 {
    max-width: 400px;
  }
  .content-part .shop .shop-content ul.products.grid li {
    width: 47%;
  }
  .content-part .cart-content .product-remove {
    display: none;
  }
  .footer .wrapper {
    padding-bottom: 0;
  }
  .footer .item {
    margin-bottom: 50px;
    width: 40%;
  }
  .footer .item img {
    height: 125px;
  }
}
@media screen and (max-width: 700px) {
  #mobile-nav-checkbox:checked ~ .mobile-nav-overlay-label .mobile-nav-overlay {
    display: block;
  }
  #mobile-nav-checkbox:checked ~ .mobile-nav {
    right: 0;
    box-shadow: 0 0 10px rgba(40, 42, 40, 0.5);
  }
  .mobile-nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(40, 42, 40, 0.25);
    z-index: 1000;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    display: none;
  }
  .mobile-nav {
    display: block;
    left: 100px;
    position: fixed;
    top: 0 !important;
    right: -250px;
    left: auto !important;
    z-index: 1001;
    background: #efefef;
    height: 100%;
    width: 250px;
    text-align: center;
  }
  .mobile-nav .mobile-nav-back {
    padding: 10px;
    border: 1px solid #9B7028;
    border-radius: 50%;
    margin: 50px 0 30px;
    display: inline-block;
  }
  .mobile-nav .mobile-nav-back span {
    color: #9B7028;
    font-size: 20px;
    transform: scale(1.7);
  }
  .mobile-nav .social span {
    font-size: 25px;
    color: #9B7028;
    margin: 10px 15px 20px;
  }
  .mobile-nav ul li {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #9B7028 !important;
    line-height: 75px;
  }
  .mobile-nav ul li:last-of-type {
    border-bottom: none !important;
  }
  .mobile-nav ul li a {
    padding-bottom: 0 !important;
  }
  .mobile-nav ul li a.active {
    border: none;
    color: #9B7028;
  }
  .wrapper {
    width: 100%;
  }
  .header {
    text-align: center;
  }
  .header .nav {
    display: none;
  }
  .header a.logo img {
    height: 110px;
    padding: 0;
  }
  .header .right {
    right: auto;
    left: 10px;
    flex-direction: row-reverse;
  }
  .header .right .social {
    display: none;
  }
  .header .mobile-nav-button {
    display: inline-block;
  }
  .header .mobile-nav-button span {
    padding-right: 0;
  }
  .content-part .intro {
    margin-top: 0;
    padding-bottom: 0;
  }
  .content-part .product-intro {
    padding: 0 20px 30px;
  }
  .content-part .featured-champagner .item {
    width: 90%;
  }
  .content-part .featured-champagner .item .bottle {
    margin-right: 0;
  }
  .content-part .featured-champagner .item .desc {
    width: 100%;
    padding: 5px 0 0;
    margin-top: 0;
    text-align: center;
  }
  .content-part .featured-champagner .item .desc .new-product {
    position: static;
    margin-bottom: 5px;
  }
  .content-part .featured-champagner .item .desc .weingut {
    text-align: center;
  }
  .content-part .contact {
    padding-bottom: 40px;
  }
  .content-part .contact .button, .content-part .contact .age-gate button, .age-gate .content-part .contact button, .content-part .contact .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button, .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart .contact .add_to_cart_button, .content-part .contact .wpgmza-gdpr-compliance button, .wpgmza-gdpr-compliance .content-part .contact button, .content-part .contact .cmplz-blocked-content-notice button, .cmplz-blocked-content-notice .content-part .contact button {
    margin-bottom: 10px;
  }
  .content-part .blog-list {
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .content-part .blog-list ul.filter {
    padding-bottom: 0;
  }
  .content-part .blog-list ul.filter li:nth-of-type(1) {
    flex-basis: 100%;
  }
  .content-part .blog-list .item {
    margin-bottom: 35px;
  }
  .content-part .blog-list .item .img {
    width: 100%;
    height: 160px;
  }
  .content-part .blog-list .item .info {
    width: 70%;
    padding-top: 20px;
  }
  .content-part .blog-list .item .info h4 {
    font-size: 22px;
  }
  .content-part .blog-post .post-header img {
    max-width: 90%;
    max-height: 250px;
    padding: 10px;
  }
  .content-part .blog-post .post-content p {
    padding: 0 5%;
  }
  .content-part .blog-post .post-content .wp-block-handpicked-products {
    padding: 0 5%;
  }
  .content-part .blog-post .post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
    width: 90%;
    max-width: 90%;
    flex: 1 0 90%;
  }
  .content-part .shop .filter-toggle-button {
    width: 80%;
  }
  .content-part .shop .shop-sidebar .wp-block-group {
    width: 100% !important;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active ul {
    display: block;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active ul li {
    display: block;
  }
  .content-part .shop .shop-sidebar .wp-block-group.filter-active ul li a {
    display: block;
  }
  .content-part .shop .shop-content .woocommerce-result-count, .content-part .shop .shop-content .shop-layout {
    display: none;
  }
  .content-part .shop .shop-content form.woocommerce-ordering {
    right: 5%;
  }
  .content-part .shop .shop-content ul.products {
    margin-top: 50px;
  }
  .content-part .shop .shop-content ul.products li {
    height: auto;
  }
  .content-part .shop .shop-content ul.products li .img {
    width: 18%;
    height: 150px;
  }
  .content-part .shop .shop-content ul.products li .details {
    width: 80%;
  }
  .content-part .shop .shop-content ul.products li .details h4, .content-part .shop .shop-content ul.products li .details h5 {
    max-width: 90%;
  }
  .content-part .shop .shop-content ul.products li .details .pricing {
    position: initial;
  }
  .content-part .shop .shop-content ul.products li .details .pricing .stock {
    width: 125%;
    position: relative;
    left: -25%;
  }
  .content-part .shop .shop-content ul.products.grid li {
    width: 90%;
  }
  .content-part .woocommerce .cart_item .wc-gzd-product-name-left {
    display: none;
  }
  .content-part .cart-content {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .content-part .cart-content .coupon .input-text, .content-part .cart-content .coupon button {
    text-align: center;
    width: 100% !important;
  }
  .content-part .cart-content .checkout-button {
    text-align: center;
    width: 100% !important;
    box-sizing: border-box;
  }
  .content-part .product-page {
    display: block;
  }
  .content-part .product-page .image {
    width: 100%;
    height: 200px;
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .content-part .product-page .image:after {
    content: none;
  }
  .content-part .product-page .product-information {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content-part .product-page .product-information .product-description {
    padding: 50px 0;
  }
  .content-part .product-page .product-information form .quantity-input {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    justify-content: center;
  }
  .footer .wrapper {
    padding-top: 30px;
  }
  .footer .item {
    width: 90%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .item h2 {
    margin-bottom: 10px;
  }
  .content-part .woocommerce-notices-wrapper a {
    display: block;
    text-align: center;
    float: none;
  }
  .gototop {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */