html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Oswald;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

strong {
    font-weight: bold;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    /* display: block; */
}

a img {
    border: none;
}

button,
a {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

body {
    background-color: #ffffff;
    font-family: oswald;
}

* {
    padding: 0;
    margin: 0;
}

.genel {
    margin: 0 auto;
    width: 1100px;
}

.bayrak {
    float: right;
    padding-top: 9px;
}

.bayrak li {
    float: left;
    padding: 0 3px;
}

.bayrak li img {
    width: 28px;
    opacity: 1;
}

.bayrak li:hover img {
    opacity: 1;
}

.header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 300px;
}

.logo img {
    width: 100%;
}

.menu {
    float: right;
    width: 770px;
    margin-top: 20px;
}

.menu li {
    float: left;
    padding: 0;
    white-space: nowrap;
    position: relative;
}

.menu li:hover .acilirMenu {
    display: block
}

.menu li a {
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    padding: 0px 10px;
    background: inherit;
    color: #3d3d3d;
}

.menu li a span {}

.arama {
    float: left;
    width: 1013px;
    margin-top: 13px;
}

.arama select {
    padding: 7px 5px;
    width: 255px;
    font-family: oswald;
    letter-spacing: 1px;
    color: #3d3d3d;
    font-size: 14px;
    background-color: #fff;
    height: 37px;
    border-color: rgb(169, 169, 169);
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
}

.arama input[type=text] {
    width: 675px;
    padding: 7px 6px;
    font-family: oswald;
    margin-left: 3px;

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    strong {
        font-weight: bold;
    }

    body {
        line-height: 1;
    }

    ol,
    ul {
        list-style: none;
    }

    blockquote,
    q {
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    img {
        display: block;
    }

    a img {
        border: none;
    }

    button,
    a {
        cursor: pointer;
    }

    a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

    body {
        background-color: #ffffff;
        font-family: oswald;
    }

    * {
        padding: 0;
        margin: 0;
    }

    .genel {
        margin: 0 auto;
        width: 980px;
    }

    .bayrak {
        float: right;
        padding-top: 8px;
    }

    .bayrak li {
        float: left;
        padding: 0 3px;
    }

    .bayrak li img {
        width: 28px;
        opacity: 0.9;
    }

    .bayrak li:hover img {
        opacity: 1;
    }

    .header {
        float: left;
        width: 100%;
    }

    .logo {
        float: left;
        width: 300px;
    }

    .logo img {
        width: 100%;
    }

    .menu {
        float: right;
        width: 671px;
        margin-top: 20px;
    }

    .menu li {
        float: left;
        padding: 0;
    }

    .menu li a {
        font-family: Oswald;
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        padding: 0px 10px;
        text-transform: uppercase;
        background: inherit;
        color: #3d3d3d;
    }

    .menu li a span {
        ;
    }

    .arama {
        float: left;
        width: 892px;
        margin-top: 13px;
    }

    .arama select {
        padding: 7px 5px;
        width: 255px;
        font-family: oswald;
        letter-spacing: 1px;
        color: #3d3d3d;
        font-size: 14px;
    }

    .arama input[type=text] {
        width: 550px;
        padding: 7px 6px;
        font-family: oswald;
        margin-left: 3px;
    }

    .arama input[type=submit] {
        width: 70px;
        padding: 8px 0px;
        background-color: #000;
        color: #fff;
        border: none;
        font-family: oswald;
        cursor: pointer;
        font-size: 15px;
        margin-left: -1px;
        -webkit-transition: background-color 0.3s ease-in-out;
    }

    .arama input[type=submit]:hover {
        background-color: #e3000f;
    }

    .sepet {
        float: right;
        width: 83px;
        margin-top: 13px;
        height: 45px;
    }

    .sepet li.icon {
        padding: 7px 12px;
        font-size: 22px;
        color: #fff;
        background-color: #e3000f;
        float: left;
    }

    .sepet li.count a {
        padding: 4px 11px 0px 11px;
        font-size: 15px;
        float: left;
        color: #fff;
        margin-left: 2px;
        height: 32px;
        background-color: #e3000f;
        line-height: 29px;
        font-family: oswald;
    }

    .anasayfa {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .anasayfaKategoriler {
        float: left;
        width: 100%;
    }

    .anasayfaKategoriler li {
        float: left;
        width: 180px;
        border: 1px solid #ddd;
        padding: 5px;
        margin-bottom: 10px;
        margin-right: 5px;
        height: 210px;
        overflow: hidden;
    }

    .anasayfaKategoriler li:hover {
        box-shadow: 0px 1px 3px 1px #ddd;
    }

    .anasayfaKategoriler li img {
        float: left;
        width: 100%;
        height: 120px;
        padding: 28px 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .anasayfaKategoriler li:hover img {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    .anasayfaKategoriler li:hover h2 {
        color: #e3000e;
    }

    .anasayfaKategoriler li h2 {
        float: left;
        width: 190px;
        font-family: Oswald;
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        text-transform: uppercase;
        background: inherit;
        padding-top: 8px;
        color: #3d3d3d;
        transition: all 0.4s ease 0s;
        text-align: center;
    }

    .anasayfaKategoriler li.last {
        margin: 0;
    }

    .altKisim {
        border-top: 2px solid #e3000e;
        float: left;
        width: 100%;
        background-color: #181818;
    }

    .altKisimIletisim {
        width: 297px;
        margin-top: 23px;
        float: left;
    }

    .altKisimIletisim i {
        color: #888888;
        float: left;
        margin-right: 20px;
        width: 14px;
    }

    .altKisimIletisim li {
        float: left;
        margin: 3px 0px;
        width: 100%;
    }

    .altKisimIletisim li:hover a {
        color: #fff;
    }

    .altKisimIletisim li:hover i {
        color: #e3000f;
    }

    .altKisimIletisim a {
        color: #888888;
        font-family: oswald;
        line-height: 19px;
        font-size: 14px;
        float: left;
        text-align: left;
        width: 213px;
    }

    .altBaslik {
        float: left;
        width: 100%;
        color: #fff;
        position: relative;
        font-size: 14px;
        padding-bottom: 0px;
        font-weight: bold;
        margin: 0 0 35px;
        text-transform: uppercase;
    }

    .altBaslik p {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: 20px;
        display: block;
        height: 2px;
        width: 26px;
        background: #e3000f;
    }

    .altMenu {
        width: 225px;
        margin-top: 25px;
        float: left;
    }

    .altMenu ul {
        float: left;
        width: 250px;
        margin-left: 15px;
    }

    .altMenu ul li {
        ;
    }

    .altMenu ul li i {
        color: #888888;
        float: left;
        margin-right: 5px;
        width: 14px;
    }

    .altMenu ul li a {
        color: #888888;
        font-family: oswald;
        line-height: 15px;
        font-size: 14px;
        float: left;
        margin-bottom: 15px;
        text-align: left;
        width: 213px;
    }

    .altMenu ul li:hover i {
        color: #e3000f;
    }

    .altMenu ul li:hover a {
        color: #fff;
    }

    .anasayfaIletisim {
        position: fixed;
        bottom: -254px;
        right: 0;
        display: none;
        height: 350px;
        width: 270px;
        border: 1px solid #ddd;
        background-color: #fff;
        -webkit-transition: bottom 1s;
        -moz-transition: bottom 1s;
        -o-transition: bottom 1s;
        transition: bottom 1s;
    }

    .anasayfaIletisim>.ustKisim {
        float: left;
        width: 252px;
        padding: 15px 9px;
        color: #fff;
        background-color: #e3000f;
        cursor: pointer;
    }

    .anasayfaIletisim>.ustKisim i {
        float: right;
    }

    .anasayfaIletisim>.formKismi {
        float: left;
        margin-top: 0px;
        padding: 8px;
    }

    .anasayfaIletisim>.formKismi input[type=text] {
        float: left;
        width: 100%;
        padding: 10px 3px;
        margin: 2px 0px;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-left: 2px solid #e3000f;
    }

    .anasayfaIletisim>.formKismi textarea {
        float: left;
        width: 100%;
        padding: 4px 3px;
        height: 75px;
        margin: 2px 0px;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-left: 2px solid #e3000f;
    }

    .anasayfaIletisim>.formKismi input[type=submit] {
        float: left;
        width: 100%;
        padding: 10px 0px;
        background-color: #e3000f;
        color: #fff;
        cursor: pointer;
        margin-top: 5px;
        border: none;
        border-bottom: 2px solid #1a1918;
    }

    .solMenu {
        float: left;
        width: 235px;
        border: 1px solid #ddd;
        padding: 10px;
    }

    .solMenu>.baslik {
        float: left;
        width: 245px;
        padding: 0 0px 10px 0px;
        color: #282828;
        font-family: Oswald;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
    }

    .solMenu>ul {
        float: left;
        width: 100%;
    }

    .solMenu>ul>li {
        float: left;
        width: 100%;
        transition: max-height 0.8s ease;
        -webkit-transition: max-height 0.8s ease;
        -moz-transition: max-height 0.8s ease;
        -ms-transition: max-height 0.8s ease;
        -o-transition: max-height 0.8s ease;
    }

    .solMenu>ul>li>a {
        font-family: Oswald;
        display: inline-block;
        font-size: 15px;
        font-style: normal;
        padding: 8px 0px;
        text-transform: uppercase;
        background: inherit;
        color: #3d3d3d;
        letter-spacing: 2px;
    }

    .solMenu>ul>li>i {
        float: right;
    }

    .solMenu>ul>li>ul>li {
        float: left;
        padding: 3px 2px;
        width: 100%;
    }

    .solMenu>ul>li>ul>li>a {
        font-family: Oswald;
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        padding: 0px 10px;
        text-transform: uppercase;
        background: inherit;
        color: #444;
        letter-spacing: 2px;
        text-indent: 10px;
    }

    .solMenu>ul>li>ul>li:hover a {
        color: #e3000f;
    }

    .urunListele {
        float: left;
        width: 705px;
        margin-left: 15px;
        position: relative;
    }

    .urunListele img {
        float: left;
        width: 385px;
        border: 1px solid #ddd;
        height: 285px;
    }

    .urunListele li {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .urunListele .aciklama {
        float: left;
        width: 300px;
        padding: 0px 8px;
    }

    .urunListele .aciklama .urunKodu {
        float: left;
        font-size: 15px;
        padding: 3px 0px;
        width: 100%;
        font-weight: 600;
        color: #1a1918;
    }

    .urunKodu b {
        color: #e3000f;
    }

    .urunListele .aciklama .urunAdi {
        float: left;
        width: 100%;
        padding: 4px 0px;
        color: #6f6f6f;
    }

    .urunListele .aciklama .urunAgirlik {
        float: left;
        width: 100%;
        padding: 4px 0px;
        font-size: 12px;
        color: #ffd21d;
    }

    .urunListele .aciklama .urunOemNumberBaslik {
        float: left;
        width: 100%;
        padding: 4px 0px;
        font-size: 20px;
        color: #ffd21d;
    }

    .urunListele .aciklama .urunOemNumberKodu {
        float: left;
        width: 100%;
        padding: 4px 0px;
        color: #6f6f6f;
        line-height: 21px;
        font-size: 15px;
    }

    .copyright {
        float: left;
        width: 100%;
        padding: 10px 0px;
        background-color: 0d0d0d;
    }

    .copyright .text {
        float: left;
        width: 388px;
        font-size: 12px;
        line-height: 30px;
        color: #888888;
    }

    .copyright .text b {
        color: #fff;
        padding: 0 2px;
    }

    .copyright .paycards {
        float: right;
        margin-right: 140px;
    }

    .copyright .paycards li {
        float: left;
        padding: 0 3px;
    }

    .copyright .paycards li img {
        ;
    }

    letter-spacing:1;
    font-size:14px;
    letter-spacing:0.5px;
}

.arama input[type=submit] {
    width: 70px;
    padding: 8px 0px;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: oswald;
    cursor: pointer;
    font-size: 15px;
    margin-left: -1px;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.arama input[type=submit]:hover {
    background-color: #e3000f;
}

.sepet {
    float: right;
    width: 83px;
    margin-top: 13px;
    height: 45px;
}

.sepet li.icon {
    padding: 7px 10px;
    font-size: 22px;
    color: #fff;
    background-color: #e3000f;
    float: left;
}

.sepet:hover .icon,
.sepet:hover .count a {
    background-color: #000;
}

.sepet li.count a {
    padding: 4px 9px 0px 9px;
    font-size: 15px;
    float: left;
    color: #fff;
    margin-left: 2px;
    height: 32px;
    background-color: #e3000f;
    line-height: 29px;
    font-family: oswald;
}

.anasayfa {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    min-height: 500px;
}

.anasayfaKategoriler {
    float: left;
    width: 100%;
}

.anasayfaKategoriler li {
    float: left;
    width: 180px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    height: 210px;
    overflow: hidden;
}

.anasayfaKategoriler li:hover {
    box-shadow: 0px 1px 3px 1px #ddd;
}

.anasayfaKategoriler li img {
    float: left;
    width: 100%;
    height: 120px;
    padding: 28px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.anasayfaKategoriler li:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.anasayfaKategoriler li:hover h2 {
    color: #e3000e;
}

.anasayfaKategoriler li h2 {
    float: left;
    width: 190px;
    font-family: Oswald;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    background: inherit;
    padding-top: 8px;
    color: #3d3d3d;
    transition: all 0.4s ease 0s;
    text-align: center;
}

.anasayfaKategoriler li.last {
    margin: 0;
}

.altKisim {
    border-top: 2px solid #e3000e;
    float: left;
    width: 100%;
    background-color: #181818;
}

.altKisimIletisim {
    width: 297px;
    margin-top: 23px;
    float: left;
}

.altKisimIletisim i {
    color: #888888;
    float: left;
    margin-right: 20px;
    width: 14px;
    line-height: 19px;
}

.altKisimIletisim li {
    float: left;
    margin: 3px 0px;
    width: 100%;
}

.altKisimIletisim li:hover a {
    color: #fff;
}

.altKisimIletisim li:hover i {
    color: #e3000f;
}

.altKisimIletisim a {
    color: #888888;
    font-family: oswald;
    line-height: 19px;
    font-size: 14px;
    float: left;
    text-align: left;
    width: 213px;
}

.altKisimIletisim b {
    color: #888888;
    line-height: 19px;
    font-size: 14px;
    padding-bottom: 6px;
    float: left;
    padding-left: 4px;
}

.altKisimIletisim b:hover {
    color: #e3000f;
}

.altBaslik {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: bold;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.altBaslik p {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
    display: block;
    height: 2px;
    width: 26px;
    background: #e3000f;
}

.altMenu {
    width: 225px;
    margin-top: 25px;
    float: left;
}

.altMenu ul {
    float: left;
    width: 250px;
    margin-left: 15px;
}

.altMenu ul li {}

.altMenu ul li i {
    color: #888888;
    float: left;
    margin-right: 5px;
    width: 14px;
}

.altMenu ul li a {
    color: #888888;
    font-family: oswald;
    line-height: 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
    text-align: left;
    width: 213px;
}

.altMenu ul li:hover i {
    color: #e3000f;
}

.altMenu ul li:hover a {
    color: #fff;
}

.anasayfaIletisim {
    position: fixed;
    bottom: -210px;
    right: 0;
    z-index: 9999;
    height: 370px;
    width: 270px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
}

.anasayfaIletisim>.ustKisim {
    float: left;
    width: 252px;
    padding: 12px 9px;
    color: #fff;
    background-color: #e3000f;
    cursor: pointer;
}

.anasayfaIletisim>.ustKisim i {
    float: right;
}

.anasayfaIletisim>.formKismi {
    float: left;
    margin-top: 0px;
    /* padding: 8px; */
    background-color: #fff;
}

.anasayfaIletisim>.formKismi input[type=text] {
    float: left;
    width: 100%;
    padding: 10px 3px;
    margin: 2px 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-left: 2px solid #e3000f;
}

.anasayfaIletisim>.formKismi textarea {
    float: left;
    width: 100%;
    padding: 4px 3px;
    height: 75px;
    margin: 2px 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-left: 2px solid #e3000f;
}

.anasayfaIletisim>.formKismi input[type=submit] {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: #e3000f;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
    border: none;
    border-bottom: 2px solid #1a1918;
}

.solMenu {
    float: left;
    width: 235px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
}

.solMenu>.baslik {
    float: left;
    width: 245px;
    padding: 0 0px 10px 0px;
    color: #282828;
    font-family: Oswald;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.solMenu>ul {
    float: left;
    width: 100%;
}

.solMenu>ul>li {
    float: left;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
}

.solMenu>ul>li .urunAcilirMenuu {
    display: none;
}

.solMenu>ul>li>a {
    font-family: Oswald;
    display: block;
    font-size: 14px;
    font-style: normal;
    padding: 5px 0px 5px 5px;
    text-transform: uppercase;
    background: inherit;
    color: #3d3d3d;
    width: 230px;
}

.solMenu>ul>li:hover>a {
    color: #ffffff;
    background-color: #f00;
}

.solMenu>ul>li:hover>i {
    color: #ffffff;
    font-weight: 500;
}

.solMenu>ul>li>a>i {
    float: left;
    padding-right: 10px;
    line-height: 12px;
}

.solMenu>ul>li>ul>li {
    float: left;
    padding: 2px 0px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}

.solMenu>ul>li>ul>li>a {
    font-family: Oswald;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    padding: 4px 0px;
    text-transform: uppercase;
    color: #444;
    text-indent: 7px;
    width: 100%;
}

.solMenu>ul>li>ul>li>a:hover {
    background-color: #1a1918;
    color: #fff;
}

.solMenu>ul>li>ul>li>a>i {
    padding-right: 5px;
}

.urunListele {
    float: right;
    width: 825px;
    margin-left: 15px;
    position: relative;
}

.urunListele .urunFoto {
    float: left;
    width: 420px;
    height: inherit;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.urunListele .urunFoto img {
    float: left;
    width: 420px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.urunListele li:hover img {
    transform: scale(1.04);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.urunListele li:hover .urunFoto {}

.urunListele li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.urunListele .aciklama {
    float: left;
    width: 385px;
    padding: 0px 8px;
}

.urunListele .aciklama .urunKodu {
    float: left;
    font-size: 15px;
    padding: 3px 0px;
    width: 100%;
    color: #000000;
}

.urunListele .aciklama .urunKodu b {

    color: #000000;
    font-size: 15px;
}

.urunKodu b:hover {
    color: #ffffff;
}

.urunKodu i {}

.urunListele .aciklama .urunAdi {
    float: left;
    width: 100%;
    color: #34a853;
    padding: 12px 0 0 0;
    font-size: 15px;
}

.urunListele .aciklama .urunAgirlik {
    float: left;
    width: 100%;
    padding: 14px 0 0 0;
    font-size: 14px;
    color: #1a1918;
}

.urunListele .aciklama .urunAgirlik a {
    color: #1a1918;
}

.urunListele .aciklama .urunOemNumberBaslik {
    float: left;
    width: 100%;
    padding: 14px 0 0 0px;
    font-size: 16px;
    color: #4285f4;
}

.urunListele .aciklama .urunOemNumberBaslik a {
    color: #4285f4;
}

.urunListele .aciklama .urunOemNumberKodu {
    float: left;
    width: 100%;
    padding: 4px 0px;
    color: #6f6f6f;
    line-height: 23px;
    font-size: 13px;
    height: 137px;
    overflow: hidden;
}

.urunListele .aciklama .urunOemNumberKodu a {
    color: #6f6f6f;
}

.copyright {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: 0d0d0d;
}

.copyright .text {
    float: left;
    width: 388px;
    font-size: 12px;
    line-height: 30px;
    color: #888888;
}

.copyright .text b {
    color: #fff;
    padding: 0 2px;
}

.copyright .paycards {
    float: right;
    margin-right: 153px;
}

.copyright .paycards li {
    float: left;
    padding: 0 3px;
}

.copyright .paycards li img {}

.urunDetay {
    float: right;
    width: 827px;
    min-height: 600px;
}

.urunDetay .baslik {
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    line-height: 18px;
}

.urunDetay .urunFoto {
    float: left;
    width: 500px;
}

.urunDetay .urunFoto img {
    float: left;
    border: 1px solid #ddd;
    width: 100%;
}

.urunAciklama {
    float: left;
    width: 584px;
    margin-left: 15px;
}

.urunAciklama ul {
    float: left;
    width: 650px;
    padding-bottom: 5px;
}

.urunAciklama ul li {
    float: left;
    margin-top: 9px;
    width: 167px;
}

.urunAciklama ul li:nth-child(1) {
    background-color: white;
}

.urunAciklama ul li:nth-child(2) {
    width: 12px;
}

.urunAciklama ul li:nth-child(3) {
    margin-left: 1px;
    width: 468px;
}

.urunAciklama .productGroup li {
    margin-top: 0;
}

.urunAciklama .productGroup li:nth-child(3) {
    font-size: 15px;
}

.urunAciklama .mycaliperNumber li:nth-child(3) {
    font-size: 15px;
}

.sepetKismi {
    float: left;
    width: 300px;
    padding: 0 0;
    bottom: 15px;
    position: absolute;
}

.sepetKismi .cart {
    float: left;
    padding: 6px 6px;
    background-color: #e3000e;
    margin: 5px 0;
}

.sepetKismi .cart a {
    color: #fff;
    font-size: 12px;
}

.sepetKismi .cart:hover {
    box-shadow: 1px 1px 1px #171414;
}

.sepetKismi .zoom:hover {
    box-shadow: 1px 1px 1px #000;
}

.sepetKismi .zoom {
    float: left;
    padding: 6px 6px;
    background-color: #000;
    margin: 5px 5px;
}

.sepetKismi .zoom a {
    color: #fff;
    font-size: 12px;
}

.sepetKismiDetay {
    float: left;
    width: 300px;
    padding: 10px 0px;
    position: relative;
}

.sepetKismiDetay .cart {
    float: left;
    padding: 6px 6px;
    background-color: #e3000e;
    margin: 5px 0;
}

.sepetKismiDetay .cart a {
    color: #fff;
    font-size: 12px;
}

.sepetKismiDetay .cart:hover {
    box-shadow: 1px 1px 1px #171414;
}

.sepetKismiDetay .zoom:hover {
    box-shadow: 1px 1px 1px #000;
}

.sepetKismiDetay .zoom {
    float: left;
    padding: 6px 6px;
    background-color: #000;
    margin: 5px 5px;
}

.sepetKismiDetay .zoom a {
    color: #fff;
    font-size: 12px;
}

.urunTablo {
    float: left;
    width: 100%;
}

.urunTablo thead {
    background-color: #e3000e;
}

.urunTablo thead tr {}

.urunTablo thead tr td {
    padding: 3px 0px;
    color: #fff;
    text-align: left;
}

.urunTablo thead tr td:nth-child(1) {}

.urunTablo thead tr td:nth-child(2) {
    width: 120px;
}

.urunTablo thead tr td:nth-child(3) {
    width: 255px;
    text-align: center;
}

.urunTablo thead tr td:nth-child(4) {
    width: 99px;
    text-align: center;
}

.urunTablo thead tr td:nth-child(5) {
    text-align: center;
}

.urunTablo tbody {}

.urunTablo tbody tr {
    padding: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.urunTablo tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.urunTablo tbody tr:hover {
    background-color: #e3000f;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.urunTablo tbody tr:hover td {
    color: #ffffff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.urunTablo tbody tr td {
    padding: 3px 4px;
    color: #636363;
    text-align: left;
}

.urunTablo tbody tr td:nth-child(1) {
    width: 23px;
    text-align: center;
}

.urunTablo tbody tr td:nth-child(3) {
    padding-left: 0px;
    text-align: center;
}

.urunTablo tbody tr td:nth-child(4) {
    text-align: center
}

.urunTablo tbody tr td:nth-child(5) {
    text-align: center
}

.sayfaBaslik {
    font-size: 19px;
    padding: 0px 0px 6px 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    color: #e3000f;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border: none;
}

.icerik {
    line-height: 19px;
}

.page-numbers {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.page-numbers li {
    float: left;
    width: auto;
}

.page-numbers li a span {
    padding: 6px 8px;
    background-color: #e3000e;
    margin: 0px 2px;
    font-size: 15px;
    float: left;
    width: inherit;
    color: #fff;
}

.page-numbers li a span:hover {
    background-color: #181818;
}

.acilirMenu {
    display: none;
    position: absolute;
    padding-top: 5px;
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
    border: 1px solid #000;
    border-top: none;
}

.acilirMenu li {
    float: left;
    width: 175px;
    padding: 3px;
    border-bottom: 1px solid #ddd;
}

.acilirMenu li a {
    text-align: left;
    padding: 5px;
    display: block;
}

.acilirMenu li:hover {
    background-color: #e3000e;
}

.acilirMenu li:hover a {
    color: #fff;
}

.katalog {
    width: 397px;
    margin: 0 auto;
}

.katalog>.Kbaslik {
    float: left;
    font-size: 16px;
    width: 224px;
    line-height: 75px;
    color: #e3000f;
    font-weight: 500;
    text-align: center;
}

.katalog>.Kbaslik a {
    color: #e3000f;
}

.katalog>.Kbaslik:hover a {
    color: #000
}

.katalog li:hover {
    color: #000
}

.katalog>.Ktirnak {
    float: left;
    width: 44px;
    line-height: 75px;
    color: #e3000f;
    font-weight: bold;
}

.katalog>.Kicon {
    float: left;
}

.katalog>.Kicon img {
    width: 80px;
}

.katalog img {
    width: 80px;
}

.iletisimAdres {
    float: left;
    width: 575px;
}

.iletisimAdres table tr td:nth-child(1) {
    width: 47px;
    margin-bottom: 10px;
}

.iletisimAdres table tr td:nth-child(2) {
    font-weight: 300;
    line-height: 23px;
}

.iletisimAdres table tr {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.videolar {
    float: right;
    width: 835px;
}

.videolar ul {
    width: 560px;
    margin: 0 auto;
    padding-top: 60px;
}

.videolar li {
    float: left;
    width: 560px;
    margin-bottom: 10px;
}

.videolar li h3 {
    float: left;
    width: 551px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #000;
}

.videolar li p {}

.oemNo {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.oemNo li:nth-child(1) {
    float: left;
    color: #4285f4;
    width: 100%;
}

.oemNo li:nth-child(2) {
    padding: 4px 0;
    float: left;
    width: 100%;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 23px;
}

.oemNo li:nth-child(3) {
    float: left;
    color: #6f6f6f;
    line-height: 23px;
    font-size: 15px;
}

.full {
    float: left;
    width: 100%;
}

.urunDetayMenusu {
    float: left;
    width: 1080px;
    margin: 0 0 15px 0;
    background-color: #000000;
    padding: 10px 0 10px 10px;
}

.urunDetayMenusu li a {
    font-size: 14px;
    padding: 5px 6px;
    color: #fff;
}

.menuru {
    width: 797px;
}

.menuru li a {
    padding: 0px 6px;
    font-size: 10px;
}

.menuisp li a {
    padding: 0 6px;
}

.menuar li a {
    direction: rtl;
}

.menuar li a {
    direction: rtl;
}

.menualm li a {
    padding: 0 8px;
}

.menuitl li a {}

.menufr li a {
    padding: 0 4px;
}

.newProductBaslik {
    float: left;
    width: 100%;
    z-index: 999999;
    background-color: #181818;
    position: absolute;
    color: #fff;
    padding: 7px 0;
    border-bottom: 1px solid #e3000f;
}

.company {
    background-image: url(../images/bg_header.jpg);
    background-repeat: no-repeat;
    padding-top: 25px;
}

.newProductSlideFoto {
    height: inherit !important;
}

.urunDetayAcilirKategoriler {
    background-color: #000;
    border: none;
    left: -4px;
}

.urunDetayAcilirKategoriler li {
    width: 235px;
    padding: 7px 10px;
}

.urunDetayAcilirKategoriler li a {
    color: #ddd;
    padding: 0 0 0 0;
}

.urunDetayAcilirKategoriler li:hover {
    background-color: inherit;
}

.urunDetayAcilirKategoriler li:hover a {
    color: #fff;
}

.inceCizgi {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
    display: block;
    height: 2px;
    width: 26px;
    background: #e3000f;
}

.contactForm {
    float: left;
    width: 100%;
    padding-top: 27px;
}

.contactForm input {
    float: left;
    width: 100%;
    padding: 10px 3px;
    margin: 5px 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-left: 2px solid #e3000f;
    font-size: 15px;
}

.contactForm input[name=tradeName] {
    width: 400px;
}

.contactForm input[name=yourEmail] {
    width: 386px;
    margin-left: 40px;
}

.contactForm textarea {
    float: left;
    width: 100%;
    padding: 4px 3px;
    height: 100px;
    margin: 2px 0px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-left: 2px solid #e3000f;
    font-size: 15px;
}

.contactForm input[type=submit] {
    float: left;
    width: 400px;
    padding: 10px 0px;
    background-color: #e3000f;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #1a1918;
}

.contactForm p {}

.iletisimAdres p {
    float: left;
    width: 100%;
    padding: 16px 0px 10px 19px;
}

.iletisimAdres .fa {
    font-size: 15px;
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #f00;
    text-align: center;
}

.basarili {
    float: left;
    padding: 4px 3px;
    background-color: #3abf00;
    width: 100%;
    color: #fff;
    margin: 5px 0;
}

.hata {
    float: left;
    padding: 4px 3px;
    background-color: #f00;
    width: 244px;
    color: #fff;
    margin: 5px 0;
}

#map {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.iletisimSayfaBaslik {
    color: #e3000f;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border: none;
    font-size: 21px;
    padding-bottom: 29px;
}

.iletisimSayfaBaslik hr {
    width: 162px !important;
}

.sayfaBaslik hr {
    background-color: #d9232d;
    height: 1px;
    width: 144px;
    margin-bottom: 30px;
    border: none;
    margin: 0 auto;
    margin-top: 8px;
}

.videoBaslik {
    font-size: 21px;
    padding-bottom: 29px;
}

.katalogBaslik {}

hr {
    width: 144px;
}

.aktif {
    background-color: #181818 !important;
}

.newGif {
    width: 52px !important;
    position: absolute !important;
    height: inherit !important;
    z-index: 9999;
    left: 0;
    top: -31px;
}

.anasayfaNewProduct {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    bottom: 0;
    border-top: 1px solid #e3000f;
}

.partNumbers,
.partNumbers table {
    float: left;
    width: 1100px !important;
}

.siparisler {
    width: 100%;
    float: left;
}

.siparisler thead {
    width: 100%;
}

.siparisler thead tr {
    padding: 5px;
    width: 1100px;
}

.siparisler thead tr td {
    text-align: center;
    padding: 8px 4px;
    border: 1px solid #ddd;
}

.siparisFoto {
    width: 200px;
    margin: 0 auto;
}

.siparisler tbody {}

.siparisler tbody tr {}

.siparisler tbody tr td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
}

.siparisler tbody tr td input {
    text-align: center;
    width: 50px;
    padding: 4px 0px;
}

#sepetForm {
    float: left;
    width: 100%;
    margin-top: 25px;
}

#sepetForm input[type=text] {
    float: left;
    width: 540px;
    margin: 10px 10px 0px 0px;
    padding: 5px 5px;
}

#sepetForm textarea {
    float: left;
    width: 1090px;
    margin: 12px 0px 0px 0px;
    padding: 5px 5px;
    height: 75px;
}

#submit {
    float: right;
    width: 400px;
    padding: 10px 0px;
    background-color: #e3000f;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
    font-size: 18px;
    margin-right: 0px;
    border: none;
    border-bottom: 2px solid #1a1918;
}

.siparisHata {
    float: left;
    width: 1090;
    padding: 9px 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #e3000f;
}

.siparisBasarili {
    float: left;
    width: 1090;
    padding: 9px 5px;
    margin-bottom: 5px;
    background-color: #4CAF50;
}

.siparisBasarili a {
    color: #fff;
}

.kayanYazi {
    color: #fff !important;
    font-size: 12px;
}

.tag {
    float: left;
    width: 440px;
    margin-top: 0;
    font-size: 13px;
    line-height: 22px;
}

.tag a:hover {
    color: #e3000f
}

.tag h1,
.tag h2,
.tag h3,
.tag h4,
.tag h5,
.tag h6 {
    float: left;
    padding: 3px 5px 3px 2px;
    background-color: #f7f7f7;
    margin: 2px;
    font-size: 14px;
}

.tag h1:hover,
.tag h2:hover,
.tag h3:hover,
.tag h4:hover,
.tag h5:hover,
.tag h6:hover {
    background-color: #e3000f;
}

.tag h1:hover a,
.tag h2:hover a,
.tag h3:hover a,
.tag h4:hover a,
.tag h5:hover a,
.tag h6:hover a {
    color: #fff;
}

.tag a {
    float: left;
}

.sosyalMedya {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.sosyalMedya a {
    float: left;
    width: initial;
    padding: 0 5px;
}

.sosyalMedya a img {}

.digerUrunler li {
    float: left;
    width: 380px;
    height: 330px;
    margin: 5px 19px 19px 0;
    border: 1px solid #e8e8e8;
    position: relative;
}

.digerUrunler li a {
    color: #fff
}

.digerUrunler .urunKodu {
    float: left;
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border: 1px solid #ddd;
    /* margin: 0 0 5px 0; */
    border-right: 0;
    color: #ffffff;
    /* white-space: nowrap; */
    text-align: center;
    word-wrap: normal;
    overflow: hidden;
    background-color: #e3000f;
    border-left: 0;
}

.urunKodu b {}

.digerUrunler .urunFoto {
    float: left;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.digerUrunler img {
    float: left;
    width: 100%;
    /* border: 1px solid #ddd; */
    height: 100%;
}

.digerUrunler .urunFoto {
    float: left;
    width: 100%;
    height: 245px;
    overflow: hidden;
    border: none !important;
}

.digerUrunler img {
    float: left;
    width: 100%;
    /* border: 1px solid #ddd; */
    height: 100%;
}

.digerUrunler li {
    float: left;
    width: 342px;
    height: 330px;
    margin: 5px 19px 19px 0;
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}

.digerUrunler .aciklama {
    float: left;
    width: 100%;
    padding: 0 0;
    overflow: hidden;
}

.digerUrunler .aciklama .urunAdi {
    padding: 9px 10px;
    color: #000000;
    text-align: center;
    /* border: 1px solid #eee; */
    font-size: 14px;
    /* background-color: #fff; */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 37px;
    display: block;
}

.digerUrunler .aciklama .urunAdi a {
    color: #000
}

.digerUrunler li:hover .urunAdi {}