﻿/*Socket Css Başlangıç*/
#components-reconnect-modal {
    display: none;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: block; /*Block Yapılacak*/
    /*visibility:visible;*/
}
/*Socket Css Bitiş*/
.sayfa-404-logo {
    width:250px!important;
}
.exclusive-item-three .exclusive-item-thumb {
    border: none;
    margin-bottom: 25px;
}

@media screen and (max-width: 1550px) {
    .socket-mobilde-kapat {
        right: 15px!important;
        top: 20px!important;
    }


    @media screen and (max-width: 1024px) {
        .socket-mobilde-ac {
            display: flex !important;
            justify-content: center;
        }

        .socket-mobilde-kapat {
            display: none !important;
        }
    }

    @media screen and (max-width: 768px) {
        .socket-yeniden-baglan-btn {
            width: 75% !important;
        }
    }

    @media screen and (max-width: 480px) {
        .socket-yeniden-baglan-btn {
            width: 90% !important;
        }

    }

