/***
====================================================================
	Desktop
====================================================================
***/
@media screen and (min-width:780px){
    .mobile-sticky-nav {
        display: none;
    }
    .desktop-whatsapp{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
    .desktop-whatsapp-float{
        margin-top:16px;
    }
    .belge-section-two img {
        height: 300px;
        object-fit: contain;
    }
    .katalog-section-two img {
        height: 300px;
        object-fit: cover;
    }
    .mobile-hamburger {
        display: none;
    }
    .urun-liste-resim {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }
    .urun-liste-dikey-resim {
        display: block;
        height: 150px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }
    .desktop-gizle {
        display: none;
    }
}