/*
Theme Name:   Rüegg Fahrzeug-Zubehör AG
Theme URL:
Description:  Rüegg Fahrzeug-Zubehör AG Theme
Author:       Bernardo Bär
Author URL:
Template:     storefront
Version:      1.0.0
Tags:
Text Domain:  ruegg_theme
*/

:root {
    --primary-bg-color: #151515;
    --secondary-bg-color: #1B1B1B;
    --tertiary-bg-color: #000000;
    --quaternary-bg-color: #2F2F2F;
    --quinary-bg-color: #111111;
    --senary-bg-color: #484848;


    --semi-tansparent-bg-color: #1b1b1b2b;

    --title-color: #D9D9D9;
    --primary-text-color: #F1F1F1;
    --secondary-text-color: #696969;
    --tertiary-text-color: #868686;

    --border-color: rgba(217, 217, 217, 0.25);

    --theme-color: #CC2117;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;

}

::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 20px;
}

.page .site-content {
    z-index: 3;
    position: relative;
}

.home .site-content>.col-full {
    max-width: unset;
    width: 100%;

    padding: 0;
}

.col-full {
    max-width: unset;
    width: 100%;

    padding: 0;
}

body.mobile-open {
    overflow: hidden;
}

a:focus,
select:focus-visible {
    outline: unset !important;
}

a,
.woocommerce-info a {
    color: var(--theme-color);
}

.custom-checkout-input {
    margin-bottom: 40px;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-formatted-money-amount {
    margin-right: 20px;
}

mark {
    color: #696969;

    margin-left: 5px;
}

.woocommerce-products-header {
    display: none;
}


.wide-width {
    max-width: 1540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mbottom80 {
    margin-bottom: 80px;
}

.mtop80 {
    margin-top: 80px;
}

img {
    border-radius: 0;
}

/*
.scroll .site-header {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    background-color: var(--secondary-bg-color);
    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.scroll .site {
    margin-top: 72px;
}
*/
.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img,
a:focus .plugin-icon {
    box-shadow: unset !important;
}

/*
.main-navigation ul.nav-menu > li:hover {
    padding: 35px 0;
}

.main-navigation ul.nav-menu > li:hover > a {
    background-color: var(--secondary-bg-color);
}
*/

.main-navigation .menu {
    display: flex;
    flex-wrap: wrap;
}

.main-navigation ul li {
    transition: 0.3s;
    align-content: center;

    position: relative;

    margin: 0 10px;

    align-items: center;
    display: inline-flex;
}

.scroll .main-navigation ul.menu>li>a {
    background-color: var(--secondary-bg-color);
}

.scroll .main-navigation ul.menu>li>a:hover {
    background-color: var(--quaternary-bg-color);
}

.main-navigation ul.menu>li>a {
    transition: 0.3s;
    padding: 0px 22px;
    border-radius: 25px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    color: white;
}

.main-navigation ul.menu p {
    margin: 0 !important;
}

.page-template-template-homepage .type-page {
    padding-top: 0;
}

figcaption {
    display: none;
}

.hentry,
.site-main {
    margin-bottom: 0;
}


.hentry .entry-content ul.products li.product>a:not(.button) {
    display: block;
    margin-top: 5px;
}

.awf-active-dropdown-title:not(.awf-collapsed) .awf-filters-container {
    position: unset;
}

.awf-preset-wrapper::-webkit-scrollbar,
.awf-filters-container ul::-webkit-scrollbar {
    width: 8px;
}

.awf-filter-container input[type='radio']+label {
    display: flex;
    position: relative;

    padding-right: 50px;
    z-index: 1;

    white-space: nowrap;
}

.awf-style-checkboxes {
    visibility: visible !important;
    height: auto !important;
}

.awf-multi .awf-filter-title-container {
    float: left;
}

.awf-multi .awf-filters-container {
    float: right;
}

.awf-filter-container input[type='radio']+label:hover {
    background-color: var(--tertiary-bg-color);
    padding: 0 10px;
}

.awf-filters-container>ul {
    max-height: 180px;
    overflow: auto;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
    background-color: var(--primary-bg-color);
}

.page .wc-block-components-form .wc-block-components-text-input input[type=email],
.page .wc-block-components-form .wc-block-components-text-input input[type=number],
.page .wc-block-components-form .wc-block-components-text-input input[type=password],
.page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.page .wc-block-components-form .wc-block-components-text-input input[type=text],
.page .wc-block-components-form .wc-block-components-text-input input[type=url],
.page .wc-block-components-text-input input[type=email],
.page .wc-block-components-text-input input[type=number],
.page .wc-block-components-text-input input[type=password],
.page .wc-block-components-text-input input[type=tel],
.page .wc-block-components-text-input input[type=text],
.page .wc-block-components-text-input input[type=url] {
    background-color: var(--quinary-bg-color);
    color: var(--title-color);
}

.page .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.page .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.page .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.page .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.page .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.page .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.page .wc-block-components-text-input input[type=email]:focus,
.page .wc-block-components-text-input input[type=number]:focus,
.page .wc-block-components-text-input input[type=password]:focus,
.page .wc-block-components-text-input input[type=tel]:focus,
.page .wc-block-components-text-input input[type=text]:focus,
.page .wc-block-components-text-input input[type=url]:focus {
    background-color: var(--quinary-bg-color);
    color: var(--title-color);
}

.page .wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder,
.page .wc-block-components-form .wc-block-components-text-input input[type=number]::placeholder,
.page .wc-block-components-form .wc-block-components-text-input input[type=password]::placeholder,
.page .wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder,
.page .wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder,
.page .wc-block-components-form .wc-block-components-text-input input[type=url]::placeholder,
.page .wc-block-components-text-input input[type=email]::placeholder,
.page .wc-block-components-text-input input[type=number]::placeholder,
.page .wc-block-components-text-input input[type=password]::placeholder,
.page .wc-block-components-text-input input[type=tel]::placeholder,
.page .wc-block-components-text-input input[type=text]::placeholder,
.page .wc-block-components-text-input input[type=url]::placeholder {
    color: var(--title-color);
}

.page .wc-block-components-form .wc-block-components-text-input label,
.page .wc-block-components-text-input label {
    color: var(--title-color);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 2px var(--border-color);
}

.page .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 2px var(--border-color);
}

.page .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.page .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    background-color: var(--quinary-bg-color);
    color: var(--primary-text-color);
}

.page .edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover:not(:disabled),
.wc-block-checkout__shipping-method-option:focus,
.page .wc-block-checkout__shipping-method-option:focus:not(:disabled),
.page .wc-block-checkout__shipping-method-option:hover,
.page .wc-block-checkout__shipping-method-option:hover:not(:disabled) {
    background-color: var(--quinary-bg-color);
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
    padding: 0;
}

.site-search .widget_product_search form::before {
    top: 0.75em;
}

.woocommerce-pagination {
    margin-top: 30px;
    margin-left: auto;
}

#main .woocommerce-pagination .page-numbers {
    display: flex;
    grid-gap: 5px;
}

#main .woocommerce-pagination li a,
#main .woocommerce-pagination li span {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-weight: 500;
}

#main .woocommerce-pagination li a:hover {
    color: #c73e23;
}

#main .woocommerce-pagination li span {
    font-weight: 900;
}

#main .woocommerce-pagination li a.next {
    padding-left: 20px;
}

.page-numbers li {
    padding: 0 10px;
    border-radius: 7px;
}

.page-numbers li:has(.current) {
    background-color: black;
}

.page-numbers li span.current {
    color: white !important;
    font-weight: normal !important;
}

.site {
    overflow: hidden;
}

.single-product .product_title {
    margin-bottom: 5px;
}

.single-product div.product form.cart {
    margin-bottom: 0;
    padding: 5px 0;
}

.single-product .stock.in-stock {
    margin: 0 0 5px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
}

.storefront-full-width-content.single-product div.product .summary {
    margin-bottom: 20px;
}

.single-product .edit-link {
    display: none;
}

/*
.products .product {
    transition: 0.3s;
    padding: 10px;

    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.25);

    background-color: var(--secondary-bg-color);

    border-radius: 5px;
}


.products .product:hover {
    background-color: var(--primary-bg-color);
}
    */

.comment-respond button[type="submit"] {
    background-color: var(--quinary-bg-color);
}

.comment-respond button[type="submit"]:hover {
    background-color: var(--secondary-bg-color);
}

.hentry .entry-content .custom-button {
    display: inline-block;
    float: left;
}

.hentry .entry-content .custom-button a.wp-block-button__link {
    background-color: var(--tertiary-bg-color);
}

.hentry .entry-content .custom-button a.wp-block-button__link:hover {
    background-color: var(--secondary-bg-color);
}

.added_to_cart {
    transition: 0.3s;

    border-radius: 5px;
    height: 35px;
    line-height: 18px;
    align-content: center;
}

.variation-is_surcharge {
    display: none;
}

.iksm {
    border-radius: 5px;
    overflow: hidden;
}

.iksm-term__inner {
    background-color: var(--secondary-bg-color) !important;
}

.iksm-term--current .iksm-term__inner {
    background-color: var(--quaternary-bg-color) !important;
}

.iksm-term__toggle,
.iksm-term__link {
    color: var(--title-color) !important;
    text-decoration: unset !important;
}

.iksm-term--current .iksm-term__toggle,
.iksm-term--current .iksm-term__link {
    color: var(--primary-text-color) !important;
}

.iksm-term__inner:hover {
    background-color: var(--primary-bg-color) !important;
}

.page .wc-blocks-components-select .wc-blocks-components-select__container {
    border: unset;
    background: unset;
}

.page .wc-blocks-components-select .wc-blocks-components-select__select {
    background-color: var(--quinary-bg-color);
    color: var(--primary-text-color);
}

.page .wc-blocks-components-select .wc-blocks-components-select__label {
    color: var(--title-color);
}

.page .wc-block-components-textarea {
    background-color: var(--quinary-bg-color);
    color: var(--primary-text-color);
}

.page .wc-block-checkout__add-note .wc-block-components-textarea:focus {
    background-color: var(--quinary-bg-color);
    color: var(--primary-text-color);
}

.page .wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.page .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description {
    color: var(--title-color);
}

[data-taxonomy].disabled ul li,
[data-taxonomy="felge"] ul li {
    pointer-events: none;
    touch-action: none;
}

.question-mark {
    background-color: #0059ff;

    font-size: 15px;
    font-weight: bolder;
}

.col-full {
    max-width: none;
}

.awf-togglable-preset-btn {
    display: none !important;
}


.products .awf-preset-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;

    position: relative;
    overflow: visible;
}

.products .awf-preset-wrapper .awf-filters-form {
    margin-bottom: 0;
}

.products .awf-preset-wrapper.show {
    display: block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;

    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.blockUI {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.products .awf-reset-btn {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--theme-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--theme-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.products .awf-preset-title {
    display: none;
}

.awf-preset-wrapper:not(.awf-1-column-preset)>form.awf-filters-form {
    flex-wrap: unset;
}

.awf-filter-container label {
    transition: 0.3s;
}

.products .awf-dropdown .awf-filters-container {
    position: absolute;
}

.product-filter {
    display: none;
}

.product-filter.show {
    display: inline;
}

button.reset-btn,
button.submit-btn {
    margin-left: 15px;
}

button.submit-btn {
    pointer-events: none;
}

button.submit-btn.active {
    pointer-events: unset;
    background-color: #017a00;
}

button.submit-btn.active:hover {
    background-color: #04a400;
}

.surcharge .wc-block-cart-item__image {
    opacity: 0;
}

.surcharge .wc-block-cart-item__prices {
    display: none;
}

button.awf-reset-btn:hover,
button.reset-btn:hover {
    background-color: var(--secondary-bg-color);
}

.awf-preset-wrapper.awf-3-column-preset .awf-filter-wrapper {
    flex: 1 100%;
}

.awf-filter-wrapper:not(.awf-multi):has(.awf-active) .awf-filter-title-container {
    background-color: var(--senary-bg-color);
}

.awf-filter-wrapper:has(.awf-active) .awf-filter-title {
    color: var(--title-color);
    font-weight: 600;
}

.awf-filter-wrapper .awf-hidden {
    display: none !important;
}

.tax-product_cat .site-content>.col-full {
    margin: 0;
    padding: 0;
}

.archive ul.products {
    padding-top: 40px;
}

.add_to_cart_button {
    white-space: nowrap;
}

.tax-product_cat .woocommerce-result-count,
.archive .woocommerce-result-count {
    font-size: 35px;
    position: fixed;

    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 340px;
    z-index: 3;
    background-color: #151515;
    color: var(--title-color);
}

.post-type-archive .woocommerce-result-count {
    margin-top: -20px;
}

.woocommerce-ordering {
    display: inline-block;
    float: right;
    display: block;
    width: auto;
    margin-bottom: 15px;
    margin-top: -5px;
}

.visible-count,
.visible-price {
    float: right;
    margin-left: 1em;
    margin-right: 1em;
}

.woocommerce-ordering select {
    cursor: pointer;
}

.storefront-sorting:not(:last-of-type) {
    display: none;
}

.storefront-sorting:last-of-type {
    margin-top: 50px;
    margin-right: 30px;
}


.mobile-filter-open {
    position: fixed;
    background-color: var(--primary-bg-color);
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 100px;
    padding: 10px 10px 10px 20px;
    left: 0;
    display: none;

    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}

.mobile-filter-close {
    z-index: 5;
    position: fixed;

    padding: 5px 15px;
    background-color: var(--secondary-bg-color);
    border-radius: 25px;

    top: 100px;
    right: 25px;

    display: none;
}

.mobile-open .mobile-filter-close {
    display: initial;
}


/*
.woocommerce ul.products .products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
*/


/*
.tax-product_cat ul.products .product, .archive ul.products .product {
    width: 100% !important;
    max-width: 290px;

    margin-bottom: 0;
}
*/

.widget_search form:not(.wp-block-search)::before,
.widget_product_search form:not(.wp-block-search)::before {
    content: unset;
}

.awf-filter-title {
    font-size: 20px;
}

.awf-filter-title.placeholder {
    color: var(--tertiary-text-color);
}

.widget_search form:not(.wp-block-search)::after,
.widget_product_search form:not(.wp-block-search)::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    position: absolute;
    top: 10px;
    right: 1em;
    line-height: 1;
}

.widget_product_search {
    width: 300px;
}

.widget_product_search form {
    position: relative;
    overflow: visible;
}

.widget_product_search form .search-results {
    position: absolute;
    z-index: 2;

    top: 52px;

    display: none;

    background-color: var(--quaternary-bg-color);
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);

    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget_product_search form:not(.wp-block-search) .search-results button[type=submit] {
    position: initial;
    height: 35px;
    width: 100%;

    background-color: unset;

    border-radius: 5px !important;
}

.widget_product_search form:not(.wp-block-search) .search-results button[type=submit]:hover {
    background-color: var(--theme-color);
}

.widget_product_search form .search-results a {
    transition: 0.3s;

    display: block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 5px 10px;
    font-size: 15px;

    color: var(--title-color);
}

.widget_product_search form .search-results a:hover {
    background-color: var(--primary-bg-color);
    padding: 5px 0 5px 20px;
}

.widget_product_search form .search-results.show:not(:empty) {
    display: block;
}

.widget_search form:not(.wp-block-search) input[type=text],
.widget_search form:not(.wp-block-search) input[type=search],
.widget_product_search form:not(.wp-block-search) input[type=text],
.widget_product_search form:not(.wp-block-search) input[type=search] {
    padding: 1em 1.41575em;
    padding-right: 2.617924em;
}

.widget_search form:not(.wp-block-search) input[type=submit],
.widget_search form:not(.wp-block-search) button[type=submit],
.widget_product_search form:not(.wp-block-search) input[type=submit],
.widget_product_search form:not(.wp-block-search) button[type=submit] {
    clip: unset;

    clip-path: unset;

    width: 100px;
    height: 35px;

    top: 1px;
    right: 0;
    left: unset;

    padding-right: 20px;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    background-color: var(--theme-color);
}

.single-product div.product {
    margin-top: 25px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    transition: 0.3s;
    background-color: var(--quinary-bg-color);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: var(--secondary-bg-color);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    color: var(--title-color);
}

.single-product form.cart {
    display: inline-flex;
    flex-direction: column;
}

.single-product div.product form.cart .quantity {
    display: flex;

    width: 135px;
    height: 35px;
    margin: 0;
}

/* 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;
}


ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
    margin-bottom: 0;
}


.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
}

:where(.editor-styles-wrapper) .wp-block-button__link {
    border-radius: unset;
}

.page-template-template-homepage .entry-header {
    margin-left: 20px;
    text-align: start;
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
    max-width: unset;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}

.page.storefront-full-width-content .site-main ul.products.columns-5 li.product {
    width: 100%;
    margin-bottom: 20px;
}

.page.storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 100%;
    flex-direction: column;
}

.page ul.products::before,
.page ul.products::after {
    content: unset;
}

.page ul.products li.product img {
    width: 80%;
}

.woocommerce ul.products .products.list .price-icons .price {
    font-size: 25px;
    padding-bottom: 5px;
    margin: 0;
}

.widget_search form:not(.wp-block-search) input[type=text],
.widget_search form:not(.wp-block-search) input[type=search],
.widget_product_search form:not(.wp-block-search) input[type=text],
.widget_product_search form:not(.wp-block-search) input[type=search] {
    background-color: var(--quaternary-bg-color);
}

input[type=date],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text,
.select2-container--default .select2-selection--single {
    box-shadow: none;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid black;
    color: black;
    font-size: 18px;
    line-height: 29px;
    padding: 6px 15px;
    font-weight: 600;
    height: 36px;
    font-family: 'Inter';
}

input[type=text]::placeholder,
input[type=password]::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Inter';
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 2px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
    background-color: transparent;
}

.storefront-sticky-add-to-cart__content-button {
    background-color: var(--primary-bg-color) !important;
}

.storefront-sticky-add-to-cart__content-button:hover {
    background-color: var(--quaternary-bg-color) !important;
}

.awf-active-badges-container {
    display: none;
}

.awf-filters-form .awf-active-badge {
    margin-top: -15px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.awf-filters-form .awf-filter-title-container .awf-active-badge {
    margin-top: 5px;
    background-color: var(--senary-bg-color);

    z-index: 2;
}

.hentry.type-page .entry-header {
    z-index: 1;
    position: relative;
    max-width: 1540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.hentry .entry-content .wp-block-video,
.editor-styles-wrapper .wp-block-video {
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;

    overflow: hidden;

    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.25);

    margin-bottom: 0;
}

.modell,
.groesse {
    margin-top: 0;

    display: none;
}

.modell.show,
.groesse.show {
    display: initial;
}

.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;

    transform: scale(3);
    filter: blur(3px);

    height: 100%;
}

.bereifungsstandard.table {
    margin: 20px 0;
}

.bereifungsstandard.table .row {
    display: flex;
    justify-content: space-around;
}

.bereifungsstandard.table .row.header {
    color: var(--primary-text-color);
    border-bottom: 1px solid var(--border-color);
}

.bereifungsstandard.table .column {
    text-align: center;
    flex: 1;
}

.page .wp-block-group.no-margin {
    margin: 6% 25% 0 25%;

    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.6);

    position: relative;
    border-radius: 5px;
}

.page .wp-block-group.no-margin p {
    display: inline-block;
}

.page .wp-block-group.no-margin p:first-of-type {
    position: absolute;
    top: 10px;
    left: 40px;
    margin: 0;

    font-size: 30px;
}

.page .wp-block-group.no-margin p:last-of-type {
    position: absolute;
    top: 10px;
    right: 40px;
    margin: 0;

    font-size: 30px;
}

.page .wp-block-group.no-margin p:only-of-type {
    margin: 10px 0 0 40px;
    font-size: 30px;
    left: 0;
}

.page .wp-block-group.show .wp-block-group__inner-container {
    margin-top: -40px;
}

.page .wp-block-group.no-margin .wp-block-buttons {
    display: inline-block;
    position: absolute;

    left: calc(50% - 30px);
    top: 20px;
}

.page .wp-block-group.no-margin .wp-block-buttons {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    color: white;
    font-weight: bold;

    margin: 0;
    padding: 0;

    z-index: 2;
}

.page .wp-block-group.no-margin .wp-block-buttons::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.page .wp-block-group.no-margin .wp-block-buttons.active::after {
    transform: translateX(30px);
}

.page .awf-dropdown .awf-filters-container {
    position: absolute;
}

.page .awf-preset-wrapper button:not(.awf-apply-filter-btn) {
    padding: 0 10px;
}

.page .awf-btn-container,
.products .awf-btn-container {
    display: none !important;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: unset;
}


.widget_search form:not(.wp-block-search) input[type=submit],
.widget_search form:not(.wp-block-search) button[type=submit],
.widget_product_search form:not(.wp-block-search) input[type=submit],
.widget_product_search form:not(.wp-block-search) button[type=submit] {
    height: 100%;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: var(--primary-text-color);
    animation: bounce 1.5s infinite;

    padding: 0 20px;
    cursor: pointer;

    user-select: none;
}

.woocommerce-product-attributes:not(.has-background) th {
    background-color: var(--quinary-bg-color);
}

.woocommerce-product-attributes:not(.has-background) tbody td {
    background-color: var(--primary-bg-color);
}

.woocommerce-product-attributes:not(.has-background) tbody tr:nth-child(2n) td {
    background-color: var(--primary-bg-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
    border-collapse: collapse;
    border-bottom: none;
}

.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td {
    border-bottom: 1px solid var(--border-color);
}

.woocommerce-product-attributes th:not(:last-child) {
    border-right: none;
}

.button.storefront-hero__button-edit {
    display: none !important;
}

.content-area,
.widget-area {
    margin-bottom: 0;
}

.page-template-template-homepage .type-page {
    padding-bottom: 0;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(10px);
    }

    60% {
        transform: translateX(-50%) translateY(5px);
    }
}


.lang-dropdown {
    position: relative;
    display: inline-block;

    padding: 10px;
    margin-right: 10px;
}

.lang-icon {
    width: 28px;
    height: auto;
    display: block;
}

.lang-menu {
    position: absolute;
    top: calc(100% + -5px);
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 0;
    min-width: 120px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.lang-dropdown:hover .lang-menu {
    display: block;
}

.lang-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.lang-menu a:hover {
    background: #f3f3f3;
}

.remember-lost-password {
    display: flex;
    justify-content: space-between;
}

.login-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#wpsl-wrap .maps-results {
    display: flex;
}

#wpsl-wrap .search-label {
    display: flex;
    flex-direction: column;
}

.wpsl-input .search-label label {
    width: unset;
}