

/* === content-03-text-left-small-image-right === */

.content-03 {
    padding: 50px 0;
}

.content-03-title {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-03 .row {
        flex-direction: column-reverse;
    }

    .content-03-image {
        display: block;
        margin: 0 auto 20px;
    }
}
/* === content-03-text-left-small-image-right === */



/* === newsletter_01 === */

.newsletter_01 {
    padding: 65px 0px;
    background-color: #f3f3f3;
}

    .newsletter_01 .title {
        margin-bottom: 0;
    }

    .newsletter_01 form button[type=submit] {
        border-radius: 0px;
        color: #fff;
        border-color: var(--body-color);
        background-color: var(--body-color);
    }

    .newsletter_01 form .help-block.form-error {
        color: rgb(185, 74, 72);
    }

    .newsletter_01 #news_email {
        min-height: 58px;
        border-color: #fff;
        border-radius: 0;
    }

    .newsletter_01 form .has-error div.error {
        position: absolute;
        left: calc(var(--bs-gutter-x) * .5);
        top: calc(100% + 5px);
    }
    /*.newsletter_01 form .checkbox{
        position: absolute;
        opacity: 0;
        width: 1px;
    }

    .newsletter_01 form .checkbox + label {
        position: relative;
        padding-left: 23px !important;
        cursor: pointer;
    }

    .newsletter_01 form input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        content: "\f0c8";
        color: rgb(0, 0, 0);
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        display: inline-block;
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    .newsletter_01 form .tickbox.has-error input[type="checkbox"] + label::before {
        color: rgb(255, 0, 0);
    }

    .newsletter_01 form .checkbox:checked + label::before {
        content: "\f14a";
        color: rgb(0, 0, 0);
    }*/
    .newsletter_01 form .tickbox.has-error div.error {
        display: none !important;
    }

@media(max-width: 767px) {
    .newsletter_01 {
        padding: 35px 0px;
    }

        .newsletter_01 .title,
        .newsletter_01 p {
            text-align: center;
        }
}

@media(max-width: 575px) {
    .newsletter_01 form button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }

    .newsletter_01 form .has-error div.error {
        top: calc(100% + 70px);
    }
}

/* === newsletter_01 === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 80px;
}

    .footer-04-ecommerce .column-title {
        color: var(--body-color);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        color: var(--body-color);
        font-size: 16px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .footer-04-ecommerce .contact-with-us {
        display: flex;
        flex-direction: row;
        margin-top: 25px;
        margin-bottom: 25px;
        align-items: center;
    }

        .footer-04-ecommerce .contact-with-us .title {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-right: 10px;
        }

        .footer-04-ecommerce .contact-with-us .icons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .contact-with-us .icons > a {
                background: #4b4b4b;
                width: 40px;
                height: 40px;
                line-height: 40px;
                margin: 0 5px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 24px;
                border-radius: 50%;
                text-decoration: none;
                transition: 0.1s all;
            }

                .footer-04-ecommerce .contact-with-us .icons > a:hover,
                .footer-04-ecommerce .contact-with-us .icons > a:active {
                    background: #fff;
                    color: #4b4b4b;
                }

    .footer-04-ecommerce .last-footer {
        color: var(--body-color);
        font-style: normal;
        font-size: 14px;
    }

        .footer-04-ecommerce .last-footer a {
            color: var(--body-color);
            font-size: 14px;
            width: 100%;
            text-decoration: none;
        }

        .footer-04-ecommerce .last-footer em.separator {
            color: #fff;
            font-style: normal;
            margin-left: 5px;
            margin-right: 5px;
        }

        .footer-04-ecommerce .last-footer .advansys {
            font-family: Arial;
            font-weight: 700;
        }

    .footer-04-ecommerce .copyright-footer-links {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        margin-bottom: 15px;
    }

        .footer-04-ecommerce .copyright-footer-links a {
            font-size: 14px;
            color: #888888;
            padding: 5px 0px;
            width: auto;
        }

    .footer-04-ecommerce .second-footer {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0px;
        margin-top: 30px;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            height: 100%;
        }

            .footer-04-ecommerce .second-footer .footer-payments img {
                max-height: 36px;
            }

    .footer-04-ecommerce .social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

        .footer-04-ecommerce .social-icons a {
            background-color: var(--body-color);
            color: #fff;
            fill: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            text-decoration: none;
        }

            .footer-04-ecommerce .social-icons a svg,
            .footer-04-ecommerce .social-icons a svg g {
                fill: #fff;
                stroke: #fff;
                width: 19px;
                height: auto;
            }

@media(max-width: 991px) {

    .footer-04-ecommerce {
        overflow: hidden;
        position: relative;
    }

        .footer-04-ecommerce .row {
            gap: 60px 0px;
        }

        /*.additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

        .additional-links .footer-link a {
        }*/

        .footer-04-ecommerce .contact-with-us {
            justify-content: center;
            align-items: center;
        }

        .footer-04-ecommerce .last-footer {
            text-align: center;
        }

        .footer-04-ecommerce .second-footer {
            border-bottom: 0;
        }

            .footer-04-ecommerce .second-footer .footer-payments {
                gap: 20px;
                justify-content: center;
                position: relative;
            }

                .footer-04-ecommerce .second-footer .footer-payments:after {
                    content: "";
                    background-color: #e5e5e5;
                    height: 1px;
                    width: 100vw;
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    transform: translateX(-50%);
                }

        .footer-04-ecommerce .social-icons {
            justify-content: center;
        }

        .footer-04-ecommerce .copyright-footer-links {
            justify-content: center;
            margin-top: 0;
            margin-bottom: 0;
        }

        .footer-04-ecommerce .last-footer .row {
            gap: 0px 0px;
        }
}

@media(max-width: 767px) {
    .footer-04-ecommerce .second-footer .footer-payments {
        flex-wrap: nowrap;
        justify-content: center;
    }

        .footer-04-ecommerce .second-footer .footer-payments div {
            flex-shrink: 1;
        }

        .footer-04-ecommerce .second-footer .footer-payments img {
            width: 100%;
            height: auto;
        }
}

@media(max-width: 575px) {
    .footer-04-ecommerce .column-title {
        position: relative;
        padding: 20px 0px;
        margin: 0;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .footer-04-ecommerce .link-list {
        display: none;
    }

        .footer-04-ecommerce .link-list.open {
            display: block;
        }

    .additional-links .footer-link {
        width: 100%;
        display: block;
    }

    .footer-04-ecommerce .contact-with-us {
        flex-direction: column;
    }

        .footer-04-ecommerce .contact-with-us .title {
            margin-bottom: 15px;
        }

    .footer-04-ecommerce {
        padding-bottom: 30px;
        padding-top: 10px;
    }

        .footer-04-ecommerce .row {
            gap: 0px 0px;
        }

        .footer-04-ecommerce .link-list.open {
            margin-bottom: 20px;
        }

    .mobile-flinks > div {
        position: relative;
    }

        .mobile-flinks > div:not(:first-child):before,
        .mobile-flinks > div:last-child:before,
        .mobile-flinks > div:last-child:after {
            content: "";
            background-color: #cfcfcf;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 1px;
            transform: translateX(-50%);
        }

        .mobile-flinks > div:last-child:after {
            top: auto;
            bottom: 0;
        }

    .footer-04-ecommerce .second-footer {
        margin-top: 0;
        border-top: 0;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            padding-bottom: 30px;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .second-footer .footer-payments::after {
                bottom: 0px;
            }

            .footer-04-ecommerce .second-footer .footer-payments div {
                flex-shrink: unset;
            }

            .footer-04-ecommerce .second-footer .footer-payments img {
                width: auto;
                height: auto;
                max-width: 120px;
            }

    .footer-04-ecommerce .social-icons {
        margin-top: 25px;
    }
}

/* === footer-04-ecommerce === */

