:root {
    --main-color: #036ED1;

    --text-main-color: var(--global-text-color);
    --text-secondary-color: #9b9b9b;
    --text-secondary-color2: #6c6c6c;


    --product-widget-divider: 2.5rem;
}

.footer_area {
    margin-top: 8rem;
    color: var(--footer-main-text-color);
}


@media (min-width: 1200px) {

    .footer_contents {
        grid-template-columns: repeat(auto-fit, minmax(193px, auto)) !important;
    }

    .test #sub_btn {
        padding: 5px 5px 5px 5px;
        border: 1px solid var(--buttons-other-background-color) !important;
        transition: 0.3s ease all;
        width: 100px;
    }

    .test #sub_btn:hover {
        border: 1px solid var(--buttons-other-background-color);
        background-color: var(--buttons-other-text-color);
        color: var(--buttons-other-background-color);
        transition: 0.3s ease all;
    }

    .test input#sub {
        width: 184px !important;
    }

    .odeme_altfooter_li {
        line-height: 23px;
    }

}


.footer_contents {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #4286f566;
    margin-bottom: 2rem;
}

.footer_logo_company img {
    max-width: 215px;
}

.footer_description {
    font-size: 15px;
    margin-bottom: 2.5rem;
}


.footer_company_information {

    li {
        font-size: 15px;
        max-width: 330px;
    }

    svg {
        vertical-align: middle;
        width: 17px;
        height: 17px;
        margin-right: 5px;

        path {
            fill: var(--theme-color);
        }
    }

    b {
        font-weight: 500;
    }
}

.footer_titles {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}

.mb_rem1 {
    margin-bottom: 1.5rem;
}

.footer_ul_list {
    li {
        font-size: 15px;
        margin-bottom: 1.2rem;
    }

    a {
        color: var(--footer-main-text-color);
        transition: 0.3s ease all;
    }

    li a:hover {
        color: var(--theme-color);
        margin-left: 5px;
    }
}

.footer_bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: stretch;
    margin-bottom: 2rem;
}

.footer_bottom_social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;

    b {
        font-weight: 500;
        font-size: 15px;
    }
}

.footer_bottom_socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer_bottom_socials a {
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transition: 0.3s ease all;
}

.footer_bottom_socials a:hover {
    transform: translateY(-5px);
}

.footer_bottom_socials a i {
    font-size: 14px;
}


.footer_bottom_prepare,
.footer_bottom_ssl {
    font-family: 'Poppins'
}

.footer_bottom_prepare {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 8px;

    img {
        max-width: 70px;
    }

    a {
        color: var(--theme-color);
        font-weight: 500;
    }
}

.footer_bottom_ssl {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;

    svg {
        width: 18px;
        height: 18px;

        path {
            stroke: #2fb57e;
        }
    }

    span {
        font-weight: 500;
        color: #2fb57e;
    }
}

/*Eklenen pop için yazılımıştır Mission : not found image*/

#popup-newletter .modcontent .popup-content-home {

    & .ca-img-cont:has(img:not([src])),
    & .ca-img-cont:has(img[src=""]) {
        background: url('/assets/images/woyio_popup_img.png') center/cover no-repeat;
        height: 340px;
        width: 100%;
    }

    & .ca-img-cont img:not([src]),
    & .ca-img-cont img[src=""],
    & .ca-img-cont .fallback-hidden {
        opacity: 0;
        display: none;
    }

}

.wws-popup-container {
    z-index: 999;
}

.footer_bottom_socials {
    position: relative;
    z-index: 1000; /* WhatsApp widget'tan büyük */
}

.footer_bottom_item {
    position: relative;
    z-index: 500;
}

/*Son*/


/* Küçük telefonlar */
@media (max-width: 480px) {

}

/* Orta telefonlar  ve Küçük Telefonlar*/
@media (max-width: 767px) {
    :root {
        --product-widget-divider: 2rem;
    }

    .footer_bottom_prepare {
        display: inline-block;
        text-align: center;
    }

    .footer_tip_one_margin {
        margin-top: 8rem;
    }

    .footer_area {
        margin-top: 2rem !important;
    }

}

/* Tablet dikey */
@media (min-width: 768px) and (max-width: 1023px) {
    .footer_tip_one_margin {
        margin-top: 9rem !important;
    }
}

/* Tablet yatay ve küçük laptop */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Normal laptop & masaüstü */
@media (min-width: 1280px) and (max-width: 1535px) {

}

/* Büyük ekranlar */
@media (min-width: 1536px) {
    .footer_bottom_item.text-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .logo_footer_wrapper {
        overflow: visible;
        padding: 0 .3rem;

        & img {
            transition: .1s ease-in-out;

            &:hover {
                transform: scale(1.1);
            }
        }
    }

    .footer_bottom_ssl {
        svg {
            margin-bottom: .1rem;
        }
        a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: .3rem;
        }
    }

}