/*
Theme Name: Radsport Erdmann - Elementor Child
Author: SoKo
Template: hello-elementor
Version: 2.1.4
Text Domain: rse-elementor-child
*/
/* Add your custom styles here */
/**
 * Header
 */
.sticky-header.elementor-sticky--shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.elementor-439 .elementor-element.elementor-element-5a2e4582 .elementor-nav-menu--main .elementor-item:hover,
.elementor-439 .elementor-element.elementor-element-5a2e4582 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-439 .elementor-element.elementor-element-5a2e4582 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-439 .elementor-element.elementor-element-5a2e4582 .elementor-nav-menu--main .elementor-item:focus {
    fill: #fff;
}
.pswp {
    z-index: 99999999;
}
.pswp .pswp__scroll-wrap {
    background: white;
}
.jet-checkboxes-list__label {
    text-align: left;
}
/**
 * Premium Addons Team Widget
 */
.product-item-loop:hover .product-item-loop-image {
    background-color: var(--e-global-color-102cc79) !important;
}
/**
 * WooCommerce
 */
.woocommerce span.onsale {
    border-radius: 0;
    background-color: #F1E3B3;
    font-family: 'Clarity City', Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #78231F;
    height: 50px !important;
    width: 100px !important;
    min-height: unset !important;
    min-width: unset !important;
    line-height: 42px !important;
    top: -10px;
    left: -11px;
}
.woocommerce span.onsale:after {
    content: '';
    position: absolute;
    background: #F1E3B3;
    top: 0;
    right: -14px;
    width: 15px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.order-total td {
    display: flex;
    flex-direction: column;
}
.headline-additional-fields {
    font-family: var('Clarity City'), Sans-serif;
    color: #3A3A3A;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: var(--sections-title-spacing, 30px);
    margin-top: 0;
    text-transform: uppercase;
}
/* .single-product a.woocommerce-product-gallery__trigger, .single-product img.zoomImg {
    display: none !important;
} */
@media screen and (max-width: 767px) {
    .headline-additional-fields {
        font-size: 16px;
    }
}
/**
 * Sidebar Category Nav
 */
.elementor-110 .elementor-element.elementor-element-85c39b5 .elementor-nav-menu--dropdown .elementor-item,
.elementor-110 .elementor-element.elementor-element-85c39b5 .elementor-nav-menu--dropdown .elementor-sub-item {
    justify-content: space-between;
}
.elementor-110 .elementor-element.elementor-element-85c39b5 .elementor-nav-menu--dropdown .elementor-item .sub-arrow,
.elementor-110 .elementor-element.elementor-element-85c39b5 .elementor-nav-menu--dropdown .elementor-sub-item .sub-arrow {
    padding: 10px 20px;
    padding-inline-end: 20px;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: transparent;
    color: var(--e-global-color-text);
}
.break-word-word {
    word-break: break-word !important;
}
.break-word-all {
    word-break: break-all !important;
}
.list-no-padding {
    padding-left: 15px !important;
}
body.single-product .ppcp-messages {
    display: none !important;
}
table.variations tbody tr th {
    text-align: right;
}
table.variations tbody tr th label {
    padding-top: 6px !important;
    font-size: 20px;
    font-weight: 700 !important;
    vertical-align: middle !important;
    text-align: right;
}
table.variations tbody tr:hover td,
table.variations tbody tr:hover th {
    background-color: transparent !important;
}
table.variations tbody > tr:nth-child(odd) td,
table.variations tbody > tr:nth-child(odd) th {
    background-color: transparent !important;
}
table.variations tbody tr {
    display: grid;
    grid-template-columns: auto 1fr !important;
}
.elementor-product-simple .stock {
    display: none !important;
}
.woocommerce-variation-price {
    display: flex;
    justify-content: flex-end;
}
.woocommerce-variation.single_variation .woocommerce-variation-price .price {
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-cd61643-font-size);
    font-weight: var(--e-global-typography-cd61643-font-weight);
}
.single_variation_wrap {
    padding-top: 1rem !important;
}
.woocommerce div.product form.cart .reset_variations {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.woocommerce-variation-availability {
    display: flex;
    justify-content: flex-end;
}
.woocommerce-variation-availability .stock {
    position: relative;
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: 'Clarity City';
    font-size: 14px;
    font-weight: 700;
}
.woocommerce-variation-availability .stock:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: white;
    transform: translateY(-50%);
    border-style: solid;
    margin-top: -2px;
    border-width: 4px;
    border-color: var(--e-global-color-783712c);
}
.woocommerce-variation-availability .stock.in-stock:before {
    border-color: limegreen !important;
}
.woocommerce-variation-availability .stock.in-stock {
    color: limegreen !important;
}
.bit-product-stock .traffic .icon-traffic.orange {
    border-color: orangered;
}
.woocommerce-variation-availability .stock.backorders {
    color: orangered;
}
.bit-product-stock .traffic .icon-traffic.red {
    border-color: darkred;
}
.woocommerce-variation-availability .stock.out-of-stock {
    color: darkred;
}
.jet-checkboxes-list-wrapper {
    display: contents;
}
.jet-checkboxes-list-wrapper .jet-checkboxes-list__label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pa-woo-mc__layout-3.pa-slide-dir-right .pa-woo-mc__close-button,
.pa-woo-mc__layout-4.pa-slide-dir-right .pa-woo-mc__close-button {
    left: unset !important;
    right: 10px
}
.pa-woo-mc__layout-3 .pa-woo-mc__cart-count {
    display: none !important;
}
.single-product.woocommerce div.product div.images .flex-viewport {
    border: 1px solid #eaeaea;
}
.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    top: 0 !important;
    left: 0 !important;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 5px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto !important;
}
/* --- Nur das Hauptbild der WooCommerce Produktgalerie quadratisch --- */
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    aspect-ratio: 1 / 1; /* Erzwingt quadratisches Hauptbild */
    object-fit: contain; /* Bild bleibt proportional, aber füllt das Quadrat */
    width: 100%;
    height: auto;
    overflow: hidden;
}
.woocommerce .elementor-955 .elementor-element.elementor-element-50ec7959 .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
    border: 1px solid #eaeaea;
}
/*.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: none!important;
}*/
.uvp-sale-toggle input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}
.uvp-sale-toggle .jet-checkboxes-list__label {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    cursor: pointer;
}
.uvp-sale-toggle .jet-checkboxes-list__label:before {
    content: '';
    width: 44px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid currentColor;
    display: inline-block;
    position: relative;
}
.uvp-sale-toggle input[type='checkbox'] + .jet-checkboxes-list__label:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid currentColor;
    position: absolute;
    margin-left: 4px;
    transform: translateY(3px);
}
.uvp-sale-toggle input[type='checkbox']:checked + .jet-checkboxes-list__label:after {
    transform: translate(20px, 3px);
}
@media (max-width: 767px) {
    .woocommerce span.onsale {
        font-size: 16px;
        height: 32px !important;
        width: 64px !important;
        line-height: 28px !important;
    }
}
.jet-smart-filters-search .jet-search-filter__input {
    outline: none !important;
}
.vi-wpvs-option.vi-wpvs-option-image {
    border-radius: 50% !important;
}
@media (max-width: 767px) {
    table td, table th {
        padding: 5px;
    }
}
table {
    margin-block-end: 0!important;
}

.woocommerce .elementor-widget-woocommerce-product-price .price {
    display: flex;
    flex-direction: column;
}

.woocommerce .elementor-widget-woocommerce-product-price .price .stock {
    text-align: right;
    color: firebrick;
    font-family: "Clarity City", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
