

/* === contact-form-03 === */

.contact03 {
    --back_bg: rgb(0,0,0);
    --padding: 40px;
    background-color: #f3f3f3;
    padding: 20px 0px 20px;
}

    .contact03 h1 {
        font-weight: 500;
    }

        .contact03 h1 strong,
        .contact03 h1 b {
            font-weight: 600;
        }

    .contact03 .content-row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: var(--bs-gutter-x);
    }

    .contact03 .form-col,
    .contact03 .map-col {
        background-color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact03 .form-col {
        padding: var(--padding);
    }

    .contact03 .text p {
        margin-bottom: 5px;
    }

        .contact03 .text p:last-child {
            margin-bottom: 0;
        }

    .contact03 .icon-block {
        border-radius: 5px;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
        padding: 40px;
        background-color: #fff;
    }


        .contact03 .icon-block .icon {
            margin-bottom: 20px;
        }

            .contact03 .icon-block .icon i {
                font-size: 36px;
            }

        .contact03 .icon-block h2 {
            font-weight: 300;
            margin-bottom: 10px;
        }

            .contact03 .icon-block h2 strong {
                font-weight: 600;
            }

    .contact03 .tel {
        font-size: 20px;
        font-weight: 700;
        color: var(--body-color);
        text-decoration: none;
    }

    .contact03 .email:not(.form-group) {
        font-size: 16px;
        font-weight: 600;
        color: var(--body-color);
        text-decoration: none;
    }

    .contact03 .addr p {
        margin-bottom: 5px;
    }

    .contact03 .addr .addr-additional p {
        display: inline;
    }


        .contact03 .addr .addr-additional p + p {
            margin-left: 10px;
        }

        .contact03 .addr .addr-additional p:nth-child(2n) + p {
            margin-left: 0;
        }

        .contact03 .addr .addr-additional p:not(:first-child):before {
            content: ",";
            transform: translateX(-10px);
            display: inline-block;
        }

        .contact03 .addr .addr-additional p:nth-child(2n) + p:before {
            content: none;
        }

        .contact03 .addr .addr-additional p:nth-child(2n):after {
            content: "";
            white-space: pre;
            display: block;
        }

    .contact03 .addr p:last-child {
        margin-bottom: 0;
    }

    .contact03 .social {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .contact03 .social a {
            background-color: var(--back_bg);
            width: 43px;
            height: 43px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 5px;
            margin-right: 5px;
            border-radius: 50%;
        }

            .contact03 .social a i {
                color: #fff;
                color: #fff;
                font-size: 16px;
            }

            .contact03 .social a svg {
                color: #fff;
                fill: #fff;
                width: 24px;
            }

    .contact03 .content-wrapper {
        position: relative;
        z-index: 2;
    }

        .contact03 .content-wrapper:last-child {
            padding-bottom: 85px;
            border-bottom: 2px solid #fff;
        }

            .contact03 .content-wrapper:last-child:before {
                content: "";
                background-color: var(--back_bg);
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 70%;
                z-index: -1;
            }

    .contact03 .form-wrapper {
        padding-top: 0px;
        position: relative;
        z-index: 1;
        padding-bottom: 0px;
    }

    .contact03 h2 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 600;
    }

    .contact03 .form-text {
        color: inherit;
        margin-bottom: 20px;
        font-size: 16px;
    }

        .contact03 .form-text p {
            margin-bottom: 5px;
        }

            .contact03 .form-text p:last-child {
                margin-bottom: 0;
            }

    .contact03 form .form-control {
        background-color: #efefef;
        border-color: #efefef;
        min-height: 58px;
        border-radius: 0;
    }

    .contact03 form select.form-control {
        background-image: url(/images/default/dropdown-icon.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 50%;
    }

    .contact03 form .checkbox + label::before {
        border-radius: 0;
    }

form .checkbox + label::before {
    background-color: #efefef;
    border-color: #efefef;
}

.contact03 .form .required-star {
    color: #eb6312 !important;
}

.contact03 .reload_captcha {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    min-width: 40px;
}

.contact03 .captcha_whatis {
    color: inherit;
}

.contact03 button[type=submit] {
    display: block;
    width: auto;
    border: 2px solid #fff;
    margin-top: 15px;
    background-color: var(--darkbtn);
    border-color: var(--darkbtn);
}

.contact03 .required {
    font-size: 14px;
    color: #eb6312;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.contact03 .form .form-group.bottom-box {
    margin-bottom: 0;
}

.contact03 .mtitle {
    padding: var(--padding) var(--padding) calc(.75 * var(--padding));
    border-bottom: 1px solid #e4e4e4;
}

.contact03 .mstores {
    padding: calc(.75 * var(--padding)) var(--padding) var(--padding);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact03 .mtitle p:last-child {
    margin-bottom: 0;
}

.contact03 .store-select {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 18px;
    min-height: 50px;
    align-items: center;
}

.contact03 .store-title {
    border: 0;
    outline: none;
    background: none;
    padding: 5px 0px;
    height: auto;
    min-height: auto;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .contact03 .store-title.active {
        border-bottom: 1px solid var(--darkbtn);
    }

.contact03 .map {
    margin-top: calc(.75 * var(--padding));
}

.contact03 .map,
.contact03 .contact-map {
    height: 100%;
}

.contact03 .contact-map {
    min-height: 300px;
}

    .contact03 .contact-map .leaflet-tile-container {
        filter: grayscale(1);
    }

.contact03 .leaflet-marker-icon {
    transition: 0.4s all;
}

.contact03 .contact-map.mouseover .leaflet-marker-icon:not(.active) {
    opacity: 0.2;
}

.contact03 .select-store {
    display: none;
}

.contact03 .store-carousel {
    margin-top: calc(.5 * var(--padding));
}

.contact03 .store-item {
}

    .contact03 .store-item .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .contact03 .store-item .address {
        margin-bottom: 10px;
    }

        .contact03 .store-item .address p {
            line-height: 22px;
            margin-bottom: 0;
        }

    .contact03 .store-item a {
        color: inherit;
    }

    .contact03 .store-item .text {
    }

        .contact03 .store-item .text p:last-child {
            color: #747474;
            line-height: 20px;
            margin-bottom: 10px;
        }

    .contact03 .store-item .show-direction,
    .contact03 .store-item .show-photo {
        display: flex;
        flex-direction: row;
        align-items: center;
        border: 0;
        outline: none;
        background: none;
        padding: 0;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .contact03 .store-item .show-direction img,
        .contact03 .store-item .show-photo img {
            margin-right: 10px;
        }

.contact03 .store-preview {
    width: 100%;
}

.contact03 .view_photo_popup .modal-dialog {
    max-width: 800px;
}

.contact03 .view_photo_popup .modal-footer {
    display: none;
}

@media(max-width: 767px) {
    .contact03 {
        --padding: 20px;
    }

        .contact03 button[type=submit] {
            width: 100%;
        }

        .contact03 .required {
            right: 50%;
            transform: translate(50%);
            bottom: -25px;
        }

        .contact03 .store-select .store-title {
            display: none;
        }

        .contact03 .select-store {
            display: block;
            width: 100%;
            background: none;
            outline: none;
            border: 0;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
            appearance: none;
            border-radius: .25rem;
            background-color: #efefef;
            border-color: #efefef;
            min-height: 50px;
            border-radius: 0;
            background-image: url(/images/default/dropdown-icon.svg);
            background-repeat: no-repeat;
            background-position: calc(100% - 20px) 50%;
        }
}

/* === contact-form-03 === */



/* === 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 === */

