@font-face {
	font-family: "Barlow Condensed";
	src: url("https://weinstore.net/webshop_images/fonts/BarlowCondensed-Medium.ttf");
	font-weight: 100 500 900;
}
@font-face {
	font-family: "Ibarra Real Nova";
	src: url("https://weinstore.net/webshop_images/fonts/IbarraRealNova-VariableFont_wght.ttf");
	font-weight: 100 500 900;
}
@font-face {
	font-family: "Inter";
	src: url("https://weinstore.net/webshop_images/fonts/Inter-VariableFont_slnt,wght.ttf");
	font-weight: 100, 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
    font-family: "Inter", sans-serif;
    line-height: 1.75;
}

.elementor-187 .elementor-element.elementor-element-3d447ab {
    padding: 65px 0px 65px 0px !important;
}

#slider-5-slide-23-layer-0, #slider-5-slide-25-layer-0, #slider-5-slide-26-layer-0 {
    font-size: 40px !important; 
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

section.container {
    width: 86%;
}

header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 100;
    height: auto;
    background-color: var(--light-color);
}

header.light {
    background-color: rgba(255, 255, 255, 0);
}

.header-top {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    /* margin: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    padding: 0 50px;
    align-items: stretch;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--background-color);
    border-bottom-width: 1px;
    border-bottom-style: solid; */
}

.header-main {
    margin: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    position: relative;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 0 50px;
    align-items: stretch;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    /* border-bottom-color: rgba(255, 255, 255, 0); */
    border-bottom-color: var(--background-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    transition: transform .5s ease, top .5s ease;
    z-index: 100;
    border-bottom: 1px solid #d9d3b8;
    background-color: var(--light-color);
    transform: translateY(-100%);
    color: var(--dark-color) !important;
}

.header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.qodef-header--sticky-display .header-sticky {
    transform: translateY(0) !important;
}


.cart,
.d-cart {
    font-style: italic;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--dark-color) !important;
    font-family: serif;
}

.m-price-detail {
    display: none;
}

.summe-text {
    line-height: 2.14286em;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .175em;
    text-transform: uppercase;
    margin: 7px 0 0;
    font-size: 17px;
    vertical-align: middle;
    color: var(--light-green);
}

@media only screen and (min-width: 0px) and (max-width: 767.98px) {
    .d-cart,
    .wc-proceed-to-checkout {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 50;
        background-color: #fff;
        border-top: 1px solid var(--border-color);
        padding: 20px 10px;
    }

    .d-cart {
        justify-content: center !important;
        display: flex !important;
    }

    .wc-proceed-to-checkout {
        text-align: center;
    }

    .m-price-detail {
        display: block;
    }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    .shopping-cart-sticky {
        top: unset;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
        z-index: 50;
        border-top: 1px solid #aaa;
        padding: 1em;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .entry-summary {
      margin-top: 20px;
      top: -90px;
    }
}

.sidebar-icon {
    --close-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: var(--dark-color);
}

.sidebar-icon:hover {
    color: var(--dark-color);
}

.sidebar-icon:hover .sidebar-icon-line-1 {
    transform: scaleX(.72);
}
.sidebar-icon:hover .sidebar-icon-line-3 {
    transform: scaleX(1);
}

.sidebar-icon-line-1 {
    top: 0;
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}

.sidebar-lines {
    position: relative;
    display: block;
    width: 41px;
    height: 11px;
}

.sidebar-icon-line-2 {
    top: 5px;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}

.sidebar-icon-line-3 {
    bottom: 0;
    transform: scaleX(.72);
    transform-origin: right;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}

.close-icon {
    position: relative;
    top: 2px;
    right: -10px;
    display: none;
}

.close-icon-lines {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 15px;
    bottom: 0;
}

.close-icon-line-1 {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
    top: calc(50% - 1px);
    transform-origin: center;
    transform: rotate(45deg); 
}

.close-icon-line-2 {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.nav-bar-nav {
    margin: 0 56px;
    height: 100%;
}

.nav-bar-left {
    margin-left: auto !important;    
}


.nav-bar-ul {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.nav-link-li {
    position: relative;
    margin: 0 23px;
    padding: 0;
    height: 100%;
}

.nav-link-a {
    color: var(--dark-green) !important;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 2.14286em;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .175em;
    text-transform: uppercase;
}

.category {
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    letter-spacing: .02em;
    text-transform: none;
    white-space: normal;
    font-size: 18px;
}

.category .nav-link-text::after {
    top: 30px;
}

.nav-link-text {
    position: relative;
}

.nav-link-text::after {
    content: '';
    position: absolute;
    top: 24px;
    left: -.2em;
    right: -.2em;
    height: 1px;
    background: currentColor;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .35s ease-out;
}

.nav-link-a:hover .nav-link-text::after {
    transform: scaleX(1);
}

.active a .nav-link-text::after {
    transform: scaleX(1);
}

.search-div {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    position: relative;
    flex-direction: row-reverse;
    gap: 10px;
}

.input-div {
    position: relative;
}

.input-underline {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 7px;
    background-color: var(--dark-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .62s cubic-bezier(.25, .46, .45, .94);
}

.input-search {
    cursor: pointer !important;
    border-radius: 0 !important;
    position: relative !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    margin: 0 !important;
    border: 1px solid var(--border-color) !important;
    font-family: "Ibarra Real Nova", serif !important;
    font-style: italic !important;
    font-size: 16px !important;
    letter-spacing: .02em !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    flex-wrap: wrap !important;
    color: var(--dark-color) !important;
    line-height: 1em !important;
    padding: 5px 0 !important;
    width: 60px !important;
    border-color: transparent !important;
    transition: width .62s cubic-bezier(.25, .46, .45, .94) !important;
    width: 152px !important;
}

.search-svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.search-buttom {
    font-size: 14px !important;
    line-height: 2.14286em !important;
    font-weight: 500 !important;
    font-family: "Barlow Condensed", sans-serif !important;
    letter-spacing: .175em !important;
    position: relative !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;

    flex-shrink: 0 !important;

    cursor: pointer !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    height: initial !important;
    padding: 0 !important;

    right: auto !important;
    left: 0 !important;
    width: auto !important;
    background: 0 0 !important;

    margin: 0 !important;
}

.input-search:focus + .input-underline {
    transform: scaleX(1);
}

header.light .header-top,
header.light .header-main {
    border-bottom-color: rgba(255, 255, 255, 0);    
}

header.light .header-top .nav-link-a,
header.light .header-top .input-search,
header.light .header-top .search-button,
header.light .header-top .cart,
header.light .header-top .sidebar-icon{
    color: var(--light-color) !important;
}

header.light .header-top .input-underline {
    background-color: var(--light-color) !important;
}



@media only screen and (max-width: 1024px) {
    #header-desktop {
        display: none;
    }
}

#mobile-header {
    height: auto;
    z-index: 100;
    display: none;
    border-bottom: 1px solid #d9d3b8;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.mobile-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 7%;
    justify-content: flex-end;
    border-bottom: 1px solid var(--background-color);
}

#mobile-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: var(--light-color);
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10;
    transition: height 1s ease;
}

.mobile-search {
    height: 55px;
}

.mn-ul {
    list-style: none;
    margin: 0 auto;
    padding: 34px 0;
    padding-left: 7%;
    padding-right: 7%;
}

.mn-li {
    position: relative;
    margin: 0;
    padding: 3px 0;
}

.mn-a {
    position: relative;
    font-size: 17px;
    line-height: 1.76471em;
    letter-spacing: .175em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-green);
    display: block;
}

.menu-arrow {
    fill: currentColor;
    stroke: none;
    position: absolute;
    top: -1px;
    right: -3px;
    width: 22px;
    height: auto;
    color: currentColor;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out;
    width: 20px;
    top: 8px;
}

#mobile-header .nav-link-text::after {
    top: 20px;
}

.mh-logo-a {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 100%;
    height: 40px;
    margin-right: auto;
}

.mh-menu-button {
    font-size: 20px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: var(--dark-color);
}

.opened .menu-arrow {
    transform: rotate(90deg);
}

#sub-menu {
    margin: 11px 0 12px;
    list-style: none;
    padding: 0;
}

#sub-menu li {
    position: relative;
    margin: 0;
    padding: 2px 0;
}


#sub-menu a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 10px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 17px;
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: .02em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--light-green);
    margin: 2px 0;
}

#sub-menu a::before {
    content: '/';
    position: absolute;
    transform: translateX(4px);
    transition: left .2s ease-out, right .2s ease-out;
    left: -17px;
}

#sub-menu a:hover,
#sub-menu li.active a {
    padding-left: 17px;
    padding-right: 0;
}

#sub-menu a:hover::before,
#sub-menu li.active a::before { 
    left: 0;
}

/* #sub-menu li.active a {
    padding-left: 17px;
    padding-right: 0;
}

#sub-menu li.active a::before {
    left: 0;
} */

@media only screen and (max-width: 1024px) {
    #mobile-header
    {
        display: block;
    }

    #qodef-page-outer {
        margin-top: -125px;
    }
}

.title-text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-green);
    letter-spacing: .075em;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.2;
}

.subtitle-text {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: .02em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--light-green);
    margin-left: 25px;
    margin-right: 25px;
}   

.subtitle-line {
    display: inline-flex;
    width: 129px;
    height: 1px;
    vertical-align: middle;
    background-color: var(--background-color);
    transition: .4s ease-in-out .1s;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

@media only screen and (max-width: 768px) {
    .subtitle-line{
        width: 90px;
    }
}

@media only screen and (max-width: 680px) {
    .subtitle-line{
        width: 45px;
    }
}

.fig-caption-text {
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: 500;
    line-height: 1.2 !important;
    color: var(--dark-green);
    letter-spacing: 0.085em;
    font-family: "Barlow Condensed", sans-serif;
    word-wrap: break-word;
    margin-top: 0px;
}

.list-div {
    --qode-transform-button-position: -50%;
}

.list-ul {
    --qode-columns: 4;
    --qode-columns-col-gap: 30px;
    --qode-columns-row-gap: 30px;
    --qode-product-background-color: #fff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap);
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-li {
    background-color: var(--light-color);
}

.list-product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 71px;
}

.list-product:hover .list-a {
    transform: translateX(-50%);
    opacity: 1;
    transition: .4s cubic-bezier(.33, .52, .05, .96), opacity .45s ease .2s, transform .45s ease .2s;
}

.list-product:hover .list-price {
    transform: translateX(16px);
    opacity: 0;
    transition: opacity .45s ease, transform .45s ease;
}

.list-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.list-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.list-img {
    width: auto;
	max-height: 385px;
	min-height: 250px;
}

.list-text-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-top: 0;
}

.list-name {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-green);
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: .1em;
    word-wrap: break-word;
    margin: 0;
}

.list-price,
.list-price-mobile {
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    font-size: 17px;
    letter-spacing: .02em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--light-green);
    position: relative;
    align-items: center;
    margin: 7px 0 0;
    justify-content: center;
    transform: translateX(0);
    opacity: 1;
    transition: opacity .45s ease .2s, transform .45s ease .2s;
}

.list-a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .175em;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    z-index: 3;
    color: var(--light-green);
    padding: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    padding-bottom: 3px;
    line-height: normal;
    background-size: 20px 100%;
    position: absolute !important;
    bottom: 3px;
    opacity: 0;
    border: 0;
    display: inline-block;
    overflow: hidden;
    left: 50%;
    transform: translateX(calc(-50% - 16px));
    max-width: 100%;
    width: max-content;
    transition: .4s cubic-bezier(.33, .52, .05, .96), opacity .45s ease, transform .45s ease;
}

.list-a:hover {
    background-size: 100% 100%;
    color: var(--light-green);
}

.sorting-order {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}

.orderby-select {
    width: auto;
    min-width: 275px;
    margin: 0;
}

.filter-button {
    width: auto;
    margin: 0;
    position: relative;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: inherit;
    letter-spacing: .02em;
    font-style: italic;
    outline: 0;
    padding: 11px 20px;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    border-color: var(--border-color);
    color: #535947;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.breadcrum-text {
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: .02em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--light-green);
    transition: color .2s ease-out;
}

.breadcrum-seperator {
    margin: 0 4px;
}

.breadcrum-seperator::after {
    content: '/';
}

.p-name {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-green);
    letter-spacing: .05em;
    margin: 0;
    word-wrap: break-word;
}

.p-price {
    font-size: 30px;
    display: block;
    justify-content: flex-start;
    margin-top: 21px;
    color: var(--dark-green);
}

.sub-price {
    font-size: 20px;
    display: block;
    justify-content: flex-start;
    color: var(--dark-green);
    line-height: 1;
}

.zahlung-info {
    font-size: 20px;
    display: block;
    color: var(--dark-green);
    line-height: 1;
}

.filter-cluster.ancestor {
  display: none;
}

.border-custom {
    border-color: var(--border-color) !important;
}

.accordion-button { 
    color: var(--light-green) !important;
    background-color: var(--light-color) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--dark-green) !important;
    background-color: var(--light-color) !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(170, 178, 152, 0.25);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23354c04'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23354c04'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
}

.filter-item.form-check-input,
#shippingAddress .form-check-input {
    top: 5px;
    left: 9px;
}

#paymentOptions .form-check-input {
    top: 4px;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    bottom: 8px;
    width: 21px;
    height: 11px;
}

.detail-group {
    position: relative;
    z-index: 1;
}

.detail-group-title {
    font-size: 16px;
    line-height: 2.14286em;
    font-weight: 500;
    font-family: "Barlow Condensed",sans-serif;
    letter-spacing: .1em;
    width: 200px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

.detail-group-text {
    font-family: "Ibarra Real Nova",serif;
    font-style: italic;
    font-size: 17px;
    letter-spacing: .02em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--light-green);
}

.odd-row-background {
    background-color: var(--border-color-light);
}

.expertise-button {
    padding: 5px 50px 5px !important;
}

.sortiment-container .flaschen-count {
    font-size: 18px;
    line-height: 2em;
    font-weight: 500;
    font-family: "Barlow Condensed",sans-serif;
    letter-spacing: .1em;
}

.sortiment-container li {
    cursor: pointer;
    box-shadow: 0 6px 6px -6px var(--border-color);
    margin-bottom: 1em;
    border: none;
    border-bottom: 1px solid var(--border-color);
    /* font-family: "Ibarra Real Nova",serif;
    font-style: italic;
    letter-spacing: .02em;
    color: var(--light-green); */
    font-size: 17px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-green);
    letter-spacing: .05em;
}

.info-title,
.notiz-title {
    font-size: 18px;
    line-height: 2em;
    font-weight: 500;
    font-family: "Barlow Condensed",sans-serif;
    letter-spacing: .1em;
}

.sortiment-container .badge {
    background-color: var(--light-green) !important;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

#qodef-woo-page.qodef--cart .cart_totals {
    margin-top: 40px;
    margin-bottom: 40px;
}

.inp {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Ibarra Real Nova", serif;
    font-size: 17px;
    font-weight: inherit;
    letter-spacing: .02em;
    font-style: italic;
    line-height: 31px;
    margin: 0 0 10px;
    outline: 0;
    padding: 11px 20px;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    border-color: var(--border-color);
    color: #535947;
}

.inp:focus {
    color: #535947;
    background-color: transparent;
    border-color: var(--border-color);
    outline: 0;
    box-shadow: none;
}

.was-validated .form-control:invalid {
    margin: 0;
}

.btn-disc {
    font-size: 14px !important;
    line-height: 2.14286em  !important;
    font-weight: 500  !important;
    font-family: "Barlow Condensed", sans-serif  !important;
    letter-spacing: .175em  !important;
    position: relative  !important;
    display: inline-flex  !important;
    vertical-align: middle  !important;
    width: auto  !important;
    margin: 0;
    text-decoration: none  !important;
    text-transform: uppercase  !important;
    border-radius: 0  !important;
    outline: 0  !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out  !important;
    padding: 12px 50px 11px  !important;
    cursor: pointer  !important;
    z-index: 3  !important;
    color: var(--light-green)  !important;
    background-color: transparent  !important;
    border: 0  !important;
    margin-top: 1px;
}

.disc-button {
    position: absolute;
    content: '';
    background-color: #999373;
    transition: width 1s ease;
}

.disc-button-top-left {
    width: 6.35%;
    height: 1px;
    top: -1px;
    left: 0;
}
.disc-button-top-right {
    width: 70.5%;
    height: 1px;
    top: -1px;
    right: 0;
}
.disc-button-right {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.disc-button-bottom-right {
    width: 6.35%;
    height: 1px;
    bottom: -1px;
    right: 0;
}
.disc-button-bottom-left {
    width: 70.5%;
    height: 1px;
    bottom: -1px;
    left: 0;
}
.disc-button-left {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-disc:hover .disc-button-top-left,
.btn-disc:hover .disc-button-bottom-right{
    width: 70.5%;
}
.btn-disc:hover .disc-button-top-right,
.btn-disc:hover .disc-button-bottom-left{
    width: 6.35%;
}

.b-title-text {
    font-size: 20px;
    letter-spacing: .1em;
}

.border-bottom-custom {
    border-bottom: 1px solid var(--border-color);
}

.table-striped > div:not([style*="display:none"]):nth-child(odd) {
    background-color: rgba(164, 164, 164, 0.2);
}

#fsendDoi {
    width: 26px !important;
    height: 26px !important;
    top: 3px;
    left: -10px;
}

#fsendDoi::after {
    bottom: -1px !important;
    width: 30px;
    height: 15px;
    left: 23px
}

.alert-custom {
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--dark-green);
}

.alert-danger {
    background-color: transparent;
}

.errorDiv {
  display: none;
}

.color-green {
    color: #4f6a15 !important;
}

.background-green {
    background-color: #4f6a15 !important;
}

.background-alpha-green {
    background-color: #5E860821 !important;
}

.qodef-quantity-plus::before,
.qodef-quantity-minus::before {
    font-size: 24px !important;
}
.qodef-quantity-input {
    font-size: 18px !important;
}

.video-info {
    height: 600px;
}

.fd-cr {
    flex-direction: column-reverse;
}

/* page2 css start */

section.bg-image {
    height: 50vh;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-1-img {
    background-image: url("../../webshop_images/bg4_weingut_thul.jpg");
}

.page-2-img {
    background-image: url("../../webshop_images/bg3_weingut_thul.jpg");
}

.italic-ibarra {
    font-family: "Ibarra Real Nova", serif;
    font-style: italic;
    letter-spacing: .02em;
    font-weight: bold;
    color: var(--light-green);
}

/* page2 css end */

/* for smaller than mobile displays */
@media (max-width: 575.99px) {
    .orderby-select {
        min-width: 240px;
    }

    .video-info {
        height: 315px;
    }

    .fd-cr {
        flex-direction: column-reverse;
    }
}


/* media query for small sceeen */
@media (min-width: 576px) {
    #fsendDoi {
        width: 26px !important;
        height: 26px !important;
        top: 3px;
        left: -10px;
    }

    .video-info {
        height: 315px;
    }

    .fd-cr {
        flex-direction: column-reverse;
    }
}

/* media query for medium sceeen */
@media (min-width: 768px) {
    #fsendDoi {
        width: 26px !important;
        height: 26px !important;
        top: -9px;
        left: 12px;
    }

    #fsendDoi::after {
        bottom: -1px !important;
        width: 30px;
        height: 15px;
        left: 23px;
    }

    .video-info {
        height: 600px;
    }

    .fd-cr {
        flex-direction: column-reverse;
    }
}

/* media query for large sceeen */
@media (min-width: 992px) {
    #fsendDoi {
        width: 26px !important;
        height: 26px !important;
        top: -9px;
        left: 12px;
    }

    #fsendDoi::after {
        bottom: -1px !important;
        width: 30px;
        height: 15px;
        left: 23px;
    }

    .fd-cr {
        flex-direction: unset;
    }
}

:root {
    --light-color: #ffffff;
    --dark-color: #000000;
    --dark-green: #243305;
    --light-green: #354c04;
    --background-color: #d9d3b8;
    --border-color: #aab298;
    --border-color-light: rgba(170, 178, 152, 0.25);
}