/*
Theme Name: Nygex Breakdance-Zero Child
Template: breakdance-zero-theme-master
Version: 1.1.11
*/
body {
    max-width: 100%;
    overflow-x: hidden;
}

.nygex-sticky-add-to-cart-select-options {
    display: none;
    overflow: hidden;
    zoom: 1;
    position: fixed;
    flex-direction: column;
    z-index: 99;
    right: 0;
    left: 0;
    border: 1px solid #d1d5db;
    background-color: #fff;
    font-size: 15px;
    transition: all .45s;
    top: -300px;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 3px;
    max-width: 500px;
    justify-content: space-between;
}

.nygex-sticky-add-to-cart-select-options.visible {
    top: auto;
    bottom: 63px;
    display: flex;
    z-index: 999999;
}

.nygex-sticky-add-to-cart-select-options .variations_form {
    margin: 0 auto;
}

.nygex-sticky-add-to-cart-select-options .variations_form .woocommerce-variation-availability {
    position: absolute;
    height: 47.2px;
    right: 30px;
    bottom: 20px;
}

.nygex-sticky-add-to-cart-select-options .variations_form button.single_add_to_cart_button {
    transition: all 0.5s;
}

.nygex-sticky-add-to-cart-select-options .variations_form button.single_add_to_cart_button:hover {
    color: #194567;
    border: 1px solid #194567;
    background-color: #ffffff;
    cursor: pointer;
}

.nygex-sticky-add-to-cart-select-options #close-var {
    display: block;
    align-self: end;
    width: 44px;
    height: 44px;
    transition: all 0.5s;
}

.nygex-sticky-add-to-cart-select-options #close-var:hover {
    cursor: pointer;
    transform: rotate(60deg);
}

.nygex-sticky-add-to-cart {
    display: none;
    z-index: 999;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: #f5f8fb;
    transition: all .45s;
    position: fixed;
    width: 100%;
}

.nygex-sticky-add-to-cart.visible {
    display: block;
}

.nygex-sticky-add-to-cart .col-full {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

div#coupon-test {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

div#coupon-test .nygex-input-button-get-coupon {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}

div#coupon-test .nygex-input-button-get-coupon #get-email-test {
    height: auto;
    white-space: nowrap;
    border: 1px solid transparent;
    background-color: #194567;
    color: #fff;
    padding: 14px 24px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.5s;
    white-space: nowrap;
}

div#coupon-test .nygex-input-button-get-coupon #get-email-test:hover {
    color: #194567;
    border: 1px solid #194567;
    background-color: #ffffff;
    cursor: pointer;
}

div#coupon-test .nygex-subscribe-checkbox-block label {
    display: flex;
    align-items: center;
}

div#coupon-test .nygex-subscribe-checkbox-block label input {
    margin-right: 8px;
}

div#coupon-test .nygex-subscribe-checkbox-block label .nygex-subscribe-checkbox-text {
    margin: 0;
}

div#coupon-test .nygex-subscribe-checkbox-block label .nygex-subscribe-checkbox-text a {
    text-decoration: none !important;
    border-bottom: 1px solid #194567;
}

div#coupon-test .div-closecoupontest {
    align-self: start;
    transition: all 0.5s;
    width: 44px;
    height: 44px;
}

div#coupon-test .div-closecoupontest:hover {
    cursor: pointer;
    transform: rotate(60deg);
}

.nygex-add-to-cart-block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nygex-add-to-cart-block-footer .nygex-product-title-image-block {
    display: flex;
    align-items: center;
}

.nygex-add-to-cart-block-footer .nygex-product-title-image-block img {
    width: auto;
    max-height: 80px;
    margin-right: 10px;
}

.nygex-add-to-cart-block-footer .nygex-product-title-image-block span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #194567;
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .variable-grouped-sticky.button {
    height: auto;
    white-space: nowrap;
    border: 1px solid transparent;
    background-color: #194567;
    color: #fff;
    padding: 14px 24px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.5s;
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .variable-grouped-sticky.button:hover {
    color: #194567;
    border: 1px solid #194567;
    background-color: #ffffff;
    cursor: pointer;
}

div#coupon-show-test {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

div#coupon-show-test .showCouponTest {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    z-index: 999;
    color: #194567;
}

div#coupon-show-test .div-closecoupontest {
    width: 44px;
    height: 44px;
    align-self: start;
    transition: all 0.5s;
}

div#coupon-show-test .div-closecoupontest:hover {
    cursor: pointer;
    transform: rotate(60deg);
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .nygex-form-simple-prod-buy-now {
    display: flex;
    align-items: stretch;
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .nygex-form-simple-prod-buy-now .quantity {
    margin-right: 10px;
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .nygex-form-simple-prod-buy-now button:hover {
    color: #194567;
    border: 1px solid #194567;
    background-color: #ffffff;
    cursor: pointer;
}

.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .nygex-form-simple-prod-buy-now button,
.nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block a.variable-grouped-sticky,
.nygex-sticky-add-to-cart-select-options .variations_form button {
    white-space: nowrap;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block p {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h1 {
    font-size: 45px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h2 {
    font-size: 36px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h3 {
    font-size: 28px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block li {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 18px;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block li:last-child {
    margin-bottom: 0;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block a {
    text-decoration: none;
    font-weight: 500;
    color: #0693e3;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block a:hover {
    border-bottom: #194567 1px solid;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block a:hover,
.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block a:hover span {
    color: #194567 !important;
}

.page.page-id-1053>.breakdance>.bde-section>.section-container {
    padding-bottom: 150px !important;
}

.single-product .woocommerce-Reviews .commentlist .review .meta .woocommerce-review__dash,
.single-product .woocommerce-Reviews .commentlist .review .meta .woocommerce-review__published-date {
    display: none;
}

.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout #wc-stripe-payment-request-button-separator {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout .checkout-button {
    margin-top: 0 !important;
}

.single-product .more-reasons-block {
    justify-content: space-between;
}

.breakdance-woocommerce #wc-stripe-payment-request-wrapper {
    width: 100% !important;
}

html[lang="de"] .cart-col-nygex a.bde-mini-cart-toggle:before,
html[lang="de-CH"] .cart-col-nygex a.bde-mini-cart-toggle:before {
    content: "WAGEN";
}

html[lang="es"] .cart-col-nygex a.bde-mini-cart-toggle:before,
html[lang="es-ES"] .cart-col-nygex a.bde-mini-cart-toggle:before {
    content: "CARRITO";
}

html[lang="de"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product .onsale,
html[lang="de-CH"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product .onsale {
    font-size: 7.8px;
}

@media (min-width: 769px) and (max-width: 1080px) {
	html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-heading,
	html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-heading {
		font-size: 50px;
        line-height: 58px;
        margin-bottom: 32px;
	}
}

@media (min-width: 1081px) and (max-width: 1700px) {
	html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-heading,
	html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-heading {
		font-size: 64px;
		line-height: 72px;
		margin-bottom: 32px;
	}
}

@media (min-width: 1701px) {
	html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-heading,
	html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-heading {
        font-size: 74px;
        line-height: 84px;
        margin-bottom: 38px;
	}
	html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-text,
	html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-text {
		margin-bottom: 40px;
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width: 1700px) {
html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-text,
html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-text {
    margin-bottom: 40px;
    font-size: 22px;
	line-height: 28px;
	}
}

html[lang="de"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex,
html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex {
    padding: 84px 80px 84px 80px !important;
}

html[lang="de"] .section-havequest-nygex h2,
html[lang="de-CH"] .section-havequest-nygex h2 {
    font-size: 28px;
}

html[lang="de"] .section-havequest-nygex .cont-text1-nygex,
html[lang="de-CH"] .section-havequest-nygex .cont-text1-nygex {
    font-size: 14px;
}

html[lang="de"] .section-havequest-nygex .bde-column:nth-of-type(1),
html[lang="de-CH"] .section-havequest-nygex .bde-column:nth-of-type(1) {
    padding: 60px 50px 60px 50px;
}

.faq-section-nygex {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
}

.faq-section-nygex .faq-questions-nygex {
    width: 100% !important;
}

.faq-section-nygex .faq-questions-nygex .helpie-faq h3.collection-title,
.faq-section-nygex .faq-questions-nygex .helpie-faq form.search {
    display: none !important;
}

.more-reasons-heading,
.faq-block-heading-nygex,
.size-guide-heading-nygex,
.specification-heading-nygex {
    margin-bottom: 40px !important;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq {
    margin-top: 0;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion {
    margin-top: 0;
    margin-bottom: 0;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item {
    border: none !important;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__header {
    padding: 12px 0 !important;
    border-bottom: solid 1px #B6C5D1 !important;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__title {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 0 !important;
    max-width: 85% !important;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__body {
    padding: 0 5px;
    background-color: #F5F8FB !important;
    border-bottom: solid 1px #B6C5D1 !important;
}

.faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__body p {
    margin: 10px 0;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.single-product .helpie-faq.accordions .search {
    display: none !important;
}
.nygex-product-price p.price {
    display: none !important;
}
.nygex-product-price p.price.price--stackable {
    display: flex !important;
}
.nygex-product-price p.price:has(ins) {
    display: flex !important;
}
.single-product .reset_variations {
    display: none !important;
}
.size-guide-section-nygex {
    width: 587px !important;
    margin: 0 auto;
}
.size-guide-heading-nygex {

}
.size-guide-subheading-nygex {
    width: 100%;
    background-color: #194567;
    color: #fff !important;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    height: auto;
    margin-bottom: 22px !important;
}
.size-guide-cols-block-img-steps-nygex {
    gap: 10px !important;
    margin-bottom: 20px;
}
.size-guide-image-column-nygex {
    width: 55% !important;
}
.size-guide-image-column-nygex:only-child {
    margin: 0 auto;
}
.size-guide-steps-column-nygex {
    width: 45% !important;
}
.size-guide-steps-column-nygex:only-child {
    width: 100% !important;
}
.size-guide-steps-column-nygex .bde-text {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0;
    color: #405465 !important;
    text-transform: none;
}
.size-guide-table-nygex {
    width: 100%;
}
.size-guide-table-nygex table {
    width: 100%;
    font-size: 16px;
    border-spacing: 0 !important;
}
.size-guide-table-nygex table tr th {
    padding: 3px;
    background-color: #a1b3c2;
    border: 1px solid #b6c5d1;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fcfdfe;
    vertical-align: middle;
    font-weight: 400;
}
.size-guide-table-nygex table tr th.th1-nygex {
    background: #194567;
    border: 1px solid #b6c5d1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fcfdfe;
    text-align: center;
    padding: 6px;
    font-style: normal;
}
.size-guide-table-nygex table tr:nth-child(2n+1) {
    background: 0 0;
}
.size-guide-table-nygex table tr:nth-child(2n) {
    background: #f5f8fb;
}
.size-guide-table-nygex table tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #405465;
    text-align: center;
    border: 1px solid #b6c5d1;
    padding: 2px 3px;
    vertical-align: middle;
}
.size-chart-first-screen-block-nygex {
    margin-bottom: 20px;
}
.size-table-text-nygex {
    font-size: 18px;
}
.size-table-link-nygex {
    color: #2376e5 !important;
    font-size: 18px;
    white-space: nowrap;
}
.specification-section-nygex {

}
.specification-heading-nygex {

}
.specification_row_nygex {
    max-width: 768px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.specification_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #b6c5d1;
    border-bottom: none;
}
.specification_item:last-child {
    border-bottom: 1px solid #b6c5d1;
}
.specification_only_title {
    grid-column-start: 1;
    grid-column-end: 3;
    background: #f5f8fb;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253a4c;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    padding: 9px 12px;
    text-align: left;
}
.specification_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #405465;
    padding: 4px 12px;
    text-align: left;
}
.specification_value {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #405465;
    padding: 4px 12px;
}
@media (min-width: 1025px) {
    div#coupon-test .nygex-input-button-get-coupon #email-coupon-test {
        width: 300px;
    }

    html[lang="de"] .nygex-get-coupon-heaading-block .coupon,
    html[lang="de-CH"] .nygex-get-coupon-heaading-block .coupon {
        padding-right: 20px;
    }
}

@media (max-width: 1260px) {
    div#coupon-test h3.coupon {
        font-size: 25px;
    }
}

@media (min-width: 1119px) and (max-width: 1318px) {

    html[lang="de"] .section-topsellers-nygex .products,
    html[lang="de-CH"] .section-topsellers-nygex .products {
        --bde-woo-products-list-products-per-row: 3 !important;
    }

    html[lang="de"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product:nth-child(7),
    html[lang="de"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product:nth-child(8),
    html[lang="de-CH"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product:nth-child(7),
    html[lang="de-CH"] .section-topsellers-nygex .bde-wooproductslist ul.products li.product:nth-child(8) {
        display: none;
    }
}

@media (max-width: 1119px) {
    div#coupon-test h3.coupon {
        font-size: 20px;
        margin-right: 20px;
    }

    div#coupon-test .nygex-input-button-get-coupon {
        margin-right: 20px;
    }

    .more-reasons-block .bde-column:nth-child(2n+1):last-child {
        display: none;
    }

    html[lang="de"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex,
    html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex {
        padding: 60px 28px 68px 28px !important;
    }
    .size-guide-cols-block-img-steps-nygex {
        flex-direction: row !important;
    }
    .bde-div .more-reasons-block .bde-column {
        width: 100% !important;
    }
    .section-footer-nygex .bde-columns .bde-column:last-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    div#coupon-test {
        flex-direction: column;
    }

    div#coupon-test .div-closecoupontest {
        order: 1;
        align-self: end;
    }

    div#coupon-test .nygex-get-coupon-heaading-block {
        order: 2;
    }

    div#coupon-test h3.coupon {
        margin-right: 0;
        text-align: center;
    }

    div#coupon-test .nygex-get-coupon-form-block {
        order: 3;
    }

    div#coupon-test .nygex-input-button-get-coupon {
        margin-right: 0px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page.page-id-1053>.breakdance>.bde-section>.section-container {
        padding-bottom: 50px !important;
    }

    .woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .size-guide-table-nygex table tr {
        display: table-row !important;
    }
    .size-guide-table-nygex table tr th,
    .size-guide-table-nygex table tr td {
        display: table-cell !important;
    }
    .size-guide-table-nygex table tr td {
        padding: 2px 3px !important;
    }
    .section-footer-nygex .bde-columns .bde-column:last-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 993px) {
    .single-product .nygex-product-first-screen-block .woo-product-gallery-slider .slick-slide img {
        width: auto;
    }
}

@media (max-width: 938px) {

    html[lang="de"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex,
    html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .slide1-div-nygex {
        padding: 50px 24px 60px 24px !important;
    }
}

@media (min-width: 767px) and (max-width: 933px) {

    html[lang="de"] .section-topsellers-nygex .products,
    html[lang="de-CH"] .section-topsellers-nygex .products {
        --bde-woo-products-list-products-per-row: 2 !important;
    }
}

@media (max-width: 856px) {
    .nygex-add-to-cart-block-footer .nygex-product-title-image-block span {
        font-size: 14px;
        line-height: 18px;
    }

    .nygex-add-to-cart-block-footer .nygex-product-title-image-block {
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .specification_item {
        grid-template-columns: 1fr 2fr;
        align-items: center;
        margin-right: 0;
        margin-left: 0;
    }
    .specification_only_title {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .specification_title {
        padding: 4px 10px;
        font-size: 14px;
    }
    .specification_value {
        padding: 4px 10px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    div#coupon-test h3.coupon {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .nygex-sticky-add-to-cart .col-full {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nygex-add-to-cart-block-footer .nygex-product-title-image-block {
        display: none;
    }

    .nygex-add-to-cart-block-footer {
        justify-content: center;
    }

    .nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block .variable-grouped-sticky {
        display: block;
    }

    .nygex-add-to-cart-block-footer .nygex-add-to-cart-button-block {
        margin-bottom: 15px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block p,
    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block li {
        font-size: 16px;
        line-height: 24px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h1 {
        font-size: 40px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h2 {
        font-size: 31px;
    }

    .page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.home)>.breakdance>.bde-section>.section-container>.bde-code-block h3 {
        font-size: 24px;
    }

    .nygex-cart-button-elem .variations .variable-items-wrapper {
        justify-content: center;
    }

    .breakdance-woocommerce .woocommerce-error li:before,
    .breakdance-woocommerce .woocommerce-message:before,
    .breakdance-woocommerce .woocommerce-info:before {
        display: none;
    }

    .more-reasons-heading,
    .faq-block-heading-nygex,
    .size-guide-heading-nygex,
    .specification-heading-nygex {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__header:before,
    .faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__header:after {
        right: -20px !important;
    }
}

@media (min-width: 479px) and (max-width: 625px) {

    html[lang="de"] .section-topsellers-nygex .products,
    html[lang="de-CH"] .section-topsellers-nygex .products {
        --bde-woo-products-list-products-per-row: 1 !important;
    }

    html[lang="de"] .single-product .related .products,
    html[lang="de-CH"] .single-product .related .products {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 596px) {
    div#coupon-show-test {
        flex-direction: column;
    }

    div#coupon-show-test .div-closecoupontest {
        order: 1;
        margin-bottom: 10px;
        align-self: end;
    }

    div#coupon-show-test .showCouponTest {
        order: 2;
        font-size: 16px;
    }

    html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-heading,
    html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 18px;
    }

    html[lang="de"] .section-slider-nygex .advanced-slider__slide .bde-text,
    html[lang="de-CH"] .section-slider-nygex .advanced-slider__slide .bde-text {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    html[lang="de"] .section-slider-nygex .swiper-pagination-bullets,
    html[lang="de-CH"] .section-slider-nygex .swiper-pagination-bullets {
        bottom: 65px;
    }
}

@media (max-width: 480px) {

    .more-reasons-heading,
    .faq-block-heading-nygex,
    .size-guide-heading-nygex,
    .specification-heading-nygex {
        margin-bottom: 32px !important;
    }
    .size-guide-cols-block-img-steps-nygex {
        flex-direction: column !important;
    }
    .size-guide-image-column-nygex {
        width: 100% !important;
    }
    .size-guide-steps-column-nygex {
        width: 100% !important;
    }
    .size-guide-steps-column-nygex .bde-text {
        font-size: 14px;
    }
    .size-guide-table-nygex table tr th.th1-nygex {
        font-size: 14px;
        line-height: 22px;
        padding: 4px;
    }
    .size-guide-table-nygex table tr th {
        padding: 2px;
        font-size: 14px;
        line-height: 22px;
    }
    .size-guide-table-nygex table tr td {
        padding: 2px 0 !important;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 466px) {
    div#coupon-show-test .showCouponTest {
        font-size: 14px;
    }

    .nygex-sticky-add-to-cart-select-options {
        padding: 20px;
    }

    .nygex-sticky-add-to-cart-select-options #close-var {
        margin-bottom: 10px;
    }

    .nygex-sticky-add-to-cart-select-options .variations_form {
        order: 2;
    }

    .nygex-sticky-add-to-cart-select-options .variations_form .woocommerce-variation-add-to-cart {
        gap: 10px;
    }
}

@media (max-width: 446px) {
    div#coupon-test h3.coupon {
        margin-bottom: 10px;
    }

    div#coupon-test .div-closecoupontest {
        margin-bottom: 10px;
    }

    .nygex-get-coupon-form-block .nygex-subscribe-checkbox-block label {
        font-size: 14px;
    }

    .nygex-get-coupon-form-block {
        width: 100%;
    }

    .nygex-sticky-add-to-cart .col-full {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nygex-sticky-add-to-cart-select-options {
        padding: 10px;
        padding-bottom: 15px;
    }

    .nygex-sticky-add-to-cart-select-options .variations_form .woocommerce-variation-availability {
        position: static;
        height: auto;
    }

    html[lang="de"] .breakdance-woocommerce .woocommerce-mini-cart__empty-message:before,
    html[lang="de-CH"] .breakdance-woocommerce .woocommerce-mini-cart__empty-message:before {
        display: none;
    }
    html[lang="de"] .nygex-product-first-screen-block h1.product_title,
    html[lang="de-CH"] .nygex-product-first-screen-block h1.product_title {
        font-size: 26px !important;
    }
}

@media (max-width: 392px) {
    .nygex-get-coupon-form-block .nygex-subscribe-checkbox-block label {
        font-size: 13px;
    }

    div#coupon-show-test .showCouponTest {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 391px) {

    html[lang="de"] .section-slider-nygex .swiper-pagination-bullets,
    html[lang="de-CH"] .section-slider-nygex .swiper-pagination-bullets {
        bottom: 0px;
    }
}

@media (max-width: 381px) {

    html[lang="de"] .section-slider-nygex .swiper-pagination-bullets,
    html[lang="de-CH"] .section-slider-nygex .swiper-pagination-bullets {
        bottom: -20px;
    }
}

@media (max-width: 366px) {
    div#coupon-show-test .showCouponTest {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 360px) {

    .more-reasons-heading,
    .faq-block-heading-nygex,
    .size-guide-heading-nygex,
    .specification-heading-nygex {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .faq-section-nygex .faq-questions-nygex section.helpie-faq .accordion__item .accordion__title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .size-guide-table-nygex table tr th.th1-nygex {
        font-size: 12px;
    }
    .size-guide-table-nygex table tr th {
        font-size: 12px;
    }
    .size-guide-table-nygex table tr td {
        font-size: 12px;
    }
    .size-guide-subheading-nygex {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .nygex-get-coupon-form-block .nygex-subscribe-checkbox-block label {
        font-size: 12px;
    }

    div#coupon-test h3.coupon {
        font-size: 18px;
    }
}

@media (max-width: 334px) {
    .single-product .nygex-cart-button-elem .cart {
        justify-content: center;
    }
}

@media (max-width: 321px) {
    html[lang="de"] .section-disclamer-nygex,
    html[lang="de-CH"] .section-disclamer-nygex {
        padding-bottom: 60px;
    }
}
/**/
.bde-section-7339-100.bde-section .section-container{
    max-width: 1192px !important;
}
@media (min-width:769px){
	.breakdance .bde-columns-7339-185 {
		--columnCount: auto!important;
		--bde-column-gap: 0px;
		display: grid!important;
		align-content: center;
		justify-content: center;
		grid-template-columns: repeat(auto-fit, 170px);
		grid-template-rows: repeat(auto-fit, minmax(30px, 1fr));
		grid-auto-flow: column;
		max-width: 1020px;
		margin: 0 auto;
		justify-items: center;
	}
}
@media (min-width:769px) and (max-width:1150px){
    .breakdance .bde-columns-7339-148.bde-columns {
    flex-direction: row!important;
}
.breakdance .bde-columns-7339-148.bde-columns>.bde-column {
    width: 33.3%!important;
}
.breakdance .bde-columns-7339-170.bde-columns {
    flex-direction: row-reverse!important;
}
.breakdance .bde-columns-7339-164.bde-columns,
.breakdance .bde-columns-7339-176.bde-columns{
    flex-direction: row!important;
}
.breakdance .bde-column-7339-165.bde-column,
.breakdance .bde-columns-7339-170.bde-columns>.bde-column,
.breakdance .bde-columns-7339-176.bde-columns>.bde-column,
.breakdance .bde-columns-7339-164.bde-columns>.bde-column{
    width:50%!important;
}
	div#coupon-test .div-closecoupontest {
		position:absolute;
		right: 5%;
	}
}

.limdisc-banner-button {
	padding: .6180469716em 1.41575em;
	text-decoration: none;
}
@media (min-width: 600px) and (max-width: 1080px) {
	.limdisc-banner__title {
		margin-bottom: 12px;
	}
}
ol, ul {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
/* css for Cookie plugin */
.cli-tab-footer .wt-cli-privacy-accept-btn, .cli-switch input:checked + .cli-slider {
	background-color: #1a73e8;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
	color: #fff;
}


/* Fix checkout css */
.wc-stripe-express-checkout-element, #wc-stripe-express-checkout-button-separator {
	flex-basis: 100%;	
}
#wc-stripe-express-checkout-element {
	margin: 0 auto;
	width: 100%;
}

#wc-stripe-express-checkout-button-separator {
		margin-top: -20px!important;
}

@media (min-width: 900px) {
	form.checkout.woocommerce-checkout {
		display: flex!important;
		flex-direction: row!important;
		gap: 36px;
		justify-content: space-around!important;
	}
}

@media (max-width: 899px) {
	form.checkout.woocommerce-checkout {
		display: flex!important;
		flex-direction: column!important;
		justify-content: center!important;
	}
	.bde-checkout-builder .woocommerce-checkout .col2-set, .breakdance-woocommerce .woocommerce-checkout .col2-set,
	.bde-checkout-builder .woocommerce-checkout .bde-order-review-column, .breakdance-woocommerce .woocommerce-checkout .bde-order-review-column {
		width: 100% !important;
	}
	.bde-checkout-builder .wc_payment_method fieldset, .breakdance-woocommerce .wc_payment_method fieldset {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.bde-checkout-builder .woocommerce-checkout .bde-order-review-column, .breakdance-woocommerce .woocommerce-checkout .bde-order-review-column {
		width: var(--bde-woo-responsive__width, calc(38% - var(--bde-woo-base-extra-large-gaps) / 2))!important;
	}
}

@media (min-width: 900px) and (max-width: 1023px) {
	.bde-checkout-builder .woocommerce-checkout .col2-set, .breakdance-woocommerce .woocommerce-checkout .col2-set {
		width: var(--bde-woo-responsive__width, calc(55% - var(--bde-woo-base-extra-large-gaps) / 2))!important;;
	}
	.bde-checkout-builder .woocommerce-checkout .bde-order-review-column, .breakdance-woocommerce .woocommerce-checkout .bde-order-review-column {
		width: var(--bde-woo-responsive__width, calc(40% - var(--bde-woo-base-extra-large-gaps) / 2))!important;
	}
}

#payment > ul > li.wc_payment_method.payment_method_stripe > label, #payment > ul > li.wc_payment_method.payment_method_ppcp-gateway > label {
    display: contents;
}
/* */