﻿@charset 'UTF-8';

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/fontawesome-webfont.eot);
    src: url(assets/fonts/fontawesome-webfont-1.eot) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2) format('woff2'),url(assets/fonts/fontawesome-webfont.woff) format('woff'),url(assets/fonts/fontawesome-webfont.ttf) format('truetype'),url(assets/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    color: #ddd;
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before {
    content: "\f03e"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-expand:before {
    content: "\f065"
}

.fa-plus:before {
    content: "\f067"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-key:before {
    content: "\f084"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-apple:before {
    content: "\f179"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-toggle-left:before {
    content: "\f191"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-user-plus:before {
    content: "\f234"
}

footer, header, menu, nav {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

textarea {
    overflow: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

        a[href^="#"]:after, a[href^="javascript:"]:after {
            content: ""
        }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }
}

@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

 

button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: font-family: 'Playfair Display';
    font-weight: 300;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-muted {
    color: #777
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

pre {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: %100
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table .table {
        background-color: #fff
    }

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

        .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
            line-height: 30px
        }
}

.form-group {
    margin-bottom: 15px
}

input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn[disabled] {
        pointer-events: none;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
        background-color: #fff;
        border-color: #ccc
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

    .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0
    }

    .btn-group > .btn:first-child {
        margin-left: 0
    }

        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

    .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group > .btn-group {
        float: left
    }

        .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
            border-radius: 0
        }

        .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
        outline: 0
    }

    .btn-group > .btn + .dropdown-toggle {
        padding-right: 8px;
        padding-left: 8px
    }

    .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

        .btn-group.open .dropdown-toggle.btn-link {
            -webkit-box-shadow: none;
            box-shadow: none
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

    .input-group .form-control:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

        .input-group .form-control:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav > li > a > img {
        max-width: none
    }

.breadcrumb {
    padding: 8px 15px;
    margin-top: 10px;
    list-style: none;
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-footer {
        border-top: 0
    }

.panel-default {
    border-color: #ddd
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.carousel {
    position: relative
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

@media screen and (min-width:768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }
}

.container:after, .container:before, .nav:after, .nav:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container:after, .nav:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        float: left
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

.icon-menu-close {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block
}

.ma5menu__toggle .icon {
    width: 20px;
    height: 20px;
    background-size: 20px
}

a:focus, a:hover {
    color: gray
}

a.hizliincele {
    width: 100px;
    background-color: #777777;
    display: inline-block;
    float: none;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

    a.hizliincele:hover {
        background-color: green;
        text-decoration: none
    }

.aynigun {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    display: block;
    color: #816A4A;
}

    .aynigun img, .slick-slide .aynigun img {
        width: 20px;
        margin-right: 3px;
        display: inline-block
    }

.icon-facebook {
    display: inline-block;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 5px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ESlice%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M6.74%203.286V5.62H5.026V8.48H6.74v8.487h3.514V8.478h2.36s.22-1.37.327-2.867h-2.673V3.66c0-.292.384-.685.762-.685h1.915V0H10.34c-3.688%200-3.6%202.86-3.6%203.286z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat
}

.icon-close-white {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat
}

.sepetUrunSayisi {
    font-family: 'Kumbh Sans',sans-serif;
    right: 22px;
    top: 9px;
    width: 18px;
    height: 18px;
    font-size: 11.5px;
    line-height: 11px;
    padding: 4px 0;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    font-weight: 700;
    font-style: normal
}

.pre-footer {
    margin: 30px 0
}

.center {
    text-align: center
}

#ImageButton12a {
    background: #ed5b5c;
    color: #fff;
    border: 1px solid #fff;
    font-size: 11px;
    border-radius: 0;
    width: 250px;
    height: 43px;
    margin: auto;
    display: none
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 4px;
    cursor: pointer;
    font-family: 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility
}

    [type=checkbox]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0)
    }

    [type=checkbox]:checked + label:after {
        opacity: 1;
        transform: scale(1)
    }

[type=checkbox]:disabled:checked + label:before, [type=checkbox]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=checkbox]:disabled:checked + label:after {
    color: #999
}

[type=checkbox]:disabled + label {
    color: #aaa
}

[type=checkbox]:checked:focus + label:before, [type=checkbox]:not(:checked):focus + label:before {
    border: 2px dotted #ed5b5c
}

body {
    color: #575757;
    direction: ltr;
    font: 450 13px 'Kumbh Sans',sans-serif;
    background: #fff
}

#kelime {
    height: 23px;
    color: #000;
    background: 0 0;
    border: none
}

    #kelime::-webkit-input-placeholder {
        color: #757575
    }

    #kelime::-moz-placeholder {
        color: #757575
    }

    #kelime:-ms-input-placeholder {
        color: #757575
    }

    #kelime:-moz-placeholder {
        color: #757575
    }

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    font-family: 'Kumbh Sans',sans-serif
}

    [type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1.44em;
        height: 1.44em;
        border: 2px solid #ccc;
        background: #fff;
        border-radius: 4px
    }

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none
}

    [type=radio]:checked + label:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #000;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

h1, h2, h3, h4, h5, h6 {
    font: 350 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0 0 10px
}

h1 {
    margin-bottom: 15px
}

a, a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.btn-default {
    border: 1px solid #ededed;
    color: #a8aeb3;
    background: 0 0;
    padding: 3px 10px
}

    .btn-default:active, .btn-default:focus, .btn-default:hover {
        border: 1px solid #a8aeb3;
        color: #fff;
        background: #a8aeb3;
        padding: 3px 10px
    }

input.form-control, textarea.form-control {
    border-color: #ECF1F3;
    border-width: 2px;
    border-radius: 5px;
    font-family: 'Kumbh Sans',sans-serif;
    box-shadow: none
}

    input.form-control:focus, textarea.form-control:focus {
        box-shadow: none;
        border: solid 2px #dbdbdb
    }

.color-red {
    color: #ed5b5c
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece
}

::-webkit-scrollbar-thumb {
    background-color: #cecece
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa
    }

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0
}

::-moz-selection {
    color: #fff;
    background: #e45000
}

::selection {
    color: #fff;
    background: #e45000
}

.pre-header {
    color: #fff;
    line-height: 1.2;
    font-family: 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    background: #000
}

    .pre-header a {
        color: #fff
    }

        .pre-header a:hover {
            color: #ecebeb
        }

        .pre-header a:focus {
            text-decoration: none
        }

    .pre-header li {
        padding-left: 11px;
        padding-right: 15px;
        border-right: solid 1px #d8d8d8
    }

        .pre-header li:last-child {
            border: none
        }

    .pre-header .fa {
        margin-right: 4px
    }

.header {
    border-radius: 0;
    margin-bottom: 0;
    z-index: 999;
    width: 100%
}

.mobillogo {
    display: none
}

@media (max-width:1024px) {
    .header {
        height: 100px;
        background-color: #fff
    }

    .mobillogo {
        display: inline-block;
        width: 133px;
        max-width: 100%;
        margin-top: 8px;
    }
}

.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

body.page-header-fixed {
    padding-top: 88px !important
}

.header .container {
    position: relative;
    padding: 0 25px;
    margin: auto;
    max-width: 1500px
}

.ie8 .header {
    border-bottom: 1px solid #eee
}

.site-logo {
    font-size: 23px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px
}

    .site-logo :after {
        clear: both
    }

@media (max-width:767px) {
    .site-logo {
        font-size: 23px;
        font-weight: 400;
        width: 50px;
        margin-right: 0
    }

        .site-logo img {
            width: 200px
        }
}

.header-navigation {
    font: 15px 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    margin: auto;
    padding: 0;
    text-align: center
}

    .header-navigation ul {
        padding: 0;
        list-style: none
    }

    .header-navigation > ul > li {
        display: inline-block
    }

        .header-navigation > ul > li:hover > .dropdown-menu ul > li {
            display: block;
            float: left;
            min-width: 200px;
            padding: 8px 8px;
        }

        .header-navigation > ul > li > a {
            color: #fff;
            display: block;
            padding: 16px 20px 16px;
            text-transform: uppercase;
        }

    .header-navigation ul > li.active > a, .header-navigation ul > li.open > a, .header-navigation ul > li.open > a:focus, .header-navigation ul > li.open > a:hover, .header-navigation ul > li > a:focus, .header-navigation ul > li > a:hover {
        color: #fff;
        text-decoration: none
    }

    .header-navigation ul > li.active > a {
        border-bottom: 2px solid #e64f00
    }

@media (min-width:1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block
    }

        .header-navigation > ul > li:hover > .dropdown-menu ul {
            display: inline-block;
            padding: 20px 20px 5px;
            margin: auto;
            width: auto;
            text-align: left;
height:355px;
        }

            .header-navigation > ul > li:hover > .dropdown-menu ul li div {
                max-width: 220px;
                padding: 20px 20px 0 20px;
            }

    .header-navigation, .header-navigation .dropdown {
        position: static
    }

        .header-navigation .dropdown-menu {
            left: auto;
            background-color: #fff;
            position: absolute;
            border: none;
            text-transform: none;
            font: 16px 'Kumbh Sans',sans-serif;
            text-rendering: optimizeLegibility;
            letter-spacing: 0;
            border-radius: 0;
            z-index: 9999
        }

            .header-navigation .dropdown-menu:after, .header-navigation .dropdown-menu:before {
                display: none !important
            }

        .header-navigation > ul > li > .dropdown-menu {
            margin-top: -5px;
            z-index: 10001
        }

        .header-navigation .dropdown100 > .dropdown-menu {
            left: 15px;
            right: 15px
        }

        .header-navigation > ul > li.dropdown:hover > a {
            color: #ed5b5c
        }

    .ie8 .header-navigation > ul > li.dropdown:hover > a:after {
        display: none !important
    }

    .header-navigation li.dropdown100 > .dropdown-menu:after {
        display: none !important
    }

    .header-navigation .dropdown-menu > li {
        float: left;
        margin-top: 40px;
        padding-left: 20px;
        text-align: left
    }

        .header-navigation .dropdown-menu > li > div {
            display: block;
            padding-top: 10px
        }

    .header-navigation .dropdown-menu li:last-child {
        border: none
    }

    .header-navigation .dropdown-menu li > a {
        font-size: 16px;
        font-weight: bold;
        color: black;
        text-align: left;
      
    }

    .header-navigation .dropdown-menu li > ul {
        display: none
    }

    .header-navigation-content {
        padding: 20px 30px;
        min-width: 600px
    }

        .header-navigation-content .header-navigation-col {
            padding: 0
        }

        .ecommerce .header-navigation-content h4, .header-navigation-content h4 {
            font: bold 17px 'Kumbh Sans',Arial,sans-serif;
            text-rendering: optimizeLegibility;
            margin: 0 0 6px;
            padding: 10px 10px 5px
        }

        .header-navigation-content ul {
            padding: 0;
            margin: 0 0 10px;
            list-style: none
        }

        .header-navigation-content li {
            padding: 0;
            border: none !important
        }

            .header-navigation-content li > a {
                display: block
            }

    .header-navigation-description {
        background: #fcfafb;
        margin: -20px 0 -2px -30px;
        padding: 20px;
        box-shadow: 0 0 20px rgba(91,91,91,.2) inset
    }

    .header-navigation .dropdown-menu .dropdown-menu {
        left: 100%;
        right: auto;
        top: 6px
    }

    .header-navigation .dropdown-menu a {
        position: relative
    }

    .header-navigation .dropdown-menu .fa {
        position: absolute;
        top: 13px;
        right: 15px
    }

    .header-navigation li.menu-search {
        position: relative;
        top: 10px
    }

        .header-navigation li.menu-search i {
            color: #a2a2a2;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            top: -12px;
            width: 24px;
            height: 24px
        }

            .header-navigation li.menu-search i:hover {
                color: #1D413F
            }
}

.page-slider {
    margin-top: -25px;
    clear: both
}

.dropdown.open > .dropdown-toggle {
    border-color: none !important
}

.steps-block {
    color: #000;
    padding: 30px 0
}

    .steps-block ::-moz-selection {
        color: #e45000;
        background: #fff
    }

    .steps-block ::selection {
        color: #e45000;
        background: #fff
    }

.steps-block-red {
    background: #ed5b5c
}

.steps-block-col {
    overflow: hidden;
    min-height: 71px
}

    .steps-block-col span {
        display: block;
        width: 36px;
        height: 71px;
        background: url(../../public/assets/img/step3-angle-right.png) no-repeat 100% 50%;
        position: absolute;
        top: 0;
        right: 10px
    }

.ecommerce .steps-block h2, .steps-block h2 {
    color: #000;
    font-size: p3px;
    margin: 0;
    padding: 0;
    line-height: 1
}

.steps-block em {
    font: normal 400 13px 'Opan Sans',sans-serif
}

.steps-block .steps-block-col div {
    margin-left: 70px;
    margin-right: 40px
}

.steps-block .fa-truck {
    font-size: 30px;
    border: solid 2px #fff;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 22px;
    margin-right: 11px;
    float: left
}

.steps-block .fa-angle-right {
    font-size: 84px
}

.title-wrapper {
    margin: -23px 0 23px;
    position: relative;
    overflow: hidden;
    background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
    min-height: 100%;
    padding-top: 79px;
    width: 100%;
    overflow: hidden
}

    .ecommerce .title-wrapper h1, .title-wrapper em {
        font-family: 'Kumbh Sans',sans-serif;
        text-rendering: optimizeLegibility;
        color: #fff;
        font-weight: 400
    }

.ecommerce .title-wrapper h1 {
    font-size: 45px;
    padding: 0 9px 13px;
    border-bottom: solid 1px rgba(255,255,255,.6);
    margin: 0 -9px 17px
}

.title-wrapper h1 span {
    color: #eb1f27
}

.title-wrapper em {
    font-size: 20px;
    font-style: normal;
    display: block;
    text-align: center
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    font: 15px 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility;
    color: #5f6d7b;
    margin: auto;
    margin-bottom: 15px;
/*    margin-left: 15px;*/
margin-top:10px;
}

    .breadcrumb > li + li:before {
        content: "\f105 ";
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        color: #5f6d7b
    }

    .breadcrumb a {
        color: #5f6d7b
    }

    .breadcrumb > .active {
        color: #eb1f27
    }

.content-page {
    background: #fff;
    padding: 20px;
    margin-right: 10px
}

    .content-page a {
        color: #767f88
    }

        .content-page a:hover {
            color: #1D413F
        }

    .content-page .link, .content-page .link:active, .content-page .link:hover {
        color: #1D413F
    }

    .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
        padding-top: 10px
    }

    .content-page h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .content-page h4 {
        font-size: 17px;
        margin-bottom: 4px
    }

    .content-page h5, .content-page h6 {
        font: 750 15px 'Kumbh Sans',Arial,sans-serif;
        text-rendering: optimizeLegibility;
        margin-bottom: 2px
    }

    .content-page .list-unstyled, .content-page p {
        margin-bottom: 20px
    }

        .content-page .list-unstyled .list-unstyled {
            margin-left: 20px;
            padding-top: 3px;
            margin-bottom: 0
        }

        .content-page .list-unstyled li {
            margin-bottom: 3px
        }

.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #1D413F;
    text-align: right
}

.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #1D413F;
    text-align: right
}

div.content-form-page {
    background: #fff;
    padding: 5px 20px 30px;
    margin-right: 10px
}

.content-form-page a {
    color: #767f88
}

    .content-form-page a:hover {
        color: #1D413F
    }

.content-form-page .control-label {
    font-weight: 400;
    padding-right: 5px;
    margin-left: -15px
}

.default-form label {
    font-weight: 400
}

.require {
    color: #e94d1c
}

.content-form-page input.form-control {
    border-color: #dbdbdb;
    color: #aaa;
    font: 15px Arial,sans-serif;
    border-radius: 0
}

.content-form-page .form-control:focus {
    box-shadow: none;
    border: solid 1px #e94d1c
}

.content-form-page .btn {
    margin-right: 10px
}

.content-search {
    background: #fff;
    padding: 10px 15px
}

.ecommerce .content-search h1 {
    padding-top: 3px;
    margin: 0
}

.content-search h1 em {
    font-style: normal;
    color: #eb1f27
}

.content-search form {
    margin: 0
}

.content-search input {
    border-radius: 0;
    border-color: #dbdbdb;
    color: #b0b4b7;
    font: 14px Arial,sans-serif;
    height: 35px
}

    .content-search input:focus {
        box-shadow: none;
        border: solid 1px #e94d1c
    }

.content-search button {
    margin-left: 0 !important;
    font-size: 14px;
    height: 35px
}

.pre-footer a {
    color: #000;
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}

    .pre-footer a:hover {
        color: #ed5b5c;
        text-decoration: none
    }

.ecommerce .pre-footer h2, .pre-footer h2 {
    font-size: 17px;
    font-weight: 700;
    color: #000
}

.pre-footer p {
    margin-bottom: 20px
}

.pre-footer li {
    margin-bottom: 6px
}

.pre-footer-col {
    padding-bottom: 22px
}

 

.pre-footer hr {
    margin-top: 0;
    border-color: #404040
}

.pre-footer .form-control, .pre-footer .form-control:focus {
    border: none
}

.footer {
    font-size: 13px;
    padding: 15px 0
}

    .footer a {
        color: #999;
        text-decoration: underline
    }

        .footer a:hover {
            text-decoration: none;
            color: #fff
        }

    .footer .padding-top-10 {
        color: #fff
    }

    .footer .list-inline > li:last-child {
        padding-right: 0
    }

    .footer ul {
        margin: 0;
        padding: 0
    }

.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    padding: 12px 0 0 0;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important
}

    .icon-btn i {
        font-size: 18px
    }

.ie8 .icon-btn:hover {
    filter: none !important
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0 #fff !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.icon-btn div {
    font-family: 'Kumbh Sans',sans-serif;
    text-rendering: optimizeLegibility;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 300
}

.panel .panel-title {
    padding-top: 0;
    margin-bottom: 0
}

li [class*=" fa-"], li [class^=fa-] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

#topcontrol {
    z-index: 99999
}

.search-link {
    color: #999;
    font-size: 12px
}

.price-active {
    z-index: 9
}

    .price-active h4 {
        color: #36d7ac
    }

.color-panel {
    z-index: 9999;
    position: fixed;
    top: 120px;
    right: 0
}

    .color-panel .color-mode-icons {
        top: 0;
        right: 0;
        padding: 20px;
        cursor: pointer;
        position: absolute;
        margin: 0
    }

    .color-panel .icon-color {
        background: #c9c9c9 url(../img/icon-color.png) center no-repeat
    }

        .color-panel .icon-color:hover {
            background-color: #3d3d3d
        }

    .color-panel .icon-color-close {
        display: none;
        background: #3d3d3d url(../img/icon-color-close.png) center no-repeat
    }

        .color-panel .icon-color-close:hover {
            background-color: #222
        }

.color-mode {
    top: 0;
    right: 40px;
    width: 200px;
    display: none;
    padding: 20px 10px 10px;
    position: absolute;
    background: #3d3d3d
}

    .color-mode p {
        color: #cfcfcf;
        padding: 0 15px;
        font-size: 15px
    }

    .color-mode ul {
        list-style: none;
        padding: 4px 11px 5px;
        display: block;
        margin-bottom: 1px !important
    }

    .color-mode li {
        width: 28px;
        height: 28px;
        margin: 4px;
        cursor: pointer;
        list-style: none;
        border: solid 1px #707070;
        display: inline-block;
        padding: 0 5px
    }

        .color-mode li:hover {
            border: solid 1px #ebebeb
        }

        .color-mode li.color-red {
            background: #ed5b5c
        }

        .color-mode li.color-green {
            background: #67bd3c
        }

    .color-mode label {
        color: #cfcfcf;
        border-top: 1px solid #585858;
        padding: 10px 10px 0;
        margin: 0 5px;
        display: block
    }

        .color-mode label > span {
            display: inline-block;
            width: 85px
        }

        .color-mode label span.color-mode-label {
            top: 2px;
            position: relative
        }

.fancybox-overlay {
    z-index: 100000
}

.fiyatindirimsiz {
    color: #999;
    position: relative;
    display: inline-block;
    margin-right: 9px
}

    .fiyatindirimsiz:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #999;
        display: block;
        width: 100%;
        top: 50%
    }

.pre-footer hr {
    border: 0;
    height: 1px;
    background-color: #999;
    text-align: left
}

@media screen and (min-width:1224px) {
    img.s1224w {
        display: block !important
    }

    img.s1024w {
        display: none !important
    }

    img.s768w {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .col-md-4:nth-child(3n+1) {
        clear: both
    }
}

@media screen and (min-width:1024px) and (max-width:1223px) {
    img.s1224w {
        display: none !important
    }

    img.s1024w {
        display: block !important
    }

    img.s768w {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    img.s1224w {
        display: none !important
    }

    img.s1024w {
        display: none !important
    }

    img.s768w {
        display: block !important
    }
}

.searchmobil {
    width: 85%;
    position: absolute;
    top: 15px;
    left: 20%
}

#kelime2 {
    border: none;
    border-bottom: 1px solid #000;
    text-align: center;
    height: 22px;
    padding: 0;
    width: 155px
}

@media (min-width:1025px) {
    .searchmobil {
        width: auto;
        position: absolute;
        top: 30px;
        left: 10px
    }

    #kelime2 {
        width: 290px;
        max-width: 100%;
        font-size: 15px;
    }
}

.smARA {
    display: table-cell;
    padding-right: 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: baseline;
    font-weight: 700;
    cursor: pointer
}

    .smARA img {
        width: 25px
    }

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
    margin: 0 0 10px
}

    .ecommerce h1 a, .ecommerce h2 a, .ecommerce h3 a, .ecommerce h4 a, .ecommerce h5 a, .ecommerce h6 a {
        color: #a2a2a2;
        font-weight: 400;
        font-size: 15px
    }

.ecommerce h1 {
    font-size: 35px;
 /*   text-align: left;
margin-bottom:0;
float:left;*/
}
.cath1div {
    padding: 30px 40px;
    border-bottom: 0.5px solid #e5e5e5;
height:100px;
}
.ecommerce h2 {
    font-size: 35px;
    padding: 25px 0 15px 0;
}

.ecommerce .content-page h2, .ecommerce .content-page h3, .ecommerce .content-page h4, .ecommerce .content-page h5, .ecommerce .content-page h6 {
    padding-top: 10px
}

.ecommerce .content-page h3 {
    font-size: 20px;
    margin-bottom: 7px
}

.ecommerce .content-page h4 {
    font-size: 17px;
    margin-bottom: 4px
}

.ecommerce .content-page h5, .ecommerce .content-page h6 {
    font: 750 15px 'Kumbh Sans',Arial,sans-serif;
    margin-bottom: 2px
}

.ecommerce .site-logo {
    margin: auto;
    display: block;
    width: 156px;
    padding: 20px 0 0 0;
}

.ecommerce .header-navigation {
    font-family: 14px 'Kumbh Sans',sans-serif;
    letter-spacing: 1px
}

    .ecommerce .header-navigation > ul > li > a {
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1.7px;
    }

    .ecommerce .header-navigation ul > li.active > a, .ecommerce .header-navigation ul > li.open > a, .ecommerce .header-navigation ul > li.open > a:focus, .ecommerce .header-navigation ul > li.open > a:hover, .ecommerce .header-navigation ul > li > a:focus, .ecommerce .header-navigation ul > li > a:hover {
        color: #1D413F
    }

    .ecommerce .header-navigation ul > li.active > a {
        border-bottom: none !important
    }

    .ecommerce .header-navigation > ul > li > .dropdown-menu {
        margin-top: -1px;
        left: 0;
        padding: 20px;
        width: 100%;
        border-top: 1px solid #679A97;
text-align:center;
height:465px;
    }

.header .top-cart-block {
 
    position: absolute;
    top: 20px;
    right: 25px;
    font: 450 13px 'Kumbh Sans',sans-serif
}

.top-cart-content-wrapper {
    position: absolute;
    right: -2px;
    top: 100%;
    z-index: 99999
}

.top-cart-content {
    padding: 8px 0 10px;
    background: #fcfafb;
    border-top: solid 2px #008c00;
    box-shadow: 5px 5px rgba(91,91,91,.2);
    width: 364px;
    margin-top: 12px;
    color: #717880;
    display: none;
    position: relative;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out
}

    .top-cart-content:after {
        top: -8px;
        width: 0;
        height: 0;
        right: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #008c00;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }

.top-cart-block:hover .top-cart-content {
    display: block
}

.top-cart-content p {
    margin: 7px 0 5px
}

.top-cart-content ul {
    margin: 0;
    padding: 0 8px
}

.top-cart-content li {
    list-style: none;
    margin: 0;
    padding: 9px 0;
    border-bottom: solid 1px #f2f2f2;
    width: 100%;
    overflow: hidden
}

.top-cart-content em, .top-cart-content img, .top-cart-content span, .top-cart-content strong {
    float: left
}

.top-cart-content img {
    border: solid 2px #fff;
    margin-right: 4px;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.top-cart-content em, .top-cart-content span, .top-cart-content strong {
    margin-right: 10px;
    overflow: hidden;
    padding-top: 10px
}

.top-cart-content span {
    width: 26px
}

.top-cart-content strong {
    width: 165px;
    font-weight: 400
}

    .top-cart-content strong a {
        color: #717880
    }

.top-cart-content em {
    width: 55px;
    font-style: normal;
    text-align: right
}

.top-cart-content .text-right {
    margin-right: 8px;
    padding-top: 10px
}

.top-cart-content .btn {
    font-size: 11px;
    padding: 8px 12px 7px
}

.top-cart-content .btn-default {
    color: #fff;
    border: 1px solid #c1cad3;
    background: #c1cad3;
    margin-right: 4px
}

    .top-cart-content .btn-default:hover {
        border: 1px solid #a8aeb3;
        color: #fff;
        background: #a8aeb3
    }

.ecommerce .page-slider {
    margin-top: 15px
}

.ecommerce .breadcrumb {
    font: 13px 'Kumbh Sans',sans-serif
}

.product-item {
    position: relative
}

.owl-item.active .product-item {
    margin-right: 10px
}

.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

*html .product-item {
    zoom: 1
}

.sticker {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 70px;
    line-height: 12px;
    letter-spacing: .87px;
    height: auto;
    padding: 8px 10px;
    max-width: 45%;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.sticker-kuryesel {
    background-image: none;
    background-color: #e7cdb2;
    padding: 5px;
    font-size: 12px;
}

.sticker img {
    max-width: 100%
}

.sticker-tukendi {
    background-image: none;
    background-color:black
}

.sticker-new {
    background: url(../../public/assets/../layout/img/new.png) no-repeat;
    left: auto;
    right: 0
}

.tekbg {
    width: calc(100% - 60px);
    margin-bottom: 30px;
    display: inline-block;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: background-size 1s ease-in;
    -moz-transition: background-size .25s ease-out;
    -ms-transition: background-size .25s ease-out;
    -o-transition: background-size .25s ease-out;
    -webkit-transition: background-size .25s ease-out
}

    .tekbg:hover {
        background-size: 102.5%
    }

.pi-img-wrapper {
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .pi-img-wrapper div {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
        text-align: center
    }

    .pi-img-wrapper .imglastchild {
        position: absolute;
        top: 0;
        left: 0;
        display: none
    }

    .pi-img-wrapper div {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

        .pi-img-wrapper div img {
            width: 100%;
            max-height: 100%
        }

.product-item:hover > .pi-img-wrapper > div {
    display: block
}

.pi-img-wrapper div .btn-default {
    padding: 5px 12px;
    color: #fff;
    border: 1px #fff solid;
    margin: -13px 5px 0;
    background: 0 0;
    position: relative;
    top: 50%;
    font-size: 14px;
    background-color: #3e4d5c
}

.product-item h3 {
    font: 350 15px 'Kumbh Sans',sans-serif;
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    height: auto
}

    .product-item h3 a {
        color: #000;
        font-size: 15px;
        FONT-WEIGHT: 500;
        line-height: 15px
    }

@media (max-width:500px) {
    .product-item h3 a {
        font-size: 13px
    }
}

.product-item h3 a:hover {
    color: #1D413F
}



.product-page {
    padding: 22px;
    position: relative;
    margin-right: 10px
}

    .product-page h1 {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 18px;
        font-size: 27px;
        font-family: 'Kumbh Sans',sans-serif
    }

    .product-page h4 {
        font-size: 13px;
        margin-bottom: 35px
    }


    .product-page-cart .btn {
        padding: 7px 20px;
        cursor: pointer;
        width: 450px;
        max-width: 100%;
        font-size: 22px;
        letter-spacing: 1px;
        height: 46px;
        font-family: 'Kumbh Sans',sans-serif
    }

.product-pop-up {
    padding: 0;
    overflow-x: hidden;
    background: inherit
}

    .product-pop-up .product-page-cart .btn {
        padding: 7px 5px
    }

    .product-pop-up .product-page-cart a.btn {
        padding: 9px 5px 5px;
        display: inline-block
    }

.product-page-content {
    width: 100%;
    overflow: hidden;
    padding: 20px 13px 0
}

.ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-nav-prev {
    width: 40px;
    height: 40px;
    z-index: 99;
    top: 50%;
    margin-top: -20px;
    position: absolute
}

@media (max-width:1200px) {
    .content-form-page .control-label {
        padding-left: 30px;
        padding-bottom: 5px
    }

    .content-form-page .col-md-offset-4 {
        margin-left: 15px
    }

    .content-form-page .pull-right {
        float: left !important
    }
}

@media (min-width:1025px) {
    .header .header-navigation {
        display: block !important
    }
}

@media (min-width:1025px) and (max-width:1205px) {
    body.page-header-fixed {
        padding-top: 121px !important
    }

    .header .header-navigation {
        display: block !important;
        float: left !important
    }

       /* .header .header-navigation > ul > li {
            margin-right: 27px
        }*/

            .header .header-navigation > ul > li > a {
                padding: 5px 10px 18px
            }

                .header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:focus, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li > a:hover {
                    background: 0 0
                }

    .header-navigation > ul > li.dropdown:hover > a:after {
        margin-left: 10px
    }

    .header .header-navigation li.menu-search {
        top: 1px;
        margin-left: -20px
    }

    .ecommerce .header .header-navigation li.menu-search {
        top: 2px
    }

    .header .header-navigation li.menu-search i {
        top: -4px
    }
}

@media (max-width:1024px) {
    body.page-header-fixed {
        padding-top: 107px !important
    }
}

@media (max-width:992px) {
    .carousel img {
        width: 100%
    }

    .steps-block-col {
        border: 2px solid #fff;
        margin: 0 25px 20px 15px;
        padding: 20px 20px 15px;
        min-height: auto;
        float: none
    }

        .steps-block-col:last-child {
            margin-right: 25px;
            margin-bottom: 0
        }

    .steps-block .steps-block-col div {
        margin-left: 0;
        margin-right: 0
    }

    .steps-block h2 {
        font-size: 43px
    }

    .steps-block em {
        text-transform: uppercase
    }

    .steps-block-col span {
        display: none
    }

    .steps-block-col .fa {
        display: block
    }

    .ecommerce .content-search h1 {
        padding-top: 0;
        margin-bottom: 3px
    }

    .content-search form {
        margin: 0 0 6px
    }
}

@media (max-width:767px) {
    .pre-header .pull-right {
        float: left !important
    }

        .pre-header .pull-right li:first-child {
            padding-left: 0
        }

    .header .header-navigation {
        margin: 0 -10px 0;
        padding: 0 10px
    }

    .header-navigation-content {
        min-width: 100px
    }

    .footer .pull-right, .pre-footer .pull-right {
        float: none !important
    }

    .footer .pull-right, .pre-footer .pull-right {
        padding-top: 15px
    }

    .footer .list-inline > li {
        padding-left: 0;
        margin-right: 5px
    }

    .product-item .img-responsive {
        width: 100%;
        height: 100%
    }

    .pre-footer .margin-bottom-40 {
        margin-bottom: 0
    }

    .ecommerce .footer {
        padding: 10px 0 10px
    }

        .ecommerce .footer .pull-right {
            padding-top: 10px
        }

    .footer img {
        margin-bottom: 10px
    }
}

@media (max-width:1024px) {
    .sepetspan {
        font-family: 'Kumbh Sans',sans-serif;
        right: 3px;
        top: 7px;
        width: 18px;
        height: 18px;
        font-size: 11.5px;
        line-height: 11px;
        padding: 4px 0;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        font-weight: 700;
        font-style: normal
    }

    .searchmobil {
        width: 100%;
        position: absolute;
        top: 6px;
        left: 0;
       
    }

    .smARA img {
        width: 20px
    }

    .smARA {
        padding-right: 5px
    }

    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
        font-size: inherit
    }

    .pre-footer {
        margin: 20px 0
    }

    .sepetUrunSayisi {
        font-family: 'Kumbh Sans',sans-serif;
        right: -8px;
        top: -1px;
        width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 11px;
        padding: 4px 0;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        background: #0076ff;
        color: #fff;
        font-weight: 700;
        letter-spacing: .3px
    }

    .green.btn {
        font-size: 14px
    }

    .product-item h3 {
        font: 350 13px 'Kumbh Sans',sans-serif;
        text-rendering: optimizeLegibility;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        height: 40px;
        float: none;
        font-weight: 700
    }

    .pre-header .list-inline li {
        padding: 3px;
        font-size: 11px
    }

    .pre-header .col-md-6 {
        float: left
    }

    .top-cart-block {
        clear: both;
        float: left;
        padding-top: 0;
        margin: 0 0 29px;
        width: 100%
    }

    .top-cart-content-wrapper {
        left: 0;
        right: auto
    }

    .top-cart-content:after {
        left: 15px
    }

    .ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-nav-prev {
        display: none
    }

    .header .top-cart-block {
        margin-top: 0
    }
}

@media (max-width:450px) {
    .ecommerce .steps-block h2 {
        font-size: 33px
    }
}

@media (max-width:405px) {
    .top-cart-content {
        width: 100%
    }

    .top-cart-block img {
        display: none
    }
}

@media (max-width:390px) {
    .steps-block .fa-truck {
        border: 2px solid #fff;
        border-radius: 30px !important;
        float: left;
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin-right: 11px;
        padding-top: 12px;
        text-align: center;
        vertical-align: middle
    }

    .ecommerce .steps-block h2 {
        font-size: 25px;
        padding-top: 2px
    }

    .ecommerce .steps-block em {
        text-transform: inherit
    }
}

@media (max-width:330px) {
    .top-cart-content {
        width: 100%
    }
}

@media (max-width:320px) {
    .site-logo {
        margin-right: 0
    }

    .content-form-page .btn-default {
        margin-top: 10px
    }
}

.pre-header a:hover {
    color: #1D413F
}

.header-navigation ul > li.active > a, .header-navigation ul > li.open > a, .header-navigation ul > li.open > a:focus, .header-navigation ul > li.open > a:hover, .header-navigation ul > li > a:focus, .header-navigation ul > li > a:hover {
    color: #1D413F
}

.header-navigation li.menu-search i:hover {
    color: #1D413F
}

.content-page a:hover {
    color: #1D413F
}

.content-page .link, .content-page .link:active, .content-page .link:hover {
    color: #1D413F
}

.page-404 .number, .page-500 .number {
    color: #1D413F
}

.content-form-page a:hover {
    color: #1D413F
}

.ecommerce .header-navigation ul > li.active > a, .ecommerce .header-navigation ul > li.open > a, .ecommerce .header-navigation ul > li.open > a:focus, .ecommerce .header-navigation ul > li.open > a:hover, .ecommerce .header-navigation ul > li > a:focus, .ecommerce .header-navigation ul > li > a:hover {
    color: #1D413F
}

.product-item h3 a:hover {
    color: #1D413F
}

 

.header-navigation > ul > li.dropdown:hover > a {
    color: white;
    background-color: #1D413F;
 cursor: pointer
}

.header-navigation .dropdown-menu > li.active > a, .header-navigation .dropdown-menu > li > a:hover, .header-navigation .header-navigation-content .header-navigation-col li.active > a, .header-navigation .header-navigation-content .header-navigation-col li > a:hover {
    color: #d01aca
}

.title-wrapper h1 span {
    color: #d01aca
}

.breadcrumb > .active {
    color: #000
}

.content-search h1 em {
    color: #d01aca
}

.top-cart-content:after {
    border-bottom: 8px solid #d01aca
}

::-moz-selection {
    color: #fff;
    background: #e45000
}

::selection {
    color: #fff;
    background: #e45000
}

.steps-block ::-moz-selection {
    color: #e45000;
    background: #fff
}

.steps-block ::selection {
    color: #e45000;
    background: #fff
}

.steps-block-red {
    background: #88cfba
}

.require {
    color: #e94d1c
}

.content-form-page .form-control:focus {
    border: solid 1px #e94d1c
}

.content-search input:focus {
    border: solid 1px #e94d1c
}

.top-cart-content {
    border-top: solid 2px #d01aca
}

@media (max-width:1024px) {
    .header .header-navigation li.active > a, .header .header-navigation li.open > a:hover, .header .header-navigation li > a:hover {
        color: #dd4632 !important
    }
}

.header-navigation ul > li.active > a {
    border-bottom: 2px solid #e64f00
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-slide {
    /*display: none;*/
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
       
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next:before, .slick-prev:before {
        font-family: FontAwesome;
        font-size: 44px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\f104"
}

[dir=rtl] .slick-prev:before {
    content: "\f105"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\f105"
}

[dir=rtl] .slick-next:before {
    content: "\f104"
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            opacity: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.slider-single .slick-list {
    height: 100%
}

.slider-single .slick-list {
    width: 100%
}

.slider-single .slick-dots {
    bottom: .625rem;
    list-style: none;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media screen and (min-width:48em) {
    .slider-single .slick-dots {
        bottom: .9375rem
    }
}

.slider-single .slick-dots li {
    background-color: transparent;
    border-radius: .625rem;
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 .3125rem;
    text-indent: -99999px;
    width: 12px
}

 

.slider-single .slider-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative
}

.acInput {
    width: 200px
}

.acResults {
    z-index: 1999;
    position: absolute;
    top: 0;
    display: block;
    font-size: 1.6em;
    list-style-type: none;
    width: 600px !important;
    cursor: pointer;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    background-color: #fff
}

    .acResults ul {
        margin-left: auto;
        margin-right: auto;
        color: #333;
        letter-spacing: 1px;
        list-style-position: outside;
        list-style: none;
        -webkit-padding-start: 5px
    }

        .acResults ul li {
            padding: 2px;
            padding-top: 6px;
            padding-bottom: 3px;
            padding-left: 8px;
            padding-right: 8px;
            list-style-type: none;
            text-align: left;
            font-family: arial,helvetica,sans-serif;
            font-size: .65em;
            text-transform: lowercase;
            font-weight: 400;
            height: 2.3em;
            height: 50px;
            line-height: 40px;
            border-bottom: 1px solid #e5e5e5
        }

            .acResults ul li img {
                margin-right: 10px
            }

acResults ul li a:hover {
    text-decoration: underline
}

.acResults ul li:last-child {
    padding-bottom: 8px
}

.acInput4 {
    width: calc(100% - 40px)
}

.mahallesec {
    margin: 0;
    background-color: #F0F8F3;
}

.mahallediv1 {
    width: 50%;
    float: left;
    padding: 7px;
    padding-left: 7px;   
    margin: 5px;
    background-color: white;
    border: 2px solid #DFE9E2;
    border-radius: 9px;
position:relative;
}

.mahallediv2 {
    font-size: 17px;
    padding-top: 4px;
    text-align: right;
    width: calc(50% - 10px);
    float: left;
    color: #555
}

    .mahallediv2 img {
        max-height: 50px;
        max-width: 100%;
    }

@media (max-width:500px) {

    .mahallediv1 {
        width: calc(100% - 10px);
        padding: 5px;
    }

    .mahallediv2 {
        display: none;
        font-size: 13px;
        padding-top: 1px;
        text-align: center;
        padding: 0 10px 0 10px
    }
}

.acResults4 {
    z-index: 15999;
    margin-top: 48px;
    width: calc(50% - 7px);
    margin-left: 6px;
    display: block;
    font-size: 1.6em;
    list-style-type: none;
    background: #F0F8F3;
    border: 2px solid #DFE9E2;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 6px 8px rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    overflow-x: hidden
}

#sonucyok {
    max-width: 100%;
    display: none;
    z-index: 1999;
    margin-top: 42px;
    margin-left: 25px;
    position: absolute;
    padding: 10px;
    text-align: center;
    list-style-type: none;
    background: #fff;
    border: 2px solid #e2e7e9;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 6px 8px rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.acResults4 ul {
    margin-left: auto;
    margin-right: auto;
    color: #333;
    list-style-position: outside;
    list-style: none;
    -webkit-padding-start: 2px
}

    .acResults4 ul li {
        cursor: pointer;
        padding: 2px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 30px;
        padding-right: 8px;
        list-style-type: none;
        text-align: left;
        font-size: .56em;
        font-weight: 400;
        /* background-color: #e7cdb2; */
        background-image: url(../../public/assets/icons2020/place.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position-x: 5px;
        background-position-y: 5px;
        /* color: #fff; */
        margin: 5px 0;
        border-radius: 10px;
    }

        .acResults4 ul li img {
            margin-right: 3px
        }

acResults4 ul li a:hover {
    text-decoration: underline
}

.acResults4 ul li:last-child {
    padding-bottom: 8px
}

@media (max-width:1024px) {
    .sticker {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 57px;
        line-height: 11px;
        font-size: 10px;
        color: #fff;
        padding: 3px 1px;
        max-width: 45%;
        border-radius: 5px;
        color: #fff
    }

    .sticker-kuryesel {
        background-image: none
    }
}

.col-md-5sepet {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-5sepet {
    width: 41.66666667%;
    float: left
}

@media (max-width:768px) {
    .col-md-5sepet {
        width: 100%;
        float: none
    }
}

@media (min-width:992px) {
    .col-md-5:nth-child(5n+1) {
        clear: both
    }
}

.ie8 .order-product:after, .ie8 .order-product:before {
    content: " ";
    display: table
}

.ie8 .order-product:after {
    clear: both
}

.header .top-cart-block {
    z-index: 55555555555
}

@media (min-width:1025px) {
    #myPanelDefault {
        display: none
    }
}

.sepetUrunSayisi:empty {
    display: none
}

.opcatiy0 {
    opacity: 0;
    -webkit-transition: opacity .65s ease-in-out;
    -moz-transition: opacity .65s ease-in-out;
    -ms-transition: opacity .65s ease-in-out;
    -o-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out
}

.opcatiy1 {
    opacity: 1;
    -webkit-transition: opacity .65s ease-in-out;
    -moz-transition: opacity .65s ease-in-out;
    -ms-transition: opacity .65s ease-in-out;
    -o-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out
}

@media (max-width:1024px) {
    .ecommerce h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
        padding-top: 0
    }
}

 

.priceleft {
    width: auto;
    font-size: 20px;
    color: #000;
    text-align: right;
    display: inline-block;
    vertical-align: middle
}

.priceright {
    font-size: 13px;
    font-family: sans-serif;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 15px;
    TEXT-ALIGN: left;
    display: inline-block;
    vertical-align: middle
}

.fiyatindirimsiz .priceleft {
    color: #999
}

.fiyatindirimsiz .priceright {
    color: #999
}

.img-responsive {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.require {
    color: red
}

.yenigelen {
    font-family: 'Playfair Display';
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0
}

    .yenigelen span {
        font-size: 25px;
        padding: 0 20px;
        font-family: 'Kumbh Sans',sans-serif;
        /*border-bottom: 1px solid*/
    }

.f-nav {
    top: 0;
    width: 100%
}

.f-nav-logo {
    z-index: 1000001;
    position: fixed;
    top: -18px;
    left: 45px
}

.steps-block {
    padding: 0
}

    .steps-block a {
        color: #000;
        display: inline-block;
    }

    .steps-block .fa {
        font-size: 21px;
        border-radius: 33px !important;
        width: 33px;
        height: 33px;
        color: #000;
        text-align: center;
        vertical-align: middle;
        padding-top: 9px;
        margin: 7px;
        margin-top: 0;
        margin-bottom: 0;
        float: left
    }

.f-nav2 {
    z-index: 1000002;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    background: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: none;
    margin-top: 0
}

.aralik > li {
    display: inline-block;
    padding: 0;
    width: auto;
    margin: 0 10px;
    font-size: 13.5px;
    font-weight: 400;
    text-align: center
}

    .aralik > li a img {
        height: 30px;
        margin-bottom: 4px
    }

.f-nav2 > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px
}

.img-zoom-genel, .img-zoom-genel2 {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.img-zoom1, .img-zoom2, .img-zoom3, .img-zoom4 {
    width: 612px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.transition {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.transition2 {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.row > div .text-container {
    position: relative;
    display: inline-block
}

.row2 > div a {
    display: block;
    max-height: 355px;
    overflow: hidden
}

 
.ecommerce .header-navigation li.menu-search i, .ecommerce .header-navigation ul > li > a, .header a, .header-navigation li.menu-search i, a {
    color: #000;
 
}

a {
    color: #000
}

.f-nav2 {
    margin-right: 35px
}

.header-navigation li.menu-search i:hover {
    color: #eb1f27
}

.logo2cont {
    padding-top: 6px;
    display: none;
    float: left
}

@media (min-width:1299px) {
    .logo2cont {
        float: left;
        width: 215px;
        padding-top: 6px
    }
}

.logo3cont {
    display: none
}

.desktopmenu {
    text-align: center;
    margin-bottom: 0;
    border-top: .5px solid #e5e5e5;
    border-bottom: .5px solid #e5e5e5;
    margin-top: 20px
}

@media (max-width:1024px) {
    #logo1 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .row2 > div a {
        display: block;
        max-height: 355px;
        height: 340px;
        overflow: hidden
    }

    .site-logo {
        display: none
    }

    .header-navigation-content h1 {
        display: none
    }

    .header-navigation-content h4 {
        text-align: center
    }
}

.pi-img-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden
}

.ui-panel-wrapper {
    position: relative;
    min-height: inherit;
    border: 0;
    overflow-x: hidden;
    z-index: 999
}

@media (min-device-width:1025px) and (max-device-width:1024px) {
    .product-item h3 {
        font: 350 16px 'Kumbh Sans',sans-serif;
        padding-top: 10px;
        padding-bottom: 4px;
        text-align: center;
        height: 40px;
        float: none;
        font-weight: 700
    }
}

@media (max-device-width:1024px) {
    .pi-img-wrapper {
        height: 337px
    }

    body {
        font-size: 13px
    }



    .desktopmenu {
        display: none
    }

    .ui-panel-wrapper {
        position: relative;
        min-height: inherit;
        border: 0;
        overflow-x: hidden;
        z-index: 999
    }

    .col-md-12, .col-sm-12 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .f-nav, .top-cart-block {
        display: none
    }

    .header-navigation {
        display: none
    }

    .btn-3 {
        font-size: 13px
    }

    .yenigelen span {
        font-weight: 700;
        font-size: 22px;
        padding: 0 20px
    }

    #logo1 {
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .hizliincele {
        display: none
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    body.ecommerce {
        background-image: none
    }

    .row2 > div a {
        display: block;
        max-height: 355px;
        height: 220px;
        overflow: hidden
    }

    .ecommerce .site-logo {
        margin: auto;
        display: block;
        width: 100px;
        padding-top: 2px
    }

    .logo3cont {
        display: block;
        width: auto;
        margin: auto;
        text-align: center
    }

    .f-nav, .top-cart-block {
        display: none
    }

    #leftpan0 {
        display: none
    }

    .desktopmenu {
        display: none
    }
}

@media (max-device-width:768px) {
    .pi-img-wrapper {
        height: 240px
    }
}

.container {
    width: 100%;
    padding: 0;
    margin: auto
}

input[type=checkbox] {
    position: relative;
    margin: 0 7px 0 0;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

#Description ul, #Description ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

#Description img {
    max-width: 100%
}

.fa-search:before {
    color: #000 !important;
    content: "\f002"
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 15px
}

.ui-panel {
    min-height: 100%;
    max-height: none;
    border-width: 0;
    position: absolute;
    top: 0;
    display: block
}

.product-page-cart .btn {
    padding: 6px 20px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    letter-spacing: 2px;
    height: 37px;
    font-family: 'Kumbh Sans',sans-serif
}

@media (max-width:1024px) {
    .product-page-cart .btn {
        padding: 6px 20px;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        letter-spacing: 1px;
        height: 37px;
        font-family: 'Kumbh Sans',sans-serif
    }
}

.product-page {
    padding: 0;
    position: relative;
    margin-right: 0
}

.steps-block .fa2 {
    font-size: 19px;
    border-radius: 19px !important;
    width: 19px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    float: left
}

@media (max-width:1024px) {
    .ui-panel {
        max-width: 100%;
        min-height: 100%;
        max-height: none;
        border-width: 0;
        position: absolute;
        top: 0;
        display: block
    }
}

.icon-search {
    background: rgba(0,0,0,0) url(images/search.svg) no-repeat scroll 0 0;
    display: block;
    height: 24px;
    width: 24px;
    background-size: 100%
}

.acInput::-webkit-input-placeholder {
    color: #efefef
}

.acInput::-moz-placeholder {
    color: #efefef
}

img {
    max-width: 100%
}

@media (min-width:1600px) {
    .header-navigation {
        font: 19px 'Kumbh Sans',sans-serif
    }
}

.form-group {
    margin-bottom: 0
}

.green.btn .form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 40px
}

.green.btn {
    color: #fff;
    background-color: #e7cdb2;
    border-radius: 6px;
    max-width: 265px;
    font-size: 16.5px;
    padding: 6px 20px;
    font-family: 'Kumbh Sans',sans-serif;
    line-height: 40px
}

    .green.btn.active, .green.btn:active, .green.btn:focus, .green.btn:hover {
        color: #fff;
        background-color: #357730
    }
.product-list {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.products {
width:calc(100% - 275px);
float:left;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.product-list .product {
    display: block;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 14px;
    position: relative;
}
    .products .product {
        display: block;
        -webkit-flex: 0 0 33.33%;
        -moz-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding: 14px;
        position: relative;
    }

    /*.product:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important;
        -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important;
        box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important
    }*/
 

    .product a, .products a {
        display: inline-block;
        margin-bottom: 2px;
    
    }

.product_resimdiv {
    /*    border: 1px solid #ddd;*/
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    position: relative;
    /*    height: 442px;*/
}

    .product_resimdiv img {
        margin: auto;
     max-height: 100%;
    }

.slogan {
    margin: auto;
    color: #fff;
    font-size: 59px;
    text-align: center;
    font-family: 'Kumbh Sans',sans-serif
}

.slogan2 {
    margin: 20px auto;
    color: #fff;
    font-size: 27px;
    text-align: center
}

.slogan3 {
    display: inline-block;
    margin: auto;
    width: auto;
    border: 1px solid #fff;
    font-size: 17px;
    color: #fff;
    background-color: rgba(74,86,55,.5);
    padding: 10px 20px
}

.bolgesiv {
    position: absolute;
    top: 249px;
    width: 100%;
    z-index: 5555;
    text-align: center
}

.hizliincele {
    width: 100px;
    background-color: #777777;
    display: inline-block;
    float: none;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

    .hizliincele:hover {
        background-color: green;
        text-decoration: none
    }

@media (min-width:1024px) {
    .hizliincele {
        /*display: none;*/
    }

    .videodiv {
        max-height: 488px;
        overflow: hidden;
        object-fit: cover;
        position: relative
    }

        .videodiv video {
            margin-top: -100px
        }
}

@media (min-width:500px) {
    .product a, .products a {
        height: 100%;
        padding-bottom: 0px;
     
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }
}

@media (max-width:500px) {
    .priceleft {
        font-size: 20px
    }

    .priceright {
        font-size: 10px
    }

    .slogan {
        margin: auto;
        color: #fff;
        font-size: 29px;
        text-align: center;
        font-family: 'Kumbh Sans',sans-serif
    }

    .slogan2 {
        margin: 10px auto;
        color: #fff;
        font-size: 15px;
        text-align: center
    }

    .slogan3 {
        display: inline-block;
        margin: auto;
        width: auto;
        border: 1px solid #fff;
        font-size: 12px;
        color: #fff;
        background-color: rgba(74,86,55,.5);
        padding: 8px 15px
    }

    .bolgesiv {
        display: none;
        position: absolute;
        top: 110px;
        width: 100%;
        z-index: 5555;
        text-align: center
    }

    .ecommerce h1 {
        margin-top: 5px
    }

    .productalt h3 {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        height: 40px;
        overflow: hidden;
    }
    .productalt {
        padding: 15px 30px 40px 30px;
        background-color: #f8f7f5;
        border-radius: 0 0 6px 6px;
        font-size: 14px;
        line-height: 21px;
        height: 100px;
    }
    .product {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .products .product {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 150%;
        flex: 0 0 50%;
padding:7px;
    }

    .product_resimdiv {
        border: none;
        display: block;
        height: auto;
    }

    .product_aciklamadiv {
        padding-top: 10px;
        display: block
    }
}

.benzerler {
    max-width: 1500px;
    margin: auto
}

.product__description {
    display: block;
    clear: both;
    padding: 30px 0;
    margin-bottom: 30px
}

.mahallediv1.mahelleon {
    color: #ffffff;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZGYxZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom,#F0F8F3 0%,#fff 100%);
    background-image: -moz-linear-gradient(bottom,#F0F8F3 0%,#fff 100%);
    background-image: -o-linear-gradient(bottom,#F0F8F3 0%,#fff 100%);
    background-image: linear-gradient(to top,#F0F8F3 0%,#fff 100%);
}

.ma5menu {
    display: none;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

    .ma5menu *, .ma5menu :after, .ma5menu :before {
        box-sizing: border-box
    }

.ma5menu--active .ma5menu__page {
    margin-right: -17px;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transition: -webkit-transform .3s ease-out 0s;
    -o-transition: transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s,-webkit-transform .3s ease-out 0s
}

@media (min-width:768px) {
    .ma5menu--active .ma5menu__page {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.ma5menu > ul {
    display: none
}

.ma5menu__head {
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
    height: 57px;
    text-align: center;
    color: #000;
    background-color: transparent;
    position: relative
}

.ma5menu__header {
    line-height: 35px;
    color: #000;
    background-color: transparent
}

    .ma5menu__header a {
        color: #000
    }

        .ma5menu__header a:hover {
            color: #000
        }

.ma5menu__close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
    background-size: 24px 24px;
    background-position: 50% 50%
}

.ma5menu__toggle:hover .ma5menu__close {
    color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
    background-color: transparent
}

.ma5menu__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%206l-3.75%205%202.85%203.8-1.6%201.2C9.81%2013.75%207%2010%207%2010l-6%208h22L14%206z%22/%3E%3C/svg%3E");
    background-size: 40px 40px;
    background-position: 50% 50%
}

.ma5menu__home:hover .ma5menu__logo {
    color: #000
}

.ma5menu__home {
    font-weight: 700;
    color: inherit
}

.ma5menu__tools {
    display: none
}

.ma5menu__footer .ma5menu__tools {
    display: block
}

.ma5menu__footer {
    padding: 20px 20px 30px 20px;
    text-align: center;
    color: rgba(255,255,255,.6);
    background-color: transparent;
    text-transform: none
}

    .ma5menu__footer a {
        color: #000
    }

        .ma5menu__footer a:hover {
            color: #000
        }

.ma5menu__toggle {
    cursor: pointer;
    color: #000;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 60px;
    position: absolute;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 4px;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out
}

.ma5menu__header .ma5menu__toggle {
    position: absolute;
    top: 0;
    width: 44px;
    height: 40px;
    padding: 8px;
    color: #000;
    background-color: transparent
}

    .ma5menu__header .ma5menu__toggle:hover {
        color: #000;
        background-color: transparent
    }

.ma5menu--left .ma5menu__header .ma5menu__toggle {
    right: 0
}

.mobildivnav {
    width: auto;
    float: left
}

.ma5menu--right .ma5menu__header .ma5menu__toggle {
    left: 0
}

.ma5menu__icon-toggle {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.ma5menu__icon-up {
    margin: 0;
    width: 44px;
    height: 44px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E")
}

.ma5menu__alert {
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 500;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-image: -o-linear-gradient(top,rgba(14,101,182,0) 0,#fff 50%);
    background-image: linear-gradient(to bottom,rgba(14,101,182,0) 0,#fff 50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 50px;
    -o-transition: background-position .4s ease-in .3s;
    transition: background-position .4s ease-in .3s;
    will-change: auto;
    pointer-events: none
}

@media (min-width:768px) {
    .ma5menu__alert {
        width: 100%
    }
}

.ma5menu__container--scroll .ma5menu__alert {
    background-position: 0 0;
    -o-transition: background-position .4s ease-out;
    transition: background-position .4s ease-out;
    pointer-events: auto
}

.ma5menu__alert-content {
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: bottom .4s ease-in;
    transition: bottom .4s ease-in
}

.ma5menu__container--scroll .ma5menu__alert-content {
    bottom: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ma5-arrowDown;
    animation-name: ma5-arrowDown;
    -o-transition: bottom .4s ease-out .4s;
    transition: bottom .4s ease-out .4s
}

.ma5menu__container {
    -o-transition: none !important;
    transition: none !important;
    position: fixed;
    background-color: #fff;
    height: 100%;
    top: 0;
    line-height: 19px;
    overflow: hidden;
    border: none;
    z-index: 10000;
    box-shadow: 0 0 12px rgba(0,0,0,.14)
}

@media (max-width:767px) {
    .ma5menu__container {
        width: 100%
    }
}

@media (min-width:768px) {
    .ma5menu__container {
        width: 100%
    }
}

.ma5menu--left .ma5menu__container {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0
}

.ma5menu--right .ma5menu__container {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    right: -100%
}

.ma5menu--ready.ma5menu--left .ma5menu__container {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie.ma5menu--ready.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOut;
    animation-name: ma5menuOut
}

.ie.ma5menu--ready.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutIEphone;
    animation-name: ma5menuOutIEphone
}

@media (min-width:768px) {
    .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOutIEtablet;
        animation-name: ma5menuOutIEtablet
    }
}

.ma5menu--ready.ma5menu--right .ma5menu__container {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie.ma5menu--ready.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuOutB;
    animation-name: ma5menuOutB
}

.ie.ma5menu--ready.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEphone;
    animation-name: ma5menuOutBIEphone
}

@media (min-width:768px) {
    .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuOutBIEtablet;
        animation-name: ma5menuOutBIEtablet
    }
}

.ma5menu--active.ma5menu--left .ma5menu__container {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie.ma5menu--active.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutB;
    animation-name: ma5menuOutB
}

.ie.ma5menu--active.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEphone;
    animation-name: ma5menuOutBIEphone
}

@media (min-width:768px) {
    .ie.ma5menu--active.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOutBIEtablet;
        animation-name: ma5menuOutBIEtablet
    }
}

.ma5menu--active.ma5menu--right .ma5menu__container {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie.ma5menu--active.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuIn;
    animation-name: ma5menuIn
}

.ie.ma5menu--active.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuInIEphone;
    animation-name: ma5menuInIEphone
}

@media (min-width:768px) {
    .ie.ma5menu--active.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuInIEtablet;
        animation-name: ma5menuInIEtablet
    }
}

@media (min-width:768px) {
    .ma5menu--left .ma5menu__container {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        padding: 0;
        left: 0
    }
}

@media (min-width:768px) {
    .ma5menu--right .ma5menu__container {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        right: -100%
    }
}

.safari .ma5menu__container {
    height: 100%
}

.preload .ma5menu__container {
    opacity: 0;
    z-index: -1
}

.ma5menu__panel {
    display: none;
    width: 100%;
    height: 80%;
    height: calc(100% - 60px);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: 57px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 100;
    color: rgba(255,255,255,.1);
    background-color: #fff;
    scrollbar-color: #0a4b87 #fff;
    scrollbar-width: thin
}

@media (min-width:768px) {
    .ma5menu__panel {
        width: 100%
    }
}

.ma5menu__panel.has-scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.ma5menu__panel:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.4)
}

.ma5menu__panel::-webkit-scrollbar {
    width: 9px;
    background-color: #0d60ad
}

.ma5menu__panel::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.15);
    outline: 0;
    border-right: 3px solid #0d60ad
}

.ma5menu__panel:first-of-type {
    z-index: 160
}

.ma5menu__panel--parent-enter, .ma5menu__panel--parent-leave {
    z-index: 180;
    display: block
}

.ma5menu__panel--active-enter, .ma5menu__panel--active-leave {
    z-index: 190;
    display: block
}

.ma5menu__panel--active-enter {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie .ma5menu__panel--active-enter {
    -webkit-animation-name: ma5-panelIn;
    animation-name: ma5-panelIn
}

.ie .ma5menu__panel--active-enter {
    -webkit-animation-name: ma5-panelInIEphone;
    animation-name: ma5-panelInIEphone
}

@media (min-width:768px) {
    .ie .ma5menu__panel--active-enter {
        -webkit-animation-name: ma5-panelInIEtablet;
        animation-name: ma5-panelInIEtablet
    }
}

.ma5menu__panel--active-leave {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie .ma5menu__panel--active-leave {
    -webkit-animation-name: ma5-panelOut;
    animation-name: ma5-panelOut
}

.ie .ma5menu__panel--active-leave {
    -webkit-animation-name: ma5-panelOutIEphone;
    animation-name: ma5-panelOutIEphone
}

@media (min-width:768px) {
    .ie .ma5menu__panel--active-leave {
        -webkit-animation-name: ma5-panelOutIEtablet;
        animation-name: ma5-panelOutIEtablet
    }
}

.ma5menu__panel--parent-enter {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie .ma5menu__panel--parent-enter {
    -webkit-animation-name: ma5menuOut;
    animation-name: ma5menuOut
}

.ie .ma5menu__panel--parent-enter {
    -webkit-animation-name: ma5menuOutIEphone;
    animation-name: ma5menuOutIEphone
}

@media (min-width:768px) {
    .ie .ma5menu__panel--parent-enter {
        -webkit-animation-name: ma5menuOutIEtablet;
        animation-name: ma5menuOutIEtablet
    }
}

.ma5menu__panel--parent-leave {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.noie .ma5menu__panel--parent-leave {
    -webkit-animation-name: ma5menuOutB;
    animation-name: ma5menuOutB
}

.ie .ma5menu__panel--parent-leave {
    -webkit-animation-name: ma5menuOutBIEphone;
    animation-name: ma5menuOutBIEphone
}

@media (min-width:768px) {
    .ie .ma5menu__panel--parent-leave {
        -webkit-animation-name: ma5menuOutBIEtablet;
        animation-name: ma5menuOutBIEtablet
    }
}

.ma5menu__container img {
    width: 25px;
    margin-right: 10px
}

.ma5menu__panel.lvl-1 {
    text-transform: none
}

.ma5menu__panel > ul {
    margin: 0;
    padding: 0
}

    .ma5menu__panel > ul li {
        position: relative;
        font-size: 0;
        padding-right: 0;
        margin-bottom: 0;
        line-height: 0
    }

        .ma5menu__panel > ul li:first-of-type {
            border-top: 1px solid rgba(255,255,255,.3)
        }

        .ma5menu__panel > ul li .ma5menu__category, .ma5menu__panel > ul li a {
            display: inline-block;
            vertical-align: top;
            text-decoration: none !important;
            width: 100%;
            outline: 0 !important;
            border-bottom: 1px solid rgba(255,255,255,.3);
            pointer-events: none;
            letter-spacing: .3px;
            -o-transition: color .3s ease-out,background-color .3s ease-out;
            transition: color .3s ease-out,background-color .3s ease-out;
            padding: 12px 5px 12px 15px;
            font-size: 15px;
            line-height: 19px;
            overflow: hidden;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            min-height: 50px;
            border-bottom: 1px solid #ddd
        }

        .ma5menu__panel > ul li a {
            color: #000;
            background-color: transparent
        }

            .ma5menu__panel > ul li a:hover {
                color: #000;
                background-color: transparent;
                -o-transition: none;
                transition: none
            }

        .ma5menu__panel > ul li .ma5menu__category {
            position: relative;
            text-align: left;
            background-position: calc(100% - 13px) 50%;
            color: #000;
            background-color: transparent
        }

            .ma5menu__panel > ul li .ma5menu__category:hover {
                color: #000;
                background-color: transparent;
                -o-transition: none;
                transition: none
            }

            .ma5menu__panel > ul li .ma5menu__category.ma5menu__path {
                color: #000 !important;
                background-color: transparent !important
            }

                .ma5menu__panel > ul li .ma5menu__category.ma5menu__path:hover {
                    color: #000 !important;
                    background-color: transparent !important;
                    -o-transition: none;
                    transition: none
                }

        .ma5menu__panel > ul li > .ma5menu__btn--enter + a {
            padding-right: 60px;
            margin-right: -50px
        }

.ma5menu__panel--active {
    z-index: 170;
    display: block
}

    .ma5menu__panel--active > ul li .ma5menu__category, .ma5menu__panel--active > ul li a {
        pointer-events: auto
    }

.ma5menu__btn--enter, .ma5menu__btn--leave {
    font-size: 13px;
    cursor: pointer;
    display: block;
    position: absolute;
    padding: 0;
    top: 0;
    height: 100%;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px 24px;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

    .ma5menu__btn--enter:hover, .ma5menu__btn--leave:hover {
        -o-transition: none;
        transition: none
    }

.ma5menu__btn--enter {
    z-index: 0;
    left: auto;
    right: 0;
    color: #000;
    background-color: rgba(255,255,255,.1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
    width: 50px
}

    .ma5menu__btn--enter:hover {
        color: #000;
        background-color: rgba(255,255,255,.3);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E")
    }

    .ma5menu__btn--enter:before {
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: -2px;
        background-color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

.ma5menu__btn--leave {
    left: 0;
    right: auto;
    color: #000;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
    width: 50px
}

    .ma5menu__btn--leave:hover {
        color: #000;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E")
    }

.ma5menu__leave:hover .ma5menu__btn--leave {
    color: #000;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E")
}

.ma5menu__btn--leave:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ma5menu__leave {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: rgba(255,255,255,.1);
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0 44px 0 44px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;

    height: 50px;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
/*    border-bottom: 1px solid #ddd*/
}

    .ma5menu__leave:hover {
        color: #000;
        background-color: rgba(255,255,255,.1)
    }

    .ma5menu__leave + .ma5menu__btn--enter {
        bottom: 0;
        height: calc(100% - 50px);
        top: auto
    }

.ma5menu__path {
    color: #000 !important;
    background-color: transparent !important
}

.ma5menu--overflow {
    overflow-x: hidden !important
}

.ma5menu--left:before, .ma5menu--right:before {
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,.01);
    z-index: -1;
    -o-transition: background-color .4s ease-out .5s,z-index .8s linear;
    transition: background-color .4s ease-out .5s,z-index .8s linear;
    width: 100%
}

/*.ma5menu--active:before {
    background-color: rgba(255,255,255,.6);
    -o-transition: background-color .4s ease-in;
    transition: background-color .4s ease-in;
    z-index: 9000
}*/

/*.ma5menu--active > body .container * {
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none
}*/

@media (max-width:767px) {
/*    .ma5menu--active > body * {
        pointer-events: none
    }
*/
    .ma5menu--active > body .ma5menu__toggle {
        pointer-events: auto
    }

        .ma5menu--active > body .ma5menu__toggle * {
            pointer-events: auto
        }

    .ma5menu--active > body .ma5menu__container {
        pointer-events: auto
    }

        .ma5menu--active > body .ma5menu__container * {
            pointer-events: auto
        }

        .ma5menu--active > body .ma5menu__container .ma5menu__alert {
            pointer-events: none
        }

    .ma5menu--active > body .ma5menu__container--scroll {
        pointer-events: auto
    }
}

@media (max-width:1199px) {
    .ma5menu--active.has-body-scrollbar {
        overflow: hidden;
        overflow-y: scroll;
        height: auto;
        min-height: 100%;
        -webkit-overflow-scrolling: touch
    }
}

.ma5menu--active.ma5menu--left:before {
    right: 0
}

.ma5menu--active.ma5menu--right:before {
    left: 0
}

.ma5menu--swipe {
    position: relative;
    overflow-x: hidden !important
}

    .ma5menu--swipe body {
        position: relative
    }

    .ma5menu--swipe.ma5menu--left body {
        -o-transition: left .5s ease-out;
        transition: left .5s ease-out;
        left: 0
    }

    .ma5menu--swipe.ma5menu--right body {
        -o-transition: right .5s ease-out;
        transition: right .5s ease-out;
        right: 0
    }

    .ma5menu--swipe.ma5menu--active.ma5menu--left body {
        left: 100%
    }

@media (min-width:768px) {
    .ma5menu--swipe.ma5menu--active.ma5menu--left body {
        left: 100%
    }
}

.ma5menu--swipe.ma5menu--active.ma5menu--right body {
    right: 100%
}

@media (min-width:768px) {
    .ma5menu--swipe.ma5menu--active.ma5menu--right body {
        right: 100%
    }
}

.ma5menu__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

@-webkit-keyframes ma5-panelIn {
    0% {
        -webkit-transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0)
    }
}

@keyframes ma5-panelIn {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ma5-panelOut {
    0% {
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0)
    }
}

@keyframes ma5-panelOut {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes ma5menuIn {
    0% {
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuIn {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOut {
    0% {
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuOut {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOutB {
    0% {
        -webkit-transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0)
    }
}

@keyframes ma5menuOutB {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@media (min-width:768px) {
    @-webkit-keyframes ma5-panelIn {
        0% {
            -webkit-transform: translate3d(100%,0,0)
        }

        100% {
            -webkit-transform: translate3d(0,0,0)
        }
    }

    @keyframes ma5-panelIn {
        0% {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        100% {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @-webkit-keyframes ma5-panelOut {
        0% {
            -webkit-transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(100%,0,0)
        }
    }

    @keyframes ma5-panelOut {
        0% {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }
    }

    @-webkit-keyframes ma5menuIn {
        0% {
            -webkit-transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(-100%,0,0)
        }
    }

    @keyframes ma5menuIn {
        0% {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }
    }

    @-webkit-keyframes ma5menuOut {
        0% {
            -webkit-transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(-100%,0,0)
        }
    }

    @keyframes ma5menuOut {
        0% {
            -webkit-transform: translate3d(0,0,0)
        }

        100% {
            -webkit-transform: translate3d(-100%,0,0)
        }
    }

    @-webkit-keyframes ma5menuOutB {
        0% {
            -webkit-transform: translate3d(-100%,0,0)
        }

        100% {
            -webkit-transform: translate3d(0,0,0)
        }
    }

    @keyframes ma5menuOutB {
        0% {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

        100% {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }
}

@-webkit-keyframes ma5-panelInIEphone {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes ma5-panelInIEphone {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ma5-panelOutIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes ma5-panelOutIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes ma5menuInIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuInIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOutIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuOutIEphone {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOutBIEphone {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes ma5menuOutBIEphone {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ma5-panelInIEtablet {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes ma5-panelInIEtablet {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ma5-panelOutIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes ma5-panelOutIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes ma5menuInIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuInIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOutIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes ma5menuOutIEtablet {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes ma5menuOutBIEtablet {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes ma5menuOutBIEtablet {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ma5-arrowDown {
    0% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes ma5-arrowDown {
    0% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}
.siralamadiv {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    padding: 14px 14px 5px 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.siralamadiv label{
    display:block;
}
.filtreboxesPARENT {
    position: relative;
    width: auto;
    display: inline-block;
}

    .filtreboxesPARENT a {
        cursor: pointer;
       padding:8px;
        text-align: left;
        display: inline-block;
        font-size: 14px;
    }

        .filtreboxesPARENT a img {
            width:24px;
        }

            .filtreboxesPARENT a i:before {
                content: '\f107';
                font-family: FontAwesome;
                color: #000;
                float: right;
                display: inline-block;
                border-color: transparent
            }

.filtreboxes {
    width: 275px;
    float: left;
}

    .filtreboxes [type=radio] + label {
        line-height: 21px;
        padding-left: 24px;
        font-size: 13px
    }

    .filtreboxes [type=checkbox] + label {
        line-height: 18px;
        padding-top: 2px;
        padding-left: 35px;
        font-size: 14px;
        margin-bottom: 13px;
    }

        .filtreboxes [type=checkbox] + label:before {
            width: 24px;
            height: 24px;
            line-height: 24px;
            border: 1px solid #e2e7e9;
            position: absolute;
            left: 2px;
            content: '';
            border-radius: 12px;
            background-color: #fff;
            font-family: icomoon;
            color: #e7cdb2;
            font-size: 12px;
            text-align: center;
        }

    .filtreboxes [type=checkbox][disabled] + label:before {
        position: absolute;
        left: 2px;
        content: '';
        border-radius: 4px;
        background-color: #ccc;
        font-family: icomoon;
        color: #e7cdb2;
        font-size: .75rem;
        text-align: center
    }


    .filtreboxes [type=checkbox]:checked + label {
       font-weight:bold;
    }
    .filtreboxes [type=checkbox] + label:before {
        width: 24px;
        height: 24px;
        line-height: 16px;
        border-width: 2px;
        padding: 2px 0;
    }

.filtreboxesPARENTPARENT {
    float:right;
}

@media (max-width:1024px) {
    .filtreboxesPARENTPARENT {
        float: right;
    }
}
.specialFilterList {
    margin-bottom: 30px;
    padding-left: 0;
    padding: 5px;
    max-height: 265px;
    overflow-y: auto;
}


    .specialFilterList::-webkit-scrollbar {
        width: 4px;
    }



.specialFilterList li{
  list-style:none;
}
.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}


.encok {
    padding-left: 40px;
    margin-top: 10px;
    font-size: 12px;
}

    .encok a {
        color: #777;
        font-weight: 600;
    }

    .encok span {
        color: #777;
        font-weight: 200;
    }

@media (max-device-width: 1024px) {
    .encok {
        margin-left: -40px;
        padding-left: 0;
        margin-top: 0;
        font-size: 13px;
        float: left;
    }
}

#arama2 {
    /*float: left;*/
    margin: 0 5px;
}

.fipriceright {
    font-size: 13px;
    font-family: sans-serif;
    width: auto;
    color: #999;
    position: relative;
    white-space: nowrap;
    line-height: 15px;
    TEXT-ALIGN: left;
    display: inline-block;
    vertical-align: middle;
}

.fipriceleft {
    width: auto;
    font-size: 20px;
    color: #999;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

    .fipriceleft:after, .fipriceright:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #999;
        display: block;
        width: 100%;
        top: 50%;
    }

.uruncatlink, .uruncatlink:hover {
    display: inline-block;
    margin: 10px;
    border-radius: 25px;
    background-color: #eeff;
    line-height: 40px;
    text-align: center;
    color: #3597ec;
    height: 100%;
    position: relative;
    padding: 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .uruncatlink:after {
        content: "\f105 ";
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #3597ec;
        margin-left: 7px;
    }

h3.yenigelen, h2.yenigelen {
    font-size: 35px;
    margin: 25px 0 40px 0;
padding:0 10px;
font-weight:400;
}

p a {
    color: navy;
    font-weight: 600;
}

#favoriekle, #favoristed {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #646464;
}

#favoristed {
    color: #D4155B;
}

#favoridiv {
    position: absolute;
    right: 0;
    z-index: 8;
    padding: 10px;
    top: -15px;
}

*:focus {
    outline: none;
}

.seller-container {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-webkit-radius: 3px;
    zoom: 1;
    width: auto;
    height: 32px;
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 7px 10px 6px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    line-height: 1;
}

.merchant-rating, .merchant-rating2 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-webkit-radius: 3px;
    background-color: #40ad40;
    zoom: 1;
    width: 32px;
    height: 16px;
    display: inline-block;
    margin-left: 7px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    float: right;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.merchant-rating2 {
    font-size: 17px;
    float: none;
    line-height: 18px;
    height: auto;
    padding: 3px;
}

.seller-container .seller a {
    color: #537ecf
}

.footercicek {
    width: 50%;
    float: left;
}

@media (max-width: 1024px) {

    .footercicek {
        width: 100%;
    }

    .encok {
        display: none;
    }

    .header {
        height: 55px;
        background-color: white;
    }

    #arama2 {
        display: none;
    }

    .smARA {
        padding-right: 5px;
        position: absolute;
        top: 11px;
        left: 5px;
        z-index: 6;
        /* right: -26px; */
    }
    #kelime2 {
        border: none;
        border-bottom: 1px solid #000;
        text-align: center;
        height: 22px;
        margin-top: 16px;
        width: 100%;
        padding: 0;
    }
}
.favoribtn {
    width: 50px;
}

.bloklist {
    max-width: 1290px;
    margin: auto;
    padding: 0 15px;
}

.catnavparent2 {
    margin: 10px 0 20px 0;
display:none;
}
    .catnavparent2 a {
        display: inline-block;
        padding: 0 10px;
    }
.footera {
    border-top: 1px solid #ddd;
}

.ma5menu__logo2, .ma5menu__container img.ma5menu__logo2 {
    width: 122px;
    display: block;
    /* float: left; */
    /* margin-left: 10px; */
    /* margin-top: 10px; */
    /* margin-right: 0; */
    MARGIN: auto;
}
.mobillogo_sepet {
    width: 133px;
    max-width: 100%;
    margin-top: 18px;
}

.buradanbasla {
    float: left;
    width: 100px;
    position: absolute;
    top: -15px;
    left: 0;
}
.globalhead {
    border-bottom: 1px solid #EFEFEF;
    HEIGHT: auto;
    overflow-y: overlay;
}
.globalheadsub {
    padding: 5px 10px;
    max-width: 1290px;
    margin: auto;
    HEIGHT: auto;
    overflow-y: overlay;
}
.globalhead1 {
   float:left;
    width: 50%;
    text-align: left;
}

.globalhead2 {
   float:right;
    width: 50%;
    text-align: right;
}
    .globalhead1 a, .globalhead2 a {
        font-size: 13px;
        color: #575757;
        margin: 0 10px;
    }
@media (max-device-width:1024px) {
    .searchmobil {
        text-align: center;
    }
    .globalhead {
        display:none;
    }
    #kkbutonu {
        text-align: center;
    }
    .acResults4 {
        width: calc(100% - 20px);
    }
}
@media (min-width:1025px) and (max-width:1270px) {


    .header-navigation > ul > li > a,
    .ecommerce .header-navigation > ul > li > a {
        color: #575757;
        font-weight: 200;
        letter-spacing: 0px;
        display: block;
        padding: 21px 9px 21px;
        text-transform: uppercase;
    }
}

@media (min-width:481px) and (max-width:1024px) {
    .encok {
        padding-left: 11px;
        margin-top: 3px;
        font-size: 12px;
        max-width: 300px;
    }

    .header-navigation > ul > li > a,
    .ecommerce .header-navigation > ul > li > a {
        font-size: 13px;
    }
    .product_resimdiv {
        height: 330px;
    }

}
@media (min-width:480px) and (max-width:760px) {
    .product_resimdiv {
        height: 270px;
    }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* OWL styles */
.owl-buttons {
    position: absolute;
    top: 0px;
    right: 10px;
}

    .owl-buttons div {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-left: 5px;
        position: static;
        border-radius: 26px !important;
        text-indent: -100000px;
    }

    .owl-buttons .owl-prev {
        background: #000 url(../img/fa-angles.png) no-repeat 8px 8px;
    }

    .owl-buttons .owl-next {
        background: #000 url(../img/fa-angles.png) no-repeat -33px 8px;
    }

    .owl-buttons .owl-prev:hover {
        background: #ED5B5C url(../img/fa-angles.png) no-repeat 8px -31px;
    }

    .owl-buttons .owl-next:hover {
        background: #ED5B5C url(../img/fa-angles.png) no-repeat -33px -31px;
    }

/*  */
.carousel-indicators {
    text-align: left;
    margin: 0;
    width: auto;
    left: 33px;
}

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 18px;
        height: 18px;
        margin: 0 9px 0 0;
        background: transparent;
        border: solid 2px #c9cdce;
        border-radius: 18px !important;
        z-index: 9999 !important;
    }

        .carousel-indicators li.active {
            background: #6f7a7c;
            border-color: #9ea7a9;
        }

#preh {
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    background: #f4e4d4;
    color: #000;
    position: relative;
    line-height: 35px;
    height: 35px;
    /* border-bottom: 1px solid #eee; */
}

a.sepetim {
    display: inline-block;
    color: #e7cdb2;
    padding: 10px 19px 10px 20px;
    padding-left: 48px;
    background-image: URL('../../../../../public/assets/ikonlar/sepet.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 13px 10px;
    line-height: 25px;
    border: 0.5px solid #BAB09D;
    border-radius: 3px;
    letter-spacing: .85px;
    font-size: 12px;
}

.icon-close-brand {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2065%2065%22%3E%3Cpath%20d%3D%22M46%2019c-1.2-1.2-3.1-1.2-4.2%200l-9.3%209.3-9.3-9.3c-1-1.3-2.9-1.6-4.2-.6-1.3%201-1.6%202.9-.6%204.2l.6.6%209.3%209.3-9.3%209.3c-1.3%201-1.6%202.9-.6%204.2s2.9%201.6%204.2.6l.6-.6%209.3-9.3%209.3%209.3c1.3%201%203.2.8%204.2-.5.9-1.1.9-2.7%200-3.8l-9.3-9.3%209.3-9.3c1.1-1.1%201.1-2.9%200-4.1z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-close-small {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20d%3D%22M6%2019.7L19.7%206%2021%207.3%207.3%2021%206%2019.7z%22%2F%3E%3Cpath%20d%3D%22M19.7%2021L6%207.3%207.3%206%2021%2019.7%2019.7%2021z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-close-white {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.iconcloseX {
    display: inline-block;
    background-size: cover;
    width: 11px;
    height: 11px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20d%3D%22M0%2025.7L25.7%200l1.3%201.3%20-25.7%2025.7L0%2025.7z%22%2F%3E%3Cpath%20d%3D%22M25.7%2027L0%201.3%201.3%200l25.7%2025.7L25.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    cursor: pointer;
}

body {
    color: #575757;
    direction: ltr;
    font: 450 16px 'Kumbh Sans', sans-serif;
    background: #fff;
}
.arama-box {
    top: 12px;
    left: -174px;
    padding: 0;
    display: none;
    position: absolute;
    width: 180px;
    height: 26px;
    z-index: 6666666666;
    border-bottom: 1px solid #333;
}
.productalt {
    padding: 24px 40px 50px 40px;
    background-color: #f8f7f5;
    border-radius: 0 0 6px 6px;
    font-size: 20px;
    line-height: 30px;
    height: 144px;
}

    .productalt h3 {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        overflow: hidden;
    }
.pi-price {
    POSITION: absolute;
    bottom: 30px;
}
.fipriceleft {
    width: auto;
    font-size: 20px;
    color: #999;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.fiyatsatis {
    width: auto;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.fipriceleft:after, .fipriceright:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #999;
    display: block;
    width: 100%;
    top: 50%;
}
.icsatinal {
    border-radius: 15px;
    padding: 7px 15px;
    background-color: #1D413F;
    color: white;
    display: inline-block;
    margin-top: 10px;
}
.pointpopdiv {
    width: 277px;
    height: 160px;
    padding: 15px 20px;
    position: absolute;
    left: -267px;
    top: -152px;
    background-color: RGB(255,255,255,.78);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.15) 2px 2px 2px 2px
}
.footerb {
    background-color: #063735;
    padding: 50px 80px;
}
.footerb a{
   color:white;
}
.newbread a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #e7cdb2;
    text-transform: uppercase;
    font-family: "'Kumbh Sans'", sans-serif;
}
.dropdown-submenu {
    height: 32px;
    white-space: nowrap;
    text-transform: capitalize;
}

#emaillist {
    display: inline-block;
    padding: 10px;
    width: 305px;
    border: 2px solid #215855;
    background-color: transparent;
    border-radius: 6px;
}

#emaillisttext {
    color: white;
    display: inline-block;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 33px;
    width: 247px;
    display: inline-block;
    border: none;
    background-color: transparent
}

.mektupdiv {
    display: inline-block;
    cursor: pointer;
    width: 33px;
    height: 33px;
    float: right;
    padding: 4px 5px;
}

#emailonay {
    padding: 5px;
    display: none;
    color: wheat;
    width: 100%;
    clear: both;
    text-align: center;
}
.prehCAT {
    background-color: #fffbf8;
    text-align: center;
    padding: 20px;
    border-bottom: 0.5px solid #e5e5e5;
font-size:12px;
letter-spacing:0.11px;
}
.prehCAT p{
    background-color: #fffbf8;
    margin:0;
}

.categoryFilterTitle {
    font-size: 14px;
    font-weight: bold;
    color: #9C8D7C;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.altgrupbg {
    position: relative;
    margin-top: 50px;
    padding-top: 555px;
    background-image: url('../../public/assets/medya/altgrupbg2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rowgaleri {
    max-width: 1230px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}
.margintop60 {
    margin-top: 60px;
    margin-right: 50px;
}
.plistcont {
    padding: 0 40px;
}
@media (max-width:500px) {
    .cath1div {
        padding: 30px 20px;
  
    }
    .plistcont {
        padding: 0 10px;
    }
    .filtreboxes {
        width: 100%;
        position: absolute;
        z-index: 44444444444;
        background-color: white;
        display: none;
    }
    .products {
        width: 100%;
    
    }
    .footerb {
        background-color: #063735;
        padding: 50px 30px;
    }
    .margintop60 {
        margin-top: 20px;
        margin-right: 0;
    }
    .rowgaleri {

        margin-top: 30px;
    }
    .altgrupbg {
display:none;
    }
        .pi-price {
        POSITION: absolute;
        bottom: 20px;
    }
    .fiyatsatis {
        width: auto;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }
    .productalt h3 {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        height: 40px;
        overflow: hidden;
    }

    .productalt {
        padding: 15px 20px 20px 20px;
        background-color: #f8f7f5;
        border-radius: 0 0 6px 6px;
        font-size: 14px;
        line-height: 21px;
        height: 100px;
    }
    h3.yenigelen, h2.yenigelen {
        font-size: 24px;
        margin: 15px 0 30px 0;
        padding: 0 10px;
    }
}

.categoryFilterTitle {
    cursor: pointer;
    background-image: url('../../public/assets/ikonlar/up2.png');
    PADDING: 5px 0;
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: right;
}
.filup {
    background-image: url('../../public/assets/ikonlar/down2.png');
}