/* v0.4.16 — footer abonelik ikonu + arama kapatma konumu */
.search-overlay .search-box-close{
    position:fixed !important;
    top:28px !important;
    right:32px !important;
    left:auto !important;
    margin:0 !important;
    z-index:10020 !important;
}
.footer-subscribe button .footer-subscribe-icon{
    width:auto;
    min-width:35px;
    height:auto;
    display:grid;
    place-items:center;
    margin:4px;
    background:#fff;
    color:#2d424c;
    border-radius:2px;
    overflow:hidden;
}
.footer-subscribe button .footer-subscribe-icon svg{
    display:block;
    width:17px;
    height:17px;
    fill:currentColor;
    margin:0;
}
@media(max-width:700px){
    .search-overlay .search-box-close{top:14px !important;right:14px !important}
}
