/* .woocommerce-cart .mini-navigation {
    margin-left: auto;
} */
/*== WooCommerce ==*/
.woocommerce-page .main-container.container {
    margin-top: 3rem
}
@media (max-width:768px) {
    .woocommerce-page .main-container.container {
        margin-top: 2rem
    }
}
.reset_variations, .woocommerce-variation-availability {
    display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 3rem 0 .5rem;
    font-size: .875rem;
    color: var(--dark-grey);
}
.woocommerce .woocommerce-breadcrumb i {
    color: var(--text);
    vertical-align: text-bottom;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: var(--text);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    color: var(--dark-grey);
}


/* .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem -2rem;
} */
/* .woocommerce.archive ul.products:last-child {
    margin-bottom: 2rem;
} */
/* .woocommerce ul.products li.product {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem;
    padding: 0;
    float: none;
} */
.woocommerce ul.products.columns-2 li.product {
    width: 50%!important;
}
/* .woocommerce ul.products.columns-5 li.product {
    width: 20%;
} */
.woocommerce ul.products li.product a {
    flex-shrink: 0;
}
.woocommerce ul.products li.product a.reset_variations {
    display:none!important
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce ul.products li.product.product-type-simple a.woocommerce-loop-product__link {
    flex-grow: 1;
}
.woocommerce ul.products li.product .et_shop_image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 15rem;
    margin-bottom: 1rem;
}
.woocommerce ul.products li.product .et_shop_image .et_overlay{
    display: none;
}
.woocommerce ul.products li.product a img {
    max-height: 100%;
    margin: 0 !important;
    object-fit: contain;
}
.woocommerce ul.products li.product img.woocommerce-placeholder,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 1rem!important;
    padding: 0;
    font-weight: 500;
    font-size: 1.125rem !important;
    color: var(--dark-grey);
}
.has-products-slider .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 60px;
}
/* .woocommerce ul.products li.product .price {
    margin-top: auto !important;
    line-height: 1.25 !important;
    font-weight: 500;
    font-size: 30px;
    color: var(--dark-grey) !important;
} */
.woocommerce ul.products li.product .price .screen-reader-text {
    display: none;
}
.woocommerce ul.products li.product form.cart {
    /* flex-grow: 1; */
    margin: 0;
}
.woocommerce ul.products li.product form.cart > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.woocommerce form.cart .variations {
    margin-bottom: auto !important;
}
.woocommerce ul.products li.product  form.cart .variations {
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product form.cart .variations tr {
    padding: 0;
}
.woocommerce form.cart .variations th {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 10px !important;
    line-height: inherit;
    font-size: 14px;
}
.woocommerce .ws-content-product-wrap form.cart .variations th {
    display:none !important;
}
.woocommerce form.cart .variations label {
    margin: 0;
    font-weight: 600;
    color: var(--dark-grey);
}
.woocommerce form.cart .variations th .woocommerce-variation {
    order: 1;
    margin: .25rem 0;
}

.woocommerce div.product .single_variation_wrap .woocommerce-variation-price,
.woocommerce .woocommerce-variation-description,
.woocommerce .single_variation_wrap .woocommerce-custom-variation-availability,
.woocommerce .entry-summary .single_variation_wrap .woocommerce-custom-variation-availability,
.woocommerce div.product .variations_form > div > .woocommerce-variation .woocommerce-custom-variation-availability {
    display: none;
}
/*
.woocommerce form.cart .variations th .woocommerce-variation-price
{
    display: none;
}
*/



.woocommerce form.cart .variations td,
.woocommerce div.product form.cart .variations td {
    margin-bottom: 1rem!important;
    border: 0;
    padding: 0 !important;
}
.woocommerce form.cart .variations .woo-selected-variation-item-name {
    margin: 0 1.5rem 0 0;
    font-weight: 600;
    color: #535862;
}
.woocommerce ul.products li.product .variable-items-wrapper {
    margin-bottom: 0;
    padding: 0 0 0 2px !important;
}
@media (min-width: 600px) {
    .woocommerce ul.products li.product .variable-items-wrapper {
        max-width: 90%;
    }
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 8px 4px 0!important;
    padding: 2px !important;
}
.woocommerce ul.products li.product .single_variation_wrap .woocommerce-variation-price {
    display: block;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item,
.woo-variation-swatches  ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding: .125rem .625rem!important;
    border-radius: 624rem!important;
    border: 1px solid var(--border);
    background: #FAFAFA;
    box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span,
.woo-variation-swatches  ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: .875rem;
    font-weight: 500;
    color: var(--text2);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:focus,
.woo-variation-swatches  ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches  ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:focus {
    background: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),
.woo-variation-swatches  ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border-color: #FFCFF7;
    background: #FFF4FD;
}
@media (max-width:599px) {
    .woo-variation-swatches ul.products li.product .wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
        font-size: .75rem;
    }
}
.single-product ul.products li.product .woocommerce-variation.single_variation .woocommerce-variation-price:not(:empty) {
    margin: 0;
}
.woocommerce ul.products li.product.product-type-simple .woocommerce-custom-variation-availability {
    margin: .35rem 0 1rem;
}
.woocommerce .woocommerce-custom-variation-availability,
.single-product .entry-summary .cstatus-date {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    border: 1px solid;
    border-radius: 1rem;
    padding: 0 0.625rem .125rem;
    font-size: .875rem;
    line-height: 1;
    font-weight: 400;
}
.woocommerce .woocommerce-custom-variation-availability.cstatus-green,
.single-product .entry-summary .cstatus-date.cstatus-green {
    border-color: #ABEFC6;
    color: #067647;
    background-color: #ECFDF3;
}
.woocommerce .woocommerce-custom-variation-availability.cstatus-red,
.single-product .entry-summary .cstatus-date.cstatus-red {
    background-color: #ffe0e0;
}
.woocommerce .woocommerce-custom-variation-availability.cstatus-yellow,
.single-product .entry-summary .cstatus-date.cstatus-yellow {
    border-color: #FEDF89;
    color: #B54708;
    background-color: #FFFAEB;
}
.woocommerce ul.products li.product .button {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    border-color: #A61680;
    color: #fff !important;
    background-color: #A61680;
}

.woocommerce nav.woocommerce-pagination {
    margin: 3rem 0;
}
.single-product.et-tb-has-template #main-content .container {
    width: 100%;
    max-width: 100%;
}
/*.single-product .entry-summary {
    align-self: center;
}*/
.single-product .entry-summary .et_pb_module {
    max-width: 30rem;
}
.woocommerce div.product span.price {
    font-weight: 500;
    font-size: 30px;
}
.woocommerce div.product .woocommerce-product-top-img .woocommerce-product-gallery__slide { /* this class was added to product-image.php */
    position: relative;
}
.woocommerce div.product .woocommerce-product-gallery__trigger-pseudo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #E9EAEB;
    border-radius: .5rem;
    background: url(../../../../inc/assets/images/search-alt.svg) no-repeat center, #fff;
    cursor: pointer;
}
.woocommerce div.product .woocommerce-product-top-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38rem;
    overflow: hidden;
}
.woocommerce div.product .woocommerce-product-top-img a > div {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
}
.woocommerce div.product .woocommerce-product-gallery__slide img {
    max-height: 100%;
}
.woocommerce div.product .woocommerce-product-thumbs {
    margin-top: 1rem;
    padding: 0 3rem;
}
.woocommerce div.product .woocommerce-product-thumbs .woocommerce-product-gallery__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
    border-right: 1px solid #E9EAEB;
    padding: 0 .5rem;
    cursor: pointer;
}
.woocommerce div.product .woocommerce-product-thumbs .slick-arrow {
    width: 1.75rem;
    height: 1.75rem;
}
.woocommerce div.product .woocommerce-product-thumbs .slick-arrow:not(:hover) {
    color: #A4A7AE;
}
.woocommerce div.product .woocommerce-product-thumbs .slick-arrow:before {
    font-size: .875rem;
}
/* .woocommerce div.product .related > h2,
.woocommerce div.product .up-sells > h2 {
    padding-bottom: 2rem !important;
    font-size: 36px !important;
} */
/*
.woocommerce .show-on-mobile {
    display: none;
}
*/

/* gutschein on single page */
.afgc-main-form-preview-container {
    position: static;
}
.afgc-upload-img,
.afgc-upload-img label {
    max-width: 150px;
}
.afgc-enter-custom-amount li:last-child {
    width: 76px;
}
.afgc_preview_popup .afgc_popup_content {
    margin-top: 190px;
}
.afgc-gift-card-amount-box h5 {
    font-size: 1rem;
    color:var(--heading);
    padding: .325rem 0;
    margin: 1rem 0 .5rem;
    font-weight: 600;
}
.afgc-upload-img {
    max-height: 2.5rem;
}
.afgc-upload-img label {
    margin-bottom:0
}
.afgc-upload-img-btn {
    height: 1rem;
    margin: 0 !important;
}
.afgc-gift-card-amount-box button, .afgc-gift-card-amount-box label.afgc-option-radio, .afgc_preview_btn {
    font-size: .75rem;
    line-height: 1.5;
}
.afgc_gift_card_opt input[type="radio"], .afgc_gift_card_opt input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

div.product button.button {
    width: 100%;
    max-width: 20rem;
    margin-top: 1rem;
}
div.product button.button.afgc_preview_btn:not(:hover) {
    color: #414651 !important;
}
.product.product-type-gift_card div.images {
    display: flex;
    flex-direction: column-reverse;
}
.product.product-type-gift_card div.images .flex-viewport {
    margin-bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 0 10px 19px -12px;
}
.product.product-type-gift_card div.images .afgc-main-form-preview-container {
    position: relative;
    bottom: auto;
    top: -12px;
}
.afgc-main-form-preview-container li label {
    margin-bottom: 0;
}
.afgc-main-form-preview-container ul li span {
    width: auto;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1921px) {
    .wc-block-components-sidebar-layout.wc-block-checkout {
        min-height: calc(100vh - 864px);
    }

}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: var(--akzent-red);
    color: #fff
}
