body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background: white;
}

.entry-title {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

#filter-content,
.shop-products {
    width: calc(75% - 48px);
    padding: 24px;
}

.woocommerce-breadcrumb {
    display: none;
}

main#main {
    display: flex;
    flex-wrap: wrap;
}

div#zierhut-shop {
    width: 70%;
    padding: 30px;
}

p#breadcrumbs {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 40px 25px;
}

p#breadcrumbs a:first-of-type {
    color: #333333;
}

p#breadcrumbs #text {
    font-size: 20px;
}

article.category {
    padding: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

article.category a {
    color: #333;
    font-weight: 700;
    text-align: center;
}

/*
 *.product-filter {
 *    width:calc(33% - 32px);
 *    padding: 16px;
 *}
 */
article.shop-product {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 12px;
}

article.shop-product img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

article.shop-product h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

article.shop-product p.desc-text {
    font-size: 14px;
    color: #717171;
    margin-bottom: 12px;
}

article.shop-product span {
    font-size: 14px;
}

.hidden {
    display: none;
}

p.nennabmessung-short,
p.product-id {
    font-size: 14px;
}

.bold {
    font-weight: 700;
}

span.available {
    color: #2ecc71;
}

span.not-available {
    color: #e74c3c;
}

.columns {
    flex-wrap: wrap;
    align-items: stretch;
}

.category-dimension,
.size-table {
    width: 100%;
    margin: 0 24px;
}

.size-table {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        #009ee0;
    border-radius: 8px;
    color: white;
    padding: 4px;
}

.category-dimension {
    background: #009ee0;
    margin: 32px 0;
    border-radius: 8px;
    padding: 12px;
    color: white;
}

span.sum-articles {
    display: block;
    float: right;
    font-size: 16px;
    background: #0c78a6;
    border-radius: 8px;
    border: 1px solid #0c78a7;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}

.shop-filter {
    font-family: "Poppins", sans-serif;
    width: 20%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        #009ee0;
    border: 1px solid #009ee0;
    border-radius: 20px;
    padding: 22px;
    color: white;
}

.shop-filter h4 {
    font-size: 16px;
    font-weight: 700;
}

.shop-filter p.reset-filter {
    text-align: right;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.shop-filter label {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0;
    font-size: 20px;
    padding: 12px 0;
}

.shop-filter select,
.shop-filter #product-id-filter {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    height: 40px;
    margin-top: 8px;
    outline: none;
    padding: 8px;
    font-weight: 700;
    color: #0a0a0a;
    border-radius: 4px;
}

.shop-filter select:after,
.shop-filter #product-id-filter:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
}

.shop-filter hr {
    border: 1px solid #3190b8;
    background-color: #3190b8;
    margin: 28px 0;
}

.shop-filter label.dimension-label {
    display: flex;
    font-size: 16px;
    width: 100%;
    align-items: center;
    margin: 8px 0;
}

.shop-filter label.dimension-label .checkbox {
    width: 100%;
    display: flex;
}

.shop-filter label.dimension-label .checkbox input[type="checkbox"] {
    margin-right: 8px;
}

.shop-filter label.dimension-label span.title {
    font-size: 14px;
}

.shop-filter .standard-measure {
    margin: 16px 0;
}

.shop-filter .standard-measure .column {
    padding: 0;
}

.shop-filter .standard-measure label.dimension-label {
    padding: 2px 0;
    margin: 2px 0;
}

.shop-filter .slider-input {
    margin: 18px 0;
}

.shop-filter .slider-input label {
    font-size: 12px;
}

.shop-filter .slider-input span.big-label {
    font-size: 18px;
}

.shop-filter .slider-input .input-fields {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-filter .slider-input .input-fields p {
    width: 40%;
    font-size: 12px;
}

.shop-filter .slider-input .input-fields input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: 60%;
    border-radius: 8px;
    text-align: center;
    height: 26px;
}

.shop-filter .slider-input #slider-range-length,
.shop-filter .slider-input #slider-range-height,
.shop-filter .slider-input #slider-range-width {
    height: 6px;
}

.shop-filter .slider-input #slider-range-length .ui-slider-range,
.shop-filter .slider-input #slider-range-height .ui-slider-range,
.shop-filter .slider-input #slider-range-width .ui-slider-range {
    background-color: #717171;
}

.shop-filter .slider-input #slider-range-length span.ui-slider-handle,
.shop-filter .slider-input #slider-range-height span.ui-slider-handle,
.shop-filter .slider-input #slider-range-width span.ui-slider-handle {
    border-radius: 50% !important;
    top: -8px;
}

.shop-filter .slider-input #slider-range-length .ui-state-focus,
.shop-filter .slider-input #slider-range-length .ui-state-active,
.shop-filter .slider-input #slider-range-height .ui-state-focus,
.shop-filter .slider-input #slider-range-height .ui-state-active,
.shop-filter .slider-input #slider-range-width .ui-state-focus,
.shop-filter .slider-input #slider-range-width .ui-state-active {
    border: 4px solid #717171;
}

.shop-filter p.dimension {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-filter p.dimension input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #333333;
    border: 1px solid #333333;
    transform: scale(1.5);
}

.shop-filter p.dimension span {
    font-size: 14px;
}

.shop-filter .checkbox input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #333333;
    border: 1px solid #333333;
    transform: scale(1.5);
}

.shop-filter span.amount {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 22px;
    float: right;
    font-size: 14px;
    padding: 8px;
    background: #0c78a6;
    border-radius: 8px;
}

button.filter-toogle {
    display: none;
}

.produkt-katalog-filter {
    font-family: "Poppins", sans-serif;
    width: 20%;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    padding: 22px;
    color: #333333;
}

.produkt-katalog-filter h4 {
    font-size: 16px;
    font-weight: 700;
}

.produkt-katalog-filter p.reset-filter {
    text-align: right;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.produkt-katalog-filter label {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0;
    font-size: 20px;
    padding: 12px 0;
}

.produkt-katalog-filter select,
.produkt-katalog-filter #product-id-filter {
    width: 100%;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    height: 40px;
    margin-top: 8px;
    outline: none;
    padding: 8px;
    font-weight: 700;
    color: #0a0a0a;
    border-radius: 4px;
}

.produkt-katalog-filter select:after,
.produkt-katalog-filter #product-id-filter:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
}

.produkt-katalog-filter hr {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    margin: 28px 0;
}

.produkt-katalog-filter label.dimension-label {
    display: flex;
    font-size: 16px;
    width: 100%;
    align-items: center;
    margin: 8px 0;
}

.produkt-katalog-filter label.dimension-label .checkbox {
    width: 100%;
    display: flex;
}

.produkt-katalog-filter label.dimension-label .checkbox input[type="checkbox"] {
    margin-right: 8px;
}

.produkt-katalog-filter label.dimension-label span.title {
    font-size: 14px;
}

.produkt-katalog-filter .standard-measure {
    margin: 16px 0;
}

.produkt-katalog-filter .standard-measure .column {
    padding: 0;
}

.produkt-katalog-filter .standard-measure label.dimension-label {
    padding: 2px 0;
    margin: 2px 0;
}

.produkt-katalog-filter .slider-input {
    margin: 18px 0;
}

.produkt-katalog-filter .slider-input label {
    font-size: 12px;
}

.produkt-katalog-filter .slider-input span.big-label {
    font-size: 18px;
}

.produkt-katalog-filter .slider-input .input-fields {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.produkt-katalog-filter .slider-input .input-fields p {
    width: 40%;
    font-size: 12px;
}

.produkt-katalog-filter .slider-input .input-fields input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: 60%;
    border-radius: 8px;
    text-align: center;
    height: 26px;
}

.produkt-katalog-filter .slider-input #slider-range-length,
.produkt-katalog-filter .slider-input #slider-range-height,
.produkt-katalog-filter .slider-input #slider-range-nutzlast,
.produkt-katalog-filter .slider-input #slider-range-width {
    height: 6px;
}

.produkt-katalog-filter .slider-input #slider-range-length .ui-slider-range,
.produkt-katalog-filter .slider-input #slider-range-nutzlast .ui-slider-range,
.produkt-katalog-filter .slider-input #slider-range-height .ui-slider-range,
.produkt-katalog-filter .slider-input #slider-range-width .ui-slider-range {
    background-color: #009ee0;
}

.produkt-katalog-filter .slider-input #slider-range-length span.ui-slider-handle,
.produkt-katalog-filter .slider-input #slider-range-nutzlast span.ui-slider-handle,
.produkt-katalog-filter .slider-input #slider-range-height span.ui-slider-handle,
.produkt-katalog-filter .slider-input #slider-range-width span.ui-slider-handle {
    border-radius: 50% !important;
    top: -8px;
}

.produkt-katalog-filter .slider-input #slider-range-length .ui-state-focus,
.produkt-katalog-filter .slider-input #slider-range-length .ui-state-active,
.produkt-katalog-filter .slider-input #slider-range-height .ui-state-focus,
.produkt-katalog-filter .slider-input #slider-range-height .ui-state-active,
.produkt-katalog-filter .slider-input #slider-range-width .ui-state-focus,
.produkt-katalog-filter .slider-input #slider-range-width .ui-state-active {
    border: 4px solid #009ee0;
}

.produkt-katalog-filter p.dimension {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.produkt-katalog-filter p.dimension input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #333333;
    border: 1px solid #333333;
    transform: scale(1.5);
}

.produkt-katalog-filter p.dimension span {
    font-size: 14px;
}

.produkt-katalog-filter .checkbox input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #333333;
    border: 1px solid #333333;
    transform: scale(1.5);
}

.produkt-katalog-filter span.amount {
    width: 36px;
    color: #ffffff;
    height: 36px;
    text-align: center;
    line-height: 22px;
    float: right;
    font-size: 14px;
    padding: 8px;
    background: #0c78a6;
    border-radius: 8px;
}

button.filter-toogle {
    display: none;
}

#filter-title {
    font-size: 24px;
    font-weight: bold;
}

.category-title {
    font-weight: 400;
}

#search {
    height: 40px;
    width: 350px;
    outline: none;
    border: 1px solid #dfdfdf;
    color: #333333;
    border-radius: 4px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 320px center;
    fill: red;
}

#filter-content {
    display: none;
}

.shop-product {
    padding: 8px;
    border: 1px solid #dfdfdf;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.shop-product .columns {
    align-items: stretch;
}

.shop-product a {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 4px;
}

.shop-product a:hover {
    text-decoration: underline;
}

.shop-product .title {
    font-size: 16px;
    line-height: 1.5;
}

.shop-product a.product-details {
    font-size: 14px;
    color: #009ee0;
}

.shop-product b {
    font-weight: 700;
}

.shop-product p.small {
    font-size: 14px;
    margin: 8px 0;
}

.shop-product .category-dimension {
    width: 100%;
}

.product-filter {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.woocommerce-products-header h1 {
    text-align: left;
    font-size: 24px;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
}

.woocommerce-products-header h2 {
    text-align: left;
    font-size: 28;
    color: #333;
    color: #009ee0;
}

.woocommerce-products-header .term-description {
    margin-bottom: 8px;
}

.woocommerce-products-header .term-description p {
    color: #717171;
    line-height: 1.5;
}

.woocommerce-result-count {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.category-table {
    display: none !important;
}

.category-box {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}

.category-box h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    word-break: break-word;
}

.column.is-one-third.product-pic img:nth-of-type(1) {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.mini-gallery-img {
    border: none;
    border-radius: 0;
}

.product-title {
    margin: 8px 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 16px;
}

.gallery img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 0px !important;
}

.desc {
    margin-bottom: 16px;
}

.product_meta {
    display: none;
}

span.product-price {
    display: block;
    font-size: 25px;
    color: #009ee0;
    padding: 16px 0;
}

span.euro-sign {
    display: none;
}

.discount-tip {
    display: none;
}

.tabbuttons {
    margin-top: 8px;
}

.tablinks {
    border: 1px solid #dfdfdf;
    border-radius: 5px 5px 0 0;
    background: white;
    padding: 4px 8px;
}

.tablinks.current {
    border: 1px solid #009ee0;
    background: #009ee0;
    color: white;
}

.tabscontent {
    border: 1px solid #dfdfdf;
    border-radius: 0px 5px 5px 5px;
    padding: 16px;
    font-size: 14px;
    color: #333333;
}

.tabscontent .columns {
    width: 100%;
}

.tabscontent h2.title-big {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 4px 0;
}

.shop-box {
    padding: 16px;
    background: #f3f3f3;
    border-radius: 5px;
    height: 100%;
}

ul.tabs.wc-tabs {
    display: none;
}

table.variations {
    width: 100%;
}

tr.attribute-pa_kaufart {
    width: 100%;
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 16px;
}

.woocommerce-variation.single_variation {
    visibility: hidden !important;
    height: 4px;
}

.quantity input[type="number"],
.enquiry-form input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0;
}

.staff-link {
    display: block;
    font-size: 14px;
    margin: 8px 0;
}

.staff-link i {
    margin-right: 4px;
}

button.single_add_to_cart_button,
.add-to-enquiry-button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        #009ee0;
    border-radius: 10px;
    color: white;
    width: 100%;
    margin: auto;
}

button.single_add_to_cart_button:hover,
.add-to-enquiry-button:hover {
    color: white;
    background: white;
    color: #009ee0;
    width: 100%;
    margin: auto;
    border-color: #009ee0;
}

.price-table {
    width: 100%;
}

.related.products {
    width: 90%;
    margin: 32px auto;
}

.related.products h2 {
    font-size: 25px;
    font-weight: 700;
}

.related.products .stock-qty {
    color: #46bc1c;
}

.properties {
    width: 100%;
}

.properties p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 32px;
}

.product.type-product {
    width: 100%;
}

.pdf-download {
    margin: 8px 0;
}

.pdf-download a {
    color: #333;
}

.pdf-download a:hover {
    text-decoration: underline;
}

.pdf-download a i {
    color: #ca4a4a;
}

.product-enquiry {
    position: relative;
    margin-bottom: 20px !important;
}

.product-enquiry input.amount {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-weight: bold;
    padding: 8px;
}

.product-enquiry i {
    font-size: 16px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #333;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.product-enquiry i:hover {
    color: #009ee0;
    border: 1px solid #009ee0;
}

.enquiry-image {
    width: 150px;
    border-radius: 16px;
}

span.position {
    position: absolute;
    left: -24px;
    background: #009ee0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.product-name-title {
    color: #333333;
    font-size: 16px;
}

.product-name-title a {
    color: #333333;
}

.product-name-title a:hover {
    text-decoration: underline;
}

.step-1 {
    width: 80%;
    margin: auto;
}

.step-2,
.step-3 {
    width: 80%;
    margin: auto;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
}

.enquiry-site {
    padding: 16px;
}

.enquiry-site button,
.enquiry-site input[type="submit"] {
    border: 1px solid #009ee0;
    padding: 8px;
    color: #009ee0;
    transition: all 0.5s linear;
}

.enquiry-site button:hover,
.enquiry-site input[type="submit"]:hover {
    background: #009ee0;
    color: white;
}

.enquiry-site label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 4px;
}

.enquiry-site input[type="name"],
.enquiry-site input[type="email"],
.enquiry-site input[type="phone"],
.enquiry-site input[type="text"],
.enquiry-site input[type="tel"],
.enquiry-site select,
.enquiry-site textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin-top: 4px;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #7e7e7e;
    padding: 10px;
}

.enquiry-site span.wpcf7-form-control-wrap {
    margin-bottom: 8px;
}

.enquiry-site .wpcf7-list-item {
    display: inline-block;
    margin: 8px 0;
    padding-right: 8px;
}

.enquiry-site input.amount {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-weight: bold;
    padding: 8px;
    color: #333;
}

.enquiry-site .newsletter-hint {
    font-size: 12px;
    margin-bottom: 8px;
}

.enquiry-site h3.big-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 38px;
    color: #333333;
}

.enquiry-site .enquiry-hint {
    font-size: 14px;
    color: #009ee0;
}

.sell-form {
    width: calc(20% - 20px);
    padding: 10px;
    border-radius: 0 20px 0 0;
}

.sell-form .archive-site {
    display: flex;
    flex-wrap: wrap;
}

.sell-form p {
    font-size: 14px;
    color: #717171;
    margin: 0;
    text-align: center;
}

.sell-form .sell-form-inputs {
    margin-bottom: 150px;
    border-radius: 20px;
}

.sell-form .sell-form-inputs h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 8px;
}

.sell-form .sell-form-inputs p:first-of-type {
    color: #717171;
    text-align: left;
}

.sell-form .sell-form-inputs br {
    display: none;
}

.sell-form .sell-form-inputs input,
.sell-form .sell-form-inputs textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-weight: bold;
    padding: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.sell-form .sell-form-inputs input[type="submit"] {
    width: 100%;
}

.sell-form .sell-form-inputs label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    color: #333;
    padding-bottom: 4px;
}

.sell-form .archive-products h2 {
    margin-bottom: 20px;
}

.sell-form .archive-products p {
    font-size: 14px;
    color: #717171;
}

.archive-product {
    width: 70%;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.archive-product h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.archive-site {
    display: flex;
    flex-wrap: wrap;
}

section.archive-products {
    width: 70%;
}

.woocommerce-cart .woocommerce {
    display: flex;
}

/* The table containing the list of products and our custom elements */
.woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 70%;
    /* 100% at small screens; 70% on larger screens */
    margin-right: 30px;
}

/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
    flex: 1 0 30%;
    /* 100% at small screens; 30% on larger screens */
    margin-left: 30px;
}

/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0 20px 70px;
}

/* Multistep Form  */
.dark-color {
    color: #073e66;
}

.checkout-form h1 {
    text-align: center;
}

.checkout-form h2 {
    margin: 0;
}

#multi-step-form-container {
    margin-top: 3rem;
}

.text-center {
    text-align: center;
}

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

.pl-0 {
    padding-left: 0;
}

.button {
    padding: 0.7rem 1.5rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}

.font-normal {
    font-weight: normal;
}

ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
    position: relative;
}

ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}

.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #009ee0;
}

.form-stepper-horizontal li:last-child {
    flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #073e66 !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label {
    color: #073e66 !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #073e66 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #009ee0 !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label {
    color: #009ee0 !important;
    text-decoration-color: #009ee0;
    text-decoration: underline;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #009ee0 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a {
    cursor: default;
}

.shipping_address #billing {
    display: none;
}

/* Override Woocommerce Buttons */
.prev-button {
    float: left;
    background: none !important;
    color: #009ee0 !important;
    border: 1px solid #009ee0 !important;
    transition: all 0.5s ease-in-out;
}

.prev-button:hover {
    background: #009ee0 !important;
    color: white !important;
}

.prev-button::before {
    content: "\f104" !important;
}

.next-button::before {
    content: "" !important;
}

.next-button::after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    padding-left: 4px;
}

.next-button {
    float: right;
    background: none !important;
    color: #009ee0 !important;
    border: 1px solid #009ee0 !important;
    transition: all 0.5s ease-in-out;
}

.next-button:hover {
    background: #009ee0 !important;
    color: white !important;
}

/* Override Woocommerce END */
/* MultistepForm ende */
.checkout-form input[type="name"],
.checkout-form input[type="tel"],
.checkout-form input[type="email"],
.checkout-form input[type="text"],
.checkout-form input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    color: #a3a3a3;
    padding: 10px;
}

.checkout-form label {
    font-size: 14px;
    padding: 4px 0;
}

.woocommerce-order.mt-6 {
    width: 100%;
}

/*
 *.rent-trade {
 *    width: 100%;
 *    display: flex;
 *    align-items: center;
 *}
 */
.dropdown-cart-wrap.dropdown-cart-subtota.columns.is-mobile {
    width: calc(100% - 24px);
    margin: 0;
}

h1.big-title,
h2.big-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #333333;
}

b {
    font-weight: bold;
}

.small-font {
    font-size: 12px;
}

.grey {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #717171;
}

.form-steps {
    width: 100%;
    clear: both;
}

.form-steps:before,
.form-steps:after {
    display: table;
    content: "";
}

.form-steps:after {
    clear: both;
}

.form-steps__step {
    width: 33%;
    float: left;
    padding: 1rem;
    text-align: center;
    position: relative;
}

.form-steps__step:after {
    content: "";
    background: #c5c5c5;
    height: 0.2rem;
    top: 3.2rem;
    left: 60%;
    width: 80%;
    display: block;
    position: absolute;
    z-index: 1;
}

.form-steps__step-last:after {
    display: none;
}

.form-steps__step-active .form-steps__step-box {
    background: #009ee0;
    border: 1px solid #073e66;
    color: #fff;
}

.form-steps__step-completed:after {
    background: #009ee0;
}

.form-steps__step-completed .form-steps__step-box {
    background: #009ee0;
    border: 1px solid #073e66;
    color: #fff;
}

.form-steps__step-completed .form-steps__step-box .form-steps__step-number {
    display: none;
}

.form-steps__step-completed .form-steps__step-box .form-steps__step-check {
    display: inline-block;
}

.form-steps__step-box {
    background: #eee;
    border: 1px solid #bdbdbd;
    line-height: 2.4rem;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    color: #bdbdbd;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.form-steps__step-check {
    display: none;
}

.form-step__step-name {
    margin-top: 0.8rem;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4rem;
}

.single-page.blue-text {
    width: 100%;
}

.sell-form .sell-form-inputs label {
    margin: 0;
    font-size: 14px !important;
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1020px) and (max-width: 1280px) {

    /* CSS */
    i.fa.fa-bars {
        left: 95%;
    }

    header ul.desktop-menu {
        display: none;
    }

    header ul.mobile-menu {
        display: block;
    }

    .counter-section {
        width: 100%;
        justify-content: center;
    }

    .contact-form {
        width: 80%;
    }

    .icon {
        display: block;
    }

    #mobileMenu {
        left: -32px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    #mobileMenu {
        left: 0;
    }

    #mobileMenu .search-form-mobile {
        width: 100%;
    }

    .big-hero-section {
        height: 50vh;
    }

    .big-hero-text h1 {
        text-align: left;
    }

    .big-number,
    .zierhut-infos .big-number,
    .about-us-section .big-number {
        left: 0;
    }

    .about-us-section .big-number {
        top: -50%;
    }

    .zierhut-infos {
        padding: 12px;
    }

    .zierhut-infos h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .hallen-img {
        order: 1;
    }

    .product-box {
        word-break: break-word;
    }

    /* || About Section */
    .about .counter-section {
        order: 1;
    }

    .about .about-us-section {
        width: 80%;
        margin: auto;
        margin-bottom: 16px;
    }

    /* || Product Shop Filter Site */
    .produkt-katalog-filter,
    .shop-filter {
        width: 30%;
    }

    #filter-content {
        width: 70%;
    }

    #filter-content .size-table {
        flex-wrap: wrap;
        background: none;
        margin: 8px 0;
    }

    #filter-content .size-table .counter {
        display: none;
    }

    #filter-content .size-table .category-dimension {
        width: 100%;
        padding: 8px;
        margin: 8px 0;
    }

    article.category {
        padding: 8px;
    }

    article.category a.category_title {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    article.category img {
        display: block;
        margin: auto;
    }

    .archive-product {
        width: 100%;
    }

    .site-title {
        display: none;
    }
}

@media (max-width: 930px) {
    .enquiry-site>.container {
        padding: 0;
    }

    .enquiry-site {
        padding: 0;
        margin: 0;
    }

    .step-2,
    .step-3 {
        width: 100%;
        margin: auto;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        padding: 0;
    }

    section.contact input {
        width: 100%;
        padding: 0;
    }

    section.contact .column {
        padding: 0;
    }

    .location-col,
    .newsletter-col {
        width: 100%;
        padding: 12px;
    }

    .newsletter-form input[type="button"] {
        left: 40%;
        width: 50%;
    }

    /* Cart */
    .cart-dropdown.show-dropdown {
        display: block;
        left: 0%;
        width: 100%;
        top: 0%;
        -webkit-animation: linear;
        -webkit-animation-name: run;
        -webkit-animation-duration: 1s;
    }

    @-webkit-keyframes run {
        0% {
            left: 120%;
        }

        50% {
            left: 60%;
        }

        100% {
            left: 0%;
        }
    }

    .cart-dropdown-inner h2 {
        font-size: 32px;
        font-family: "Montserrat", sans-serif;
    }

    span.close-cart.is-hidden-desktop.is-hidden-tablet.active {
        position: absolute;
        left: 0%;
        top: 0%;
        background: #009ee0;
        width: 48px;
        text-align: center;
    }

    header ul.mobile-menu {
        display: block;
    }

    header ul.desktop-menu {
        display: none;
    }

    .search-form-mobile {
        width: 100%;
        position: relative;
    }

    .search-form-mobile input[type="text"] {
        width: 70%;
        color: #2c2c2c;
        height: 40px;
        border-radius: 8px;
        outline: none;
        box-shadow: none;
        padding: 0;
        background: #f3f3f3;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 10px;
    }

    .search-form-mobile input[type="button"] {
        position: absolute;
        cursor: pointer;
        left: 68%;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: white;
        background-color: #009ee0;
        border-radius: 4px;
        outline: none;
        box-shadow: none;
        padding: 0;
        border: none;
        border: 1px solid #009ee0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 19%;
        height: 40px;
        text-align: center;
        transition: all linear 0.5s;
    }

    .search-form-mobile input[type="button"]:hover {
        background-color: white;
        color: #009ee0;
    }

    #mobileMenu {
        display: none;
    }

    .icon {
        display: block;
    }

    .container {
        padding: 8px;
        width: calc(100% - 16px);
    }

    div#mobileMenu i.fa-pencil-alt,
    li.cart-button i.fa-shopping-cart {
        display: none;
    }

    .search-form-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
        font-family: "Poppins", sans-serif;
        width: 70% !important;
        background-color: #f3f3f3 !important;
        border-color: #f3f3f3 !important;
        border-radius: 8px !important;
    }

    .search-form-mobile .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
    .dgwt-wcas-om-bar .dgwt-wcas-om-return {
        font-family: "Poppins", sans-serif;
        background-color: #009ee0 !important;
        border-radius: 4px !important;
        left: 65% !important;
        max-width: 30% !important;
        font-weight: 700;
    }

    .search-form-mobile .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
        border-color: transparent #009eec !important;
    }

    .search-form-mobile .dgwt-wcas-search-wrapp {
        max-width: 100%;
    }

    .search-form-mobile.dgwt-wcas-preloader {
        left: 55% !important;
    }

    .left-section,
    .right-section,
    .hallen-img,
    .zierhut-infos,
    .counter-box,
    .counter-section,
    .about-us-section {
        width: 100%;
    }

    section.about {
        padding: 8px;
    }

    .about-us-section {
        margin-top: 20%;
    }

    .contact-form {
        width: calc(100% - 16px);
    }

    .flex-item-3 {
        width: 100%;
    }

    .big-number,
    .zierhut-infos .big-number,
    .about-us-section .big-number {
        left: 0%;
        top: -60px;
    }

    .zierhut-infos {
        margin-top: 20%;
    }

    .rent-trade {
        height: auto;
    }

    footer {
        padding: 8px;
    }

    .big-hero-text h1 {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-size: 32px;
    }

    .dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-sku.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
        left: 0px !important;
        width: 100vw !important;
    }

    .search-form-mobile .dgwt-wcas-preloader.dgwt-wcas-close {
        right: 35% !important;
    }

    .columns {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
    }

    .flex-item {
        width: 100%;
        margin: 8px 0;
    }

    /* || Startseite */
    div#counter-section {
        order: 1;
        margin-top: 12px;
    }

    .product-box h2 {
        font-size: 15px;
    }

    /* || Filter */
    .shop-filter,
    .produkt-katalog-filter,
    div#zierhut-shop,
    #filter-content {
        width: 100%;
        border-radius: 0;
    }

    .shop-filter button,
    .produkt-katalog-filter button,
    div#zierhut-shop button,
    #filter-content button {
        width: 100%;
        text-align: center;
        margin: auto;
        margin-bottom: 12px;
    }

    .shop-filter button {
        border: 1px solid white;
        font-size: 16px;
        border-radius: 10px;
        color: white;
        background: transparent;
    }

    .shop-filter button.active {
        border: 1px solid white;
        color: #009ee0;
        background: white;
    }

    .produkt-katalog-filter button {
        border: 1px solid #009ee0;
        font-size: 16px;
        border-radius: 10px;
        color: #009ee0;
        background: transparent;
    }

    .produkt-katalog-filter button.active {
        border: 1px solid #009ee0;
        color: white;
        background: #009ee0;
    }

    /* || category */
    article.category {
        padding: 32px;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        margin: auto;
        text-align: center;
    }

    article.category a.category_title {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    /* || archiv */
    .sell-form {
        width: 100%;
        order: 1;
    }

    section.archive-products,
    .archive-product {
        width: 100%;
    }

    .site-title {
        display: none;
    }

    .sell-form .sell-form-inputs input[type="submit"] {
        width: 100%;
        float: none;
    }

    .sell-form p {
        margin: 0;
    }

    .product-price-text,
    p.bottom {
        text-align: left !important;
        margin: 4px 0;
    }

    .cart-infos .column {
        margin: 0;
        padding: 0;
    }
}

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