﻿/* Font */
@font-face { font-family: 'CenturyGothic'; src: url('../font/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../font/CenturyGothic/CenturyGothic.woff') format('woff'), url('../font/CenturyGothic/CenturyGothic.ttf') format('truetype'), url('../font/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg'); font-weight: normal; font-style: normal; }
/* Scroll */
scrollbar{ width: 8px; }
scrollbar-button { background: #e3dbce; color: #eee; }
scrollbar-track { background-color: #fff; border-left: 1px solid #eee; }
scrollbar-thumb { background-color: #e3dbce; }
    scrollbar-thumb:hover { background-color: #e3dbce; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-button { background: #e3dbce; color: #eee; }
::-webkit-scrollbar-track { background-color: #fff; border-left: 1px solid #eee; }
::-webkit-scrollbar-thumb { background-color: #e3dbce; }
    ::-webkit-scrollbar-thumb:hover { background-color: #e3dbce; }

/* Genel */
html, body, form { height: 100%; font-family: 'CenturyGothic', sans-serif; color: #1e1c20; font-weight: 300; font-size: 12px; }
.margn5 { margin: 5px; }
.full { width: 100%; }
.Buton { background: #faf9f7; padding: 7px 20px; font-weight: 500; color: #7C7C7C; border: 1px solid #DDDDDD; display: inline-block; margin: 10px 0; font-family: 'Kanit', sans-serif; font-size: 14px; }
.satir { width: 100%; position: relative; padding: 0 5px; float: left; margin: 2px 0; }
.satirY { width: 50%; position: relative; float: left; padding: 0 5px; min-height: 66px; margin: 2px 0; }
#menu-1 .dropdown-menu{left:auto;}

/* SAYFA YAPISI */
.sayfa { width: 100%; padding: 10px; background: #fff; margin: 0; float: left; }
.icerik { width: 100%; border: 1px solid #eee; padding: 10px; float: left; }
h1.bslk { font-size: 15px; font-weight: bold; color: #2d2d2d; text-align: center; position: relative; }
    h1.bslk::after { content: " "; width: 100%; height: 1px; background: #2d2d2d; position: absolute; left: 0; top: 8px; z-index: -2; }
    h1.bslk::before { content: " "; width: 250px; height: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; top: 0px; z-index: -2; background: #fff; z-index: -1; }
.Icbaslik { background: #fff; padding: 10px; margin: 0 10px; }
    .Icbaslik h3 { font-size: 20px; margin: 14px 0 0 0; padding-left: 15px; color: #65605c; font-family: 'Kanit', sans-serif; border-left: 2px solid #7c7c7c; }

/* BUTON VE SELECT */
input[type="checkbox"], input[type="radio"] { vertical-align: sub; width: 18px; height: 18px; top: 5px; margin: 5px; background: #eee; position: relative; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; cursor: pointer; }
    input[type="checkbox"]:checked::after, input[type="radio"]:checked::after { position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #444; display: block; content: ''; border-radius: 0; border: 1px solid #fff; }
.sayfa select { height: 35px; border: none; background: #eee; padding: 0px 20px; width: auto; display: inline-block; }
.GroupLabel { float: left; background: #f7faf9; border: 1px solid #EEF0F3; color: #808080; margin-right: 2px; min-width: 50px; display: inline-block; padding: 8px 5px; min-width: 134px; }

/* TEXT BOX */
.form-control { border-radius: 0; }
    .form-control:focus { border-color: #cbbc9f; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; }
.input-group .form-control { border-radius: 0; }
    .input-group .form-control:focus { border-color: #cbbc9f; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; }
.sayfa .form-control { border-radius: 0; background: #f7faf9; border: 1px solid #bdc9db; box-shadow: none; max-width: 100%; margin: 0 auto; }
.sayfa .ErrorControl { border: 1px solid #dd1f26; }

/* HATA MESAJLARI */
.ErrorVal { position: absolute; top: -22px; left: 10px; display: inline-block; background: #dd1f26; padding: 2px 5px; border-radius: 3px; color: #fff; }
    .ErrorVal::after { content: ""; position: absolute; bottom: -5px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #dd1f26 transparent transparent transparent; left: 30px; }
.Requierd span { background: #dd1f26; color: #fff; padding: 20px; width: 100%; }

/* Header */
header { font-family: 'Kanit', sans-serif; }
.hTp { background: #faf9f7; border-bottom: 1px solid #e9e9e9; }
    .hTp > div > div > .hLink > li > a { font-size: 12px; padding: 5px 10px; display: block; color: #7c7c7c; text-transform: capitalize; }
    .hTp > div > div > .hGrs > li > a { font-size: 12px; padding: 5px 10px; display: block; color: #7c7c7c; }
    .hTp > div > div > ul > li > a:hover { background: #fff; }
    .hTp > div > div > .hGrs > li > .btnFace { background: #4e69a2; color: #fff; font-weight: 400; font-size: 11.5px; padding-left: 25px; position: relative; text-shadow: 0px 1px 3px #000; }
    .hTp > div > div > ul > li > .btnFace > i { position: absolute; left: 5px; font-size: 20px; top: 3px; }
.FDil > .dropdown-menu > li > a { font-size: 12px; text-transform: uppercase; font-weight: 300; }

/* Header Middle */
.Hlogo > a { display: block; text-align: center; margin: 10px; }
.Hmdl > ul > li > a { margin: 10px 0; display: inline-block; position: relative; font-weight: 500; color: #7c7c7c; }
    .Hmdl > ul > li > a > i { font-size: 24px; margin-right: 10px; color: #7c7c7c; }
    .Hmdl > ul > li > a > span { background: #e9e9e9; padding: 0px 4px; border-radius: 10px; position: absolute; left: 18px; font-size: 12px; top: 10px; font-weight: bold; color: #7c7c7c; }
.Hmda .form-control { border-radius: 0; height: 28px; width: 180px; }
.btnAra { padding: 3px 10px; border: 1px solid #ccc; display: inline-block; position: relative; top: 1px; color: #808080; }

/* Header Bottom */
.Hbt { border-bottom: 1px solid #e9e9e9; }
#menu-1 > ul > li > a { display: block; position: relative; padding: 0px 15px; font-size: 14px; color: #7c7c7c; font-family: 'Sumana', serif; font-weight: bold; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; text-shadow: 0 0 1px rgba(255,255,255,0.3); }

/* Footer */
.Ftr { background: #faf9f7; border-top: 1px solid #e9e9e9; font-family: 'Kanit', sans-serif; }
.ftrt { padding-top: 20px; padding-bottom: 10px; }
.fbaslk { font-size: 14px; font-weight: 500; color: #5c5c5c; }
.ftrlnk ul li a { text-transform: capitalize; font-size: 12px; }
.ftrblg ul li a, .ftrkat ul li a { font-size: 12px; }
.ftrSoc > ul > li > a > i { font-size: 18px; margin: 0 5px; color: #5c5c5c; }
.ftrBltn .form-control { border-radius: 0; height: 28px; width: 180px; }
.btnKyt { padding: 3px 10px; border: 1px solid #ccc; display: inline-block; position: relative; top: 1px; color: #808080; }
.ftrBltn { position: relative; }

/* Footer Middle */
.ftrm { padding: 10px 0; border: 1px solid #e9e9e9; border-left: 0; border-right: 0; }
.ftrBnk img { margin: auto; }

/* Footer Bottom */
.ftrb p { font-size: 12px; padding: 5px 10px; }
.ftrb ul li { font-size: 12px; padding: 5px 10px; display: inline-block; }

/* Ürünler */
.prd { display: inline-block; margin: 5px; border: 1px solid #EEF0F3; font-family: 'Kanit', sans-serif; }
    .prd:hover { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; -webkit-transform: translatez(0); }
.btnSpt { position: absolute; top: 20px; left: -28px; transform: rotate(-45deg); background: #e74c3c; color: #fff; padding: 3px 25px; text-shadow: 0px 0px 2px #000; }
.newproduct { position: absolute; top: 17px; right: -26px; transform: rotate(45deg); background: green; padding: 3px 29px; color: #fff; font-size: 12px; text-shadow: 0px 0px 2px #000; }
.pTp { border-bottom: 1px solid #EEF0F3; overflow: hidden; position: relative; }
    .pTp > img { min-height: 230px; max-height: 230px; }
.pBtm { display: block; padding: 8px; background: #f7faf9; position: relative; text-align: center; }
    .pBtm::after { content: ""; position: absolute; bottom: 0; width: 0; height: 3px; display: inline-block; background: #AEA095; transition: width .5s ease-in; transform: translateX(-50%); left: 50%; }
.prd:hover .pBtm::after { width: 100%; transition: width .5s ease-in; }
.Pname { font-weight: 600; }
.Pname, .Pcode { width: 50%; font-size: 0.9em; float: left; text-align: left; }
.Pbrand, .Pprice { width: 50%; float: right; font-size: 0.9em; text-align: right; }
.btnPro { background: #AEA095; color: #fff; padding: 3px 11px; display: inline-block; font-weight: 400; font-size: 0.9em; text-transform: uppercase; }
    .btnPro:hover { background: #FFF; color: #AEA095; }
    .btnPro i { margin-right: 5px; }



@media(max-width:767px) {
    .navbar-toggle { border-top: 1px solid #7C7C7C; border-bottom: 1px solid #7C7C7C; text-align: left; border-radius: 0; }
    .toggle-text, .toggle-icon { display: inline-block; vertical-align: middle; font-size: 14px; }
    #menu-1 { position: absolute; z-index: 9999; width: 100%; background: #fff; margin: 0; padding: 0; overflow: visible; }
        #menu-1 > ul > li { display: block; }
            #menu-1 > ul > li > a { padding: 10px; }
    .Hmdl, .Hmda { display: inline-block; }
        .Hmda .form-control { width: 160px; }
    .hLink { display: none; }
    .Hmda > div > .form-group { display: inline-flex; }
    .Hlogo img { max-width: 160px; }
    .satirY { width: 100%; }
    .GroupLabel { background: transparent; border: 0; display: block; width: 100%; }
    .sayfa .form-control { padding: 0; }
    .ftrt { padding: 10px; }
    .ftrblg ul li a, .ftrlnk ul li a, .ftrkat ul li a { padding: 8px; display: block; }
    .ftrSoc { text-align: center; }
    .form-inline .form-group, .btnKyt { display: inline-block; vertical-align: middle; margin-bottom: 0; }
}

@media(min-width:768px) {
    #menu-1 > ul > li > a::before { position: absolute; top: 55%; left: 50%; color: transparent; content: "•"; text-shadow: transparent 0px 0px; font-size: 1.2em; transform: translateX(-50%); pointer-events: none; transition: text-shadow 0.3s, color 0.3s; }
    #menu-1 > ul > li > a:hover::before, #menu-1 > ul > li > a:focus::before { color: #7c7c7c; text-shadow: 10px 0 #7c7c7c, -10px 0 #7c7c7c; }
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
