

/* === page_header_block === */

.page_header_block {
    padding: 30px 0px;
    background-color: #f3f3f3;
}

    .page_header_block h1,
    .page_header_block h1.h2 {
        margin-bottom: 0px;
        text-align: center;
    }

    .page_header_block .breadcrumb {
        margin-bottom: 0;
        justify-content: center;
    }

        .page_header_block .breadcrumb ul,
        .page_header_block .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            padding: 0 0;
            margin-bottom: 1rem;
            list-style: none;
            align-items: center;
            justify-content: center;
            width: 100%;
        }


        .page_header_block .breadcrumb li, .page_header_block .breadcrumb a, .page_header_block .breadcrumb span {
            text-decoration: none;
            color: #727272;
            font-size: 14px;
        }


            .page_header_block .breadcrumb li + li:before {
                float: left;
                padding-right: .5rem;
                color: #6c757d;
                content: var(--bs-breadcrumb-divider, "/");
            }

.page_header_block .search-subtitle {
    text-align: center;
    margin-top: 1rem;
    font-size: 20px;
}
/* === page_header_block === */



/* === about-us-01 === */

.about-us-01 {
    padding: 30px 0 20px;
    background-color: var(--about-us-01-bg, #f3f3f3);
}

.page_header_block + .about-us-01 {
    padding-top: 0px;
}

.about-us-01 .about-us-01-title {
    margin-bottom: 25px;
    text-align: center;
}

.about-us-01 .about-us-01-panel {
    background: #fff;
}

.about-us-01 .about-us-01-content {
    align-items: center;
    display: flex;
    padding: 40px 40px;
}

.about-us-01 .about-us-01-text {
    font-size: 18px;
    line-height: 26px;
    max-width: 560px;
}

.about-us-01 .about-us-01-text p {
    margin-bottom: 30px;
}

.about-us-01 .about-us-01-text p:last-child {
    margin-bottom: 0;
}

.about-us-01 .about-us-01-image-wrap {
    min-height: 350px;
}

.about-us-01 .about-us-01-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 992px) {
    .about-us-01 .about-us-01-content {
        height: 100%;
    }

    .about-us-01 .about-us-01-image-wrap {
        height: 100%;
        min-height: 0;
        overflow: hidden;
        position: relative;
    }

    .about-us-01 .about-us-01-image {
        height: 100%;
        inset: 0;
        position: absolute;
    }
}

@media (max-width: 991.98px) {
    .about-us-01 {
        padding: 25px 0 25px;
    }

    .about-us-01 .about-us-01-title {
        margin-bottom: 30px;
    }

    .about-us-01 .about-us-01-content {
        padding: 40px;
    }

    .about-us-01 .about-us-01-image {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    .about-us-01 .about-us-01-title {
        font-size: 38px;
        margin-bottom: 22px;
    }

    .about-us-01 .about-us-01-panel {
        max-width: auto;
    }

    .about-us-01 .about-us-01-content {
        display: block;
        padding: 36px;
    }

    .about-us-01 .about-us-01-text {
        max-width: none;
    }

    .about-us-01 .about-us-01-image-wrap {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .about-us-01 {
        padding: 25px 0 25px;
    }

    .about-us-01 .about-us-01-title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .about-us-01 .about-us-01-content {
        padding: 30px 30px;
    }

    .about-us-01 .about-us-01-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-us-01 .about-us-01-text p {
        margin-bottom: 24px;
    }

    .about-us-01 .about-us-01-image {
        height: 320px;
    }
}

/* === about-us-01 === */



/* === about-us-02 === */

.about-us-02 {
    background: var(--about-us-02-bg, #f2f2f2);
    padding: 20px 0;
}

.about-us-01 + .about-us-02 {
    padding-top: 0px;
}

.about-us-02 .about-us-02-panel {
    background: #fff;
}

.about-us-02 .about-us-02-header {
    border-bottom: 1px solid #e1e1e1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-us-02 .about-us-02-heading-wrap,
.about-us-02 .about-us-02-intro-wrap {
    padding: 40px 40px;
}

.about-us-02 .about-us-02-title {
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0;
}

.about-us-02 .about-us-02-intro {
    color: #050505;
    font-size: 16px;
    line-height: 1.36;
    max-width: 600px;
}

.about-us-02 .about-us-02-intro p {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-02 .about-us-02-intro p:last-child {
    margin-bottom: 0;
}

.about-us-02 .about-us-02-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-us-02 .about-us-02-cell {
    min-height: 275px;
}

.about-us-02 .about-us-02-cell + .about-us-02-cell {
    border-left: 1px solid #e1e1e1;
}

.about-us-02 .about-us-02-feature {
    padding: 30px 40px 30px;
}

.about-us-02 .about-us-02-icon {
    display: block;
    height: 30px;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
    width: 30px;
}

.about-us-02 .about-us-02-feature-title {
    color: #050505;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}

.about-us-02 .about-us-02-feature-text {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.about-us-02 .about-us-02-feature-text p {
    margin-bottom: 20px;
}

.about-us-02 .about-us-02-feature-text p:last-child {
    margin-bottom: 0;
}

.about-us-02 .about-us-02-image-cell {
    padding: 30px 30px;
}

.about-us-02 .about-us-02-image-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.about-us-02 .about-us-02-image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .about-us-02 .about-us-02-heading-wrap,
    .about-us-02 .about-us-02-intro-wrap {
        padding: 40px 40px;
    }

    .about-us-02 .about-us-02-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-us-02 .about-us-02-cell {
        border-bottom: 1px solid #e1e1e1;
        min-height: 235px;
    }

    .about-us-02 .about-us-02-cell:nth-child(odd) {
        border-left: 0;
    }

    .about-us-02 .about-us-02-cell:nth-child(n+3) {
        border-bottom: 0;
    }

    .about-us-02 .about-us-02-feature {
        padding: 30px 40px 30px;
    }

    .about-us-02 .about-us-02-image-cell {
        padding: 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .about-us-02 .about-us-02-header {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .about-us-02 .about-us-02-heading-wrap,
    .about-us-02 .about-us-02-intro-wrap {
        display: block;
        padding: 0;
    }

    .about-us-02 .about-us-02-header {
        padding: 40px 40px 30px;
    }
}

@media (max-width: 767.98px) {
    .about-us-02 .about-us-02-header {
        padding: 30px 30px 30px;
    }

    .about-us-02 {
        padding: 10px 0;
    }

    .about-us-02 .about-us-02-title {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .about-us-02 .about-us-02-intro {
        font-size: 16px;
        line-height: 1.38;
        max-width: none;
    }

    .about-us-02 .about-us-02-feature {
        padding: 30px 30px 30px;
    }

    .about-us-02 .about-us-02-feature-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-us-02 .about-us-02-feature-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-us-02 .about-us-02-image-cell {
        padding: 40px 30px;
    }
}

@media (max-width: 575.98px) {
    .about-us-02 {
        padding: 20px 0;
    }

    .about-us-02 .about-us-02-header {
        padding: 30px 40px 30px;
    }

    .about-us-02 .about-us-02-title {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .about-us-02 .about-us-02-grid {
        grid-template-columns: 1fr;
    }

    .about-us-02 .about-us-02-cell {
        border-bottom: 1px solid #e1e1e1;
        border-left: 0;
        min-height: 0;
    }

    .about-us-02 .about-us-02-cell:nth-child(n+3) {
        border-bottom: 1px solid #e1e1e1;
    }

    .about-us-02 .about-us-02-feature {
        padding: 30px 40px 30px;
    }

    .about-us-02 .about-us-02-icon {
        height: 32px;
        margin-bottom: 20px;
        width: 32px;
    }

    .about-us-02 .about-us-02-feature-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-us-02 .about-us-02-image-cell {
        display: none;
    }
}

/* === about-us-02 === */



/* === about-us-03 === */

.about-us-03 {
    background: var(--about-us-03-bg, #f2f2f2);
    padding: 20px 0;
}

.about-us-02 + .about-us-03  {
    padding-top: 0px;
}

.about-us-03 .about-us-03-panel {
    background: #fff;
}

.about-us-03 .about-us-03-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 40px 60px 40px 40px;
}

.about-us-03 .about-us-03-title {
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-03 .about-us-03-text {
    color: #050505;
    font-size: 16px;
    line-height: 1.35;
    max-width: 660px;
}

.about-us-03 .about-us-03-text p {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-03 .about-us-03-text p:last-child {
    margin-bottom: 0;
}

.about-us-03 .about-us-03-image-wrap {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.about-us-03 .about-us-03-image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .about-us-03 .about-us-03-content {
        padding: 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .about-us-03 .about-us-03-content {
        display: block;
        padding: 40px 40px 30px;
    }

    .about-us-03 .about-us-03-text {
        max-width: none;
    }

    .about-us-03 .about-us-03-image-wrap {
        height: auto;
        min-height: 0;
        overflow: visible;
        position: static;
    }

    .about-us-03 .about-us-03-image {
        height: 370px;
        inset: auto;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .about-us-03 {
        padding: 20px 0;
    }

    .about-us-03 .about-us-03-content {
        padding: 30px 30px 30px;
    }

    .about-us-03 .about-us-03-title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .about-us-03 .about-us-03-text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .about-us-03 .about-us-03-title {
        font-size: 26px;
        line-height: 1;
        text-wrap: balance;
    }

    .about-us-03 .about-us-03-image {
        height: 320px;
    }
}


/* === about-us-03 === */



/* === about-us-04 === */

.about-us-04 {
    background: var(--about-us-04-bg, #f2f2f2);
    padding: 10px 0;
}

.about-us-03 + .about-us-04 {
    padding-top: 0px;
}

.about-us-04 .about-us-04-panel {
    background: #fff;
}

.about-us-04 .about-us-04-grid {
    display: block;
}

.about-us-04 .about-us-04-content {
    background: #fff;
}

.about-us-04 .about-us-04-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 40px 35px;
}

.about-us-04 .about-us-04-title {
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.16;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-04 .about-us-04-section {
    padding: 30px 40px;
}

.about-us-04 .about-us-04-section + .about-us-04-section {
    border-top: 1px solid #e1e1e1;
}

.about-us-04 .about-us-04-section-title {
    color: #050505;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-04 .about-us-04-text {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.about-us-04 .about-us-04-text p {
    margin-bottom: 14px;
}

.about-us-04 .about-us-04-text p:last-child {
    margin-bottom: 0;
}

.about-us-04 .about-us-04-text ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding-left: 0;
}

.about-us-04 .about-us-04-text li {
    color: #333;
    line-height: 1.3;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.about-us-04 .about-us-04-text li:last-child {
    margin-bottom: 0;
}

.about-us-04 .about-us-04-text li::before {
    color: #1d1d1f;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    left: 2px;
    position: absolute;
    top: 0px;
}

.about-us-04 .about-us-04-text strong {
    color: #333;
    font-weight: 700;
}

.about-us-04 .about-us-04-button {
    align-items: center;
    background: #191919;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    height: 58px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 22px;
    min-width: 200px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.about-us-04 .about-us-04-button:hover,
.about-us-04 .about-us-04-button:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.about-us-04 .about-us-04-image-column {
    display: none;
}

.about-us-04 .about-us-04-image-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.about-us-04 .about-us-04-image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    .about-us-04 .about-us-04-panel-has-image .about-us-04-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .about-us-04 .about-us-04-panel-has-image .about-us-04-image-column {
        display: block;
        min-height: 100%;
    }
}

@media (max-width: 991.98px) {
    .about-us-04 {
        padding: 10px 0;
    }
}

@media (max-width: 767.98px) {
    .about-us-04 .about-us-04-header {
        padding: 35px 35px 30px;
    }

    .about-us-04 .about-us-04-section {
        padding: 30px 35px;
    }
}

@media (max-width: 575.98px) {
    .about-us-04 .about-us-04-header {
        padding: 30px 35px 25px;
    }

    .about-us-04 .about-us-04-title {
        font-size: 28px;
        line-height: 1;
    }

    .about-us-04 .about-us-04-section {
        padding: 30px 35px;
    }

    .about-us-04 .about-us-04-section-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .about-us-04 .about-us-04-text {
        line-height: 1.5;
    }

    .about-us-04 .about-us-04-button {
        max-width: 100%;
        min-width: 0;
        width: 250px;
    }
}

/* === about-us-04 === */



/* === 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 === */

