﻿/* 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: 'Montserrat', sans-serif; color: #1e1c20; font-weight: 300; font-size: 12px; }
.margn5 { margin: 5px; }
.full { width: 100%; }
.Buton {border: 0;-webkit-transition: 0.4s; transition: 0.4s; display: inline-block; background: #de2626; padding: 10px 20px; text-align: center; white-space: nowrap; color: #fff; line-height: 20px; font-size: 14px; }
    .Buton:hover { background-color: #333; color: #fff; }
.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; }

/* 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-weight: 700; font-size: 18px; color: #222; text-align: left; margin: 10px 0; font-family: "Montserrat", sans-serif; text-transform: uppercase; display: inline-block; vertical-align: middle; }
.Icbaslik { background: #fff; padding: 10px; margin: 0 10px; }
    .Icbaslik h3 { font-size: 20px; margin: 14px 0 0 0; padding-left: 15px; color: #191919; font-family: 'Kanit', sans-serif; border-left: 2px solid #191919; }

/* 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 3px #e3dbce; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px #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: #efefef; }
    .hTp > div > div > .hLink > li > a { font-size: 12px; padding: 8px 10px; display: block; color: #191919; text-transform: capitalize; }
    .hTp > div > div > .hGrs > li > a { font-size: 12px; padding: 8px 10px; display: block; color: #191919; }
    .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; margin: 20px 0; }
.Hmda > div { display: inline-block; border: 2px solid #191919; }
.Hmda .form-control { border-radius: 0; border: 0; }
.btnAra { padding: 9px 15px; display: inline-block; position: relative; top: 0px; color: #fff; background: #DA1111; }
.HmdlGrs { display: inline-block; }
    .HmdlGrs > div { display: inline-block; vertical-align: middle; text-align: left; color: #888; text-transform: capitalize; }
    .HmdlGrs:hover div { color: #dd1f26; }
    .HmdlGrs > div > i { font-size: 30px; margin-right: 10px; }
    .HmdlGrs > div > h1 { font-size: 14px; margin: 0; padding: 0; color: #000; }
    .HmdlGrs:hover > div > h1 { color: #dd1f26; }
.Hmdl { display: inline-block; border-left: 1px solid #ccc; }
    .Hmdl > div { display: inline-block; vertical-align: middle; text-align: left; color: #888; text-transform: capitalize; }
    .Hmdl:hover div { color: #dd1f26; }
    .Hmdl > div > i { font-size: 30px; margin-right: 10px; }
    .Hmdl > div > h1 { font-size: 14px; margin: 0; padding: 0; color: #000; }
    .Hmdl:hover > div > h1 { color: #dd1f26; }
Hmd ul li a { color: #191919; }
.Hmd ul li a:hover { color: #dd1f26; }

/* Header Bottom */
.Hbt { background: #efefef; }
#menu-1 > ul > li > a { border-right: 1px solid #fff; display: block; position: relative; padding: 15px 15px; font-size: 14px; color: #a9a9a9; font-family: 'Raleway', sans-serif; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; letter-spacing: 1px; }
    #menu-1 > ul > li > a:hover { color: #000; background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
/* kategoriler */
.Kategoriler { position: absolute; width: 220px; top: 0;}
.bslkKat::before { font-family: "FontAwesome"; content: "\f0c9"; position: absolute; font-size: 14px; color: #fff; right: 15px; top: 12px; }
.bslkKat h2 { font-weight: 700; font-size: 15px; line-height: 24px; text-transform: uppercase; color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 13px 0px 13px 20px; cursor: pointer; }
.bslkKat { background: #c72323; position: relative; }
.menuKat { background-color: #191919; position: absolute; width: 100%; display: none; -webkit-transition: 0.5s; transition: 0.5s; z-index: 999; }
    .menuKat ul li { position: relative; }
        .menuKat ul li a { padding-left: 18px; line-height: 52px; font-family: "Montserrat", sans-serif; display: block; text-transform: capitalize; font-size: 13px; font-weight: 700; color: #ccc; }
            .menuKat ul li a::before { content: "\f105"; position: absolute; font-family: FontAwesome; right: 20px; top: 20px; color: #aaa; font-size: 13px; line-height: 13px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
        .menuKat ul li:hover a { color: #fff; background: #c82525; }
            .menuKat ul li:hover a::before { color: #fff; right: 15px; }

/* Footer */
.Ftr { background: #191919; border-top: 3px solid #dd1f26; font-family: 'Kanit', sans-serif; }
.ftrBnk { border-top: 1px solid #dd1f26; }
.Ftr p { color: #555; margin: 5px 0; }
.ftrSoc { margin: 5px 0; }
.FtrLnk ul li a { color: #555; padding: 10px 15px; display: block; }
    .FtrLnk ul li a:hover { color: #dd1f26; }
.ftrt { padding-top: 20px; padding-bottom: 10px; }
.fbaslk { font-size: 14px; font-weight: 500; color: #555; }
.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: #555; }
.btnKyt { padding: 5px 30px; display: inline-block; position: relative; top: 1px; color: #212121; background: #fff; }
.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; border: 1px solid #e5e5e5; font-family: 'Kanit', sans-serif;width:100%;}
.btnSpt { position: absolute; top: 20px; right: 0; font-family: "Montserrat", sans-serif; background: #DF4244; color: #fff; padding: 3px 5px 4px 5px; }
    .btnSpt::after { content: ""; position: absolute; display: inline-block; width: 0; height: 0; line-height: 0; border: 12px solid #DF4244; border-left: 12px solid transparent; left: -24px; top: 0px; }
.newproduct { position: absolute; top: 20px; right: 0; font-family: "Montserrat", sans-serif; background: #508AD2; color: #fff; padding: 3px 5px 4px 5px; }
    .newproduct::after { content: ""; position: absolute; display: inline-block; width: 0; height: 0; line-height: 0; border: 12px solid #508AD2; border-left: 12px solid transparent; left: -24px; top: 0px; }
.pTp { overflow: hidden; position: relative; height: 230px; }
    .pTp::after { content: ""; position: absolute; bottom: 0; height: 0px; border-top: 1px dashed #e5e5e5; left: 20px; right: 20px; display: block; z-index: 9; }
    .pTp > img { position: absolute; height: 100%; left: 50%; transform: translateX(-50%); }
.pBtm { text-align: left; padding: 0 0 0 20px; letter-spacing: -1px; }
.btnPro { overflow: visible; width: auto; border: 0; padding: 0; margin: 5px 0; float: left; background: transparent; cursor: pointer; vertical-align: middle; color: #2f2f2f; outline: 0; }
    .btnPro span span { -webkit-transition: 0.4s; transition: 0.4s; display: inline-block; text-align: center; white-space: nowrap; line-height: 15px; background: none; color: #333; font-size: 14px; font-weight: 400; padding: 0; border: 1px solid #e5e5e5; padding: 8px 17px; border-radius: 3px; }
    .btnPro .fa { font-size: 14px; display: none; color: #AAA; }
.btnIco .fa { font-size: 14px; display: inline-block; line-height: 20px; color: #AAA; }
.btnPro:hover i { color: #fff; }
.btnPro:hover span span { background: #de2626; color: #fff; border-color: #de2626; }
.btnDiv { width: 100%; float: left; }
    .btnDiv ul li { margin: 0 5px; }
    .btnDiv:hover ul li { -webkit-animation: bounceIn 0.5s ease-in-out; -moz-animation: bounceIn 0.5s ease-in-out; -ms-animation: bounceIn 0.5s ease-in-out; animation: bounceIn 0.5s ease-in-out; }
.pBtm h2 { margin: 12px 0 0; font-size: 1em; }
    .pBtm h2 > span { font-size: 14px; font-weight: 600; color: #333; text-transform: capitalize; }
        .pBtm h2 > span:hover { color: #de2626; }
.Pprice { width: 100%; float: left; }
    .Pprice span { color: #de2626; font-family: "Montserrat", sans-serif; font-size: 15px; font-weight: 400; }
.Pcode { font-size: 11px; line-height: 1.25; color: #555; width: 100%; float: left; margin: 2px 0; }
    .Pcode:hover { color: #dd1f26; }

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
    20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
    40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
    60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
    80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
    20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
    40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
    60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
    80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: .75s; animation-duration: .75s; }


@media(max-width:767px) {
    .navbar-toggle { border-top: 1px solid #191919; border-bottom: 1px solid #191919; text-align: left; border-radius: 0; }
    .toggle-text, .toggle-icon { display: inline-block; vertical-align: middle; font-size: 14px; }
    #menu-1{position:absolute;overflow: visible;width: 100%;}
    #menu-1 ul{ position: absolute; z-index: 9999; width: 100%; background:#191919; margin: 0; padding: 0; overflow: visible;left:0;right:0; }
        #menu-1 > ul > li { display: block; }
            #menu-1 > ul > li > a { padding: 15px;color:#fff; }
    .Hmdl, .Hmda { display: inline-block; }
        .Hmda .form-control { width: 160px; }
.hTp{text-align:center;}
.hTp .pull-right{float:none!important;}
    .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; }
    .Kategoriler{display:none;}
    .Hmd > .container { display:block;text-align:center; }
    .Hmd > .container > div { display: block; float: none; vertical-align: middle;margin:10px 0;}
    .Hmd > .container > div.text-right{text-align:center;}
    .ftrBltn .form-control { border-radius: 0; height: 28px; width: 160px; }
    .Hmdl {margin-left: 0px;  padding-left: 0px; }
}

@media(min-width:768px) {
    .Kategoriler {left:0%; }
    #menu-1 > ul{text-align:right;}
    .Hmda .form-control {width: 130px;}
    .Hmd > .container { display: table; }
    .Hmd > .container > div { display: table-cell; float: none; vertical-align: middle; }
    .ftrBltn .form-control { border-radius: 0; height: 28px; width: 360px; }
    .Hmdl {margin-left: 15px;  padding-left: 15px; }

}

@media(min-width:992px) {
    .Kategoriler {left: 0%; }
    #menu-1 > ul{text-align:right;}
    .Hmda .form-control {width: 240px;}
}

@media(min-width:1200px) {
    .Kategoriler {left: 8%; }
    #menu-1 > ul{text-align:center;}
    .Hmda .form-control {width: 240px;}
}
