﻿body {
 
    overflow-x: hidden;

}

.btn1 {
    cursor: pointer;
    
    background-color: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
    padding: 0 10px !important;
    
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
     float:left;
    padding: 8px 0 7px 0;
    border-radius: 5px;
    margin: 10px 0px 10px 20px !important;
    height: 35px;
   
    width: 89%;
}
    .btn1 img {
        width:30px;
        height:30px;
        display:flex;

    }

.menusk {
    padding: 30px;
    position: absolute;
    visibility: hidden;
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
}

.menugs {
 
    display: none;
    visibility: hidden;
    top: 0px;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 550px;
    -webkit-animation: slide-left 0.5s linear;
    animation: slide-left 0.5s linear;
    flex-direction: column;
}

.menugsResim {
    margin-top: 45px;
    display: flex;
    height: auto;
    max-width: 450px;
    width: 100% !important;
    justify-content: center;
}
.menugsResim img {
    display: flex;
    height: auto;
    max-width: 325px;
}
.linkler {
    border-top: 1px solid #ccc;
    display: flex;
    padding: 20px 7px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}
.lnkUrunList {
    padding:30px 0px;
    display: flex;
    width: 100%;
 
    margin: 0px auto;
 
    height: 175px;
    max-width: 1300px;
    align-items: center;
    justify-content: center;
    margin-top:25px;
}
.linkMenuA {
    text-align: center;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position:center top !important;
    height: 125px;
    width: 153px !important;
    padding: 2px 0 !important;
    border-radius: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin: 9px;
 
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    justify-content: flex-end !important;
    border-top: 1px solid #ebebeb;
   
}

.geri {
    
    background: #000;
    width: 100px;
    color: #fff;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    height:33px;
}

.menuzm:before {
  
}
.menuzm {
    z-index: 99999;
    background-color: #fff;
    position: absolute;
    display: none;
    height: calc(100vh - 91px);
    width: 100%;
    max-width: 430px;
    overflow: hidden;
    min-width: 300px;
    min-height: 500px;
    flex-direction: column;
    transition: 1.9s;
    top: 79px;
    border-bottom: 1px solid #ccc;
    padding-top: 45px;
    transition: 0.4s;
}

.contaMenu {
    width:33px;
    height:39px;
    display:none; 
    visibility:hidden;
    cursor: pointer;
    margin-left:10px;
}

.bar1, .bar2, .bar3 {
    width: 33px;

    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
.st01 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.container-fluid {
    display: flex;
    height: 69px;
    background-color: #fff !important;
}
.navbar-expand-sm .navbar-collapse {
    border-top: 1px solid #ececec;
}
.navbar-expand-sm .navbar-nav {
    max-width: 1300px;
    margin: 0px auto;


}
.nav-item {
    background-repeat: no-repeat !important;
    background-position: left center !important;
   color: rgba(0,0,0,.55) !important;
}
.solmenuler { display:none;
}
.solm { display:none;
        visibility:hidden;
}


@media (max-width: 768px) {

 
    .solMenuler {
   
        padding-top:25px ;
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .navbar-expand-sm .navbar-nav {
        margin-top: 10px !important;
    }
 
    .container-fluid {
       
    }
    .lnkUrunList {
        flex-direction: column;
        flex-wrap: wrap;
        overflow:auto;
        width:92% !important;
    }
        .contaMenu {
        display: flex;
        visibility: visible;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .linkMenuA {
        font-size: 12px !important;
        line-height: 14px !important;
        margin: 5px;
        height: 119px !important;
        width: 109px !important;
    }
    .nav-item {
        border-bottom: 1px solid #ebeef5;
 
    }

    .solm {
        text-indent: 33px;
        display: flex;
        visibility: visible;
    }
}