@import url("font/tsoft.css"); html, body, div, span, applet, object, iframe, p, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    float: left;
    width: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1;
}

script {
    display: none;
}

:not(.withPlace)::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

:not(.withPlace)::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

:not(.withPlace):-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

:not(.withPlace):-moz-placeholder {
    color: transparent;
    opacity: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #E6E6E6;
    border-radius: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #4d4d4d;
    border-radius: 5px;
}

.vertical-small-scroll::-webkit-scrollbar {
    height: 3px;
}

ol, ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

.ie img {
    /*width:100%;*/
    max-width: none;
    height: auto;
}

blockquote, q {
    quotes: none;
}

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

.row::before, .row::after {
    content: '';
    display: table;
}

.row::after {
    clear: both;
}

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

input, select, textarea, button {
    outline: none;
}

input:focus, select:focus, textarea:focus {
    box-shadow: inset 0 0 4px rgba(0,0,0,.3);
}

p {
    padding-bottom: 10px;
    line-height: 1.3;
}

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

.fix-line-height {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
}

.with-border, h1.with-border, h2.with-border, h3.with-border, h4.with-border, h5.with-border, h6.with-border {
    position: relative;
    padding-bottom: 3px;
}

.with-border:before, h1.with-border:before, h2.with-border:before, h3.with-border:before, h4.with-border:before, h5.with-border:before, h6.with-border:before, .with-border:after, h1.with-border:after, h2.with-border:after, h3.with-border:after, h4.with-border:after, h5.with-border:after, h6.with-border:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
}

[dir="rtl"] .with-border:before, [dir="rtl"] h1.with-border:before, [dir="rtl"] h2.with-border:before, [dir="rtl"] h3.with-border:before, [dir="rtl"] h4.with-border:before, [dir="rtl"] h5.with-border:before, [dir="rtl"] h6.with-border:before, [dir="rtl"] .with-border:after, [dir="rtl"] h1.with-border:after, [dir="rtl"] h2.with-border:after, [dir="rtl"] h3.with-border:after, [dir="rtl"] h4.with-border:after, [dir="rtl"] h5.with-border:after, [dir="rtl"] h6.with-border:after {
    left: auto;
    right: 0;
}

.with-border:before, h1.with-border:before, h2.with-border:before, h3.with-border:before, h4.with-border:before, h5.with-border:before, h6.with-border:before {
    bottom: 2px;
}

.with-border:after, h1.with-border:after, h2.with-border:after, h3.with-border:after, h4.with-border:after, h5.with-border:after, h6.with-border:after {
    bottom: 0;
}

.border-limited:before, .border-limited:after {
    width: 165px;
}

.border-unlimited:before, .border-unlimited:after {
    width: 100%;
}

.border-custom-pink:before, .border-custom-pink:after {
    background: #e35252;
}

.border-custom-dark-gray:before, .border-custom-dark-gray:after {
    background: #7c7c7c;
}

.border-custom-gray:before, .border-custom-gray:after {
    background: #5e5e5e;
}

.border-custom-light-gray:before, .border-custom-light-gray:after {
    background: #e5e5e5;
}

.text-center .border-limited:before, .text-center .border-limited:after, .text-center.border-limited:before, .text-center.border-limited:after, .border-centered.border-limited:before, .border-centered.border-limited:after {
    left: calc(50% - 82.5px);
}

::selection {
    background: #000;
    color: #fff;
}

.pos-f, .btn.pos-f, .col.pos-f, .box.pos-f {
    position: fixed;
}

.pos-s, .btn.pos-s, .col.pos-s, .box.pos-s {
    position: static;
}

.pos-a, .btn.pos-a, .col.pos-a, .box.pos-a {
    position: absolute;
}

.pos-r, .btn.pos-r, .col.pos-r, .box.pos-r {
    position: relative;
}

.pos-top, .btn.pos-top, .col.pos-top, .box.pos-top {
    top: 0;
}

.pos-right, .btn.pos-right, .col.pos-right, .box.pos-right {
    right: 0;
}

[dir="rtl"] .pos-right, [dir="rtl"] .btn.pos-right, [dir="rtl"] .col.pos-right, [dir="rtl"] .box.pos-right {
    right: auto;
    left: 0;
}

.pos-bottom, .btn.pos-bottom, .col.pos-bottom, .box.pos-bottom {
    bottom: 0;
}

.pos-left, .btn.pos-left, .col.pos-left, .box.pos-left {
    left: 0;
}

[dir="rtl"] .pos-left, [dir="rtl"] .btn.pos-left, [dir="rtl"] .col.pos-left, [dir="rtl"] .box.pos-left {
    left: auto;
    right: 0;
}

.d-none, .btn.d-none, .col.d-none, .box.d-none {
    display: none;
}

.d-block, .btn.d-block, .col.d-block, .box.d-block {
    display: block;
}

.d-inline, .btn.d-inline, .col.d-inline, .box.d-inline {
    display: inline;
}

.d-inline-block, .btn.d-inline-block, .col.d-inline-block, .box.d-inline-block {
    display: inline-block;
}

.d-flex, .btn.d-flex, .col.d-flex, .box.d-flex {
    display: flex;
    align-items: center;
}

.d-flex.justify-content-center {
    justify-content: center;
}

.d-flex.space-between {
    justify-content: space-between;
}

.fl, .btn.fl {
    float: left;
}

[dir="rtl"] .fl, [dir="rtl"] .btn.fl {
    float: right;
}

.fr, .btn.fr, .col.fr, .box.fr {
    float: right;
}

[dir="rtl"] .fr, [dir="rtl"] .btn.fr, [dir="rtl"] .col.fr, [dir="rtl"] .box.fr {
    float: left;
}

.fn, .btn.fn, .col.fn, .box.fn {
    float: none;
}

.text-title {
    line-height: 17px;
    font-size: 13px;
    color: #393939;
}

.text-description, .pWrapper .pWin.debugActive .pText {
    line-height: 15px;
    font-size: 12px;
    color: #5e5e5e;
}

.text-link {
    line-height: 14px;
    font-size: 11px;
    color: #7c7c7c;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.text-cpt {
    text-transform: capitalize;
}

.text-over {
    text-decoration: overline;
}

.text-line {
    text-decoration: line-through;
}

.text-under {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

.text-oblique {
    font-style: oblique;
}

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

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

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

.text-justify {
    text-align: justify;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-default {
    color: #7e848c;
}

.text-info {
    color: #5bc0de;
}

.text-primary {
    color: #337ab7;
}

.text-success {
    color: #5cb85c;
}

.text-warning {
    color: #e5591b;
}

.text-danger {
    color: #f33939;
}

.text-custom-gray, .active .text-custom-pink, .text-custom-pink.active, .text-custom-pink.like-btn:hover {
    color: #5e5e5e;
}

.text-custom-light-gray, .active .text-custom-dark-gray, .text-custom-dark-gray.active, .text-custom-dark-gray.like-btn:hover {
    color: #e5e5e5;
}

.text-custom-dark-gray, .active .text-custom-light-gray, .text-custom-light-gray.active, .text-custom-light-gray.like-btn:hover {
    color: #7c7c7c;
}

.text-custom-pink, .active .text-custom-gray, .text-custom-gray.active, .text-custom-gray.like-btn:hover {
    color: #000;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block;
}

.row.double, .col.double > .row, .box.double > .row {
    margin-left: -20px;
    margin-right: -20px;
}

.row.triple, .col.triple > .row, .box.triple > .row {
    margin-left: -30px;
    margin-right: -30px;
}

.box.box-border > .row, .col.box-border > .row {
    margin-left: -9px;
    margin-right: -9px;
}

.box.double.box-border > .row, .col.double.box-border > .row {
    margin-left: -19px;
    margin-right: -19px;
}

.box.triple.box-border > .row, .col.triple.box-border > .row {
    margin-left: -29px;
    margin-right: -29px;
}

*.pt, .fr.pt, .fl.pt, .col.pt, [dir="rtl"] *.pt, [dir="rtl"] .fr.pt, [dir="rtl"] .fl.pt, [dir="rtl"] .col.pt {
    padding-top: 10px;
}

*.pt.double, .fr.double.pt, .fl.double.pt, .col.double.pt, [dir="rtl"] *.double.pt, [dir="rtl"] .fr.double.pt, [dir="rtl"] .fl.double.pt, [dir="rtl"] .col.double.pt {
    padding-top: 20px;
}

*.pt.triple, .fr.triple.pt, .fl.triple.pt, .col.triple.pt, [dir="rtl"] *.triple.pt, [dir="rtl"] .fr.triple.pt, [dir="rtl"] .fl.triple.pt, [dir="rtl"] .col.triple.pt {
    padding-top: 30px;
}

*.pr, .fr.pr, .fl.pr, [dir="rtl"] *.pr, [dir="rtl"] .fr.pr, [dir="rtl"] .fl.pr {
    padding-right: 10px;
}

*.double.pr, .fr.double.pr, .fl.double.pr, [dir="rtl"] *.double.pr, [dir="rtl"] .fr.double.pr, [dir="rtl"] .fl.double.pr {
    padding-right: 20px;
}

*.triple.pr, .fr.triple.pr, .fl.triple.pr, [dir="rtl"] *.triple.pr, [dir="rtl"] .fr.triple.pr, [dir="rtl"] .fl.triple.pr {
    padding-right: 30px;
}

*.pb, .fr.pb, .fl.pb, .col.pb, [dir="rtl"] *.pb, [dir="rtl"] .fr.pb, [dir="rtl"] .fl.pb, [dir="rtl"] .col.pb {
    padding-bottom: 10px;
}

*.double.pb, .fr.double.pb, .fl.double.pb, .col.double.pb, [dir="rtl"] *.double.pb, [dir="rtl"] .fr.double.pb, [dir="rtl"] .fl.double.pb, [dir="rtl"] .col.double.pb {
    padding-bottom: 20px;
}

*.triple.pb, .fr.triple.pb, .fl.triple.pb, .col.triple.pb, [dir="rtl"] *.triple.pb, [dir="rtl"] .fr.triple.pb, [dir="rtl"] .fl.triple.pb, [dir="rtl"] .col.triple.pb {
    padding-bottom: 30px;
}

*.pl, .fr.pl, .fl.pl, [dir="rtl"] *.pl, [dir="rtl"] .fr.pl, [dir="rtl"] .fl.pl {
    padding-left: 10px;
}

*.double.pl, .fr.double.pl, .fl.double.pl, [dir="rtl"] *.double.pl, [dir="rtl"] .fr.double.pl, [dir="rtl"] .fl.double.pl {
    padding-left: 10px;
}

*.triple.pl, .fr.triple.pl, .fl.triple.pl, [dir="rtl"] *.triple.pl, [dir="rtl"] .fr.triple.pl, [dir="rtl"] .fl.triple.pl {
    padding-left: 30px;
}

*.mt, .fr.mt, .fl.mt, .col.mt, .box.mt, [dir="rtl"] *.mt, [dir="rtl"] .fr.mt, [dir="rtl"] .fl.mt, [dir="rtl"] .col.mt, [dir="rtl"] .box.mt {
    margin-top: 10px;
}

*.double.mt, .fr.double.mt, .fl.double.mt, .col.double.mt, .box.double.mt, [dir="rtl"] *.double.mt, [dir="rtl"] .fr.double.mt, [dir="rtl"] .fl.double.mt, [dir="rtl"] .col.double.mt, [dir="rtl"] .box.double.mt {
    margin-top: 20px;
}

*.triple.mt, .fr.triple.mt, .fl.triple.mt, .col.triple.mt, .box.triple.mt, [dir="rtl"] *.triple.mt, [dir="rtl"] .fr.triple.mt, [dir="rtl"] .fl.triple.mt, [dir="rtl"] .col.triple.mt, [dir="rtl"] .box.triple.mt {
    margin-top: 10px;
}

*.mr, .fr.mr, .fl.mr, .col.mr, .box.mr, [dir="rtl"] *.mr, [dir="rtl"] .fr.mr, [dir="rtl"] .fl.mr, [dir="rtl"] .col.mr, [dir="rtl"] .box.mr {
    margin-right: 10px;
}

*.double.mr, .fr.double.mr, .fl.double.mr, .col.double.mr, .box.double.mr, [dir="rtl"] *.double.mr, [dir="rtl"] .fr.double.mr, [dir="rtl"] .fl.double.mr, [dir="rtl"] .col.double.mr, [dir="rtl"] .box.double.mr {
    margin-right: 20px;
}

*.triple.mr, .fr.triple.mr, .fl.triple.mr, .col.triple.mr, .box.triple.mr, [dir="rtl"] *.triple.mr, [dir="rtl"] .fr.triple.mr, [dir="rtl"] .fl.triple.mr, [dir="rtl"] .col.triple.mr, [dir="rtl"] .box.triple.mr {
    margin-right: 30px;
}

*.mb, .fr.mb, .fl.mb, .col.mb, .box.mb, [dir="rtl"] *.mb, [dir="rtl"] .fr.mb, [dir="rtl"] .fl.mb, [dir="rtl"] .col.mb, [dir="rtl"] .box.mb {
    margin-bottom: 10px;
}

*.double.mb, .fr.double.mb, .fl.double.mb, .col.double.mb, .box.double.mb, [dir="rtl"] *.double.mb, [dir="rtl"] .fr.double.mb, [dir="rtl"] .fl.double.mb, [dir="rtl"] .col.double.mb, [dir="rtl"] .box.double.mb {
    margin-bottom: 20px;
}

*.triple.mb, .fr.triple.mb, .fl.triple.mb, .col.triple.mb, .box.triple.mb, [dir="rtl"] *.triple.mb, [dir="rtl"] .fr.triple.mb, [dir="rtl"] .fl.triple.mb, [dir="rtl"] .col.triple.mb, [dir="rtl"] .box.triple.mb {
    margin-bottom: 30px;
}

*.ml, .fr.ml, .fl.ml, .col.ml, .box.ml, [dir="rtl"] *.ml, [dir="rtl"] .fr.ml, [dir="rtl"] .fl.ml, [dir="rtl"] .col.ml, [dir="rtl"] .box.ml {
    margin-left: 10px;
}

*.double.ml, .fr.double.ml, .fl.double.ml, .col.double.ml, .box.double.ml, [dir="rtl"] *.double.ml, [dir="rtl"] .fr.double.ml, [dir="rtl"] .fl.double.ml, [dir="rtl"] .col.double.ml, [dir="rtl"] .box.double.ml {
    margin-left: 20px;
}

*.triple.ml, .fr.triple.ml, .fl.triple.ml, .col.triple.ml, .box.triple.ml, [dir="rtl"] *.triple.ml, [dir="rtl"] .fr.triple.ml, [dir="rtl"] .fl.triple.ml, [dir="rtl"] .col.triple.ml, [dir="rtl"] .box.triple.ml {
    margin-left: 30px;
}

.box, .col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.box.double, .col.double {
    padding-left: 20px;
    padding-right: 20px;
}

.box.triple, .col.triple {
    padding-left: 30px;
    padding-right: 30px;
}

[dir="rtl"] .box, [dir="rtl"] .col {
    float: right;
}

.box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box.double {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box.triple {
    padding-top: 30px;
    padding-bottom: 30px;
}

tr.box, th.box, td.box, tr.col, th.col, td.col {
    float: none;
}

.box.box-border, .col.box-border {
    padding-left: 9px;
    padding-right: 9px;
}

.box.double.box-border, .col.double.box-border {
    padding-left: 19px;
    padding-right: 19px;
}

.box.triple.box-border, .col.triple.box-border {
    padding-left: 29px;
    padding-right: 29px;
}

.box.box-border {
    padding-top: 9px;
    padding-bottom: 9px;
}

.box.double.box-border {
    padding-top: 19px;
    padding-bottom: 19px;
}

.box.triple.box-border {
    padding-top: 29px;
    padding-bottom: 29px;
}

.box-border, .col.box-border, .box.box-border, .btn.box-border, [dir="rtl"] .box-border, [dir="rtl"] .col.box-border, [dir="rtl"] .box.box-border, [dir="rtl"] .btn.box-border {
    border: 1px solid #e5e5e5;
}

*.b-none, .b-none, .col.b-none, .box.b-none, [dir="rtl"] .b-none, [dir="rtl"] .col.b-none, [dir="rtl"] .box.b-none {
    border: 0;
}

.b-top, .col.b-top, .box.b-top, [dir="rtl"] .b-top, [dir="rtl"] .col.b-top, [dir="rtl"] .box.b-top {
    border-top: 0;
}

.b-right, .col.b-right, .box.b-right {
    border-right: 0;
}

[dir="rtl"] .b-right, [dir="rtl"] .col.b-right, [dir="rtl"] .box.b-right {
    border-left: 0;
}

.b-bottom, .col.b-bottom, .box.b-bottom, [dir="rtl"] .b-bottom, [dir="rtl"] .col.b-bottom, [dir="rtl"] .box.b-bottom {
    border-bottom: 0;
}

.b-left, .col.b-left, .box.b-left {
    border-left: 0;
}

[dir="rtl"] .b-left, [dir="rtl"] .col.b-left, [dir="rtl"] .box.b-left {
    border-right: 0;
}

.line-top, .col.line-top, .box.line-top, .btn.line-top {
    border-top: 1px solid #e5e5e5;
}

.line-right, .col.line-right, .box.line-right, .btn.line-right {
    border-right: 1px solid #e5e5e5;
}

[dir="rtl"] .line-right, [dir="rtl"] .col.line-right, [dir="rtl"] .box.line-right, [dir="rtl"] .btn.line-right {
    border-right: 0;
    border-left: 1px solid #e5e5e5;
}

.line-bottom, .col.line-bottom, .box.line-bottom, .btn.line-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.line-left, .col.line-left, .box.line-left, .btn.line-left {
    border-left: 1px solid #e5e5e5;
}

[dir="rtl"] .line-left, [dir="rtl"] .col.line-left, [dir="rtl"] .box.line-left, [dir="rtl"] .btn.line-left {
    border-right: 1px solid #e5e5e5;
    border-left: 0;
}

.line-light, .col.box-border.line-light, .box.box-border.line-light, .btn.box-border.line-light, .col.line-top.line-light, .box.line-top.line-light, .btn.line-top.line-light, .col.line-right.line-light, .box.line-right.line-light, .btn.line-right.line-light, .col.line-bottom.line-light, .box.line-bottom.line-light, .btn.line-bottom.line-light, .col.line-left.line-light, .box.line-left.line-light, .btn.line-left.line-light {
    border-color: #f0f0f0;
}

.line-gray, .col.box-border.line-gray, .box.box-border.line-gray, .btn.box-border.line-gray, .col.line-top.line-gray, .box.line-top.line-gray, .btn.line-top.line-gray, .col.line-right.line-gray, .box.line-right.line-gray, .btn.line-right.line-gray, .col.line-bottom.line-gray, .box.line-bottom.line-gray, .btn.line-bottom.line-gray, .col.line-left.line-gray, .box.line-left.line-gray, .btn.line-left.line-gray {
    border-color: #5e5e5e;
}

.line-dark, .col.box-border.line-dark, .box.box-border.line-dark, .btn.box-border.line-dark, .col.line-top.line-dark, .box.line-top.line-dark, .btn.line-top.line-dark, .col.line-right.line-dark, .box.line-right.line-dark, .btn.line-right.line-dark, .col.line-bottom.line-dark, .box.line-bottom.line-dark, .btn.line-bottom.line-dark, .col.line-left.line-dark, .box.line-left.line-dark, .btn.line-left.line-dark {
    border-color: #7c7c7c;
}

.line-pink, .col.box-border.line-pink, .box.box-border.line-pink, .btn.box-border.line-pink, .col.line-top.line-pink, .box.line-top.line-pink, .btn.line-top.line-pink, .col.line-right.line-pink, .box.line-right.line-pink, .btn.line-right.line-pink, .col.line-bottom.line-pink, .box.line-bottom.line-pink, .btn.line-bottom.line-pink, .col.line-left.line-pink, .box.line-left.line-pink, .btn.line-left.line-pink {
    border-color: #e35252;
}

.line-through {
    text-decoration: line-through;
}

.line-under {
    text-decoration: underline;
}

.drop-down.hover:hover .drop-down-title {
    color: #000;
}

.drop-down.hover .drop-down-title + * {
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.drop-down.hover .drop-down-title + * :hover > a:not(.btn), .drop-down.hover .drop-down-title + * a:not(.btn):hover {
    color: #e35252;
}

.drop-down.hover .drop-down-title + .top {
    top: calc(100% - 10px);
}

.drop-down.hover:hover .drop-down-title + .top {
    top: 100%;
}

.drop-down.hover .drop-down-title + .top.fixed {
    top: -10px;
}

.drop-down.hover:hover .drop-down-title + .top.fixed {
    top: 0;
}

.drop-down.hover .drop-down-title + .bottom {
    bottom: calc(100% - 10px);
    transition: opacity .2s linear, bottom .2s linear;
}

.drop-down.hover:hover .drop-down-title + .bottom {
    bottom: 100%;
}

.drop-down.hover .drop-down-title + .bottom.fixed {
    bottom: -10px;
}

.drop-down.hover:hover .drop-down-title + .bottom.fixed {
    bottom: 0;
}

.drop-down.hover:hover .drop-down-title + * {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

.drop-down-item, .drop-down-item * {
    line-height: 35px;
    white-space: nowrap;
}

.drop-down-item {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.overlay {
    background: rgba(0,0,0,.75);
    z-index: -1;
}

.overlay, .overlay-wrap:hover > * + .overlay:hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
}

.overlay-wrap:hover > * + .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s linear, visibility .2s linear;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.m-none, .box.m-none, .col.m-none, .btn.m-none {
    margin: 0;
}

.m-top, .box.m-top, .col.m-top, .btn.m-top {
    margin-top: 0;
}

.m-left, .box.m-left, .col.m-left, .btn.m-left {
    margin-left: 0;
}

.m-bottom, .box.m-bottom, .col.m-bottom, .btn.m-bottom {
    margin-bottom: 0;
}

.m-right, .box.m-right, .col.m-right, .btn.m-right {
    margin-right: 0;
}

.p-none, .box.p-none, .col.p-none, .btn.p-none {
    padding: 0;
}

.p-top, .box.p-top, .col.p-top, .btn.p-top {
    padding-top: 0;
}

.p-left, .box.p-left, .col.p-left, .btn.p-left {
    padding-left: 0;
}

[dir="rtl"] .box.p-left, [dir="rtl"] .col.p-left, [dir="rtl"] .btn.p-left {
    padding-left: 10px;
    padding-right: 0 !important;
}

.p-bottom, .box.p-bottom, .col.p-bottom, .btn.p-bottom {
    padding-bottom: 0;
}

.box.p-right, .col.p-right, .btn.p-right {
    padding-right: 0px;
}

[dir="rtl"] .box.p-right, [dir="rtl"] .col.p-right, [dir="rtl"] .btn.p-right {
    padding-right: 10px;
    padding-left: 0 !important;
}

#notFound {
    line-height: 25px;
    font-size: 15px;
}

#notFound:before {
    content: '';
    float: left;
    width: 100%;
    height: 127px;
    background: url('404.png') no-repeat center center;
}

#notFound .text-title {
    line-height: 30px;
    font-size: 18px;
}

.item-center {
    margin-right: auto;
    margin-left: auto;
}

.tooltipWrapper {
    position: relative;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    z-index: 999;
    font-size: 12px;
    border-radius: 0;
}

.tooltip.default {
    border: 1px solid #ececec;
}

#notify {
    position: fixed;
    z-index: 999999;
}

#notify.top, #notify.bottom {
    width: 100%;
}

#notify.right, #notify.left {
    width: 320px;
}

#notify.top {
    top: 0;
    bottom: auto;
}

#notify.right {
    right: 0;
    left: auto;
}

#notify.bottom {
    bottom: 0;
    top: auto;
}

#notify.left {
    left: 0;
    right: auto;
}

.notify {
    width: calc(100% - 10px);
    display: none;
}

#notify.right .notify, #notify.left .notify {
    clear: both;
}

#notify.top .notify {
    margin-top: 10px;
    height: auto;
}

#notify.right .notify {
    margin-right: 10px;
}

#notify.bottom .notify {
    margin-bottom: 10px;
}

#notify.left .notify {
    margin-left: 10px;
}

.notifyClose {
    float: right;
    width: 13px;
    height: 13px;
    background: url('notifyClose.png') no-repeat;
    cursor: pointer;
}

.comment-star-wrapper {
    height: 100%;
}

.stars {
    overflow: hidden;
}

.progress {
    height: 4px;
    padding: 0;
    position: relative;
    background: #dadada;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 1.5;
    color: #fff;
    background: #e35252;
}

[dir=rtl] .progress-bar {
    right: 0;
    left: auto;
}

.accordeon {
    cursor: pointer;
    background-image: url('accordeon.png');
    background-repeat: no-repeat;
    background-position: right center;
}

[dir=rtl] .accordeon {
    background-position: 10px center;
}

.accordeon.active {
    background-image: url('accordeonActive.png');
}

/*.accordeon + *
{
display:        none;
}

.accordeon.active + *
{
display:        block;
}
*/
.hide {
    display: none;
}

#mainWrapper {
    width: 100%;
    position: relative;
}

#skeletonWrap {
    width: 100%;
}

[dir="rtl"] #rightColumn {
    padding-right: 10px;
    padding-left: 0;
}

[dir="rtl"] #leftColumn {
    padding-right: 0;
    padding-left: 10px;
}

#mainColumn {
    max-width: 100%;
}

.inner-fluid {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.loaderWrapper {
    position: relative;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.7) url('loading.gif') no-repeat center center;
    z-index: 333;
    display: none;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50%;
    width: 50px;
    height: 50px;
    color: #5e5e5e;
    margin-right: -680px;
    cursor: pointer;
    z-index: 333;
}

#backToTop i {
    width: 50px;
    height: 50px;
    color: #5e5e5e;
}

#backToTop i:before {
    margin-right: auto;
    margin-left: auto;
}

[dir="rtl"] #backToTop {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -680px;
}

#dbDebug, #smartyDebug {
    border: 3px solid #666;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

#dbDebug {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

#smartyDebug {
    margin-left: 5px;
    margin-right: 5px;
    width: 400px;
}

.MobileRedirectMessage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 6px;
    box-shadow: 0px 0px 9px #000;
    z-index: 99999;
}

.mh-content ul, .mh-content ol {
    margin: auto;
    padding: 0 12px;
}

.mh-content ul {
    list-style-type: disc;
}

.mh-content ol {
    list-style-type: decimal;
}

.envoice-link {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAxEOOCDIawgnAAABtElEQVQ4y5XSTUjUURQF8N80mhLWNBZuJIiKyiBc2MJKQXQREkJCoCRCLVpFBoEbV0XbVlKLJAqtRQ2BEtEioUBmEVFCRES4UCgtsSYsSbGJaTF/x/nQps7dHM575917372w2aB5qZz47Yp1cd2gSJ4Ws6RvPcOknQVaTI8JPYWXS1BhYY1nPmk2ZslAoWEtJFT74JhnvruXfzhne4Gh1mfDYsYta/iXDK/VOqwUp9WJFzcwawQczZU3+E+sZtjtbIbHPSpuWJQQCvg8aNJuj4Pee2dUKn0UwpwaXxDJKrDKDVWGvJVSo8uSbhO539ookYmfknqFM/aQc6YdWG8OIWMuBLzFiYCd8UZpdg87nApYtXL9AT8kGnzvbd063VmtOiwiKiqq1a2VFnNw08nsDFOZdW4yjrCNFgOlXFLSuMtrD67cL7R4GfS2RVwblpWkDTN25Rim7MUTD42KKPPAc8PYbzJdUr+7rvqWMSzocB99Kl1EzHnQ4bFgtq3abc3K0ajLU4QNKdMpiXoj9gU7UIAjZvK2tM604/6CZh8NaFBhk3rXzGpTBJV6vfDVD69csm1F/gNIRHWgtVFr0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMy0xN1QxNDo1NjozMiswMDowMO16kkIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDMtMTdUMTQ6NTY6MzIrMDA6MDCcJyr+AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') center center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

div#oneCol {
    padding: 0;
}

.pageAll {
    position: fixed;
    height: 100%;
    display: flex;
    align-items: center;
}

.paLeft {
    background: #f0f0f0;
    padding: 50px 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

div#content {
    margin: 0;
}

.palLogo {
    text-align: center;
}

.palBtn a {
    width: 200px;
    height: 48px;
    border: 1px solid #222;
    float: left;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.palBtn a img {
    margin-right: 10px;
}

.palBtn {
    display: flex;
    justify-content: center;
}

.palcText {
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    padding-top: 20px;
}

.palcText b {
    font-weight: 500;
}

.palcSvg {
    text-align: center;
}

.paRight > .fl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.parTitle {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.parDesc {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
}

.member-page-login {
    display: flex;
}

.member-page-register {
    display: flex;
}

.mpr-left {
    padding: 0 10%;
    box-sizing: border-box;
    background: #fafafa;
    display: flex;
    align-items: center;
}

.mpr-left .form-control {
    margin-bottom: 15px;
}

.mpl-left {
    padding: 0 10%;
    box-sizing: border-box;
    background: #fafafa;
    display: flex;
    align-items: center;
}

.member-page-title > div {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 5px;
}

a#member-login-btn {
    background: #000;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

a#member-login-btn:hover {
    box-shadow: none;
}

a#member-register b {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #FF6000;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    color: #FF6000;
    text-transform: uppercase;
}

.remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 25px 0;
}

.remember-me label {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.mpl-left .form-control {
    margin-bottom: 15px;
}

.member-page-title > span {
    font-weight: 300;
    letter-spacing: .2px;
}

.member-page-title {
    margin-bottom: 25px;
}

.be-member-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 300;
}

.be-member {
    margin-top: 50px;
}

a#member-register {
    border: .5px solid #000;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

a#member-register b {
    font-weight: 500;
}

div#tsoft-eticaret-sistemleri {
}

.ugMember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #888;
    padding-top: 10px;
    padding-bottom: 20px;
}

a#member-forgot-password {
    text-decoration: underline;
    font-weight: 300;
}

.ugMember > .fl label {
    display: flex;
    align-items: center;
}

a#uye-kayit-btn {
    background: #000;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

a#uye-kayit-btn:hover {
    box-shadow: none;
}

.bannerAnasayfa .col {
    padding-left: 1px;
    padding-right: 1px;
    box-sizing: border-box;
}

.guvenIkonlari ul li > div {
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.guvenIkonlari ul li > div div {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 4px;
}

.guvenIkonlari ul li > div span {
    text-align: center;
    font-weight: 300;
}

.guvenIkonlari ul {
    padding: 0 10px;
    box-sizing: border-box;
}

button#showBtnx {
    background: #6CBF6F;
    font-size: 16px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

form#orderTrackForm {
    width: 500px;
}

.otContent {
    width: 500px;
}

.opiImg img {
    height: 50px !important;
    width: 50px !important;
    border-radius: 5px;
}

.orderTrack, .orderProduct {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.otTitle {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/stad.svg) no-repeat right;
}

.orderTrack ul, .orderProduct ul {
    display: none;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.otTitle.active {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/stau.svg) no-repeat right;
}

.orderTrack ul li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #444;
    margin-top: 15px;
}

.orderTrack ul li span {
    width: 50%;
    line-height: 150%;
}

.orderTrack ul li span:nth-child(2) {
    text-align: right;
}

.orderTrack ul.active {
    display: block;
}

.orderProduct ul li {
    width: 48%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.orderProduct ul.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orderProduct ul li > div {
    display: flex;
    align-items: center;
}

.opiDesc {
    font-size: 12px;
    color: #666;
    line-height: 150%;
    padding-left: 10px;
    box-sizing: border-box;
}

.socialLogin li a {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

.socialLogin li a img {
    margin-right: 5px;
}

a#popup-member-login-apple {
    background: #222;
}

a#popup-member-login-facebook {
    background: #4867AA;
}

a#signinGoogle {
    background: #E34133;
}

.yada span {
    font-size: 11px;
    color: #aaa;
    background: #fff;
    position: absolute;
    top: -10px;
    z-index: 9;
    height: 20px;
    left: 50%;
    margin-left: -30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 15px;
    box-sizing: border-box;
}

.yada {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
}

.orderProduct ul li.siparisToplami {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-top: 1px solid #eee !important;
    border-radius: 0;
    padding-top: 15px;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.filtrele img {
    height: 8px;
}

.filtrele {
    height: 48px;
    border: .5px solid #000;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 210px;
    justify-content: space-between;
    cursor: pointer;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
}

.katName span {
    font-size: 11px;
    font-weight: 300;
    margin-top: 8px;
    letter-spacing: .5px;
}

.katName {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}

.uListeTop {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.sirala select {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/ar.svg) no-repeat right;
    height: 48px;
    width: 210px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    background-position-x: 94%;
    background-size: 8px;
    text-transform: uppercase;
    border: .5px solid #000;
}

.sirala select:focus {
    box-shadow: none;
}

.sirala {
    display: flex;
    justify-content: end;
}

.sepetSonrasi span {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    padding: 0 10px;
    color: #ccc;
}

.sepetSonrasi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.parTitle.kayitOl {
    font-weight: 400;
    color: #bbb;
    cursor: pointer;
}

.parTitle.girisYap {
    font-weight: 400;
    color: #bbb;
    cursor: pointer;
}

.parTitle.girisYap.active {
    color: #222;
    font-weight: 500;
}

.parTitle.kayitOl.active {
    font-weight: 500;
    color: #222;
}

.uyeOlmadan {
    background: #FF6000;
    font-size: 14px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.yada.mt30 {
    margin-top: 40px;
    margin-bottom: 40px;
}

a#order-login-btn {
    background: #6CBF6F;
    font-size: 16px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.sepetGenel {
    background: #f8f8f8;
    min-height: 100vh;
    display: flex;
}

.sepetSag {
    background: #fff;
    padding: 100px 50px 50px 50px;
    box-sizing: border-box;
}

.ssTitle {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sscItem {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    margin-bottom: 15px;
}

a#addCartBtn {
    height: 48px;
    background: #6CBF6F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

a#addCartBtn img {
    margin-right: 5px;
}

.kuponKoduEkle, .siparisNotuEkle {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #888;
    cursor: pointer;
    box-sizing: border-box;
}

.kuponKoduEkle img, .siparisNotuEkle img {
    margin-right: 5px;
}

.sepetSagBottom {
    margin-top: 10px;
}

.sscItem.genelToplam {
    color: #222;
    font-weight: 500;
}

.sepetSagContent {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.productRow .productImg img {
    width: 70px;
    border-radius: 5px;
}

.cartList li {
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sepetSol {
    padding-right: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.sepetSol .ssTitle {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campaignTitle {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.campaignWrapper {
    margin-top: 50px;
}

.cartList li .qtyBtns {
    width: 60px;
    height: 40px;
}

.cartList li .qtyBtns input {
    height: 38px;
    line-height: 38px;
}

.cartList li .productImg {
    display: flex;
    align-items: center;
}

.sptName {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 150%;
}

.sptVariant {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
}

.kmpInfo {
    background: #FF6000;
    height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px;
    justify-content: center;
    margin-top: 5px;
}

.cartList li .discountedPrice {
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.cartList li .sptPrice {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.cartList li > div:nth-child(2) {
    width: 60px;
}

.cartList li > div:nth-child(1) {
    width: 400px;
}

.cartList li > div:nth-child(3) {
    width: 80px;
}

.cartList li > div:nth-child(4) {
    width: 80px;
}

.productRow .productImg > div > div:nth-child(1) {
    min-width: 70px;
    margin-right: 15px;
}

ul#campaignList li {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.cmpActive.campaign-btn {
    color: #fff;
    background: #FF6000;
    font-size: 13px;
    border: 1px solid #FF6000;
    border-radius: 5px;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.cmpCancel.campaign-btn {
    color: #FF6000;
    font-size: 13px;
    border: 1px solid #FF6000;
    border-radius: 5px;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.cmpContent {
    display: flex;
    align-items: center;
}

.cmptTitle {
    font-size: 14px;
    font-weight: 300;
    color: #222;
}

.cmpActive .cmptTitle {
    color: #6cbf6f;
    font-weight: 500;
}

html[lang="tr-TR"] .backGo.tr {
    display: flex;
}

html[lang="en"] .backGo.en {
    display: flex;
}

html[lang="ar"] .backGo.ar {
    display: flex;
}

.backGo {
    font-size: 13px;
    font-weight: 400;
    display: none;
    align-items: center;
    cursor: pointer;
    border: 1px solid #222;
    color: #222;
    border-radius: 5px;
    height: 30px;
    padding: 0 10px;
}

.backGo img {
    height: 8px;
    margin-right: 5px;
}

.siparisUst a img {
    height: 38px;
}

div#sayacVeDurum {
    background: #D00B0E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 35px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    letter-spacing: .5px;
    font-size: 13px;
}

div#sayacVeDurum p {
    padding: 0;
}

div#sayacVeDurum p b {
    font-weight: 600;
    text-decoration: underline;
}

div#sayacVeDurum p#sayac {
    font-weight: 600;
    padding-right: 5px;
}

.siparisUst {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.sscItem.kampanyaIndirimi {
    color: #6cbf6f;
    font-weight: 500;
}

.cartList li > .productImg > div {
    display: flex;
    align-items: center;
}

a#without-membership {
    background: #6CBF6F;
    font-size: 16px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    padding: 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.uodeTitle {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    height: 28px;
    line-height: 28px;
}

.bannerAnasayfa a {
    position: relative;
}

.baText {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.baText b {
    font-size: 28px;
    color: #fff;
    background: #00000061;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.baText span {
    width: 100%;
}

.baText span i {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: .5px;
}

a#indirim {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #222;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

a#indirim:hover {
    background: #222;
    color: #fff;
}

.ikContent {
    margin-top: 10px;
    display: none;
}

.filterOverlay {
    position: fixed;
    background: #00000090;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
    display: none;
}

body.filterOpen .filterOverlay {
    display: block;
}

body.filterOpen {
    overflow: hidden;
}

.filterContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 600px;
    height: 100%;
    display: none;
    z-index: 999;
    background: #fff;
    overflow: auto;
}

body.filterOpen .filterContent {
    display: block;
}

.filter-item-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

.filter-item-list::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0;
}

.filter-item-list::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0;
}

.filterContent::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

.filterContent::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0;
}

.filterContent::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0;
}

div#leftFilter {
    padding: 20px;
    box-sizing: border-box;
}

.lfTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.filterClose {
    cursor: pointer;
}

.filter-wrap {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.filter-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

ul#filterCats li ul > li a:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

li.box.col-4 {
}

li.box.col-4 {
}

ul#filterCats li ul > li {
    padding: 5px;
}

ul#filterCats > li > ul {
    margin-left: -5px;
    margin-right: -5px;
}

ul#filterCats li ul > li a {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    color: #444;
    font-weight: 300;
}

.filterCat .filter-title {
    margin-bottom: 10px;
}

.filter-item-list .filter-item {
    width: 33.33%;
}

button#priceBtn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #222;
    background: transparent;
    color: #222;
    cursor: pointer;
    margin-top: 20px;
}

button#priceBtn:hover {
    background: #222;
    color: #fff;
}

.blogListe {
    padding: 0 40px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.blTitle {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.bliContent {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.blicImg {
    width: 100%;
}

.blicPadding {
    padding: 15px;
    box-sizing: border-box;
}

.blicDate {
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}

.blicTitle {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
    line-height: 150%;
}

.blicDesc * {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 150%;
    color: #666;
}

.blicDesc {
    max-height: 40px;
    overflow: hidden;
}

.blicBtn a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.blicBtn a img {
    margin-left: 5px;
}

.blicBtn a:hover {
    background: #f8f8f8;
}

.blicBtn {
    margin-top: 30px;
}

.bdItem {
    display: flex;
    align-items: flex-start;
}

.blogDetay {
    padding: 0 40px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.bdiImg {
    padding-right: 40px;
    box-sizing: border-box;
}

.bdiImg img {
    border-radius: 5px;
}

.bdicDate {
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 5px;
}

.bdicTitle {
    font-size: 20px;
    font-weight: 600;
}

.bdicDesc h1 {
    font-size: 22px !important;
    font-weight: 500;
}

.bdicDesc h2, .bdicDesc h2 strong {
    font-size: 18px !important;
    font-weight: 500;
}

.bdicDesc h3, .bdicDesc h3 strong {
    font-size: 16px !important;
    font-weight: 500;
}

.bdicDesc strong, .bdicDesc b {
    font-weight: 600 !important;
}

.bdicDesc * {
    font-size: 14px !important;
    line-height: 175%;
    font-weight: 300;
    color: #222;
}

.bdicDesc a {
    font-weight: 500 !important;
    text-decoration: underline;
}

.bdicDesc {
    padding-top: 20px;
}

.bdicDesc a strong {
    font-weight: 500;
}

.listProductStar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px;
}

.commentStar {
    position: relative;
}

.yildizGri {
    display: flex;
}

.yildizSari {
    position: absolute;
    left: 0;
    display: -webkit-box;
    overflow: hidden;
}

.list-star {
    margin-bottom: 5px;
}

.listProductStar .puan {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 300;
}

.yildizGri i {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/yildizGri.svg) no-repeat center;
    width: 11px;
    height: 11px;
    display: block;
    background-size: 100%;
    margin-right: 1.5px;
}

.yildizSari i {
    background: url(https://img.zulays.com/Data/EditorFiles/Devux/yildizSari.svg) no-repeat center;
    width: 11px;
    height: 11px;
    display: block;
    background-size: 100%;
    margin-right: 1.5px;
}

aside#leftColumn .paRight > div > div > div > .col-4 {
    width: 100%;
}

aside#leftColumn .paRight {
    width: 100%;
}

#leftColumn + #mainColumn .paRight {
    width: 100%;
}

.katUstVitrin {
    background: #f8f8f8;
    margin-top: -10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.katUstVitrin p {
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div#onerilenUrunlerWrapper .block-title span {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.onerilenUrunler {
    display: none;
}

div#onerilenUrunlerWrapper .onerilenUrunler {
    display: block;
}

div#onerilenUrunlerWrapper {
    padding-top: 100px;
}

div#onerilenUrunlerWrapper .productDetails {
    height: auto !important;
}

div#onerilenUrunlerWrapper .listProductName.detailLink {
    font-size: 13px;
    line-height: 150%;
}

#onerilenUrunlerWrapper .ultStar {
    display: none;
}

.influencerBlock {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}

.influencerItemImage {
    position: relative;
}

.influencerItemName {
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 300;
}

.influencerGeneralTitle {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    box-sizing: border-box;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

ul.slick-dots li button {
    font-size: .1px;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #eee;
    padding: 0;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    background: #222222;
}

ul.slick-dots li {
    margin: 0 1px;
    cursor: pointer;
}

.influencerGeneral {
    padding: 20px 10px;
    box-sizing: border-box;
}

.influencerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(#0000, #000000b8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.influencerShop {
    width: 40px;
    height: 40px;
    background: #fffb;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.influencerShop img {
    height: 22px;
}

.discountPriceBasketProduct {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}

.sepet-puan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    border: 1.5px solid #d00b0d;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
}

.sepet-puan img {
    min-width: 25px;
}

.sepet-puan-info {
    text-align: center;
    font-size: 11px;
    line-height: 125%;
    padding-top: 5px;
    letter-spacing: .2px;
    color: #aaa;
    font-weight: 300;
}

.sepet-puan-content-title {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    color: #d00b0d;
}

.puan-kazanc {
    padding: 0 3px;
    font-weight: 600;
}

.sepet-puan-content {
    padding-top: 10px;
}

.member-menu {
    padding: 30px;
    box-sizing: border-box;
}

.member-menu-title {
    text-align: center;
    margin-bottom: 30px;
}

.member-menu-title div {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 300;
    margin-bottom: 5px;
}

.member-menu-title span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.member-menu ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.member-menu ul li a {
    border: .5px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.member-menu ul li a span {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.member-menu ul li a svg {
    width: 24px;
    height: 24px;
}

.member-menu ul li a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.member-menu ul li a:hover svg {
    fill: #fff;
}

aside#leftColumn .member-menu ul {
    grid-template-columns: repeat(1, 1fr);
}

aside#leftColumn .member-menu {
    padding: 0;
}

aside#leftColumn .member-menu-title span {
    text-align: left;
}

aside#leftColumn .member-menu-title div {
    text-align: left;
}

aside#leftColumn .member-menu ul li a span {
    width: auto;
    display: flex;
    padding: 0;
}

aside#leftColumn .member-menu ul li a {
    justify-content: flex-start;
    padding: 15px;
}

aside#leftColumn .member-menu ul li a svg {
    margin-right: 5px;
}

@media screen and (min-width: 1231px) {
    .inner {
        width: 1200px;
        margin: 0 auto;
    }

    .inner-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1450px) {
    .ulHover {
        padding: 5px !important;
    }

    .headerHead {
        padding: 20px !important;
        display: flex;
        align-items: center;
    }

    #logo p {
        height: 35px;
    }

    #logo a {
        height: 35px;
    }

    .headerHead > .col-6 {
        width: 45%;
    }

    .headerHead > .col-4 {
        width: 38.33333333%;
    }

    .usItem {
        margin-left: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1230px) {
    #content {
        margin-right: 0;
        margin-left: 0;
    }

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

    #backToTop {
        right: 20px;
        bottom: 65px;
        margin-right: 0;
    }
}

@media screen and (min-width: 1001px) {
    :not(.notClear) > .col-6 + .col-6:nth-of-type(2n+3), :not(.notClear) > .col-4 + .col-4:nth-of-type(3n+4), :not(.notClear) > .col-3 + .col-3:nth-of-type(4n+5), :not(.notClear) > .col-2 + .col-2:nth-of-type(6n+7), :not(.notClear) > .col-1 + .col-1:nth-of-type(12n+1) {
        clear: both;
    }
}

@media screen and (max-width: 1000px) {
    .col-md-auto {
        width: auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media screen and (min-width: 769px) {
    /*html, body
{
height:100%;
}
#mainWrapper
{
height:100%;
}
#skeletonWrap
{
min-height:100%;
height:        auto;
}
*/.col-mr-11 {
        margin-right:91.66666667%;
    }

    .col-mr-10 {
        margin-right: 83.33333333%;
    }

    .col-mr-9 {
        margin-right: 75%;
    }

    .col-mr-8 {
        margin-right: 66.66666667%;
    }

    .col-mr-7 {
        margin-right: 58.33333333%;
    }

    .col-mr-6 {
        margin-right: 50%;
    }

    .col-mr-5 {
        margin-right: 41.66666667%;
    }

    .col-mr-4 {
        margin-right: 33.33333333%;
    }

    .col-mr-3 {
        margin-right: 25%;
    }

    .col-mr-2 {
        margin-right: 16.66666667%;
    }

    .col-mr-1 {
        margin-right: 8.33333333%;
    }

    .col-ml-11 {
        margin-left: 91.66666667%;
    }

    .col-ml-10 {
        margin-left: 83.33333333%;
    }

    .col-ml-9 {
        margin-left: 75%;
    }

    .col-ml-8 {
        margin-left: 66.66666667%;
    }

    .col-ml-7 {
        margin-left: 58.33333333%;
    }

    .col-ml-6 {
        margin-left: 50%;
    }

    .col-ml-5 {
        margin-left: 41.66666667%;
    }

    .col-ml-4 {
        margin-left: 33.33333333%;
    }

    .col-ml-3 {
        margin-left: 25%;
    }

    .col-ml-2 {
        margin-left: 16.66666667%;
    }

    .col-ml-1 {
        margin-left: 8.33333333%;
    }

    #skeleton {
        width: 100%;
        /*padding:0 0 560px;*/
    }

    #footer {
        /*height:560px;
margin:        -560px 0 0;
*/
        position: relative;
        z-index: 11;
    }

    .forMobile {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    :not(.notClear) > .col-md-6 + .col-md-6:nth-of-type(2n+3), :not(.notClear) > .col-md-4 + .col-md-4:nth-of-type(3n+4), :not(.notClear) > .col-md-3 + .col-md-3:nth-of-type(4n+5), :not(.notClear) > .col-md-2 + .col-md-2:nth-of-type(6n+7), :not(.notClear) > .col-md-1 + .col-md-1:nth-of-type(12n+1) {
        clear: both;
    }

    .col-md-mr-11 {
        margin-right: 91.66666667%;
    }

    .col-md-mr-10 {
        margin-right: 83.33333333%;
    }

    .col-md-mr-9 {
        margin-right: 75%;
    }

    .col-md-mr-8 {
        margin-right: 66.66666667%;
    }

    .col-md-mr-7 {
        margin-right: 58.33333333%;
    }

    .col-md-mr-6 {
        margin-right: 50%;
    }

    .col-md-mr-5 {
        margin-right: 41.66666667%;
    }

    .col-md-mr-4 {
        margin-right: 33.33333333%;
    }

    .col-md-mr-3 {
        margin-right: 25%;
    }

    .col-md-mr-2 {
        margin-right: 16.66666667%;
    }

    .col-md-mr-1 {
        margin-right: 8.33333333%;
    }

    .col-md-mr-0 {
        margin-right: 0;
    }

    .col-md-ml-11 {
        margin-left: 91.66666667%;
    }

    .col-md-ml-10 {
        margin-left: 83.33333333%;
    }

    .col-md-ml-9 {
        margin-left: 75%;
    }

    .col-md-ml-8 {
        margin-left: 66.66666667%;
    }

    .col-md-ml-7 {
        margin-left: 58.33333333%;
    }

    .col-md-ml-6 {
        margin-left: 50%;
    }

    .col-md-ml-5 {
        margin-left: 41.66666667%;
    }

    .col-md-ml-4 {
        margin-left: 33.33333333%;
    }

    .col-md-ml-3 {
        margin-left: 25%;
    }

    .col-md-ml-2 {
        margin-left: 16.66666667%;
    }

    .col-md-ml-1 {
        margin-left: 8.33333333%;
    }

    .col-md-ml-0 {
        margin-left: 0;
    }

    .dn-md {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width:541px) {
    :not(.notClear) > .col-sm-6 + .col-sm-6:nth-of-type(2n+3), :not(.notClear) > .col-sm-4 + .col-sm-4:nth-of-type(3n+4), :not(.notClear) > .col-sm-3 + .col-sm-3:nth-of-type(4n+5), :not(.notClear) > .col-sm-2 + .col-sm-2:nth-of-type(6n+7), :not(.notClear) > .col-sm-1 + .col-sm-1:nth-of-type(12n+1) {
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-auto {
        width: auto;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .dn-sm {
        display: none;
    }

    .inner > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .forDesktop {
        display: none !important;
    }

    #leftColumn {
        padding-right: 0;
    }

    [dir="rtl"] #leftColumn {
        padding-left: 0;
    }

    #rightColumn {
        padding-left: 0;
    }

    [dir="rtl"] #rightColumn {
        padding-right: 0;
    }

    .text-title {
        line-height: 25px;
        font-size: 15px;
    }

    .text-description {
        line-height: 18px;
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {
    aside#leftColumn .member-menu-title.active:after {
        content: '-';
    }
    
    aside#leftColumn .member-menu-title.active + ul {
        display: grid;
    }
    aside#leftColumn .member-menu {
        padding: 20px;
        box-sizing: border-box;
    }
    
    aside#leftColumn .member-menu-title {
        position: relative;
        margin-bottom: 0;
    }
    
    aside#leftColumn .member-menu-title:after {
        content: '+';
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 5px;
    }
    
    aside#leftColumn .member-menu ul {
        display: none;
        margin-top: 20px;
    }
    .member-menu ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    
    .member-menu {
        background: #fafafa;
        padding: 20px;
    }
    
    .member-menu ul li a {
        background: #fff;
        padding: 20px 0;
        font-size: 12px;
    }
    
    .member-menu-title {
        margin-bottom: 20px;
    }
    .member-page-register {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .mpr-right {
        display: none;
    }

    .mpr-left {
        padding: 30px;
    }

    .member-page-login {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .mpl-right {
        display: none;
    }

    .mpl-left {
        padding: 30px;
    }

    .list-star {
        margin-bottom: 2px;
    }

    .sepet-puan {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 15px 10px;
    }

    .sepet-puan-content-title {
        font-size: 13px;
    }

    .sepet-puan-info {
        font-size: 10px;
    }

    div#sayacVeDurum p {
        width: 100%;
        display: block;
    }

    div#sayacVeDurum {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        padding: 10px;
    }

    .influencerGeneral {
        padding: 20px 0;
    }

    .influencerGeneralTitle {
        font-size: 18px;
    }

    .influencerItemName {
        font-size: 11px;
    }

    .influencerShop {
        width: 30px;
        height: 30px;
    }

    .influencerShop img {
        height: 18px;
    }

    .influencerBottom {
        padding: 10px 10px;
    }

    .influencerBlock {
        grid-template-columns: repeat(2,1fr);
    }

    div#onerilenUrunlerWrapper {
        padding-top: 25px;
    }

    div#onerilenUrunlerWrapper .block-title span {
        font-size: 16px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    aside#leftColumn .paRight {
        padding: 0;
    }

    #leftColumn .toggleDiv {
        display: none;
    }

    aside#leftColumn #page-login .pageTitle {
        padding: 0;
        position: relative;
    }

    aside#leftColumn #page-login .pageTitle:after {
        content: '+';
        position: absolute;
        right: 0;
    }

    aside#leftColumn #page-login .pageTitle.active:after {
        content: '-';
    }

    .katUstVitrin {
        height: 40px;
    }

    .katUstVitrin p {
        font-size: 13px;
    }

    .yildizSari i {
        background-size: 10px;
        margin: 0;
    }

    .yildizGri i {
        background-size: 10px;
        margin-right: 0;
    }

    .listProductStar .puan {
        font-size: 11px;
    }

    .blogDetay {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .bdicDate {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .bdicTitle {
        font-size: 16px;
        text-align: center;
    }

    .bdicDesc * {
        text-align: center;
        font-size: 13px !important;
    }

    .blTitle {
        font-size: 18px;
        margin-bottom: 0;
    }

    .blogListe {
        padding: 0 20px;
        padding-bottom: 10px;
    }

    .blicDate {
        font-size: 11px;
    }

    .blicTitle {
        font-size: 14px;
        margin: 3px 0;
    }

    .blicDesc * {
        font-size: 12px !important;
    }

    .blicBtn a {
        font-size: 13px;
        padding: 8px 12px;
    }

    .blicBtn a img {
        height: 8px;
    }

    .blicBtn {
        margin-top: 10px;
    }

    .filterCat .filter-title {
        margin-bottom: 0;
    }

    .filter-title.active {
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/au.svg) no-repeat right;
    }

    .filter-wrap {
        padding: 15px 0;
    }

    .filterContent {
        width: 100%;
    }

    .lfTitle {
        font-size: 16px;
    }

    .filter-title {
        font-size: 14px;
        margin-bottom: 0;
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/ad.svg) no-repeat right;
    }

    ul#filterCats li ul > li a {
        font-size: 13px;
    }

    ul#filterCats li ul > li {
        width: 50%;
    }

    .filter-item-list .filter-item {
        width: 50%;
        margin-bottom: 15px;
    }

    div#leftFilter {
        padding: 20px;
    }

    .ikContent {
        padding: 0 20px;
        box-sizing: border-box;
        order: 1;
    }

    .baText b {
        font-size: 13px;
        padding: 5px;
        margin-bottom: 0;
    }

    .baText span i {
        font-size: 8px;
    }

    .baText {
        bottom: 10px;
        left: 10px;
    }

    a#without-membership {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .uodeTitle {
        font-size: 16px;
    }

    .uListeTop > div {
        width: 50%;
        padding: 0 1px;
        box-sizing: border-box;
    }

    .filtrele {
        width: 100%;
        font-size: 11px;
        height: 40px;
        padding: 0 10px;
    }

    .sirala select {
        width: 100%;
        height: 40px;
        font-size: 11px;
        padding: 0 10px;
    }

    .uListeTop {
        padding: 1px;
        box-sizing: border-box;
    }

    .katName {
        display: none;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }

    .katNameMobil .katName {
        display: block;
        text-align: center;
    }

    .katNameMobil {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .guvenIkonlari ul li {
        width: 50%;
        padding: 5px;
    }

    .guvenIkonlari ul li > div div {
        font-size: 13px;
    }

    .guvenIkonlari ul li > div span {
        font-size: 10px;
    }

    .guvenIkonlari ul li > div {
        padding: 10px 0;
        border-radius: 5px;
        margin-bottom: 0;
    }

    .guvenIkonlari ul {
        padding: 5px;
    }

    .guvenIkonlari ul li img {
        height: 24px;
    }

    .backPage img {
        height: 26px;
    }

    .siparisOzetiContent .ssTitle {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .mobileSepetOzeti > .col-5.active {
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/aubeyaz.svg) no-repeat left;
    }

    .siparisOzetiContent {
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0px -10px 30px 0px #00000010;
    }

    .sepetSagContent {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .ssTitle {
        font-size: 14px;
    }

    .sscItem {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .sptFxd {
        bottom: 0;
        left: 0;
        z-index: 9;
        order: 2;
        position: fixed;
        background: #fff;
    }

    .sepetSagBottom {
        padding: 20px;
        box-sizing: border-box;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .kuponKoduEkle, .siparisNotuEkle {
        font-size: 12px;
    }

    .cmptTitle {
        font-size: 13px;
    }

    .campaign-btn {
        width: 100% !important;
        margin-top: 10px;
    }

    .mobileSepetOzeti {
        background: #6cbf6f;
        display: flex;
        align-items: center;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .mobileSepetOzeti a#addCartBtn {
        border-radius: 0;
        font-size: 14px;
        border-left: 1px solid #4DB250;
        width: 68%;
    }

    .mobileSepetOzeti a#addCartBtn img {
        height: 18px;
    }

    .mobileSepetOzeti > .col-5 {
        background: url(https://img.zulays.com/Data/EditorFiles/Devux/adbeyaz.svg) no-repeat left;
        padding-left: 15px;
        box-sizing: border-box;
        width: 32%;
    }

    .mobileSepetOzeti > .col-5 > .fl > .fl:nth-child(1) {
        color: #fff;
        font-size: 10px;
        font-weight: 300;
        margin-bottom: 2px;
    }

    .mobileSepetOzeti > .col-5 > .fl > .fl:nth-child(2) {
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    ul#campaignList li {
        border: 1px solid #eee;
        box-sizing: border-box;
        margin-top: 10px;
        flex-wrap: wrap;
        padding: 10px;
    }

    .campaignWrapper {
        margin-top: 30px;
    }

    .cmpContent {
        width: 100%;
    }

    .sptName {
        font-size: 12px;
        margin-bottom: 0;
    }

    .sptVariant {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .removeBtn {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .cartList li > .productImg > div {
        position: relative;
    }

    .cartList li .qtyBtns input {
        width: 33.33%;
        line-height: 22px;
        height: 22px;
        font-size: 12px;
    }

    .cartList li .qtyBtns {
        height: 24px;
        padding: 0 2px;
    }

    .cartList li .qtyBtns a {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        width: 33.33%;
    }

    .cartList li .productPrc {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .cartList li .discountedPrice {
        font-size: 13px;
        margin-right: 5px;
    }

    .cartList li .sptPrice {
        font-size: 13px;
    }

    .kmpInfo {
        font-size: 10px;
        padding: 0 5px;
        height: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .cartList li > div:nth-child(3) {
        display: none;
    }

    .cartList li > div:nth-child(1) {
        width: 100%;
    }

    .backGo {
        display: none;
        visibility: hidden;
    }

    .ssTitle {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .sepetSol .ssTitle {
        justify-content: center;
    }

    form#SepetForm {
        margin: 0;
        background: #fff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 20px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    .cartList li {
        padding: 15px 0;
        margin-top: 0;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        position: relative;
    }

    .campaignTitle {
        font-size: 16px;
        text-align: center;
        border: none;
        padding-bottom: 5px;
    }

    .productRow .productImg img {
        width: 60px;
    }

    .productRow .productImg > div > div:nth-child(1) {
        min-width: 60px;
        margin-right: 10px;
    }

    .siparisUst a:nth-child(2) img {
        height: 28px;
    }

    .siparisUst a:nth-child(3) img {
        height: 26px;
    }

    .siparisUst a:nth-child(3) .cart-soft-count {
        background: #222;
        width: 16px;
        height: 16px;
        position: absolute;
        border-radius: 100%;
        right: 4px;
        color: #fff;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 8px;
    }

    .siparisUst {
        justify-content: space-between;
        padding: 10px;
        box-sizing: border-box;
    }

    .sepetSol {
        width: 100%;
        padding: 0;
    }

    .sepetSag {
        width: 100%;
        padding: 0;
        padding-bottom: 130px;
    }

    .sepetGenel {
        flex-wrap: wrap;
        background: #f0f0f0;
        min-height: auto;
    }

    .sepetSol > div {
        width: 100%;
    }

    .sepetSag > div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    form#order-login-form .box {
        padding-left: 0;
        padding-right: 0;
    }

    .uyeOlmadan {
        height: 40px;
        line-height: 40px;
    }

    .sepetSonrasi span {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .paLeft {
        width: 100%;
        padding: 10px;
    }

    .otContent {
        width: 100%;
        padding: 0;
    }

    .otTitle {
        font-size: 13px;
    }

    .orderTrack ul li {
        font-size: 12px;
    }

    .orderTrack, .orderProduct {
        padding: 15px 10px;
        margin-top: 15px;
    }

    .orderTrack ul, .orderProduct ul {
        margin-top: 15px;
    }

    .orderProduct ul li {
        width: 100%;
        margin-top: 15px;
    }

    .opiImg img {
        width: auto !important;
    }

    .orderProduct ul li.siparisToplami {
        font-size: 13px;
    }

    button#showBtnx {
        font-size: 14px;
    }

    .parTitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .parDesc {
        font-size: 14px;
        padding-bottom: 15px;
    }

    div#login-form {
        width: auto;
    }

    div#login-form .row {
        margin: 0;
    }

    .socialLogin li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .socialLogin li a {
        font-size: 11px;
    }

    a#member-login-btn {
    }

    .ugMember {
        font-size: 12px;
    }

    .paRight {
        width: 100%;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        background: #fff;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .pageAll {
        flex-wrap: wrap;
        position: relative;
        background: #f0f0f0;
    }

    .palCenter {
        display: none;
    }

    .palBtn {
        display: none;
    }

    .palLogo a:nth-child(2) img {
        height: 28px;
    }

    .palLogo {
        display: flex;
        justify-content: space-between;
    }

    .soO.palLogo a img {
        height: 28px;
    }

    .soO.palLogo {
        display: flex;
        justify-content: center;
    }

    .palLogo a:nth-child(3) img {
        height: 26px;
    }

    .palLogo a:nth-child(3) .cart-soft-count {
        background: #222;
        width: 16px;
        height: 16px;
        position: absolute;
        border-radius: 100%;
        right: 4px;
        color: #fff;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 8px;
    }

    .col-xs-auto {
        width: auto;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    :not(.notClear) > .col-xs-6 + .col-xs-6:nth-of-type(2n+3), :not(.notClear) > .col-xs-4 + .col-xs-4:nth-of-type(3n+4), :not(.notClear) > .col-xs-3 + .col-xs-3:nth-of-type(4n+5), :not(.notClear) > .col-xs-2 + .col-xs-2:nth-of-type(6n+7), :not(.notClear) > .col-xs-1 + .col-xs-1:nth-of-type(12n+1) {
        clear: both;
    }

    .dn-xs {
        display: none;
    }

    #leftColumn > p, #leftColumn > p *, #mainColumn > p, #mainColumn > p *, #rightColumn > p, #rightColumn > p * {
        float: left;
        width: 100%;
    }

    .text-title {
        line-height: 20px;
        font-size: 14px;
    }

    .text-description {
        line-height: 15px;
        font-size: 12px;
    }

    #alis-veris-listem .pageTitle {
        height: auto;
        min-height: 60px;
    }

    #alis-veris-listem .pageTitle > .row {
        background-position: 10px 12px;
    }

    #alis-veris-listem table img {
        width: 40px;
        max-width: none;
    }

    #membershipTabs .btn.active {
        position: relative;
    }

    #membershipTabs .btn:before {
        content: '';
        background-color: #000;
        width: 0;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: width .2s ease-in-out;
        -moz-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out;
    }

    #membershipTabs .btn:not(:last-child):after {
        content: '';
        width: 0;
        border-right: 1px solid #ececec;
        display: block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 100%;
        margin-left: -.5px;
    }

    #membershipTabs .btn.active:before {
        width: 100%;
    }

    #membershipTabs .btn:hover, #membershipTabs .btn.active {
        box-shadow: none !important;
    }

    #membershipTabContainer {
        box-sizing: border-box;
    }

    #membershipTabContainer > div {
    }

    #quick-order-form .productRow {
        flex-wrap: wrap;
        position: relative;
    }

    #quick-order-form .productRow .text-description {
        padding-right: 40px;
    }

    #quick-order-form .productRow .icon-cancel {
        position: absolute;
        top: 12px;
        right: 10px;
        z-index: 2;
    }
}

@media all and (max-width: 421px) {
    .tsoft-push--in-notification {
        width: 100%;
        left: 0;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
}

@media all and (max-width: 360px) {
    .col-xxs-auto {
        width: auto;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    :not(.notClear) > .col-xxs-6 + .col-xxs-6:nth-of-type(2n+3), :not(.notClear) > .col-xxs-4 + .col-xxs-4:nth-of-type(3n+4), :not(.notClear) > .col-xxs-3 + .col-xxs-3:nth-of-type(4n+5), :not(.notClear) > .col-xxs-2 + .col-xxs-2:nth-of-type(6n+7), :not(.notClear) > .col-xxs-1 + .col-xxs-1:nth-of-type(12n+1) {
        clear: both;
    }

    .dn-xxs {
        display: none;
    }
}

.tsoft-push--in-notification {
    width: 422px;
    padding: 0 20px 10px 20px;
    border: 1px solid #bababa;
    border-radius: 3px;
    box-shadow: 0 4px 4px -2px #888;
    background-color: #fbfbfb;
    font-family: Arial,sans-serif;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -211px;
    z-index: 9999999999999;
}

.tsoft-push--in-notification-inner-container {
    margin: 0;
    /*
padding:         0 20px 10px 20px;
*/
}

.tsoft-push--in-notification-logo {
    height: auto;
    margin-right: 5px;
    max-width: 150px;
    float: left;
}

.tsoft-push--in-notification-logo img {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.tsoft-push--in-notification-image-container {
    float: left;
    margin: 13px 15px 0 0
}

.tsoft-push--in-notification-image-container img {
    width: 65px;
    height: 65px
}

.tsoft-push--in-notification-text-container {
    position: relative !important;
    padding: 10px 0 0 0 !important;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important;
    line-height: 1.4em !important
}

.tsoft-push--in-notification-title {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
    word-break: break-word;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.tsoft-push--in-notification-description {
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    word-break: break-word;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.tsoft-push--in-notification-button-container {
    float: right !important
}

.tsoft-push--in-notification-button {
    width: 90px;
    height: 18px;
    line-height: 18px;
    margin-left: 3px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #bababa;
    border-radius: 1px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box
}

.tsoft-push--in-allow-button {
    background: #00c33d;
    color: #fff;
    border-color: #059833
}

@media all and (max-width: 421px) {
    .tsoft-push--in-notification {
        box-sizing: border-box;
        width: 100%;
        left: 0;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }

    .tsoft-push--in-notification-text-container {
        float: left;
    }
}