<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1269px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1399px) {
    .container {
        max-width: 1350px;
    }
}

/* RESPONSIVE */

@media (max-width: 1679px) {
    #header {
        padding-left: 60px;
    }

    #gallery {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1499px) {
    #header {
        padding-left: 30px;
        padding-right: 30px;
    }

    #hero {
        height: 830px;
    }
    #hero .content h1, #hero-sub .headline h1 {
        font-size: 80px;
    }

    #gallery .photo &gt; div {
        height: 620px;
    }

    #buy .slick-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    #buy .product {
        padding-left: 15px;
        padding-right: 15px;
    }

    #table-configurator .config {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1399px) {
    #header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #header .logo img {
        max-height: 140px;
    }
    #header.sticky .logo img.sticky {
        max-height: 95px;
    }

    #header.sticky .design {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #hero {
        height: 800px;
    }

    #hero .content h3, #hero-sub .headline h3 {
        font-size: 22px;
    }
    #hero .content h1 {
        font-size: 74px;
    }
    #hero .content p {
        font-size: 24px;
        line-height: 36px;
    }

    #customers .customer {
        margin: 30px 30px 0 30px;
    }

    #steps .headline {
        margin-bottom: 45px;
    }
    #steps .headline h1 {
        font-size: 48px;
    }

    #steps .step .icon::after {
        content: ".....................";
    }
    #steps .step .icon span {
        width: 50px;
        height: 50px;
        font-size: 19px;
        top: -10px;
        left: -20px;
    }

    #steps .step .content {
        padding-left: 80px;
        margin-top: 10px;
    }

    #design .content h1 {
        font-size: 48px;
    }

    #custom .headline {
        margin-bottom: 65px;
    }
    #custom .headline h1 {
        font-size: 48px;
    }
    
    #custom .feature {
        padding-top: 45px;
    }
    #custom .feature .content {
        padding-bottom: 50px;
    }

    #reviews .headline {
        padding-bottom: 75px;
    }
    #reviews .headline h1 {
        font-size: 50px;
    }

    #reviews .review .content {
        padding-left: 60px;
    }
    #reviews .review .content p {
        font-size: 26px;
        line-height: 39px;
    }

    #reviews .slick-dots {
        left: -35px;
    }

    #gallery .headline h1 {
        font-size: 48px;
        margin-bottom: 58px;
    }

    #gallery .photo &gt; div {
        height: 570px;
    }

    #buy {
        padding-top: 20px;
    }

    #footer .c-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #footer .logo img {
        max-height: 160px;
    }

    .community {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .community .content h1 {
        font-size: 54px;
    }
    .community .content h1 span {
        font-size: 42px;
    }
    .community .content &gt; p {
        font-size: 22px;
        line-height: 32px;
        margin: 29px 0 37px 0;
    }

    #contact-page .content &gt; div {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 70px;
    }
    #contact-page .content h1 {
        font-size: 54px;
    }

    #sidebar-area {
        padding-left: 30px;
    }

    .woocommerce .woocommerce-products-header__title {
        font-size: 50px;
    }

    .woocommerce ul.products li.product {
        margin-top: 70px;
    }
    .woocommerce ul.products li.product .photo {
        height: 160px;
    }
    .woocommerce ul.products li.product .content {
        padding: 32px 15px 0 25px;
    }

    .widget .wc-block-product-search .wc-block-product-search__field {
        border-right: 1px solid #e5e5e5;
    }
    .widget .wc-block-product-search .wc-block-product-search__button {
        display: none;
    }

    #table-configurator .options {
        max-width: 330px;
        padding-right: 40px;
    }
    #table-configurator .options h2 {
        font-size: 50px;
        margin-top: 30px;
    }

    #table-configurator .form .headline h2 {
        font-size: 50px;
    }
}

@media (max-width: 1269px) {
    #header .logo img {
        max-height: 130px;
    }

    .navbar .navbar-nav &gt; li {
        margin: 0 13px;
    }

    #header .design {
        padding: 25px 0 25px 45px;
    }

    #hero {
        height: 770px;
    }

    #hero .content h3 {
        letter-spacing: 6px;
    }
    #hero .content h1 {
        font-size: 70px;
    }
    #hero .content p {
        font-size: 22px;
        line-height: 34px;
    }

    #customers .customer img {
        max-height: 66px;
    }

    #steps .headline {
        margin-bottom: 40px;
    }
    #steps .headline h1 {
        font-size: 46px;
    }

    #steps .step .icon::after {
        content: "...................";
    }

    #design {
        padding-top: 10px;
    }

    #design .content h1 {
        font-size: 46px;
        letter-spacing: -1.25px;
    }

    #custom .headline {
        margin-bottom: 55px;
    }
    #custom .headline h1 {
        font-size: 46px;
    }

    #custom .feature .icon {
        width: 200px;
    }
    #custom .feature .content {
        width: calc(100% - 200px);
    }

    #reviews .headline {
        padding-bottom: 65px;
    }
    #reviews .headline h1 {
        font-size: 48px;
    }

    #reviews .review .photo {
        height: 480px;
    }

    #reviews .review .content {
        padding-left: 50px;
    }
    #reviews .review .content p {
        font-size: 25px;
        line-height: 38px;
    }

    #reviews .slick-dots {
        left: 30px;
    }

    #gallery .headline p {
        font-size: 20px;
        margin-bottom: 27px;
    }
    #gallery .headline h1 {
        font-size: 46px;
        margin-bottom: 50px;
    }

    #gallery .photo &gt; div {
        height: 500px;
    }

    #buy .headline h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    #footer .c-1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #footer .logo img {
        max-height: 145px;
    }

    .community {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .community .row.row-2 {
        padding-top: 70px;
    }

    .community .content {
        padding-top: 20px;
        padding-right: 35px;
    }
    .community .row-2 .content {
        padding-left: 35px;
    }
    .community .content h1 {
        font-size: 48px;
        line-height: 38px;
    }
    .community .content h1 span {
        font-size: 38px;
    }
    .community .content &gt; p {
        font-size: 21px;
        line-height: 30px;
        margin: 24px 0 32px 0;
    }
    .community .content .box {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #contact-page .content {
        padding-right: 35px;
    }
    #contact-page .content &gt; div {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 50px;
    }
    #contact-page .content h1 {
        font-size: 48px;
        line-height: 38px;
    }
    #contact-page .content h1 span {
        font-size: 38px;
    }

    .woocommerce .woocommerce-products-header__title {
        font-size: 44px;
    }

    .woocommerce ul.products li.product .photo {
        height: 150px;
    }

    .woocommerce ul.products li.product .content {
        padding: 25px 15px 0 20px;
    }
    .woocommerce ul.products li.product .button {
        margin-left: 20px;
    }    

    #sidebar-area {
        padding-left: 20px;
    }

    .widget .wc-block-product-search__fields {
        margin-top: 67px;
    }
    .widget .wc-block-product-search .wc-block-product-search__field {
        width: 100%;
    }

    .woocommerce .woocommerce-product-gallery {
        margin-top: 60px;
    }

    .woocommerce .product .product_title {
        font-size: 42px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #header {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .logo img {
        max-height: 123px;
    }
    #header.sticky .logo img.sticky {
        max-height: 85px;
    }

    .navbar .navbar-nav &gt; li {
        margin: 0 10px;
    }

    #header .design {
        padding: 20px 0 20px 35px;
        margin-left: 20px;
    }

    #hero {
        height: 720px;
    }
    #hero-sub {
        padding-bottom: 80px;
    }

    #hero .content h3, #hero-sub .headline h3 {
        font-size: 20px;
        letter-spacing: 5px;
    }
    #hero .content h1 {
        font-size: 64px;
    }
    #hero .content p {
        font-size: 21px;
        line-height: 33px;
    }
    #hero .content a {
        padding: 0 80px;
    }
    #hero .content span {
        font-size: 16px;
        letter-spacing: 2.2px;
    }

    #hero-sub .headline h1 {
        font-size: 72px;
        border-width: 12px;
    }

    #customers {
        padding-bottom: 50px;
    }
    #customers .customer {
        margin: 20px 25px 0 25px;
    }
    #customers .customer img {
        max-height: 60px;
    }

    #steps .headline {
        margin-bottom: 30px;
    }
    #steps .headline h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    #steps .step .icon {
        width: 115px;
        height: 115px;
    }
    #steps .step .icon img {
        max-height: 60px;
    }
    #steps .step .icon span {
        width: 46px;
        height: 46px;
        font-size: 18px;
        top: -5px;
        left: -10px;
    }

    #steps .step .content {
        padding-left: 50px;
        margin-top: 15px;
    }
    #steps .step .content h2 {
        font-size: 20px;
        line-height: 22px;
    }
    #steps .step .content p {
        font-size: 16px;
    }

    #design::before {
        height: 330px;
    }

    #design img {
        max-width: 92%;
    }

    #design .content h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    #custom .headline h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    #custom .feature {
        padding-top: 35px;
    }
    #custom .feature .icon {
        width: 180px;
    }
    #custom .feature .icon img {
        max-width: 100px;
    }

    #custom .feature .content {
        width: calc(100% - 180px);
        padding-bottom: 40px;
    }
    #custom .feature .content h2 {
        font-size: 20px;
    }
    #custom .feature .content p {
        padding-right: 0;
    }

    #reviews .headline h3 {
        font-size: 17px;
    }
    #reviews .headline h1 {
        font-size: 44px;
    }

    #reviews .slick-list {
        width: 100%;
        margin-left: 0;
    }

    #reviews .review .photo {
        width: 45%;
        height: 460px;
    }

    #reviews .review .content {
        width: 55%;
        padding-left: 40px;
    }
    #reviews .review .content p {
        font-size: 23px;
        line-height: 35px;
    }
    #reviews .review .content .overview {
        padding-top: 30px;
        padding-bottom: 95px;
        margin-top: 31px;
    }

    #reviews .slick-dots {
        left: 20px;
    }

    #gallery .headline p {
        font-size: 19px;
        margin-bottom: 25px;
    }
    #gallery .headline h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    #gallery .slick-list {
        padding: 0 20%;
    }

    #buy .headline h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #buy .product .photo {
        height: 190px;
    }

    #buy .slick-dots {
        margin: 0 auto;
    }

    #footer .c-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #footer .logo img {
        max-height: 130px;
    }

    #footer .links h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    #footer .links ul li {
        font-size: 15px;
        line-height: 32px;
    }

    #footer .contact &gt; a {
        padding: 0 40px;
        margin-bottom: 30px;
    }

    #footer .menu ul li a {
        font-size: 15px;
    }

    .social-media ul li a {
        width: 56px;
        height: 56px;
    }
    .social-media ul li a::after {
        line-height: 56px;
    }

    .community .row.row-2 {
        padding-top: 50px;
    }

    .community .content {
        padding-top: 20px;
        padding-right: 20px;
    }
    .community .row-2 .content {
        padding-left: 30px;
    }
    .community .content h1 {
        font-size: 44px;
        line-height: 34px;
    }
    .community .content h1 span {
        font-size: 34px;
    }
    .community .content &gt; p {
        font-size: 19px;
        line-height: 28px;
        margin: 20px 0 25px 0;
    }
    .community .content .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .community .customers {
        padding-top: 70px;
    }
    .community .customer {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #contact-page .content h1 {
        font-size: 44px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    #contact-page .content h1 span {
        font-size: 34px;
    }
    #contact-page .content p {
        margin-bottom: 50px;
    }
    #contact-page .content .contact p {
        font-size: 20px;
    }

    textarea.form-control {
        min-height: 260px;
    }

    .woocommerce ul.products li.product .photo {
        height: 135px;
    }

    .woocommerce ul.products li.product .content {
        padding: 20px 0px 0 0px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }
    .woocommerce ul.products li.product .price {
        font-size: 20px;
    }
    .woocommerce ul.products li.product .button {
        margin-left: 0;
        margin-right: 0;
    }

    .widget.widget_price_filter .price_slider_amount {
        flex-direction: column-reverse;
    }

    .widget .wp-block-woocommerce-product-categories ul li {
        font-size: 16px;
        line-height: 36px;
    }

    .woocommerce .product .product_title {
        font-size: 38px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 32px;
        padding-bottom: 25px;
    }

    .woocommerce .product .woocommerce-product-details__short-description {
        margin-bottom: 30px;
    }
    .woocommerce div.product form.cart .variations {
        margin-bottom: 10px;
    }
    .woocommerce .single_variation_wrap {
        padding-top: 35px;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        padding: 0 80px;
    }

    #table-configurator:not(.form)::before {
        height: 155px;
    }

    #table-configurator .options {
        padding-right: 30px;
    }
    #table-configurator .options h2 {
        font-size: 46px;
        line-height: 30px;
    }
    #table-configurator .options h2 span {
        font-size: 28px;
    }
    #table-configurator .options .form {
        margin-top: 65px;
    }

    #table-configurator .form .headline h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #header .logo img {
        max-height: 112px;
    }

    #header .design {
        display: none;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 17px;
    }

    #header .basket {
        margin-left: 25px;
    }

    #hero .content h3, #hero-sub .headline h3 {
        font-size: 18px;
        letter-spacing: 4px;
    }
    #hero .content h1 {
        max-width: 410px;
        font-size: 60px;
        margin: 0 auto;
    }
    #hero .content p {
        font-size: 20px;
        line-height: 31px;
    }
    #hero .content a {
        height: 55px;
        font-size: 17px;
        line-height: 48px;
        padding: 0 60px;
    }
    #hero .content span {
        font-size: 15px;
        letter-spacing: 1.6px;
    }

    #hero-sub {
        height: 500px;
    }

    #hero-sub .headline h1 {
        font-size: 66px;
        line-height: 60px;
        border-width: 10px;
    }

    #customers {
        padding-bottom: 45px;
    }
    #customers .customer {
        margin: 15px 20px 0 20px;
    }
    #customers .customer:last-of-type {
        display: none;
    }
    #customers .customer img {
        max-height: 56px;
    }

    #steps .headline {
        margin-bottom: 20px;
    }
    #steps .headline h3 {
        font-size: 16px;
    }
    #steps .headline h1 {
        font-size: 38px;
    }

    #design .content h3 {
        font-size: 16px;
        margin-top: 50px;
    }
    #design .content h1 {
        font-size: 38px;
    }
    #design .content a {
        padding: 0 50px;
    }

    #custom .headline {
        margin-bottom: 45px;
    }
    #custom .headline h3 {
        font-size: 16px;
    }
    #custom .headline h1 {
        font-size: 38px;
    }

    #custom .features {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #custom .feature .icon {
        width: 140px;
    }
    #custom .feature .icon img {
        max-width: 86px;
    }

    #custom .feature .content {
        width: calc(100% - 140px);
    }
    #custom .feature .content h2 {
        line-height: 24px;
    }
    #custom .feature .content p {
        font-size: 16px;
        line-height: 24px;
    }

    #custom .design h2 {
        font-size: 25px;
    }
    #custom .design a {
        padding: 0 50px;
    }

    #reviews::before {
        height: 55px;
    }

    #reviews .headline {
        padding-bottom: 45px;
    }
    #reviews .headline h3 {
        font-size: 16px;
    }
    #reviews .headline h1 {
        font-size: 40px;
    }

    #reviews .review .photo {
        width: 40%;
        height: 440px;
    }

    #reviews .review .content {
        width: 60%;
        padding-left: 35px;
    }
    #reviews .review .content p {
        font-size: 21px;
        line-height: 33px;
        font-weight: 600;
    }
    #reviews .review .content p::before {
        font-size: 145px;
        top: 48px;
        left: -75px;
    }
    #reviews .review .content .overview {
        padding-top: 25px;
        padding-bottom: 85px;
        margin-top: 26px;
    }

    #reviews .slick-dots {
        left: -30px;
    }

    #gallery .headline p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #gallery .headline h1 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    #gallery .photo &gt; div {
        height: 410px;
    }

    #gallery .slick-dots {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 40px 30px 0 30px;
        margin: -45px auto 0;
    }

    .slick-arrow {
        width: 60px;
        height: 95px;
    }
    .slick-prev::before, .slick-next::before {
        font-size: 28px;
    }

    #buy .headline h1 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    #footer .c-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #footer .logo {
        display: none;
    }

    #footer .contact &gt; a {
        height: 50px;
        font-size: 15px;
        line-height: 44px;
        letter-spacing: 0;
        padding: 0 35px;
        margin-bottom: 25px;
    }

    .social-media {
        margin-bottom: 20px;
    }
    .social-media ul li {
        margin: 0 5px;
    }

    .community .row-2 .content {
        padding-top: 20px;
    }
    .community .content h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .community .content h1 span {
        font-size: 31px;
    }
    .community .content &gt; p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 20px 0;
    }
    .community .content .box {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .community .content .box p {
        font-size: 17px;
        line-height: 28px;
    }

    .community .customers {
        padding-top: 60px;
    }
    .community .customer {
        height: 170px;
    }

    #contact-page .wrapper {
        padding-top: 0;
    }

    #contact-page .content {
        padding-right: 15px;
    }
    #contact-page .content &gt; div {
        padding-right: 0;
    }
    #contact-page .content &gt; div::before {
        width: 130vw;
        left: -15vw;
        z-index: -1;
    }

    #contact-page .content h1 {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #contact-page .content h1 span {
        font-size: 31px;
    }
    #contact-page .content p {
        margin-bottom: 35px;
    }
    #contact-page .content .contact {
        margin-top: 15px;
    }

    #contact-page .form {
        padding-top: 50px;
    }

    .form-group {
        margin-bottom: 25px;
    }
    .form-control {
        padding-top: 22px;
        padding-bottom: 21px;
    }

    .woocommerce .woocommerce-products-header__title {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product .photo {
        height: 200px;
    }

    .woocommerce nav.woocommerce-pagination ul {
        width: 100%;
        padding-top: 0;
        margin-top: 40px;
        border: 0;
        border-top: 0;
    }

    #sidebar-area {
        display: flex;
        justify-content: space-between;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        margin-top: 20px;
    }
    #sidebar-area aside {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .widget .wc-block-product-search__fields {
        margin-top: 19px;
    }

    .widget .wc-block-product-search,
    .widget.widget_price_filter {
        margin-bottom: 0;
    }

    #sidebar-area #block-2, #sidebar-area #block-3 {
        display: none !important;
    }

    .woocommerce .woocommerce-product-gallery {
        margin-top: 0;
        margin-bottom: 50px !important;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        line-height: 24px !important;
        padding: 15px 2em 15px 3.5em !important;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        top: 15px;
    }
    .woocommerce .woocommerce-notices-wrapper .button, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button {
        height: auto;
        color: var(--main);
        line-height: 100%;
        padding: 0;
        margin-top: 0px;
        background-color: transparent;
        border: 0;
    }

    .woocommerce .product .product_title {
        font-size: 34px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 30px;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        padding: 0 35px;
    }

    #add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
        width: 130px;
    }
    #add_payment_method table.cart td.product-name a, .woocommerce-cart table.cart td.product-name a, .woocommerce-checkout table.cart td.product-name a {
        font-size: 16px;
    }
    .cart_totals h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .woocommerce-checkout h3:not(#order_review_heading) {
        min-height: 76px;
        line-height: 28px;
    }

    #table-configurator:not(.form)::before {
        height: 140px;
    }

    #table-configurator .options {
        max-width: 280px;
    }
    #table-configurator .options h2 {
        font-size: 42px;
        line-height: 28px;
        margin-top: 15px;
    }
    #table-configurator .options h2 span {
        font-size: 26px;
    }
    #table-configurator .options .option .headline {
        padding: 15px 0px 16px 0px;
    }
    #table-configurator .options .option .headline h3 {
        font-size: 18px;
    }
    #table-configurator .options .option .headline .selected {
        right: 20px;
    }

    #table-configurator .options .option .available {
        padding: 0 0 20px 0;
    }

    #table-configurator .options .form {
        height: 60px;
        line-height: 56px;
        letter-spacing: 0;
    }

    #table-configurator .form .headline h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #header {
        height: 182px;
    }
    #header.sticky {
        height: 125px;
    }

    #header .logo {
        width: 122px;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #header.sticky .logo {
        width: 92px;
        top: 20px;
    }

    #header .basket {
        margin-left: 10px;
    }
    #header .basket .icon {
        padding: 0;
        background-color: transparent;
    }
    #header.sticky .basket .icon {
        background-color: transparent;
    }
    #header .basket .icon img {
        filter: brightness(0) invert(1);
    }
    #header.sticky .basket .icon img {
        filter: invert(0);
    }
    #header .basket .widget_shopping_cart_content {
        left: -10px;
        right: initial;
    }

    .navbar {
        position: absolute;
        right: 15px;
    }

    #header.sticky .icon-bar {
        background-color: var(--main);
    }

    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        max-width: 300px;
        top: 130px;
        right: 20px;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }    
    #header.sticky .navbar-collapse #main-menu {
        top: 100px;
    }

    .navbar-collapse #main-menu &gt; li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar-collapse #main-menu &gt; li &gt; a {
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu &gt; li.current-menu-item &gt; a,
    .navbar-collapse #main-menu &gt; li.current-page-parent &gt; a,
    .navbar-collapse #main-menu &gt; li:hover &gt; a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu &gt; li.menu-item-has-children &gt; a::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children &gt; span.mobile-dropdown {
        width: 46px;
        height: 46px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu &gt; li.menu-item-has-children &gt; span.mobile-dropdown {
        width: 46px;
        height: 46px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children &gt; span.mobile-dropdown::after {
        content: "\f107";
        color: #343a40;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 46px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu &gt; li.menu-item-has-children &gt; span.mobile-dropdown::after {
        line-height: 46px;
    }
    .navbar-collapse #main-menu &gt; li.menu-item-has-children &gt; span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover &gt; a::before, 
    .navbar-collapse #main-menu li.current-menu-item &gt; a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0 0 10px 35px;
        border: 0 !important;
        box-shadow: 0 0 0;
    }
    .navbar-collapse #main-menu li &gt; ul.dropdown-menu &gt; li &gt; a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li &gt; ul.dropdown-menu &gt; li &gt; a:hover,
    .navbar-collapse #main-menu li &gt; ul.dropdown-menu &gt; li &gt; a:focus,
    .navbar-collapse #main-menu li &gt; ul.dropdown-menu &gt; li &gt; a:active {
        color: var(--main);
        background-color: transparent;
    }

    #hero {
        padding-bottom: 50px;
    }
    #hero .content h3, #hero-sub .headline h3 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #hero .content h1 {
        font-size: 53px;
        line-height: 50px;
    }
    #hero .content p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }
    #hero .content a {
        height: 50px;
        font-size: 16px;
        line-height: 44px;
        padding: 0 45px;
    }
    #hero .content span {
        font-size: 13px;
        letter-spacing: 2px;
    }

    #hero-sub .headline h1 {
        font-size: 58px;
        line-height: 52px;
        border-width: 8px;
    }

    #footer .c-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #customers .customer:nth-child(4) {
        display: none;
    }
    #customers .customer img {
        max-height: 52px;
    }

    #steps .headline {
        margin-bottom: 5px;
    }
    #steps .headline h3 {
        font-size: 14px;
    }
    #steps .headline h1 {
        font-size: 32px;
    }

    #steps .step {
        text-align: center;
    }
    #steps .step .icon {
        width: 110px;
        height: 110px;
        margin: 0 auto;
    }
    #steps .step .icon::after {
        display: none;
    }
    #steps .step .icon span {
        left: -20px;
    }

    #steps .step .content {
        max-width: 60%;
        padding-left: 0;
        margin: 15px auto 0;
    }
    #steps .step .content h2 {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #steps .step .content h2 br, #steps .step .content h2 br::after {
        content: " ";
    }

    #design::before {
        height: 160px;
    }

    #design .content h3 {
        font-size: 14px;
        margin-top: 40px;
    }
    #design .content h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    #design .content a {
        height: 50px;
        font-size: 15px;
        line-height: 42px;
        padding: 0 40px
    }

    #custom .headline {
        margin-bottom: 40px;
    }
    #custom .headline h3 {
        font-size: 14px;
    }
    #custom .headline h1 {
        font-size: 32px;
    }

    #custom .feature {
        padding-top: 25px;
    }
    #custom .feature.feature-3 .content {
        background-image: linear-gradient(to right, #6d6d6d 40%, rgba(255, 255, 255, 1) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
    }
    #custom .feature .content {
        padding-bottom: 30px;
    }
    #custom .feature .content h2 {
        font-size: 18px;
    }
    #custom .feature .content p {
        padding-top: 12px;
    }

    #custom .design h2 {
        max-width: 265px;
        margin: 0 auto;
    }
    #custom .design h2 strong {
        font-size: 20px;
    }
    #custom .design a {
        height: 50px;
        font-size: 15px;
        line-height: 42px;
        padding: 0 40px;
        margin-top: 15px;
    }

    #reviews::before {
        display: none;
    }

    #reviews .headline {
        padding-bottom: 40px;
    }
    #reviews .headline h3 {
        font-size: 14px;
    }
    #reviews .headline h1 {
        font-size: 34px;
    }

    #reviews .review {
        flex-direction: column;
    }

    #reviews .review .photo {
        width: 230px;
        height: 230px;
        margin: 0 auto;
        border-radius: 50%;
        box-shadow: 0 15px 33px rgb(0 0 0 / 15%);
    }

    #reviews .review .content {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    #reviews .review .content p::before {
        left: -50px;
    }
    #reviews .review .content .overview {
        justify-content: center !important;
    }
    #reviews .review .content .overview a {
        display: none;
    }
    #reviews .review .content .overview h4 {
        font-size: 15px;
    }

    #reviews .slick-dots {
        left: 0;
        bottom: 40px;
    }
    #reviews .slick-dots li button {
        background-color: transparent;
        border-color: #FFF;
    }

    #gallery .headline p {
        line-height: 24px;
    }
    #gallery .headline h1 {
        font-size: 32px;
    }

    #gallery .slick-list {
        padding: 0 10%;
    }

    .slick-arrow {
        width: 45px;
        height: 90px;
    }
    .slick-prev::before, .slick-next::before {
        font-size: 23px;
    }

    #gallery .slick-dots {
        flex: 0 0 80%;
        max-width: 80%;
        padding: 30px 30px 0 30px;
        margin: -35px auto 0;
    }

    #buy .headline h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #buy .product {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #buy .product .photo {
        height: 150px;
    }
    #buy .product .name {
        padding: 25px 30px;
    }
    #buy .product .name h3 {
        font-size: 16px;
    }
    #buy .product .name p {
        font-size: 19px;
    }
    #buy .product .name .cart {
        letter-spacing: 0;
        padding: 0 25px;
    }

    #footer .logo {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    #footer .links.shop {
        text-align: right;
    }
    #footer .links h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #footer .links ul li {
        line-height: 31px;
    }
    #footer .links.shop ul li {
        align-self: flex-end;
    }

    #footer .contact {
        width: 100%;
        margin-top: 40px;
    }
    #footer .contact &gt; a {
        width: 100%;
        margin-bottom: 10px;
    }
    #footer .contact i {
        margin-left: 35px;
    }

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, h2.blog-post-title {
        font-size: 25px;
        line-height: 33px;
    }
    .entry-content h3, .sitemap_by_click5 h2, h3.blog-post-title {
        font-size: 22px;
        line-height: 30px;
    }
    .entry-content h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }

    blockquote {
        padding-left: 40px;
        margin: 30px 0;
    }
    .entry-content blockquote p {
        font-size: 19px;
        line-height: 33px;
    }

    .community .row.row-2 {
        flex-direction: column-reverse;
    }

    .community .row-2 .content {
        padding-top: 0;
        padding-left: 15px;
    }
    .community .content {
        text-align: center;
        padding-top: 0;
        padding-right: 15px;
    }
    .community .content h1 {
        font-size: 34px;
        line-height: 26px;
    }
    .community .content h1 span {
        font-size: 26px;
    }
    .community .content .box {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .page-id-284 .community .row-3 .content .box {
        padding-bottom: 20px;
    }

    .community .photo, .community .row-2 .photo, .community .row-3 .photo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: -40px;
    }

    .community .customer {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        height: 165px;
    }

    #contact-page .content &gt; div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact-page .content h1 {
        font-size: 34px;
        line-height: 26px;
    }
    #contact-page .content h1 span {
        font-size: 26px;
    }
    #contact-page .content p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    #contact-page .content .contact i {
        width: 46px;
        height: 46px;
    }
    #contact-page .content .contact p {
        font-size: 19px;
    }

    #contact-page .form {
        padding-top: 40px;
    }

    .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        padding-top: 20px;
        padding-bottom: 19px;
    }
    .wpcf7-submit {
        height: 50px;
        letter-spacing: 0;
    }

    .woocommerce .woocommerce-products-header__title {
        font-size: 36px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .woocommerce .woocommerce-ordering select {
        line-height: 46px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin-top: 40px;
    }
    .woocommerce ul.products li.product .photo {
        height: 155px;
    }

    .woocommerce .product .product_title {
        font-size: 32px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .woocommerce .product .woocommerce-product-details__short-description {
        margin-bottom: 25px;
    }
    .woocommerce .product .woocommerce-product-details__short-description p {
        margin-top: 20px;
    }
    .woocommerce .single_variation_wrap {
        padding-top: 30px;
        margin-top: 15px;
    }
    .woocommerce .quantity .qty {
        line-height: 62px;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        height: 64px;
        font-size: 17px;
    }
    .woocommerce div.product .woocommerce-accordion {
        margin-top: 30px;
    }
    .woocommerce div.product .woocommerce-accordion .card-header h3 {
        padding: 25px 0;
    }

    .woocommerce-checkout.checkout {
        margin-top: 40px;
    }
    .woocommerce-checkout h3:not(#order_review_heading) {
        min-height: auto;
    }

    .woocommerce-shipping-fields {
        margin-top: 20px;
    }

    #table-configurator .config {
        flex-direction: column-reverse;
    }

    #table-configurator .options {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    #table-configurator .options h2 {
        display: none;
    }
    #table-configurator .options .option.option-1 {
        border-top: 0;
    }
    #table-configurator .options .option .available {
        justify-content: flex-start;
    }
    #table-configurator .options .option .available .item {
        width: 32%;
        margin-right: 1.3%;
    }

    #table-configurator .preview {
        max-width: 100%;
    }
    #table-configurator .preview .content {
        padding: 30px 15px;
    }

    #table-configurator .form .headline {
        display: flex;
        flex-direction: column-reverse;
    }
    #table-configurator .form .headline h2 {
        font-size: 36px;
    }
    #table-configurator .form .headline p {
        position: relative;
        top: 0;
        padding: 0;
        margin: 15px 0 0 0;
    }
    #table-configurator .form .headline p::before {
        display: none;
    }

    #table-configurator .form .wpcf7 {
        margin-top: 40px;
    }
    #table-configurator .form .wpcf7 .wpcf7-submit {
        padding: 0 50px;
    }
}

@media (max-width: 575px) {
    #header.sticky {
        height: 105px;
    }

    #header.sticky .logo {
        width: 82px;
        top: 15px;
    }
    #header.sticky .logo img.sticky {
        max-height: 75px;
    }

    .navbar-collapse #main-menu {
        max-width: 230px;
        padding: 25px 20px;
    }
    #header.sticky .navbar-collapse #main-menu {
        top: 85px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-collapse #main-menu &gt; li &gt; a {
        padding: 10px 15px;
    }

    #hero {
        padding-bottom: 40px;
    }
    #hero .content h3, #hero-sub .headline h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    #hero .content h1, #hero-sub .headline h1 {
        font-size: 45px;
        line-height: 42px;
    }
    #hero .content p {
        font-size: 17px;
        line-height: 24px;
    }
    #hero .content p br, #hero .content p br::after {
        content: " ";
    }
    #hero .content a {
        margin-top: 25px;
    }
    #hero .content span {
        font-size: 12px;
    }

    #hero-sub {
        height: 430px;
        padding-bottom: 55px;
    }

    #customers {
        padding-bottom: 40px;
    }
    #customers .customer {
        margin: 10px 10px 0 10px;
    }
    #customers .customer img {
        max-height: 40px;
    }

    #steps .headline h3 {
        font-size: 13px;
        letter-spacing: 2.34px;
    }
    #steps .headline h1 {
        font-size: 26px;
        letter-spacing: -0.65px;
    }

    #steps .step .content {
        max-width: 50%;
    }
    #steps .step .content h2 {
        font-size: 18px;
    }
    #steps .step .content p {
        font-size: 15px;
    }

    #design::before {
        height: 110px;
    }

    #design img {
        max-width: 100%;
        border-width: 4px;
    }
    #design .content h1 {
        max-width: 200px;
        font-size: 26px;
        line-height: 30px;
        margin: 14px auto 25px;
    }
    #design .content h3 {
        font-size: 13px;
        letter-spacing: 0.71px;
        margin-top: 35px;
    }
    #design .content a {
        width: 100%;
        font-size: 14px;
    }

    #custom .headline h3 {
        font-size: 13px;
        letter-spacing: 2.34px;
    }
    #custom .headline h1 {
        font-size: 26px;
        letter-spacing: -0.65px;
    }

    #custom .feature .icon {
        width: 100px;
    }
    #custom .feature .icon img {
        max-width: 74px;
    }

    #custom .feature .content {
        width: calc(100% - 100px);
    }
    #custom .feature .content h2 {
        font-size: 17px;
        letter-spacing: -0.17px;
    }

    #custom .design a {
        width: 100%;
        font-size: 14px;
    }

    #reviews .headline {
        padding-bottom: 30px;
    }
    #reviews .headline h3 {
        font-size: 13px;
        letter-spacing: 2.34px;
    }
    #reviews .headline h1 {
        max-width: 200px;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.65px;
        margin: 0 auto;
    }

    #reviews .review .photo {
        width: 190px;
        height: 190px;
    }
    #reviews .review .content p {
        line-height: 32px;
    }
    #reviews .review .content p::before {
        font-size: 115px;
        top: 45px;
        left: -50px;
    }
    #reviews .review .content .overview h4 {
        font-size: 14px;
    }
    #reviews .review .content .overview span {
        font-size: 10px;
    }

    #gallery .headline p {
        font-size: 17px;
    }
    #gallery .headline h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.65px;
        margin-bottom: 35px;
    }

    #gallery .slick-list {
        padding: 0 15%;
    }
    #gallery .photo &gt; div {
        height: 270px;
    }

    #gallery .slick-dots {
        flex: 0 0 70%;
        max-width: 70%;
        padding: 20px 30px 0 30px;
        margin: -25px auto 0;
    }
    .slick-dots li button {
        width: 15px;
    }
    .slick-dots .slick-active button {
        width: 40px;
    }

    .slick-arrow {
        width: 30px;
        height: 45px;
    }
    .slick-prev::before, .slick-next::before {
        font-size: 14px;
    }

    #buy .headline h1 {
        max-width: 180px;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.65px;
        margin-bottom: 0;
    }

    #buy .product .photo {
        height: 195px;
    }
    #buy .product .name .cart {
        height: 36px;
        font-size: 12px;
        line-height: 30px;
    }

    #footer .links h3 {
        font-size: 15px;
    }
    #footer .links ul li {
        font-size: 14px;
    }

    #footer .contact {
        margin-top: 30px;
    }

    #footer .c-2 .row {
        padding-bottom: 100px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 15px !important;
    }
    #footer .menu ul li:after {
        display: none;
    }
    #footer .menu ul li a {
        font-size: 13px;
    }

    #footer .copy p {
        font-size: 13px;
    }

    .grecaptcha-badge {
        bottom: 80px !important;
    }

    h1, h2, h3, h4 {
        padding: 10px 0;
    }

    .entry-content h1, .entry-content h2, h2.blog-post-title {
        font-size: 22px;
        line-height: 30px;
    }
    .entry-content h3, .sitemap_by_click5 h2, h3.blog-post-title {
        font-size: 20px;
        line-height: 28px;
    }
    .entry-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }
    .entry-content ul li {
        line-height: 22px;
        padding-left: 20px;
    }
    .entry-content ol {
        margin-left: -5px;
    }

    blockquote {
        padding-left: 35px;
        margin: 25px 0;
    }
    .entry-content blockquote p {
        font-size: 17px;
        line-height: 30px;
    }

    #sb_instagram #sbi_images .sbi_item {
        padding: 10px 15px !important;
    }

    .community .row.row-2 {
        padding-top: 40px;
    }

    .community .content h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .community .content h1 span {
        font-size: 24px;
    }
    .community .content &gt; p {
        font-size: 17px;
        line-height: 25px;
    }
    .community .content .box p {
        font-size: 16px;
        line-height: 26px;
    }

    .community .customer {
        flex: 0 0 50%;
        max-width: 50%;
        height: 120px;
    }

    #contact-page .content p {
        font-size: 16px;
        line-height: 26px;
    }
    #contact-page .content .contact i {
        width: 44px;
        height: 44px;
    }
    #contact-page .content .contact p {
        font-size: 18px;
    }

    .woocommerce .woocommerce-products-header__title {
        font-size: 34px;
    }
    .woocommerce .results {
        flex-direction: column !important;
    }
    .woocommerce .woocommerce-result-count {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .woocommerce .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering select {
        width: 100%;
        font-size: 14px;
        line-height: 44px;
        padding: 0 15px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .woocommerce ul.products li.product .photo {
        height: 200px;
    }

    .woocommerce nav.woocommerce-pagination ul {
        margin-top: 20px;
    }

    #sidebar-area {
        flex-direction: column;
    }
    #sidebar-area aside {
        flex: 0 0 0;
        max-width: 100%;
        width: 100%;
    }

    .widget.widget_price_filter {
        margin-top: 40px;
    }

    .woocommerce .product .product_title {
        font-size: 26px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 24px;
    }

    .woocommerce .product .woocommerce-product-details__short-description {
        margin-bottom: 20px;
    }

    .woocommerce div.product form.cart .variations {
        margin-bottom: 0;
    }
    .woocommerce div.product form.cart .variations select {
        width: 100%;
    }

    .woocommerce .single_variation_wrap {
        padding-top: 25px;
        margin-top: 5px;
    }

    .woocommerce .quantity .qty {
        width: 25px;
        font-size: 22px;
    }
    .woocommerce .quantity-button {
        width: 45px;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        padding: 0 50px;
    }

    .woocommerce .product_meta &gt; span {
        font-size: 15px;
        margin-bottom: 15px;
    }

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

    .woocommerce .woocommerce-notices-wrapper .button, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-product-image {
        margin-bottom: 10px;
    }
    .woocommerce-terms-and-conditions-wrapper label, .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
        line-height: 20px;
    }

    .woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .woocommerce form .form-row, .woocommerce-page form .form-row {
        margin-bottom: 13px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
        top: -3px;
        left: 10px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        padding: 0 20px;
    }

    .woocommerce .woocommerce-checkout-payment button.button {
        margin: 40px 0 0 0 !important;
    }

    #header .basket .icon span {
        width: 10px;
        height: 10px;
    }

    #header .basket .widget_shopping_cart_content {
        width: 320px;
        padding: 15px 25px 25px 30px;
    }
    #header .basket .widget_shopping_cart_content .remove_from_cart_button {
        left: -40px;
    }
    #header .basket .widget_shopping_cart_content .woocommerce-mini-cart__total {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: 10px;
    }
    #header .basket .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
        flex-direction: column;
    }
    #header .basket .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        width: 100%;
    }
    #header .basket .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
        margin-top: 5px;
    }

    #table-configurator:not(.form)::before {
        display: none !important;
    }

    #table-configurator .options .option .available {
        justify-content: space-between
    }
    #table-configurator .options .option .available .item {
        width: 48%;
        margin-right: 0;
    }
    #table-configurator .options .option .available .item .photo {
        width: 26px;
        height: 26px;
    }
    #table-configurator .options .option .available .item p {
        font-size: 13px;
        letter-spacing: 0;
    }

    #table-configurator .options .form {
        height: 56px;
        line-height: 52px;
        font-size: 16px;
        margin-top: 30px;
    }
    #table-configurator .form .wpcf7 .wpcf7-submit {
        width: 100%;
        padding: 0;
    }
}</pre></body></html>