@media (max-width:767px) {
    
    .slide {
        position: relative;
        background-color: #000;
        min-height: 400px;
        background-image: url(../../layout/images/sliderarkaplan.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .slide .slide_index {
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        bottom: 0;
        max-width: 1170px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px;
    }
    
    .slide .slide_index .slider_desc {
        margin: 0!important;
    }
    
    .slide .slide_index .slider_desc h2 {
        color: #FFF;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
    }
    
    .slide .slide_index .slider_desc p {
        color: #f4f4f4;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        margin: 0;
        padding: 15px 0;
    }
    
    .hakkimizda h2 {
        display: inline-block;
        font-size: 25px;
        color: #20252B;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 40px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    
    
    .hakkimizda .H_desc {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        text-align: justify;
    }
    
    .urunler h2 {
        display: inline-block;
        font-size: 25px;
        color: #20252B;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 40px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    
    .urunler .u_kat ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: block;
        text-align: center;
    }
    
    
    .urunler .u_kat ul li {
        margin-bottom: 5px;
    }
    
    .urunler .urun_list {
        margin: 30px 0;
        display: inline-flex;
        justify-content: space-between;
    }
    
    .urunler .urun_list .urun {
        width: 155px;
        height: 180px;
        float: left;
        margin: 5px 10px 5px 10px;
    }
    
    .page_ent {
        height: 150px;
        background-image: url(../../layout/images/sliderarkaplan.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .page_ent .sol h3 {
        font-size: 25px;
        font-weight: 700;
        margin: 0;
        color: #F4F4F4;
        position: relative;
        letter-spacing: 0.8px;
        display: inline-block;
    }
    
    .tarz .Show_image {
        width: 100%;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 397px;
        background-color: #FFF;
        margin-bottom: 10px;
    }
    
    .t_list .t_box {
        box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
        width: 100%;
        height: 200px;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: ease-in .3s;
    }
    
    .t_list .t_box img {
        width: auto;
        height: 150px;
    }
    
    .btn-link2 {
        display: inline-flex;
        border: none;
        outline: none;
        height: 30px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        width: 120px;
        font-size: 13px;
    }
    
    .btn-urun {
        margin-bottom: 5px;
    }
    
    .f_item {
        padding: 15px 0;
    }
    
    .Menu {
        background-color: #20252B;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    
    .Menu ul li {
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }
    
    .Menu ul li a {
        font-size: 10px;
        color: #F4F4F4;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .3px;
        padding: 0;
        margin: 0;
    }
    
    .urun_box img {
        width: auto;
        height: 150px;
    }
    
    .Pro_in .Pro_desc h1 {
        font-size: 20px!important;
        font-weight: 800;
        margin: 0;
        color: #505050;
        letter-spacing: 0.5px;
    }
    
    .Pro_in .Pro_desc {
        padding: 30px 0!important;
    }
    
    .Pro_color {
        padding: 10px 0!important;
        min-height: 30px!important;
    }
    
    .pro_sepet_desc h3 {
        font-size: 10px!important;
        font-weight: 700;
        color: #505050;
    }
    
    adet {
        display: block;
        text-align: center;
        font-size: 12px!important;
        font-weight: 700;
        color: #505050;
        margin-bottom: -5px!important;
    }
    
    fiyat {
        font-size: 13px!important;
        font-weight: 700;
        color: #505050;
    }
    
    .pro_sepet_size {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px!important;
    }
    
    .modal-content {
        min-width: auto!important;
    }
    
    
    .urunler .u_kat {
        text-align: center;
        display: none;
    }
}