@charset "UTF-8";
/*!
Theme Name: TwigKit
Theme URI: https://www.globalusprojektai.lt
Author: Mantas Dainys
Author URI: https://www.globalusprojektai.lt
Description: UIkit 3 framework + Twig.
Version: 3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, uikit, twig, responsive-layout
Text Domain: twigkit
*/

:root {
    --primary-color: #f37121;
    --primary-hover-color: #f7440e;
    --secondary-color: #0eb6f7;
    --primary-text: #ffffff;
    --dark-color: #233143;
    --dark-menu-color: #1a232b;
    --dark-navy-color: #020c18;
    --body-text-color: #2b2a29;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #e4e4e4;
    --border-light-color: #e5e5e5;
    --form-border-color: #dddddd;
    --light-bg-color: #f8f8f8;
    --section-bg-color: #f1f1f1;
    --sticky-bg-color: #f8f1de;
    --footer-bg-color: #434344;
    --footer-border-color: #6a6868;
    --muted-color: #606060;
    --notification-color: #1e87f0;
    --text-color: #464646;
    --border-price-color: #eaeaea;
    --customer-bg-color: #fafafa;
    --title-bg-color: #495052;
    --field-bg-color: #f4f4f1;
    --light-text-color: #b5b5b5;
    --title-text-color: #403939;
    --icon-muted-color: #999999;
    --input-border-color: #D5D4D4FF;
    --muted-link-color: #828282;
    --decoration-color: #72543a;
    --selected-bg-color: #404547;
    --blockquote-color: #afc733;
    --border-medium-color: #d6d6d6;
    --button-border-color: #cecece;
    --button-secondary-border-color: #878787;
    --service-border-color: #f0f0f0;
    --template-border-color: #d4d8db;
    --heading-color: #222222;
    --transparent-border-color: #60606030;
    --transparent-white-color: rgba(255, 255, 255, 0.4);
    --box-shadow-color: #c3c3c385;
    --navbar-shadow-color: rgba(246, 246, 246, 0.5);
}

html {

    height: 100%;
    font-size: 14px;
    line-height: 27px;
    font-weight: inherit;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: var(--white-color);
    color: var(--body-text-color) !important;

    a, button {
        cursor: pointer !important
    }

    button {
        padding: 12px 30px;
        background: var(--primary-color);
        color: var(--white-color);
        border: 1px solid transparent;
        transition: all 0.2s ease-in-out;
        font-weight: 500;
    }

    .uk-notification > .uk-notification-message-primary {
        border: 1px solid var(--notification-color);
    }

    .lds-ellipsis-absolute {
        position: fixed;
        z-index: 101;
        height: 100%;
        width: 100%;
        background: var(--white-color);
    }

    .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        top: 50%;
        margin-top: -40px;
        left: 50%;
        margin-left: -40px;
    }

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        background: var(--primary-color);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }

    @keyframes lds-ellipsis1 {
        0% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }

    @keyframes lds-ellipsis3 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0);
        }
    }

    @keyframes lds-ellipsis2 {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(24px, 0);
        }
    }

    body {
        overflow-x: hidden;
        p {
            font-size: 1.15rem;
        }

        header {
            border-bottom: 1px solid var(--border-color);
            width: 100%;
            z-index: 89;
            top: 0;

            ul.menu {
                list-style-type: none;
                padding: 0;
                overflow: hidden;
                margin: 0 !important;
            }

            .uk-navbar-nav li:hover,
            .uk-navbar-nav .uk-open {
                background: var(--dark-menu-color);
            }

            .uk-sticky-fixed .menu-area {
                background: var(--sticky-bg-color);
            }

            .menu-item a {
                position: relative;
            }

            .menu-item {
                position: relative;
            }

            .menu-item:not(:last-child):before {
                position: absolute;
                content: "|";
                right: 25px;
                bottom: 0;
                top: 0;
            }

            .menu-item.uk-active:after {
                content: "";
            }

            .uk-navbar-nav {
                padding: 10px 0;
            }

            .uk-navbar {
                background: none !important;
            }

            .uk-box-shadow-large {
                background: var(--navbar-shadow-color);
            }

            .uk-sticky-fixed #setsticky,
            #setsticky,
            #setsticky0 {
                position: relative;
            }

            #setsticky0 li * {
                color: var(--dark-color);
            }

            .consolting a {
                background: var(--primary-color);
                padding: 18px 20px !important;
                color: var(--white-color) !important;
                position: relative;
                top: -5px;
                border: 1px solid var(--primary-color);
            }

            .consolting a:hover {
                background: var(--white-color);
                border: 1px solid var(--primary-color);
                color: var(--primary-color) !important;
            }

            #setsticky:after,
            #setsticky0:after {
                content: "";
                position: absolute;
                height: 3px;
                bottom: -3px;
                width: 100%;
                z-index: 1;
                background: url(dist/img/line-shadow.png) 0 0 repeat-x;
            }

            #setsticky li,
            #setsticky0 li,
            .uk-offcanvas-bar li, .no-bullets * {
                list-style: none !important;
            }

            .uk-sticky-fixed #setsticky {
                padding: 0;
            }

            .uk-sticky-fixed .current-page-parent a {
                color: var(--black-color) !important;
            }

            .menu li {
                float: left;
            }

            .menu li a {
                font-size: 16px;
                line-height: 16px;
                display: block;
                padding: 10px;
                text-decoration: none;
            }

            .uk-navbar-container {
                padding: 8px 0;
            }

            #setsticky0 {
                background: transparent;
            }

            @media (max-width: 960px) {
                .uk-navbar {
                    background: var(--primary-color) !important;
                }
            }
            @media (max-width: 768px) {
                .uk-navbar-toggle {
                    max-height: 30px;
                }
            }
        }

        main {
            .sow-field-container input, .sow-field-container textarea, .sow-submit {
                border: 1px solid var(--form-border-color);
            }

            .sow-recaptcha {
                margin-bottom: 0 !important;
            }

            .sow-submit {
                padding: 10px !important;
            }

            .slide-h2 * {
                color: var(--white-color) !important;
            }

            @media (max-width: 768px) {
                .slider {
                    h1 {
                        text-align: center;
                        font-size: 30px !important;
                        line-height: 0.8;
                    }

                    .h2 {
                        font-size: 20px !important;
                    }
                }

                .cta-block {
                    padding: 15px;
                    @media (max-width: 768px) {
                        .panel-grid-cell {
                            margin-bottom: 0 !important;
                        }

                        * {
                            text-align: center;
                        }

                        h2 {
                            margin-top: 0 !important;
                        }
                    }
                }
            }
        }
        .priceTable.middle {
            transform: scale(1.05);
            box-shadow: 0 0 30px var(--box-shadow-color);
        }

        .priceTable {
            background: var(--white-color);
            color: var(--text-color);
            padding-top: 60px;
            padding-bottom: 60px;
            margin-left: 20px;
            margin-right: 20px;
            border: 1px solid var(--border-price-color);
        }

        .priceTable {
            text-align: center
        }

        ol, ul {
            padding-left: 0;
        }

        .uk-divider-icon::after, .uk-divider-icon::before {
            border-bottom: 1px solid var(--footer-border-color) !important;
        }

        .lx-border {
            border: 1px solid var(--form-border-color);
            padding: 12px;

        }

        .lx-border h2 {
            margin-bottom: 0;
            margin-top: 18px !important;
        }

        .lx-border p {
            margin-top: 5px;
        }


        #service {
            @media (max-width: 768px) {
                h2, p{
                    text-align: center !important;
                }
            }
        }

        .service-icons .sow-image-container img {
            max-width: 125px !important;
        }

        .service-icons p {
            line-height: 1.3;
        }

        .woocommerce {

            ul.product_list_widget li {
                padding: 0 0 10px 0 !important;

            }

            form .form-row .input-text {
                border: 1px solid var(--input-border-color);
            }

            form .form-row.woocommerce-invalid input.input-text {
                border-color: var(--input-border-color) !important;
            }

            input.input-text:focus,
            textarea:focus,
            select:focus {
                border-color: var(--primary-color) !important;
                outline: none !important;
            }

            form .form-row .input-text:focus,
            form .form-row select:focus {
                border-color: var(--primary-color) !important;
            }

            ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
                float: right;
            }

            .woocommerce-order {
                h3, h4 {
                    margin: 0;
                }
            }

            .success-icon {
                max-width: 280px;
            }

            .order-success-title {
                margin-bottom: 25px;
            }

            #payment #place_order:hover {
                background: var(--primary-hover-color) !important
            }

            #place_order {
                width: 100%;
                position: static;
                display: block;
                padding: 13px;
                background: var(--primary-color) !important;
                color: var(--white-color) !important;
                border: 0 !important;
            }

            table.shop_table, table.shop_table tr, table.shop_table td {
                border-color: var(--border-light-color) !important;
            }

            label[for="payment_method_woocommerce-conto-quickpay"] {
                font-size: 0;
            }

            label[for="payment_method_woocommerce-conto-quickpay"] img {
                font-size: initial;
            }

            .shop_table, .shop_table tr {
                border-radius: 0 !important;
            }

            #customer_details {
                padding: 20px;
                background: var(--customer-bg-color);
                border: 1px solid var(--border-light-color);
                z-index: 0;
            }

            #order_review {
                background: none;
                padding: 20px;
                border: 1px solid var(--border-light-color);
            }

            .wcq-bank-list.payment_col {
                flex: 0 0 160px;
                max-width: 146px !important;
            }

            .woocommerce-checkout #payment {
                background: none !important;
            }

            input {
                padding: 10px;
            }
        }
    }

    #pg-17-1 {
        background: var(--white-color);
    }

    .cta-block {
        background: transparent;
        position: relative;
        top: -50px;
        z-index: 100;

        .ow-button-base {
            margin-top: 37px;

            .sowb-button {
                border: 1px solid var(--white-color) !important;
                border-radius: 0 !important;

                * {
                    text-transform: uppercase;
                }
            }
        }

        .so-widget-sow-editor {
            h2 {
                margin-top: 28px;
                margin-bottom: 0;
            }

            p {
                margin: 0;
            }

            * {
                color: var(--white-color);
            }

        }

        img {
            max-width: 120px !important;
        }
    }

    .contact-container {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        text-align: left;
    }

    .item-contact {
        display: flex;
        align-items: center;
        gap: 15px;

    }

    .item-contact:not(:last-child) {
        border-bottom: 1px solid var(--form-border-color);
        padding-bottom: 15px;
        margin-bottom: -15px;
    }

    .item-contact img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .user-container {
        margin-top: 15px;
    }

    .user-name {
        font-size: 20px;
        font-weight: 600;
        color: var(--heading-color);
    }

    .user-responsibilities,
    .user-email {
        font-size: 16px;
        line-height: 1.2;
    }

    .user-email {
        color: var(--primary-color);
    }
}

footer {
    background-color: var(--footer-bg-color) !important;
    overflow: hidden;

    li {
        list-style: none !important;
    }

    .footer-1-tab > div:first-child {
        margin-bottom: -3px !important;
        position: relative;
        top: -12px;
    }

    .sow-image-container img {
        max-width: 220px !important;
    }

    .diver {
        border-top: 1px solid var(--footer-border-color) !important;
        margin: 0 0 12px 0 !important;
    }

    .widget-title {
        text-align: left;
        margin: 14px 0;
    }

    .panel-grid-cell .widget-title {
        margin-top: 34px;
    }

    ul, p {
        margin: 0 0 0 0 !important;
        text-align: left;
    }

    .widget p {
        text-align: left;
    }

    .uk-contrast {
        padding-left: 15px;
        padding-right: 15px;
    }

    h2, h2 * {
        font-size: 18px !important;
    }

    * {
        color: var(--white-color) !important;
    }
}


.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    height: 25px;
    font-size: 14px;
    padding: 0 !important;
    margin: 0;
}

.uk-navbar-nav > li:not(:last-child) > a {
    margin-right: 50px !important;
}


.shop_table .product-thumbnail img {
    max-width: 100px;
}


.uk-offcanvas-bar .is_hidden {
    display: none;
}

.uk-offcanvas-bar ul.menu {
    display: block;
}

.uk-logo img {
    max-height: 120px !important;
}

.uk-offcanvas-close line {
    color: var(--white-color);
}

.full-width-section {
    background: var(--section-bg-color);
}

.text-white,
.text-white * {
    color: var(--white-color);
}

.icons-contact {
    margin: 7px 5px 7px 0;
    color: var(--black-color);
}

h3,
h3 * {
    font-size: 16px;
}

.tag-links {
    color: var(--light-text-color);
    text-transform: lowercase;
}

.uk-grid-stack .contact-article {
    margin: 30px 0 50px 0;
}

.contact-article h2 {
    font-size: 20px;
    line-height: 1.2;
}

.contact-article h1 {
    font-size: 34px;
}

.uk-button-text:not(.tag-links)::before {
    bottom: -10px !important;
}

.content * {
    padding: 20px;
}

.color-white,
.color-white * {
    color: var(--white-color) !important;
}

.color-white p,
.color-white hr {
    margin: 5px 0;
}

h2.uk-heading-line a span:before {
    border-bottom: 1px solid var(--border-light-color);
}

.uk-breadcrumb * {
    font-size: 15px;
    margin-top: 2px;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px !important;
}

.a-title {
    font-size: 19px;
    font-weight: bold;
    padding: 6px 0;
    color: var(--title-text-color);
}

.a-title:hover {
    text-decoration: none;
}

.single-page,
.single-page article {
    padding: 15px !important;
    margin: 15px !important;
}

.infoWindow {
    min-width: 400px;
}

.infoWindow * {
    font-size: 16px;
    line-height: 20px !important;
}

#__search a {
    color: var(--white-color) !important;
    text-transform: uppercase;
}

#setsticky .uk-navbar-toggle-icon {
    float: right;
}

.contacts {
    overflow: hidden;
}

.uk-navbar-toggle-icon {
    color: var(--icon-muted-color) !important;
}

.single-page ul li:before {
    content: "•" !important;
    display: inline-block;
    margin-left: 1.3em;
    width: 1.3em;
}

.footer-pad {
    padding: 25px 0;
}

.lx-box {
    position: relative;
}

.lx-box .lx-box-in {
    background: var(--white-color);
    border-bottom: 1px solid var(--border-color);
    height: 100%;
    position: relative;
}

.entry-title, .product-title {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 15px !important;
}

.entry-title * {
    color: var(--black-color);
}

.default-content {
    background: var(--white-color);
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.lx-box-in h2 {
    margin-top: 10px !important;
}

.title-width-img {
    position: relative;
    top: 30px;
}

.lx-link:hover {
    text-decoration: none;
}

.lx-link h2 {
    text-transform: uppercase;
}

.uk-container.lx-content {
    margin-bottom: 40px;
    margin-top: 40px;
}

.sow-slider-image-container h1,
.sow-slider-image-container .h1 {
    line-height: 1.375em;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 100;
}

.sow-slider-image-container div {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 100;
    padding: 9px 0;
}

.infoline {
    margin: 0 8px;
}

.slider p {
    margin: 0 0 12px 0 !important;
}

h1 p {
    line-height: 1.2 !important;
}

.uk-h1,
h1 {
    font-weight: 100;
}

.uk-dropdown,
.uk-nav-sub {
    background: var(--dark-menu-color) !important;
}

.uk-dropdown a {
    color: var(--white-color) !important;
    text-transform: uppercase;
}

.menu-item .uk-open {
    color: var(--white-color) !important;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22white%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    margin-left: 20px;
    top: 5px;
    position: relative;
}

.uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22white%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    margin-left: 20px;
    top: 5px;
    position: relative;
}

.uk-navbar-left {
    margin-left: 15px
}

.uk-navbar-right {
    margin-right: 15px
}

.uk-offcanvas-bar {
    background: var(--dark-navy-color) !important;
}

.no-margin {
    margin: 0;
}

.uk-divider-icon {
    margin-bottom: 6px;
}

.no-padding {
    padding: 0;
}

.uk-sticky-fixed .color-picker {
    display: none !important;
}

.sow-headline-container {
    position: relative;
}


.sow-features-feature {
    padding: 0 !important;
}

.feature-inside {
    overflow: hidden;
}

.feature-inside .sow-icon-container {
    top: -11px;
    position: relative;
}

.sow-features-feature:not(:last-child) .feature-inside {
    margin: 0 10px 0 0;
}

.feature-inside {
    padding: 0 0 30px 0;
    background: var(--white-color);
    border-bottom: 1px solid var(--border-color);
}

.sow-features-list {
    overflow: hidden;
}

.sow-hero-buttons {
    margin-top: 12px !important;
}

.content-title {
    margin: 30px 0;
    display: block;
    text-align: center;
}

.decoration-inside-custom {
    height: 1px;
    display: inline-block;
    border-top: 3px solid var(--decoration-color);
    width: 100%;
    max-width: 10%;
}

.sow-headline-custom {
    margin-bottom: 10px;
}

.text-content {
    margin-bottom: 32px;
}

h3:not(footer *),
h3 *:not(footer *) {
    font-size: 24px;
}

.uk-offcanvas-bar .menu .menu-item {
    margin-bottom: 10px;
}

.uk-offcanvas-bar .menu .menu-item a:hover {
    text-decoration: none;
}

.post-content {
    background: var(--white-color);
    padding: 10px 15px !important;
    margin: 20px 0 !important;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.selected:not(.stars) {
    background: var(--selected-bg-color);
}

.submit {
    padding: 8px 100px;
    background: var(--dark-navy-color);
    border: 0;
}

.uk-offcanvas-bar .menu {
    text-align: left !important;
}

.uk-offcanvas-bar .menu [href="#__search"] {
    display: none !important;
}

.uk-offcanvas-bar .uk-search {
    width: 100% !important;
    margin-top: 40px;
}


.sow-slider-image-wrapper h2 {
    text-transform: uppercase;
}


.parent_page {
    background: var(--transparent-white-color);
    padding: 15px 0;
    margin: 40px;
    border-top: 1px solid var(--muted-color);
    border-bottom: 1px solid var(--muted-color);
}

.parent_page h2 {
    font-weight: 100;
}

.no-bullets ul {
    padding-left: 0 !important;
}

.uk-offcanvas-bar ol {
    padding-left: 10px;
}

ol.flex-control-nav li {

    float: left;
    cursor: pointer;
}

ol li, ul li {
    list-style-type: none;
}


.woocommerce ul.product_list_widget li {
    float: right;
    width: 24%;
}

.product_list_widget li:not(li:last-child) {
    margin-right: 1%;
}

.woocommerce ul.product_list_widget li img, .products.columns-4 li img {
    width: auto !important;
    min-width: 100%;
}

.woocommerce ul.product_list_widget li, .products.columns-4 li {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}


.ajax_add_to_cart, .wc-forward, .button:not(.single_add_to_cart_button) {
    display: block;
    border: 1px solid var(--button-border-color) !important;
    text-align: center;
    margin: 10px;
    padding: 5px;
    text-transform: uppercase;
    color: var(--black-color) !important;
    background: var(--light-bg-color) !important;
    border-radius: 0 !important;
}

.button-bottom * {
    color: var(--black-color);
}

.added {
    display: none !important;
}

.price {
    padding-left: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper ins {
    background: var(--dark-navy-color);
    color: var(--black-color);
    font-size: 22px;
}

.related .products.columns-4 h2 {
    padding: 10px;
    text-align: center;
}

.wc-tabs li.active {
    background: var(--dark-navy-color);
}

.wc-tabs li.active * {
    color: var(--black-color);
}

.wc-tabs li {
    padding: 10px;
}

.woocommerce-breadcrumb {
    padding: 10px 0;
}

.woocommerce-result-count {
    margin: 0;
}

ol.flex-control-nav li:not(li:last-child) {
    margin-right: 5px;
}


.quantity {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.single_add_to_cart_button {
    font-size: 18px;
    background-color: var(--dark-navy-color);
    border-width: 0 !important;
    border-color: var(--button-secondary-border-color);
    border-radius: 0;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
}

.product.instock, .product_list_widget li {
    position: relative;
}

.quantity input {
    font-size: 16px !important;
    padding: 10px;
    margin-right: 5px;
    max-width: 50px;
}

.entry-images-thumbnail {
    position: relative;
}

ol.flex-control-nav {
    margin: 0;
    padding: 0;

}

ol.flex-control-nav li {
    margin-top: 5px;
}

.flex-control-nav {
    display: flex;
}

.uk-heading-line {
    margin-top: 12px;
}

.parent-category-content {
    margin-top: 12px;
}

.parent-accordion .uk-accordion-content {
    margin-top: 0 !important;
}

.parent-accordion .uk-accordion a,
.uk-accordion h2 {
    margin: 0 !important;
    padding: 0 !important;
}


.uk-heading-line > ::after,
.uk-heading-line > ::before {
    border-bottom: 1px solid var(--border-light-color) !important;
}

.h1slogan {
    color: var(--white-color);
    font-size: 24px;
}

@media (max-width: 425px) {
    .is-mobile {
        display: none !important;
    }

    .priceTable.middle {
        transform: scale(1) !important;
        box-shadow: none !important;
    }

    .parent-category-content {
        margin-bottom: 0 !important;
    }

    .woocommerce .col2-set .col-1 {
        width: 100% !important;
    }

    .priceTable {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .contact-article {
        padding: 0 5px 5px 5px;
        margin: 15px auto;
    }

    .post-content {
        padding: 10px !important;
        margin: 0 !important;

    }

    .woocommerce ul.product_list_widget li, .products.columns-4 li {
        width: 100%;
    }


    .sow-testimonial .sow-testimonial-user, .sow-testimonial .sow-testimonial-text {
        padding: 15px !important;
    }

    .site-title {
        text-align: center !important;
    }

    .footer-bootom {
        text-align: center !important;
    }

}

.uk-light .uk-navbar-toggle,
.uk-navbar-toggle {
    color: var(--white-color) !important;
}

.product-quantity, .button.wc-forward {
    display: none !important;
}

@media (max-width: 768px) {
    .slider {
        margin: 0 !important;
        padding: 0 !important;
    }

    .sow-slider-image-wrapper p,
    .sow-slider-image-wrapper .so-widget-sow-button,
    .sow-slider-image-wrapper hr {
        display: none;
    }

    .lx-box {
        padding-left: 0;
    }

    .uk-h1,
    h1 {
        font-size: 25px;
        line-height: 1;
    }
}


@media (max-width: 1200px) {
    .uk-hiddens {
        display: none !important;
    }

    .sow-slider-image-wrapper {
        height: 333px !important;
    }

}


.main-slider {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-slider a {
    border: 1px solid var(--primary-color);
    width: 150px;
    padding: 5px 0;
    margin-top: 15px;
    text-align: center;
    transition: ease-in-out 0.2s;
}

.main-slider a:hover {
    color: var(--white-color) !important;
    background: var(--primary-color);
}


.ow-pt-columns-atom div {
    width: 300px !important;
    margin-right: 30px;
    border: 0 !important;
}

.ow-pt-columns-atom .ow-pt-details {
    padding: 15px 0 !important;
}

.uk-pagination li,
.pagination a,
.pagination span {
    padding-left: 8px;
}

.pagination {
    text-align: center;
}

.uk-slidenav {
    color: var(--white-color) !important;
}

.uk-pagination a.prev {
    margin-top: 5px;
    margin-right: 10px;
}

.uk-pagination a.next {
    margin-top: 5px;
    margin-left: 10px;
}

.sow-sub-headline {
    margin-top: 30px;
}

.fragment .textwidget {
    margin-top: 40px;
}

.fragment, .fragment * {
    color: var(--muted-color) !important;
}

.uk-sticky-fixed .uk-navbar-nav > li.uk-active > a {
    color: var(--white-color);
}

.uk-accordion-content a {
    color: var(--muted-link-color);
}


@media (max-width: 780px) {
    .first-page-slider__content {
        margin-top: -100px;
    }

    .custom-tab-wrapper div {
        margin: 0 !important;
        padding: 0 !important;
    }

    .custom-tab-wrapper h2 {
        text-align: center;
    }
}

.child a {
    color: var(--dark-menu-color) !important;
}

.child h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.template-content > div {
    background: var(--white-color);
    border: 1px solid var(--template-border-color);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 20px;
}



.priceTable h2 {
    color: var(--heading-color);
    position: relative
}

.woocommerce-message {
    display: none !important
}

#payment label {
    color: black
}

em {
    color: inherit;
}

#order_review {
    float: right
}

.wcq-bank-list.payment_col label {
    padding: 12px 12px 12px !important;
    min-height: 100px !important;
    min-width: 100px !important;
}

.quickpay-country-banks {
    gap: 12px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.in-padding-medium {
    padding: 8px;
}

form.checkout > .col-1 {
    margin-bottom: 30px
}

#order_review_heading {
    display: none !important
}

.uk-navbar-nav li:hover, .uk-navbar-nav .uk-open:hover {
    background: transparent !important
}

.uk-tooltip-inner {
    line-height: 18px !important;
}

.woocommerce-billing-fields h3 {
    text-transform: uppercase;
}


form.checkout h3 {
    font-size: 18px !important;
    font-weight: 500 !important
}


#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    box-sizing: border-box
}

.priceTable .big-price {
    color: var(--primary-hover-color);
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.priceTable .big-price:after {
    content: 'per mėn';
    right: 0;
    font-weight: 600 !important;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
