@media (max-width: 768px) {
    body {
        hyphens: auto;
        &.overflow-hidden{
            overflow: hidden !important;
        }
    }

    .woocommerce-MyAccount-content p {
        font-size: 14px !important;

    }

    body .woocommerce-MyAccount-navigation {
        border-right: 0;
        border-left: solid 1px #bfbfbf;
    }

    body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active {
        border-right: 0 solid #b5030c;
        border-left: 3px solid #b5030c;
    }

    body .woocommerce-MyAccount-content,
    body .woocommerce-MyAccount-navigation {
        width: auto;
    }

    body .woocommerce-MyAccount-content {
        padding-bottom: 0;
    }

    body.woocommerce-account h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    body .woocommerce-info {
        align-items: center;
        background-color: transparent;
        color: var(--black);
        display: flex;
        justify-content: space-between;
        padding: 15px;
        font-size: 14px;
    }

    body .woocommerce-info .button {
        font-size: 12px;
        text-align: center;
    }

    body.woocommerce-account .woocommerce-Addresses {
        flex-direction: column;
    }

    body .col2-set.addresses .col-1 {
        width: 100%;

    }

    body .woocommerce address {
        margin: 0;

    }

    body .woocommerce-MyAccount-content h2 {
        font-size: 40px;
    }

    body .addresses header.title a,
    body .woocommerce-MyAccount-content legend {
        font-size: 14px;

    }

    body .woocommerce-MyAccount-content .form-row-first,
    body .woocommerce-MyAccount-content .form-row-last {
        width: 100%;
    }

    body .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /************************ Header Styles ************************/

    body .site-header .site-branding {
        width: 100%;
    }

    body .site-header>.col-full {
        flex-direction: column;
    }

    .banner .inner span {
        text-align: center;
        font-size: 12px;
    }

    button.menu-toggle::before,
    button.menu-toggle::after,
    button.menu-toggle span::before {
        height: 4px !important;
        width: 40px !important;
    }

    body button#site-navigation-menu-toggle {
        font-size: 0 !important;
        background: none;
        border: none;
        float: none;
    }

    body button.menu-toggle::before {
        transform: translateY(-10px);
    }

    body button.menu-toggle::after {
        transform: translateY(10px);
    }

    body header .storefront-primary-navigation .col-full .main-navigation {
        text-align: center;
    }

    .trp-language-switcher {
        height: auto !important;

    }

    body .toggled .handheld-navigation #menu-hauptmenue-1 {

        transform: translate(0);
    }



    body .handheld-navigation #menu-hauptmenue-1 {
        display: flex;
        overflow-x: hidden;
        position: fixed;
        height: 100%;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        width: 90%;
        background-color: white;
        transform: translate(-100%);
        transition: transform .2s cubic-bezier(.25, 0, .25, 1);
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    body header .main-navigation.toggled::before {
        opacity: 1;
        height: 100%;
        width: 100vw;
    }

    body header .main-navigation::before {
        content: '';
        background: rgba(0, 0, 0, .5);
        position: fixed;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
        opacity: 0;
        z-index: -1;
    }

    .mobile-menu-header {
        display: flex;
        align-self: center !important;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }

    .mobile-menu-header .mobile-logo-link {
        width: 130px;

    }

    header .handheld-navigation ul.menu li {
        gap: 10px;
        display: flex;
    }

    header .main-navigation ul.menu>li>a {
        width: max-content;
        padding-right: 0;
        color: black;
        font-size: 14px;
    }

    header .handheld-navigation .dropdown-toggle {
        position: relative;
        padding-left: 0;
    }

    body button.mobile-menu-close {
        color: #302d2d;
        background: transparent;
        font-size: 47px;
        padding: 11px 15px 9px 15px;
    }

    body .site-header-cart .cart-contents {
        padding: 1.618em 0;
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0);
        height: auto;
        width: auto;
        text-indent: 0;
    }



    .shop_table_responsive thead {
        display: none
    }

    .shop_table_responsive tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .shop_table_responsive td.product-thumbnail {
        max-width: 25rem;
    }

    .shop_table_responsive td.product-name,
    .shop_table_responsive td.product-price,
    .shop_table_responsive td.product-quantity,
    .shop_table_responsive td.product-subtotal {
        width: 100%
    }

    .shop_table_responsive form.cart .quantity .minus,
    form.cart .quantity .plus,
    form.woocommerce-cart-form .quantity .minus,
    form.woocommerce-cart-form .quantity .plus {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        opacity: .75;
        width: 40px;
        height: 3.2rem;
        border-color: var(--action);
    }

    body table.cart .product-thumbnail img {
        width: auto;
        max-width: 250px;
    }

    .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div {
        width: 100% !important;

    }

    body .woocommerce-cart-form .product-remove a {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        font-size: 32px !important;
    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div:first-child::before {
        content: none;

    }

    table.shop_table_responsive tr td {
        text-align: start !important;

    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div:first-child {
        padding: 0;

    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper h3 {
        font-size: 22px;
    }

    body .cart-bottom-wrapper li.payment-method {
        width: 15%;
    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div {
        padding: 0px;
    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div.actions::before {
        content: "";
        position: absolute;
        left: -13px;
        top: 0;
        width: calc(100% + 26px);
        height: 25px;
        background-color: white;
    }

    body .woocommerce-cart-form tr.cart-bottom-wrapper td>div>div.actions {
        position: relative;
        padding-top: 50px;

    }

    body .woocommerce-cart-form tr td.product-name {
        display: flex;
        flex-direction: column;

    }

    body .woocommerce-cart-form tr td a {
        display: flex;

    }

    body .woocommerce-cart-form tr td.product-price,
    body table.cart td.product-subtotal {
        display: flex;
        justify-content: space-between;

    }

    table.shop_table_responsive tr td.product-price::after,
    table.cart td.product-subtotal::after {
        content: none;
    }

    body .woocommerce-cart-form td.product-quantity .quantity-unit {
        justify-content: end;
    }

    body table.cart td.product-remove {
        border-top-width: 1px;
        border-color: #dddedf;
        padding-top: 33px;
    }

    body .woocommerce-cart-form td.product-subtotal {
        padding-left: 0;
    }

    body .cart-collaterals .calculated_shipping .shop_table_responsive {
        padding-left: 0;
    }

    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.cart-subtotal {
        font-size: 14px;
    }

    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.cart-subtotal td {
        padding-left: 0;
        padding-right: 0;
    }





    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.woocommerce-shipping-totals,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.cart-subtotal,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.order-total {
        display: table-row;
    }

    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.woocommerce-shipping-totals th,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.cart-subtotal th,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.order-total th {
        display: table-cell;
        padding: 15px 0;
        text-align: initial;
        font-size: 14px;
        white-space: pre;
        vertical-align: middle;
    }

    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.woocommerce-shipping-totals th,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.order-total th {
        border: none;
        padding: 15px 0;
        font-size: 14px;
    }

    table.shop_table_responsive tr.woocommerce-shipping-totals td,
    table.shop_table_responsive tr.cart-subtotal td,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.order-total td {
        padding-left: 0;
        padding-right: 0;
    }

    table.shop_table_responsive tr.woocommerce-shipping-totals td[data-title]::before,
    table.shop_table_responsive tr.cart-subtotal td[data-title]::before,
    body .cart-collaterals .calculated_shipping .shop_table_responsive tr.order-total td[data-title]::before {
        content: none;
    }

    .cart-collaterals .woocommerce-shipping-methods bdi {
        font-size: 14px;
    }

    body.woocommerce-checkout #page .site-content>.col-full,
    body.woocommerce-checkout #page .storefront-breadcrumb>.col-full {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.woocommerce-checkout #page div#customer_details {
        width: 100% !important;
    }

    body.woocommerce-checkout #page .woocommerce-billing-fields>h3 {
        font-size: 22px !important;
    }

    body.woocommerce-checkout #page div#order_review table th {
        vertical-align: middle;


    }

    body.woocommerce-checkout #page div#order_review table th,
    body.woocommerce-checkout #page div#order_review table td {
        font-size: 14px;
    }

    body h4 {
        font-size: 18px;
    }

    body .woocommerce-result-count,
    body ul.products li.product .woocommerce-loop-product__title,
    body .product .price .amount,
    body .woocommerce-pagination .page-numbers li .page-numbers,
    body .woocommerce-breadcrumb {
        font-size: 14px;
    }

    body .products .product .product-number {
        font-size: 16px;
    }

    body .col-full {
        margin-left: 15px;
        margin-right: 15px;

    }

    body.single-product #primary div.product .woocommerce-product-gallery {
        width: 100% !important;
        margin-right: 15px !important;
    }

    .single-product div.product {
        overflow: hidden !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .single-product div.product img {
        border-radius: 0;

    }

    body.single-product div.product .summary-consultation {
        width: 100% !important;

    }

    body.single-product div.product .summary .quantity {
        width: 40%;
    }

    body .consultation {
        width: 100%;
    }

    /*-- navigation ---*/
    body header .storefront-primary-navigation .col-full .main-navigation {
        padding: 5px;

        .handheld-navigation ul.menu li {
            display: block;
            text-align: left;
            width: 100%;

            a {
                display: inline-block;

            }

            .dropdown-toggle {
                display: inline-flex;
                background: none;
                color: #000000;
                font-size: 20px;
                position: relative;
                padding: 0;
                margin-left: 10px;
                width: 15px;
                height: 15px;

                &:after {
                    position: absolute;
                    top: 0;
                }
            }
        }

        ul.sub-menu.toggled-on {
            text-align: left;
            margin: 0;
        }

        .mega-menu {
            display: block;
            position: relative;
            width: 100%;
            margin-left: 0;
            padding: 0 25px;
            background-color: white;
            justify-content: space-evenly;
            border-top: 0;
            border-bottom: 0;
            box-shadow: none;

            .section {
                .item {
                    display: flex;
                    flex-flow: column;
                    padding: 0px;
                    
                    .content>div {
                        display: none;
                    }

                    h3 {
                        white-space: nowrap;
                        margin-left: 0;
                        font-weight: 600;
                        font-size: 18.9962px;
                    }

                    a {
                        color: rgb(211, 11, 34);
                        padding: 0 0 10px;
                        font-size: 14.9962px;

                        &.all {
                            font-weight: 600;
                        }
                    }
                }
            }

            div.hr {
                height: 1px;
                width: 100%;
                border: 0;
                border-top: 1px solid #ececec;
                margin-top: 20px;
                margin-bottom: 20px;

            }
        }
    }

}