@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

progress,
sub,
sup {
    vertical-align: baseline;
}

button,
hr,
input {
    overflow: visible;
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    60%,
    80% {
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    60%,
    80% {
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%,
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%,
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}


/*General Definations*/


/*site Rgba Background*/


/*Site Colors*/

::-moz-selection {
    background: #cc0000;
    color: #FFFFFF;
    text-shadow: 0 1px 3px #4a536c;
}

::selection {
    background: #cc0000;
    color: #FFFFFF;
    text-shadow: 0 1px 3px #4a536c;
}

::-moz-selection {
    background: #cc0000;
    color: #FFFFFF;
    text-shadow: 0 1px 3px #4a536c;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    color: #231f20;
    font-family: "regular";
}

span.pb1,
span.pb2,
span.pb3 {
    display: none;
}

span[id$='lbfURN_KDVDAHILSATIS'],
span[id$='lbfURN_KDVDAHILSATISILK'] {
    display: none;
}

i {
    font-style: normal;
}

a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    outline: none;
}

b {
    font-weight: 700;
}

body table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

body table,
thead,
tbody,
tr {
    width: 100%;
}


/*Styler*/

input.sCheckbox {
    display: none !important;
}

body {
    overflow-x: hidden;
}

.vail {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-transition: opacity 333ms ease-in-out;
    transition: opacity 333ms ease-in-out;
    -moz-transition: opacity 333ms ease-in-out;
    -webkit-transition: opacity 333ms ease-in-out;
}

[class*="item-"]>* {
    display: inline-block;
    vertical-align: top;
}

[class*="item-"].item-2>* {
    width: 50%;
}

[class*="item-"].item-3>* {
    width: 33.33333%;
}

[class*="item-"].item-4>* {
    width: 25%;
}

.vAlign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-animation {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.hourglass {
    display: none;
}

.filter-ajx-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: url(/images/frontend/nblogo.png) center center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 200px;
}

.loading-holder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, 0.7);
}

.loading-holder .loading-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 25px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.ems-message:empty {
    display: none;
}

.ems-message-success {
    background: green;
}

.ems-message-error {
    background: red;
    margin-bottom: 20px;
}

.ems-message-warning {
    background: #fdde00;
    color: #231f20 !important;
}

.ems-message {
    padding: 15px;
    color: #ffffff;
    border-radius: 3px;
}

.ems-message b {
    font-weight: normal;
    font-family: "bold";
}

.ems-message b,
.pageLogin_yeniUyelikHata b,
.pageErrorUyeSifre b,
.pageErrorSifremiUnuttum b,
.pageSifremiUnuttum_mesaj b,
.ems-page-new-address .pageErrorDefault b {
    font-weight: normal;
    font-family: "bold";
}

.pageLogin_yeniUyelikHata {
    color: inherit !important;
}

.pageLogin_yeniUyelikHata b {
    font-weight: normal;
}

.pageUyeBasarili {
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
}

.pageUyeBasarili .pageHeaderUyeBasarili {
    display: none;
}

.pageUyeBasarili .ems-member-page-logo {
    background: #f8f8f8;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pageUyeBasarili .ems-member-page-logo a {
    display: inline-block;
}

.pageUyeBasarili .ems-message {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "regular";
    margin: 20px 15% 50px 15%;
    width: 70%;
    color: #727272;
    background: none;
}

.zorunluFont:before {
    content: "*";
    color: #faae17;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: sub;
}

.page-top-title,
.pageHeaderDefault {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: "bold";
}

.page-top-title+.page-top-desc,
.page-top-title+.pageDescDefault,
.pageHeaderDefault+.page-top-desc,
.pageHeaderDefault+.pageDescDefault {
    margin-top: 20px;
}

.page-top-desc,
.pageDescDefault {
    font-size: 13px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    color: #727272;
}

.inner-title {
    font-size: 20px;
    padding-bottom: 30px;
}

.emos-confirm {
    border-radius: 0 !important;
}

.emos-confirm .ui-dialog-titlebar {
    border: 0 !important;
}

.emos-confirm .ui-dialog-titlebar .ui-dialog-title {
    font-size: 18px;
    font-weight: normal !important;
    padding: 20px 0 30px 0;
    text-align: center;
    display: block;
}

.emos-confirm .ui-dialog-content {
    padding: 40px 30px 80px !important;
    font-size: 14px !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button {
    border-radius: 3px !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
    border-radius: 3px !important;
    border: 0 !important;
    background: #f05201 !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child span {
    color: #fff !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
    border: 0 !important;
    background: #00579c !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child.ui-state-hover {
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 0 !important;
}

.sub {
    display: none;
}

.ems-page-default {
    padding: 45px 10px 45px 10px;
}

.ems-container-small {
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.ems-clone>div {
    display: block;
}

.ems-clone:empty {
    display: none;
}

.ems-top-scroll a.btnDefaultTopScroll {
    cursor: pointer;
    background: #DA1021;
    padding-top: 24px;
    padding-bottom: 24px;
}

.ems-top-scroll a.btnDefaultTopScroll i,
.ems-top-scroll a.btnDefaultTopScroll i:before {
    font-size: 12px;
}

.ems-top-scroll a.btnDefaultTopScroll i {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ems-top-scroll a.btnDefaultTopScroll i:before {
    color: #231f20;
}

.effect-arrow {
    display: inline-block;
    position: relative;
    left: -2px;
    height: 11px;
    width: auto;
}

.effect-arrow i,
.effect-arrow:before {
    font-size: 11px;
}

.effect-arrow i {
    width: 11px;
    height: 11px;
    position: absolute;
    opacity: 0;
    left: 0;
}

.effect-arrow i.effect-arrow-1 {
    -webkit-animation: arrow1 2s infinite linear;
    -moz-animation: arrow1 2s infinite linear;
    -ms-animation: arrow1 2s infinite linear;
    -o-animation: arrow1 2s infinite linear;
    animation: arrow1 2s infinite linear;
    left: 11px;
}

.effect-arrow i.effect-arrow-2 {
    -webkit-animation: arrow2 2s infinite linear;
    -moz-animation: arrow2 2s infinite linear;
    -ms-animation: arrow2 2s infinite linear;
    -o-animation: arrow2 2s infinite linear;
    animation: arrow2 2s infinite linear;
    left: 17px;
}

.effect-arrow i.effect-arrow-3 {
    -webkit-animation: arrow3 2s infinite linear;
    -moz-animation: arrow3 2s infinite linear;
    -ms-animation: arrow3 2s infinite linear;
    -o-animation: arrow3 2s infinite linear;
    animation: arrow3 2s infinite linear;
    left: 23px;
}

@-webkit-keyframes favoriIcons {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-moz-keyframes favoriIcons {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@-ms-keyframes favoriIcons {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-o-keyframes favoriIcons {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes favoriIcons {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes scale {
    0% {
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale {
    0% {
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes scale {
    0% {
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes scale {
    0% {
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        display: block;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes opacityVail {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacityVail {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes opacityVail {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes opacityVail {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacityVail {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes suggest {
    0% {
        display: block !important;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes suggest {
    0% {
        display: block !important;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes suggest {
    0% {
        display: block !important;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes suggest {
    0% {
        display: block !important;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes suggest {
    0% {
        display: block !important;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes cart {
    0% {
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cart {
    0% {
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes cart {
    0% {
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes cart {
    0% {
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cart {
    0% {
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes arrow1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes arrow1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes arrow1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes arrow1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes arrow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes arrow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes arrow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes arrow3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes arrow3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes arrow3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow3 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 850px) {
    .mobile-element {
        display: none;
    }
    .mobile-element-fixed-user {
        display: inherit;
    }
}

@media screen and (max-width: 850px) {
    .desktop-element {
        display: none;
    }
    .page-top-desc,
    .pageDescDefault,
    .page-top-title,
    .pageHeaderDefault {
        display: none;
    }
    .vailCart {
        display: none;
    }
    .vailLogin {
        background: #000;
    }
    .vl_30_i,
    .vl30k {
        display: none !important;
    }
}


/*@include fontFace('regular', '/styles/fonts/roboto/regular/roboto-regular', normal);
@include fontFace('medium', '/styles/fonts/roboto/medium/roboto-medium', normal);
@include fontFace('bold', '/styles/fonts/roboto/bold/robotocondensed-bold-webfont', normal);
@include fontFace('tl', '/styles/fonts/tl/abakutlsymsans', normal);
*/

@font-face {
    font-family: "bold";
    src: url(/styles/fonts/gotham/Gotham-Black.eot);
    src: url(/styles/fonts/gotham/Gotham-Black.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/gotham/Gotham-Black.woff) format("woff"), url(/styles/fonts/gotham/Gotham-Black.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "regular";
    src: url(/styles/fonts/gotham/Gotham-Medium.eot);
    src: url(/styles/fonts/gotham/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/gotham/Gotham-Medium.woff) format("woff"), url(/styles/fonts/gotham/Gotham-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "medium";
    src: url(/styles/fonts/gotham/Gotham-Book.eot);
    src: url(/styles/fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/gotham/Gotham-Book.woff) format("woff"), url(/styles/fonts/gotham/Gotham-Book.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "tl";
    src: url(/styles/fonts/tl/abakutlsymsans.eot);
    src: url(/styles/fonts/tl/abakutlsymsans.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/tl/abakutlsymsans.woff) format("woff"), url(/styles/fonts/tl/abakutlsymsans.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url(/styles/fonts/icon/icomoon.eot);
    src: url(/styles/fonts/icon/icomoon.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/icon/icomoon.woff) format("woff"), url(/styles/fonts/icon/icomoon.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new-map:before {
    content: "\e926";
}

.icon-new-cart:before {
    content: "\e925";
}

.icon-new-user:before {
    content: "\e924";
}

.icon-ico_vepa:before {
    content: "\e923";
}

.icon-ico_arrow-left-light:before {
    content: "\e920";
}

.icon-ico_arrow-right-light:before {
    content: "\e921";
}

.icon-ico_cart-empty:before {
    content: "\e922";
}

.icon-ico_arrow-dropdown:before {
    content: "\e900";
}

.icon-ico_arrow-left:before {
    content: "\e901";
}

.icon-ico_arrow-right:before {
    content: "\e902";
}

.icon-ico_arrow-top-dropdown:before {
    content: "\e903";
}

.icon-ico_cargo:before {
    content: "\e904";
}

.icon-ico_cart-mobile:before {
    content: "\e905";
}

.icon-ico_credi-cart:before {
    content: "\e906";
}

.icon-ico_edit:before {
    content: "\e907";
}

.icon-ico_facebook:before {
    content: "\e908";
}

.icon-ico_hamburger:before {
    content: "\e909";
}

.icon-ico_hearth:before {
    content: "\e90a";
}

.icon-ico_instagram:before {
    content: "\e90b";
}

.icon-ico_lightning:before {
    content: "\e90c";
    color: #fcde00;
}

.icon-ico_member:before {
    content: "\e90d";
}

.icon-ico_member-mobile:before {
    content: "\e90e";
}

.icon-ico_mini-cart:before {
    content: "\e90f";
}

.icon-ico_minus:before {
    content: "\e910";
}

.icon-ico_original:before {
    content: "\e911";
}

.icon-ico_pinterest:before {
    content: "\e912";
}

.icon-ico_player:before {
    content: "\e913";
}

.icon-ico_plus:before {
    content: "\e914";
}

.icon-ico_rectangle:before {
    content: "\e915";
}

.icon-ico_remove:before {
    content: "\e916";
}

.icon-ico_return:before {
    content: "\e917";
}

.icon-ico_search:before {
    content: "\e918";
}

.icon-ico_share:before {
    content: "\e919";
}

.icon-ico_star:before {
    content: "\e91a";
}

.icon-ico_twitter:before {
    content: "\e91b";
}

.icon-ico_update:before {
    content: "\e91c";
}

.icon-ico_whatsapp:before {
    content: "\e91d";
}

.icon-ico_women:before {
    content: "\e91e";
}

.icon-ico_youtube:before {
    content: "\e91f";
}

.ems-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-indent: -999em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 0px;
}

.ems-icon {
    background: url(/images/frontend/sprite.png) no-repeat;
}

.ems-icon-cargo-car {
    background-position: 0 0;
    width: 28px;
    height: 17px;
}

.ems-icon-cargo-safe {
    background-position: -28px 0;
    width: 22px;
    height: 31px;
}

.ems-icon-cargo-check {
    background-position: -50px 0;
    width: 28px;
    height: 29px;
}

.ems-icon-key-sale {
    background-position: -78px 0;
    width: 44px;
    height: 26px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.emos_invisible {
    display: none !important;
}

html,
body {
    line-height: 1.1;
    font-size: 15px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    font-size: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

#ui-datepicker-div {
    display: none;
}

.ems-fixer {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.ems-none {
    display: none !important;
}

.ems-hidden,
.ems-sub {
    display: none;
}

.ems-container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}

.ems-container-full {
    max-width: 100%;
    width: 100%;
}

.ems-container-middle {
    width: 940px;
    max-width: 100%;
}

.ems-container-padding {
    padding: 0 10px;
}

.ems-left {
    text-align: left;
}

.ems-right {
    text-align: right;
}

.ems-center {
    text-align: center;
}

.ems-inline>* {
    display: inline-block;
    vertical-align: top;
}

.ems-inline-center {
    text-align: center;
}

.ems-inline-center>* {
    text-align: left;
}

.ems-inline-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ems-inline-table>* {
    display: table-cell;
    vertical-align: top;
}

.ems-inline-table-center {
    margin-left: auto;
    margin-right: auto;
}

.ems-col {
    position: relative;
}

.ems-col.left {
    float: left;
}

.ems-col.right {
    float: right;
}


/* Seo işlemleri için oluşturulmuştur. h1 tagı için kullanılacaktır. */

.emos_H1 {
    font-weight: inherit;
    font-size: inherit;
    display: inline;
}

.emos_invisible {
    display: none;
}

.emos_visible {
    display: block;
}

.emos_selected,
a.emos_selected:hover {
    color: red;
}


/* MINUS POPUP */

#minHider {
    background: #000;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 990;
}

.minPpWrp {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.minPp {
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
}

.minPphdr {
    position: relative;
}

a.btnMinPpCl {
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 3;
    display: block;
    height: 20px;
    width: 20px;
    background: #ff0000;
}


/*#minHider, #minHiderauthMst {
    background: #000; left: 0; position: fixed; top: 0; z-index: 990;
}
#minHiderauthMst { background: none; }

.minPpWrp, .minPpWrpauthMst {
    position: absolute; z-index: 999; top: 0; left: 0; width: 100%;
}
.minPpWrpauthMst {
    z-index: 1000;
}
.minPp, .minPpauthMst {
    margin: 0 auto; padding: 0; position: relative; background: #fff;
}
.minPphdr, .minPphdrauthMst {
    position: relative;
}
a.btnMinPpCl {
    position: absolute; right: -20px; top: 0; z-index: 3; display: block; height: 20px; width: 20px; background: #ff0000;
}
.minPphdr h4{}
.minPpBdy, .minPpBdyauthMst {}*/


/* MINUS POPUP */


/***** MINUS KEYPAD *****/


/*.minusNumKeyPadWrapper, .minusNumKeyPadWrapper * {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}*/

.minusNumKeyPadWrapper .cc-number {
    width: 100%;
    height: 30px;
}

.minusNumKeyPadWrapper a.numPad {
    background: url(keyboard/img/keyboard.png) no-repeat scroll 0 0;
    width: 26px;
    height: 26px;
    text-indent: -999em;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
}

.minusNumKeyPadWrapper {
    min-width: 250px;
    position: relative;
    display: inline-block;
}

.minusNumKeyPadWrapper .minusNumKeyPad {
    display: none;
    width: 140px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    position: absolute;
    top: 35px;
    right: 10px;
}

.minusNumKeyPadWrapper .minusNumKeyPad.opened {
    display: block;
    z-index: 100;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li {
    float: left;
    width: 29%;
    margin: 2%;
    text-align: center;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li>a {
    display: block;
    font-family: Arial;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li.remove>a {
    background: url(keyboard/img/remove.png) no-repeat scroll center center #fff;
    height: 30px;
    text-indent: -999em;
    display: block;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li.shake>a {
    background: url(keyboard/img/shake.png) no-repeat scroll center center #fff;
    height: 30px;
    text-indent: -999em;
    display: block;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li.clear {
    display: none;
}

.minusNumKeyPadWrapper .minusNumKeyPad ul.keyPadList>li.clear>a {
    background: url(keyboard/img/clear.png) no-repeat scroll center center #fff;
    width: 16px;
    height: 16px;
    text-indent: -999em;
    display: inline-block;
}

.div-cc-carttype {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}


/***** MINUS KEYPAD *****/

.divtxtKKARTNO {
    position: relative;
}

.divtxtKKARTNO .div-cc-carttype {
    position: absolute;
    right: -50px;
    top: 0;
}

.urunPaging_pageNavigation a.firstPage,
.urunPaging_pageNavigation a.lastPage {
    display: none;
}


/* e-MOS Confirm */

.emos-confirm * {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

.emos-confirm {
    background: #FFF;
    border-radius: 5px;
    z-index: 20000;
    width: 500px !important;
    min-height: 200px !important;
    overflow: hidden;
    padding: 10px;
    outline: 0;
}

.emos-confirm .ui-dialog-titlebar {
    height: 50px;
    padding: 10px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    color: #111;
    border: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
    margin: 0 10px;
    position: relative;
}

.emos-confirm .ui-dialog-titlebar button {
    border: none !important;
    background: transparent !important;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
    cursor: pointer;
    background: url(/scripts/emosConfirm/images/cancel.png) no-repeat center center !important;
}

.emos-confirm .ui-dialog-titlebar .ui-button-text {
    display: none;
}

.emos-confirm .ui-dialog-titlebar .ui-dialog-title {
    font-size: 18px !important;
    font-weight: 600;
}

.emos-confirm .ui-dialog-content {
    padding: 20px 30px 60px;
    text-align: center;
    font-size: 15px !important;
    border: none !important;
}

.emos-confirm .ui-dialog-buttonpane {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset {
    padding: 15px 0;
    text-align: center;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button {
    background: #000;
    width: 150px;
    height: 35px;
    border: none;
    outline: none !important;
    margin: 5px 10px;
    font-size: 1em;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    font-weight: 600;
    cursor: pointer;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
    background: #FFF;
    border: 1px solid #000;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-state-hover {
    border: none !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child.ui-state-hover {
    border: 1px solid #000 !important;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child span {
    color: #111;
}

.emos-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button span {
    color: #FFF;
}

.ui-widget-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6) !important;
}


/* e-MOS Confirm */

a.btnDefault,
.ems-col.ems-col-link a {
    position: relative;
    display: inline-block;
    padding: 15px 17px 15px 17px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #DA1021;
    text-align: center;
    font-weight: normal;
    width: 100%;
    line-height: 1;
    font-family: "bold";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.btnDefault span,
.ems-col.ems-col-link a span {
    font-size: 15px;
    letter-spacing: .9px;
}

a.btnDefault:hover,
.ems-col.ems-col-link a:hover {
    /*background: $btnAlternateColor;*/
    background: #DA1021;
}

a.btnDefault-text,
a.btnAdresListeGuncelle,
a.btnAdresListeSil,
a.btnSatisSozlesmeOnizle,
a.btnOnBilgilendirmeFormOnizle,
a.btnHediyeCekiKullan,
a.btnSepeteAtFavori,
a.btnStokHaberciFavori,
a.btnFavoriListeSil,
a.btnTakipListeFiySil,
a.btnTakipListeStokSil,
a.btnAdresIptal,
a.btnIadeDetay,
a.btnYorumGonderEvet,
a.btnYorumGonderHayir,
.ems-col.ems-col-link a-text {
    background: none;
    padding: 0;
    font-size: inherit;
    color: inherit;
}

a.btnDefault-text:hover,
a.btnAdresListeGuncelle:hover,
a.btnAdresListeSil:hover,
a.btnSatisSozlesmeOnizle:hover,
a.btnOnBilgilendirmeFormOnizle:hover,
a.btnHediyeCekiKullan:hover,
a.btnSepeteAtFavori:hover,
a.btnStokHaberciFavori:hover,
a.btnFavoriListeSil:hover,
a.btnTakipListeFiySil:hover,
a.btnTakipListeStokSil:hover,
a.btnAdresIptal:hover,
a.btnIadeDetay:hover,
a.btnYorumGonderEvet:hover,
a.btnYorumGonderHayir:hover,
.ems-col.ems-col-link a-text:hover {
    background: inherit;
}

a.btnDefault-full,
.pageLogin_btnFacebookLogin>table,
a.btnFacebookLogin,
a.btnYeniUyeKaydet,
a.btnLogin,
a.btnUyeBilgi,
a.btnSifreGuncelle,
a.btnIade,
a.btnAdresKaydet,
.ems-col.ems-col-link a-full {
    width: 100%;
}

.urunDetay_btnSepeteAt>table,
.urunListe_favoriEkle>table,
.urunDetay_btnStokHaberci>table,
.ems-cart-coupon>table,
.pageLogin_btnFacebookLoginKutu>table,
.pageLogin_btnFacebookLogin>table,
.pageLogin_btnUyeSifreGonder>table {
    display: table !important;
    width: 100%;
}

a.btnFacebookLogin,
a.btnFacebookLoginKutu {
    background: #304b92;
}

a.btnFacebookLogin span,
a.btnFacebookLoginKutu span {
    color: #fff;
}

a.btnFacebookLogin span .icon-ico_facebook,
a.btnFacebookLoginKutu span .icon-ico_facebook {
    float: left;
}

a.btnFacebookLogin:hover,
a.btnFacebookLoginKutu:hover {
    background: #304b92;
}

a.btnDefault.btnDefaultBlack,
.ems-col.ems-col-link a.btnDefaultBlack {
    background: #000;
    max-width: 225px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

a.btnDefault.btnDefaultAlternate,
.ems-col.ems-col-link a.btnDefaultAlternate {
    background: #00579c;
}

a.btnDefault.btnDefaultAlternate:hover,
.ems-col.ems-col-link a.btnDefaultAlternate:hover {
    background: #DA1021;
}

.link-btn {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-family: "bold";
    font-size: 15px;
}

.link-btn>span,
.link-btn i {
    display: inline-block;
    vertical-align: middle;
}

.link-btn i {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.link-btn i:before {
    color: #fff;
    font-size: 11px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
select,
textarea,
.dropdown>span {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    height: 35px;
    line-height: 23px;
    color: #191e23;
    font-size: 13px;
    border-color: #bebebe;
    border-style: solid;
    background: #fff;
    border-width: 1px 1px 1px 1px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.dropdown>span {
    cursor: pointer;
}

input:disabled {
    background: #ebebe4;
}

span.checkbox {
    float: left;
    width: 20px;
    height: 20px;
    border-color: #bebebe;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin-right: 15px;
    cursor: pointer;
}

span.checkbox .sStylerMainWrp {
    display: block;
    padding: 3px 3px;
}

span.checkbox .sStylerMainWrp span.cStyler {
    background: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
}

span.checkbox .sStylerMainWrp span.cStyler.checked {
    background: #DA1021;
}

.sStylerMainWrp.sStylerWrp_select {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sStylerMainWrp.sStylerWrp_select .sStylerWrp {
    font-size: 13px;
    line-height: 23px;
    height: 35px;
    color: #000;
    position: relative;
    padding: 5px 10px;
    border-color: #bebebe;
    border-style: solid;
    background: #fff;
    border-width: 1px 1px 1px 1px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sStylerMainWrp.sStylerWrp_select .sStylerWrp:after {
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1;
    margin-top: -3.5px;
    content: "\e900";
    font-size: 7px;
    font-family: 'icomoon';
}

.sStylerMainWrp select {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
}

.sStylerMainWrp select option {
    font-size: 13px;
    padding: 10px 0;
}

.ems-form {
    display: block;
}

.ems-form-inner {
    position: relative;
}

.ems-form-inner .ems-field {
    position: relative;
}

.ems-form-inner .ems-field .ems-form-label {
    font-size: 13px;
    line-height: 32px;
    color: #bebebe;
    float: left;
    min-width: 115px;
}

.ems-form-inner .ems-field .ems-form-label:empty {
    display: none;
}

.ems-form-inner .ems-field .ems-form-desc {
    font-size: 13px;
    line-height: 1;
    color: #bebebe;
    min-width: 115px;
    margin-bottom: 15px;
}

.ems-form-inner .ems-field .ems-form-desc:empty {
    display: none;
}

.ems-form-inner .ems-field .ems-form-obj {
    margin-left: 115px;
    margin-bottom: 15px;
}

.ems-form-inner .ems-field .ems-form-obj:empty {
    display: none;
}

.ems-form-inner .ems-field .ems-form-obj table {
    display: table !important;
    width: 100%;
}

.ems-form-inner .ems-field .ems-form-obj .g-recaptcha {
    display: none;
}

.ems-form-inner .ems-field input[type="text"]:focus,
.ems-form-inner .ems-field input[type="password"]:focus,
.ems-form-inner .ems-field textarea:focus {
    border-color: #DA1021;
}

.ems-form-inner .ems-field textarea {
    resize: none;
}

.ems-form-inner .ems-field .ems-form-obj-alternate {
    margin-left: 0;
    margin-right: 115px;
}

.ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
}

.ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px;
    color: #727272;
}

.ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
}

.ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child br {
    display: none;
}

.ems-form-inner .ems-field-center {
    text-align: center;
}

.ems-form-inner .ems-field-submit {
    margin-bottom: 0;
}

.ems-form-inner .ems-field-left {
    text-align: left;
}

.ems-form-inner .ems-field .full {
    max-width: 100% !important;
}

.ems-form-inner .ems-field .marginBottom0 {
    margin-bottom: 0;
}

.ems-form-inner .ems-field .marginLeft0 {
    margin-left: 0;
}

.ems-form-inner .ems-field .margin2 {
    margin-bottom: 5px;
}

.ems-form-inner .ems-field .vam>* {
    vertical-align: middle;
}

.ems-form-inner .ems-field .w98>* {
    width: 49%;
}

.ems-form-inner .ems-field .w98>*:first-child {
    margin-right: 2%;
}

.ems-form-inner .ems-field-password-forget .ems-form-obj {
    margin-bottom: 10px;
}

.ems-form-inner .ems-field-submit .ems-form-obj {
    margin-bottom: 0;
}

.ems-form-inner .ems-field-submit .ems-form-obj a.btnYeniUyeKaydet {
    margin-top: 15px;
}

.ems-form-inner .ems-field-other .ems-form-obj {
    text-align: center;
    color: #bebebe;
    font-size: 13px;
}

.ems-form-inner .ems-field-remember span.sStylerMainWrp {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-color: #ededed;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin-right: 15px;
    padding: 3px 3px;
}

.ems-form-inner .ems-field-remember span.sStylerMainWrp span.cStyler {
    background: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.ems-form-inner .ems-field-remember span.sStylerMainWrp span.cStyler.checked {
    background: #DA1021;
}

.ems-form-inner .ems-field-remember .ems-form-obj {
    margin-bottom: 30px;
}

.ems-form-inner .ems-field-remember .ems-form-obj span[id$="lbfUYE_BENIHATIRLA_FL"] {
    font-size: 13px;
    color: #727272;
}

.ems-form-inner .ems-field-checkbox .ems-form-obj {
    margin-bottom: 20px;
}

.ems-form-inner .ems-field-checkbox .ems-form-obj span:last-child {
    color: #727272;
    font-size: 13px;
    line-height: 18px;
}

.ems-form-inner .ems-field-checkbox .ems-form-obj span:last-child>a {
    color: #231f20;
    text-decoration: underline;
}

.ems-form-inner .ems-field-checkout,
.ems-form-inner .ems-field-google {
    display: none;
}

.ems-form-inner .ems-field-hidden {
    display: none;
}

.ems-form-inner .ems-field:empty {
    display: none;
}

.ems-form-inner [id$="plhLoginSifreUnut1"] {
    text-align: right;
    font-size: 13px;
    color: #bebebe;
    text-decoration: underline;
}

.ems-form-inner input[id$="CEPTELEFONALAN"] {
    width: 20% !important;
    text-align: center;
}

.ems-form-inner input[id$="CEPTELEFONALAN"]+input[id$="CEPTELEFON"] {
    width: 78% !important;
    float: right;
}

.ems-form-inner .ems-login-error span {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: block;
}

@media screen and (max-width: 850px) {
    input[type="text"],
    input[type="password"],
    input[type="file"],
    select,
    textarea,
    .dropdown>span {
        height: 45px;
        line-height: 33px;
    }
    .sStylerMainWrp.sStylerWrp_select .sStylerWrp {
        line-height: 33px;
        height: 45px;
    }
    .ems-form-inner .ems-field .ems-form-label {
        line-height: 42px;
    }
    .ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
        margin-left: 10px;
    }
    .ems-form-inner .ems-field .ems-form-obj-captcha>div:last-child span {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.main-slider.no-controls .swiper-button-prev,
.main-slider.no-controls .swiper-button-next {
    display: none !important;
}

.main-slider-default .swiper-pagination {
    display: none;
}

.main-slider-default .swiper-button-prev,
.main-slider-default .swiper-button-next {
    margin-top: -47px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-slider-default .swiper-button-prev i:before,
.main-slider-default .swiper-button-next i:before {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-slider-default .swiper-button-prev:hover,
.main-slider-default .swiper-button-next:hover {
    background: #DA1021;
}

.main-slider-default .swiper-button-prev:hover i:before,
.main-slider-default .swiper-button-next:hover i:before {
    color: #231f20;
}

.main-slider-default .thumb-title-pager {
    display: none;
    overflow: hidden;
    width: 100%;
}

.main-slider .swiper-slide>a {
    display: block;
}

.swiper-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper,
.swiper-wrapper-ttl {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide-cover {
    background-size: cover !important;
}

.swiper-slide .content-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 40px;
    max-width: 300px;
    padding: 15px 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-slide .content-wrapper .price-control {
    height: 40px;
    position: relative;
}

.swiper-slide .content-wrapper>div * {
    color: #fff;
}

.swiper-slide .content-wrapper>div h1,
.swiper-slide .content-wrapper>div h2 {
    margin: 0;
    font-weight: normal;
}

.swiper-slide .content-wrapper>div h1 {
    font-family: "bold";
    font-size: 50px;
}

.swiper-slide .content-wrapper>div h2 {
    font-family: "regular";
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 5%;
}

.swiper-slide .content-wrapper>div .btn-price {
    color: #231f20;
}

.swiper-slide .content-wrapper>div .btn-price>* {
    color: #231f20;
}

.swiper-slide .content-wrapper>div .btn-price-span,
.swiper-slide .content-wrapper>div .btn-price-btn {
    display: inline-block;
    background: #fff;
    border: 1px solid #231f20;
    width: 100%;
    max-width: 225px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 10px 12px 10px;
    margin: 10% auto 0 auto;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.9px;
    font-family: "bold";
}

.swiper-slide .content-wrapper>div .btn-price-span i.icon-ico_arrow-right,
.swiper-slide .content-wrapper>div .btn-price-btn i.icon-ico_arrow-right {
    margin-left: 20px;
}

.swiper-slide .content-wrapper>div .btn-price-span i.icon-ico_arrow-right,
.swiper-slide .content-wrapper>div .btn-price-span i.icon-ico_arrow-right:before,
.swiper-slide .content-wrapper>div .btn-price-btn i.icon-ico_arrow-right,
.swiper-slide .content-wrapper>div .btn-price-btn i.icon-ico_arrow-right:before {
    font-size: 12px;
}

.swiper-slide .content-wrapper>div .btn-price-btn {
    z-index: 2;
}

.swiper-slide .content-wrapper>div .btn-price-span {
    z-index: 1;
}

.swiper-slide.center-layout .content-wrapper {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.swiper-slide.center-layout .content-wrapper>div .btn-price-span,
.swiper-slide.center-layout .content-wrapper>div .btn-price-btn {
    right: 0;
}

.swiper-slide.right-layout .content-wrapper {
    left: inherit;
    right: 40px;
    text-align: right;
}

.swiper-slide.right-layout .content-wrapper>div .btn-price-span,
.swiper-slide.right-layout .content-wrapper>div .btn-price-btn {
    left: inherit;
    right: 0;
}

.swiper-slide-ttl {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide-ttl>div {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #979797;
    letter-spacing: 0.8px;
    padding: 15px 20px 10px 20px;
    height: 50px;
    overflow: hidden;
    max-height: 50px;
}

.swiper-slide-ttl>div span {
    max-height: 16px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.swiper-slide-ttl>div i {
    width: 0%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffe000;
    opacity: 0;
}

.swiper-slide-ttl.swiper-slide-active>div {
    border-left-width: 1px;
}

.swiper-slide-ttl.selected>div i {
    opacity: 1;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    padding: 14px 0;
    text-align: center;
    -moz-background-size: 38px 38px;
    -webkit-background-size: 38px 38px;
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 11px;
}

.swiper-button-prev i:before,
.swiper-button-next i:before {
    color: #fff;
    font-size: 11px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-color: #231f20;
    left: -19px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-color: #231f20;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-color: #231f20;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-color: #231f20;
    right: -19px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-color: #231f20;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-color: #231f20;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 12px;
    background: transparent;
    border: 2px solid #fff;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 32px;
    border-radius: 32px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #231f20;
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-color: #231f20;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {
    .swiper-button-next {
        right: -15px;
    }
    .swiper-button-prev {
        left: -15px;
    }
}

@media screen and (max-width: 850px) {
    .main-slider-default {
        margin-bottom: 0px;
    }
    .main-slider-default .thumb-title-pager {
        display: none;
    }
    .main-slider-default .swiper-slide-cover {
        background-position: 50% 100% !important;
    }
    .main-slider-default .swiper-pagination {
        display: block;
        padding: 20px 0 !important;
    }
    .swiper-slide-cover img {
        opacity: 0;
        visibility: hidden;
    }
    .swiper-slide .content-wrapper {
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        padding: 0;
    }
    .swiper-slide .content-wrapper>div * {
        color: #221e1f;
    }
    .swiper-slide .content-wrapper>div.title-small,
    .swiper-slide .content-wrapper>div.brand-logo,
    .swiper-slide .content-wrapper>div.price-control {
        display: none;
    }
    .swiper-slide .content-wrapper>div h1 {
        font-size: 20px;
        padding: 30px;
        position: relative;
        background: #f8f8f8;
    }
    .swiper-slide .content-wrapper>div h1:before {
        content: '';
        width: 50px;
        height: 4px;
        background: #fdde00;
        display: block;
        margin-bottom: 5px;
    }
    .swiper-slide .content-wrapper>div h1:after {
        font-family: 'icomoon';
        content: '\e900';
        font-size: 13px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: 50%;
        right: 20px;
    }
    .swiper-slide.right-layout .content-wrapper,
    .swiper-slide.center-layout .content-wrapper {
        left: inherit;
        right: inherit;
        margin: 0;
        text-align: left;
    }
}

.ems-tab {
    position: relative;
}

.ems-tab-inner>ul.navigation-js {
    display: table;
    width: 100%;
}

.ems-tab-inner>ul.navigation-js>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ems-tab-inner>ul.navigation-js>li a {
    display: inline-block;
}

.ems-tab-inner>ul.content-js>li {
    display: none;
}

.ems-tab-inner>ul.content-js>li>a {
    display: none;
}

.ems-tab-inner>ul.content-js>li.selected {
    display: block;
}

.ems-tab-inner>ul.content-js>li .content {
    position: relative;
}

.ems-tab-categories {
    width: 50%;
    float: left;
    padding: 15px;
}

.ems-tab-categories .ems-tab-inner {
    overflow: hidden;
}

.ems-tab-categories .ems-tab-inner>.navigation-js {
    width: 95%;
    max-width: 380px;
    position: absolute;
    z-index: 1;
    top: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 3px solid #fff;
}

.ems-tab-categories .ems-tab-inner>.navigation-js>li {
    width: 33.333%;
    border-left: 3px solid #fff;
    background: rgba(0, 0, 0, 0.3);
}

.ems-tab-categories .ems-tab-inner>.navigation-js>li a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 0;
}

.ems-tab-categories .ems-tab-inner>.navigation-js>li:first-child {
    border: none;
}

.ems-tab-categories .ems-tab-inner>.navigation-js>li.selected {
    background: #fff;
}

.ems-tab-categories .ems-tab-inner>.navigation-js>li.selected a {
    color: #231f20;
}

.ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 108px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-link {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-link .link-btn {
    border: 2px solid #1a1718;
    padding: 10px 20px;
}

.ems-tab-categories .ems-tab-inner>ul.content-js>li.selected .content {
    -webkit-animation: scale 333ms ease;
    -moz-animation: scale 333ms ease;
    -ms-animation: scale 333ms ease;
    -o-animation: scale 333ms ease;
    animation: scale 333ms ease;
}

.ems-tab-detail .ems-tab-inner {
    padding: 50px 20px 30px 20px;
}

.ems-tab-detail .ems-tab-inner>ul.navigation-js {
    max-width: 650px;
    margin: 0 auto 30px auto;
}

.ems-tab-detail .ems-tab-inner>ul.navigation-js li a {
    border: 3px solid #191e23;
    width: 100%;
    padding: 14px 0;
}

.ems-tab-detail .ems-tab-inner>ul.navigation-js li a span {
    color: #231f20;
}

.ems-tab-detail .ems-tab-inner>ul.navigation-js li.selected a {
    background-color: #191e23;
}

.ems-tab-detail .ems-tab-inner>ul.navigation-js li.selected a span {
    color: #fff;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player {
    margin-bottom: 30px;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player .yt-player-inner {
    position: relative;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player.is-play .yt-video-btn {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player .yt-video-btn {
    position: absolute;
    height: 48px;
    width: 48px;
    margin: -24px auto 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player .yt-video-btn:after {
    font-family: 'icomoon';
    content: '\e913';
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #fff;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-player .yt-video-btn span {
    display: none;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-cover {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.ems-tab-detail .ems-tab-inner>ul.content-js .content-detail .yt-cover .yt-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ems-tab-sss .ems-tab-inner>.navigation-js {
    display: none;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li {
    border-bottom: 3px solid #ededed;
    display: block;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li:first-child {
    border-top: 3px solid #ededed;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li>a {
    padding: 20px 60px 20px 10px;
    display: block;
    position: relative;
    text-align: left;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li>a span {
    font-size: 20px;
    font-family: "bold";
    color: #231f20;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li>a:after {
    content: '\e914';
    font-family: 'icomoon';
    font-size: 8px;
    width: 8px;
    height: 8px;
    color: #231f20;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 30px;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li.selected>a:after {
    content: '\e910';
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li.selected .content {
    display: block;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li .content {
    display: none;
    text-align: left;
    padding: 0 50px 20px 20px;
    font-size: 18px;
    font-family: "regular";
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li .content p {
    margin-top: 10px;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li .content p:first-child {
    margin-top: 0;
}

.ems-tab-sss .ems-tab-inner>ul.content-js>li .content p.margin10 {
    margin-top: 10px;
}

@media screen and (max-width: 850px) {
    .ems-tab-categories {
        width: 100%;
        float: none;
        padding: 0;
        display: none;
    }
    .ems-tab-categories .ems-tab-inner>.navigation-js {
        top: 17px;
    }
    .ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-cover img {
        opacity: 0;
        visibility: hidden;
    }
    .ems-tab-categories .ems-tab-inner>ul.content-js>li .content .mod-cat-icon {
        width: 80px;
    }
    .ems-tab-detail .ems-tab-inner {
        padding: 20px 0;
    }
    .ems-tab-detail .ems-tab-inner>ul.navigation-js {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ems-page-member .ems-grid-address:empty {
    display: none;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-1 {
    width: 20%;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-2 {
    width: 65%;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-3 {
    display: none;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-4 {
    width: 10%;
    text-align: right;
    padding-right: 20px;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-4 a {
    position: relative;
    clear: both;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-4 a::after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-member .ems-grid-address .ems-grid-row .col-4 a:hover:after {
    content: '';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-member .ems-grid-address .ems-grid-row .ems-address-name {
    font-family: "bold";
}

.ems-page-member .ems-grid-address .ems-grid-row .ems-address-name .adresTip1,
.ems-page-member .ems-grid-address .ems-grid-row .ems-address-name .adresTip2 {
    font-family: "regular";
    display: block;
    color: #727272;
    font-size: 13px;
    margin-top: 5px;
}

.ems-page-member .ems-grid-address .ems-grid-row .ems-address {
    font-size: 13px;
    color: #727272;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle {
    float: left;
    display: inline-block;
    font-size: 0;
    width: auto;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:before {
    content: '\e907';
    font-family: 'icomoon';
    font-size: 13px;
    color: #000;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:after {
    content: 'Güncelle' !important;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle i.icon-ico_edit.ico-show:before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:hover i.icon-ico_edit.ico-show:before {
    content: 'GÖRÜNTÜLE';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeGuncelle.after-hide:after {
    display: none;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeSil {
    display: inline-block;
    width: auto;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeSil i:before {
    font-size: 13px;
    color: #000;
}

.ems-page-member .ems-grid-address .ems-grid-row .btnAdresListeSil:after {
    content: 'Sil' !important;
}

.ems-page-member .ems-page-new-address {
    padding: 0 !important;
}

.ems-page-new-address {
    width: 100%;
    padding: 0;
}

.ems-page-new-address .page-top-title {
    text-align: left;
    padding-bottom: 30px;
}

.ems-page-new-address .page-top-title a.btnDefault {
    display: inline-block;
    width: auto;
}

.ems-page-new-address .page-top-title a.btnDefault span:before {
    font-family: 'icomoon';
    content: '\e901';
    color: #221e1f;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.ems-page-new-address .page-top-title span[id$="lbfUYA_ADRESEKLE"] {
    display: none;
    padding-top: 30px;
}

.ems-page-new-address .page-top-desc {
    display: none;
}

.ems-page-new-address .ems-form-inner .ems-field-double {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.ems-page-new-address .ems-form-inner .ems-field.tcCheck {
    display: none;
}

.ems-page-new-address .ems-form-inner .ems-field.adresTip .ems-form-obj a {
    padding: 10px 5px;
    display: inline-block;
    color: #1a1718;
}

.ems-page-new-address .ems-form-inner .ems-field.adresTip .ems-form-obj a.emos_selected {
    color: #00579c;
}

.ems-page-new-address .ems-form-inner .ems-field .ems-form-obj {
    max-width: 250px;
}

.ems-page-new-address .ems-form-inner .ems-field .ems-form-obj textarea {
    height: 60px;
}

.ems-page-new-address .kurumsalUyari {
    font-size: 13px;
    line-height: 16px;
    color: #727272;
}

.ems-page-new-address .kurumsalUyari i {
    margin-right: 5px;
}

.ems-page-new-address.lnkAdrTip_1 .kurumsalUyari {
    display: block;
}

.ems-page-new-address.lnkAdrTip_2 .kurumsalUyari {
    display: none;
}

@media screen and (max-width: 850px) {
    .ems-page-member .ems-grid-address .ems-grid-row .col-1,
    .ems-page-member .ems-grid-address .ems-grid-row .col-2 {
        width: 100%;
        padding-right: 50px;
    }
    .ems-page-member .ems-grid-address .ems-grid-row .col-2 {
        line-height: 18px;
    }
    .ems-page-member .ems-grid-address .ems-grid-row .col-4 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 10px;
        width: 5%;
        text-align: center;
    }
    .ems-page-member .ems-grid-address .ems-grid-row .col-4 a {
        float: right;
    }
    .ems-page-member .ems-grid-address .ems-grid-row .col-4 .btnAdresListeGuncelle {
        margin-bottom: 20px;
    }
    .ems-page-member .ems-grid-address .ems-grid-row .ems-address-name {
        margin-bottom: 10px;
    }
    .ems-page-new-address {
        margin: 0 !important;
    }
    .ems-page-new-address .page-top-title {
        display: block;
        margin-top: 40px;
    }
    .ems-page-new-address .page-top-desc {
        display: none;
    }
    .ems-page-new-address .ems-form-inner .ems-field-double {
        width: 100%;
    }
    .ems-page-new-address .ems-form-inner .ems-field .ems-form-obj {
        max-width: 100%;
    }
    .ems-page-new-address .ems-form-inner .ems-field.button .ems-form-obj {
        margin-left: 0;
    }
    .ems-page-new-address .ems-form-inner .ems-field.button .ems-form-obj a.btnAdresKaydet {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ems-page-new-address .kurumsalUyari .ems-form-obj {
        margin-left: 0;
    }
}

.ems-page-member .ems-grid-favorites .ems-grid-row {
    padding: 19px 0 !important;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .col-1 {
    width: 100px;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .col-2 {
    width: 40%;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .col-3 {
    width: 22%;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .col-4 {
    width: 22%;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .col-5 {
    width: 6%;
}

.ems-page-member .ems-grid-favorites .ems-grid-row .ems-name {
    font-size: 13px;
    color: #4d4d4d;
}

.ems-page-member .ems-grid-favorites .ems-grid-row a.btnFavoriListeSil:after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-member .ems-grid-favorites .ems-grid-row a.btnFavoriListeSil:hover:after {
    content: '';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-member .ems-grid-favorites .ems-grid-row a.btnFavoriListeSil:after {
    content: 'Sil' !important;
}

@media screen and (max-width: 850px) {
    .ems-page-member .ems-grid-favorites .ems-grid-row {
        min-height: 140px;
        padding-left: 110px !important;
        padding-right: 35px !important;
    }
    .ems-page-member .ems-grid-favorites .ems-grid-row .col-1 {
        padding: 0;
        height: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
    .ems-page-member .ems-grid-favorites .ems-grid-row .col-2,
    .ems-page-member .ems-grid-favorites .ems-grid-row .col-3,
    .ems-page-member .ems-grid-favorites .ems-grid-row .col-4 {
        width: 100%;
        padding: 0;
    }
    .ems-page-member .ems-grid-favorites .ems-grid-row .col-5 {
        width: 12%;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 1;
    }
}

.ems-page-member .ems-page-default-follow-list .ems-grid-follow-price {
    display: none;
}

.ems-page-member .ems-page-default-follow-list .price-report {
    display: none;
}

.ems-page-member .ems-page-default-follow-list .price-report .ems-message {
    margin-bottom: 20px;
}

.ems-page-member .ems-page-default-follow-list .report-holder .inner-title {
    font-size: 15px;
    font-family: "bold";
}

.ems-page-member .ems-grid-default-stock .ems-grid-row {
    padding: 19px 0 !important;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .col-1 {
    width: 100px;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .col-2 {
    width: 40%;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .col-3 {
    width: 22%;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .col-4 {
    width: 22%;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .col-5 {
    width: 6%;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .ems-grid-code a {
    margin-top: 0 !important;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row .ems-name {
    font-size: 13px;
    color: #4d4d4d;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row a.btnTakipListeStokSil:after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row a.btnTakipListeStokSil:hover:after {
    content: '';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-member .ems-grid-default-stock .ems-grid-row a.btnTakipListeStokSil:after {
    content: 'Sil' !important;
}

@media screen and (max-width: 850px) {
    .ems-page-member .ems-page-default-follow-list .report-holder .inner-title {
        display: none;
    }
    .ems-page-member .ems-grid-default-stock .ems-grid-row {
        min-height: 140px;
        padding-left: 110px !important;
        padding-right: 35px !important;
    }
    .ems-page-member .ems-grid-default-stock .ems-grid-row .col-1 {
        padding: 0;
        height: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
    .ems-page-member .ems-grid-default-stock .ems-grid-row .col-2,
    .ems-page-member .ems-grid-default-stock .ems-grid-row .col-3,
    .ems-page-member .ems-grid-default-stock .ems-grid-row .col-4 {
        width: 100%;
        padding: 0;
    }
    .ems-page-member .ems-grid-default-stock .ems-grid-row .col-5 {
        width: 12%;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 1;
    }
    .ems-page-member .ems-grid-default-stock .ems-grid-row .ems-grid-code a {
        margin-top: 10px !important;
    }
}

.ems-page-member .ems-grid-default {
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
}

.ems-page-member .ems-grid-default .ems-grid-header {
    display: none;
}

.ems-page-member .ems-grid-default .ems-grid-row {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ems-page-member .ems-grid-default .ems-grid-row>div {
    display: table-cell;
    vertical-align: middle;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-img {
    width: 72px;
    border: 1px solid #ededed;
    text-align: center;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-img a {
    display: inline-block;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-img img {
    max-height: 72px;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-name {
    padding: 0 20px;
    width: 45%;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-name span {
    font-size: 13px;
    font-family: "regular";
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-name a span.prdItem {
    font-family: "bold";
    font-size: 15px;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-code a {
    font-size: 13px;
    font-family: "regular";
    color: #727272;
    margin-top: 5px;
    display: block;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-piece {
    width: 25%;
    text-align: center;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-piece input {
    width: 100% !important;
    max-width: 65px;
    border: 1px solid #231f20;
    text-align: center;
    position: relative;
    top: -3px;
    height: 30px;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-piece a {
    border: 1px solid #bebebe;
    display: inline-block;
    padding: 7px;
    color: #bebebe;
    height: 30px;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-piece a:hover {
    background: #DA1021;
    color: #231f20;
    border: 1px solid #DA1021;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-price-total {
    width: 20%;
    text-align: center;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-price-total font {
    text-align: center;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-price-total font:before {
    font-family: "tl";
    content: 't';
    font-size: 15px;
    display: inline-block;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-price-total font.brutFiyat {
    text-decoration: line-through;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-price {
    color: #221e1f;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-price:before {
    float: left;
    font-family: "tl";
    content: 't';
    font-size: 15px;
    color: #221e1f;
    padding-right: 3px;
}

.ems-page-member .ems-grid-default .ems-grid-row .ems-grid-delete {
    width: 10%;
    text-align: right;
    padding-right: 10px;
}

.ems-page-member .ems-grid-default .ems-grid-row:last-child {
    border: 0;
}

.ems-page-member .ems-grid-default .ems-grid-row .kdvDahil {
    display: none;
}

.ems-page-member .same-address {
    display: none;
}

.ems-page-member .add-new-address .btnAdresEkle {
    background: #ededed;
    font-family: "regular";
    padding: 10px 20px;
    margin: 20px 0;
    width: auto;
}

.ems-page-member .add-new-address .btnAdresEkle span {
    letter-spacing: 0;
    font-size: 13px;
    color: #1a1718;
}

.ems-page-member .add-new-address .btnAdresEkle:hover {
    background: #231f20;
}

.ems-page-member .add-new-address .btnAdresEkle:hover span {
    color: #fff;
}

.ems-page-member a.btnTakipListeStokTumSil,
.ems-page-member a.btnFavoriListeTumSil {
    background: #ededed;
    font-family: "regular";
    padding: 10px 20px;
    margin: 20px 0 0 0;
    width: auto;
}

.ems-page-member a.btnTakipListeStokTumSil span,
.ems-page-member a.btnFavoriListeTumSil span {
    letter-spacing: 0;
    font-size: 13px;
    color: #1a1718;
}

.ems-page-member a.btnTakipListeStokTumSil:hover,
.ems-page-member a.btnFavoriListeTumSil:hover {
    background: #231f20;
}

.ems-page-member a.btnTakipListeStokTumSil:hover span,
.ems-page-member a.btnFavoriListeTumSil:hover span {
    color: #fff;
}

@media screen and (max-width: 850px) {
    .ems-page-member .ems-grid-default {
        border-top: none;
        border-bottom: none;
    }
    .ems-page-member .ems-grid-default .ems-grid-row {
        position: relative;
    }
    .ems-page-member .ems-grid-default .ems-grid-row .ems-grid-img {
        width: 100px;
    }
    .ems-page-member .ems-grid-default .ems-grid-row .ems-grid-img img {
        max-height: 100px;
    }
    .ems-page-member .ems-grid-default .ems-grid-row .ems-name,
    .ems-page-member .ems-grid-default .ems-grid-row .ems-price {
        font-size: 15px;
        font-family: "bold";
        margin-top: 10px;
    }
    .ems-page-member .ems-grid-default .ems-grid-row>div {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: inherit;
        display: inline-block;
        vertical-align: top;
    }
    .ems-page-member .ems-grid-default .ems-grid-row:last-child {
        border-bottom: 1px solid #ededed;
    }
}

.ems-page-member .ems-grid-message .ems-grid-row {
    padding: 19px 0 !important;
}

.ems-page-member .ems-grid-message .ems-grid-row>div {
    font-size: 13px;
    color: #4d4d4d;
}

.ems-page-member .ems-grid-message .ems-grid-row .col-1 {
    width: 30px;
    text-align: center;
    padding: 0;
}

.ems-page-member .ems-grid-message .ems-grid-row .col-2 {
    width: 35%;
}

.ems-page-member .ems-grid-message .ems-grid-row .col-3 {
    width: 20%;
}

.ems-page-member .ems-grid-message .ems-grid-row .col-4 {
    width: 20%;
}

.ems-page-member .ems-grid-message .ems-grid-row .col-5 {
    width: 15%;
    text-align: right;
}

.ems-page-member .ems-grid-message .ems-grid-row .ems-grid-code a {
    margin-top: 0 !important;
}

.ems-page-default-message-detail .ems-message-type li,
.ems-page-default-message-detail .msgDtHeader li,
.ems-page-default-message-detail .msgDtContent li {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.ems-page-default-message-detail .ems-message-type li>span,
.ems-page-default-message-detail .msgDtHeader li>span,
.ems-page-default-message-detail .msgDtContent li>span {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px;
}

.ems-page-default-message-detail .ems-message-type li>span:first-child,
.ems-page-default-message-detail .msgDtHeader li>span:first-child,
.ems-page-default-message-detail .msgDtContent li>span:first-child {
    border-right: 0;
}

.ems-page-default-message-detail .ems-message-type li:first-child>span,
.ems-page-default-message-detail .msgDtHeader li:first-child>span,
.ems-page-default-message-detail .msgDtContent li:first-child>span {
    border-bottom: 0;
    font-size: 16px;
    font-family: "bold";
    color: #231f20;
}

.ems-page-default-message-detail .msgDtList {
    margin-bottom: 30px;
}

.ems-page-default-message-detail .msgDtList:before,
.ems-page-default-message-detail .msgDtList:after {
    content: '';
    font-size: 0;
    width: 100%;
    height: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul,
.ems-page-default-message-detail .msgDtList .msgDtContent ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li,
.ems-page-default-message-detail .msgDtList .msgDtContent ul li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li:first-child,
.ems-page-default-message-detail .msgDtList .msgDtContent ul li:first-child {
    border-right: 0;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li>span,
.ems-page-default-message-detail .msgDtList .msgDtContent ul li>span {
    border: none;
    display: block;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li>span:first-child,
.ems-page-default-message-detail .msgDtList .msgDtContent ul li>span:first-child {
    font-size: 13px;
    color: #727272;
    font-family: "regular";
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li {
    border-bottom: 0;
}

.ems-page-default-message-detail .msgDtList .msgDtHeader ul li>span:first-child {
    font-size: 16px;
    font-family: "bold";
    color: #231f20;
}

.ems-page-default-message-detail .tableTitleMesajGonder span {
    font-size: 15px;
    font-family: "bold";
    padding: 30px 0;
    display: block;
}

.ems-page-default-message-detail .tableMesajGonder_aciklama {
    font-size: 13px;
    color: #727272;
    padding-bottom: 30px;
}

.ems-page-default-message-detail .btnMesajKonuYeniGonder {
    margin-right: 5%;
}

.ems-page-default-message-detail .btnMesajKonuYeniGonder,
.ems-page-default-message-detail .btnMesajCozuldu {
    max-width: 250px;
}

.ems-page-default-message-detail .mesajGonder .tableMesajMetin>tbody>tr>th {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.ems-page-default-message-detail .mesajGonder .tableMesajMetin>tbody>tr>td {
    display: block;
    width: 100%;
}

.ems-page-default-message-detail .mesajGonder .tableMesajMetin>tbody>tr.tableMesaj_trlbfUYE_ACIKLAMA {
    font-size: 13px;
    color: #727272;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_CaptchaImage1 {
    max-width: 250px;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_CaptchaImage1>div img,
.ems-page-default-message-detail .mesajGonder .pageMesajGonder_CaptchaImage1>div input {
    margin-bottom: 10px;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_CaptchaImage1>div>span {
    display: block;
    font-size: 13px;
    color: #727272;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_btnMesajGonder table {
    display: table !important;
    text-align: left;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_btnMesajGonder table a.btnDefault {
    max-width: 250px;
    margin-top: 10px;
    background: #00579c;
}

.ems-page-default-message-detail .mesajGonder .pageMesajGonder_btnMesajGonder table a.btnDefault:hover {
    background: #f05201;
}

@media screen and (max-width: 850px) {
    .ems-page-member .ems-grid-message .ems-grid-row {
        min-height: 100px;
        padding-left: 40px !important;
        padding-right: 20px !important;
    }
    .ems-page-member .ems-grid-message .ems-grid-row .col-1 {
        padding: 0;
        height: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
    .ems-page-member .ems-grid-message .ems-grid-row .col-2,
    .ems-page-member .ems-grid-message .ems-grid-row .col-3,
    .ems-page-member .ems-grid-message .ems-grid-row .col-4,
    .ems-page-member .ems-grid-message .ems-grid-row .col-5 {
        width: 100%;
        padding: 0;
        margin-top: 5px;
    }
    .ems-page-member .ems-grid-message .ems-grid-row .col-5 {
        text-align: left;
    }
    .ems-page-member .ems-grid-message .ems-grid-row .col-5 .lnkMesajOku {
        display: inline-block;
        color: #231f20;
        font-size: 14px;
        margin-top: 5px;
    }
    .ems-page-default-message-detail .btnMesajKonuYeniGonder {
        margin-right: 0;
    }
    .ems-page-default-message-detail .btnMesajKonuYeniGonder,
    .ems-page-default-message-detail .btnMesajCozuldu {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ems-page-default-message-detail .btnMesajCozuldu {
        margin-top: 20px;
    }
    .ems-page-default-message-detail .mesajGonder .pageMesajGonder_CaptchaImage1 {
        max-width: 100%;
    }
    .ems-page-default-message-detail .mesajGonder .pageMesajGonder_btnMesajGonder table a.btnDefault {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.ems-page-default-member-order .order-filter {
    padding-bottom: 30px;
}

.ems-page-default-member-order .order-filter:empty {
    display: none;
}

.ems-page-default-member-order .order-filter .sStylerMainWrp,
.ems-page-default-member-order .order-filter a.btnSipAra {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.ems-page-default-member-order .order-filter .sStylerMainWrp.sStylerWrp_select {
    max-width: 180px;
    margin-right: 15px;
}

.ems-page-default-member-order .order-filter .sStylerMainWrp.sStylerWrp_select .sStylerWrp {
    line-height: 33px;
    height: 45px;
}

.ems-page-default-member-order .order-filter a.btnSipAra {
    max-width: 85px;
}


/* Blog */

.mainBlog {
    position: relative;
    display: block;
}

.mainBlog .swiper-title {
    padding-bottom: 0;
}

.mainBlog .swiper-title a.bPage {
    position: absolute;
    right: 0px;
    top: 30px;
    background: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.mainBlog .swiper-title a.bPage:before {
    content: "\e936";
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
    overflow: hidden;
    font-size: 10px;
}

.mainBlog .swiper-title a.bPage:hover {
    padding-right: 15px;
}

.mainBlog .swiper-title a.bPage:hover:before {
    width: auto;
}

.mainBlog .blog-home-swiper {
    margin: 20px auto 0 auto;
}

.mainBlog .swiper-title {
    position: relative;
}

.mainBlog .swiper-inner {
    margin-top: 20px;
    /*overflow: hidden;*/
}

.mainBlog .swiper-inner ul li {
    overflow: hidden;
    max-width: 33.333%;
}

.mainBlog .swiper-inner ul li a {
    display: inline-block;
    width: 100%;
}

.mainBlog .swiper-inner ul li a .blogImg {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 210px;
}

.mainBlog .swiper-inner ul li a .blogImg img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mainBlog .swiper-inner ul li a .blogContent {
    padding: 25px 25px 50px 25px;
    font-size: 24px;
    color: #727272;
    margin-bottom: 20px;
    background: #eeeeee;
    min-height: 180px;
    position: relative;
}

.mainBlog .swiper-inner ul li a .blogContent p {
    font-size: 14px;
    color: #727272;
    margin-bottom: 20px;
    height: 28px;
    overflow: hidden;
}

.mainBlog .swiper-inner ul li a .blogContent .title,
.mainBlog .swiper-inner ul li a .blogContent .cat {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    bottom: 0px;
}

.mainBlog .swiper-inner ul li a .blogContent>span {
    font-size: 18px;
    color: #727272;
    font-family: "medium";
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.mainBlog .swiper-inner ul li a .blogContent>span:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #727272;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mainBlog .swiper-inner ul li a:hover .blogImg img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.mainBlog .swiper-inner ul li a:hover .title {
    bottom: 8px;
}

.mainBlog .swiper-inner ul li a:hover .cat {
    bottom: 4px;
}

.mainBlog .swiper-inner ul li a:hover span:before {
    content: '';
    width: 100%;
}


/* Blog Begins Here */

.blog-page {
    padding: 0 !important;
    background: url(/images/frontend/blog/blogBg.jpg) top center repeat-x;
}

.blog-page .section1 {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.blog-page i.icon {
    display: inline-block;
    background-image: url(/images/frontend/blog-social-icons.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}

.blog-page i.icon.icon-facebook {
    background-position: 0 0;
}

.blog-page i.icon.icon-facebook i:content {
    content: "\e916";
    font-family: 'icomoon';
    font-size: 17px;
}

.blog-page i.icon.icon-instagram {
    background-position: -24px 0;
}

.blog-page i.icon.icon-twitter {
    background-position: -48px 0;
}

.blog-page i.icon.icon-twitter:content {
    content: "\e916";
    font-family: 'icomoon';
    font-size: 17px;
}

.blog-page i.icon.icon-pinterest {
    background-position: -72px 0;
}

.blog-page i.icon.icon-whatsapp {
    background-position: -96px 0;
}

.blog-page .mbHeader {
    display: none;
}

.blog-page .swiper-container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0px auto 20px auto;
    display: inline-block;
    /*border-top: 1px solid $eGray;*/
}

.blog-page .swiper-container .swiper-title h2 {
    margin: 45px 0 20px 0;
}

.blog-page .swiper-container .swiper-inner li {
    width: auto;
    /*max-height:553px;*/
    overflow: hidden;
    display: block;
}

.blog-page .swiper-container .bx-controls-direction>a.bx-next {
    right: 30px;
}

.blog-page .swiper-container .bx-controls-direction>a.bx-prev {
    left: 30px;
}

.blog-page .swiper-container .blogSliderContent {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
}

.blog-page .swiper-container .blogSliderContent span {
    font-size: 35px;
    display: block;
}

.blog-page .swiper-container .blogSliderContent p {
    font-size: 20px;
    display: block;
}

.blog-page .swiper-container .blogSliderContent a {
    font-size: 14px;
    color: #fff;
    font-family: 'DM';
    display: block;
    background: #002553;
    padding: 12px 30px;
    width: auto !important;
    display: inline-block !important;
}

.blog-page .swiper-container .blogSliderContent a:hover {
    background: #0261b9;
}

.blog-page .swiper-container .swiper-pagination-bullets {
    display: none;
}


/* Blog Header Begins Here */

.blog-header {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.blog-header-img {
    width: auto;
    max-width: 100%;
    height: 112px;
}

.blog-header-top {
    padding: 30px 20px 0px 20px;
    max-width: 1440px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.blog-header-top .logo {
    text-align: center;
    display: inline-block;
}

.blog-header-top .logo a {
    display: inline-block;
}

.blog-header-top .logo a span {
    font-size: 50px;
}

.blog-header-top .logo a i {
    font-size: 20px;
    font-family: "bold";
    color: #fff;
    font-style: normal;
    position: relative;
    display: block;
}

.blog-header-top a.mobile-header-close {
    display: none;
}

.blog-header-top .backSite {
    float: left;
    margin-top: 10px;
    position: absolute;
    left: 30px;
    top: 30px;
    background: #fdde00;
    font-size: 15px;
    font-weight: bold;
}

.blog-header-top .backSite a {
    text-decoration: none;
    padding: 10px 50px;
    font-family: "regular";
    font-size: 15px;
    color: #231f20;
    border-radius: 3px;
    display: block;
}


/* .blog-header-top .backSite a:hover span {text-decoration: underline;}*/

.blog-header-top .backSite a i {
    font-size: 12px;
    margin-right: 20px;
    display: none;
}

.blog-header-top .blogText {
    width: auto;
    margin: 0 200px;
    text-align: center;
}

.blog-header-top .blogText span {
    font-size: 30px;
}

.blog-header-top .blog-header-navbar-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 20px !important;
}

.blog-header-navbar {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.blog-header-navbar .blog-menu {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    padding: 25px 0px;
    text-align: center;
}

.blog-header-navbar .blog-menu>li {
    margin-right: 15px;
    display: inline-block;
    min-width: 120px;
}

.blog-header-navbar .blog-menu>li>a {
    font-size: 18px;
    font-family: "regular";
    color: #727272;
}

.blog-header-navbar .blog-menu>li>a:hover {
    color: #231f20;
    font-weight: bold;
    text-decoration: underline;
}


/* MRT */

.blog-detail .blog-header-navbar .blog-menu {
    display: none !important;
}

.blog-header-navbar .blog-social {
    float: right;
    display: inline-block;
    vertical-align: top;
    display: none;
}

.blog-header-navbar .blog-social>li {
    float: left;
    margin-left: 10px;
}

.blog-header-navbar .blog-social>li>a {
    display: block;
    text-align: center;
}

.blog-header-navbar .blog-bottom {
    /*border-top:1px solid #d8d8d8; margin-top: 25px; padding-top:25px;*/
    display: none;
}

.blog-header-navbar .blog-bottom a.blogGeriDon {
    font-size: 18px;
    font-family: "regular";
    letter-spacing: 0.5px;
}

.blog-header-navbar .blog-bottom a.blogGeriDon>i:before {
    content: "\e90c";
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.blog-header-navbar .blog-bottom a.blogHomePage {
    display: none;
}

.blog-header-navbar .blog-menu-selecbox {
    display: none;
}

.blog-header-navbar .blog-menu-selecbox .sStylerWrp {
    font-size: 18px;
    height: 55px;
    padding: 20px;
    padding: 17px 20px;
    line-height: normal;
}


/* Blog Search */

.blog-page .pageAramaIcerik {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 200px;
    z-index: 997;
}

.blog-page .pageHeaderAramaIcerik,
.blog-page .pageDescAramaIcerik,
.blog-page .tableAramaIcerik th,
.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerikTemizle {
    display: none !important;
}

.blog-page .tableAramaIcerik_BtnAraIptal {
    display: block;
    height: 0;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerik {
    padding: 7px 17px;
    display: block;
    background: inherit;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerik:before {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: #000000;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerik span {
    display: none;
}

.blog-page .tableAramaIcerik .tableAramaIcerik_tdtxtKEYWORD {
    width: 200px;
}

.blog-page .tableAramaIcerik .tableAramaIcerik_tdtxtKEYWORD input {
    width: 200px;
    background: white;
    border: 0;
    color: #000;
    padding-right: 50px;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerikTemizle {
    padding: 12px 17px;
    display: block;
    line-height: 1;
    position: absolute;
    bottom: 1px;
    right: 5px;
    background: #fff;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerikTemizle:before {
    content: "\e905";
    font-family: 'icomoon';
    font-size: 15px;
    color: #002b5c;
}

.blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerikTemizle span {
    display: none;
}

.blog-page .AramaIcerikMain {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 9;
    background: #1a1718;
    padding: 20px;
    border: 1px solid #DA1021;
    min-width: 320px;
    height: 345px;
    overflow-x: hidden;
}

.blog-page .tableTitleAramaIcerik {
    margin-top: 20px;
    text-align: center;
    display: none;
}

.blog-page .tableTitleAramaIcerik span {
    font-size: 22px;
}

.blog-page .AramaIcerikMain_baslik a {
    font-family: "regular";
    color: #fff;
    font-size: 15px;
    font-style: normal;
    text-decoration: none !important;
}

.blog-page .AramaIcerikMain_metin {
    margin-top: 10px;
}

.blog-page .AramaIcerikMain_metin a {
    font-family: "regular";
    font-size: 13px;
    font-style: normal;
    text-decoration: none !important;
}

.blog-page .AramaIcerikMain_url {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.blog-page .AramaIcerikMain_url:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.blog-page .AramaIcerikMain_url a {
    font-family: "regular";
    font-size: 12px;
    font-style: normal;
    text-decoration: none !important;
    color: #999;
}

.blog-page .pageErrorArama {
    position: absolute;
    top: 50px;
}

.blog-page .pageErrorArama span {
    /*padding:5px 0;*/
    display: block;
}

.blog-page .no-prd {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}

.blog-page .no-prd .icon-bag-close {
    display: none;
}

.blog-page .no-prd p {
    font-size: 14px;
    font-family: "medium";
    margin: 0;
}

.blog-page .no-prd .btnDefaultAlternate {
    display: none;
}


/* Blog Header Ends Here*/


/* Blog Slider Begins Here */

.blog-slider-wrap {
    width: 100%;
    position: relative;
}

.blog-slider-wrap ul.blog-slider {
    position: relative;
}

.blog-slider-wrap ul.blog-slider>li .inner {
    position: relative;
    width: 100%;
    height: 520px;
}

.blog-slider-wrap ul.blog-slider>li .inner:nth-child(even) {
    width: 60%;
    float: right;
    padding-left: 5px;
}

.blog-slider-wrap ul.blog-slider>li .inner:nth-child(odd) {
    width: 40%;
    float: left;
    padding-right: 5px;
}

.blog-slider-wrap ul.blog-slider>li figure.img-wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.blog-slider-wrap ul.blog-slider>li figure.img-wrap>img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: inherit;
}

.blog-slider-wrap ul.blog-slider>li .text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 62px 0 110px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-slider-wrap ul.blog-slider>li .text-wrap span.head {
    font-family: 'DM';
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.9;
    display: block;
}

.blog-slider-wrap ul.blog-slider>li .text-wrap a.btn {
    background: #fff;
    margin-top: 50px;
    display: inline-block;
    width: 155px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    border: 2px solid #000;
    letter-spacing: 0.5px;
    font-family: 'DM';
}

.blog-page .bx-controls .bx-pager {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.blog-page .bx-controls .bx-pager>.bx-pager-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.blog-page .bx-controls .bx-pager>.bx-pager-item a {
    color: #fff;
    font-size: 14px;
    font-family: 'proximaNovBold';
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

.blog-page .bx-controls .bx-pager>.bx-pager-item a.active {
    background: #fff;
    border-radius: 9px;
}

.blog-page .swiper-container .bx-default-pager {
    display: none;
}


/* Blog Slider Ends Here */


/* Blog List Begins Here */

.blog-list {
    width: 100%;
}

.blog-list .maxW {
    padding-top: 0;
}

.blog-list .maxW>span {
    display: none;
}

.blog-list .blogTitleKategoriAd {
    display: none;
}


/* MRT */

.blog-list .icerikTemplateListeContainer {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

.blog-list .icerikTemplateListeContainer .icerikTemplateListeItem,
.blog-list .icerikTemplateListeContainer .icerikTemplateListeAlternateItem {
    float: left;
    width: 33.333%;
    padding: 0 25px 50px 25px;
}


/* Big Slide*/

.blog-list .icerikTemplateListeItem .blog-post-item {
    width: 100%;
    /*max-width:550px;*/
    position: relative;
    display: inline-block;
}

.blog-list .icerikTemplateListeAlternateItem .blog-post-item {
    display: inline-block;
}

.blog-list .blog-post-item .item-img {
    width: 100%;
    margin: 0;
    background-size: cover;
}

.blog-list .blog-post-item .item-img a,
.blog-list .blog-post-item .item-img a img {
    display: block;
    width: 100%;
}

.blog-list .icerikTemplateListeItem .blog-post-item .blog-date {
    position: absolute;
    right: 20px;
    top: 40px;
    background: #002553;
    padding: 10px;
}

.blog-list .icerikTemplateListeItem.icerikTemplateListeAlternateItem .blog-post-item .blog-date {
    position: absolute;
    right: 40px;
    top: 40px;
    background: #002553;
    padding: 10px;
    pointer-events: none;
}

.blog-list .blog-post-item .blog-date span.gunRakam {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    display: block;
}

.blog-list .blog-post-item .blog-date span.ayAdi {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: block;
}

.blog-list .blog-post-item .blog-date span.yil {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: block;
}

.blog-list .blog-post-item:hover .item-text-wrap {
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.blog-list .blog-post-item .item-text-wrap {
    height: 110px;
    padding: 25px 20px 15px 20px;
    background: #fff;
    width: 100%;
    /*height:170px;*/
    text-align: left;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    outline: none;
}

.blog-list .blog-post-item .item-text-wrap .row {
    width: 100%;
    display: block;
    margin: 0;
}

.blog-list .blog-post-item .item-text-wrap .row .item-date {
    font-size: 18px;
    margin-bottom: 10px;
    display: none;
}

.blog-list .blog-post-item .item-text-wrap .row .item-date span {
    margin-right: 5px;
}

.blog-list .blog-post-item .item-text-wrap .row .item-date span.yil {
    display: none;
}

.blog-list .blog-post-item .item-text-wrap .row .item-head {
    font-size: 20px;
    font-family: "bold";
    max-height: 48px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    display: block;
    min-height: 28px;
    text-align: left;
    overflow: hidden;
    padding-right: 20px;
}

.blog-list .blog-post-item .item-text-wrap .row .item-head:after {
    content: '\e902';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
}

.blog-list .blog-post-item .item-text-wrap .row.blgName {
    position: relative;
}

.blog-list .blog-post-item .item-text-wrap .row.blgName:before {
    content: '';
    height: 3px;
    background: #DA1021;
    width: 45px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-list .blog-post-item:hover .item-text-wrap .row.blgName:before {
    width: 100%;
}

.blog-list .blog-post-item .item-text-wrap .row .item-cat {
    font-family: "regular";
    color: #727272;
    font-size: 15px;
    display: inline-block;
}

.blog-list .blog-post-item .item-text-wrap .row .item-cat:empty {
    background: none;
}

.blog-list .blog-post-item .item-text-wrap .row .item-summary {
    font-size: 18px;
    line-height: 20px;
    color: #727272;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.4px;
    overflow: hidden;
    height: 60px;
}

.blog-list .blog-post-item .item-text-wrap .row .item-link {
    font-size: 18px;
    font-family: "medium";
    line-height: 18px;
    color: #727272;
    display: none;
    position: relative;
}

.blog-list .blog-post-item .item-text-wrap .row .item-link:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ff6c6c;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-list .blog-post-item .item-text-wrap .row .item-link:hover:before {
    content: '';
    width: 100%;
}


/*.blog-list .blog-post-item .item-text-wrap .row .item-link:after {content: "\e914"; font-family: 'icomoon'; font-size: 10px; color: #0262b7; position: relative; top: -1px; left:10px;} */

.blog-list .icerikListePagingAlt {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
}

.blog-list .urunPaging_pageNavigation {
    width: 100%;
    padding: 0 15px;
    /*height:50px;*/
}

.blog-list .icerikListePagingAlt>table>tbody>tr>td {
    position: relative;
    padding: 0 220px;
    display: inline-block;
    width: 100% !important;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a {
    position: absolute;
    top: 0;
    padding: 0 60px;
    height: 50px;
    background: #000;
    display: block;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a.prevBtn {
    left: 0;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a.nextBtn {
    right: 0;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a>span {
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-family: 'DM';
    height: 50px;
    display: inline-block;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a>i {
    background: url(/images/frontend/sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background-position: -106px -78px;
    position: absolute;
    top: 21px;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a.prevBtn>i {
    left: 24px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.blog-list .icerikListePagingAlt table>tbody>tr>td>a.nextBtn>i {
    right: 24px;
}

.blog-list .icerikListePagingAlt table>tbody>tr>td:last-child,
.blog-list .icerikListePagingAlt table>tbody>tr>td:first-child {
    display: none;
}


/* Blog List Ends Here */


/* Blog Detail Begins Here */

.blog-page.blog-detail {
    width: 100%;
    margin-bottom: 30px;
}

.blog-page.blog-detail .blog-header-navbar .blog-bottom {
    /*display:block;*/
}

.blog-detail .blog-detail-container {
    width: 100%;
    max-width: 1220px;
    padding: 0 20px;
    position: relative;
    margin: 40px auto;
}

.blog-detail .blog-detail-container>section {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 20px auto;
    position: relative;
    display: inline-block;
}

.blog-detail .blog-detail-container>section .image-wrap {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.blog-detail .blog-detail-container>section .text-wrap {
    padding: 40px 0 40px 0;
    font-family: "regular";
    font-size: 17px;
    line-height: 26px;
}

.blog-detail .blog-detail-container>section .text-wrap>p,
.blog-detail .blog-detail-container>section .text-wrap>span,
.blog-detail .blog-detail-container>section .text-wrap>p>span {
    margin: 0 0 20px 0 !important;
    font-size: 18px !important;
    line-height: 28px;
    color: #727272;
    text-align: center;
}

.blog-detail .blog-detail-container>section .text-wrap>p span {
    font-size: 18px;
}

.blog-detail .blog-detail-container>section .text-wrap>h5 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.blog-detail .blog-detail-container>section .text-wrap>*:last-child {
    margin-bottom: 0 !important;
}

.blog-detail .blog-header-top .blog-header-navbar-wrapper {
    border-bottom: 0;
}


/* Share */

.blog-detail-container>section.sec-share {
    text-align: center;
    width: auto;
    z-index: 30;
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
    display: block;
}

.blog-detail-container>section.sec-share .share-head {
    font-size: 18px;
    line-height: 12px;
    padding: 13px 27px;
    letter-spacing: 1.2px;
    margin: 0;
    /*display: inline-block; float:right;*/
}

.blog-detail-container>section.sec-share.opened .share-head {
    /*background: $fdYellow; color: $lDark;*/
}

.blog-detail-container>section.sec-share ul.share-list {
    text-align: center;
    /*display: none; vertical-align: top; position: absolute; width: 100%; top: 40px; z-index:30; background:#fff;*/
}

.blog-detail-container>section.sec-share.opened ul.share-list {
    display: inline-block;
}

.blog-detail-container>section.sec-share ul.share-list>li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 10px;
    /* width: 100%; letter-spacing: 1.2px; border: 1px solid #d8d8d8; margin: -1px 0 0 0;*/
}

.blog-detail-container>section.sec-share ul.share-list>li.whatsapp {
    display: none;
}

.blog-detail-container>section.sec-share ul.share-list>li a span {
    font-size: 15px;
    padding-top: 6px;
    display: none;
}

.blog-detail-container>section.sec-share ul.share-list li i.icon-facebook:before {
    content: "\e908";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 20px;
}

.blog-detail-container>section.sec-share ul.share-list li i.icon-twitter:before {
    content: "\e91b";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 20px;
}

.blog-detail-container>section.sec-share ul.share-list li i.icon-pinterest:before {
    content: "\e912";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 20px;
}

.blog-detail-container>section.sec-share ul.share-list li i.icon-whatsapp {
    display: none;
}

.blog-detail-container>section.sec-share ul.share-list li i.icon-whatsapp:before {
    content: "\e910";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 20px;
    display: none;
}

.blog-detail-container>section.sec-share ul.share-list li a {
    padding: 8px 20px;
    display: inline-block;
    /*width: 100%;*/
    border-radius: 3px;
}

.blog-detail-container>section.sec-share ul.share-list li a:hover {
    background: #DA1021;
    color: #fff;
}


/* Video */

.blog-detail-container>section.sec-video {
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    display: block;
}

.blog-detail-container>section.sec-video .image-wrap {
    overflow: hidden;
    z-index: 3;
}

.blog-detail-container>section.sec-video .image-wrap .videoOpenBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 51px;
    background: url("/images/frontend/play-btn.png") no-repeat center;
}

.blog-detail-container>section.sec-video .image-wrap .videoOpenBtn:before {
    content: "\e913";
    font-family: 'icomoon';
    font-size: 60px;
    display: inline-block;
    color: #eeeeee;
}

.blog-detail-container>section.sec-video .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0;
    display: none;
}

.blog-detail-container>section.sec-video.is-play .video-player {
    z-index: 3;
    display: block;
    opacity: 1;
}

.blog-detail-container>section.sec-video .video-player iframe {
    width: 100%;
    height: 100%;
}

.blog-detail-container>section.sec-video.blog-video-ready .video-player {
    display: block;
    z-index: 4;
}

.blog-detail-container>section.sec-video.blog-video-animate .video-player {
    opacity: 1;
}


/* Text */

.blog-detail-container>section.sec-text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-detail-container>section.sec-text-image {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-detail-container>section.sec-image {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
}


/* Head */

.blog-detail-container>section.sec-header {
    padding: 0px 20px;
    position: relative;
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-detail-container>section.sec-header h1 {
    font-size: 25px;
    font-family: "bold";
    margin: 10px 0 20px 0;
    font-weight: normal;
}

.blog-detail-container>section.sec-header span {
    font-size: 18px;
    color: #727272;
    margin-bottom: 40px;
    display: block;
}

.blog-detail-container>section.sec-header span.blogDateText {
    font-size: 18px;
    color: #727272;
    display: none;
    max-width: 120px;
    overflow: hidden;
    line-height: 26px;
    height: 24px;
    margin-top: 40px;
}

.blog-detail-container>section.sec-header a.hBack {
    position: absolute;
    left: -50px;
    top: 5px;
    font-family: "bold";
}

.blog-detail-container>section.sec-header a.hBack i {
    font-size: 14px;
    margin-right: 10px;
}


/* Products */

.blog-detail-container>section.sec-product {
    max-width: inherit;
    max-width: 1220px;
    width: 100%;
    margin: 50px auto 0 auto;
    display: block;
    position: relative;
}

.blog-detail-container>section.sec-product:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 2px;
    width: 700px;
    background: #979797;
}


/*.blog-detail-container > section.sec-product h2{font-size:15px; font-family:'DM'; letter-spacing:1px; text-align:center;}*/

.blog-detail-container>section.sec-product .prdListHolder {
    margin-bottom: 0;
}

.blog-detail-container>section.sec-product .prdList li {
    width: 25%;
}


/* Author */

.blog-detail-container>section.sec-author {
    float: left;
    text-align: right;
    width: auto;
    z-index: 3;
    margin-bottom: 0;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-detail-container>section.sec-author .image-wrap {
    display: inline-block;
}

.blog-detail-container>section.sec-author .image-wrap * {
    display: inline-block;
    float: left;
}

.blog-detail-container>section.sec-author .image-wrap img {
    margin-right: 15px;
}

.blog-detail-container>section.sec-author .image-wrap span.blogDate {
    font-size: 20px;
    text-align: right;
    max-width: 80px;
    overflow: hidden;
    height: 26px;
    margin-top: 15px;
}

.blog-detail-container>section.sec-author .image-wrap span.blogIns {
    font-size: 17px;
    font-family: 'DM';
    margin: 17px 0 0 15px;
}

.blog-detail-container>section.sec-author .image-wrap span.blogIns:before {
    content: "\e90b";
    font-family: 'icomoon';
    font-size: 23px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    display: inline-block;
}


/* Blog Detail Ends Here */


/* Blog Comment Write */

.icerikDetay_yorumListContainer {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.IcerikDetay_title {
    font-size: 24px;
    color: #000;
    font-family: 'DM';
    letter-spacing: 1px;
    margin: 0 0 30px 0 !important;
    text-align: center;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum {
    position: relative;
    width: 100%;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    resize: none;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div>span {
    float: left;
    width: 20%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>#divYorumInfo>span {
    width: 100% !important;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div>textarea,
.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div>input {
    float: left;
    width: 80%;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div table,
.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div table tbody,
.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div table tbody tr,
.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div table tbody tr th {
    width: 100%;
    display: block;
}

.icerikDetay_icerikYorumContainer>.icerikDetay_icerikYorum>div .btnYorumEkle {
    float: right;
    padding-left: 50px;
    padding-right: 50px;
}

.IcerikDetay_yorumlar .avatar,
.IcerikDetay_yorumlar .icerikDetay_btnIcerikYanitla {
    display: none;
}

.IcerikDetay_yorumlar .kimden {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.IcerikDetay_yorumlar .kimden .adSoyad {
    float: left;
    width: 50%;
    font-size: 16px;
    font-family: 'proximaNovBold';
}

.IcerikDetay_yorumlar .kimden .tarih {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 14px;
}

.IcerikDetay_yorumlar .text {
    width: 100%;
    line-height: 1.3;
    font-size: 14px;
}


/* Blog Calendar Begins Here */

.blog-calendar-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.blog-calendar-wrap ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.blog-calendar-wrap ul .day {
    float: left;
    width: 33.33%;
    padding: 0.5%;
    display: none;
}

.blog-calendar-wrap ul .day>a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.blog-calendar-wrap ul .day>a figure {
    padding: 0;
    margin: 0;
}

.blog-calendar-wrap ul .day>a .text-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.blog-calendar-wrap ul .day>a .text-wrap>* {
    color: #fff;
}

.blog-calendar-wrap ul .day>a .text-wrap>.date {
    font-family: 'DM';
    font-size: 40px;
    letter-spacing: 1px;
}

.blog-calendar-wrap ul .day>a .text-wrap>.text {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    padding: 20px;
    left: 0;
    width: 100%;
}

.blog-calendar-wrap ul .title {
    float: left;
    width: 100%;
    display: none;
    font-size: 40px;
    margin-top: 110px;
    font-family: 'DM';
    margin-bottom: 10px;
    padding-left: 0.5%;
}

.blog-calendar-wrap ul .show {
    display: block;
}

a.load-more-btn {
    margin: 50px auto;
    display: block;
    background: #000;
    color: #fff;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

a.load-more-btn>span {
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'DM';
}

.icerikTemplateListeContainer .icerikTemplateListeEtiket,
.icerikListePagingUst,
.icerikListePagingAlt {
    display: none;
}


/* paging */

.icerikListePagingAlt {
    left: 0;
    width: 100%;
    bottom: 0;
    background: #231f20;
}

.icerikListePagingAlt table tbody tr td {
    width: auto;
}

.icerikListePagingAlt table tbody tr td:nth-child(1) {
    display: none;
}

.icerikListePagingAlt table tbody tr td:nth-child(2) {
    width: 100% !important;
}

.icerikListePagingAlt table tbody tr td:nth-child(3) {
    display: none;
}

.icerikListePagingAlt table tbody tr td .urunPaging_btnKiyaslama,
.icerikListePagingAlt table tbody tr td .urunPaging_paging {
    display: none;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation {
    position: relative;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>span .paging {
    display: inline-block;
    letter-spacing: 0.9px;
    color: #fff;
    font-family: "bold";
    padding: 7px 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 32px .5%;
    text-align: center;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>span span.paging {
    background: #DA1021;
    color: #231f20;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation:empty {
    display: none;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.paging {
    display: none;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.firstPage,
.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.lastPage {
    display: inline-block !important;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.firstPage i:before,
.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.lastPage i:before {
    color: #646464;
    font-size: 11px;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.firstPage {
    margin-right: 20px;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.lastPage {
    margin-left: 20px;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation a.tumunuGoster {
    display: inline-block !important;
    position: relative;
    top: 50%;
    right: -20px;
    padding: 10px;
    margin-top: -18px;
    line-height: 18px;
}

.icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation a.tumunuGoster span {
    color: #fff;
    letter-spacing: 0.9px;
    font-family: "bold";
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    .mainBlog .swiper-inner ul {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .mainBlog .swiper-inner ul li {
        /*width:33.333% !important;*/
    }
    .mainBlog .swiper-inner ul li:nth-child(1) a {
        padding-right: 15px;
    }
    .mainBlog .swiper-inner ul li:nth-child(2) a {
        padding: 0 5px;
    }
    .mainBlog .swiper-inner ul li:nth-child(3) a {
        padding-left: 15px;
    }
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeItem:first-child {
        margin: 0;
    }
    /* Blog Begins Here */
    .blog-list {
        background: none;
        padding-top: 65px;
    }
    .blog-page .blog-list .maxW,
    .blog-page .section2 .maxW {
        padding: 0;
    }
    .blog-list .icerikTemplateListeContainer {
        padding: 20px;
    }
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeItem,
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeAlternateItem {
        width: 50%;
    }
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeItem .blog-post-item,
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeAlternateItem .blog-post-item {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding: 20px 0px 0px 0px;
    }
    .blog-list .blog-post-item .item-img img {
        width: 100%;
        height: auto;
    }
    .blog-list .blog-post-item .item-text-wrap {
        /*padding-top:30px;*/
    }
    .blog-list .icerikListePagingAlt>table>tbody>tr>td {
        padding: 0px;
    }
    .blog-list .icerikListePagingAlt table>tbody>tr>td>a {
        position: relative;
        margin: 20px 0;
    }
    .blog-list .icerikListePagingAlt {
        padding: 0;
    }
    .blog-list .icerikTemplateListeContainer {
        /*max-width: 610px;*/
        display: inline-block;
        padding: 0;
    }
    .blog-detail .blog-detail-container>section .text-wrap {
        padding: 30px 20px;
    }
    .blog-detail-container>section.sec-header {
        padding: 20px 20px 10px 20px;
    }
    .blog-detail-container>section.sec-header a.hBack {
        display: none;
    }
    .blog-detail .blog-header-navbar .blog-bottom {
        display: block;
        margin-bottom: 20px;
    }
    .blog-detail .blog-header {
        display: none;
    }
    .blog-detail-container {
        margin: 0px auto !important;
    }
    .blog-detail-container>section.sec-share {
        /*padding: 0 20px;*/
    }
    .blog-detail-container>section.sec-share.opened ul.share-list {
        width: 100%;
    }
    .blog-detail-container>section.sec-share .mobile {
        /*display:inline-block !important;*/
    }
    .blog-list .icerikTemplateListeItem.icerikTemplateListeAlternateItem .blog-post-item .blog-date {
        right: 20px;
        pointer-events: none;
    }
    .blog-page .swiper-container {
        margin: 20px auto 0px auto;
    }
    .blog-page {
        padding-top: 100px !important;
        background: none;
        background: url(/images/frontend/blog/blogBg.jpg) center -140px repeat-x;
    }
    .blog-page.blog-detail {
        padding-top: 100px !important;
    }
    .blog-page .mbHeader {
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background: url(/images/frontend/blog/blogBg.jpg) top center repeat-x;
        z-index: 9999;
    }
    .blog-page .mbMenu {
        display: none;
        padding: 20px;
        font-size: 18px;
        width: 100%;
        height: 55px;
        background: #fff;
        cursor: pointer;
        text-align: left;
    }
    .blog-page .mbMenu span {
        font-size: 18px;
    }
    .blog-page .mbMenu i {
        font-size: 13px;
        margin-right: 10px;
        float: right;
    }
    .blog-page.blog-detail .mbHeader i.mbMenu {
        display: none;
    }
    .blog-page.blog-detail .mbHeader a.topHBack {
        display: inline-block;
    }
    .blog-page .mbHeader a.topHBack {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 43px 32px;
    }
    .blog-page .mbHeader a.topHBack i:before {
        font-size: 15px;
        color: #fff;
    }
    .blog-page .mbHeader .mbSearch {
        position: absolute;
        right: 15px;
        top: 20px;
        display: inline-block;
    }
    .blog-page .mbHeader .mbSearch i:before {
        color: #fff;
    }
    .blog-page .mbHeader .mHomeBtn {
        position: absolute;
        left: 32px;
        top: 41px;
        display: inline-block;
        color: #fff;
        font-family: "medium";
        font-size: 15px;
    }
    .blog-page .mbHeader .mHomeBtn i {
        margin-right: 3px;
        position: relative;
        top: 2px;
    }
    .search-fixed-ready .blog-page .mbHeader .mbSearch i:before {
        content: "\e916";
    }
    .blog-page.blog-detail .mbHeader .mbSearch {
        display: none;
    }
    .blog-page.blog-detail .mbHeader .mHomeBtn {
        display: none;
    }
    .blog-page .mbHeader .mbHeader:after {
        width: 100%;
        height: 18px;
        background: url(/images/frontend/header_bttm_bg.png) no-repeat;
        background-size: 100% 100%;
        content: '';
        position: absolute;
        bottom: -9px;
        z-index: 2;
    }
    .blog-page .mbLogo {
        width: 100% !important;
        text-align: center;
        display: inline-block !important;
        padding: 15px;
    }
    .blog-page .mbLogo a {
        display: inline-block;
    }
    .blog-page .mbLogo span {
        font-size: 36px !important;
        /*float:left;*/
    }
    .blog-page .mbLogo span img {
        max-width: 180px !important;
    }
    .blog-page .mbLogo i {
        font-size: 28px;
        font-family: "regular";
        font-style: normal;
        margin-left: 10px;
        margin-top: 5px;
        display: none;
    }
    .blog-header .blog-header-img {
        display: none;
    }
    .blog-header {
        width: 100%;
        height: 100%;
    }
    .blog-header .blog-header-top .logo a i {
        display: none;
    }
    .blog-header .blog-header-top .logo img {
        max-width: 180px !important;
    }
    .mobi-menu-ready {
        position: fixed;
        overflow: hidden;
        width: 100%;
    }
    .mobi-menu-ready .blog-header {
        display: block;
        z-index: 9999;
    }
    .mobi-menu-animate .blog-header {
        left: 0;
    }
    .blog-header-navbar-wrapper {
        padding: 20px;
    }
    .blog-header-navbar {
        padding: 0 !important;
    }
    .maxW.blog-header-navbar {
        padding: 0;
        position: absolute;
        left: 0;
        z-index: 9;
        background: #fff;
    }
    .maxW.blog-header-navbar .blog-menu-selecbox {
        display: block;
    }
    .blog-header-navbar .blog-menu>li {
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
    }
    .blog-header-navbar .blog-menu>li>a {
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 18px;
        text-align: left;
    }
    .blog-header-navbar .blog-social {
        width: 100%;
        margin: 30px 0;
    }
    .blog-header-navbar .blog-social>li {
        margin-left: 0;
        margin-right: 30px;
    }
    .blog-header-navbar .blog-bottom {
        display: none;
        border: none;
    }
    .blog-header-navbar .blog-bottom a.blogGeriDon {
        display: none;
    }
    .blog-header-navbar .blog-bottom a.blogHomePage {
        width: 100%;
        /*display: block;position: absolute;bottom: 0;left: 0;right:0;*/
        padding: 20px;
        font-size: 20px;
        letter-spacing: 0.6px;
        text-align: center;
        display: inline-block;
    }
    .blog-header .blogText,
    .blog-header .backSite,
    .blog-header-top .logo {
        display: none;
    }
    .blog-header-top {
        padding: 0;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9;
    }
    .blog-header-top .logo a span {
        font-size: 36px;
    }
    .blog-header-top .logo a i {
        font-size: 32px;
    }
    .blog-header-top .blog-header-navbar-wrapper {
        margin-top: 0 !important;
        padding: 0;
    }
    .blog-header-navbar .blog-menu {
        padding: 0;
        border-bottom: 0;
        border-top: 1px solid #d2d2d2;
        display: none;
    }
    .blog-header-top a.mobile-header-close {
        float: right;
        padding: 10px;
        display: none;
        position: relative;
        z-index: 9;
    }
    .blog-header-top a.mobile-header-close i:before {
        content: "\e916";
        font-family: 'icomoon';
        font-size: 20px;
        color: #fff;
    }
    .blog-detail-container>section.sec-share {
        text-align: center;
        width: 100%;
    }
    .blog-detail-container>section.sec-share .share-head {
        padding: 18px 27px;
        width: 100%;
    }
    .blog-detail-container>section.sec-share ul.share-list {
        top: 50px;
    }
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeItem .blog-post-item .item-text-wrap .row .item-link {
        display: none !important;
    }
    .blog-page .swiper-container .swiper-inner li {
        background: none !important;
    }
    .blog-page .swiper-container .blogSliderContent {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .blog-list .urunPaging_pageNavigation {
        padding: 0;
    }
    .blog-list .urunPaging .urunPaging_pageNavigation span[id$="lblPaging"] {
        display: block;
    }
    .blog-list .urunPaging .tumunuGoster {
        display: block !important;
        max-width: 570px;
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    /* Blog Search */
    .blog-page .pageAramaIcerik {
        position: fixed;
        height: auto;
        top: 45px;
        height: 55px;
        padding: 5px 20px;
        max-width: none;
        width: 100%;
        right: 0;
        background: #eeeeee;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .search-fixed-ready .blog-page .pageAramaIcerik {
        top: 100px;
    }
    .blog-page .aramaListePagingAlt {
        display: none;
    }
    .blog-page .tableAramaIcerik .tableAramaIcerik_tdtxtKEYWORD {
        width: 100%;
    }
    .blog-page .aramaIcerikContainer {
        position: static;
    }
    .blog-page .tableAramaIcerik {
        width: 100%;
    }
    .blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerik {
        right: 20px;
        top: 0px;
        padding: 18px;
    }
    .blog-page .tableAramaIcerik_BtnAraIptal a.btnAraIcerik:before {
        color: #acacac;
    }
    .blog-page .tableAramaIcerik .tableAramaIcerik_tdtxtKEYWORD input {
        color: #acacac;
        width: 100%;
        padding-right: 60px;
        font-size: 15px;
    }
    .blog-page .AramaIcerikMain {
        top: 55px;
        width: 100%;
        min-width: none;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: black;
    }
    .blog-page .pageAramaIcerik .pageErrorArama {
        display: none;
    }
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeItem,
    .blog-list .icerikTemplateListeContainer .icerikTemplateListeAlternateItem {
        width: 100%;
    }
    .icerikListePagingAlt {
        position: relative;
        left: inherit;
        width: 100%;
        bottom: inherit;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation {
        padding: 26.5px 10px 76.5px 10px;
        position: relative;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>span {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>span .paging {
        margin: 0;
        width: 27px;
        height: 27px;
        font-size: 14px;
        padding: 6px 0;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.paging {
        position: absolute;
        display: inline-block;
        width: 50%;
        bottom: 0;
        letter-spacing: .9px;
        padding: 17px 10px;
        font-family: "bold";
        color: #231f20;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.paging span {
        display: none;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.paging:after {
        display: inline-block;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] {
        left: 0;
        background: #e7eaef;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"]:after {
        content: 'ÖNCEKİ';
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] {
        right: 0;
        background: #DA1021;
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"]:after {
        content: 'SONRAKİ';
    }
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.firstPage,
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation>a.lastPage,
    .icerikListePagingAlt table tbody tr td .urunPaging_pageNavigation a.tumunuGoster {
        display: none !important;
    }
    /* Blog End Here */
}

@media screen and (max-width: 640px) {
    .mainBlog .swiper-inner {
        overflow: hidden;
    }
    .mainBlog .swiper-inner ul li {
        max-width: 100%;
    }
}


/* Detay Adres Popup */

.jconfirm.what-store-pp .column-left {
    width: 50%;
    display: table-cell;
    margin-bottom: 35px;
}

.jconfirm.what-store-pp .column-left .mLink {
    display: none;
}

.jconfirm.what-store-pp .column-left .magazaImg {
    margin-bottom: 35px;
}

.jconfirm.what-store-pp .column-left .adresBaslik {
    font-size: 20px;
    font-family: "bold";
    margin-bottom: 15px;
}

.jconfirm.what-store-pp .column-left .adres {
    font-size: 18px;
    font-family: "regular";
    line-height: 28px;
}

.jconfirm.what-store-pp .column-right {
    width: 50%;
    position: relative;
    height: 100%;
    display: table-cell;
}

.jconfirm.what-store-pp .column-right iframe {
    position: absolute;
    width: 93%;
    height: 100%;
    right: 0;
}

.jconfirm.what-store-pp .jconfirm-content {
    display: table;
    width: 100%;
}

.jconfirm.what-store-pp .jconfirm-box {
    padding: 70px 30px 10px 30px;
}

.jconfirm.what-store-pp .jconfirm-box .jconfirm-closeIcon {
    top: 20px;
}


/* Taksit Seçenekleri Ürün Detay */

.popup_taksit {
    max-width: none !important;
}

.popup_taksit .jconfirm-box {
    padding: 70px 30px 10px 30px !important;
}

.popup_taksit .jconfirm-box .jconfirm-closeIcon {
    top: 20px !important;
}

@media screen and (max-width: 850px) {
    .jconfirm.what-store-pp .jconfirm-content-pane {
        height: 100% !important;
    }
    .jconfirm.what-store-pp .jconfirm-content {
        display: inline-block;
        min-height: 100% !important;
    }
    .jconfirm.what-store-pp .column-left {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .jconfirm.what-store-pp .column-left .magazaImg {
        position: relative;
    }
    .jconfirm.what-store-pp .column-left .magazaImg ul li a {
        display: block;
    }
    .jconfirm.what-store-pp .column-left .adres {
        font-size: 14px;
    }
    .jconfirm.what-store-pp .column-left .mLink {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 1;
    }
    .jconfirm.what-store-pp .column-left .mLink a {
        display: inline-block;
        background: #fdde00;
        letter-spacing: .9px;
        font-family: "bold";
        color: #464646;
        font-size: 15px;
        padding: 12px 15px;
        min-width: 180px;
        text-align: center;
        text-transform: uppercase;
    }
    .jconfirm.what-store-pp .column-right {
        display: none;
        width: 100%;
    }
}


/*
.text-animation {
    animation: slideIn 0.5s linear 0s infinite;
    @include transition(all 0.2s ease);
  }
  
  
  @keyframes slideIn{
    0% {bottom: -20px; opacity: 0;}
    1% {bottom: -20px;}
    100%{bottom: 0px; opacity: 1;}
  }*/


/*
  .site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -100;
    width: 100%;
  }
  .site-content {
    margin-bottom: 605px;
    background: #fff;
  }
  .site-wrapper {
      background: #fff;
  }

  @media screen and (max-width: $breakpointXSM){
    .site-footer {
        position: static;
        z-index: 0;
      }
      .site-content {
        margin-bottom: 0;
      }
    
  }
  */


/* Sepet Genel */

.ems-page-cart {
    margin: 40px 0;
    /* Sepet */
    /* Sepet Üst */
    /* Sepet Alt */
    /* Teslimat */
    /* Sepet Boş */
    /* Ödeme Sayfası */
    /* Sipariş Sonuç */
}

.ems-page-cart-colmn-2 {
    max-width: 210px;
    float: left;
    padding-left: 50px;
}

.ems-page-cart-colmn-3 {
    width: auto;
    display: block;
    max-width: 940px;
    margin: 0 auto;
    padding-right: 15px;
}

.ems-page-cart-colmn-3 .ems-message-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 10px;
}

.ems-page-cart-colmn-3 #validateTeslimat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    margin: 0px auto;
}

.ems-page-cart .ems-page-order-cart {
    display: table;
    padding: 0;
    margin: 0px auto;
}

.ems-page-cart .ems-page-order-cart .no-prd {
    margin: 120px 0;
}

.ems-page-cart .cart-section-left {
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
}

.ems-page-cart .cart-section-left .page-top-title {
    display: none;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-header {
    display: none;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row>div {
    display: table-cell;
    vertical-align: middle;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-img {
    width: 72px;
    border: 1px solid #ededed;
    text-align: center;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-img a {
    display: inline-block;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-img img {
    max-height: 72px;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-name {
    padding: 0 20px;
    width: 45%;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-name span {
    font-size: 13px;
    font-family: "regular";
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-name a span.prdItem {
    font-family: "bold";
    font-size: 15px;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-code a {
    font-size: 13px;
    font-family: "regular";
    color: #727272;
    margin-top: 5px;
    display: block;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece {
    width: 25%;
    text-align: center;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece select {
    display: none;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece input {
    width: 100% !important;
    max-width: 65px;
    border: 1px solid #231f20;
    text-align: center;
    position: relative;
    top: -3px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    line-height: 20px;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece a {
    border: 1px solid #bebebe;
    display: inline-block;
    padding: 7px;
    color: #bebebe;
    height: 30px;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece a:hover {
    background: #DA1021;
    color: #231f20;
    border: 1px solid #DA1021;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total {
    width: 20%;
    text-align: center;
    white-space: nowrap;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total font {
    text-align: center;
    display: none;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total font:before {
    font-family: "tl";
    content: 't';
    font-size: 15px;
    display: inline-block;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total font.brutFiyat {
    text-decoration: line-through;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total font.netFiyat {
    display: none !important;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-price-total font.netFiyatVrg {
    display: block !important;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-delete {
    width: 10%;
    text-align: right;
    padding-right: 10px;
}

.ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row:last-child {
    border: 0;
}

.ems-page-cart .ems-cart-button {
    margin: 15px 0 25px 0;
    display: inline-block;
}

.ems-page-cart .ems-cart-button .btnSepetGuncelle {
    display: none;
    padding: 0;
    background: none;
    width: auto;
}

.ems-page-cart .ems-cart-button .btnSepetGuncelle span {
    font-size: 13px;
    color: #231f20;
    font-family: "medium";
    text-transform: none;
}

.ems-page-cart .ems-cart-button .btnSepetGuncelle span i {
    position: relative;
    top: 1px;
}

.ems-page-cart .cart-section-right .ems-cart-summary {
    width: 295px;
    float: right;
    /* Hediye Kupon */
}

.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable th,
.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable td {
    font-weight: normal;
}

.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable th span,
.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable td span {
    font-family: "bold";
}

.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable th {
    text-align: left;
}

.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable tr {
    margin-bottom: 15px;
    display: table;
}

.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable tr.pnlDipToplam_kargoHaricToplam,
.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable tr.pnlDipToplam_kulBankaBonus,
.ems-page-cart .cart-section-right .ems-cart-summary .pnlDipToplamTable tr.pnlDipToplam_bankaKomisyon {
    display: none;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon {
    margin: 10px 0 20px 0;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon>span {
    display: block;
    font-family: "bold";
    font-size: 15px;
    color: #bebebe;
    cursor: pointer;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon>span i {
    font-size: 8px;
    color: #bebebe;
    float: right;
    position: relative;
    top: 5px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body {
    display: none;
    position: relative;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body input {
    width: 100% !important;
    padding-right: 85px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body table {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "bold";
    font-size: 15px;
    width: auto;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body table a.btnHediyeCekiKullan {
    display: block;
    padding: 11px;
    line-height: 1;
    font-family: "bold";
    font-size: 12px;
    color: #bebebe;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body table a.btnHediyeCekiKullan i {
    margin-left: 7px;
    font-size: 14px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body table a.btnHediyeCekiKullan:hover {
    color: #231f20;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body .ems-message {
    margin-top: 5px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon-body span[id$="lblHCK_HATA"] {
    margin-top: 10px;
    color: #DA1021;
    font-size: 13px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon.opened>span {
    margin-bottom: 15px;
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon.opened>span i:before {
    content: "\e910";
}

.ems-page-cart .cart-section-right .ems-cart-summary-coupon.opened .ems-cart-summary-coupon-body {
    display: block;
}

.ems-page-cart .ems-page-order-delivery {
    display: table;
    padding: 0;
    margin: 0 auto;
    /* Farklı Adres */
    /* Kargo Bilgilerim ve Not */
    /* Teslimat Toplam Bilgi */
}

.ems-page-cart .ems-page-order-delivery .page-top-title {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address {
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    display: inline-block;
    width: 100%;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .col-1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    display: table;
    width: 100%;
    float: right;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row>div {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-1 {
    width: 20%;
    padding-right: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-2 {
    width: 55%;
    padding-right: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 {
    width: 22%;
    padding-right: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-4 {
    width: 10%;
    text-align: right;
    padding-right: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-4 a {
    position: relative;
    float: right;
    clear: both;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-4 a::after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-4 a:hover:after {
    content: '';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .ems-address-name {
    font-family: "bold";
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .ems-address-name .adresTip1,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .ems-address-name .adresTip2 {
    font-family: "regular";
    display: block;
    color: #727272;
    font-size: 13px;
    margin-top: 5px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .ems-address {
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec {
    margin-top: 5px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnTesAdrSec,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec {
    background: none;
    padding: 0;
    width: auto;
    display: block;
    text-align: left;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnTesAdrSec span,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec span {
    color: #1a1718;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    white-space: nowrap;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnTesAdrSec:before,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #ededed;
    border-radius: 100px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnTesAdrSec.emos_selected:before,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec.emos_selected:before {
    background: #DA1021;
    -webkit-box-shadow: inset 0 0px 0px 3px;
    box-shadow: inset 0 0px 0px 3px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnTesAdrSec.emos_selected:hover,
.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnFatAdrSec.emos_selected:hover {
    color: #fff !important;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle {
    display: inline-block;
    font-size: 0;
    width: auto;
    margin-bottom: 15px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:before {
    content: '\e907';
    font-family: 'icomoon';
    font-size: 13px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:after {
    content: 'Güncelle' !important;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle i.icon-ico_edit.ico-show:before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 20px;
    top: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle:hover i.icon-ico_edit.ico-show:before {
    content: 'GÖRÜNTÜLE';
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    right: 30px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-family: "regular";
    font-size: 13px;
    opacity: 1;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeGuncelle.after-hide:after {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeSil {
    display: inline-block;
    width: auto;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeSil i:before {
    font-size: 13px;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .btnAdresListeSil:after {
    content: 'Sil' !important;
}

.ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row::last-child {
    border: 0;
}

.ems-page-cart .ems-page-order-delivery .add-new-address .btnAdresEkle {
    background: #ededed;
    font-family: "regular";
    padding: 10px 20px;
    margin: 20px 0;
    width: auto;
}

.ems-page-cart .ems-page-order-delivery .add-new-address .btnAdresEkle span {
    letter-spacing: 0;
    font-size: 13px;
    color: #1a1718;
}

.ems-page-cart .ems-page-order-delivery .add-new-address .btnAdresEkle:hover {
    background: #231f20;
}

.ems-page-cart .ems-page-order-delivery .add-new-address .btnAdresEkle:hover span {
    color: #fff;
}

.ems-page-cart .ems-page-order-delivery .same-address {
    margin-bottom: 20px;
}

.ems-page-cart .ems-page-order-delivery .same-address .dvFarkliFatAdrSec span {
    font-size: 13px;
    color: #727272;
    display: inline-block;
}

.ems-page-cart .ems-page-order-delivery .same-address .dvFarkliFatAdrSec span.sStylerWrp_checkbox {
    float: left;
}

.ems-page-cart .ems-page-order-delivery .same-address .dvFarkliFatAdrSec span:last-child {
    padding-left: 30px;
    padding-top: 4px;
    display: block;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-delivery-tab {
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs h5 {
    font-size: 15px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab {
    /*width: 49%;*/
    float: left;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 20px;
    padding: 95px 0px 20px 0px;
    font-size: 16px;
    min-width: 100px;
    max-width: 100px;
    min-height: 120px;
    margin-bottom: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li:first-child {
    margin-left: 0;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    max-width: 75px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li>img span {
    display: block;
    font-family: "medium";
    font-size: 12px;
    padding-top: 5px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li>img input {
    margin: 10px 0 0;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li .kargoAdi {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-cargo-tab .divTeslimatKargo>ul>li .fiyat {
    font-family: "bold";
    display: block;
    margin-bottom: 20px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab {
    width: 49%;
    float: right;
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .hediyePktAciklama {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .note textarea {
    resize: none;
    border: 1px solid #bebebe;
    float: right;
    width: 80% !important;
    height: 125px;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .note span {
    font-size: 13px;
    color: #bebebe;
    float: left;
    width: 20%;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .packet {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .packet span {
    font-size: 13px;
    color: #bebebe;
    display: inline-block;
}

.ems-page-cart .ems-page-order-delivery .ems-page-order-cart {
    width: 50%;
    float: right;
}

.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .cart-section-left,
.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .ems-cart-button,
.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .ems-cart-summary-coupon {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .cart-section-right {
    width: 100%;
    max-width: 295px;
    float: right;
}

.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .cart-section-right .ems-cart-summary {
    float: none;
    width: 100%;
}

.ems-page-cart .ems-page-order-delivery .ems-page-order-cart .cart-section-right .ems-cart-summary .ems-cart-summarybottom {
    display: none;
}

.ems-page-cart .ems-page-order-delivery .bottom-step {
    width: 295px;
    float: right;
}

.ems-page-cart .ems-page-order-delivery span.cStyler {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #fff;
}

.ems-page-cart .ems-page-order-delivery span.cStyler.checked {
    background: #DA1021;
    -webkit-box-shadow: inset 0 0px 0px 2px #fff;
    box-shadow: inset 0 0px 0px 2px #fff;
}

.ems-page-cart .no-prd {
    text-align: center;
}

.ems-page-cart .no-prd .icon-bag i {
    font-size: 120px;
}

.ems-page-cart .no-prd p {
    font-size: 25px;
    font-family: "bold";
    margin: 50px 0 30px 0;
}

.ems-page-cart .ems-page-order-payment {
    display: table;
    padding: 0;
    margin: 0 auto;
    /* Sozlesme */
}

.ems-page-cart .ems-page-order-payment .page-top-title,
.ems-page-cart .ems-page-order-payment .page-top-desc {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab {
    display: none;
    margin-bottom: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 3px solid #231f20;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul li {
    display: table-cell;
    vertical-align: middle;
    border-right: 3px solid #231f20;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul li a {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    color: #231f20;
    line-height: 1;
    text-transform: uppercase;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul li a.emos_selected {
    background: #231f20;
    color: #fff;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul li:last-child {
    border-right: 0;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type {
    position: relative;
    border-top: 3px solid #ededed;
    /*kart*/
    /*taksit*/
    /*kartpuan*/
    /*diger*/
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableTitleDefault {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-credit-cart div[id$="pnlKrediKartiBilgi"] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-credit-cart div[id$="pnlKrediKartiBilgi"]::after {
    content: 'Kredi kartı numaranızı girdiginizde uygun taksit seçenekleri burada görüntülenecektir.';
    padding: 20px 30px 20px 20px;
    position: absolute;
    left: 50%;
    top: 34px;
    font-size: 12px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-credit-cart .pageOdemeBilgi_chkBankaBonus {
    padding: 20px 10px 10px 0;
    border-top: 1px solid #bebebe;
    display: inline-block;
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-credit-cart .pageOdemeBilgi_chkBankaBonus>span {
    font-size: 13px;
    color: #727272;
    line-height: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-point:empty {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-point .pageOdemeBilgi_chkKrediKartiBonusPara {
    padding: 10px 10px 20px 0;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-point .pageOdemeBilgi_chkKrediKartiBonusPara>span {
    font-size: 13px;
    color: #727272;
    line-height: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 5px;
    float: left;
    clear: both;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti tbody,
.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti tr {
    display: block;
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti th {
    display: block;
    text-align: left;
    font-family: "regular";
    font-size: 12px;
    color: #727272;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 5px;
    width: 140px;
    float: left;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti th:empty {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td {
    display: block;
    /*width: 100%;*/
    padding-left: 140px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td input {
    width: 100% !important;
    color: #231f20;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td select {
    color: #231f20;
    font-size: 14px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tddrpKSA_SPR_ID {
    /*.sStylerMainWrp.sStylerWrp_select {
                            .sStylerWrp:after{ margin-top: -9px; }
                        }*/
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tddrpKSA_SPR_ID select {
    width: 100% !important;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tddrpKSA_SPR_ID .sStylerMainWrp.sStylerWrp_select {
    width: 50%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tddrpKSA_SPR_ID .sStylerMainWrp.sStylerWrp_select:first-child {
    padding-right: 10px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tddrpKSA_SPR_ID .sStylerMainWrp.sStylerWrp_select:last-child {
    padding-left: 10px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tdtxtKKARTCVCNO input {
    vertical-align: middle;
    width: 48% !important;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tdtxtKKARTCVCNOnbsp {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_tdtxtKKARTCVCNO>span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    color: #727272;
    font-size: 12px;
    text-decoration: underline;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td.tableOdemeBilgiKrediKarti_thlbfbtnOdemeTaksit {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .div-cc-carttype {
    margin-top: 0;
    right: 10px;
    top: 50%;
    margin-top: -13.5px;
    display: none !important;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .div-cc-carttype img {
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .cvc-info {
    position: relative;
    font-size: 15px;
    color: #1a1718;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .cvc-info>b {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .cvc-info>span {
    display: none;
    position: absolute;
    left: 0;
    top: -50%;
    z-index: 2;
    width: 300px;
    background: #fff;
    padding: 10px;
    border: 1px solid #bebebe;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td .cvc-info:hover>span {
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 30 20px 20px 20px;
    margin-left: -2px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit>img {
    margin: 10px auto;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit>.pageOdemeBilgi_lbfOdemeTaksit {
    text-align: center;
    background: #1a1718;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit td {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit td input {
    margin-right: 0;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit td:nth-child(1) {
    width: 24px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit .tableTitleOdemeTaksit {
    display: table-row;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit .tableTitleOdemeTaksit td {
    font-family: "medium";
    font-size: 12px;
    padding: 10px;
    color: #727272;
    vertical-align: top;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit .tableOdemeTaksit .taksit_pesin td {
    color: #231f20;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-point {
    /*padding: 20px;*/
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-point [id$="BONUSPARAHESAPLANIYOR"] {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-other .OdemeBilgiPesinDigerOdemeNotu {
    padding: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-other .OdemeBilgiPesinDigerOdemeNotu br {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-other .OdemeBilgiPesinDigerOdemeNotu>span {
    display: block;
    text-align: left;
    font-family: "regular";
    font-size: 15px;
    margin: 10px 0 5px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-other .OdemeBilgiPesinDigerOdemeNotu textarea {
    width: 100% !important;
    max-width: 400px;
    height: 100px;
    resize: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale {
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_thlbfBNK_AD_HV {
    padding: 20px 30px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV {
    padding-top: 30px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV table {
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV tr {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV tr:last-child {
    margin: 0;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .logo.emos_invisible {
    /*display: inline-block !important;*/
    vertical-align: top;
    width: 20%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka {
    width: 80%;
    padding-left: 10px;
    vertical-align: top;
    display: table;
    float: left;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka b,
.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka span.hesapNo {
    font-size: 14px;
    font-weight: normal;
    float: left;
    width: 40%;
    clear: both;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka .hesapNo {
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka b {
    font-family: "medium";
    margin-bottom: 5px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka span.ibanNo {
    float: left;
    width: 60%;
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka br {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link {
    width: 20%;
    display: inline-block;
    float: right;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link>a {
    background: #1a1718;
    display: inline-block;
    padding: 8px 10px;
    min-width: 100px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link>a span {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-family: "medium";
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link>a.emos_selected {
    background: #DA1021;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link>a.emos_selected span {
    color: #1a1718;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary>table {
    display: block !important;
    margin-bottom: 20px;
    max-width: 300px;
    width: 100%;
    margin-left: 30px;
    font-weight: 600;
}

@media screen and (max-width: 850px) {
    .ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary>table {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary>table th {
    width: 70.5%;
    line-height: 26px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary>table th:nth-child(1)>span {
    float: left;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .order-sip-clone .ems-cart-summary>table th:nth-child(2)>span {
    float: right;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .agreement {
    width: calc(100% - 295px);
    float: left;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .agreement span {
    font-size: 13px;
    color: #727272;
    line-height: 20px;
    display: table;
    overflow-x: hidden !important;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .agreement span u {
    cursor: pointer;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .agreement span u:hover {
    color: #231f20;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .tableTitleDefault {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement table {
    display: none !important;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .onBilgilendirmeForm {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .onBilgilendirmeForm .onBilgilendirmeFormMetin {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .onBilgilendirmeForm.opened .onBilgilendirmeFormMetin {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .siparisOnaySozlesme {
    display: inline-block;
    width: 100%;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .siparisOnaySozlesme .siparisOnaySozlesmeMetin {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .siparisOnaySozlesme.opened .siparisOnaySozlesmeMetin {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-agreement .opened {
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress {
    float: left;
    width: 49%;
    border-top: 3px solid #ededed;
}

@media screen and (max-width: 850px) {
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-adress {
        margin-top: 90px;
    }
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .baslik {
    font-family: "bold";
    margin-bottom: 10px;
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .ems-cart-payment-trigger span {
    font-family: "bold";
    font-size: 17px;
    padding: 20px 0 20px 0;
    display: block;
    position: relative;
    border-bottom: 3px solid #ededed;
    cursor: pointer;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .ems-cart-payment-trigger span:after {
    font-family: 'icomoon';
    content: '\e914';
    width: 8px;
    height: 8px;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -4px auto 0 auto;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .left {
    margin-bottom: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .ems-delivery-address-obj {
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress .ems-cart-pay-inner {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress.opened .ems-cart-payment-trigger span {
    border-bottom: none;
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress.opened .ems-cart-payment-trigger span:after {
    content: '\e910';
}

.ems-page-cart .ems-page-order-payment .ems-cart-pay-adress.opened .ems-cart-pay-inner {
    display: block;
    border-bottom: 3px solid #ededed;
    padding-bottom: 20px;
}

.ems-page-cart .ems-page-order-payment .ems-pay-type-desc {
    width: 100%;
    display: inline-block;
}

.ems-page-cart .ems-page-order-payment .ems-pay-type-desc h1 {
    font-family: "bold";
    margin-bottom: 10px;
    font-size: 15px;
}

.ems-page-cart .ems-page-order-payment .ems-pay-type-desc span.text {
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-pay-type-desc .paymantTextWrp .bankInfo {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    line-height: 1.38;
    font-size: 13px;
}

.ems-page-cart .ems-page-order-payment .bottom-step {
    display: inline-block;
    width: 295px;
    clear: both;
    margin-top: 10px;
}

.ems-page-cart .ems-page-order-payment .bottom-step .islemOnay {
    position: relative;
    display: inline-block;
    padding: 15px 17px 15px 17px;
    font-size: 15px;
    color: #fff;
    background: #DA1021;
    text-align: center;
    font-weight: normal;
    width: 100%;
    line-height: 1;
    font-family: "medium";
}

.ems-page-cart .ems-page-order-payment .bottom-step .btnSiparisOnay {
    margin-bottom: 10px;
}

.ems-page-cart .ems-page-order-payment .cart-section-left {
    border-top: none;
}

.ems-page-cart .ems-page-order-payment .cart-section-left table {
    background: yellow;
}

.ems-page-cart .ems-page-order-payment .ems-page-order-cart {
    margin-right: 0;
    margin-left: 0;
    display: none;
}

.ems-page-cart .ems-page-order-payment .pageDecOdemeBilgi {
    padding: 20px 0;
}

.ems-page-cart .ems-page-order-payment .pageDecOdemeBilgi span {
    font-size: 13px;
    color: #727272;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper {
    float: right;
    width: 49%;
    border-top: 3px solid #ededed;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper .ems-page-order-cart {
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper .cart-section-left {
    display: none;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper span[id$="lbfPAGEHDR_ODEMEBILGI"] {
    font-family: "bold";
    font-size: 17px;
    display: block;
    padding: 20px 0 20px 0;
    position: relative;
    border-bottom: 3px solid #ededed;
    cursor: pointer;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper span[id$="lbfPAGEHDR_ODEMEBILGI"]:after {
    font-family: 'icomoon';
    content: '\e914';
    width: 8px;
    height: 8px;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -4px auto 0 auto;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper.opened .cart-section-left {
    display: block;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper.opened span[id$="lbfPAGEHDR_ODEMEBILGI"] {
    border-bottom: none;
}

.ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper.opened span[id$="lbfPAGEHDR_ODEMEBILGI"]:after {
    content: '\e910';
}

.ems-page-cart .ems-page-order-payment .ems-cart-summary-coupon {
    display: none !important;
}

.ems-page-cart .pageSiparisSonuc {
    text-align: center;
}

.ems-page-cart .pageSiparisSonuc .sonucTitle {
    font-family: "bold";
    font-size: 20px;
    color: #231f20;
    margin-bottom: 20px;
    display: block;
}

.ems-page-cart .pageSiparisSonuc .pageSiparisSonuc_btnSiparisSonucSepeteDon {
    margin-right: 10px;
    display: none;
}

.ems-page-cart .pageSiparisSonuc .pageSiparisSonuc_btnSiparisSonucSepeteDon a {
    background: #231f20;
}

.ems-page-cart .pageSiparisSonuc .pageSiparisSonuc_btnOdemeBilgiDon {
    display: inline-block;
}

.ems-page-cart .pageSiparisSonuc .pageSiparisSonuc_btnOdemeBilgiDon a {
    background: #DA1021;
    border-radius: 3px;
}

.ems-page-cart .pageSiparisSonuc .pageSiparisSonuc_btnOdemeBilgiDon a:hover {
    background: #00579c;
}

.ems-page-cart .pageSiparisSonuc .pageDescSiparisSonuc .btnAnasayfaGit {
    display: inline-block;
    width: auto;
    margin-top: 40px;
    border-radius: 3px;
}

.ems-page-cart .pnlDipToplamTable span.pb1,
.ems-page-cart .pnlDipToplamTable span.pb2,
.ems-page-cart .pnlDipToplamTable span.pb3 {
    display: inline-block;
    margin-left: 3px;
}


/* Kur Değişimi */

.ems-kurEuro .ems-prd-detail .ems-prd-price-first:before,
.ems-kurEuro .ems-grid-price-total font:before,
.ems-kurEuro .ems-prd-detail .ems-prd-price-selling:before,
.ems-kurEuro .ems-prd-detail .ems-prd-discount-rate span.last:before {
    content: '€' !important;
}

.ems-kurEuro .ems-prd-price>span>div:before {
    content: '€' !important;
}

.ems-kurEuro .cart-prd-price:before {
    content: '€' !important;
}

.ems-kurEuro .ems-col-total span[id$="lblUrunTutari"]:before {
    content: '€' !important;
}

.ems-kurDolar .ems-prd-detail .ems-prd-price-first:before,
.ems-kurDolar .ems-grid-price-total font:before,
.ems-kurDolar .ems-prd-detail .ems-prd-price-selling:before,
.ems-kurDolar .ems-prd-detail .ems-prd-discount-rate span.last:before {
    content: '$' !important;
}

.ems-kurDolar .ems-prd-price>span>div:before {
    content: '$' !important;
}

.ems-kurDolar .cart-prd-price:before {
    content: '$' !important;
}

.ems-kurDolar .ems-col-total span[id$="lblUrunTutari"]:before {
    content: '$' !important;
}


/* checkbox */

.containerCheck {
    width: 220px;
    height: 220px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.containerCheck svg {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.cart-logo {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}


/* Sepet Adımları */

.tabloTabBtnAdim a {
    margin-bottom: 23px;
    display: block;
}

.tabloTabBtnAdim .tabBtnAdimDefault {
    display: block;
    text-align: left;
}

.tabloTabBtnAdim .tabBtnAdimDefault a {
    font-size: 13px;
    font-family: "regular";
    color: #231f20;
}

.tabloTabBtnAdim .tabBtnAdimDefault a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #231f20;
    display: inline-block;
    border-radius: 100%;
    margin: 0 23px 1px 2px;
}

.tabloTabBtnAdim .tabBtnSelectedDefault {
    display: block;
    text-align: left;
}

.tabloTabBtnAdim .tabBtnSelectedDefault a {
    font-size: 13px;
    font-family: "medium";
    color: #1a1718;
}

.tabloTabBtnAdim .tabBtnSelectedDefault a:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #DA1021;
    display: inline-block;
    margin-right: 20px;
    border-radius: 100%;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 850px) {
    .agreement {
        width: calc(100%) !important;
    }
    .ems-page-cart-colmn-3 {
        padding: 0 15px;
    }
    .ems-page-cart-colmn-3 .ems-message-error {
        margin: 30px 0px;
    }
    .ems-page-cart-colmn-3 #validateTeslimat {
        padding: 0;
    }
    .ems-page-cart-colmn-2 {
        max-width: none;
        width: 100%;
        float: none;
        padding: 0;
        display: inline-block;
        background: #ededed;
    }
    .ems-page-cart-colmn-2 td {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .ems-page-cart-colmn-2 td>span {
        display: table-cell !important;
        text-align: center !important;
    }
    .ems-page-cart-colmn-2 td>span a {
        margin: 0;
        padding: 20px 0px;
    }
    .ems-page-cart {
        margin: 0 0 55px 0;
        /* Teslimat */
        /* Ödeme */
    }
    .ems-page-cart .page-top-desc,
    .ems-page-cart .pageDescDefault,
    .ems-page-cart .page-top-title,
    .ems-page-cart .pageHeaderDefault {
        display: block;
    }
    .ems-page-cart .cart-section-left {
        border: 0;
        border-bottom: 1px solid #ededed;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row {
        position: relative;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row>div {
        display: inline-block;
        width: auto !important;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-name {
        width: auto;
        display: block;
        padding: 10px 20px 15px 110px;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-img {
        width: 100px !important;
        float: left;
        margin-right: 10px;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-img img {
        max-height: 100px;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece {
        margin-right: 15px;
        /*width: 40px !important;*/
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece select {
        display: block;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece input {
        width: 33px !important;
        display: none;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-piece a {
        display: none;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-delete {
        float: right;
        padding: 0;
        margin-top: 10px;
    }
    .ems-page-cart .cart-section-left .ems-grid-default .ems-grid-row .ems-grid-delete i:before {
        content: 'Sil';
        text-decoration: underline;
        font-family: "regular";
        color: #727272;
    }
    .ems-page-cart .cart-section-right .ems-cart-summary {
        width: 100%;
    }
    .ems-page-cart .cart-section-right .ems-cart-summary .next a {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 20;
        margin: 0;
        border-radius: 0;
        padding: 20px 17px 20px 17px;
    }
    .ems-page-cart .cart-section-right .ems-cart-summary .ems-cart-summary-coupon-body table a.btnHediyeCekiKullan {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ems-page-cart .ems-page-order-delivery {
        display: inline-block;
        width: 100%;
    }
    .ems-page-cart .ems-page-order-delivery .bottom-step {
        margin-top: 10px;
    }
    .ems-page-cart .ems-page-order-delivery .bottom-step .next a {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 20;
        margin: 0;
        border-radius: 0;
        padding: 20px 17px 20px 17px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address {
        border-top: 0;
        border-bottom-width: 1px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row {
        position: relative;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row>div {
        display: block;
        width: 100% !important;
        max-width: none;
        padding: 0 !important;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a {
        margin-top: 20px;
        display: inline-block;
        min-width: 111px;
        text-align: center;
        float: left;
        padding: 9px 20px;
        margin-right: 10px;
        background: #231f20;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a:before {
        display: none;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a span {
        color: #fff;
        font-family: "medium";
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a.emos_selected {
        background: #DA1021;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a.emos_selected span {
        color: #231f20;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .ems-grid-row .col-3 a.btnFatAdrSec {
        max-width: 160px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-grid-address .col-4 {
        position: absolute;
        top: 30px;
        display: inline-block;
        width: auto !important;
        right: 0;
    }
    .ems-page-cart .ems-page-order-delivery .ems-address-name {
        padding-right: 30px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-address-name .adresTip2 {
        margin: 10px 0 !important;
    }
    .ems-page-cart .ems-page-order-delivery .ems-address {
        padding-right: 30px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-delivery-tabs {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-delivery-tab {
        width: 100%;
        border-bottom: 0;
    }
    .ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .note span {
        display: block;
        width: 100% !important;
    }
    .ems-page-cart .ems-page-order-delivery .ems-delivery-tabs .ems-gift-tab .ems-delivery-wrp .note textarea {
        width: 100% !important;
        float: left !important;
        margin-top: 20px;
    }
    .ems-page-cart .ems-page-order-delivery .ems-page-order-cart {
        width: 100%;
    }
    .ems-page-cart .ems-page-order-delivery .ems-page-order-cart .cart-section-right {
        max-width: 100%;
        float: none;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-tab {
        margin: 20px 0;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul {
        table-layout: auto;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-tab ul li a {
        padding: 0;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        text-transform: none;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type {
        border-top: 0;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti {
        width: 100%;
        padding-bottom: 0px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiKrediKarti td {
        padding: 0 0 20px 140px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .pageOdemeBilgi_odemeTaksit {
        width: 100%;
        margin-bottom: 20px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .ems-pay-credit-cart div[id$="pnlKrediKartiBilgi"]:after {
        position: static;
        display: inline-block;
        padding: 0px 0px 20px 0px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .OdemeBilgiPesinDigerOdemeNotu {
        padding: 20px 0 !important;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka {
        width: 100% !important;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .banka span.ibanNo {
        display: block;
        width: 100% !important;
        margin-top: 10px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link {
        width: 100% !important;
        margin-top: 10px;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-type .tableOdemeBilgiHavale_tddrpBNK_KOD_HV .link a {
        width: auto;
    }
    .ems-page-cart .ems-page-order-payment .ems-cart-pay-adress {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .ems-page-cart .ems-page-order-payment .ems-page-order-cart {
        width: 100%;
        /*border-top: 3px solid $edGray;*/
    }
    .ems-page-cart .ems-page-order-payment .ems-page-order-cart .ems-grid-default-cart {
        border-bottom: 3px solid #ededed;
    }
    .ems-page-cart .ems-page-order-payment .bottom-step .next a {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 20;
        margin: 0;
        border-radius: 0;
        padding: 20px 0px 20px;
    }
    .ems-page-cart .ems-page-order-payment .bottom-step {
        width: 100%;
    }
    .ems-page-cart .ems-page-order-payment .ems-grid-payment-wrapper {
        float: none;
        width: 100%;
    }
    .ems-page-cart .paymantTextWrp {
        margin-top: 0px !important;
    }
    .ems-page-cart .paymantTextWrp .bankInfo {
        width: 100% !important;
        padding: 0px !important;
    }
    .sip-sonuc-3d .ems-page-cart .bottom-step a.btnDefault[id$=btnSiparisSonuc] {
        width: 50%;
        left: 0;
    }
    .ems-cart-agreement .order-sip-clone .ems-cart-summary {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.kutuKategori .kutuHeaderKategori>span a {
    color: #231f20;
    background: none;
    padding: 7px 10px 7px 0;
    text-align: left;
    position: relative;
}

.kutuKategori .kutuHeaderKategori>span a span:first-child {
    display: block;
    letter-spacing: inherit;
}

.kutuKategori .kutuHeaderKategori>span a span:first-child i {
    display: none;
}

.kutuKategori .kutuHeaderKategori>span a span:first-child:before {
    content: '\e910';
    font-family: 'icomoon';
    font-size: 8px;
    color: #231f20;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

.kutuKategori.kapali .kutuHeaderKategori>span a span:first-child:before {
    content: '\e914';
}

.kutuKategori ul.menuKategori {
    padding: 10px 0 10px 0;
}

.kutuKategori ul.menuKategori li {
    position: relative;
}

.kutuKategori ul.menuKategori li b {
    display: none;
    font-weight: normal;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.kutuKategori ul.menuKategori li b:before {
    font-family: 'icomoon';
    content: "\e914";
    font-size: 8px;
    color: #DA1021;
    color: #DA1021;
    line-height: 10px;
}

.kutuKategori ul.menuKategori li a {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    position: relative;
    font-size: 13px;
    width: 80%;
}

.kutuKategori ul.menuKategori li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    font-weight: normal;
    width: 17px;
    height: 2px;
    background: #DA1021;
    display: none;
}

.kutuKategori ul.menuKategori li a.active {
    font-family: "bold";
}

.kutuKategori ul.menuKategori li a:hover {
    text-decoration: underline;
}

.kutuKategori ul.menuKategori li.sub {
    display: block;
}

.kutuKategori ul.menuKategori>li.sub-items>b {
    display: inline-block;
}

.kutuKategori ul.menuKategori>li.sub-items.opened>b:before {
    content: "\e910";
}

.kutuKategori ul.menuKategori>li>ul {
    padding: 10px 0 15px 15px;
}

.kutuKategori ul.menuKategori>li>ul>li.sub-items>b {
    display: inline-block;
}

.kutuKategori ul.menuKategori>li>ul>li.sub-items.opened>b:before {
    content: "\e910";
}

.kutuKategori ul.menuKategori>li>ul>li>ul {
    display: none;
    padding-left: 15px;
}

.kutuKategori ul.menuKategori>li>ul>li>ul>li>a {
    width: 100%;
}

.ems-page-list-new .kutuKategori ul.menuKategori>li.s1.sub-items>ul,
.ems-page-list-discount .kutuKategori ul.menuKategori>li.s1.sub-items>ul {
    display: none;
}

.ems-page-list-new .kutuKategori ul.menuKategori>li.s1.sub-items.opened>ul,
.ems-page-list-discount .kutuKategori ul.menuKategori>li.s1.sub-items.opened>ul {
    display: block;
}

.kutuSolMenuTree .sStylerMainWrp.sStylerWrp_select,
.kutuSolMenuTree .kutuHeaderSolMenuTree {
    display: none;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li b {
    display: none;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>a {
    display: none;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #979797;
    overflow: hidden;
    position: relative;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li:first-child {
    border-left-width: 1px;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li a {
    display: block;
    letter-spacing: .8px;
    display: block;
    letter-spacing: .8px;
    padding: 17px 10px;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #ffe000;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li.act:after,
.kutuSolMenuTree .kutuBodyDefault>ul>li>ul>li:hover:after {
    bottom: 0;
}

@media screen and (max-width: 850px) {
    .kutuKategori .kutuHeaderKategori>span a {
        padding: 28px 46px 27px 30px;
    }
    .kutuKategori .kutuHeaderKategori>span a span:first-child:before {
        right: 30px;
        font-size: 16px;
        margin-top: -8px;
    }
    .kutuKategori .kutuHeaderKategori>span a .mobile-element-filter-span-select {
        display: block;
        font-size: 18px;
        color: #1a1718;
        font-family: "regular";
        margin-top: 10px;
    }
    .kutuKategori ul.menuKategori {
        padding-top: 0;
        padding-bottom: 0;
    }
    .kutuKategori ul.menuKategori li b {
        display: none !important;
    }
    .kutuKategori ul.menuKategori li a {
        width: 100%;
        font-size: 17px;
        padding: 25px 46px 26px 50px;
        border-top: 1px solid #ededed;
    }
    .kutuKategori ul.menuKategori li a:before {
        top: 50%;
        margin-top: -10px;
        left: inherit;
        right: 30px;
        background: #fff;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 2px solid #ababab;
        display: inline-block;
    }
    .kutuKategori ul.menuKategori>li>ul {
        padding: 0;
    }
    .kutuKategori ul.menuKategori>li>a {
        font-size: 18px;
        padding: 25px 46px 26px 40px;
    }
    .kutuKategori ul.menuKategori>li>a:before {
        background: #1a1718;
        width: 16px;
        height: 2px;
        border-radius: 0;
        border: none;
        margin-top: -1px;
    }
    .kutuKategori ul.menuKategori>li>a.active {
        background: #f5f5f5;
        font-family: "regular";
        border: none;
    }
    .kutuKategori ul.menuKategori>li>ul>li>ul {
        padding-left: 0;
    }
    .kutuSolMenuTree .sStylerMainWrp.sStylerWrp_select {
        display: block;
    }
    .kutuSolMenuTree .sStylerMainWrp.sStylerWrp_select .sStylerWrp {
        line-height: 43px;
        height: 55px;
        background: #f8f8f8;
        font-size: 18px;
        font-family: "bold";
        border: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .kutuSolMenuTree .kutuBodyDefault {
        display: none;
    }
}

.yorumRating,
.yorumRating a:hover,
.yorumRating a:active,
.yorumRating a:focus,
.yorumRating .puanSelected,
.current-rating,
.star-rating {
    background: url(/images/frontend/star-icons-default.png) repeat-x;
}

.yorumRating,
.star-rating {
    width: 70px;
    height: 13px;
    overflow: hidden;
    background-position: left top;
    position: relative;
    float: left;
}

.yorumRating a,
.yorumRating .puanSelected,
.current-rating,
.star-rating {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-indent: -999em;
    height: 13px;
    line-height: 13px;
    outline: none;
    overflow: hidden;
    border: none;
}

.yorumRating .puanSelected,
.current-rating {
    z-index: 1;
    background-position: left bottom;
    width: 0%;
}

.yorumRating a:hover,
.yorumRating a:active,
.yorumRating a:focus {
    background-position: left bottom;
}

.yorumRating a.puan1 {
    width: 20%;
    z-index: 6;
}

.yorumRating a.puan2 {
    width: 40%;
    z-index: 5;
}

.yorumRating a.puan3 {
    width: 60%;
    z-index: 4;
}

.yorumRating a.puan4 {
    width: 80%;
    z-index: 3;
}

.yorumRating a.puan5 {
    width: 100%;
    z-index: 2;
}

.yorumOrtalamaPuan .tableYorumListe_yorumMesaj {
    display: none;
}

.yorumListe_main {
    background: #2a2a2a;
    padding: 30px 20px 60px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yorumListe_main:empty {
    display: none;
}

.yorumListe_main .yorumOzet>span,
.yorumListe_main .yorumOzet .yapilanYorum {
    display: none;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan>span {
    font-family: "bold";
    font-size: 20px;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan>span:first-child {
    display: none;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan>span:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan .star-rating {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating a:hover,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating a:active,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating a:focus,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating .puanSelected,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .current-rating,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .star-rating {
    background: url(/images/frontend/star-icons-medium.png) repeat-x;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .star-rating {
    width: 140px;
    height: 26px;
    overflow: hidden;
    background-position: left top;
    position: relative;
    float: left;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating a,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .yorumRating .puanSelected,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .current-rating,
.yorumListe_main .yorumOzet .yorumOrtalamaPuan .star-rating {
    height: 26px;
    line-height: 26px;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuan .current-rating {
    background-position: left bottom;
}

.yorumListe_main .yorumOzet .yorumOrtalamaPuanAyrintili {
    display: none !important;
}

.yorumListe_main .yorumOzet .yorumYap {
    text-align: center;
}

.yorumListe_main .yorumOzet a.btnYorumYap {
    background: #DA1021;
    color: #fff;
    max-width: 225px;
    margin-top: 50px;
}

.yorumListe_main .yorumFiltre {
    display: none;
}

.yorumListe_main .yorumListe .yorumListeFiltered,
.yorumListe_main .yorumListe .tableTitleYorumListe,
.yorumListe_main .yorumListe .olumsuzYorumBaslik,
.yorumListe_main .yorumListe .olumsuzYorumListe {
    display: none;
}

.yorumListe_main .yorumListe .yorumListeDefault .olumluYorumBaslik {
    display: none;
}

.yorumListe_main .yorumListe .spnPaging {
    display: none;
}

.yorumListe_main .yorumListe span[id$="lbfYORUM_YOK"] {
    display: none;
}

.yorumListe_main .yorumEkle>span {
    display: block;
    font-family: "bold";
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    margin: 30px 0 15px 0;
    text-align: center;
}

.yorumListe_main .yorumEkle .dvKullaniciAdi {
    text-align: center;
    font-size: 17px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.yorumListe_main .yorumEkle .dvKullaniciAdi>span:first-child:after {
    content: ':';
    display: inline-block;
    padding-right: 5px;
}

.yorumListe_main .yorumEkle .dvYorumBaslik,
.yorumListe_main .yorumEkle .dvYorum,
.yorumListe_main .yorumEkle .dvYorumPuan {
    max-width: 325px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.yorumListe_main .yorumEkle .dvYorumBaslik div input,
.yorumListe_main .yorumEkle .dvYorum div input,
.yorumListe_main .yorumEkle .dvYorumPuan div input {
    width: 100% !important;
    height: 40px;
    line-height: 28px;
    margin-top: 10px;
}

.yorumListe_main .yorumEkle .dvYorumBaslik div textarea,
.yorumListe_main .yorumEkle .dvYorum div textarea,
.yorumListe_main .yorumEkle .dvYorumPuan div textarea {
    width: 100% !important;
    resize: none;
    height: 100px;
    line-height: 1;
    margin-top: 10px;
}

.yorumListe_main .yorumEkle .dvYorumPuan .yorumRating {
    float: inherit;
}

.yorumListe_main .yorumEkle .dvYorumPuan .spnYorumPuan {
    margin-right: 15px;
}

.yorumListe_main .yorumEkle .dvYorumPuan .yorumRating,
.yorumListe_main .yorumEkle .dvYorumPuan .spnYorumPuan {
    display: inline-block;
    vertical-align: middle;
}

.yorumListe_main .yorumEkle .btnYorumGonder {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yorumListe_main .yorumEkle .btnYorumGonder .yorumDurum {
    width: 100%;
    padding: 15px;
    background: green;
    margin: 30px auto 0 auto;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    border-radius: 3px;
}

.yorumListe_main .yorumEkle .btnYorumGonder .yorumDurum:empty {
    display: none;
}

.yorumListe_main .yorumEkle .btnYorumGonder a.btnYorumGonder {
    background: #DA1021;
    color: #fff;
    max-width: 325px;
    margin-top: 50px;
}

.yorumListe_main>span[id$="lbfMDLHEADER_YORUMLAR"] {
    display: block !important;
}

.yorumListe_main .yorum-baslik {
    font-family: "bold";
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    margin: 30px 0 15px 0;
    text-align: center;
}

.yorumListe_main>div {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 720px;
    color: #fff;
}

.yorumListe_main .yorumListe {
    margin-top: 60px;
}

.yorumListe_main .yorumListe .yorum_main:before,
.yorumListe_main .yorumListe .yorum_main:after {
    content: '';
    display: table;
    width: 100%;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi,
.yorumListe_main .yorumListe .yorum_main .adminBilgi {
    float: left;
    width: 110px;
    line-height: 25px;
    padding-top: 5px;
}

.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi>div:empty,
.yorumListe_main .yorumListe .yorum_main .adminBilgi>div:empty {
    display: none;
}

.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumProfilFoto,
.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumUyelikTar,
.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumAdres,
.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumFirmaAdi,
.yorumListe_main .yorumListe .yorum_main .adminBilgi .tableYorumListe_yorumProfilFoto,
.yorumListe_main .yorumListe .yorum_main .adminBilgi .tableYorumListe_yorumUyelikTar,
.yorumListe_main .yorumListe .yorum_main .adminBilgi .tableYorumListe_yorumAdres,
.yorumListe_main .yorumListe .yorum_main .adminBilgi .tableYorumListe_yorumFirmaAdi {
    display: none;
}

.yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumYas,
.yorumListe_main .yorumListe .yorum_main .adminBilgi .tableYorumListe_yorumYas {
    display: none;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumDogruBul,
.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir,
.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumOnay {
    margin-top: 20px;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumOnay {
    display: none;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_uyeRating {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 5px 0 15px 0;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_uyeRating .tableYorumListe_ratingbar {
    position: relative;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_uyeRating>span {
    display: none;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi {
    margin-left: 180px;
    margin-bottom: 20px;
    min-height: 50px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumBaslik,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumBaslik {
    font-family: "bold";
    font-size: 20px;
    padding: 5px 0;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumMesaj,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumMesaj {
    font-size: 15px;
    padding: 5px 0;
    line-height: 20px;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir {
    display: none !important;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir table,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir table {
    width: 100%;
    display: table !important;
    text-align: left;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault {
    width: auto;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault>span,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault>span {
    display: inline-block;
    vertical-align: middle;
    font-family: "regular";
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault>span:first-child,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault>span:first-child {
    display: none !important;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi {
    margin-left: 10px;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:before,
.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:after,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:before,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:after {
    display: inline-block;
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:before,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:before {
    content: '(';
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:after,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault span.yorum-sayisi:after {
    content: ')';
}

.yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault:first-child,
.yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir .btnDefault:first-child {
    margin-right: 10%;
}

.yorumListe_main div.yorumEkle .pageErrorDefault {
    text-align: center;
}

.yorumListe_main div.yorumEkle .pageErrorDefault a#lnkYorumYaz,
.yorumListe_main div.yorumEkle .pageErrorDefault a#lnkIlkYorum {
    background: #DA1021;
    color: #fff;
    margin-top: 30px;
    padding: 16px 20px;
    display: inline-block;
    font-family: "bold";
    font-size: 17px;
    margin-bottom: 20px;
}

.yorumListe_main div.yorumEkle .pageErrorDefault a#lnkIlkYorum {
    margin-bottom: 0;
}

.yorumListe_main div.yorumEkle .pageErrorDefault a.btnLogin {
    display: none;
    background: #DA1021;
    color: #fff;
    max-width: 225px;
    margin-top: 50px;
}

@media screen and (max-width: 850px) {
    .yorumListe_main>div {
        color: #adadad;
    }
    .yorumListe_main .yorum-baslik {
        font-size: 20px;
    }
    .yorumListe_main .yorumOzet a.btnYorumYap {
        margin-top: 40px;
    }
    .yorumListe_main .yorumListe .yorum_main {
        padding-top: 25px;
        position: relative;
    }
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi,
    .yorumListe_main .yorumListe .yorum_main .adminBilgi {
        float: none;
        width: 100%;
    }
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi>div,
    .yorumListe_main .yorumListe .yorum_main .adminBilgi>div {
        text-align: center;
    }
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi {
        text-align: center;
    }
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumAdSoyad,
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumTarih {
        display: inline-block;
        vertical-align: middle;
    }
    .yorumListe_main .yorumListe .yorum_main .kullaniciBilgi .tableYorumListe_yorumAdSoyad span:after {
        content: ',';
        display: inline-block;
        padding-right: 5px;
    }
    .yorumListe_main .yorumListe .yorum_main .yorumBilgi,
    .yorumListe_main .yorumListe .yorum_main .adminYorumBilgi {
        margin-left: 0;
    }
    .yorumListe_main .yorumListe .yorum_main .yorumBilgi>div,
    .yorumListe_main .yorumListe .yorum_main .adminYorumBilgi>div {
        text-align: center;
    }
    .yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumBaslik,
    .yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumBaslik {
        margin-bottom: 10px;
    }
    .yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_yorumEvetHayir table,
    .yorumListe_main .yorumListe .yorum_main .adminYorumBilgi .tableYorumListe_yorumEvetHayir table {
        text-align: center;
    }
    .yorumListe_main .yorumListe .yorum_main .yorumBilgi .tableYorumListe_uyeRating {
        position: absolute;
        top: 0;
        padding: 0;
        width: 70px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


/* Ürün Liste Yorum */

.emosInfinite .ems-prd .ems-prd-comment {
    width: 75px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.emosInfinite .ems-prd .ems-prd-comment .urunListe_yorumSayi {
    display: none;
}

.emosInfinite .ems-prd .ems-prd-comment span[id$="lblURUNYORUM_ORTALAMAPUAN"] {
    display: none;
}

.kutuKurDegis {
    position: relative;
    display: none !important;
}

.kutuKurDegis .kutuHeaderKurDegis,
.kutuKurDegis .kutuKurDegis_lbfAciklama {
    display: none;
}

.kutuKurDegis .kutuKurDegis_pb>span {
    cursor: pointer;
    background: none;
    letter-spacing: .9px;
    font-family: "bold";
    color: #231f20;
    font-size: 13px;
    border: none;
    padding: 8px 20px 8px 8px;
    line-height: inherit;
    height: inherit;
    display: inline-block;
    min-height: 30px;
}

.kutuKurDegis .kutuKurDegis_pb>span i.icon-ico_arrow-dropdown {
    font-size: 7px;
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.kutuKurDegis .kutuKurDegis_pb>span i.icon-ico_arrow-dropdown:before {
    font-size: 7px;
}

.kutuKurDegis .kutuKurDegis_pb>ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    background: rgba(222, 222, 222, 0.95);
    width: 75px;
    padding: 10px 10px;
}

.kutuKurDegis .kutuKurDegis_pb>ul li a {
    padding: 10px 10px;
    border-top: 1px solid #979797;
    display: block;
    color: #fff;
    font-family: "bold";
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.kutuKurDegis .kutuKurDegis_pb>ul li:first-child a {
    border: none;
}

.kutuKurDegis .kutuKurDegis_pb.opened>ul {
    display: block;
}

@media screen and (max-width: 850px) {
    .kutuKurDegis {
        display: none !important;
    }
}

.kutuOzellikFiltre .kutuHeaderDefault,
.kutuOzellikFiltre .kutuFooterDefault,
.kutuOzellikFiltre .urunKiyaslamaOzellik_temizle {
    display: none;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd {
    cursor: pointer;
    position: relative;
    font-family: "bold";
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd:before {
    content: '\e910';
    font-family: 'icomoon';
    font-size: 10px;
    color: #231f20;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd.kapali:before {
    content: '\e914';
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr {
    display: table;
    table-layout: fixed;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td {
    width: auto;
    text-align: center;
    padding: 5px;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td:empty {
    display: none;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a {
    display: block;
    padding: 6px 5px;
    background: #eeeeee;
    font-family: "medium";
    font-size: 13px;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a:hover {
    background: #DA1021;
    color: #fff;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a.link_selected {
    background: #231f20;
    color: #fff;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik {
    padding: 0;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td {
    width: auto;
    text-align: center;
    padding: 0;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a {
    display: block;
    padding: 6px 5px 6px 20px;
    background: none;
    font-family: "regular";
    font-size: 13px;
    text-align: left;
    position: relative;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a img {
    display: none;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: solid 1px #231f20;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a.link_selected {
    color: #000;
    font-family: "bold";
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a.link_selected:before {
    background: #DA1021;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a:hover {
    text-decoration: underline;
}

.kutuOzellikFiltre .urunKiyaslamaOzellik_btnArama {
    display: none;
}

.ems-custom-filtered {
    margin: 15px;
    padding: 15px;
    border: 1px solid #d3d3d3;
}

.ems-custom-filtered-header span {
    padding: 15px 15px 20px 15px;
    display: block;
    text-align: center;
    font-family: "bold";
    font-size: 30px;
}

.ems-custom-filtered-body {
    max-width: 750px;
    margin: 0 auto;
}

.ems-custom-filtered-body>ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ems-custom-filtered-body>ul>li {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px 10px;
}

.ems-custom-filtered-body>ul>li.kategori {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ems-custom-filtered-body>ul>li.marka {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.ems-custom-filtered-body>ul>li.numara {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.ems-custom-filtered-body>ul>li.renk {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.ems-custom-filtered-body>ul>li.fiyataraligi {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.ems-custom-filtered-body>ul>li .title {
    padding-bottom: 5px;
    font-family: "regular";
    font-size: 13px;
    color: #bebebe;
    display: block;
    text-align: left;
}

.ems-custom-filtered-body>ul>li .sStylerMainWrp.sStylerWrp_select .sStylerWrp .sStyler {
    width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ems-custom-filtered-left {
    padding-right: 15px;
}

.ems-custom-filtered-right {
    padding-left: 15px;
}

.ems-custom-filtered-footer {
    max-width: 480px;
    margin: 0 auto 15px auto;
    width: 100%;
}

.ems-custom-filtered-footer>div {
    width: 50%;
    display: inline-block;
}

.ems-custom-filtered-footer>div .btnDefault {
    padding: 10px 10px 10px 10px;
}

.ems-custom-filtered-footer>div .btnDefault.btnDefaultFilteredEmpty,
.ems-custom-filtered-footer>div .btnDefault.btnDefaultShowPrd {
    background: #1a1718;
}

@media screen and (min-width: 850px) {
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik>table {
        overflow-x: hidden;
        max-height: 150px;
        display: block;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik>table tbody {
        display: block;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik ::-webkit-scrollbar {
        width: 6px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #DA1021;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik ::-webkit-scrollbar-thumb:window-inactive {
        background: #DA1021;
    }
}

@media screen and (max-width: 850px) {
    .kutuOzellikFiltre .kutuBodyOzellikFiltre>table>tbody>tr {
        border-top: 1px solid #ededed;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd {
        padding: 28px 46px 27px 30px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd:before {
        right: 30px;
        font-size: 16px;
        margin-top: -8px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikAd .mobile-element-filter-span-select {
        display: block;
        font-size: 18px;
        color: #1a1718;
        font-family: "regular";
        margin-top: 10px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik {
        padding: 0 25px 30px 25px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a {
        padding: 26px 46px 25px 40px;
        font-size: 17px;
        border-bottom: 1px solid #ededed;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a:before {
        width: 18px;
        height: 18px;
        border: solid 2px #ababab;
        left: inherit;
        right: 28px;
        margin-top: -9px;
        border-radius: 100%;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a.link_selected:before {
        border-color: transparent;
    }
    .kutuOzellikFiltre .urunKiyaslamaOzellik_ozellik.default .urunKiyaslamaOzellik_ozellikIcerik table>tbody>tr>td a:hover {
        text-decoration: underline;
    }
    .ems-custom-filtered {
        border: none;
        margin: 0;
        padding-bottom: 30px;
    }
    .ems-custom-filtered-header span {
        font-size: 20px;
    }
    .ems-custom-filtered-body {
        max-width: 95%;
    }
    .ems-custom-filtered-body>ul>li {
        width: 100%;
    }
    .ems-custom-filtered-left {
        padding-right: 10px;
    }
    .ems-custom-filtered-right {
        padding-left: 10px;
    }
    .ems-custom-filtered-footer {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .ems-custom-filtered-footer>div {
        width: 50%;
        display: inline-block;
    }
    .ems-custom-filtered-footer>div .btnDefault,
    .ems-custom-filtered-footer>div .btnDefault span {
        font-size: 14px;
    }
    .mobile-element-filter-action,
    .mobile-element-filter-buttons {
        position: absolute;
        width: 100%;
        height: 60px;
        bottom: 0;
    }
    .ems-mobile-filter-buttons {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ems-mobile-filter-buttons a.btnDefault {
        padding-top: 23px;
        padding-bottom: 22px;
    }
    .ems-mobile-filter-buttons a.btnDefault.btnDefaultMobFilterClose {
        background: #231f20;
    }
    .ems-mobile-filter-buttons a.btnDefault.btnDefaultMobFilterAction {
        background: #DA1021;
        color: #231f20;
    }
    .ems-mobile-fixed-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 20;
        top: 0;
        left: -100%;
        background: #fff;
        transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -webkit-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .ems-mobile-sort-popup-body ul li a {
        display: block;
        font-size: 17px;
        padding: 26px 50px 26px 30px;
        border-bottom: 1px solid #ededed;
        position: relative;
    }
    .ems-mobile-sort-popup-body ul li a:before {
        content: '';
        width: 18px;
        height: 18px;
        border: solid 2px #ababab;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -9px;
        border-radius: 100%;
    }
    .ems-mobile-sort-popup-body ul li.selected a:before {
        border: none;
        background: #DA1021;
    }
    body.sort-popup-ready {
        overflow: hidden;
    }
    body.sort-popup-animate .ems-mobile-fixed-popup {
        left: 0;
    }
}

.site-footer {
    background-color: #000;
}

.site-footer-cover {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 510px;
    position: relative;
    padding: 40px 0 40px 0;
}

.site-footer-cover:after {
    content: '';
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.site-footer-top {
    width: 100%;
    display: table;
    max-width: 920px;
    padding: 0 10px 0 10px;
    margin: 0 auto 0 auto;
}

.site-footer-top .ems-col {
    display: inline-block;
    vertical-align: top;
}

.site-footer-top .ems-col-full {
    display: block;
    width: 100%;
}

.site-footer-top .ems-col-1 {
    width: 55%;
}

.site-footer-top .ems-col-2 {
    vertical-align: top;
    width: 45%;
}

.site-footer-slogan {
    text-align: center;
    padding: 10px 0 70px 0;
}

.site-footer-slogan i.icon-ico_lightning,
.site-footer-slogan i.icon-ico_lightning:before {
    font-size: 55px;
}

.site-footer-slogan span {
    margin-top: 35px;
    display: block;
    color: #fff;
    font-size: 25px;
    font-family: "bold";
    font-style: italic;
    letter-spacing: 5px;
}

.site-footer-menu,
.site-footer-social {
    width: 100%;
    display: table;
}

.site-footer-menu ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.site-footer-menu ul li>* {
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.site-footer-menu ul li.title span {
    font-family: "bold";
    margin-bottom: 25px;
}

.site-footer-menu ul li a {
    font-family: "regular";
    padding: 5px 0;
}

.site-footer-menu ul li a:hover {
    text-decoration: underline;
}

.site-footer-social>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.site-footer-social>ul>li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.site-footer-social>ul>li a {
    display: inline-block;
    text-align: center;
    border: 2px solid #ffff;
    border-radius: 100%;
    padding: 8px;
}

.site-footer-social>ul>li a i {
    display: block;
    font-size: 23px;
    width: 23px;
}

.site-footer-social>ul>li a i:before {
    font-size: 23px;
    color: #fff;
}

.site-footer-content {
    display: none;
}

.site-footer-bottom {
    background-color: #000;
}

.site-footer-dark-cover {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 65px 10px 75px 10px;
}

.site-footer-dark-cover span {
    font-size: 15px;
    font-family: "bold";
    color: #727272;
    display: block;
    padding-bottom: 10px;
}

.site-footer-dark-cover p {
    font-size: 13px;
    color: #727272;
    margin: 15px 0 0 0;
}

.site-footer-copyright {
    background-color: #000;
    text-align: center;
    padding: 40px 120px 40px 120px;
    position: relative;
}

.site-footer-copyright:after {
    content: '';
    position: absolute;
    top: -23px;
    right: 0;
    width: 120px;
    height: 118px;
    z-index: 1;
}

.site-footer-copyright>* {
    font-family: "regular";
    color: #fff;
    font-size: 15px;
}

.site-footer-copyright p {
    margin: 0 0;
}

@media screen and (max-width: 850px) {
    .site-footer-content,
    .site-footer-menu {
        display: none;
    }
    .site-footer-menu {
        padding-bottom: 40px;
    }
    .site-footer-menu ul {
        padding-left: 0;
        text-align: center;
    }
    .site-footer-slogan {
        padding-bottom: 45px;
    }
    .site-footer-top .ems-col-1,
    .site-footer-top .ems-col-2 {
        width: 100%;
    }
    .site-footer-cover {
        min-height: 280px;
        padding-bottom: 65px;
    }
    .site-footer-cover:after {
        height: 65px;
    }
    .site-footer-copyright {
        padding: 20px 100px;
        max-height: 96px;
        min-height: 96px;
    }
    .site-footer-copyright:after {
        top: 0;
        width: 96px;
        height: 96px;
        background-size: 96px 96px;
    }
}

.site-header {
    min-height: 100px;
}

.site-header-wrapper {
    width: 100%;
    height: 112px;
    padding-top: 15px;
    background: #fff;
    z-index: 20;
    position: relative;
}

.site-header .ems-container-full-top .ems-cell {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .ems-container-full-top .ems-cell>div {
    display: inline-block;
    vertical-align: top;
}

.site-header .ems-container-full-top .ems-cell .find-store-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .ems-container-full-top .ems-cell .find-store-menu a i {
    font-size: 25px;
    margin-right: 5px;
}

.site-header .ems-container-full-bottom {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #eee;
}

.site-header .ems-container-full-bottom .ems-container {
    padding: 0px 10px;
    background: #eee;
}

.site-header .ems-container-full-bottom .ems-col {
    display: inline-block;
    vertical-align: middle;
}

.site-header .ems-container-full-bottom .ems-col-1 {
    width: 220px;
}

.site-header .ems-container-full-bottom .ems-col-2 {
    width: calc(100% - 340px);
    position: inherit;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-backbtn {
    padding: 14px 10px;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-backbtn a.mobile-header-close {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-backbtn a.mobile-header-close i,
.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-backbtn a.mobile-header-close i:before {
    font-size: 20px;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate ul li a {
    position: relative;
    font-family: "bold";
    color: #1a1718;
    display: block;
    padding: 18px 30px 18px 50px;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate ul li a i {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate ul li a i:before {
    content: '\e914';
    font-family: 'icomoon';
    color: #231f20;
    font-size: 10px;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate ul li.selected a i:before {
    content: '\e910';
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate>ul {
    overflow: hidden;
    background: #e9e9e9;
    padding: 6px 0;
    position: relative;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate>ul>li.selected>ul {
    max-height: 100%;
    overflow: visible;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate>ul>li>a {
    font-size: 18px;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate>ul>li>ul {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    transition: max-height 333ms ease;
    -webkit-transition: max-height 333ms ease;
    -o-transition: max-height 333ms ease;
}

.site-header .ems-container-full-bottom .ems-col-2 .mobile-element-corporate>ul>li>ul>li>a {
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: "regular";
}

.site-header .ems-container-full-bottom .ems-col-3 {
    width: 340px;
}

.site-header .ems-col-mobile {
    display: none;
}

.site-header .mobile-element-fixed-user {
    position: absolute;
    top: -35px;
    height: 70px;
    width: 180px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
}

.site-header .mobile-element-fixed-user div {
    width: 60px;
    height: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.site-header .mobile-element-fixed-user div a {
    display: inline-block;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site-header .mobile-element-fixed-user div a i,
.site-header .mobile-element-fixed-user div a i:before {
    font-size: 20px;
}

.site-header .mobile-element-fixed-user div a:after {
    transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.site-header .mobile-element-fixed-user div a.icon-2:after {
    background: #ededed;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.site-header .mobile-element-fixed-user div a.icon-3 {
    color: #fff !important;
}

.site-header .mobile-element-fixed-user div a.icon-3:after {
    background: #DA1021;
    color: #fff !important;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.site-header .mobile-element-fixed-user div .mbNumber {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    font-size: 11px;
    font-family: "regular";
}

.sub-nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(222, 222, 222, 0.95);
    transition: max-height 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: max-height 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: max-height 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    max-height: 0;
}

.sub-nav-wrapper {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 0 auto;
    padding: 50px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-nav-links,
.sub-nav-banners {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-nav-links ul li a {
    color: #231f20;
    font-size: 15px;
    display: block;
    padding: 7px 5px;
}

.sub-nav-links ul li a:hover {
    text-decoration: underline;
}

.sub-nav-links>ul {
    width: 33.333%;
}

.sub-nav-links>ul>li>a {
    font-family: "bold";
}

.sub-nav-banners>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.sub-nav-banners>ul li {
    width: 33.333%;
}

.sub-nav-banners>ul li div {
    margin: 7px 5px;
}

.sub-nav-banners>ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sub-nav-banners>ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.sub-nav-banners>ul li a img {
    width: 100%;
}

.sub-nav-banners>ul li a span {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 7px 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 2;
}

.sub-nav-banners>ul li a:hover span {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-nav-banners>ul li a:hover:after {
    background: rgba(0, 0, 0, 0.4);
}

.nav-main>ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-main>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.nav-main>ul>li>a {
    font-family: "bold";
    letter-spacing: .8px;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 17px 5px;
    position: relative;
}

.nav-main>ul>li.special>a:before {
    content: '\e91a';
    font-family: 'icomoon';
    color: #DA1021;
    font-size: 14px;
    margin-right: 3px;
}

.nav-main>ul>li.sub-menu>a:after {
    font-family: 'icomoon';
    content: '\e900';
    color: #231f20;
    font-size: 8px;
    position: absolute;
    bottom: 5px;
    width: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 333ms ease;
    -webkit-transition: opacity 333ms ease;
    -o-transition: opacity 333ms ease;
}

.nav-main>ul>li.sub-menu.selected .sub-nav {
    max-height: 370px;
    overflow: visible;
}

.nav-main>ul>li.sub-menu.selected>a:after {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 850px) {
    .nav-main>ul>li.new-sub-logo {
        display: none;
    }
}

@media screen and (min-width: 850px) {
    body.sticky-header-ready .nav-main>ul>li.new-sub-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90px;
        margin-right: 20px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    body.sticky-header-ready .nav-main>ul>li .sub-nav {
        top: 69px;
    }
}


/*Desktop animation controls*/

@media screen and (min-width: 850px) {
    .nav-main>ul>li.new-sub-logo {
        width: 0px;
        margin-right: 0px;
        overflow: hidden;
    }
    .nav-main>ul>li.new-sub-logo a {
        padding: 0px !important;
    }
    .nav-main>ul>li.new-sub-logo a img {
        max-width: 65px;
    }
    .nav-main>ul>li.sub-menu .sub-nav-links>ul {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .nav-main>ul>li.sub-menu .sub-nav-banners>ul li a img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .nav-main>ul>li.sub-menu.selected .sub-nav-links>ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .nav-main>ul>li.sub-menu.selected .sub-nav-banners>ul li a img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.mbHeader {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 15px 10px;
}

.mbHeader>div {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}

.mbHeader>div>a {
    display: inline-block;
    position: relative;
}

.mbHeader>div>a i:before {
    color: #221e1f;
}

.mbHeader>div.mBurger i,
.mbHeader>div.mBurger i:before {
    font-size: 25px;
}

.mbHeader>div.mbSearch a i,
.mbHeader>div.mbSearch a i:before {
    font-size: 18px;
}

.mbHeader>div.mbLogo {
    width: auto;
}

.mbHeader>div.mbLogo a img {
    max-width: 130px;
}

.mbHeader>div.mbLogo .mobile-element {
    font-family: "bold";
    letter-spacing: 0.2px;
    font-size: 18px;
    color: #221e1f;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mbHeader>div.mbMember a i,
.mbHeader>div.mbMember a i:before {
    font-size: 24px;
    font-weight: bold;
}

.mbHeader>div.mBackBtn {
    display: none;
}

.mbHeader>div.mBackBtn a i,
.mbHeader>div.mBackBtn a i:before {
    font-size: 18px;
}

.mbHeader>div.mbCart a b {
    color: #000;
    position: absolute;
    top: 1.5px;
    left: 0px;
    z-index: 1;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

.mbHeader>div.mbCart i,
.mbHeader>div.mbCart i:before {
    font-size: 25px;
    font-weight: bold;
}

body.main-menu-ready .vailMenu {
    visibility: visible;
    opacity: .5;
}

@media screen and (min-width: 850px) {
    .site-header .ems-container-full-top {
        max-height: 60px;
        transition: max-height 222ms ease;
        -webkit-transition: max-height 222ms ease;
        -o-transition: max-height 222ms ease;
    }
    .site-header .ems-container-full-top .logo img {
        height: 25px;
    }
    .site-header .ems-container-full-bottom {
        transition: top 222ms ease;
        -webkit-transition: top 222ms ease;
        -o-transition: top 222ms ease;
        position: fixed;
        top: 60px;
    }
    body.sticky-header-ready .site-header .ems-container-full-top {
        max-height: 0;
        overflow: hidden;
    }
    body.sticky-header-ready .site-header .ems-container-full-bottom {
        top: 0;
        padding: 10px;
    }
    body.sticky-header-ready .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 340px);
    }
    body.sticky-header-ready .site-header .ems-container-full-bottom .ems-col-3 {
        width: 340px;
    }
    body.sticky-header-animate .mobile-element-fixed-user {
        opacity: 1;
        visibility: visible;
    }
    body.sticky-header-animate .mobile-element-fixed-user div a:after {
        right: 0;
    }
}

@media screen and (max-width: 1390px) {
    .site-header .ems-container-full-bottom .ems-col-1 {
        width: 200px;
    }
    .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 400px);
    }
    .site-header .ems-container-full-bottom .ems-col-3 {
        width: 380px;
    }
    .site-header .ems-container-full .nav-main>ul>li>a {
        letter-spacing: 0.5px;
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 400px);
    }
}

body.ems-login .site-header .mobile-element-fixed-user div a.login {
    display: inline-block;
}

body.ems-login .site-header .mobile-element-fixed-user div a.logout {
    display: none;
}

body.ems-logoff .site-header .mobile-element-fixed-user div a.logout {
    display: inline-block;
}

body.ems-logoff .site-header .mobile-element-fixed-user div a.login {
    display: none;
}

@media screen and (max-width: 1280px) {
    .site-header .ems-container-full-bottom .ems-col-1 {
        width: 180px;
    }
    .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 360px);
    }
    .site-header .ems-container-full-bottom .ems-col-3 {
        width: 340px;
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 360px);
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-3 {
        width: 340px;
    }
    .nav-main>ul {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-main>ul>li>a {
        font-size: 14px;
    }
    .nav-main>ul>li.special>a:before {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .site-header .ems-container-full-bottom .ems-col-1 {
        width: 120px;
    }
    .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 240px);
    }
    .site-header .ems-container-full-bottom .ems-col-3 {
        width: 220px;
    }
    .site-header .mobile-element-fixed-user {
        width: 120px;
    }
    .site-header .mobile-element-fixed-user div {
        width: 40px;
    }
    .site-header .mobile-element-fixed-user div a {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-2 {
        width: calc(100% - 240px);
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-3 {
        width: 240px;
    }
}

@media screen and (max-width: 850px) {
    .site-header {
        min-height: 120px;
    }
    .site-header-wrapper {
        position: inherit;
        z-index: inherit;
        height: auto;
    }
    .site-header .ems-container-full .ems-container {
        padding: 0 0;
        max-width: 100%;
    }
    .site-header .ems-container-full-top .ems-cell {
        float: none;
    }
    .site-header .ems-container-full-top .ems-cell>div {
        display: inherit;
        vertical-align: inherit;
    }
    .site-header .ems-container-full-bottom {
        border: none;
        position: inherit;
    }
    .site-header .ems-container-full-bottom .ems-col {
        display: block;
    }
    .site-header .ems-container-full-bottom .ems-col-1 {
        display: none;
    }
    .site-header .ems-container-full-bottom .ems-col-2 {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 50px) !important;
        height: 100%;
        z-index: 12;
        background: rgba(255, 255, 255, 0.95);
        transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -webkit-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .site-header .ems-container-full-bottom .ems-col-3 {
        position: fixed;
        width: 100%;
        top: 70px;
        left: 0;
        z-index: 9;
        min-height: 50px;
        transition: top 333ms ease;
        -webkit-transition: top 333ms ease;
        -o-transition: top 333ms ease;
    }
    .site-header .ems-container-full-bottom .ems-col-3 .mod-mini-search-body input {
        border: none;
        border-radius: 0px;
    }
    .site-header .ems-col-mobile {
        display: block;
    }
    .site-header .ems-col-mobile .ems-cell {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 11;
        min-height: 70px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 333ms ease;
        transition: -webkit-transform 333ms ease;
        transition: transform 333ms ease;
        transition: transform 333ms ease, -webkit-transform 333ms ease;
        -webkit-transition: transform 333ms ease;
        -o-transition: transform 333ms ease;
    }
    .site-header .ems-col.left,
    .site-header .ems-col.right {
        float: none;
    }
    .site-header .ems-col.right {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        z-index: 10;
        overflow: auto;
        background: #fff;
        transition: top 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -webkit-transition: top 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: top 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .site-header .ems-col.right .ems-cell {
        width: 100%;
        height: calc(100% - 0px);
        position: absolute;
        top: 0;
        left: 0;
        overflow: auto;
    }
    .site-header .mobile-element-fixed-user {
        display: none;
    }
    .nav-main {
        width: 100%;
        height: calc(100% - 70px);
        position: absolute;
        top: 70px;
        overflow: auto;
    }
    .nav-main>ul {
        display: block;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-main>ul>li {
        display: block;
    }
    .nav-main>ul>li>a {
        text-align: left;
        letter-spacing: normal;
        font-size: 18px;
        color: #1a1718;
        padding: 18px 30px 18px 50px;
    }
    .nav-main>ul>li.special>a:after {
        font-family: 'icomoon';
        content: '\e91a';
        display: inline-block;
        color: #DA1021;
        font-size: 15px;
        margin-left: 5px;
    }
    .nav-main>ul>li.sub-menu>a:after {
        content: '\e914';
        font-size: 10px;
        top: 50%;
        left: inherit;
        right: 30px;
        bottom: inherit;
        margin: -5px 0 0 0;
        width: 10px;
        opacity: 1;
        visibility: visible;
    }
    .nav-main>ul>li.sub-menu.selected>a:after {
        content: '\e910';
    }
    .nav-main>ul>li.sub-menu.selected .sub-nav {
        max-height: 100%;
    }
    .sub-nav {
        position: inherit;
        top: inherit;
        left: inherit;
        background: transparent;
    }
    .sub-nav-wrapper {
        padding: 15px 30px 15px 50px;
        max-width: 100%;
    }
    .sub-nav-links {
        width: 100%;
        display: block;
    }
    .sub-nav-links ul li a {
        color: #231f20;
        font-size: 17px;
        padding: 11px 20px 11px 20px;
    }
    .sub-nav-links>ul {
        width: 100%;
    }
    .sub-nav-links>ul>li.selected>ul {
        max-height: 100%;
        overflow: visible;
    }
    .sub-nav-links>ul>li.selected>ul>li.selected a.activeted {
        font-family: "bold";
    }
    .sub-nav-links>ul>li>ul {
        padding-left: 20px;
        max-height: 0;
        overflow: hidden;
    }
    .sub-nav-banners {
        display: none;
    }
    body.mobi-menu-ready,
    body.mobi-login-ready {
        overflow: hidden;
    }
    body.mobi-login-ready {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
    }
    body.search-fixed-ready .site-header .ems-container-full-bottom .ems-col-3 {
        top: 70px;
    }
    body.sticky-header-animate .site-header .ems-container-full-bottom .ems-col-3 {
        width: 100%;
    }
    body.mobi-menu-animate .site-header .ems-container-full-bottom .ems-col-2 {
        left: 0;
    }
    body.mobi-menu-animate .vailMenu {
        background: #000;
        opacity: .3;
        visibility: visible;
    }
    body.ems-login.mobi-login-ready .site-header .ems-col.right {
        top: 70px;
    }
    body.ems-login.mobi-login-ready .mod-mini-login-body .sub.login {
        display: block;
    }
    body.ems-logoff.mobi-login-ready .site-header .ems-col.right {
        top: 70px;
    }
    body.ems-logoff.mobi-login-ready .mod-mini-login-body .sub.logoff {
        display: block;
    }
    body.search-focused .site-header .ems-col-mobile .ems-cell {
        -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        transform: translateY(-70px);
    }
    body.search-focused .site-header .ems-container-full-bottom .ems-col-3 {
        top: 0;
    }
}


/* Mobile Menu seviye2 +- */

@media screen and (max-width: 850px) {
    .nav-main .sub-menu>.sub-nav .sub-nav-links .sub-item-true {
        position: relative;
    }
    .nav-main .sub-menu>.sub-nav .sub-nav-links .sub-item-true:after {
        font-family: 'icomoon';
        font-size: 8px;
        content: '\e914';
        position: absolute;
        right: 10px;
        top: 10px;
        pointer-events: none;
    }
    .nav-main .sub-menu>.sub-nav .sub-nav-links .sub-item-true.selected:after {
        content: '\e910';
    }
}

@media screen and (min-width: 850px) {
    .ems-page-basket-nb .site-header {
        min-height: 82px !important;
    }
    .ems-page-basket-nb .site-header-wrapper {
        height: 60px;
    }
    .ems-page-basket-nb .site-header-wrapper .mod-mini-cart {
        display: none !important;
    }
    .ems-page-basket-nb .site-header-wrapper .mod-mini-login .sub.login {
        min-width: 300px !important;
        left: 0px;
    }
}

.ems-page-home {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-slider-container {
    padding: 15px;
    width: 100%;
}

.main-slider-container-small {
    float: right;
    width: 50%;
}

.main-slider-container-small .brand-logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.main-slider-container-small .campaign {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.main-slider-container-small .swiper-pagination-bullets {
    bottom: 50px;
}

.main-slider-container-small .swiper-slide .content-wrapper-alternate {
    padding: 10px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
}

.main-slider-container-small .swiper-slide .content-wrapper-alternate .link-btn {
    border: 2px solid #1a1718;
    padding: 10px 20px;
}

.main-slider-container-small .swiper-button-prev,
.main-slider-container-small .swiper-button-next {
    display: none;
}

.ems-special {
    width: 100%;
    max-width: 1175px;
    margin: 25px auto;
}

.ems-special-title {
    display: block;
    text-align: center;
    font-family: "bold";
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ems-mixed-links {
    background: #f9f9f9;
    margin-bottom: 30px;
}

.ems-mixed-links-inner {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0 40px 0;
}

.ems-mixed-links-inner>span {
    display: block;
    text-align: center;
    font-family: "bold";
    font-size: 30px;
    padding: 25px 0;
}

.ems-mixed-links-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ems-mixed-links-wrapper>ul {
    display: table-cell;
    vertical-align: top;
    list-style: unset;
}

.ems-mixed-links-wrapper>ul li a {
    display: block;
    padding: 10px;
    font-family: "medium";
    color: #1a1718;
}

.ems-grid-banner {
    width: 100%;
}

.ems-grid-banner-wrapper {
    display: table;
    width: 100%;
}

.ems-grid-banner-wrapper-box {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}

.ems-grid-banner-wrapper-box>a {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.ems-grid-banner-wrapper-box>a:hover .ems-grid-banner-cover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ems-grid-banner-wrapper-x1-box- {
    width: 100%;
}

.ems-grid-banner-wrapper-x2-1-box-1 {
    width: 66.666%;
}

.ems-grid-banner-wrapper-x2-1-box-2 {
    width: 33.333%;
}

.ems-grid-banner-wrapper-x2-box {
    width: 50%;
}

.ems-grid-banner-wrapper-x3-box {
    width: 33.333%;
}

.ems-grid-banner-wrapper-x4-box {
    width: 25%;
}

.ems-grid-banner-alternate .ems-grid-banner-cover {
    height: 550px;
}

.ems-grid-banner-alternate .ems-grid-banner-cover img {
    max-height: 550px;
}

.ems-grid-banner-alternate .ems-banners-text {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8%;
}

.ems-grid-banner-alternate .ems-banners-text>div * {
    color: #fff;
}

.ems-grid-banner-alternate .ems-grid-banner-title {
    max-width: 300px;
    max-height: inherit;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ems-grid-banner-alternate .ems-grid-banner-title:before {
    content: '';
    width: 50px;
    height: 0;
    background: #DA1021;
    display: block;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ems-grid-banner-alternate .ems-grid-banner-title span {
    font-size: 50px;
    font-size: calc(12px + 2vw);
}

.ems-grid-banner-alternate .ems-grid-banner-button span {
    font-size: 15px;
}

.ems-grid-banner-alternate .ems-grid-banner-button i {
    top: 0;
    margin-left: 10px;
    transition: margin-left 0.3s ease;
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.ems-grid-banner-alternate .ems-grid-banner-button i:before {
    color: #fff;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box>a {
    position: relative;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box>a:hover .ems-grid-banner-title {
    opacity: 1;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box>a:hover .ems-grid-banner-title:before {
    height: 4px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box>a:hover .ems-grid-banner-button i {
    margin-left: 15px;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box-center .ems-grid-banner-title {
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    max-width: 70%;
    margin: 0 auto;
    width: 70%;
}

.ems-grid-banner-alternate .ems-grid-banner-wrapper-box-center .ems-grid-banner-title:before {
    margin: 0 auto;
}

.ems-grid-banner-alternate-2 .ems-grid-banner-cover {
    height: 360px;
}

.ems-grid-banner-alternate-2 .ems-grid-banner-cover img {
    max-height: 360px;
}

.ems-grid-banner-alternate-3 .ems-banners-text {
    padding: 40px;
}

.ems-grid-banner-hidden {
    overflow: hidden;
}

.ems-grid-banner-cover {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    height: 290px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.ems-grid-banner-cover img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.ems-grid-banner-bottom {
    text-align: left;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 10px;
}

.ems-grid-banner-bottom>div {
    overflow: hidden;
}

.ems-grid-banner-bottom>div>span {
    display: block;
    padding: 10px;
}

.ems-grid-banner-bottom .ems-grid-banner-button>span {
    display: inline-block;
    padding: 7px 10px;
}

.ems-grid-banner-title {
    max-height: 40px;
}

.ems-grid-banner-title span {
    color: #000;
    font-size: 25px;
    font-family: "bold";
}

.ems-grid-banner-button>span,
.ems-grid-banner-button i {
    display: inline-block;
    vertical-align: middle;
}

.ems-grid-banner-button>span {
    color: #000;
    font-size: 15px;
    font-family: "bold";
    letter-spacing: 1px;
}

.ems-grid-banner-button i {
    font-size: 11px;
    position: relative;
    top: 1px;
}

.ems-grid-banner-button i:before {
    font-size: 11px;
    color: #000;
}

.ems-container-section {
    width: 100%;
    margin: 0 auto 0 auto;
    max-width: 1230px;
}

.ems-container-section-small {
    max-width: 1200px;
}

.ems-tab-mobi {
    max-width: 1205px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 30px 0;
}

.ems-container-blog {
    background-image: url(/UPLOAD/BANNERS/HOMEPAGE/blog/blog-cover.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 40px;
}

.ems-banners {
    width: 100%;
    display: table;
}

.ems-banners-box {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    overflow: hidden;
}

.ems-banners-box a {
    display: block;
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 550px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.ems-banners-box a>img {
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.ems-banners-box a i.icon-ico_player {
    font-size: 58px;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ems-banners-box a i.icon-ico_player:before {
    color: #fff;
    font-size: 58px;
}

.ems-banners-box-video>div a i.icon-ico_player {
    display: inline-block;
}

.ems-banners-box-video .ems-banners-text {
    display: none;
}

.ems-banners-box-video .videoWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(/images/frontend/nblogo.png) center center no-repeat #fff;
    background-size: 200px;
}

.ems-banners-box-video .videoWrap video {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    background-size: cover !important;
}

.ems-banners-box-video .cover {
    display: none;
}

.ems-banners-box-video-no>div a i.icon-ico_player {
    display: none;
}

.ems-banners-box-video-no .videoWrap,
.ems-banners-box-video-no .video-cover {
    display: none;
}

.ems-banners-box-video-no .cover,
.ems-banners-box-video-no .ems-banners-text {
    display: block;
}

.ems-banners-overflow {
    overflow: hidden;
}

.ems-banners-text {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ems-banners-text>div {
    width: 100%;
}

.ems-banners-text>* {
    color: #fff;
}

.ems-banners-text>div * {
    font-family: "bold";
}

.ems-banners-text h2,
.ems-banners-text h3 {
    margin: 0;
    font-weight: normal;
}

.ems-banners-text h2 {
    font-size: 50px;
    line-height: 50px;
}

.ems-banners-text h2:after {
    content: '';
    width: 50px;
    height: 4px;
    background: #DA1021;
    display: block;
    margin: 10px auto;
}

.ems-banners-text h3 {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "regular";
}

.ems-banners-text sub {
    bottom: 0;
    font-size: 50px;
}

.ems-banners-text .brn-link-btn {
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 30px;
}

.ems-banners-text .brn-link-btn i.icon-ico_arrow-right {
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.ems-banners-text .brn-link-btn i.icon-ico_arrow-right,
.ems-banners-text .brn-link-btn i.icon-ico_arrow-right:before {
    font-size: 11px;
}

.ems-banners-type-1 .ems-banners-box-col-1 {
    width: 50%;
}

.ems-banners-type-1 .ems-banners-box-col-1:nth-child(1) {
    width: 35%;
}

.ems-banners-type-1 .ems-banners-box-col-1:nth-child(2) {
    width: 65%;
}

.ems-banners-type-1 .ems-banners-box-col-1 a {
    transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ems-banners-type-1 .ems-banners-box-col-1 .ems-banners-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85%;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 7.5%;
}

.ems-banners-type-1 .ems-banners-box-col-1 .ems-banners-text h2:before {
    margin: 0 auto 0 auto;
}

.ems-banners-type-1 .ems-banners-box-col-2 {
    width: 50%;
}

.ems-banners-type-1 .ems-banners-box-col-2 a {
    transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ems-banners-type-1 .ems-banners-box-col-2 .ems-banners-text {
    bottom: 0;
    left: 0;
    width: 37%;
    margin: 0 0 40px 40px;
}

.ems-banners-type-1 .ems-banners-box-col-2 .ems-banners-text h2:before {
    margin: 0 auto 0 0;
}

.ems-banners-type-1 .ems-banners-box-center .ems-banners-text {
    text-align: center;
}

.ems-banners-type-1 .ems-banners-box-left .ems-banners-text {
    text-align: left;
}

.ems-banners-type-1 .ems-banners-box-right .ems-banners-text {
    text-align: right;
}

.ems-banners-type-1 .ems-banners-box .text-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*Animation control*/

@media screen and (min-width: 850px) {
    .main-slider-container {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .ems-tab-categories {
        transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .ems-pay-info .step {
        transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        opacity: 0;
    }
    .ems-pay-info .step span {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ems-animated .ems-banners-box a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ems-animated .ems-banners-box-col-1 .text-animation {
        transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .ems-animated .ems-banners-box-col-2 .text-animation {
        transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .ems-animated .main-slider-container {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ems-animated .ems-tab-categories {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ems-animated .ems-pay-info .step {
        opacity: 1;
    }
}

.ems-pay-info {
    margin: 0 13px;
}

.ems-pay-info.ems-container {
    padding: 15px 0;
    max-width: 1200px;
}

.ems-pay-info .step {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 15px;
    text-align: center;
}

.ems-pay-info .step i,
.ems-pay-info .step i:before {
    font-size: 55px;
    width: 55px;
    height: 55px;
}

.ems-pay-info .step p {
    margin: 10px 0;
    letter-spacing: 1.2px;
    font-size: 15px;
    color: #231f20;
    min-height: 35px;
}

.ems-pay-info .step p:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #231f20;
    display: block;
    margin: 10px auto;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.ems-pay-info .step p:hover::after {
    width: 100%;
}

.ems-popular-categories {
    background: #f9f9f9;
    padding: 50px 10px;
    margin: 30px 0;
}

.ems-popular-categories-inner {
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto 0 auto;
}

.ems-popular-categories-inner>h1 {
    font-weight: normal;
    text-align: center;
    color: #1a1718;
    font-size: 30px;
    font-family: "bold";
    margin: 0 0 30px 0;
}

.ems-popular-categories-inner>ul {
    width: 100%;
}

.ems-popular-categories-inner>ul>li {
    float: left;
    margin-left: 9%;
}

.ems-popular-categories-inner>ul>li .lvl-1-title {
    margin: 0;
    font-weight: normal;
}

.ems-popular-categories-inner>ul>li .lvl-1-title>a {
    letter-spacing: 0.8px;
    font-family: "bold";
    font-size: 15px;
    color: #1a1718;
    border-bottom: 2px solid #DA1021;
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
}

.ems-popular-categories-inner>ul>li .lvl-1-title>a:hover {
    text-decoration: underline;
}

.ems-popular-categories-inner>ul>li .lvl-1-title>a,
.ems-popular-categories-inner>ul>li .lvl-2 {
    max-width: 275px;
    width: 100%;
}

.ems-popular-categories-inner>ul>li .lvl-2 li a {
    display: inline-block;
    padding: 5px 10px;
    color: #1a1718;
    font-size: 15px;
}

.ems-popular-categories-inner>ul>li .lvl-2 li a:hover {
    text-decoration: underline;
}

.ems-popular-categories-inner>ul>li .lvl-2-short {
    margin-bottom: 20px;
}

.ems-popular-categories-inner>ul>li .lvl-2-bold {
    margin-bottom: 10px;
}

.ems-popular-categories-inner>ul>li .lvl-2-bold li a {
    font-family: "bold";
}

.ems-popular-categories-inner>ul>li:first-child {
    margin-left: 0;
}

.ems-popular-categories-inner>ul>li.static {
    width: 29.5%;
}

.ems-popular-categories-inner>ul>li.dynamic {
    width: 23%;
}

.swiper-container .social-title div {
    margin: 0 0 30px 0;
    font-weight: normal;
    text-align: center;
}

.swiper-container .social-title div a {
    display: inline-block;
}

.swiper-container .social-title div a i,
.swiper-container .social-title div a span {
    display: inline-block;
    vertical-align: middle;
}

.swiper-container .social-title div a span {
    font-family: "bold";
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #231f20;
}

.swiper-container .social-title div a i {
    margin-right: 20px;
    font-size: 36px;
}

.swiper-container .social-title div a i :before {
    color: #1a1718;
    font-size: 36px;
}

.swiper-container-brands {
    padding: 20px 0 40px 0;
}

.swiper-container-brands .swiper-slide {
    width: 213px;
    cursor: pointer;
}

.swiper-container-brands .swiper-slide a {
    opacity: 0.3;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.swiper-container-brands .swiper-slide a:hover {
    opacity: 0.6;
}

.swiper-container-brands .swiper-slide-cover {
    margin: 10px;
    background-repeat: no-repeat;
    background-size: 150px !important;
    background-position: center center !important;
}

.swiper-container-social {
    padding-top: 30px;
}

.swiper-container-social .swiper-slide {
    width: 190px;
}

.swiper-container-social .swiper-slide-cover {
    margin: 10px;
}

.swiper-container-blog {
    max-width: 1250px;
}

.swiper-container-blog .swiper-title i,
.swiper-container-blog .swiper-title span {
    display: inline-block;
    vertical-align: middle;
}

.swiper-container-blog .swiper-title i,
.swiper-container-blog .swiper-title i:before {
    font-size: 55px;
}

.swiper-container-blog .swiper-slide {
    width: 410px;
}

.swiper-container-blog .swiper-slide .wrapper {
    margin: 25px;
}

.swiper-container-blog .swiper-slide .wrapper a {
    display: block;
    background: #fff;
}

.swiper-container-blog .swiper-slide .wrapper a>div>span {
    display: block;
}

.swiper-container-blog .swiper-slide .wrapper a .wrapper-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.swiper-container-blog .swiper-slide .wrapper a .wrapper-cover img {
    width: 100%;
}

.swiper-container-blog .swiper-slide .wrapper a .wrapper-description {
    padding: 15px 20px;
    min-height: 70px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.swiper-container-blog .swiper-slide .wrapper a .wrapper-description .title {
    font-family: "bold";
    color: #000;
    font-size: 20px;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
    max-width: 220px;
}

.swiper-container-blog .swiper-slide .wrapper a .wrapper-description .categorie {
    font-family: "regular";
    color: #686868;
    font-size: 15px;
    padding-top: 10px;
}

.swiper-container-blog .swiper-slide .wrapper a:hover .wrapper-description {
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.swiper-container-blog>.swiper-pagination-bullets {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 25px 0 20px 0;
}

.swiper-container-blog>.swiper-pagination-bullets:after {
    content: '';
    width: 95%;
    display: block;
    max-width: 700px;
    background: #979797;
    height: 2px;
    margin: 40px auto 0 auto;
}

.swiper-container-blog .swiper-pagination-bullet {
    border-color: #1a1718;
}

.swiper-container-blog .swiper-pagination-bullet-active {
    background: #1a1718;
}

.swiper-container-blog .swiper-button-prev,
.swiper-container-blog .swiper-button-next {
    display: none;
}

@media screen and (max-width: 850px) {
    .ems-popular-categories,
    .ems-banners {
        /*display: none;*/
    }
    .ems-popular-categories {
        display: none;
    }
    .ems-tab-mobi {
        padding-top: 30px;
    }
    .ems-page-home {
        padding-top: 0;
    }
    .ems-page-list-discount .ems-pay-info {
        display: none;
    }
    .ems-banners {
        padding: 0;
    }
    .ems-banners-box {
        padding: 0;
    }
    .ems-banners-box a {
        height: auto;
        opacity: 1;
    }
    .ems-banners-type-1 .ems-banners-box-col-1,
    .ems-banners-type-1 .ems-banners-box-col-2 {
        width: 100%;
    }
    .ems-banners-text h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .ems-banners-box a>img {
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 9;
    }
    .ems-special {
        max-width: 100%;
        margin-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .ems-special-title {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ems-grid-banner {
        width: 100%;
    }
    .ems-grid-banner-wrapper-box {
        display: inline-block;
        padding: 15px 0;
    }
    .ems-grid-banner-wrapper-x2-1-box-1 {
        width: 100%;
    }
    .ems-grid-banner-wrapper-x2-1-box-2 {
        width: 100%;
    }
    .ems-grid-banner-wrapper-x3-box {
        width: 100%;
    }
    .ems-grid-banner-alternate .ems-grid-banner-wrapper-x2-box {
        width: 100%;
    }
    .ems-grid-banner-alternate .ems-grid-banner-cover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 350px;
    }
    .ems-grid-banner-alternate .ems-grid-banner-cover img {
        max-height: 350px;
    }
    .ems-grid-banner-alternate .ems-grid-banner-wrapper-box {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ems-grid-banner-alternate .ems-grid-banner-title {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        opacity: 1;
    }
    .ems-grid-banner-alternate .ems-grid-banner-title span {
        font-size: 30px;
    }
    .ems-grid-banner-alternate .ems-grid-banner-wrapper-box>a:hover .ems-grid-banner-cover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .ems-grid-banner-alternate-3 .ems-banners-text {
        padding-right: 4%;
        padding-left: 4%;
    }
    .ems-grid-banner-alternate .ems-banners-text,
    .ems-grid-banner-alternate-3 .ems-banners-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ems-grid-banner-cover {
        height: auto;
    }
    .ems-grid-banner-cover img {
        max-height: 290px;
    }
    .ems-mixed-links {
        background: #f9f9f9;
        margin-bottom: 30px;
    }
    .ems-mixed-links-inner {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .ems-mixed-links-inner>span {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ems-mixed-links-links {
        margin-bottom: 10px;
    }
    .ems-mixed-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 30px;
    }
    .ems-mixed-links-wrapper>ul {
        display: none;
        width: 100%;
        list-style: none;
        margin-bottom: 10px;
    }
    .ems-mixed-links-wrapper>ul:first-child {
        display: inline-block;
    }
    .ems-mixed-links-wrapper>ul li a {
        position: relative;
        padding-left: 20px;
    }
    .ems-mixed-links-wrapper>ul li a:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -3px;
        background: #1a1718;
        border-radius: 100%;
    }
    .ems-mixed-links-wrapper.load-more-open ul {
        display: inline-block;
    }
    .ems-mixed-links-wrapper .load-more {
        margin-top: 10px;
        padding: 10px;
        font-family: "medium";
        color: #1a1718;
        cursor: pointer;
        text-decoration: underline;
    }
    .main-slider-container {
        padding: 0;
    }
    .main-slider-container-small {
        float: none;
        width: 100%;
        padding: 0;
    }
    .main-slider-container-small .brand-logo {
        left: 20px;
        top: 20px;
    }
    .main-slider-container .swiper-button-prev,
    .main-slider-container .swiper-button-next {
        display: none;
    }
    .main-slider-container .swiper-pagination-bullets {
        bottom: inherit;
        position: inherit;
        padding: 5px 0;
    }
    .main-slider-container .swiper-pagination-bullet {
        border-color: #221e1f;
    }
    .main-slider-container .swiper-pagination-bullet-active {
        background: #221e1f;
    }
    .ems-container-blog {
        padding-top: 10px;
        margin-top: 20px;
    }
    .swiper-container-social .swiper-slide {
        width: 150px;
    }
    .swiper-container-social .swiper-slide-cover {
        margin: 0;
    }
    .swiper-container-social .swiper-slide-cover img {
        opacity: 0;
        visibility: hidden;
    }
    .swiper-container-blog .swiper-title i,
    .swiper-container-blog .swiper-title i:before {
        font-size: 35px;
    }
    .swiper-container-brands {
        display: none !important;
    }
    .ems-pay-info .step {
        width: calc(50% - 20px);
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        background: #eee;
        margin: 30px 10px 10px 10px;
    }
    .ems-pay-info .step p {
        font-family: "bold";
    }
    .ems-pay-info .step p:before {
        margin-left: auto;
        margin-right: auto;
    }
    .ems-container-full.order-3,
    .ems-container-section.order-3 {
        -webkit-box-ordinal-group: 81;
        -ms-flex-order: 80;
        order: 80;
    }
    .ems-container-full.order-8,
    .ems-container-section.order-8 {
        -webkit-box-ordinal-group: 91;
        -ms-flex-order: 90;
        order: 90;
    }
}

@media screen and (max-width: 600px) {
    .swiper-container-blog .swiper-slide {
        width: 100% !important;
    }
    .swiper-container-blog .swiper-slide .wrapper {
        margin: 0;
    }
    .main-slider-container-small {
        margin-top: 20px;
    }
}


/* Homepage Buton Area */

.buttons-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 15px;
    margin: 15px 0px;
}

.buttons-banner-wrapper .banner-item {
    width: 49%;
    margin-bottom: 15px;
}

.buttons-banner-wrapper .banner-item-top .banner-item-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.buttons-banner-wrapper .banner-item-bottom {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 3px;
    padding: 25px 0px;
    text-align: center;
    min-height: 162px;
}

.buttons-banner-wrapper .banner-item-bottom>div {
    display: block;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-title span {
    font-size: 23px;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-desc p {
    font-weight: 100;
    font-size: 12px;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-buttons a {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    max-width: 33%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    color: red;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-buttons a:hover {
    text-decoration: underline;
}

.buttons-banner-wrapper .banner-item-bottom .banner-item-buttons a::after {
    content: "\e920";
    font-family: icomoon;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mod-lang {
    position: relative;
    display: none !important;
}

.mod-lang-header,
.mod-lang-footer {
    display: none;
}

.mod-lang .dropdown>span {
    cursor: pointer;
    background: none;
    letter-spacing: .9px;
    font-family: "bold";
    color: #231f20;
    font-size: 13px;
    border: none;
    padding: 8px 5px 8px 5px;
    line-height: inherit;
    height: inherit;
    display: inline-block;
}

.mod-lang .dropdown>span b,
.mod-lang .dropdown>span img {
    display: inline-block;
    vertical-align: middle;
}

.mod-lang .dropdown>span img {
    margin-right: 15px;
}

.mod-lang .dropdown>span i.icon-ico_arrow-dropdown {
    display: none;
}

.mod-lang .dropdown.opened .sub {
    display: block;
}

.mod-lang .sub {
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 10;
    background: rgba(222, 222, 222, 0.95);
    width: 110px;
    padding: 10px 10px;
}

.mod-lang .sub li a {
    display: block;
    padding: 10px 10px;
    border-top: 1px solid #979797;
}

.mod-lang .sub li a span {
    display: block;
}

.mod-lang .sub li a span img {
    display: inline-block;
    margin-right: 20px;
}

.mod-lang .sub li a span b {
    display: inline-block !important;
    color: #fff;
    font-family: "bold";
    font-size: 13px;
    font-weight: normal;
}

.mod-lang .sub li:first-child a {
    border: none;
}

.ems-page-default-member-login {
    max-width: 830px;
    margin: 0 auto;
}

.ems-page-default-member-login .ems-col>div {
    width: 50%;
    padding-bottom: 100px;
}

.ems-page-default .ems-login {
    float: right;
    padding-left: 40px;
}

.ems-page-default .ems-signup {
    float: left;
    padding-right: 39px;
    border-right: 1px solid #979797;
}

.ems-login-box .ems-message {
    margin-bottom: 20px;
}

.ems-login-box .ems-signup-header span,
.ems-login-box .ems-login-header span {
    font-size: 15px;
    font-family: "bold";
    display: block;
    padding-bottom: 30px;
}

@media screen and (max-width: 850px) {
    .vailLogin {
        display: none;
    }
    .ems-page-default-member-login {
        max-width: 100%;
        padding: 0;
    }
    .ems-page-default-member-login .ems-col>div {
        width: 100%;
        padding-bottom: 0;
    }
    .ems-page-default .ems-login {
        padding-left: 0;
    }
    .ems-page-default .ems-signup {
        display: none;
        padding-right: 0;
        border: none;
    }
    .ems-page-default .ems-login,
    .ems-page-default .ems-signup {
        float: none;
        width: 100%;
    }
    .ems-page-default .ems-login .ems-form,
    .ems-page-default .ems-signup .ems-form {
        margin: 5% 4% 6% 4%;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field-other .ems-form-obj,
    .ems-page-default .ems-login .ems-form-inner .ems-field-submit .ems-form-obj,
    .ems-page-default .ems-login .ems-form-inner .ems-field-hidden .ems-form-obj,
    .ems-page-default .ems-login .ems-form-inner .ems-field-left .ems-form-obj,
    .ems-page-default .ems-login .ems-form-inner .ems-field.submit .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-other .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-submit .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-hidden .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-left .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field.submit .ems-form-obj {
        margin-left: 0;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field-checkbox .ems-form-obj,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-checkbox .ems-form-obj {
        margin-top: 20px;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field .ems-form-obj-alternate,
    .ems-page-default .ems-signup .ems-form-inner .ems-field .ems-form-obj-alternate {
        margin-right: 0;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field-hidden.text,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-hidden.text {
        display: block;
        text-align: center;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field-submit .ems-form-obj a.btnDefault,
    .ems-page-default .ems-login .ems-form-inner .ems-field.submit .ems-form-obj a.btnDefault,
    .ems-page-default .ems-signup .ems-form-inner .ems-field-submit .ems-form-obj a.btnDefault,
    .ems-page-default .ems-signup .ems-form-inner .ems-field.submit .ems-form-obj a.btnDefault {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field .btn-login-page,
    .ems-page-default .ems-signup .ems-form-inner .ems-field .btn-login-page {
        color: #191e23;
        font-size: 13px;
        margin: 0;
        padding-top: 10px;
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field .btn-login-page a,
    .ems-page-default .ems-signup .ems-form-inner .ems-field .btn-login-page a {
        display: inline-block;
        padding: 10px;
        font-family: "regular";
    }
    .ems-page-default .ems-login .ems-form-inner .ems-field .btn-login-page a u,
    .ems-page-default .ems-signup .ems-form-inner .ems-field .btn-login-page a u {
        font-family: "bold";
        text-decoration: underline;
    }
    .ems-login-box .ems-signup-header span,
    .ems-login-box .ems-login-header span {
        background: #f8f8f8;
        text-align: center;
        font-size: 20px;
        padding-top: 16px;
        padding-bottom: 17px;
    }
    body.ems-signup-body .ems-page-default .ems-login {
        display: none;
    }
    body.ems-signup-body .ems-page-default .ems-signup {
        display: block;
    }
}

.ems-page-cover-inner {
    position: relative;
}

.ems-page-cover-img {
    background-size: cover !important;
}

.ems-page-cover-img img {
    width: 100%;
}

.ems-page-cover-title {
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-weight: 100;
    font-family: "bold";
    font-size: 64px;
    font-size: calc(16px + 2.5vw);
    color: #fff;
    margin: 0;
}

.ems-page-corporate {
    padding-top: 20px;
}

.ems-page-content {
    padding: 50px 20px;
}

.ems-page-content-title {
    display: none;
}

.ems-page-content-text {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.ems-page-content-text .bold {
    font-family: "bold";
}

.ems-page-content-text .content-table {
    width: 48%;
}

.ems-page-content-text .content-table .katBaslik h1 {
    border: 1px solid #979797;
    background: #ededed;
    padding: 10px;
    margin: 0;
    font-weight: normal;
    font-family: "bold";
    padding: 20px 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.ems-page-content-text p,
.ems-page-content-text span,
.ems-page-content-text p strong {
    color: #464646;
    font-size: 18px;
    margin: 0;
    clear: both;
}

.ems-page-content-text p {
    line-height: 25px;
    padding-bottom: 10px;
}

.ems-page-content-text a.btnDefaultContent {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 250px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: inline-block;
    display: inline-block;
}

.ems-page-content-text a.btnMesajGonder {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 250px;
    margin-top: 50px;
    color: #fff;
}

.ems-page-content-text a.btnMesajGonder span {
    color: #fff;
}

.magazalarimiz .magazaAdres {
    border-bottom: 1px solid #979797;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.magazalarimiz .magazaAdres .adresBaslik,
.magazalarimiz .magazaAdres .adres {
    padding: 0 40px;
}

.magazalarimiz .magazaAdres .adres {
    color: #464646;
    font-size: 18px;
    line-height: 25px;
}

.magazalarimiz .magazaAdres .adres a {
    text-decoration: underline;
}

.magazalarimiz .magazaAdres .magazaImg {
    position: relative;
}

.magazalarimiz .magazaAdres .adresBaslik {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "bold";
    color: #464646;
}

.magazalarimiz .magazaAdres .mLink {
    bottom: 15px;
    right: 10px;
    z-index: 1;
    padding-left: 40px;
    margin-top: 10px;
}

.magazalarimiz .magazaAdres .mLink a {
    display: inline-block;
    background: #DA1021;
    letter-spacing: .9px;
    font-family: "bold";
    color: #fff;
    font-size: 15px;
    padding: 12px 22px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
}

.ems-page-member .ems-page-default {
    max-width: 960px;
    padding-top: 40px;
    padding-left: 60px;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj {
    max-width: 225px;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj a.btnUyeBilgi {
    max-width: 250px;
    margin-top: 10px;
    background: #00579c;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj a.btnUyeBilgi:hover {
    background: #DA1021;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bulletin .ems-form-obj,
.ems-page-member .ems-page-default .ems-form-inner .ems-field.sms .ems-form-obj {
    color: #727272;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    padding-left: 40px;
    min-height: 20px;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bulletin .ems-form-obj .sStylerWrp_checkbox,
.ems-page-member .ems-page-default .ems-form-inner .ems-field.sms .ems-form-obj .sStylerWrp_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bulletin .ems-form-obj .cStyler,
.ems-page-member .ems-page-default .ems-form-inner .ems-field.sms .ems-form-obj .cStyler {
    width: 20px;
    height: 20px;
    border: solid 2px #ededed;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bulletin .ems-form-obj .cStyler.checked:after,
.ems-page-member .ems-page-default .ems-form-inner .ems-field.sms .ems-form-obj .cStyler.checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -6px auto 0 auto;
    width: 12px;
    height: 12px;
    background-color: #DA1021;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bonus .ems-form-obj>div span[id$="lbfUYE_BONUSMIKTARI"] {
    font-size: 13px;
    line-height: 35px;
    color: #bebebe;
    float: left;
    min-width: 115px;
}

.ems-page-member .ems-page-default .ems-form-inner .ems-field.bonus .ems-form-obj>div span[id$="lblUYE_BONUSMIKTARI"] {
    background-color: #ececec;
    border: solid 1px #bebebe;
    margin-left: 115px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 8px 10px;
    min-height: 35px;
    line-height: 17px;
}

.ems-page-member .ems-page-default-member-order {
    display: none;
}

.ems-page-member .member-menu-selecbox {
    display: none;
}

.ems-page-member .member-menu h2,
.ems-page-member .member-menu .mobile-title {
    display: none;
}

.ems-page-member .member-menu>ul>li a {
    display: block;
    font-size: 13px;
    color: #727272;
    font-family: "regular";
    padding: 11px 10px 11px 40px;
    position: relative;
}

.ems-page-member .member-menu>ul>li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #4c4c4c;
    position: absolute;
    left: 2.5px;
    top: 50%;
    margin-top: -4px;
}

.ems-page-member .member-menu>ul>li.selected a {
    font-family: "bold";
    color: #4c4c4c;
}

.ems-page-member .member-menu>ul>li.selected a:before {
    width: 13px;
    height: 13px;
    background: #DA1021;
    margin-top: -6px;
    left: 0;
}

.ems-page-member .member-menu>ul div.lvl2 {
    display: none;
    padding-left: 20px;
}

.ems-page-member .member-menu>ul div.lvl2 h3 {
    display: none;
}

.ems-page-member .member-menu>ul div.lvl2 ul li a {
    font-size: 13px;
    color: #727272;
    font-family: "regular";
    padding: 11px 10px 11px 40px;
}

.ems-page-member .member-menu>ul div.lvl2 ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #4c4c4c;
    position: absolute;
    left: 2.5px;
    top: 50%;
    margin-top: -4px;
}

.ems-page-member .member-menu>ul div.lvl2 ul li.selected a {
    font-family: "bold";
    color: #4c4c4c;
}

.ems-page-member .member-menu>ul div.lvl2 ul li.selected a:before {
    width: 13px;
    height: 13px;
    background: #DA1021;
    margin-top: -6px;
    left: 0;
}

.ems-page-member .member-menu>ul h3 {
    font-size: 13px;
    margin: 0;
    font-family: "bold";
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #4c4c4c;
}

.ems-page-member .ems-col-left,
.ems-page-member .ems-col-full {
    float: left;
}

.ems-page-member .ems-col-left {
    width: 220px;
    padding: 30px 20px 40px 20px;
}

.ems-page-member .ems-col-full {
    width: calc(100% - 220px);
}

.ems-page .sprContentHolder {
    position: relative;
    min-height: 500px;
    padding-top: 15px;
    padding-left: 60px;
    padding: 15px 0 100px 60px;
}

.ems-page .sprContentHolder h5 {
    font-size: 15px;
    font-family: "bold";
    text-transform: uppercase;
}

.ems-page .sprContentHolder .page-top-title {
    margin-bottom: 20px;
}

.ems-page .sprContentHolder .gridSiparis {
    position: relative;
}

.ems-page .sprContentHolder .gridSiparis.v2 {
    border-bottom: 3px solid #ededed;
    /*siparişlerim v2 özel*/
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 20px 10px !important;
    width: 16%;
    float: left;
    border: 0;
    font-size: 13px;
    color: #727272;
    border-bottom: 1px solid #ededed;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.sipNo {
    font-family: "bold";
    font-size: 15px;
    color: #231f20;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.teslimatDurum {
    display: none !important;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.teslimatDurum img {
    display: none;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.kargoTakip {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.kargoTakip a {
    text-decoration: underline;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div:last-child {
    border: 0;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .sipNo {
    width: 20%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .tarih {
    width: 16%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .tutar {
    width: 10%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .kargoTakip {
    width: 24%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .sipDurum {
    width: 10%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .btnSiparisDetay {
    padding: 0;
    background: none;
    color: #231f20;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .btnSiparisDetay .close {
    display: none;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .ems-grid-store {
    display: none !important;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .detay {
    float: left;
    width: 100%;
    padding: 10px;
    display: none;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder.opened .detay {
    display: inline-block;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder.opened .detay.sipKargo {
    float: right;
}

.ems-page .sprContentHolder .gridSiparis.v2.subGrid {
    width: 100%;
    margin: 0 auto;
    border-top: none;
    background: #fff;
}

.ems-page .sprContentHolder .gridSiparis.v2.subGrid .rowHeader h3 {
    padding: 10px;
    background: #2561DC;
}

.ems-page .sprContentHolder .gridSiparis.v2.subGrid .rowHeader h3>span {
    font-size: 16px;
    color: #fff;
}

.ems-page .sprContentHolder .gridSiparis.v2 .opened {
    background: #ededed;
}

.ems-page .sprContentHolder .gridSiparis.v2>div>div {
    width: 16%;
    float: left;
    text-align: left;
    padding: 15px 10px;
}

.ems-page .sprContentHolder .gridSiparis.v2>div>div.magaza {
    display: none !important;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowHeader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #ededed;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    color: #727272;
    display: -webkit-box;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div.teslimatDurum {
    display: none !important;
}

.ems-page .sprContentHolder .gridSiparis.v2 .detay {
    float: left;
    width: 100%;
    padding: 10px;
    display: none;
}

.ems-page .sprContentHolder .gridSiparis.v2 .opened .detay {
    display: inline-block;
    padding: 0px 10px 10px 10px !important;
}

.ems-page .sprContentHolder .gridSiparis.v2 .opened .detay.sipKargo {
    float: right;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid {
    width: 100%;
    margin: 0 auto;
    border-top: none;
    background: #fff;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowHeader {
    border-bottom: 1px solid #bebebe;
    display: inline-block;
    width: 100%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowHeader h3 {
    padding: 10px;
    margin: 0;
    background: #00579c;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowHeader h3>span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: "medium";
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowHeader div {
    display: inline-block;
    width: 14.280%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .row {
    border-bottom: 1px solid #bebebe;
    margin: 0;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.280%;
    float: left;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .row div.urnResim img {
    max-width: 70px;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowFooter {
    text-align: center;
}

.ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowFooter .toplam {
    padding: 15px;
    font-family: "bold";
    font-size: 16px;
    width: auto !important;
    float: none;
    text-align: center;
}

.ems-page .sprContentHolder .gridSiparis.v2 .sipKargo .subGrid .rowHeader div {
    display: inline-block;
    width: 33.333%;
    float: left;
    text-align: center;
}

.ems-page .sprContentHolder .gridSiparis.v2 .sipKargo .subGrid .row div {
    display: inline-block;
    width: 33.333%;
    float: left;
}

.ems-page .sprContentHolder .gridSiparis.v2 .sipKargo .subGrid .sipDurumNot {
    padding: 15px;
    display: block;
}

.ems-page .sprContentHolder .gridSiparis.v2 .sipNo {
    width: 20%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .tarih {
    width: 16%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .tutar {
    width: 10%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .kargoTakip {
    width: 24%;
}

.ems-page .sprContentHolder .gridSiparis.v2 .sipDurum {
    width: 10%;
}

.ems-page .sprContentHolder .gridSiparis.v2:empty:before {
    content: 'Kayıt bulunmamaktadır.';
    color: #fff;
    background: #231f20;
    padding: 15px;
    border-radius: 5px;
}


/* Siparişlerim Yukleniyor */

body.sip-ajx-loading .sprContentHolder:before {
    content: '';
    width: 20px;
    height: 44px;
    background: url(/images/frontend/nblogo.png) center center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 200px;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

body.sip-ajx-loading .sprContentHolder.ems-loaded:before {
    display: none;
}

.pageSitemap {
    padding: 50px 20px;
}

.pageSitemap .pageHeadersitemap,
.pageSitemap .icerikKategoriListe {
    display: none;
}

.pageSitemap .urunKategoriListe {
    width: 100%;
}

.pageSitemap .urunKategoriListe ul li a {
    display: inline-block;
    padding: 10px;
}

.pageSitemap .urunKategoriListe>ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.pageSitemap .urunKategoriListe>ul>li {
    display: inline-block;
    vertical-align: top;
}

.pageSitemap .urunKategoriListe>ul>li>a {
    position: relative;
    font-family: "bold";
    font-size: 20px;
    display: block;
}

.pageSitemap .urunKategoriListe>ul>li>a:after {
    content: '\e90c';
    font-family: 'icomoon';
    font-size: 20px;
    float: right;
    color: #ffe000;
}

.pageSitemap .urunKategoriListe>ul>li>ul>li>a {
    font-family: "bold";
}

.pageSitemap .urunKategoriListe>ul>li>ul>li>ul {
    padding-left: 10px;
}

.pageSitemap .urunKategoriListe>ul>li>ul>li>ul>li>a {
    font-size: 14px;
}

.pageMesajGonder {
    max-width: 960px;
    padding: 40px 0 50px 60px;
}

.pageMesajGonder .tableTitleMesajGonder {
    display: none;
}

.pageMesajGonder .tableMesajGonder_aciklama {
    font-size: 13px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    color: #727272;
    margin-top: 20px;
    line-height: 16px;
}

.pageMesajGonder .tableMesaj_trlbfUYE_ACIKLAMA {
    font-size: 13px;
    color: #727272;
}

.pageMesajGonder .tableMesajTurGiris .tableMesaj_trlbfMST_SPR_AD,
.pageMesajGonder .tableMesajTurGiris .tableMesaj_trUYM_ILETISIM,
.pageMesajGonder .tableMesajTurGiris .tableMesaj_trlbfUYM_ADRES {
    display: none;
}

.pageMesajGonder .pageMesajGonder_CaptchaImage1 {
    max-width: 340px;
}

.pageMesajGonder .pageMesajGonder_CaptchaImage1 #imgCaptcha {
    margin-bottom: 20px;
}

.pageMesajGonder .pageMesajGonder_CaptchaImage1 span[id$="lbfUYE_KONTROLKODU"] {
    display: block;
}

.pageMesajGonder .pageMesajGonder_CaptchaImage1 input {
    max-width: 250px;
}

.pageMesajGonder .pageMesajGonder_btnMesajGonder {
    max-width: 340px;
}

.pageMesajGonder .pageMesajGonder_btnMesajGonder>table {
    display: table !important;
    margin-top: 30px;
    text-align: left;
}

.pageMesajGonder .pageMesajGonder_btnMesajGonder>table a.btnDefault {
    max-width: 250px;
    background: #00579c;
}

.pageMesajGonder .pageMesajGonder_btnMesajGonder>table a.btnDefault:hover {
    background: #DA1021;
}

.pageSifremiUnuttum {
    max-width: 960px;
    padding: 40px 0 40px 60px;
}

.pageSifremiUnuttum .pageErrorDefault,
.pageSifremiUnuttum .pageSifremiUnuttum_mesaj {
    margin: 15px 0;
}

.pageSifremiUnuttum .tableSifremiUnuttum {
    max-width: 365px;
}

.pageSifremiUnuttum .tableSifremiUnuttum tbody tr th {
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    color: #bebebe;
    width: 115px;
    text-align: left;
}

.pageSifremiUnuttum .tableSifremiUnuttum tbody tr td input {
    margin-bottom: 15px;
}

.pageSifremiUnuttum .tableSifremiUnuttum tbody tr td input:focus {
    border-color: #fdde00;
}

.pageSifremiUnuttum .tableSifremiUnuttum tbody tr td.tableSifremiUnuttum_tdCaptchaImage1 img {
    margin-bottom: 15px;
}

.pageSifremiUnuttum .tableSifremiUnuttum tbody tr td.tableSifremiUnuttum_tdCaptchaImage1 div>span {
    display: block;
}

.ems-logoff .ems-page-member .ems-col-left {
    display: none;
}

.ems-logoff .ems-page-member .ems-col-full {
    width: 100%;
}

.ems-logoff .pageSifremiUnuttum {
    max-width: 960px;
    padding-left: 0;
    margin: 0 auto;
}

.tableMesajGonder_mesajIcerik>div>table {
    max-width: 340px;
}

.tableMesajGonder_mesajIcerik>div>table>tbody>tr>th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    color: #bebebe;
    width: 115px;
}

.tableMesajGonder_mesajIcerik>div>table>tbody>tr>td input,
.tableMesajGonder_mesajIcerik>div>table>tbody>tr>td textarea {
    width: 100% !important;
    margin-bottom: 15px;
}

.tableMesajGonder_mesajIcerik>div>table>tbody>tr>td textarea {
    resize: none;
    height: 100px;
}

.tableMesajGonder_mesajIcerik>div>table>tbody>tr>td .sStylerMainWrp.sStylerWrp_select {
    margin-bottom: 15px;
}

.tableMesajGonder_mesajIcerik>table {
    max-width: 340px;
}

.tableMesajGonder_mesajIcerik>table>tbody>tr>th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    color: #bebebe;
    width: 115px;
}

.tableMesajGonder_mesajIcerik>table>tbody>tr>td textarea {
    resize: none;
    height: 100px;
}

.tableMesajGonder_mesajIcerik>table>tbody>tr>td input,
.tableMesajGonder_mesajIcerik>table>tbody>tr>td textarea {
    width: 100% !important;
    margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
    .ems-page-cover-img {
        height: 300px;
        background-position: 100% 100% !important;
    }
    .ems-page-cover-img img {
        visibility: hidden;
        opacity: 0;
    }
    .ems-page {
        /* Siparişlerim */
    }
    .ems-page-member>.ems-container {
        padding: 0;
    }
    .ems-page-member .sStylerMainWrp.member-menu-selecbox.sStylerWrp_select .sStylerWrp {
        border: none;
        background: #1a1718;
        font-family: "bold";
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        height: 55px;
        line-height: 25px;
    }
    .ems-page-member .sStylerMainWrp.member-menu-selecbox.sStylerWrp_select .sStylerWrp:after {
        right: 20px;
        font-size: 12px;
        margin-top: -6px;
    }
    .ems-page-member .ems-page-default {
        max-width: inherit;
        padding: 0;
        margin: 5% 4% 5% 4%;
    }
    .ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj {
        max-width: 100%;
    }
    .ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj a.btnUyeBilgi {
        max-width: 100%;
        background: #DA1021;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ems-page-member .ems-page-default .ems-form-inner .ems-field .ems-form-obj a.btnUyeBilgi:hover {
        background: #00579c;
    }
    .ems-page-member .ems-page-default .ems-form-inner .ems-field.bonus .ems-form-obj>div span[id$="lbfUYE_BONUSMIKTARI"] {
        line-height: 45px;
    }
    .ems-page-member .ems-page-default .ems-form-inner .ems-field.bonus .ems-form-obj>div span[id$="lblUYE_BONUSMIKTARI"] {
        width: inherit;
        min-height: 45px;
        line-height: 27px;
    }
    .ems-page-member .member-menu-selecbox {
        display: block;
    }
    .ems-page-member .member-menu {
        display: none;
    }
    .ems-page-member .member-menu>ul>li a {
        display: block;
        font-size: 13px;
        color: #727272;
        font-family: "regular";
        padding: 11px 10px 11px 40px;
        position: relative;
    }
    .ems-page-member .member-menu>ul>li a:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #4c4c4c;
        position: absolute;
        left: 2.5px;
        top: 50%;
        margin-top: -4px;
    }
    .ems-page-member .member-menu>ul>li.selected a {
        font-family: "bold";
        color: #4c4c4c;
    }
    .ems-page-member .member-menu>ul>li.selected a:before {
        width: 13px;
        height: 13px;
        background: #DA1021;
        margin-top: -6px;
        left: 0;
    }
    .ems-page-member .ems-col-left,
    .ems-page-member .ems-col-full {
        float: none;
        width: 100%;
    }
    .ems-page-member .ems-col-left {
        padding: 0;
    }
    .ems-page-member .ems-page-member-password .ems-form-inner .ems-field.button .ems-form-obj {
        margin-left: 0 !important;
    }
    .ems-page-member .ems-page-member-password .ems-form-inner .ems-field.button .ems-form-obj a.btnDefault {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ems-page .sprContentHolder {
        padding: 10px;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder {
        border-bottom: 3px solid #ededed;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div {
        width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.tutar,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.tarih,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.teslimatDurum {
        display: none;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder>div.sipNo {
        font-family: "regular";
        font-size: 13px;
        color: #727272;
        max-width: 33.333%;
        overflow-x: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .sipNo,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .kargoTakip,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowSipHolder .sipDurum {
        width: 33.333%;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div {
        width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div.tutar,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div.tarih,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader>div.teslimatDurum {
        display: none;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader .sipNo,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader .kargoTakip,
    .ems-page .sprContentHolder .gridSiparis.v2 .rowHeader .sipDurum {
        width: 33.333%;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .subGrid .rowHeader div {
        width: 24% !important;
    }
    .ems-page .sprContentHolder .gridSiparis.v2 .subGrid .row div {
        width: 25% !important;
    }
    .ems-page .sprContentHolder .subGrid .urnResim,
    .ems-page .sprContentHolder .subGrid .urnAciklama {
        display: none !important;
    }
    .ems-page .sprContentHolder .subGrid div>div {
        width: 19% !important;
        float: none !important;
    }
    .ems-page .sprContentHolder .subGrid .row {
        display: table !important;
        width: 100%;
    }
    .ems-page .sprContentHolder .subGrid .row>div {
        display: table-cell !important;
        text-align: center !important;
    }
    .ems-page .sprContentHolder .subGrid .row>div.urnResim,
    .ems-page .sprContentHolder .subGrid .row>div.urnAciklama {
        display: none !important;
    }
    .pageSitemap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pageSitemap .urunKategoriListe {
        width: 100%;
    }
    .pageSitemap .urunKategoriListe>ul {
        display: table;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        width: 100%;
    }
    .pageSitemap .urunKategoriListe>ul>li {
        width: 50%;
    }
    .pageMesajGonder {
        max-width: inherit;
        padding: 0;
        margin: 5% 4% 5% 4%;
    }
    .pageMesajGonder .tableMesajGonder_aciklama {
        display: none;
    }
    .pageMesajGonder .pageMesajGonder_CaptchaImage1 {
        max-width: 100%;
    }
    .pageMesajGonder .pageMesajGonder_CaptchaImage1 input {
        max-width: 100%;
    }
    .pageMesajGonder .pageMesajGonder_btnMesajGonder {
        max-width: 100%;
    }
    .pageMesajGonder .pageMesajGonder_btnMesajGonder>table a.btnDefault {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tableMesajGonder_mesajIcerik>div>table {
        max-width: 100%;
    }
    .tableMesajGonder_mesajIcerik>table {
        max-width: 100%;
    }
    .ems-page-corporate {
        padding-top: 0;
    }
    .ems-page-content-text {
        max-width: 100%;
        padding: 20px 20px 0 20px;
    }
    .ems-page-content-text .content-table {
        width: 100%;
        margin-bottom: 20px;
    }
    .ems-page-content-text a.btnMesajGonder {
        display: block;
        width: inherit;
        max-width: inherit;
    }
    .ems-page-content {
        padding: 0 0 50px 0;
    }
    .magazalarimiz .magazaAdres:last-child {
        margin-bottom: 0;
    }
    .magazalarimiz .magazaAdres .adresBaslik,
    .magazalarimiz .magazaAdres .adres {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mod-mini-cart-header .ems-cart-info {
    cursor: pointer;
    font-family: "bold";
    font-size: 13px;
    letter-spacing: .9px;
    padding: 0px 20px;
    min-width: 125px;
    text-align: center;
    min-height: 30px;
    transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
}

.mod-mini-cart-header .ems-cart-info span[id$="lbfKUTU_SEPET"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-mini-cart-header .ems-cart-info span[id$="lbfKUTU_SEPET"] i {
    font-size: 30px;
    margin-right: 5px;
    font-weight: 400;
}

.mod-mini-cart-header .ems-cart-info span[id$="lbfKUTU_URUN"] {
    display: none;
}

.mod-mini-cart-header .ems-cart-info span[id$="lblUrunAdet"] {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 20px;
    text-align: center;
    /*&:before{
                    content: "(";
                }
                &:after{
                    content: ")";
                }*/
}

.mod-mini-cart-header .ems-cart-info span[id$="lblUrunAdet"]:before,
.mod-mini-cart-header .ems-cart-info span[id$="lblUrunAdet"]:after {
    position: relative;
    top: -1px;
}

.mod-mini-cart-body {
    background: rgba(222, 222, 222, 0.95);
    width: 400px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 10;
    padding: 30px 30px 20px 30px;
    display: none;
}

.mod-mini-cart-body span.kutuSepet_urunYok .cart-empty-text {
    margin: 0;
    color: #1a1718;
    font-size: 25px;
    letter-spacing: 1.7px;
    text-align: center;
    font-family: "bold";
}

.mod-mini-cart-body span.kutuSepet_urunYok .wrapper {
    padding: 80px 0 60px 0;
}

.mod-mini-cart-body span.kutuSepet_urunYok .wrapper i {
    display: block;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.mod-mini-cart-body span.kutuSepet_urunYok .wrapper .cart-empty-btn {
    margin-top: 20px;
}

.mod-mini-cart-body .ems-col-total {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #1a1718;
}

.mod-mini-cart-body .ems-col-total>span {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    color: #1a1718;
    font-family: "bold";
    font-size: 18px;
}

.mod-mini-cart-body .ems-col-total>span s {
    display: none;
}

.mod-mini-cart-body .ems-col-total span[id$="lbfkutuSepet1"] {
    text-align: left;
}

.mod-mini-cart-body .ems-col-total span[id$="lblUrunTutari"] {
    text-align: right;
}

.mod-mini-cart-body .ems-col-total span[id$="lblUrunTutari"]:before {
    content: 't';
    font-family: "tl";
    margin-right: 5px;
}

.mod-mini-cart-body .ems-col-link>a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.mod-mini-cart-cover {
    width: 100%;
    height: 170px;
    background-size: 100% 100% !important;
    display: none;
    background: none;
}

.mod-mini-cart-cover .mini-cart-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
}

.mod-mini-cart-cover .mini-cart-text i.icon-ico_lightning {
    display: block;
    font-size: 40px;
}

.mod-mini-cart-cover .mini-cart-text i.icon-ico_lightning:before {
    font-size: 40px;
}

.mod-mini-cart-cover .mini-cart-text p {
    margin: 10px 0;
    font-size: 35px;
    color: #fff;
    font-family: "bold";
    line-height: 1;
}

.mod-mini-cart-cover .mini-cart-text a {
    display: inline-block;
    font-size: 18px;
    font-family: "regular";
    padding: 10px;
}

.mod-mini-cart-cover .mini-cart-text a span,
.mod-mini-cart-cover .mini-cart-text a i.icon-ico_arrow-right {
    display: inline-block;
    vertical-align: middle;
}

.mod-mini-cart-cover .mini-cart-text a span {
    color: #fff;
}

.mod-mini-cart-cover .mini-cart-text a i.icon-ico_arrow-right {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.mod-mini-cart-cover .mini-cart-text a i.icon-ico_arrow-right:before {
    color: #fff;
    font-size: 8px;
}

.mod-mini-cart .kutuSepet_icerik>div {
    margin-top: 20px;
}

.mod-mini-cart .kutuSepet_icerik>div:first-child {
    margin-top: 0;
}

.mod-mini-cart .kutuSepet_icerik .ems-col:before,
.mod-mini-cart .kutuSepet_icerik .ems-col:after {
    content: '';
    width: 100%;
    height: 0;
    font-size: 0;
    clear: both;
    display: table;
}

.mod-mini-cart .kutuSepet_icerik .ems-col>div {
    float: left;
}

.mod-mini-cart .kutuSepet_icerik .ems-col>div * {
    color: #1a1718;
}

.mod-mini-cart .kutuSepet_icerik .ems-col>div .cart-prd-remove {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}

.mod-mini-cart .kutuSepet_icerik .ems-col>div .cart-prd-remove a span {
    display: none;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-name {
    min-height: 55px;
    max-height: 55px;
    margin-bottom: 5px;
    overflow: hidden;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-code {
    display: none;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-quantity,
.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-price {
    display: inline-block;
    vertical-align: middle;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-price {
    font-family: "bold";
    font-size: 18px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-price:before {
    content: 't';
    font-family: "tl";
    float: left;
    margin-right: 3px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-left {
    width: 95px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-left img {
    width: 100%;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .cart-prd-right {
    width: 245px;
    padding: 10px 20px 0 10px;
    position: relative;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl {
    text-align: center;
    margin-right: 20px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl a {
    display: inline-block;
    border: 1px solid #DA1021;
    padding: 7px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl a span {
    display: none;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl a i,
.mod-mini-cart .kutuSepet_icerik .ems-col .iControl a i:before {
    font-size: 9px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl span {
    border-top: 1px solid #DA1021;
    border-bottom: 1px solid #DA1021;
    min-width: 50px;
    text-align: center;
    padding: 3px 3px 3px 3px;
    font-family: "bold";
    font-size: 15px;
}

.mod-mini-cart .kutuSepet_icerik .ems-col .iControl a,
.mod-mini-cart .kutuSepet_icerik .ems-col .iControl span {
    display: inline-block;
    vertical-align: middle;
    min-height: 25px;
}

.mod-mini-cart-footer {
    display: none;
}

body.basket-empty .mod-mini-cart-body {
    padding: 20px 20px 20px 20px;
}

body.basket-empty .mod-mini-cart-body .ems-col-total,
body.basket-empty .mod-mini-cart-body .ems-col-link {
    display: none;
}

body.basket-full .mod-mini-cart-body .ems-col.ems-col-total,
body.basket-full .mod-mini-cart-body .ems-col.ems-col-link {
    display: block;
}

body.mini-cart-ready .mod-mini-cart-body {
    display: block;
    -webkit-animation: cart 333ms ease;
    -moz-animation: cart 333ms ease;
    -ms-animation: cart 333ms ease;
    -o-animation: cart 333ms ease;
    animation: cart 333ms ease;
}

body.mini-cart-ready .vailCart {
    opacity: .3;
    visibility: visible;
}

@media screen and (max-width: 850px) {
    .mod-mini-cart {
        display: none !important;
    }
}

.ems-login .mod-mini-login-header {
    padding: 0px 20px;
}

.mod-mini-login-header {
    cursor: pointer;
    background: #fff;
    font-family: "bold";
    font-size: 13px;
    letter-spacing: .9px;
    padding: 0px 20px;
    min-width: 125px;
    text-align: center;
    min-height: 30px;
    transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
}

.mod-mini-login-header>span[id$="lbfkutuUyeGiris1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-mini-login-header>span[id$="lbfkutuUyeGiris1"] i {
    font-size: 30px;
    margin-right: 5px;
}

.mod-mini-login-header>span[id$="lbhKUTU_HESABIM"] {
    max-width: 210px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-mini-login-header>span[id$="lbhKUTU_HESABIM"]:before {
    content: '\e924';
    font-family: 'icomoon';
    font-size: 30px;
    margin-right: 5px;
}

.mod-mini-login-footer {
    display: none;
}

.mod-mini-login-body .sub {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 10;
    padding: 30px 30px;
    -webkit-animation: cart 333ms ease;
    -moz-animation: cart 333ms ease;
    -ms-animation: cart 333ms ease;
    -o-animation: cart 333ms ease;
    animation: cart 333ms ease;
}

.mod-mini-login-body .sub .ems-message {
    margin-bottom: 20px;
}

.mod-mini-login-body .sub .ems-message:empty {
    display: none;
}

.mod-mini-login-body .sub .sub-title {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: .9px;
    color: #fff;
    font-family: "bold";
    padding-bottom: 20px;
    text-align: center;
    display: block;
}

.mod-mini-login-body .sub .seperator span {
    font-size: 13px;
    color: #fff;
    font-family: "regular";
    display: block;
    padding: 20px 0 20px 0;
    text-align: center;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-obj input {
    background: #fff;
    color: #1a1718;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field #lnkSifremiUnuttum {
    padding: 0 0 0 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field #lnkSifremiUnuttum span {
    font-size: 13px;
    color: #bebebe;
    font-family: "regular";
}

.mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnKutuLogin,
.mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnFacebookLoginKutu {
    max-width: 250px;
    padding-left: 5px;
    padding-right: 5px;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnFacebookLoginKutu {
    margin-top: 25px;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] {
    display: block;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] a.lnkUyeOlmak {
    display: block;
    background: none;
    padding: 13px 5px 13px 5px;
    background: #fff;
    border: 1px solid #DA1021;
    color: #1a1718;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] a.lnkUyeOlmak:hover {
    background: #DA1021;
    color: #fff;
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] a.lnkUyeOlmak span {
    font-family: "bold";
    font-size: 15px;
    letter-spacing: .9px;
}

@media screen and (min-width: 850px) {
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] a.lnkUyeOlmak {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 9px;
        padding-bottom: 10px;
    }
}

.mod-mini-login-body .sub .ems-form-inner .ems-field .btnKutuLogin {
    background: #DA1021;
}

.mod-mini-login-body .sub.login {
    width: 100%;
    padding: 20px;
}

.mod-mini-login-body .sub .ems-user-info {
    display: none;
}

.mod-mini-login-body .sub .ems-user-pages>div * {
    color: #1a1718;
    font-size: 15px;
}

.mod-mini-login-body .sub .ems-user-pages>div a {
    display: inline-block;
    padding: 7px 10px;
}

.mod-mini-login-body .sub .ems-user-pages>div a.btnKutuLogout {
    padding: 15px 17px 15px 17px;
    margin-top: 20px;
}

.mod-mini-login-body .sub .ems-user-pages>div a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 850px) {
    .mod-mini-login-body .sub {
        background: rgba(222, 222, 222, 0.95);
        width: 350px;
        padding: 30px 20px;
        top: 45px;
    }
    .mod-mini-login-body .sub .sub-title {
        text-align: left;
        font-size: 17px;
        color: #1a1718;
    }
    .mod-mini-login-body .sub .ems-form-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-form-left,
    .mod-mini-login-body .sub .ems-form-inner .seperator,
    .mod-mini-login-body .sub .ems-form-inner .ems-form-right {
        display: table-cell;
        vertical-align: top;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-form-left {
        width: 100%;
    }
    .mod-mini-login-body .sub .ems-form-inner .seperator {
        width: 100%;
        padding-top: 15px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-form-right {
        width: 100%;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field {
        display: table;
        width: 100%;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-label,
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-obj {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 15px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-label {
        min-width: inherit;
        float: inherit;
        color: #1a1718;
        font-size: 14px;
        width: 25%;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-obj {
        width: 75%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .btnKutuLogin {
        padding-top: 10px;
        padding-bottom: 10px;
        width: calc(100% - 25%);
        color: #fff;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field #lnkSifremiUnuttum {
        width: calc(100% - 25%);
        padding-left: 0;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field #lnkSifremiUnuttum span {
        color: #1a1718;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnFacebookLoginKutu {
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

body.mini-login-ready .mod-mini-login-header {
    background: #2e2a2b;
    color: #fff;
}

@media screen and (min-width: 850px) {
    body.mini-login-ready .mod-mini-login-header {
        background: none;
        color: black;
    }
}

body.mini-login-ready .vailLogin {
    opacity: .3;
    visibility: visible;
}

body.ems-logoff.mini-login-ready .mod-mini-login-body .sub.logoff {
    display: block;
}

body.ems-login.mini-login-ready .mod-mini-login-body .sub.login {
    display: block;
}

@media screen and (max-width: 850px) {
    .mod-mini-login-header {
        display: none;
    }
    .mod-mini-login-body .sub {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background: #fff;
        padding: 0;
    }
    .mod-mini-login-body .sub .sub-title {
        font-size: 20px;
        color: #fff;
        font-size: 20px;
        background: #1a1718;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .mod-mini-login-body .sub .seperator span {
        color: #1a1718;
    }
    .mod-mini-login-body .sub .ems-form-inner {
        padding: 0 50px 30px 50px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-label {
        float: none;
        min-width: 100%;
        color: #1a1718;
        font-family: "bold";
        font-size: 17px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-obj {
        margin-left: 0;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-form-obj input {
        height: 50px;
        line-height: 38px;
        color: #1a1718;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .seperator span {
        font-size: 17px;
        color: #1a1718;
        font-family: "bold";
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field #lnkSifremiUnuttum span {
        color: #1a1718;
        font-family: "bold";
        font-size: 17px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .ems-new-login span[id$="lbflnkUyeOlmak"] {
        display: block;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnKutuLogin,
    .mod-mini-login-body .sub .ems-form-inner .ems-field-submit a.btnFacebookLoginKutu {
        max-width: 100%;
        padding-top: 18px;
        padding-bottom: 17px;
    }
    .mod-mini-login-body .sub .ems-form-inner .ems-field .btnKutuLogin {
        color: #fff;
    }
    .mod-mini-login-body .sub.login {
        width: 100%;
        padding: 0;
    }
    .mod-mini-login-body .sub.logoff .ems-form-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod-mini-login-body .sub .ems-user-info {
        position: relative;
        display: block;
        font-size: 17px;
        font-family: "bold";
        padding: 26px 50px;
        background: #1a1718;
        color: #fff;
    }
    .mod-mini-login-body .sub .ems-user-info .member-account {
        display: none;
    }
    .mod-mini-login-body .sub .ems-user-info .mobile-user-popup-close {
        cursor: pointer;
        position: absolute;
        left: 8px;
        width: 40px;
        text-align: center;
        padding: 5px;
        top: 21px;
        height: 30px;
    }
    .mod-mini-login-body .sub .ems-user-pages {
        padding-top: 10px;
    }
    .mod-mini-login-body .sub .ems-user-pages>div * {
        color: #1a1718;
        font-size: 17px;
        font-family: "bold";
    }
    .mod-mini-login-body .sub .ems-user-pages>div {
        padding: 0 40px;
    }
    .mod-mini-login-body .sub .ems-user-pages>div a {
        display: block;
        padding-top: 21px;
        padding-bottom: 21px;
        border-top: 1px solid #ededed;
        text-transform: uppercase;
    }
    .mod-mini-login-body .sub .ems-user-pages>div a.btnKutuLogout {
        margin-bottom: 20px;
    }
    .mod-mini-login-body .sub .ems-user-pages>div:first-child a {
        border: none;
    }
}

.navigasyon>span a {
    display: inline-block;
    padding: 10px 20px 10px 0;
    font-size: 14px;
}

.navigasyon>span a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/images/frontend/seperator-icon.png) no-repeat;
    margin-right: 20px;
    width: 15px;
    height: 8px;
}

.navigasyon>span a:first-child:before {
    display: none;
}

.minPpIframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 850px) {
    .ems-prd-detail-inner .inner-row-2 {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}

.ems-page-detail {
    padding-top: 10px;
    padding-bottom: 30px;
}

.ems-page-detail .ems-pay-info {
    margin: 55px 0;
}

.ems-page-detail .navigasyon .ems-prd-product-code {
    display: inline-block !important;
    font-size: 14px;
}

.ems-page-detail .navigasyon .ems-prd-product-code:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/images/frontend/seperator-icon.png) no-repeat;
    margin-right: 20px;
    width: 15px;
    height: 8px;
}

.swiper-container-detail .swiper-pagination {
    display: none;
}

.ems-small-banner {
    display: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ems-small-banner>div {
    padding: 20px 10px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.ems-small-banner>div>a {
    display: block;
}

.ems-small-banner>div>a>div {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #f5f5f5;
}

.ems-small-banner>div>a>div div {
    display: inline-block;
    vertical-align: middle;
}

.ems-small-banner>div>a>div div.image {
    width: 250px;
    max-width: 250px;
    overflow: hidden;
}

.ems-small-banner>div>a>div div.image img {
    -webkit-transition: -webkit-transform 333ms ease-in-out;
    transition: -webkit-transform 333ms ease-in-out;
    transition: transform 333ms ease-in-out;
    transition: transform 333ms ease-in-out, -webkit-transform 333ms ease-in-out;
    -webkit-transition: transform 333ms ease-in-out;
    -o-transition: transform 333ms ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ems-small-banner>div>a>div div.content {
    width: calc(100% - 250px);
    position: relative;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    padding: 25px 75px 20px 20px;
    background: #f5f5f5;
}

.ems-small-banner>div>a>div div.content span {
    font-family: "bold";
    font-size: 20px;
    display: block;
    max-height: 53px;
    overflow: hidden;
}

.ems-small-banner>div>a>div div.content span b {
    font-weight: normal;
    font-family: "bold";
    font-size: 20px;
}

.ems-small-banner>div>a>div div.content span:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #fdde00;
    display: block;
    margin-bottom: 5px;
    transition: all 333ms ease-in-out;
    -webkit-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
}

.ems-small-banner>div>a>div div.content i {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
    transition: all 333ms ease-in-out;
    -webkit-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ems-small-banner>div>a>div div.content i,
.ems-small-banner>div>a>div div.content i:before {
    font-size: 11px;
}

.ems-small-banner>div>a:hover>div div.image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ems-small-banner>div>a:hover>div div.content span:before {
    width: 100%;
}

.ems-small-banner>div>a:hover>div div.content i {
    right: 25px;
}

.ems-prd-detail-inner {
    max-width: 1220px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}

.ems-prd-detail-inner .inner-row-1,
.ems-prd-detail-inner .inner-row-2 {
    float: left;
}

.ems-prd-detail-inner .inner-row-1 {
    width: calc(100% - 470px);
    padding-left: 85px;
    padding-right: 60px;
}

.ems-prd-detail-inner .inner-row-2 {
    width: 470px;
}

.ems-prd-detail .ems-prd-detail-top>div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.ems-prd-detail .ems-prd-comment {
    text-align: right;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan {
    margin-top: 15px;
    margin-bottom: 10px;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>div,
.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>span {
    display: inline-block;
    vertical-align: middle;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>div {
    cursor: pointer;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>div.tableYorumListe_yorumMesaj {
    display: none;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>span {
    display: none;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>span>a {
    color: #4d4d4d;
    font-size: 14px;
}

.ems-prd-detail .ems-prd-comment .yorumOrtalamaPuan>span .toplamPuan {
    display: none;
}

.ems-prd-detail .ems-prd-comment .star-rating {
    position: relative;
    float: inherit;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"] {
    display: table;
    width: auto;
    float: right;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]:empty {
    display: none;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]>span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]>span:nth-child(1) {
    padding-right: 10px;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]>span:nth-child(1):after {
    content: '|';
    font-family: "regular";
    font-size: 14px;
    margin-left: 10px;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]>span:nth-child(2) {
    cursor: pointer;
}

.ems-prd-detail .ems-prd-comment span[id$="lblURN_YORUMSAYISI"]>span:nth-child(2):hover {
    text-decoration: underline;
}

.ems-prd-detail .ems-prd-brand-img {
    float: right;
}

.ems-prd-detail .ems-prd-brand-img>*:empty {
    display: none;
}

.ems-prd-detail .ems-prd-brand-img a img {
    display: inline-block !important;
    max-width: 70px;
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ems-prd-detail .ems-prd-name h1.emos_H1 {
    font-size: 35px;
    font-family: "bold";
    color: #231f20;
    margin: 10px 80px 10px 0;
    display: block;
    line-height: 1;
}

.ems-prd-detail .ems-prd-sort-desc {
    font-size: 18px;
    color: #a5a5a5;
}

.ems-prd-detail .ems-prd-sort-desc:empty {
    display: none;
}

.ems-prd-detail .ems-prd-price-left,
.ems-prd-detail .ems-prd-price-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.ems-prd-detail .ems-prd-price-first,
.ems-prd-detail .ems-prd-price-selling {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #4e4e4e;
    padding: 15px 0 10px 0;
}

.ems-prd-detail .ems-prd-price-first:empty,
.ems-prd-detail .ems-prd-price-selling:empty {
    display: none;
}

.ems-prd-detail .ems-prd-price-first {
    color: #a5a5a5;
    text-decoration: line-through;
    margin-right: 15px;
}

.ems-prd-detail .ems-prd-price-first:before,
.ems-prd-detail .ems-prd-price-selling:before {
    float: left;
    content: 't';
    font-family: "tl";
}

.ems-prd-detail .ems-prd-price-taksit a {
    text-decoration: underline;
    font-size: 14px;
    color: #4d4d4d;
    text-align: right;
    display: block;
    margin-top: 18px;
    cursor: pointer;
}

.ems-prd-detail .ems-prd-group {
    width: 100%;
    position: relative;
}

.ems-prd-detail .ems-prd-group:empty {
    display: none;
}

.ems-prd-detail .ems-prd-group .listeUrunDetayGrup_listeBaslik span {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup {
    margin-top: 10px;
    opacity: 0;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.activeted {
    opacity: 1;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 auto;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_AD,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_AD,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_AD,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_AD {
    display: none;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_RESIM,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_RESIM,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_RESIM,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_RESIM {
    cursor: pointer;
    margin: 0 5px 0 0;
    position: relative;
    overflow: hidden;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_RESIM img,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_RESIM img,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_RESIM img,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_RESIM img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_RESIM:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    display: inline-block;
    background: #DA1021;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li:hover .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.selected .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide:hover .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide.selected .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li:hover .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.selected .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide:hover .URN_RESIM:after,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide.selected .URN_RESIM:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next {
    right: 0;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev {
    left: 0;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next {
    opacity: 0;
    margin-top: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    padding: 7px 0;
    border-radius: 2px;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev i,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev i:before,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next i,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next i:before {
    font-size: 6px;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup:hover .swiper-button-next {
    opacity: 1;
}

.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-2:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-2:hover .swiper-button-next,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-3:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-3:hover .swiper-button-next,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-4:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-4:hover .swiper-button-next,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-5:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-5:hover .swiper-button-next,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-6:hover .swiper-button-prev,
.ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup.item-6:hover .swiper-button-next {
    opacity: 0;
}

.ems-prd-detail .ems-prd-group .dropdown,
.ems-prd-detail .ems-prd-group .sStylerMainWrp {
    display: none;
}

.ems-prd-detail .ems-prd-zoom {
    position: relative;
    width: 100%;
    height: 100%;
}

.ems-prd-detail .ems-prd-social>span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #4d4d4d;
}

.ems-prd-detail .ems-prd-social .title,
.ems-prd-detail .ems-prd-social ul {
    display: inline-block;
    vertical-align: middle;
}

.ems-prd-detail .ems-prd-social .title {
    min-width: 70px;
}

.ems-prd-detail .ems-prd-social .title .icon-ico_share {
    display: none;
}

.ems-prd-detail .ems-prd-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.ems-prd-detail .ems-prd-social ul li a {
    display: inline-block;
    padding: 10px;
}

.ems-prd-detail .ems-prd-social ul li a i,
.ems-prd-detail .ems-prd-social ul li a i:before {
    font-size: 15px;
}

.ems-prd-detail .ems-prd-social ul li a i:before,
.ems-prd-detail .ems-prd-social ul li a i:before:before {
    color: #231f20;
}

.ems-prd-detail .ems-prd-social ul li.link-share {
    display: none;
}

.ems-prd-detail .ems-prd-social ul li:first-child {
    margin-left: 0;
}

.ems-prd-detail .ems-prd-icons {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 56px;
    height: 56px;
    z-index: 1;
}

.ems-prd-detail .ems-prd-icons-alternate {
    left: inherit;
    right: 12px;
    height: auto;
    text-align: center;
    display: none;
}

.ems-prd-detail .ems-prd-icons-alternate>span {
    font-family: "bold";
    font-size: 18px;
    color: #4970BD;
}

.ems-prd-detail .ems-prd-icons .urunDetay_KazancOran b {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
    font-family: "bold";
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.ems-prd-detail .ems-prd-icons .urunDetay_KazancOran b small {
    font-size: 10px;
}

.ems-prd-detail .ems-prd-size .urunDetay_urunSecenek {
    margin-top: 20px;
}

.ems-prd-detail .ems-prd-size .sStylerMainWrp {
    display: none;
}

.ems-prd-detail .ems-prd-size .dropdown-trigger {
    display: none;
}

.ems-prd-detail .ems-prd-size .dropdown-trigger>span {
    font-size: 14px;
}

.ems-prd-detail .ems-prd-size .urunSecenek_baslik1 {
    display: block !important;
}

.ems-prd-detail .ems-prd-size .urunSecenek_baslik1 span {
    display: block;
    font-size: 14px;
}

.ems-prd-detail .ems-prd-size .dropdown-options {
    display: block !important;
    max-width: 353px;
    padding: 10px 0;
}

.ems-prd-detail .ems-prd-size .dropdown-options:before,
.ems-prd-detail .ems-prd-size .dropdown-options:after {
    content: '';
    display: table;
    font-size: 0;
    width: 100%;
    height: 0;
    clear: both;
}

.ems-prd-detail .ems-prd-size .dropdown-options a {
    display: table;
    float: left;
    width: 50px;
    height: 45px;
    position: relative;
    padding: 0 10px 0 10px;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
    font-family: "bold";
    overflow: hidden;
}

.ems-prd-detail .ems-prd-size .dropdown-options a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e0e0e0;
    -moz-box-shadow: inset 0px 0px 0px 1px #e0e0e0;
    box-shadow: inset 0px 0px 0px 1px #e0e0e0;
}

.ems-prd-detail .ems-prd-size .dropdown-options a>div {
    display: table-cell;
    vertical-align: middle;
}

.ems-prd-detail .ems-prd-size .dropdown-options a>div img {
    display: none;
}

.ems-prd-detail .ems-prd-size .dropdown-options a.selectedOption {
    background: #231f20;
    color: #fff;
}

.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok,
.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok.selectedOption {
    background: #f0f0f0;
    color: #231f20;
}

.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok>div,
.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok.selectedOption>div {
    text-decoration: line-through;
}

.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok:after,
.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok.selectedOption:after {
    z-index: 2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffadad;
    -moz-box-shadow: inset 0px 0px 0px 1px #ffadad;
    box-shadow: inset 0px 0px 0px 1px #ffadad;
}

.ems-prd-detail .ems-prd-size .dropdown-options a.fastShipping {
    width: 55px;
    padding-left: 15px;
    /*&:before{
                            content:'\e90c';
                            font-family:'icomoon';
                            color: #fdde00;
                            font-size: 16px;
                            position: absolute;
                            width: 16px;
                            height: 16px;
                            left: 5px;
                            margin-top:-8px;
                            top: 50%;
                        }*/
}

.ems-prd-detail .ems-prd-size .dropdown-options a.stokYok.fastShipping:before {
    display: none;
}

.ems-prd-detail .ems-prd-size-chart {
    display: none;
}

.ems-prd-detail .ems-prd-size-chart a {
    color: #4d4d4d;
    display: inline-block;
    padding: 10px 0;
    margin-top: 5px;
    text-decoration: underline;
    font-size: 14px;
}

.ems-prd-detail .ems-prd-size-chart a i {
    display: none;
}

.ems-prd-detail .ems-prd-size-chart.show {
    display: block;
}

.ems-prd-detail .ems-prd-discount-rate span {
    display: inline-block;
    vertical-align: top;
    color: #4d4d4d;
    font-size: 14px;
    padding-bottom: 20px;
}

.ems-prd-detail .ems-prd-discount-rate span.first {
    padding-right: 3px;
}

.ems-prd-detail .ems-prd-discount-rate span.first:after {
    content: ':';
    font-size: 14px;
    color: #4d4d4d;
}

.ems-prd-detail .ems-prd-discount-rate span.last:before {
    font-family: "tl";
    content: 't';
    font-size: 13px;
    color: #4d4d4d;
}

.ems-prd-detail .ems-prd-fast-shipping p {
    margin: 0;
    padding: 10px 0;
}

.ems-prd-detail .ems-prd-fast-shipping p i,
.ems-prd-detail .ems-prd-fast-shipping p a {
    display: inline-block;
    vertical-align: middle;
}

.ems-prd-detail .ems-prd-fast-shipping p i,
.ems-prd-detail .ems-prd-fast-shipping p i:before {
    font-size: 23px;
}

.ems-prd-detail .ems-prd-fast-shipping p a {
    color: #4e4e4e;
    letter-spacing: 0.2px;
}

.ems-prd-detail .ems-prd-add-to-cart .counter-drp,
.ems-prd-detail .ems-prd-add-to-cart .urunDetay_urunAdet {
    display: none;
}

.ems-prd-detail .ems-prd-add-to-cart-wrapper {
    max-width: 363px;
    width: 100%;
}

.ems-prd-detail .ems-prd-add-to-cart-inner,
.ems-prd-detail .ems-prd-add-to-cart-favorites {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.ems-prd-detail .ems-prd-add-to-cart-inner {
    width: calc(100% - 65px);
    padding-right: 10px;
}

.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt a.btnDefault,
.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt a.btnDefault span,
.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci a.btnDefault,
.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci a.btnDefault span {
    font-size: 18px;
}

.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt a.btnDefault,
.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci a.btnDefault {
    padding-top: 19px;
    padding-bottom: 18px;
}

.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt a.btnDefault span,
.ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci a.btnDefault span {
    letter-spacing: 1.1px;
}

.ems-prd-detail .ems-prd-add-to-cart-promotion {
    display: none;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites {
    width: 55px;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault {
    background: #eeeeee;
    padding-top: 18px;
    padding-bottom: 17px;
    height: 55px;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault span i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -10px;
    -webkit-animation: favoriIcons 0.5s ease-in-out infinite alternate;
    -moz-animation: favoriIcons 0.5s ease-in-out infinite alternate;
    -ms-animation: favoriIcons 0.5s ease-in-out infinite alternate;
    -o-animation: favoriIcons 0.5s ease-in-out infinite alternate;
    animation: favoriIcons 0.5s ease-in-out infinite alternate;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault span i,
.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault span i:before {
    font-size: 20px;
    color: #ea3939;
    font-weight: bold;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault.selected {
    background: #EA3838;
}

.ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault.selected i:before {
    color: #fff;
}

.ems-prd-detail .ems-prd-delivery-desc p,
.ems-prd-detail .ems-prd-detail-desc p {
    color: #191e23;
    line-height: 25px;
    margin: 0;
}

.ems-prd-detail .ems-prd-brands {
    /*&.show{
                display: block;
            }*/
}

.ems-prd-detail .ems-prd-brands:empty {
    display: none;
}

.ems-prd-detail .ems-prd-brands>span {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    text-align: left;
    padding-top: 40px;
}

.ems-prd-detail .ems-prd-brands ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 30px 0;
}

.ems-prd-detail .ems-prd-brands ul li {
    display: inline-block;
    vertical-align: middle;
    width: 22.5%;
    cursor: pointer;
}

.ems-prd-detail .ems-prd-brands ul li.online>div>div {
    height: 32px;
    background: url(/images/frontend/online.png) no-repeat;
}

.ems-prd-detail .ems-prd-brands ul li.bebek>div>div {
    height: 26px;
    background: url(/images/frontend/bebek.png) no-repeat;
}

.ems-prd-detail .ems-prd-brands ul li.nisantasi>div>div {
    height: 42px;
    background: url(/images/frontend/nisantasi.png) no-repeat;
}

.ems-prd-detail .ems-prd-brands ul li.atakoy>div>div {
    height: 42px;
    background: url(/images/frontend/atakoy.png) no-repeat;
}

.ems-prd-detail .ems-prd-brands ul li.bornova>div>div {
    height: 44px;
    background: url(/images/frontend/bornova.png) no-repeat;
}

.ems-prd-detail .ems-prd-brands ul li>div {
    width: 100%;
    height: 44px;
    position: relative;
    overflow: hidden;
}

.ems-prd-detail .ems-prd-brands ul li>div>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-position: center top !important;
}

.ems-prd-detail .ems-prd-brands ul li.active>div>div {
    background-position: center bottom !important;
}

.ems-prd-detail .ems-prd-brands ul li span {
    margin-top: 10px;
    font-size: 12px;
    color: #4d4d4d;
    display: block;
    text-align: center;
}

.ems-prd-detail .ems-prd-brands ul li:first-child {
    width: 10%;
}

.ems-prd-detail-bottom {
    background: #f5f5f5;
}

.ems-prd-zoom>span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column {
    position: absolute;
    top: 0;
    left: -85px;
    width: 75px;
    z-index: 5;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager {
    height: 500px;
    overflow: hidden;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager .swiper-inner {
    width: 100% !important;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager ul.thumb-wrp li {
    width: 75px;
    height: 95px !important;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager ul.thumb-wrp li a {
    display: block;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager ul.thumb-wrp li a img {
    opacity: .5;
    width: 100%;
    max-width: 75px;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager ul.thumb-wrp li.selected a {
    display: block;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .thumb-pager ul.thumb-wrp li.selected a img {
    opacity: 1;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp {
    text-align: center;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp:empty {
    display: none;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp a.video-btn {
    display: inline-block;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp a.video-btn span {
    display: none;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp a.video-btn i,
.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp a.video-btn i:before {
    font-size: 35px;
}

.ems-prd-zoom>span .swiper-container .swiper-left-column .video-btn-wrp a.video-btn i:before {
    color: #000;
}

.ems-prd-zoom>span .swiper-container .swiper-button-next,
.ems-prd-zoom>span .swiper-container .swiper-button-prev {
    display: none;
}

.ems-prd-detail-template>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.ems-prd-detail-template>ul>li .images,
.ems-prd-detail-template>ul>li .text {
    width: 50%;
}

.ems-prd-detail-template>ul>li .images img {
    width: 100%;
}

.ems-prd-detail-template>ul>li .text h2 {
    font-size: 50px;
    margin: 0;
    font-family: "bold";
    line-height: 1;
}

.ems-prd-detail-template>ul>li .text p,
.ems-prd-detail-template>ul>li .text ul li {
    color: #191e23;
    line-height: 25px;
}

.ems-prd-detail-template>ul>li.type-1 .images {
    padding-right: 20px;
}

.ems-prd-detail-template>ul>li.type-1 .images img {
    max-width: 350px;
}

.ems-prd-detail-template>ul>li.type-1 .text h2 {
    /* -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    transform: translateX(-47%); */
}

.ems-prd-detail-template>ul>li.type-1 .text p {
    margin-top: 30px;
}

.ems-prd-detail-template>ul>li.type-1 .text iframe {
    width: 100% !important;
    height: 315px !important;
}

.ems-prd-detail-template>ul>li.type-2 .images {
    padding-left: 20px;
}

.ems-prd-detail-template>ul>li.type-2 .images img {
    max-width: 450px;
}

.ems-prd-detail-template>ul>li.type-2 .text ul {
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    .ems-prd-detail-inner .inner-row-1 {
        width: calc(100% - 360px);
        padding-right: 20px;
    }
    .ems-prd-detail-inner .inner-row-2 {
        width: 360px;
    }
}

@media screen and (max-width: 850px) {
    .cloud-zoom-lens,
    .mousetrap {
        display: none !important;
    }
    .ems-page-detail {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .ems-page-detail .ems-container-small,
    .ems-page-detail .ems-pay-info {
        display: none;
    }
    .ems-clone-detail-banner {
        display: none;
    }
    .ems-small-banner>div {
        width: 100%;
    }
    .ems-small-banner>div>a>div div.image {
        height: 100px;
        width: 100%;
        background-size: cover !important;
        background-position: center center !important;
    }
    .ems-small-banner>div>a>div div.image img {
        display: none;
    }
    .ems-small-banner>div>a>div div.image,
    .ems-small-banner>div>a>div div.content {
        width: 100%;
        max-width: 100%;
    }
    .swiper-container-detail .swiper-pagination {
        display: block;
        bottom: 20px;
    }
    .swiper-container-detail .swiper-pagination-bullet {
        border-color: #1a1718;
    }
    .swiper-container-detail .swiper-pagination-bullet-active {
        background: #1a1718;
    }
    .ems-prd-zoom>span .swiper-container .swiper-left-column {
        display: none;
    }
    .ems-prd-zoom>span .swiper-container .swiper-slide a {
        display: block;
    }
    .ems-prd-zoom>span .swiper-container .swiper-slide a img {
        width: 100%;
    }
    .ems-prd-zoom .ems-prd-social {
        display: none;
    }
    .ems-prd-detail-inner {
        padding: 0;
        max-width: 100%;
        position: relative;
    }
    .ems-prd-detail-inner .inner-row-1 {
        padding-right: 0;
        padding-left: 0;
    }
    .ems-prd-detail-inner .inner-row-1,
    .ems-prd-detail-inner .inner-row-2 {
        width: 100%;
        float: none;
    }
    .ems-prd-detail .ems-prd-detail-top,
    .ems-prd-detail .ems-prd-discount-rate,
    .ems-prd-detail .ems-prd-name,
    .ems-prd-detail .ems-prd-brand-img {
        display: none;
    }
    .ems-prd-detail .ems-prd-icons-alternate {
        display: none;
    }
    .ems-prd-detail .ems-prd-price {
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }
    .ems-prd-detail .ems-prd-price-left {
        position: fixed;
        left: 0;
        bottom: -100%;
        z-index: 8;
        width: 30%;
        background: #2b2b2b;
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        text-align: right;
        padding-top: 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ems-prd-detail .ems-prd-price-first {
        padding-top: 5px;
    }
    .ems-prd-detail .ems-prd-price-first,
    .ems-prd-detail .ems-prd-price-selling {
        display: inline-block;
        padding: 0 5px 0 5px;
    }
    .ems-prd-detail .ems-prd-price-first:before,
    .ems-prd-detail .ems-prd-price-selling:before {
        float: inherit;
        margin-right: 2px;
    }
    .ems-prd-detail .ems-prd-price-first {
        margin-right: 0;
        font-size: 15px;
        color: #a5a5a5;
    }
    .ems-prd-detail .ems-prd-price-selling {
        font-family: "bold";
        font-size: 20px;
        color: #fff;
    }
    .ems-prd-detail .ems-prd-price-right {
        display: none;
    }
    .ems-prd-detail .ems-prd-brands ul {
        padding: 0;
    }
    .ems-prd-detail .ems-prd-brands ul li {
        width: 33.333%;
        padding: 15px 10px;
    }
    .ems-prd-detail .ems-prd-brands ul li:first-child {
        width: 33.333%;
    }
    .ems-prd-detail .ems-prd-brands>span {
        text-align: center;
        border-top: solid 1px #e9e9e9;
    }
    .ems-prd-detail .ems-prd-social {
        padding: 25px 10px 15px 10px;
        border-top: 1px solid #e9e9e9;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ems-prd-detail .ems-prd-social .title {
        text-align: center;
        min-width: 100%;
    }
    .ems-prd-detail .ems-prd-social .title .icon-ico_share,
    .ems-prd-detail .ems-prd-social .title span {
        display: inline-block;
        vertical-align: middle;
    }
    .ems-prd-detail .ems-prd-social .title .icon-ico_share {
        margin-right: 10px;
    }
    .ems-prd-detail .ems-prd-social .title span {
        font-size: 14px;
    }
    .ems-prd-detail .ems-prd-social .title .icon-ico_share,
    .ems-prd-detail .ems-prd-social .title .icon-ico_share:before {
        font-size: 25px;
        color: #4e4e4e;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas {
        display: table;
        width: 100%;
        padding-top: 30px;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a {
        padding: 12px 0;
        display: block;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a.facebook {
        background: #3b5998;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a.twitter {
        background: #1da1f2;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a.instagram {
        background: #c13584;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a.whatsapp {
        background: #25d366;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a i,
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a i:before {
        font-size: 20px;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li a i:before {
        color: #fff;
    }
    .ems-prd-detail .ems-prd-social ul.urunDetayPaylas li.link-share {
        display: inline-block;
    }
    .ems-prd-detail .ems-prd-flex-controller {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }
    .ems-prd-detail .ems-prd-sort-desc {
        text-align: center;
        font-family: "regular";
        font-size: 15px;
        letter-spacing: 1px;
        color: #221e1f;
        padding: 20px 10px;
        border-bottom: 1px solid #e9e9e9;
    }
    .ems-prd-detail .ems-prd-size-chart {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
    .ems-prd-detail .ems-prd-size-chart a {
        padding-left: 10px;
        padding-right: 10px;
        color: #4e4e4e;
    }
    .ems-prd-detail .ems-prd-group {
        max-width: 312px;
        margin: 0 auto;
    }
    .ems-prd-detail .ems-prd-group .color-title {
        padding-left: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    .ems-prd-detail .ems-prd-group .listeUrunDetayGrup_listeBaslik {
        display: block;
        width: 100%;
    }
    .ems-prd-detail .ems-prd-group .listeUrunDetayGrup_listeBaslik span {
        display: block;
        text-align: center;
        color: #4e4e4e;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup {
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-inner {
        margin-top: 20px;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide {
        width: 104px;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_RESIM,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_RESIM,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_RESIM,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_RESIM {
        margin-left: 2px;
        margin-right: 2px;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li .URN_RESIM img,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul li.swiper-slide .URN_RESIM img,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li .URN_RESIM img,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup ul.swiper-wrapper li.swiper-slide .URN_RESIM img {
        image-rendering: inherit;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next {
        margin-top: -10px;
        width: 2em;
        height: 2.5em;
        padding: 14px 0;
        top: 50%;
    }
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev i,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-prev i:before,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next i,
    .ems-prd-detail .ems-prd-group .UrunListeGrup_listeUrunDetayGrup .swiper-button-next i:before {
        font-size: 11px;
    }
    .ems-prd-detail .ems-prd-fast-shipping {
        display: none;
    }
    .ems-prd-detail .ems-prd-fast-shipping p {
        text-align: center;
        margin: 0 17px;
    }
    .ems-prd-detail .ems-prd-size {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek {
        margin: 30px 17px 0 17px;
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek .sStylerMainWrp {
        display: block;
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek .sStylerMainWrp .sStylerWrp {
        border-color: #5e5e5e;
        height: 50px;
        line-height: 43px;
        font-size: 14px;
        color: #4e4e4e;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek .sStylerMainWrp.sStylerWrp_select .sStylerWrp:after {
        right: 20px;
        content: '\e902';
        font-size: 11px;
        color: #5e5e5e;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek .sStylerMainWrp select {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #4e4e4e;
    }
    .ems-prd-detail .ems-prd-size .urunDetay_urunSecenek>div {
        display: none;
    }
    .ems-prd-detail .ems-prd-add-to-cart {
        width: 0;
        height: 0;
        font-size: 0;
        overflow: hidden;
    }
    .ems-prd-detail .ems-prd-add-to-cart-wrapper {
        max-width: 100%;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner {
        margin-top: 0;
        width: 100%;
        padding-right: 0;
        position: fixed;
        bottom: -100%;
        right: 0;
        width: 70%;
        z-index: 8;
        max-height: 60px;
        overflow: hidden;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .pnlSepetGrup {
        width: 100%;
        display: table;
        background: #4d4d4d;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet,
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt {
        display: inline-block;
        vertical-align: bottom;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet {
        width: 25%;
        position: relative;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet input {
        background: #4d4d4d;
        height: 60px;
        border: none;
        line-height: 50px;
        font-family: "bold";
        color: #fff;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
        padding-right: 20px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn {
        position: absolute;
        padding: 5px;
        right: 5px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn span i {
        font-size: 10px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn span i:before {
        font-family: 'icomoon';
        color: #fff;
        font-size: 10px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn.top-btn {
        top: 10px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn.top-btn span i:before {
        content: '\e903';
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn.bottom-btn {
        bottom: 5px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_urunAdet a.counter-btn.bottom-btn span i:before {
        content: '\e900';
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt {
        width: 75%;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnSepeteAt a.btnDefault {
        padding-top: 20px;
        padding-bottom: 22px;
        padding-left: 10px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci {
        width: 100%;
    }
    .ems-prd-detail .ems-prd-add-to-cart-inner .urunDetay_btnStokHaberci a.btnDefault {
        padding-top: 20px;
        padding-bottom: 22px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-favorites {
        width: 55px;
        position: absolute;
        top: 22px;
        right: 13px;
        z-index: 5;
        margin: 0;
        height: 55px;
    }
    .ems-prd-detail .ems-prd-add-to-cart-favorites a.btnDefault {
        background: transparent;
    }
    .ems-prd-detail .ems-prd-delivery-desc {
        padding-bottom: 30px;
    }
    .ems-prd-detail .ems-prd-delivery-desc>span>div {
        text-align: center;
    }
    .ems-prd-detail .ems-prd-delivery-desc>span>div img {
        margin: 0 auto;
    }
    .ems-prd-detail .ems-prd-detail-desc p,
    .ems-prd-detail .ems-prd-delivery-desc p {
        text-align: center;
    }
    .ems-prd-detail-template>ul>li {
        margin-bottom: 40px;
    }
    .ems-prd-detail-template>ul>li .images,
    .ems-prd-detail-template>ul>li .text {
        width: 100%;
        text-align: center;
    }
    .ems-prd-detail-template>ul>li .images img {
        width: 100%;
    }
    .ems-prd-detail-template>ul>li .text h2 {
        font-size: 35px;
    }
    .ems-prd-detail-template>ul>li.type-1 .images {
        padding-right: 0;
    }
    .ems-prd-detail-template>ul>li.type-1 .images img {
        max-width: 250px;
        margin: 0 auto;
    }
    .ems-prd-detail-template>ul>li.type-1 .text h2 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
    }
    .ems-prd-detail-template>ul>li.type-2 .images {
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .ems-prd-detail-template>ul>li.type-2 .images img {
        max-width: 250px;
    }
    .ems-prd-detail-template>ul>li.type-2 .text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ems-prd-detail-template>ul>li.type-2 .text h2 {
        margin-top: 40px;
    }
    body.sticky-header-ready .ems-prd-detail .ems-prd-price-left,
    body.sticky-header-ready .ems-prd-detail .ems-prd-add-to-cart-inner {
        bottom: 0;
    }
}

@media screen and (min-width: 850px) {
    .ems-sticky-cart-button .inner-row-2 {
        position: fixed;
        right: 0px;
        top: 71px;
        z-index: 999;
        background: #fff;
        width: 310px;
        padding: 20px;
    }
    .ems-sticky-cart-button .inner-row-2-holder>div {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-name-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-name-wrapper .ems-prd-name {
        width: 100%;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-name-wrapper .ems-prd-name h1 {
        font-size: 15px;
        margin: 10px;
        width: 100%;
        text-align: center;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-name-wrapper .ems-prd-sort-desc {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-price-right {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-price-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-price-left .ems-prd-discount-rate {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-group .listeUrunDetayGrup_listeBaslik {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-flex-controller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-flex-controller .ems-prd-size-chart {
        display: none;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-flex-controller .ems-prd-size {
        padding-left: 10px;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-flex-controller .ems-prd-size .urunSecenek_baslik1 {
        display: none !important;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-add-to-cart {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-add-to-cart-inner {
        width: 100%;
        padding-right: 0px;
        margin-top: 0px;
    }
    .ems-sticky-cart-button .inner-row-2-holder .ems-prd-add-to-cart .ems-prd-add-to-cart-favorites {
        display: none;
    }
}

.ems-page-list {
    padding-bottom: 130px;
    position: relative;
}

.ems-page-list>.ems-container-full {
    padding-left: 20px;
}

.ems-page-list>div .ems-col {
    float: left;
}

.ems-page-list>div .ems-col-left {
    position: static;
    width: 220px;
    background-color: #f9f9f9;
    padding: 20px;
}

.ems-page-list>div .ems-col-right {
    position: inherit;
    width: calc(100% - 220px);
}

.ems-page-list>div .ems-col-right .ems-col-inner {
    padding: 25px 12px 12px 32px;
}

.ems-page-list .tableTitleArama {
    display: none;
}

.ems-page-list .tableArama,
.ems-page-list .tblBtnAraIptal {
    max-width: 480px;
}

.ems-page-list .tableArama>tbody>tr {
    display: table;
    margin-top: 20px;
}

.ems-page-list .tableArama>tbody>tr:first-child {
    margin-top: 0;
}

.ems-page-list .tableArama .tableArama_trchkARM_INDIRIMPROMYENI,
.ems-page-list .tableArama .tableArama_trchkARM_TEMINEDILMEYENURUN_FL {
    display: none;
}

.ems-page-list .tableArama th {
    width: 150px;
    text-align: left;
}

.ems-page-list .tableArama td {
    width: 70%;
}

.ems-page-list .tableArama td>* {
    width: 100% !important;
}

.ems-page-list .tblBtnAraIptal tr td {
    width: 50%;
}

.ems-page-list .tblBtnAraIptal tr td table {
    display: table !important;
    margin: 30px 0;
}

.ems-page-list .tblBtnAraIptal tr td:first-child {
    padding-right: 10px;
}

.ems-page-list .tblBtnAraIptal tr td:last-child {
    padding-left: 10px;
}

.ems-page-list .ems-pay-info {
    padding: 25px 0;
}

.ems-page-list .urunNavigasyon>span {
    display: block;
    padding: 0 10px 10px 10px;
}

.ems-page-list .urunNavigasyon>span:empty {
    display: none;
}

.ems-page-list-bottom .ems-cell {
    padding-top: 45px;
    padding-bottom: 25px;
}

.ems-page-list-bottom .ems-cell:empty {
    display: none;
}

.ems-page-list-discount {
    padding-bottom: 0;
}

.ems-page-discount-list {
    display: none;
}

.ems-page-discount-list>.ems-container-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.ems-page-active-discount-list .ems-page-discount-banners {
    display: none;
}

body.ems-page-active-discount-list .ems-page-discount-list {
    display: block;
}

body.ems-page-active-discount-list .ems-page-list-discount {
    padding-bottom: 130px;
}

@media screen and (min-width: 1370px) {
    .page-product-list-layout .site-header .site-header-wrapper .ems-container {
        max-width: 1920px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-product-list-layout .nav-main>ul {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ems-page-list>.ems-container-full {
        /*max-width: 1400px;*/
        max-width: 1920px;
        margin: 0 auto;
    }
    .ems-page-list ul.emosInfinite .ems-prd-inner {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.ems-prd-list-prop {
    padding: 0 8px;
    width: 100%;
}

.ems-prd-list-prop-inner {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.ems-prd-list-count {
    width: 150px;
}

.ems-prd-list-count>span {
    display: none;
}

.ems-prd-list-count .urunKiyaslamaOzellik_UrunSayi {
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    line-height: 30px;
}

.ems-prd-list-sort-desktop {
    width: calc(100% - 300px);
}

.ems-prd-list-sort-desktop ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 0 auto;
}

.ems-prd-list-sort-desktop ul li {
    display: inline-block;
    vertical-align: middle;
}

.ems-prd-list-sort-desktop ul li a {
    display: inline-block;
    padding: 13px 15px 12px 15px;
    font-size: 14px;
}

.ems-prd-list-sort-desktop ul li a:hover {
    background: #DA1021;
}

.ems-prd-list-sort-desktop ul li.selected a {
    background: #DA1021;
}

.ems-prd-list-sort,
.ems-prd-list-stock {
    display: none;
}

.ems-prd-list-view {
    width: 150px;
    position: relative;
}

.ems-prd-list-view>span {
    display: inline-block;
    background-color: #ebebeb;
    border: none;
    min-height: 40px;
    line-height: 30px;
    padding-left: 20px;
    font-family: "bold";
    font-size: 14px;
    letter-spacing: 1.1px;
}

.ems-prd-list-view>span:before {
    display: inline-block;
    content: 'Göster:';
    font-size: 14px;
    color: #231f20;
    margin-right: 15px;
    font-family: "regular";
    letter-spacing: inherit;
}

.ems-prd-list-view>span i {
    margin-left: 15px;
}

.ems-prd-list-view>span i,
.ems-prd-list-view>span i:before {
    font-size: 7px;
}

.ems-prd-list-view ul {
    position: absolute;
    top: 40px;
    left: 0;
    background: rgba(35, 31, 32, 0.95);
    width: 100%;
    display: none;
    padding: 15px 0;
    z-index: 2;
}

.ems-prd-list-view ul li a {
    color: #fff;
    padding: 5px;
    display: block;
    text-align: center;
}

.ems-prd-list-view ul li a:hover {
    color: #DA1021;
}

.ems-prd-list-view.opened>span {
    background: #DA1021;
}

.ems-prd-list-view.opened ul {
    display: block;
}

.ems-prd-list-paging-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    background: #231f20;
}

.ems-prd-list-paging-bottom table tbody tr td {
    width: auto;
}

.ems-prd-list-paging-bottom table tbody tr td:nth-child(1) {
    display: none;
}

.ems-prd-list-paging-bottom table tbody tr td:nth-child(2) {
    width: 100% !important;
}

.ems-prd-list-paging-bottom table tbody tr td:nth-child(3) {
    display: none;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_btnKiyaslama,
.ems-prd-list-paging-bottom table tbody tr td .urunPaging_paging {
    display: none;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation {
    position: relative;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span .paging {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.9px;
    color: #fff;
    font-family: "bold";
    padding: 7px 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 32px .5%;
    text-align: center;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span span.paging {
    background: #DA1021;
    color: #231f20;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation:empty {
    display: none;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.paging {
    display: none;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.firstPage,
.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.lastPage {
    /*display: inline-block !important;*/
    display: none !important;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.firstPage i:before,
.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.lastPage i:before {
    color: #646464;
    font-size: 11px;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.firstPage {
    margin-right: 20px;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.lastPage {
    margin-left: 20px;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation a.tumunuGoster {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 10px;
    margin-top: -18px;
    line-height: 18px;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation a.tumunuGoster span {
    color: #fff;
    letter-spacing: 0.9px;
    font-family: "bold";
    text-decoration: underline;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation a.tumunuGoster:hover span {
    color: #DA1021;
}

@media screen and (min-width: 850px) {
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"],
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] {
        display: inline-block !important;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"]:before,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"]:before {
        font-family: 'icomoon';
        color: #646464;
        font-size: 11px;
        display: inline-block;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] .effect-arrow,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] span,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] .effect-arrow,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] span {
        display: none;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"]:before {
        content: "\e902";
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"]:before {
        content: "\e901";
    }
}

.pnlUrunKiyasSecim {
    padding: 0 8px 0 8px;
    width: 100%;
}

.pnlUrunKiyasSecim:before,
.pnlUrunKiyasSecim:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.pnlUrunKiyasSecim>div:empty,
.pnlUrunKiyasSecim:empty {
    display: none;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_secimbaslik,
.pnlUrunKiyasSecim .urunKiyaslamaOzellik_UrunSayi {
    display: none;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_secimler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_secimler>a {
    font-size: 15px;
    color: #fff;
    font-family: "medium";
    display: inline-block;
    position: relative;
    padding: 5px 20px 5px 20px;
    background: #4a4a4a;
    margin-right: 15px;
    text-indent: 19px;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_secimler>a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    content: '\e916';
    color: #979797;
    font-size: 12px;
    height: 12px;
    background: #DA1021;
    width: 25px;
    top: 0;
    height: 100%;
    text-indent: 0;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_tumunuTemizle {
    float: left;
    display: none !important;
    vertical-align: middle;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_tumunuTemizle a {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    position: relative;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_tumunuTemizle a:before {
    font-family: 'icomoon';
    content: '\e916';
    color: #231f20;
    font-size: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.pnlUrunKiyasSecim .urunKiyaslamaOzellik_tumunuTemizle a span {
    font-size: 18px;
    color: #231f20;
    font-family: "medium";
}

ul.emosInfinite .ems-prd {
    width: 25%;
    padding: 8px;
    min-height: 100px;
}

ul.emosInfinite .ems-prd-type {
    display: none;
}

ul.emosInfinite .ems-prd-alternate {
    overflow: hidden;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .cover {
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
    width: 100%;
    display: table;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text span {
    display: block;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text .icon-ico_lightning {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text .icon-ico_lightning:before {
    font-size: 50px;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text .regular-title {
    letter-spacing: .2px;
    font-size: 15px;
    padding: 10px 0;
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text .bold-title {
    font-family: "bold";
    letter-spacing: .5px;
    font-size: 50px;
    font-size: calc(12px + 2vw);
}

ul.emosInfinite .ems-prd-alternate .ems-prd-inner a .text .bold-title i:before {
    content: 't';
    font-family: "tl";
    font-size: 50px;
    font-size: calc(5px + 2vw);
    color: #fff;
    display: inline-block;
    padding-right: 3px;
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-type,
ul.emosInfinite .ems-prd.spr7 .ems-prd-type {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-type span,
ul.emosInfinite .ems-prd.spr7 .ems-prd-type span {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 35px;
    font-size: calc(10px + 1.3vw);
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-type span.reg,
ul.emosInfinite .ems-prd.spr7 .ems-prd-type span.reg {
    font-family: "regular";
    color: #fff;
    margin-right: 1%;
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-type span.multi,
ul.emosInfinite .ems-prd.spr7 .ems-prd-type span.multi {
    font-family: "bold";
    color: #DA1021;
    margin-left: 1%;
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-image>a:before,
ul.emosInfinite .ems-prd.spr7 .ems-prd-image>a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

ul.emosInfinite .ems-prd.spr4 .ems-prd-type-4,
ul.emosInfinite .ems-prd.spr7 .ems-prd-type-4 {
    display: block;
}

ul.emosInfinite .ems-prd-inner {
    border: solid 1px #d3d3d3;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

ul.emosInfinite .ems-prd-mask {
    position: relative;
}

ul.emosInfinite .ems-prd-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    z-index: 1;
}

ul.emosInfinite .ems-prd-icons>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_yeniUrun {
    z-index: 1;
    display: none;
    width: auto;
    height: auto;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_yeniUrun span {
    font-family: "bold";
    font-size: 18px;
    color: #4970BD;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_yeniUrun span:empty {
    display: none;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_pnlIndirimOran {
    z-index: 3;
    display: block !important;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_pnlIndirimOran>span b {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
    font-family: "bold";
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

ul.emosInfinite .ems-prd-icons>div.urunListe_pnlIndirimOran>span b small {
    font-size: 10px;
}

ul.emosInfinite .ems-prd-icons>div>span {
    display: block;
    position: relative;
}

ul.emosInfinite .ems-prd-icons-alternate {
    min-width: 45px;
    width: auto;
    height: auto;
    left: inherit;
    top: 15px;
    right: 10px;
}

ul.emosInfinite .ems-prd-image {
    overflow: hidden;
}

ul.emosInfinite .ems-prd-image>a {
    display: block;
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
}

ul.emosInfinite .ems-prd-image>a img {
    width: 100%;
    max-width: 370px;
    -webkit-transition: -webkit-transform 333ms ease;
    transition: -webkit-transform 333ms ease;
    transition: transform 333ms ease;
    transition: transform 333ms ease, -webkit-transform 333ms ease;
    -webkit-transition: transform 333ms ease;
    -o-transition: transform 333ms ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.emosInfinite .ems-prd-group {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 333ms ease;
    -webkit-transition: max-height 333ms ease;
    -o-transition: max-height 333ms ease;
}

ul.emosInfinite .ems-prd-group-inner {
    width: 100%;
    max-width: 280px;
    padding: 0 20px;
    margin: 0 auto;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-inner ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-inner ul li {
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-inner ul li a {
    display: block;
    margin: 5px 5px 10px 5px;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-prev {
    left: -20px;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-next {
    right: -20px;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-prev,
ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-next {
    background-color: #f7f7f7;
    width: 20px;
    height: 25px;
    padding: 7px 0;
    background-size: 20px 25px;
    margin-top: -13px;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-prev i:before,
ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-button-next i:before {
    color: #231f20;
}

ul.emosInfinite .ems-prd-group-inner .swiper-container.activeted .swiper-inner ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

ul.emosInfinite .ems-prd-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 120px;
    max-height: 180px;
    transition: max-height 333ms ease-in-out;
    -webkit-transition: max-height 333ms ease-in-out;
    -o-transition: max-height 333ms ease-in-out;
    text-align: center;
    z-index: 1;
}

ul.emosInfinite .ems-prd-content-mask {
    padding: 22px 10px 23px 10px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

ul.emosInfinite .ems-prd-content-mask>div {
    width: 100%;
}

ul.emosInfinite .ems-prd-content-bottom {
    min-height: 75px;
    max-height: 75px;
    position: relative;
    z-index: 1;
}

ul.emosInfinite .ems-prd-content:after {
    content: '';
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: #f7f7f7;
    transition: bottom 333ms ease-in-out;
    -webkit-transition: bottom 333ms ease-in-out;
    -o-transition: bottom 333ms ease-in-out;
}

ul.emosInfinite .ems-prd-color-info {
    color: #a5a5a5;
    font-size: 12px;
    min-height: 17px;
}

ul.emosInfinite .ems-prd-color-info b {
    font-weight: normal;
}

ul.emosInfinite .ems-prd-color-info span {
    display: inline-block;
    padding: 2px;
}

ul.emosInfinite .ems-prd-name {
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
    font-size: 13px;
    color: #231f20;
}

ul.emosInfinite .ems-prd-name a {
    display: inline-block;
    max-width: 90%;
    width: 90%;
}

ul.emosInfinite .ems-prd-price {
    display: table;
    width: 100%;
}

ul.emosInfinite .ems-prd-price>span>div:before {
    float: left;
    font-family: "tl";
    content: 't';
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

ul.emosInfinite .ems-prd-price>span,
ul.emosInfinite .ems-prd-price>div {
    display: inline-block;
    vertical-align: middle;
}

ul.emosInfinite .ems-prd-price>span:empty,
ul.emosInfinite .ems-prd-price>div:empty {
    display: none;
}

ul.emosInfinite .ems-prd-price>span>div,
ul.emosInfinite .ems-prd-price>span.urunListe_urunStokUyari,
ul.emosInfinite .ems-prd-price>div>div,
ul.emosInfinite .ems-prd-price>div.urunListe_urunStokUyari {
    font-size: 18px;
    padding: 5px;
    font-family: "bold";
}

ul.emosInfinite .ems-prd-price>span.urunListe_urunStokUyari span:before,
ul.emosInfinite .ems-prd-price>div.urunListe_urunStokUyari span:before {
    content: '';
    width: 5px;
    height: 2px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

ul.emosInfinite .ems-prd-price-first {
    color: #a5a5a5;
}

ul.emosInfinite .ems-prd-price-first>div {
    text-decoration: line-through;
}

ul.emosInfinite .ems-prd-price-selling {
    color: #ff1f1f;
}

ul.emosInfinite .ems-prd:hover .ems-prd-image>a img {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

ul.emosInfinite .ems-prd:hover .ems-prd-group {
    max-height: 60px;
}

ul.emosInfinite .ems-prd:hover .ems-prd-content {
    max-height: 180px;
}

ul.emosInfinite .ems-prd:hover .ems-prd-content:after {
    bottom: 0;
}

ul.emosInfinite .ems-prd.no-color .ems-prd-color-info span {
    text-indent: -999em;
}

ul.emosInfinite .ems-prd.no-color .ems-prd-image>a img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.emosInfinite .ems-prd.no-color .ems-prd-content {
    max-height: 120px;
}

ul.emosInfinite .ems-prd.no-color .ems-prd-content:after {
    display: none;
}

.ems-cat-description-inner {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.ems-cat-description-inner h1,
.ems-cat-description-inner h2 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-family: "bold";
}

.ems-cat-description-inner p {
    margin: 0;
    line-height: 26px;
    color: #727272;
}

.product-empty,
.page-empty {
    padding-top: 50px;
    background-size: cover;
    min-height: 50vh;
}

.product-empty>.ems-container,
.page-empty>.ems-container {
    background: #fff;
    padding: 50px 40px;
}

.product-empty>.ems-container .nb-rooster,
.page-empty>.ems-container .nb-rooster {
    max-width: 300px;
    margin: 20px auto;
}

.product-empty>.ems-container>div,
.page-empty>.ems-container>div {
    text-align: center;
}

.product-empty>.ems-container>div h1,
.product-empty>.ems-container>div h2,
.page-empty>.ems-container>div h1,
.page-empty>.ems-container>div h2 {
    font-weight: normal;
    font-family: "bold";
    font-size: 25px;
    margin: 0;
}

.product-empty>.ems-container>div h1.big-title,
.product-empty>.ems-container>div h2.big-title,
.page-empty>.ems-container>div h1.big-title,
.page-empty>.ems-container>div h2.big-title {
    font-size: 95px;
    padding: 10px 0;
}

.product-empty>.ems-container>div a.btnDefault,
.page-empty>.ems-container>div a.btnDefault {
    max-width: 250px;
}

.product-empty>.ems-container>div a.btnDefault.btnDefaultAlternate,
.page-empty>.ems-container>div a.btnDefault.btnDefaultAlternate {
    margin-top: 30px;
}

.product-empty .mod-mini-search,
.page-empty .mod-mini-search {
    margin: 0 auto 20px 0;
    margin-top: 60px;
    max-width: 100%;
    position: inherit;
    left: inherit;
    z-index: inherit;
    top: inherit;
    height: auto;
}

.product-empty .mod-mini-search .ems-form .ems-field input,
.page-empty .mod-mini-search .ems-form .ems-field input {
    max-width: 450px;
}

.product-empty .mod-mini-search .ems-form .ems-field.submit,
.page-empty .mod-mini-search .ems-form .ems-field.submit {
    right: 28%;
    -webkit-transform: translateX(-28%);
    -ms-transform: translateX(-28%);
    transform: translateX(-28%);
}

.product-empty .searchSuggestDiv,
.page-empty .searchSuggestDiv {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: 100%;
    max-width: 100%;
    -webkit-animation: none;
    animation: none;
}

.no-prd {
    text-align: center;
}

.no-prd .icon-bag-close {
    padding-bottom: 20px;
}

.no-prd .icon-bag-close .images {
    max-width: 150px;
}

.no-prd p {
    font-family: "bold";
    font-size: 30px;
}

.no-prd p .gray {
    opacity: .6;
    padding-right: 5px;
}

.no-prd p a.btnDefault {
    margin-top: 20px;
    max-width: 245px;
}

.page-empty {
    min-height: 100vh;
}

.uclu ul.emosInfinite .ems-prd {
    width: 33.333%;
}

.dortlu ul.emosInfinite .ems-prd {
    width: 25%;
}

@media screen and (max-width: 1250px) {
    .dortlu ul.emosInfinite .ems-prd {
        width: 33.333%;
    }
}

@media screen and (max-width: 1140px) {
    .ems-page-list>div .ems-col-right .ems-col-inner {
        padding-left: 8px;
        padding-right: 8px;
    }
    .ems-prd-list-count {
        width: 100px;
    }
    .ems-prd-list-view {
        width: 80px;
    }
    .ems-prd-list-view>span:before {
        display: none;
    }
    .ems-prd-list-sort-desktop {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 1024px) {
    .ems-prd-list-prop-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .ems-prd-list-count {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background-color: #ebebeb;
    }
    .ems-prd-list-view {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: none;
    }
    .ems-prd-list-sort-desktop {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .ems-prd-list-sort-desktop ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .uclu ul.emosInfinite .ems-prd,
    .dortlu ul.emosInfinite .ems-prd {
        width: 50%;
    }
}

@media screen and (min-width: 850px) and (max-width: 1370px) {
    .ems-page-list>.ems-container-full {
        padding-left: 10px;
    }
    .ems-page-list>div .ems-col-right .ems-col-inner {
        padding-right: 2px;
    }
}

@media screen and (max-width: 850px) {
    .ems-page-list {
        padding-bottom: 0;
    }
    .ems-page-list>.ems-container-full {
        padding-left: 0;
    }
    .ems-page-list>div .ems-col {
        float: none;
    }
    .ems-page-list>div .ems-col-left {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 20;
        top: 0;
        left: -100%;
        padding: 0;
        background-color: #fff;
        transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -webkit-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: all 333ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .ems-page-list>div .ems-col-left .ems-col-inner {
        padding: 0 0 0 0;
        position: absolute;
        width: 100%;
        height: calc(100% - 130px);
        top: 70px;
        left: 0;
        overflow: auto;
    }
    .ems-page-list>div .ems-col-right {
        width: 100%;
    }
    .ems-page-list>div .ems-col-right .ems-col-inner {
        padding: 0;
    }
    .ems-page-list .urunNavigasyon {
        display: none;
    }
    .ems-page .pageArama {
        padding: 30px 10px 0 10px;
    }
    .ems-page .tableArama th,
    .ems-page .tableArama td {
        display: block;
        width: 100%;
        padding: 0 10px;
    }
    .ems-page .tableArama th {
        padding-bottom: 10px !important;
    }
    .ems-page .tableArama td .sStylerMainWrp.sStylerWrp_select .sStylerWrp {
        line-height: 38px;
        height: 50px;
    }
    .ems-page .tableArama td input {
        height: 50px;
        line-height: 38px;
    }
    .ems-page .tableArama,
    .ems-page .tblBtnAraIptal {
        margin: 0 auto;
    }
    .ems-page .tblBtnAraIptal tr td:first-child {
        padding-left: 10px;
    }
    .ems-page .tblBtnAraIptal tr td:last-child {
        padding-right: 10px;
    }
    .ems-page-list-bottom {
        height: 0;
        max-height: 0;
        overflow: hidden;
    }
    body.ems-page-active-discount-list .ems-page-list-discount {
        padding-bottom: 0;
    }
    .pnlUrunKiyasSecim .urunKiyaslamaOzellik_secimler {
        display: none;
    }
    .pnlUrunKiyasSecim .urunKiyaslamaOzellik_tumunuTemizle {
        float: none;
        width: 100%;
        text-align: center;
    }
    .mobile-element-sort-btns {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: -5px;
    }
    .mobile-element-sort-btns>a {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        padding: 17px 0;
    }
    .mobile-element-sort-btns>a span {
        font-family: "bold";
        letter-spacing: .2px;
    }
    .mobile-element-sort-btns>a.btn-filter {
        border-right: 1px solid #ededed;
    }
    .mobile-element-sort-btns>a.btn-sort {
        border-left: 1px solid #fff;
    }
    .ems-mobile-filter {
        border-bottom: 1px solid #ededed;
        padding: 25px 50px 24px 50px;
        text-align: center;
        position: relative;
    }
    .ems-mobile-filter-text span {
        font-size: 20px;
        font-family: "bold";
        line-height: 1;
    }
    .ems-mobile-filter-btn {
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -10px;
    }
    .ems-mobile-filter-btn a i,
    .ems-mobile-filter-btn a i:before {
        font-size: 20px;
    }
    .ems-prd-list-sort-desktop {
        display: none;
    }
    .ems-prd-list-prop {
        padding-left: 0;
        padding-right: 0;
    }
    .ems-prd-list-prop-inner {
        border-top: solid 1px #e9e9e9;
        border-bottom: solid 1px #e9e9e9;
        padding: 25px 0 20px 0;
        background: #fff;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ems-prd-list-count {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        background-color: #fff;
    }
    .ems-prd-list-count .urunKiyaslamaOzellik_UrunSayi {
        padding: 0;
        line-height: normal;
        font-size: 15px;
        letter-spacing: 1px;
        text-align: center;
    }
    .ems-prd-list-paging-bottom {
        position: relative;
        left: inherit;
        width: 100%;
        bottom: inherit;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation {
        padding: 26.5px 5px 76.5px 5px;
        position: relative;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span .paging {
        margin: 0 0 0 1%;
        width: 27px;
        height: 27px;
        font-size: 14px;
        padding: 6px 0;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span span.paging:first-child {
        margin-left: 0;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>span a.paging:first-child {
        margin-left: 0;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.paging {
        position: absolute;
        display: inline-block;
        width: 50%;
        bottom: 0;
        letter-spacing: .9px;
        padding: 17px 10px;
        font-family: "bold";
        color: #231f20;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.paging span {
        display: none;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.paging:after {
        display: inline-block;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] .effect-arrow,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] .effect-arrow {
        position: absolute;
        width: 23px;
        top: 50%;
        margin-top: -5px;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] {
        left: 0;
        background: #e7eaef;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"]:after {
        content: 'ÖNCEKİ';
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkPrev"] .effect-arrow {
        left: 20px;
        right: inherit;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] {
        right: 0;
        background: #DA1021;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"]:after {
        content: 'SONRAKİ';
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a[id$="lnkNext"] .effect-arrow {
        left: inherit;
        right: 20px;
    }
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.firstPage,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation>a.lastPage,
    .ems-prd-list-paging-bottom table tbody tr td .urunPaging_pageNavigation a.tumunuGoster {
        display: none !important;
    }
    ul.emosInfinite {
        padding: 2.5px;
    }
    ul.emosInfinite .ems-prd {
        padding: 2.5px;
        width: 50%;
    }
    ul.emosInfinite .ems-prd-inner {
        padding-bottom: 0;
    }
    ul.emosInfinite .ems-prd-image>a img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    ul.emosInfinite .ems-prd-group {
        display: none;
    }
    ul.emosInfinite .ems-prd-group-inner .swiper-container .swiper-inner ul li {
        width: 40px;
        height: 40px;
    }
    ul.emosInfinite .ems-prd-price>span>div {
        padding-left: 3px;
        padding-right: 3px;
    }
    ul.emosInfinite .ems-prd-price .urunListe_urunStokUyari {
        display: none;
    }
    ul.emosInfinite .ems-prd-content {
        position: inherit;
        bottom: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        min-height: 125px;
        max-height: inherit;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    ul.emosInfinite .ems-prd-content-bottom {
        max-height: inherit;
    }
    ul.emosInfinite .ems-prd-content-mask {
        padding-left: 5px;
        padding-right: 5px;
        width: inherit;
        height: inherit;
        display: block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        transition: all 333ms ease;
        -webkit-transition: all 333ms ease;
        -o-transition: all 333ms ease;
    }
    ul.emosInfinite .ems-prd-content:after {
        display: none;
    }
    ul.emosInfinite .ems-prd.no-color .ems-prd-content {
        max-height: 125px;
    }
    ul.emosInfinite .ems-prd:hover .ems-prd-image>a img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    ul.emosInfinite .ems-prd:hover .ems-prd-group {
        max-height: 0;
        width: 0;
    }
    ul.emosInfinite .ems-prd:hover .ems-prd-content {
        background: none;
        max-height: inherit;
    }
    ul.emosInfinite .ems-prd:hover .ems-prd-content-mask {
        background: #f7f7f7;
    }
    .pnlUrunKiyasSecim {
        padding-top: 20px;
        display: none;
    }
    .product-empty .searchSuggestDiv,
    .page-empty .searchSuggestDiv {
        height: inherit !important;
        background: rgba(35, 31, 32, 0.95);
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder {
        position: inherit;
        display: inherit;
        height: auto;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -ms-flex-line-pack: inherit;
        align-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        text-align: left;
        padding: 20px 30px 30px 30px;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .cat,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .cat {
        display: none;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span b,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span b,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span b,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span b {
        color: #fff;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th {
        width: 20%;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(2),
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(2),
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(2),
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(2) {
        width: 80%;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .cat,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .cat,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd {
        margin-top: 0;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder {
        max-height: 50vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .cat>h3,
    .product-empty .searchSuggestDiv .searchSuggestDivHolder .prd>h3,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .cat>h3,
    .page-empty .searchSuggestDiv .searchSuggestDivHolder .prd>h3 {
        color: #727272;
    }
    .product-empty .mod-mini-search .ems-form .ems-field.submit,
    .page-empty .mod-mini-search .ems-form .ems-field.submit {
        top: 25px;
    }
    body.filter-popup-ready {
        overflow: hidden;
    }
    body.filter-popup-animate .ems-page-list>div .ems-col-left {
        left: 0;
    }
}

.mod-mini-search {
    transition: all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 2;
}

.mod-mini-search-header,
.mod-mini-search-footer {
    display: none;
}

.mod-mini-search .ems-form .ems-field {
    margin-bottom: 0;
}

.mod-mini-search .ems-form .ems-field input {
    padding-right: 50px;
    border-radius: 3px;
    background: #eeeeee;
    border: none;
    border: 1px solid #231f20;
    height: 40px;
    line-height: 30px;
}

.mod-mini-search .ems-form .ems-field.submit {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    z-index: 1;
    margin-top: -10px;
    opacity: 1;
    transition: opacity 333ms ease;
    -webkit-transition: opacity 333ms ease;
    -o-transition: opacity 333ms ease;
}

.mod-mini-search .ems-form .ems-field.submit a.btnDefault {
    padding: 0;
    background: none;
}

.mod-mini-search .ems-form .ems-field.submit a.btnDefault span {
    display: block;
    font-size: inherit;
}

.mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search {
    font-size: 20px;
}

.mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search:before {
    font-size: 20px;
    color: #231f20;
}

.mod-mini-search .ems-form .ems-field.submit a.btnDefault span .discount-search {
    display: none;
}

.mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] {
    display: none;
}

.ems-desktop-case-visible>a {
    display: inline-block;
}

.ems-desktop-case-visible>a i.icon-ico_search,
.ems-desktop-case-visible>a i.icon-ico_search:before {
    font-size: 20px;
}

.ems-desktop-case-visible>a i.icon-ico_search:before,
.ems-desktop-case-visible>a i.icon-ico_search:before:before {
    color: #231f20;
}

.searchSuggestDiv {
    background: rgba(222, 222, 222, 0.95);
    top: 55px;
    right: 0;
    width: 720px;
    left: inherit !important;
    max-width: 720px;
    -webkit-animation: opacityVail 333ms ease;
    -moz-animation: opacityVail 333ms ease;
    -ms-animation: opacityVail 333ms ease;
    -o-animation: opacityVail 333ms ease;
    animation: opacityVail 333ms ease;
}

.searchSuggestDiv .searchSuggestDivHolder {
    padding: 0 20px 30px 20px;
}

.searchSuggestDiv .searchSuggestDivHolder:before,
.searchSuggestDiv .searchSuggestDivHolder:after {
    content: '';
    font-size: 0;
    width: 100%;
    display: table;
    height: 0;
    clear: both;
}

.searchSuggestDiv .searchSuggestDivHolder .wordSearch {
    display: none;
}

.searchSuggestDiv .searchSuggestDivHolder .prd,
.searchSuggestDiv .searchSuggestDivHolder .cat {
    width: 50%;
    padding: 0 15px 0 15px;
}

.searchSuggestDiv .searchSuggestDivHolder .prd>h3,
.searchSuggestDiv .searchSuggestDivHolder .cat>h3 {
    margin: 0;
    font-size: 13px;
    color: #231f20;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #979797;
}

.searchSuggestDiv .searchSuggestDivHolder .prd>h3 small,
.searchSuggestDiv .searchSuggestDivHolder .cat>h3 small {
    display: none;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder,
.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder {
    padding: 0 20px 0 0;
    overflow-x: hidden;
    margin-top: 20px;
}

.searchSuggestDiv .searchSuggestDivHolder .prd {
    float: right;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder {
    max-height: 220px;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over {
    margin-bottom: 20px;
    cursor: pointer !important;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table {
    width: 100%;
    table-layout: fixed;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th {
    width: 80px;
    float: left;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th img,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th img {
    max-width: 80px;
    width: 100%;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td {
    float: left;
    width: auto;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span b,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span b {
    font-size: 15px;
    font-family: "regular";
    color: #231f20;
    font-weight: normal;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td span.suggest_urnprice.emos_invisible,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td span.suggest_urnprice.emos_invisible {
    display: block;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td span.suggest_urnprice.emos_invisible:before,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td span.suggest_urnprice.emos_invisible:before {
    content: 't';
    font-family: "tl";
    font-size: 14px;
    color: #231f20;
    padding-right: 2px;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(2),
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(2) {
    max-height: 44px;
    height: 44px;
    overflow: hidden;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(2),
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(4),
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(2),
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(4) {
    width: 190px;
    padding: 10px 0 0 10px;
}

.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link:last-child,
.searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over:last-child {
    margin-bottom: 0;
}

.searchSuggestDiv .searchSuggestDivHolder .cat {
    float: left;
}

.searchSuggestDiv .searchSuggestDivHolder .cat>h3 {
    text-transform: uppercase;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder {
    max-height: 205px;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div>a {
    display: none;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible {
    display: block;
    border-bottom: 1px solid rgba(151, 151, 151, 0.9);
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>a,
.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible span {
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
    font-size: 14px;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>a {
    padding: 13px 5px 12px 5px;
    font-size: 14px;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>a:first-child {
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-family: "bold";
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>span {
    padding: 0 2px 0 2px;
}

.searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div>img {
    display: none;
}

body.search-focused .mod-mini-search .ems-form .ems-field input {
    background: #2e2a2b;
    color: #fff;
}

body.search-focused .mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search:before {
    color: #fff;
}

body.search-keyup .vailSearch {
    opacity: .5;
    visibility: visible;
}

@media screen and (min-width: 850px) {
    .searchSuggestDiv .prd ::-webkit-scrollbar,
    .searchSuggestDiv .cat ::-webkit-scrollbar {
        width: 6px;
    }
    .searchSuggestDiv .prd ::-webkit-scrollbar-track,
    .searchSuggestDiv .cat ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .searchSuggestDiv .prd ::-webkit-scrollbar-thumb,
    .searchSuggestDiv .cat ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #DA1021;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    .searchSuggestDiv .prd ::-webkit-scrollbar-thumb:window-inactive,
    .searchSuggestDiv .cat ::-webkit-scrollbar-thumb:window-inactive {
        background: #DA1021;
    }
    body.sticky-header-animate .mod-mini-search {
        width: 0;
        overflow: hidden;
    }
    body.sticky-header-animate .mod-mini-search .ems-form .ems-field.submit {
        opacity: 0;
    }
}

@media screen and (max-width: 850px) {
    .mod-mini-search {
        display: block;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;
        height: 50px;
    }
    .mod-mini-search-header {
        display: none;
    }
    .mod-mini-search .ems-form .ems-field input {
        padding-left: 25px;
        padding-right: 40px;
        color: #acacac;
        height: 50px;
        line-height: 40px;
    }
    .mod-mini-search .ems-form .ems-field.submit {
        top: 50%;
        right: 10px;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        text-align: center;
    }
    .mod-mini-search .ems-form .ems-field.submit a.btnDefault {
        padding: 7px 0;
    }
    .mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search,
    .mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search:before {
        font-size: 14px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] {
        padding: 5px 0;
    }
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] .mobile-element {
        border-radius: 100%;
        background: #b3b3b3;
        width: 19px;
        height: 19px;
        padding: 0;
        text-align: center;
    }
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] .mobile-element i.icon-ico_remove {
        display: inline-block;
        line-height: 19px;
    }
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] .mobile-element i.icon-ico_remove:before {
        color: #fff;
    }
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] .mobile-element i.icon-ico_remove,
    .mod-mini-search .ems-form .ems-field span[id$="lbfkutuArama1"] .mobile-element i.icon-ico_remove:before {
        font-size: 8px;
    }
    .product-empty .mod-mini-search .ems-form .ems-field input,
    .page-empty .mod-mini-search .ems-form .ems-field input {
        max-width: 100%;
    }
    .product-empty .mod-mini-search .ems-form .ems-field.submit,
    .page-empty .mod-mini-search .ems-form .ems-field.submit {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        right: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .searchSuggestDiv {
        position: fixed !important;
        top: 50px;
        left: 0 !important;
        background: #fff;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 30px);
        z-index: 12 !important;
    }
    .searchSuggestDiv .searchSuggestDivHolder {
        width: 100%;
        width: 100%;
        position: absolute;
        height: calc(100% - 20px);
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .searchSuggestDiv .searchSuggestDivHolder .dvTumunuGoster {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block !important;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd,
    .searchSuggestDiv .searchSuggestDivHolder .cat {
        float: none !important;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd>h3,
    .searchSuggestDiv .searchSuggestDivHolder .cat>h3 {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.2);
        letter-spacing: 2px;
        font-size: 14px;
        border-color: rgba(151, 151, 151, 0.2);
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder,
    .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder {
        max-height: 50%;
        padding-right: 0;
        margin-top: 0;
        overflow-y: visible;
        overflow-x: visible;
    }
    .searchSuggestDiv .searchSuggestDivHolder .cat {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible {
        border-bottom-color: rgba(151, 151, 151, 0.2);
    }
    .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>a,
    .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible span {
        color: #000;
        font-size: 14px;
    }
    .searchSuggestDiv .searchSuggestDivHolder .cat .sHolder>div .fullCatLink.emos_invisible>a {
        letter-spacing: 1.9px;
        font-family: "bold";
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over {
        border-top: 1px solid rgba(151, 151, 151, 0.2);
        margin-bottom: 0;
        padding: 7px 0;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th {
        width: 15%;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr th img,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr th img {
        max-width: 45px;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td>span b,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td>span b {
        color: #000;
        letter-spacing: 1.9px;
        font-family: "bold";
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(2),
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(2) {
        width: 85%;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link table tbody tr td:nth-child(4),
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over table tbody tr td:nth-child(4) {
        display: none;
    }
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link:first-child,
    .searchSuggestDiv .searchSuggestDivHolder .prd .sHolder .suggest_link_over:first-child {
        border: none;
    }
    body:after {
        content: '';
        width: 100%;
        height: 100%;
        position: fixed;
        bottom: -100%;
        left: 0;
        background: #fff;
        height: calc(100% - 50px);
        transition: bottom 333ms ease;
        -webkit-transition: bottom 333ms ease;
        -o-transition: bottom 333ms ease;
        z-index: 8;
    }
    body.search-focused {
        overflow: hidden;
    }
    body.search-focused:after {
        bottom: 0;
    }
    body.search-focused .mod-mini-search .ems-form .ems-field input {
        background: #eee;
        color: #000;
    }
    body.search-focused .mod-mini-search .ems-form .ems-field.submit a.btnDefault span i.icon-ico_search:before {
        color: #acacac;
    }
    body.search-keyup .mod-mini-search .ems-form .ems-field.submit a.btnDefault {
        display: none;
    }
    body.search-keyup .mod-mini-search .ems-form span[id$="lbfkutuArama1"] {
        display: inline-block;
        cursor: pointer;
    }
    body.search-keyup .vailSearch {
        display: none !important;
    }
    body:after {
        direction: none;
    }
}

.widget {
    display: none;
}

.widget-active {
    display: block;
}

.widget.visilabs-widget .swiper-pagination {
    display: none;
}

.widget .swiper-pagination {
    display: none;
}

.widget .swiper-title h2 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    font-family: "bold";
    color: #1a1718;
    margin: 20px 0 25px 0;
}

.widget-free-mode .swiper-button-prev,
.widget-free-mode .swiper-button-next,
.widget-free-mode .swiper-pagination {
    display: none;
}

.widget.widget-new-shoes .swiper-inner,
.widget.widget-clothing .swiper-inner {
    overflow: hidden !important;
    position: relative;
}

.widget ul.emosInfinite .ems-prd {
    width: 20%;
    padding: 4px;
}

.widget ul.emosInfinite .ems-prd-inner {
    padding-bottom: 0;
}

.widget ul.emosInfinite .ems-prd-content {
    width: inherit;
    position: inherit;
    bottom: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    min-height: inherit;
    max-height: inherit;
}

.widget ul.emosInfinite .ems-prd-content-mask {
    padding: 10px 5px;
    display: block;
    width: inherit;
    height: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.widget ul.emosInfinite .ems-prd-group {
    width: 0;
}

.widget ul.emosInfinite .ems-prd-name {
    min-height: 30px;
}

.widget ul.emosInfinite .ems-prd-price .urunListe_urunStokUyari {
    display: none;
}

.widget ul.emosInfinite .ems-prd-image {
    padding-top: 0;
}

.widget ul.emosInfinite .ems-prd-image>a img {
    transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    -ms-transform: none !important;
    -o-transition: none !important;
}

.widget ul.emosInfinite .ems-prd:hover .ems-prd-image>a img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.widget ul.emosInfinite .ems-prd:hover .ems-prd-group {
    max-height: 0;
    width: 0;
}

.widget ul.emosInfinite .ems-prd:hover .ems-prd-content {
    background: none;
    max-height: inherit;
}

@media screen and (max-width: 850px) {
    .ems-tab-item:first-child {
        margin-bottom: -2px;
    }
    .widget .swiper-title h2 {
        font-size: 20px;
    }
    .widget ul.emosInfinite {
        padding: 0;
    }
    .widget ul.emosInfinite .ems-prd {
        width: 50%;
        padding: 4px;
    }
    .widget ul.emosInfinite .ems-prd-content {
        width: 100%;
    }
    .widget .swiper-button-next,
    .widget .swiper-button-prev {
        display: none;
    }
    .widget.widget-new-shoes .swiper-inner .swiper-wrapper,
    .widget.widget-clothing .swiper-inner .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ems-tab-mobi .widget.visilabs-widget h2 {
        cursor: pointer;
        border-top: 1px solid #231f20;
        border-bottom: 1px solid #231f20;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 45px 20px 30px;
        background: #f2f2f2;
        position: relative;
        text-align: left;
        margin-top: -1px;
    }
    .ems-tab-mobi .widget.visilabs-widget h2:after {
        font-family: 'icomoon';
        content: '\e914';
        font-size: 16px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -8px;
    }
    .ems-tab-mobi .widget.visilabs-widget.opened h2 {
        border-bottom: none;
    }
    .ems-tab-mobi .widget.visilabs-widget.opened h2:after {
        content: '\e910';
    }
    .ems-tab-mobi .widget.visilabs-widget .swiper-inner {
        max-height: 0;
        overflow: hidden;
    }
    .ems-tab-mobi .widget.visilabs-widget.opened .swiper-inner {
        max-height: 100%;
        overflow: visible;
        padding: 4px;
    }
}


/*/////////////////////////////////////////      BRAND PAGE      /////////////////////////////////////////*/

.markaSayfaKapsayici {
    max-width: 1240px;
    padding: 0 20px;
    margin: 10px auto;
}

.markaSayfasi {
    padding: 0 20px;
}

.markaSayfasi .col1 {
    max-width: 130px !important;
    float: left;
    width: 100%;
    display: none;
}

.markaSayfasi a {
    color: #727272;
}

.markaSayfasi a:hover {
    color: #000000 !important;
    background: #ededed;
}

.markaSayfasi .markaAlfabeBaslik span {
    font-size: 36px;
    text-align: center;
    padding: 35px 0;
    font-family: "bold";
    display: block;
}

.markaSayfasi .col1 a {
    font-size: 14px;
    font-weight: bold;
    color: #bbbbbb;
    display: block;
    padding: 0 10px 0 15px;
}

.markaSayfasi .col1 a.tumMarkalar {
    padding: 15px 10px 15px 15px;
    border-bottom: 1px solid #ededed;
}

.markaSayfasi .col1 .markaMenu {
    padding: 15px 0;
}

.markaSayfasi .col1 .markaMenu a {
    line-height: 30px;
}

.markaSayfasi .col1 .markaMenu li.select a {
    color: #000;
}

.markaSayfasi .col2 {
    /*margin-left: 130px !important;width: auto !important;*/
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    float: none;
    /*border-left:1px solid #ededed;*/
}

.markaSayfasi .col2 .markaAlfabe {
    padding: 15px 0px;
    margin-bottom: 20px;
    width: 100%;
    /*display: inline-block;*/
    display: none;
}

.markaSayfasi .col2 .markaAlfabe ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.markaSayfasi .col2 .markaAlfabe ul li {
    display: table-cell;
    width: auto !important;
    text-align: center;
}

.markaSayfasi .col2 .markaAlfabe ul li a {
    font-size: 18px;
    color: #727272;
    display: inline-block;
    padding: 12px 0 10px 0;
    max-width: 40px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.markaSayfasi .col2 .markaAlfabe ul li a:hover {
    background: #DA1021;
    color: #231f20;
}

.markaSayfasi .markaLogolar {
    display: inline-block;
    width: 100%;
}

.markaSayfasi .markaLogolar ul {
    margin: 0 0 0 -15px;
    padding: 0;
}

.markaSayfasi .markaLogolar li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 0 0px 1.5%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.markaSayfasi .markaLogolar li span {
    width: 100%;
    display: none;
    padding: 10px 0;
    background: #f5f5f5;
    max-height: 35px;
}

.markaSayfasi .markaLogolar li a {
    display: block;
    border: 1px solid #ededed;
    width: 100%;
}

.markaSayfasi .markaLogolar li a img {
    margin: 20px 0;
    height: 60px;
}

.markaSayfasi .markaLogolar.selected li {
    display: none;
}

.markaSayfasi .markaLogolar.selected li.selected {
    display: block;
}

.markaSayfasi .col2 .markaAlfabe ul li.selected a {
    background: #eee;
}

.markaSayfasi .markaYazi {
    margin: 30px 0;
}

.markaSayfasi .markaYazi span {
    font-size: 20px;
    font-family: "medium";
}

.markaSayfasi .markaYazi span i {
    font-size: 25px;
    position: relative;
    top: 3px;
}

.markaSayfasi .markaYazi p {
    line-height: 20px;
}


/**/

@media screen and (min-width: 500px) {
    .markaSayfasi .col2 .markaAlfabe ul {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}


/**/


/* */

.markaLinkKapsayici {
    width: 100%;
    padding: 45px 0;
}

.markaLinkKapsayici .markaLink {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
}

.markaLinkKapsayici .markaLink>ul {
    display: inline-block;
    width: 100%;
}

.markaLinkKapsayici .markaLink li.kolon {
    float: left;
    width: 25%;
    padding: 0 8% 0 8%;
    border-right: 1px solid #ddd;
}

.markaLinkKapsayici .markaLink li.kolon:last-child {
    border: 0;
    padding-right: 0;
}

.markaLinkKapsayici .markaLink li.kolon h1 {
    font-family: 'MavenProBold';
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 35px;
    letter-spacing: -1px;
    height: 20px;
}

.markaLinkKapsayici .markaLink li.kolon a {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 20px;
}

.markaLinkKapsayici .markaLink li.kolon a:hover {
    color: #e14616;
}

@media only screen and (max-width: 850px) {
    .markaSayfasi {
        padding: 0;
    }
    .markaSayfasi .markaLogolar li {
        width: 33.333%;
    }
}

@media only screen and (max-width: 500px) {
    /*/////////////////////////////////////////      BRAND PAGE      /////////////////////////////////////////*/
    .markaSayfasi .col1 {
        max-width: none;
    }
    .markaSayfasi .col2 {
        width: 100%;
        display: inline-block;
    }
    .markaSayfasi .col2 .markaAlfabe {
        border: 0;
        padding: 0;
    }
    .markaSayfasi .col2 .markaAlfabe ul li {
        /*padding: 0 7px;*/
    }
    .markaSayfasi .col2 .markaAlfabe ul li a {
        font-size: 18px;
    }
    .markaSayfasi .col1 a.tumMarkalar {
        font-size: 18px;
    }
    .markaSayfasi .col2 {
        margin-left: auto;
        overflow: visible;
    }
    .markaSayfasi .markaAlfabeBaslik span {
        font-size: 30px;
        padding: 15px 0;
    }
    .markaSayfasi .markaLogolar {
        padding: 0 !important;
    }
    .markaSayfasi .markaLogolar ul {
        margin: 0;
    }
    .markaSayfasi .markaLogolar li {
        width: 100%;
        padding: 0;
    }
    .markaSayfasi .markaMenu {
        width: 100%;
        padding: 0 !important;
        border-bottom: 1px solid #ededed;
        display: inline-block;
    }
    .markaSayfasi .markaMenu ul li {
        width: 33.333%;
        float: left;
        text-align: center;
        border-right: 1px solid #ededed;
    }
    .markaSayfasi .markaMenu ul li:last-child {
        border: 0;
    }
    .markaSayfasi .markaMenu ul li a {
        padding: 15px 0;
        font-size: 18px;
    }
    .markaSayfasi .markaLogolar {
        padding: 0 20px;
        margin: 0;
    }
}


/* Parallax */

.parallax {
    overflow: hidden;
    position: relative;
    height: 380px;
    /*
    width: 100%;
    max-width:1140px;
    max-width:1600px;
    */
    margin: 0 8px 40px 8px;
    background: #f8f8f8;
    /*display: none;*/
}

.parallax .mobiImg {
    display: none;
}

.parallax ::-webkit-scrollbar {
    width: 6px;
}

.parallax ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.parallax ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #DA1021;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.parallax ::-webkit-scrollbar-thumb:window-inactive {
    background: #DA1021;
}

.parallax .parallax-title {
    position: absolute;
    left: 50px;
    bottom: 200px;
    font-size: 35px;
    max-width: 250px;
    font-family: "bold";
    font-weight: normal;
    margin: 0;
    z-index: 9;
}

.parallax .parallax-title:before {
    content: '';
    width: 50px;
    margin-bottom: 5px;
    border-bottom: 4px solid #fdde00;
    display: block;
}

.parallax .parallax-text {
    position: absolute;
    left: 50px;
    right: 0;
    top: 180px;
    font-size: 15px;
    max-width: 250px;
    font-weight: normal;
    z-index: 9;
    max-height: 80px;
    height: 100%;
    overflow-x: hidden;
    padding: 0 10px 0 0;
}

.parallax .parallax-link {
    display: none;
    background: #DA1021;
    color: #231f20;
    font-family: "bold";
    letter-spacing: 1px;
}

#parallax-wrap {
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.parallax-layer {
    position: absolute;
}

.parallax .bg1 {
    width: 100%;
    max-width: 270px;
    height: 264px;
    right: 150px;
    top: 70px;
    z-index: 3;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}

.parallax .bg2 {
    width: 350px;
    height: 350px;
    right: 100px;
    top: 20px;
    font-size: 340px;
    z-index: 1;
    -webkit-transform: translateZ(-50px);
    -ms-transform: translateZ(-50px);
    transform: translateZ(-50px);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-animation-name: color_change;
    animation-name: color_change;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.parallax .bg2:before {
    color: inherit;
}

@-webkit-keyframes color_change {
    from {
        color: #FF8900;
    }
    to {
        color: #DA1021;
    }
}

@-moz-keyframes color_change {
    from {
        color: #FF8900;
    }
    to {
        color: #DA1021;
    }
}

@-ms-keyframes color_change {
    from {
        color: #FF8900;
    }
    to {
        color: #DA1021;
    }
}

@-o-keyframes color_change {
    from {
        color: #FF8900;
    }
    to {
        color: #DA1021;
    }
}

@keyframes color_change {
    from {
        color: #FF8900;
    }
    to {
        color: #DA1021;
    }
}

.parallax .bg3 {
    width: 1140px;
    height: 380px;
    right: 0;
    background: url(/UPLOAD/BANNERS/listBanner/parallax.png) no-repeat 0 0;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}


/*Paralax alternate*/

.parallax-alternate {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
    /*max-width:1140px;*/
    max-width: 1200px;
    margin: -25px auto 0px auto;
    background-size: 760px 550px !important;
}

.parallax-alternate .mobiImg {
    display: none;
}

.parallax-alternate>a {
    display: block;
    width: 100%;
    height: 100%;
}

.parallax-alternate ::-webkit-scrollbar {
    width: 6px;
}

.parallax-alternate ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.parallax-alternate ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #DA1021;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.parallax-alternate ::-webkit-scrollbar-thumb:window-inactive {
    background: #DA1021;
}

.parallax-alternate #parallax-wrap {
    position: absolute;
    top: 40px;
    right: 0;
    width: 475px;
    height: 340px;
    z-index: 1;
}

.parallax-alternate .parallax-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 30px;
    max-width: 90%;
    font-family: "bold";
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    max-height: 68px;
    overflow: hidden;
    line-height: 33px;
}

.parallax-alternate .parallax-text {
    position: absolute;
    left: 30px;
    top: 120px;
    font-size: 15px;
    max-width: 360px;
    font-weight: normal;
    z-index: 2;
    max-height: 49px;
    height: 100%;
    overflow-x: hidden;
    max-width: 415px;
    padding: 0 10px 0 0;
    margin: 0;
    text-align: center;
}

.parallax-alternate .parallax-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
    font-family: "bold";
    background: #fdde00;
    text-align: center;
    font-size: 15px;
    padding: 12px 5px;
}

.parallax-alternate .bg1 {
    width: 100%;
    max-width: 370px;
    height: 120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 70px;
    z-index: 3;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}

.parallax-alternate .bg2 {
    width: 45px;
    height: 45px;
    right: 0;
    left: 0;
    top: -35px;
    font-size: 50px;
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-animation-name: color_change;
    animation-name: color_change;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.parallax-alternate .bg2:before {
    color: inherit;
}

.parallax-alternate .bg2:after {
    content: '';
    width: 45px;
    margin-top: 15px;
    border-bottom: 4px solid #DA1021;
    display: block;
}

.parallax-alternate .bg3 {
    width: 475px;
    height: 340px;
    right: 0;
    background: url(/UPLOAD/BANNERS/listBanner/parallax.png) no-repeat 0 0 #f5f5f5;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.parallax-alternate .bg4 {
    width: 760px;
    height: 340px;
    left: 0;
    -webkit-transform: translateZ(-50px);
    -ms-transform: translateZ(-50px);
    transform: translateZ(-50px);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

@media only screen and (max-width: 850px) {
    .ems-banners .ems-banners-overflow .video-cover {
        display: none;
    }
    .ems-banners .ems-banners-overflow .cover.mobile {
        display: block;
        height: 240px;
    }
    .parallax {
        height: auto;
        overflow: inherit;
        background: none;
        margin-left: 0;
        margin-right: 0;
    }
    .parallax #parallax-wrap {
        -webkit-transform-style: inherit !important;
        transform-style: inherit !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .parallax #parallax-wrap {
        overflow: hidden;
        background: #f8f8f8;
    }
    .parallax .mobiImg {
        display: inline-block;
        height: 300px;
    }
    .parallax .parallax-content {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: -50px;
        position: relative;
    }
    .parallax .parallax-content .parallax-title {
        position: static;
        max-width: none;
        font-size: 20px;
        margin-bottom: 25px;
        padding: 0 40px;
    }
    .parallax .parallax-content .parallax-title:before {
        width: 30px;
        margin: 0 auto;
        content: "\e90c";
        color: #fcde00;
        font-family: 'icomoon';
        font-size: 30px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .parallax .parallax-content .parallax-text {
        position: static;
        max-width: none;
        display: none;
    }
    .parallax .parallax-content .parallax-link {
        display: inline-block;
        min-width: 220px;
        padding: 17px 10px;
    }
    .parallax .bg1 {
        right: 0;
        left: 0;
        top: 30px;
        margin: 0 auto;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
        max-width: 200px;
        height: 200px;
    }
    .parallax .bg2 {
        display: none;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
    }
    .parallax .bg3 {
        height: 320px;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
    }
    /* Parallax Alternatif */
    .parallax-alternate {
        height: auto;
        overflow: inherit;
        background: none;
        margin: 0 auto 40px auto;
    }
    .parallax-alternate .parallax-wrap2 {
        display: none;
    }
    .parallax-alternate #parallax-wrap {
        -webkit-transform-style: inherit !important;
        transform-style: inherit !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100%;
        position: relative;
        height: auto;
        top: 0;
    }
    .parallax-alternate .mobiImg {
        display: inline-block;
        height: 320px;
    }
    .parallax-alternate .parallax-content {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: -50px;
        position: relative;
    }
    .parallax-alternate .parallax-content .parallax-title {
        position: static;
        max-width: none;
        font-size: 20px;
        margin-bottom: 25px;
        padding: 0 40px;
        max-height: none;
    }
    .parallax-alternate .parallax-content .parallax-title:before {
        width: 30px;
        margin: 0 auto;
        content: "\e90c";
        color: #fcde00;
        font-family: 'icomoon';
        font-size: 30px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 4px solid #fdde00;
        display: block;
    }
    .parallax-alternate .parallax-content .parallax-link {
        display: inline-block;
        min-width: 220px;
        padding: 17px 10px;
        position: static;
    }
    .parallax-alternate .parallax-content .parallax-text {
        display: none;
    }
    .parallax-alternate .bg1 {
        max-width: 370px;
        height: 200px;
        right: 0;
        left: 0;
        top: 30px;
        bottom: auto;
        margin: 0 auto;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
    }
    .parallax-alternate .bg2 {
        display: none;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
    }
    .parallax-alternate .bg3 {
        height: 320px;
        width: 100%;
        -webkit-transform: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -o-transition: none;
        transition: none;
    }
    .parallax-alternate .bg4 {
        display: none;
    }
}