html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #F9F9F9;
    color: #777;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

section {
    width: 100%;
    float: left;
    position: relative;
}



.ustkisim {
    border-bottom: 1px solid #555;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

    .ustkisim .diger {
        position: relative;
        height: 90px;
    }

.yuklenme {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../resim/yukleniyor2_s.svg');
    background-size: 75px;
    background-position: center;
    background-repeat: no-repeat;
}

.ustkisim2 {
    /* border-bottom: 3px solid #555;	*/
    background-color: #fff;
    color:#000;
    /*box-shadow:0px 0px 15px rgba(0,0,0,0.1);*/
   /* padding-top: 20px;
    padding-bottom: 20px;*/
}

    .ustkisim2 .logo {
        width: 130px;
        max-width: 100%;
    }

    .acilirkutudis {
        position: relative;
    }

    .acilirkutuic {
        position: absolute;
        top: 40px;
        margin-left: -20px;
        padding: 5px;
        width: 250px;
        z-index: 2000;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #ddd;
        display: none;
        color:#000;
    }

    .ustkisim2 .aramacubugu {
        margin-top: 5px;
        width: 100%;
    }

        .ustkisim2 .aramacubugu input {
            float: left;
            width: 80%;
        }

        .ustkisim2 .aramacubugu button {
            float: left;
            text-align: center;
            width: 20%;
            height: 45px !important;
        }

    .extrabutonlar {
        margin-top: 14px;
    }

        .extrabutonlar a {
            color: #555;
            font-size: 13px;
            font-weight: lighter;
            text-decoration: none !important;
            position: relative;
        }

    .extra_uye_menusu {
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: -9px;
        background-color: #eee;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 3px;
        position: relative;
    }

        .girisyapanuye {
            width: 100%;
            position: relative;
            color: #666;
        }

            .girisyapanuye .uyeicon {
                width: 30px;
                height: 30px;
                font-size: 29px;
                float: left;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .girisyapanuye .assagiicon {
                width: 30px;
                height: 30px;
                position: absolute;
                top: 0px;
                right: 0px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 25px;
            }

            .girisyapanuye .uyeisimbilgi {
                width: calc(100% - 30px - 30px);
                padding-left: 10px;
                font-size: 18px;
                position: absolute;
                bottom: -2px;
                left: 30px;
            }

    .extrabutonlar .extrabtn {
        width: 115px;
        position: relative;
        float: left;
        text-align: left;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 33px;
        margin-right: 21px;
        border-radius: 3px;
    }

        .extrabutonlar .extrabtn:hover {
            background-color: rgba(255,255,255,0.75);
        }

        .extrabutonlar .extrabtn.extrabtnv2 {
            width: 95px;
        }

        .extrabutonlar .extrabtn.extrabtn_margin0 {
            margin-right: 0px;
        }

        .extrabutonlar .extrabtn i.fa {
            position: absolute;
            top: 5px;
            left: 7px;
            font-size: 20px;
        }

    .extrabutonlar .badge {
        position: absolute;
        top: 11px;
        left: 5.5px;
        background-color: #555;
        font-size: 9px;
    }

    .extrabutonlar a p {
        float: right;
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .ustkisim2 .uyebilgileriust {
        text-align: left !important;
    }

        .ustkisim2 .uyebilgileriust a {
            text-align: left !important;
            float: left;
            position: relative;
        }

            .ustkisim2 .uyebilgileriust a small {
                position: absolute;
                top: -4px;
                left: 41px;
                color: #888;
            }

        .ustkisim2 .uyebilgileriust .altok {
            font-size: 20px;
            float: left;
            margin-left: 5px;
            margin-top: 5px;
        }

        .uyebilgileriust .uyemenusuust {
            padding: 0;
            overflow: hidden;
        }

            .uyebilgileriust .uyemenusuust ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .uyebilgileriust .uyemenusuust ul li {
                    display: block;
                }

                    .uyebilgileriust .uyemenusuust ul li a {
                        float: left;
                        width: 100%;
                        padding: 5px 10px;
                        font-size: 13px;
                        border-bottom: 1px solid #eee;
                    }

                        .uyebilgileriust .uyemenusuust ul li a:hover {
                            text-decoration: none;
                            background-color: #eee;
                        }

.menu {
    background-color: #333;
    height: 45px;
    width: 100%;
    float: left;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border-left: 1px solid #444;
        border-right: 1px solid #444;
        float: left;
    }

        .menu ul li {
            display: inline;
        }

            .menu ul li a {
                color: #fff;
                text-decoration: none;
                padding-top: 12.5px;
                padding-bottom: 12.5px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                font-size: 14px;
            }

                .menu ul li a:hover {
                    background-color: #fff;
                    color: #333;
                }

            .menu ul li .aktif {
                background-color: #fff !important;
                color: #333 !important;
            }

    .menu .menu_row {
        position: relative;
    }

.urlset {
    margin-bottom: 20px;
    font-size: 13px;
    color: #444;
}

.urunfiltresi {
    background-color: #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 25px;
}

    .urunfiltresi .filtebasligi {
        background-color: #222;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 10px;
    }

    .urunfiltresi .filtreicerigi {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

.filtre2 {
    margin-bottom: 20px;
    height: 30px;
    color: #222;
}

    .filtre2 label {
        margin-right: 15px;
    }

.urunresimleri {
    margin-bottom: 20px;
}

    .urunresimleri .resim_mobil_kismi .owl-dots {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .urunresimleri .resim_mobil_kismi .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #666;
            margin: 2.5px;
        }

            .urunresimleri .resim_mobil_kismi .owl-dots .owl-dot.active {
                background-color: #ed9c15;
            }

    .urunresimleri .kapakResmiarkasi {
    }

    .urunresimleri .kapakresmi {
        width: 100%;
        float: left;
        border: 1px solid #aaa;
        border-radius: 5px;
        box-shadow: -3px 3px 0px rgba(0,0,0,0.10);
    }

    .urunresimleri .altresimBlok {
        padding: 0px;
        padding-bottom: 0px;
    }

    .urunresimleri .altresim_row {
        padding-left: 10.5px;
        padding-right: 10.5px;
    }

    .urunresimleri .altresim {
        /*width:100%;*/
        padding: 0px;
        float: left;
        border: 1px solid #ddd;
        margin-bottom: 7px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
    }

        .urunresimleri .altresim:hover {
            border: 1px solid #aaa;
            box-shadow: -3px 3px 0px rgba(0,0,0,0.10);
        }

    .urunresimleri .aktifaltresim {
        border: 1px solid #aaa !important;
        box-shadow: -3px 3px 0px rgba(0,0,0,0.10);
    }

.urunadetbilgisi {
    text-align: right;
    font-size: 13px;
    color: #222;
}

.urunblogu .urundetayi {
    text-align: left;
    color: #222;
}


    .urunblogu .urundetayi .fiyat {
        font-size: 33px;
        float: right;
        margin-top: 10px;
        width: 100%;
        text-align: right;
    }

    .urunblogu .urundetayi .fontsize25px {
    font-size: 25px;
}
    .urunblogu .urundetayi .sepeteeklebutonu {
        margin-top: 10px;
        text-align: right;
    }

        .urunblogu .urundetayi .sepeteeklebutonu i {
            float: left;
            font-size: 24px;
        }

    .urunblogu .urundetayi .adet {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-top: 10px;
    }

    .urunblogu .urundetayi .fiyat small {
        margin-bottom: -5px;
    }

    .urunblogu .urundetayi select {
        height: 63px;
    }

    .urunblogu .urundetayi .tabDetay ul {
        width: 100%;
        float: left;
    }

        .urunblogu .urundetayi .tabDetay ul a {
            font-size: 13px;
            color: #000000;
        }

        .urunblogu .urundetayi .tabDetay ul .active a {
            background-color: #F9F9F9;
        }

    .urunblogu .urundetayi .tabDetay .tab-content {
        width: 100%;
        float: left;
        padding: 15px;
        color: #666;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .urunblogu .urundetayi .secenekler {
        width: 100%;
        float: left;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .urunblogu .urundetayi .secenekler small {
            margin-bottom: 3px;
        }

        .urunblogu .urundetayi .secenekler .aktif {
            background-color: #555;
            color: #fff;
        }

        .urunblogu .urundetayi .secenekler a {
            position: relative;
            width: 40px;
            height: 30px;
            text-align: center;
            border: 1px solid #000;
            float: left;
            font-size: 13px;
            color: #222;
            margin-right: 5px;
            cursor: pointer;
            overflow: hidden;
        }

            .urunblogu .urundetayi .secenekler a:hover {
                text-decoration: none;
                border-width: 3px;
            }

        .urunblogu .urundetayi .secenekler .aktifrenk {
            border-width: 3px !important;
            border-style: dotted !important;
        }

        .urunblogu .urundetayi .secenekler label {
            position: relative;
            width: 40px;
            height: 30px;
            text-align: center;
            border: 1px solid #555;
            float: left;
            font-size: 13px;
            color: #222;
            margin-right: 5px;
            cursor: pointer;
            overflow: hidden;
        }

            .urunblogu .urundetayi .secenekler label:hover {
                background-color: #555;
                color: #fff;
            }

            .urunblogu .urundetayi .secenekler label p {
                position: absolute;
                width: 100%;
                top: 5px;
                left: 0px;
            }

            .urunblogu .urundetayi .secenekler label input {
                opacity: 0;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: -1;
            }

    .urunblogu .urundetayi h1 {
        font-size: 30px;
        font-weight: lighter;
        width: 100%;
        float: left;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .urunblogu .urundetayi small {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        opacity: 0.7;
        font-size: 12px;
    }

.urunfiltresi .filtreicerigi label {
    margin-top: 5px;
    float: left;
}

    .urunfiltresi .filtreicerigi label small {
        margin-left: 10px !important;
        font-size: 13px;
        color: #222;
    }

.menu .menu_row .altmenus {
    position: absolute;
    left: 0px;
    top: 45px;
    display: none;
    /*background-color:#fff;
	padding:5px;	*/
}

    .menu .menu_row .altmenus .altmenus_ic {
        position: relative;
        background-color: #fff;
        padding: 12px 15px;
        z-index: 2000;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }

    .menu .menu_row .altmenus h1 {
        font-size: 19px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        font-weight: lighter;
        color: #333;
    }

    .menu .menu_row .altmenus ul {
        border: none !important;
        margin-top: 10px;
        margin-left: 10px;
    }

        .menu .menu_row .altmenus ul li {
            display: block !important;
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .menu .menu_row .altmenus ul li a {
                color: #333 !important;
                float: none;
                font-size: 12px;
                padding: 0px;
            }

                .menu .menu_row .altmenus ul li a:hover {
                    text-decoration: underline;
                }

    .menu .menu_row .altmenus .kategoriresmi {
        width: 100%;
    }

.anabolum .uyemenusu .menubaslik {
    font-size: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -2px;
    padding: 12px 17px;
    background-color: #555;
    color: #fff;
}

.anabolum .uyemenusu {
    margin-bottom: 20px;
}

    .anabolum .uyemenusu ul {
        list-style: none;
        border-radius: 3px;
        padding: 0;
        margin: 0px;
    }

        .anabolum .uyemenusu ul li {
            display: block;
        }

            .anabolum .uyemenusu ul li a {
                background-color: #fff;
                color: #777;
                width: 100%;
                padding: 12px 17px;
                text-decoration: none;
                border-radius: 3px;
                margin-bottom: -3px;
                float: left;
                box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
            }

            .anabolum .uyemenusu ul li .cikisyap {
                background-color: #AB0025 !important;
                color: #fff !important;
            }

            .anabolum .uyemenusu ul li a:hover {
                background-color: #f5f5f5;
            }

.yuzdeyuzgenislik {
    width: 100%;
    float: left;
}

.anabolum .uyemenusu ul li a i {
    float: right;
    font-size: 16px;
    margin-top: 2px;
}

.mgttop {
    margin-top: 20px;
}

.ustkisim .diger .blok1 {
    position: absolute;
    top: 28px;
    right: 0px;
    padding-top: 6px;
    width: 200px;
    height: 35px;
    text-align: center;
    border: 1px solid #555;
    color: #333;
    border-radius: 10px;
}

.ustkisim .logodv {
    height: 90px;
    margin-top: 0px;
}

.ustkisim .logo {
    height: 85px;
    margin-top: 0px;
}

.adimlar {
    margin-top: 30px;
}

.anabolum {
    margin-top: 20px;
}

    .anabolum .icerik {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        border: 1px solid #ccc;
        min-height: 200px;
        border-radius: 2px;
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .anabolum .row .icerik {
        width: 100%;
        float: left;
    }

    .anabolum .giris_yap_ekran {
        width: 600px;
    }

    .anabolum .uyelik_baslik {
        text-align: center;
        font-size: 21px;
    }

    .anabolum .icerik .adresbasligi {
        height: 32px;
        background-repeat: repeat-x;
        background-image: url('../resim/adres_sprite.png');
        position: relative;
        border: 1px solid #ccc;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .anabolum .icerik .adresbasligi label {
            width: 100%;
            height: 33px;
            position: absolute;
            top: 8px;
            left: 0px;
            color: #555;
            cursor: pointer;
        }

        .anabolum .icerik .adresbasligi input[type=radio] {
            position: absolute;
            top: -3px;
            left: 10px;
            opacity: 0;
        }

        .anabolum .icerik .adresbasligi i {
            position: absolute;
            top: -4px;
            left: 10px;
        }

.kapalicon {
    display: none;
}

.acikicon {
    display: block;
}

.anabolum .icerik .silme {
    margin-top: 26px;
}

.anabolum .icerik .adet {
    width: 50px;
    float: left;
    margin-top: 18px;
}

.anabolum .icerik .variantDegeri {
    width: 80px;
    float: right;
    margin-top: 18px;
}



.anabolum .icerik .fiyat {
    float: left;
    margin-top: 27px;
    margin-left: 0px;
}

.anabolum .icerik .urunresim {
    height: 75px;
    float: left;
}

.anabolum .icerik .urunozellik {
    float: left;
    margin-left: 5px;
}

.anabolum .icerik .paketleme {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.05);
}

    .anabolum .icerik .paketleme .row {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .anabolum .icerik .paketleme .fiyatsepet {
        font-weight: bold;
    }

.borderbottom {
    border-bottom: 1px solid #eee;
}

.borderbottom2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.bordertop {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.altkisim {
    /*margin-top: 25px;*/
    color: #bbb;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 55px;
    padding-bottom: 55px;
}

    .altkisim .altkisim_blok {
        position: relative;
    }

        .altkisim .altkisim_blok .blog_listesi {
            width: 100%;
            float: left;
            position: relative;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .altkisim .altkisim_blok .blog_listesi li {
                width: 100%;
                float: left;
                margin-bottom: 10px;
                margin: 0px;
                display: block;
            }

                .altkisim .altkisim_blok .blog_listesi li a {
                    width: 100%;
                    float: left;
                    position: relative;
                    margin-bottom: 10px;
                }

                    .altkisim .altkisim_blok .blog_listesi li a .blog_resmi {
                        width: 50px;
                        height: 50px;
                        float: left;
                        border: 1px solid #eee;
                    }

                    .altkisim .altkisim_blok .blog_listesi li a h2 {
                        width: calc(100% - 50px);
                        font-size: 14px;
                        color: #444;
                        float: left;
                        padding-left: 10px;
                    }

                    .altkisim .altkisim_blok .blog_listesi li a:hover {
                        background-color: #f9f9f9;
                    }

        .altkisim .altkisim_blok .ebulten_alan {
            width: 100%;
            float: left;
            margin-bottom: -8px;
        }

            .altkisim .altkisim_blok .ebulten_alan .btn {
                width: 60px;
                float: right;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
                height: 35px;
            }

            .altkisim .altkisim_blok .ebulten_alan .form-control {
                width: calc(100% - 60px);
                float: left;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }

        .altkisim .altkisim_blok .blok_baslik {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            font-size: 20px;
            color: #222;
        }

        .altkisim .altkisim_blok .blok_menusu {
            width: 100%;
            float: left;
            position: relative;
            list-style: none;
            padding: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .altkisim .altkisim_blok .blok_menusu li {
                display: block;
            }

                .altkisim .altkisim_blok .blok_menusu li a {
                    color: #555;
                    text-decoration: none !important;
                }

                    .altkisim .altkisim_blok .blok_menusu li a:hover {
                        color: #000;
                    }

        .altkisim .altkisim_blok .sosyal_medya_icons {
            position: relative;
            width: 100%;
            float: left;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .altkisim .altkisim_blok .sosyal_medya_icons li {
                float: left;
                display: inline-block;
            }

                .altkisim .altkisim_blok .sosyal_medya_icons li a {
                    width: 35px;
                    height: 35px;
                    margin-right: 10.3px;
                    border-radius: 3px;
                    float: left;
                    background-color: #eee;
                    border: 1px solid #eee;
                    color: #000;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-decoration: none !important;
                }

                    .altkisim .altkisim_blok .sosyal_medya_icons li a:hover {
                        background-color: #fff;
                    }

                .altkisim .altkisim_blok .sosyal_medya_icons li:nth-last-child(1) a {
                    margin-right: 0px;
                }

        .altkisim .altkisim_blok .dipnot_alt {
            width: 100%;
            float: left;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 13px;
            color: #666;
            text-align: justify;
            font-style: italic;
        }

.r-border {
    border-right: 1px solid #eee;
}

.l-border {
    border-left: 1px solid #eee;
}

.baslik {
    margin-bottom: 25px;
}

.ortala {
    text-align: center;
}

.sepettablosu {
    font-size: 12px;
}

.sagayasla {
    text-align: right;
}

.solayasla {
    text-align: left;
}

.iconusagayasla {
    text-align: left;
}

    .iconusagayasla i {
        float: right;
        margin-top: 3px;
    }

.sepetbos {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .sepetbos h1 {
        margin-bottom: 10px;
    }

    .sepetbos h4 {
        margin-bottom: 10px;
    }

    .sepetbos p {
        margin-bottom: 10px;
    }

.abaslik {
    margin-bottom: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    border-radius: 3px;
}

.urunblogu {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .urunblogu .uruntek {
        background-color: #EDEDED;
        padding: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-radius: 5px;
        position: relative;
        color: #111;
        overflow: hidden;
        float: left;
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }

        .urunblogu .uruntek:hover {
            box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
        }

        .urunblogu .uruntek .uruntekkapak {
            width: 100%;
            float: left;
        }

        .urunblogu .uruntek .uruntekbaslik {
            float: left;
            width: 100%;
            font-size: 17px;
            text-align: center;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .urunblogu .uruntek .uruntekfiyat {
            float: left;
            width: 100%;
            font-size: 14px;
            text-align: center;
            margin-bottom: 10px;
        }

            .urunblogu .uruntek .uruntekfiyat small {
                text-decoration: line-through;
                opacity: 0.7;
                margin-right: 15px;
                color: #CD0000;
            }

            .urunblogu .uruntek .uruntekfiyat big {
                font-size: 14px;
                color: #21A800;
            }

.adresicerigi {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 15px;
    overflow: hidden;
    font-size: 13px;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

.pdtop {
    padding-top: 15px;
}

.pdbottom {
    padding-bottom: 15px;
}

.kapali {
    padding: 0;
    height: 0px;
    border: 0;
    opacity: 0;
}

.acik {
    height: 200px;
    opacity: 1;
}

.adressecimi1 {
    border-radius: 3px;
}

.adressecimi2 {
    border-radius: 3px;
}

.form-control {
    /*margin-bottom: 7px;
    border-width: 1px !important;
    color: #555 !important;*/
}

    .form-control:focus {
        border-color: #999 !important;
    }

.btn {
    outline: none !important;
    border-width: 1px !important;
}

label {
    cursor: pointer;
    font-weight: lighter;
}

.kirmizi {
    color: #d9534f;
}

.on_resim {
    width: 70px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.1);
}

.on_bilgi {
    width: auto;
    float: left;
}

    .on_bilgi h5 {
        margin-bottom: 7px;
    }

    .on_bilgi h6 {
        margin-bottom: 3px;
    }

.adres_onizleme h4 {
    margin-bottom: 7px;
}

.adres_onizleme h6 {
    margin-bottom: 3px;
    font-weight: lighter;
}

.urun_onizleme {
    margin-bottom: 15px;
}

.adres_onizleme {
    margin-bottom: 30px;
}

.kapla {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.relative {
    position: relative;
}

.mobilmenu {
    display: none;
}

.mobilanasayfa {
    display: none;
}

.urunblogu .urun_detay_tabi {
    width: 100%;
    float: left;
    position: relative;
}

    .urunblogu .urun_detay_tabi ul {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
        z-index: 15;
        margin-bottom: -1px;
    }

        .urunblogu .urun_detay_tabi ul li {
            display: inline-block;
            float: left;
            border-top: 1px solid #aaa;
            border-left: 1px solid #aaa;
            border-right: 1px solid #aaa;
            padding: 10px 20px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            cursor: pointer;
            margin-left: -1px;
        }

            .urunblogu .urun_detay_tabi ul li:nth-child(1) {
                margin-left: 0px;
            }

            .urunblogu .urun_detay_tabi ul li.aktif {
                border-top: 3px solid #aaa;
                padding-top: 8px;
                border-bottom: 1px solid #f9f9f9;
            }

            .urunblogu .urun_detay_tabi ul li:hover {
                border-top: 3px solid #aaa;
                padding-top: 8px;
            }

    .urunblogu .urun_detay_tabi .detay_tabi_icerik {
        width: 100%;
        float: left;
        display: none;
        border-top: 1px solid #aaa;
        padding-top: 10px;
    }

        .urunblogu .urun_detay_tabi .detay_tabi_icerik.aktif {
            display: block;
        }

.yorum_liste {
    position: relative;
    border-right: 1px solid #bbb;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .yorum_liste .yorum_yapilmamis {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

        .yorum_liste .yorum_yapilmamis p {
            width: 100%;
            float: left;
            margin-top: 5px;
            margin-bottom: 0px;
            text-align: center;
            font-weight: bold;
        }

.yorum_form_alani {
    position: relative;
}

    .yorum_form_alani .giris_yapilmamis {
        width: 100%;
        position: relative;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .yorum_form_alani .giris_yapilmamis p {
            width: 100%;
            text-align: center;
            float: left;
            font-weight: bold;
        }

    .yorum_form_alani .form_kismi {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.yorum_liste .yorum_tek {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    padding: 20px;
    position: relative;
    height: auto;
}

    .yorum_liste .yorum_tek .isim {
        width: calc(100% - 122px);
        height: 21px;
        position: relative;
        float: left;
        font-weight: bold;
    }

    .yorum_liste .yorum_tek .yildizlar {
        float: right;
        width: 122px;
        height: 21px;
        position: relative;
        background-color: #ddd;
    }

        .yorum_liste .yorum_tek .yildizlar .yildiz_maskesi {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            background-image: url(../resim/yildiz_maske.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 15;
        }

        .yorum_liste .yorum_tek .yildizlar .yildiz_yuzdesi {
            width: auto;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 14;
            background-color: #efce4a;
        }

    .yorum_liste .yorum_tek .mesaj {
        width: 100%;
        float: left;
        margin-top: 10px;
        position: relative;
    }

#yorumalan {
    max-width: 100%;
}

.sepet_alani {
    float: left;
    position: relative;
}

    .sepet_alani .sepet_icindekiler {
        width: 250px;
        height: auto;
        padding: 15px;
        background-color: #fff;
        color:#ca8b24;
        top: 35px;
        right: -5px;
        border: 1px solid #ddd;
        z-index: 55;
        position: absolute;
        border-radius: 2px;
        display: none;
    }

        .sepet_alani .sepet_icindekiler .sepetteki_itemler {
            list-style: none;
            width: 100%;
            float: left;
            padding: 0px;
            margin: 0px;
        }

            .sepet_alani .sepet_icindekiler .sepetteki_itemler li {
                width: 100%;
                float: left;
                display: block;
                position: relative;
            }

                .sepet_alani .sepet_icindekiler .sepetteki_itemler li .urun_resmi {
                    width: 35px;
                    height: 35px;
                    border: 1px solid #eee;
                    float: left;
                    margin-bottom: 10px;
                }

                .sepet_alani .sepet_icindekiler .sepetteki_itemler li .urun_ismi {
                    width: calc(100% - 35px);
                    float: left;
                    padding-left: 10px;
                    height: auto;
                    font-size: 14px;
                }

            .sepet_alani .sepet_icindekiler .sepetteki_itemler .btn {
            }

        .sepet_alani .sepet_icindekiler p.sepetiniz_bos {
            width: 100%;
            float: left;
            margin: 0px;
            text-align: center;
            font-size: 12px;
        }

        .sepet_alani .sepet_icindekiler .sepet_plys {
            position: absolute;
            right: 10px;
            top: -14px;
            z-index: 5;
        }

.icerik_blogu .dikey_menu {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
}

    .icerik_blogu .dikey_menu h1 {
        font-weight: lighter;
        font-size: 30px;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .icerik_blogu .dikey_menu ul {
        list-style: none;
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        .icerik_blogu .dikey_menu ul li {
            display: block;
            width: 100%;
            float: left;
        }

            .icerik_blogu .dikey_menu ul li a {
                width: 100%;
                float: left;
                color: #444;
                margin-bottom: 2px;
                padding: 5px 10px;
                text-decoration: none;
                background-color: #ddd;
            }

                .icerik_blogu .dikey_menu ul li a:hover {
                    background-color: #ccc;
                }

.icerik_blogu .yazi_alani {
    padding-top: 25px;
    padding-bottom: 40px;
}

.buton_sabitlemek {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
}

    .buton_sabitlemek .btn {
        border-radius: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buton_sabitlemek .btn_kapla {
        width: 100% !important;
        padding: 0px;
        font-size: 19px;
        height: 100% !important;
    }

.urun_gal_row {
    padding-left: 10px;
    padding-right: 10px;
}

    .urun_gal_row .urun_tek_dis {
        padding: 5px;
    }

.menu ul li.uye_bilgi {
    display: none;
}

.giris_sorusu_menu {
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

    .giris_sorusu_menu li {
        display: block;
        width: 100%;
        float: left;
    }

        .giris_sorusu_menu li a {
            border-bottom: 1px solid #dfdfdf;
            width: 100%;
            float: left;
            text-align: center;
            font-size: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #555;
            text-decoration: none !important;
            height: 45px;
            background-color: #f9f9f9;
        }

        .giris_sorusu_menu li:nth-last-child(1) a {
            border-bottom: 0px;
        }

        .giris_sorusu_menu li a:hover {
            background-color: #dfdfdf;
        }
/* BOOTSTRAP COMPONENTS */
/* XS */
@media (max-width: 767px) {
    .anabolum .icerik h3 {
        text-align: center;
    }

        .anabolum .icerik h3 small {
            text-align: center;
            width: 100%;
        }

    .mobilanasayfa {
        display: block;
        color: #fff;
        font-size: 23px;
        float: left;
        padding: 0px;
        padding-top: 12px;
    }

        .mobilanasayfa:hover {
            color: #eee;
        }

    .mobilmenu {
        display: block;
        float: none;
        margin-top: 1px;
        position: absolute;
        top: -50px;
        right: 10px;
    }

        .mobilmenu .sepet_rozeti_mn {
            width: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 11px;
            height: 17px;
            background-color: #B51B1D;
            position: absolute;
            top: -7px;
            right: -7px;
            border-radius: 50%;
        }

    .anamenu {
        display: none;
    }

    .ustkisim .logodv {
        text-align: center;
    }

    .ustkisim .diger .blok1 {
        top: 28px;
        right: 0px;
        left: 0px;
        margin: auto;
    }

    .forms {
        margin-top: 20px;
        border: 0;
    }

    .adressecimi1 {
        margin: 0;
    }

    .adressecimi2 {
        margin-top: 10px;
    }

    .adres_block, .urun_block {
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .extra_buton_yazilari {
        display: none;
    }

    .extrabutonlar a {
        text-align: right;
    }

    .uyebilgileriust p {
        font-size: 13px;
    }

    .uye_ismi_alani {
        margin-left: 10px !important;
    }

    .uyebilgileriust .altok {
        position: absolute;
        top: 0px;
        right: 20px;
    }

    .uyebilgileriust .uyemenusuust {
        max-width: 120% !important;
    }

    .anabolum .icerik {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 5px;
        padding-top: 16px;
    }

    .ustkisim2 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .ustkisim2 .logodiv {
            text-align: left;
            margin-bottom: 10px;
        }

        .extrabutonlar a {
            font-size: 13px;
        }

            .extrabutonlar a i {
                font-size: 17px;
                margin-top: 5px;
            }

            .extrabutonlar a p {
                margin-left: 2px;
            }

    .urunblogu .uruntek .uruntekbaslik {
        font-size: 14px;
    }

    .urunblogu .uruntek .uruntekfiyat {
        font-size: 13px;
    }

        .urunblogu .uruntek .uruntekfiyat big {
            font-size: 13px;
        }

    .filtre2 {
        height: auto;
    }

    .urunblogu .urundetayi .adet {
        width: 100%;
    }

    .menu {
        height: 1px;
    }

    .menu_col {
        position: relative;
    }

    .menu ul {
        position: absolute;
        width: 100%;
        top: 1px;
        left: 0px;
        z-index: 2000;
        background-color: #333;
    }

        .menu ul li {
            width: 100%;
            float: left;
        }

            .menu ul li.acilir {
                width: 50%;
                position: relative;
            }

                .menu ul li.acilir a {
                    text-align: center;
                }

            .menu ul li.uye_bilgi {
                display: block;
            }

                .menu ul li.uye_bilgi.sepet_mbl a {
                    background-color: #333;
                    text-align: left;
                    position: relative;
                }

                    .menu ul li.uye_bilgi.sepet_mbl a:hover {
                        background-color: #555 !important;
                    }

                    .menu ul li.uye_bilgi.sepet_mbl a .sepet_rozeti {
                        width: 60px;
                        height: 20px;
                        border-radius: 5px;
                        background-color: #B51B1D;
                        color: #fff;
                        font-size: 11px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        top: 0px;
                        bottom: 0px;
                        margin-top: auto;
                        margin-bottom: auto;
                        right: 15px;
                    }

                .menu ul li.uye_bilgi a {
                    text-align: center;
                    color: #fff;
                    background-color: #555;
                }

                .menu ul li.uye_bilgi.acilirkutudis {
                    position: relative;
                }

                    .menu ul li.uye_bilgi.acilirkutudis .acilirkutuic {
                        width: 100%;
                        float: left;
                        background-color: #fff;
                        padding: 17.5px;
                        display: none;
                    }

                    .acilirkutuic ul li a {
                        color:#000;
                    }


                .menu ul li.uye_bilgi.uye_bilgi_yarim {
                    width: 50%;
                }

                    .menu ul li.uye_bilgi.uye_bilgi_yarim a {
                        background-color: #555;
                    }

                        .menu ul li.uye_bilgi.uye_bilgi_yarim a:active {
                            background-color: #444;
                        }

            .menu ul li a {
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.15);
                font-size: 13px;
                height: auto !important;
            }

            .menu ul li .altmenus {
                width: calc(100% + 100%);
                background-color: #fff;
                position: absolute;
                float: left;
                top: 43px !important;
                border-bottom: 1px solid #333;
            }

                .menu ul li .altmenus h1 {
                    display: none;
                }

                .menu ul li .altmenus .altmenus_ic {
                    box-shadow: none !important;
                    padding: 0 !important;
                    margin-bottom: 0px;
                }

                .menu ul li .altmenus .menu_alani {
                    padding: 0px;
                }

                .menu ul li .altmenus ul {
                    position: relative;
                    margin-top: 0px !important;
                    top: 0px;
                    left: 0px;
                    margin-left: 0px !important;
                    margin-right: 0px;
                    background-color: #fff;
                }

                    .menu ul li .altmenus ul li {
                        margin-top: 0px !important;
                        margin-bottom: 0px !important;
                    }

                        .menu ul li .altmenus ul li a {
                            width: 100%;
                            padding-top: 7px !important;
                            padding-bottom: 7px !important;
                            text-align: center;
                            float: left !important;
                            font-size: 13px !important;
                        }

    .altkisim {
        margin-top: 0px;
    }

        .altkisim .altkisim_blok {
            margin-bottom: 25px;
        }

    .urun_detay_tabi {
        margin-top: 20px;
    }

    .uyemenusu {
        padding-left: 5px;
        padding-right: 5px;
    }

    .abaslik {
        border-bottom: 0px;
        text-align: center;
    }

    .urlset {
        display: none;
        font-size: 11px;
    }

    .urun_gal_row {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

        .urun_gal_row .urun_tek_dis {
            padding: 2.5px;
        }

    .altresim_row {
        padding-left: 13px;
        padding-right: 13px;
    }

    .urunresimleri .altresimBlok {
        padding: 2px;
    }

    .buton_sabitlemek {
        display: block;
    }

    .anabolum .giris_yap_ekran {
        width: 100%;
        margin-bottom: 20px;
    }

        .anabolum .giris_yap_ekran .icerik {
            padding-bottom: 20px;
            padding-top: 0px;
        }

    .giris_sorusu_menu {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .devam_icin_yol {
        margin-top: 10px;
        font-size: 18px !important;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 970px) {
    .ustkisim .logodv {
        text-align: left;
    }

    .ustkisim .diger .blok1 {
        top: 28px;
        right: 0px;
        left: auto;
    }

    .forms {
        margin-top: 0px;
    }

    .adressecimi1 {
        margin: 0;
    }

    .adressecimi2 {
        margin-top: 10px;
    }

    .adres_block, .urun_block {
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .extrabutonlar a {
        font-size: 14px;
    }

    .anabolum .icerik h3 {
        text-align: center;
    }

        .anabolum .icerik h3 small {
            text-align: center;
            width: 100%;
        }

    .mobilanasayfa {
        display: block;
        color: #fff;
        font-size: 23px;
        float: left;
        padding: 0px;
        padding-top: 12px;
    }

        .mobilanasayfa:hover {
            color: #eee;
        }

    .mobilmenu {
        display: block;
        float: none;
        margin-top: 1px;
        position: absolute;
        top: -50px;
        right: 10px;
    }

        .mobilmenu .sepet_rozeti_mn {
            width: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 11px;
            height: 17px;
            background-color: #B51B1D;
            position: absolute;
            top: -7px;
            right: -7px;
            border-radius: 50%;
        }

    .anamenu {
        display: none;
    }

    .ustkisim .logodv {
        text-align: center;
    }

    .ustkisim .diger .blok1 {
        top: 28px;
        right: 0px;
        left: 0px;
        margin: auto;
    }

    .forms {
        margin-top: 20px;
        border: 0;
    }

    .adressecimi1 {
        margin: 0;
    }

    .adressecimi2 {
        margin-top: 10px;
    }

    .adres_block, .urun_block {
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .extra_buton_yazilari {
        display: none;
    }

    .extrabutonlar a {
        text-align: right;
    }

    .uyebilgileriust p {
        font-size: 13px;
    }

    .uye_ismi_alani {
        margin-left: 10px !important;
    }

    .uyebilgileriust .altok {
        position: absolute;
        top: 0px;
        right: 20px;
    }

    .uyebilgileriust .uyemenusuust {
        max-width: 120% !important;
    }

    .anabolum .icerik {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 5px;
        padding-top: 16px;
    }

    .ustkisim2 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .ustkisim2 .logodiv {
            text-align: left;
            margin-bottom: 10px;
        }

        .extrabutonlar a {
            font-size: 13px;
        }

            .extrabutonlar a i {
                font-size: 17px;
                margin-top: 5px;
            }

            .extrabutonlar a p {
                margin-left: 2px;
            }

    .urunblogu .uruntek .uruntekbaslik {
        font-size: 14px;
    }

    .urunblogu .uruntek .uruntekfiyat {
        font-size: 13px;
    }

        .urunblogu .uruntek .uruntekfiyat big {
            font-size: 13px;
        }

    .filtre2 {
        height: auto;
    }

    .urunblogu .urundetayi .adet {
        width: 100%;
    }

    .menu {
        height: 1px;
    }

    .menu_col {
        position: relative;
    }

    .menu ul {
        position: absolute;
        width: 100%;
        top: 1px;
        left: 0px;
        z-index: 2000;
        background-color: #333;
    }

        .menu ul li {
            width: 100%;
            float: left;
        }

            .menu ul li.acilir {
                width: 50%;
                position: relative;
            }

                .menu ul li.acilir a {
                    text-align: center;
                }

            .menu ul li.uye_bilgi {
                display: block;
            }

                .menu ul li.uye_bilgi.sepet_mbl a {
                    background-color: #333;
                    text-align: left;
                    position: relative;
                }

                    .menu ul li.uye_bilgi.sepet_mbl a:hover {
                        background-color: #555 !important;
                    }

                    .menu ul li.uye_bilgi.sepet_mbl a .sepet_rozeti {
                        width: 60px;
                        height: 20px;
                        border-radius: 5px;
                        background-color: #B51B1D;
                        color: #fff;
                        font-size: 11px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        top: 0px;
                        bottom: 0px;
                        margin-top: auto;
                        margin-bottom: auto;
                        right: 15px;
                    }

                .menu ul li.uye_bilgi a {
                    text-align: center;
                    color: #fff;
                    background-color: #555;
                }

                .menu ul li.uye_bilgi.acilirkutudis {
                    position: relative;
                }

                    .menu ul li.uye_bilgi.acilirkutudis .acilirkutuic {
                        width: 100%;
                        float: left;
                        background-color: #fff;
                        padding: 17.5px;
                        display: none;
                    }

                .menu ul li.uye_bilgi.uye_bilgi_yarim {
                    width: 50%;
                }

                    .menu ul li.uye_bilgi.uye_bilgi_yarim a {
                        background-color: #555;
                    }

                        .menu ul li.uye_bilgi.uye_bilgi_yarim a:active {
                            background-color: #444;
                        }

            .menu ul li a {
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.15);
                font-size: 13px;
                height: auto !important;
            }

            .menu ul li .altmenus {
                width: calc(100% + 100%);
                background-color: #fff;
                position: absolute;
                float: left;
                top: 43px !important;
                border-bottom: 1px solid #333;
            }

                .menu ul li .altmenus h1 {
                    display: none;
                }

                .menu ul li .altmenus .altmenus_ic {
                    box-shadow: none !important;
                    padding: 0 !important;
                    margin-bottom: 0px;
                }

                .menu ul li .altmenus .menu_alani {
                    padding: 0px;
                }

                .menu ul li .altmenus ul {
                    position: relative;
                    margin-top: 0px !important;
                    top: 0px;
                    left: 0px;
                    margin-left: 0px !important;
                    margin-right: 0px;
                    background-color: #fff;
                }

                    .menu ul li .altmenus ul li {
                        margin-top: 0px !important;
                        margin-bottom: 0px !important;
                    }

                        .menu ul li .altmenus ul li a {
                            width: 100%;
                            padding-top: 7px !important;
                            padding-bottom: 7px !important;
                            text-align: center;
                            float: left !important;
                            font-size: 13px !important;
                        }

    .altkisim {
        margin-top: 0px;
    }

        .altkisim .altkisim_blok {
            margin-bottom: 25px;
        }

    .urun_detay_tabi {
        margin-top: 20px;
    }

    .uyemenusu {
        padding-left: 5px;
        padding-right: 5px;
    }

    .abaslik {
        border-bottom: 0px;
        text-align: center;
    }

    .urlset {
        display: none;
        font-size: 11px;
    }

    .urun_gal_row {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

        .urun_gal_row .urun_tek_dis {
            padding: 2.5px;
        }

    .altresim_row {
        padding-left: 13px;
        padding-right: 13px;
    }

    .urunresimleri .altresimBlok {
        padding: 2px;
    }

    .buton_sabitlemek {
        display: block;
    }

    .anabolum .giris_yap_ekran {
        width: 100%;
        margin-bottom: 20px;
    }

        .anabolum .giris_yap_ekran .icerik {
            padding-bottom: 20px;
            padding-top: 0px;
        }

    .ustkisim2 .aramacubugu {
        margin-top: 8px;
    }

    .borderbottom2 {
        border-bottom: 0px;
    }
}

/* MD */
@media (min-width: 970px) and (max-width: 1170px) {
    .ustkisim .logodv {
        text-align: left;
    }

    .ustkisim .diger .blok1 {
        top: 28px;
        right: 0px;
        left: auto;
    }

    .forms {
        margin-top: 0px;
    }

    .adressecimi1 {
        margin: 0;
    }

    .adressecimi2 {
        margin: 0;
    }

    .adres_block, .urun_block {
        padding-bottom: 5px;
        margin-bottom: 20px;
        /*border-bottom:1px solid #ddd;	*/
    }
}

/* LG */
@media (min-width: 1171px) {
    .ustkisim .logodv {
        text-align: left;
    }

    .ustkisim .diger .blok1 {
        top: 28px;
        right: 0px;
        left: auto;
    }

    .forms {
        margin-top: 0px;
    }

    .adressecimi1 {
        margin: 0;
    }

    .adressecimi2 {
        margin: 0;
    }

    .adres_block, .urun_block {
        padding-bottom: 5px;
        margin-bottom: 20px;
        /*border-bottom:1px solid #ddd;	*/
    }
}

