@import url("/theme/v4-sarfmarket2019/sub_theme/genel/firat/v4/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%;
    font: inherit;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, code,pre, sub, sup, strong, b, i, u, blockquote {
}

tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    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: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #fafafa;
}

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;
}

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;
}

.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;
}

.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;
}

.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;
}

.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;
    font-style:
}

.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: #ffffff;
}

.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: #c11e20;
}

.ease, .btn, .form-control, a, input, select, textarea, button {
    -webkit-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.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: #e35252;
}

.drop-down.hover .drop-down-title + * {
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .2s, opacity .2s linear;
}

.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);
    transition: opacity .2s linear, top .2s linear;
}

.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 + * {
    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-wrap > * {
}

.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;
}

.p-bottom, .box.p-bottom, .col.p-bottom, .btn.p-bottom {
    padding-bottom: 0;
}

.p-right, .box.p-right, .col.p-right, .btn.p-right {
    padding-right: 0;
}

#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: 5px;
    z-index: 999;
}

.tooltip.default {
    border: 1px solid #ececec;
}

#notify {
    position: fixed;
}

#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;
}

#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%;
}

.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: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 333;
    background: url(/Data/EditorFiles/svg/yukari.svg);
}

#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;
}

.banner2li {
    margin-top: 20px;
}

.iVitrin {
    margin-top: 20px;
}

.blkTitle {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}

.blkDesc {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

.meslekGruplari a {
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    align-items: center;
}

.meslekGruplari a span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #a1a1a1;
    margin-bottom: -30px;
}

.meslekGruplari a img {
    margin-top: -30px;
}

.iItems {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 32px;
    box-sizing: border-box;
}

.iItems span {
    display: flex;
    justify-content: center;
}

.iTit {
    font-size: 14px;
    font-weight: 900;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
}

.iDesc {
    font-size: 14px;
    color: #9b9b9b;
}

.iItems img {
    margin-bottom: 20px;
}

.cozumOrtaklarimiz .blkTitle {
    margin-bottom: 20px;
}

.cozumOrtaklarimiz .fl.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tm a {
    width: 220px;
    height: 40px;
    background: #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.tm {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.sarfHakkimizda {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.shTitle {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.shDesc {
    font-size: 16px;
    font-weight: 300;
    color: #9b9b9b;
    line-height: 22px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.sarfHakkimizda .fl:nth-child(1) {
    text-align: center;
    margin-bottom: 30px;
}

.kampanyalar .tm a {
    text-transform: capitalize;
}

.kTitle {
    height: 26px;
    line-height: 15px;
    margin-bottom: 5px;
}

.lKategoriler ul li a {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px -15px #00000085;
}

.lKategoriler ul li a span {
    font-size: 12px;
    color: #c11e20;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    text-align: center;
}

.kImg img {
    height: 80px;
}

.kn {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fKat {
    background: #fff;
    box-shadow: 0px 0px 30px -15px #00000085;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fKat .col-title {
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 10px;
}

ul#filterCats > li > a {
    font-size: 13px;
    color: #c11e20;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
}

ul#filterCats > li > ul > li a {
    font-size: 13px;
    color: #929292;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
}

ul#filterCats > li > ul > li a:after {
    content: '';
    width: 3px;
    height: 5px;
    background: url(/Data/EditorFiles/svg/aa.svg) no-repeat left;
    position: absolute;
    left: 0;
    top: 8px;
    margin: 0;
}

.fFilter {
    background: #fff;
    box-shadow: 0px 0px 30px -15px #00000085;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.ff {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 40px;
}

.fItem .filter-title.hidden {
    background: url(/Data/EditorFiles/svg/fk.svg) no-repeat right;
}

.fItem .filter-title {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    background: url(/Data/EditorFiles/svg/fa.svg) no-repeat right;
    cursor: pointer;
    margin-bottom: 5px;
}

.fKat .fItem .filter-title {
    background: none;
    margin-bottom: 0;
}

.fItem .filter-item {
    margin-bottom: 18px;
    cursor: pointer;
}

.fItem {
    margin-bottom: 0;
}

.priceWrap {
    line-height: 11px;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    cursor: pointer;
}

.fltrerun {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #c11e20;
    cursor: pointer;
}

div#filterSort > .fl {
    display: flex;
    align-items: center;
}

div#filterSort {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

div#filterSort > .fl:nth-child(2) {
    justify-content: flex-end;
}

div#filterSort .col-text {
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
}

.ssgi {
    height: 50px;
    display: flex;
    align-items: center;
    border-left: 1px solid #eeee;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

div#filterSort > .fl:nth-child(1) {
    font-size: 12px;
    color: #616161;
    padding-left: 10px;
    text-transform: uppercase;
}

.siugi {
    height: 50px;
    display: flex;
    align-items: center;
    border-left: 1px solid #eeee;
    padding-left: 20px;
    padding-right: 20px;
}

#filterSort select {
    font-size: 12px;
    color: #6a6a6a;
    background: url(/Data/EditorFiles/svg/alta.svg) no-repeat right;
    width: 200px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
}

#filterSort select:focus {
    box-shadow: none;
}

.cozumOrtaklarimiz {
    margin-bottom: 20px;
}

.icons {
    margin-bottom: 20px;
}

.kampanyalar {
    margin-bottom: 20px;
}

.tabBtns .btn {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.tabBtns .btn:hover {
    box-shadow: none !important;
    background: #fff;
}

.tabBtns .btn.active:after {
    content: '';
    width: 69px;
    height: 10px;
    position: absolute;
    background: url(/Data/EditorFiles/svg/select.png);
    left: 50%;
    top: 100%;
    margin-left: -34.5px;
}

.tabBtns .btn.active {
    background: #fff;
    border: 1px solid #000 !important;
}

.tabBtns {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.ro .tabBtns > .col .btn:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 100%;
    top: 12px;
    left: 15px;
}

.ro .tabBtns > .col:nth-child(1) .btn:before {
    background: #ea5ca6;
}

.ro .tabBtns > .col:nth-child(2) .btn:before {
    background: #7d3390;
}

.ro .tabBtns > .col:nth-child(3) .btn:before {
    background: #f7833e;
}

.ro .tabBtns > .col:nth-child(4) .btn:before {
    background: #50afa8;
}

.ro .tabBtns > .col:nth-child(5) .btn:before {
    background: #0469a9;
}

.ro .tabBtns > .col:nth-child(6) .btn:before {
    background: #a0ac2e;
}

.ro .tabBtns > .col:nth-child(7) .btn:before {
    border: 1px solid #aaa;
    background: #fff;
}

.ro .tabBtns > .col:nth-child(8) .btn:before {
    background: #958f8e;
}

.ro .tabBtns > .col:nth-child(9) .btn:before {
    background: #1c1c21;
}

.ro .tabBtns .btn {
    padding-left: 40px;
    text-transform: uppercase;
}

.lKategoriler .col-2 {
    width: 12.5%;
}

button.slick-prev {
    width: 35px;
    height: 35px;
    font-size: 0.1px;
    background: url(/Data/EditorFiles/svg/al.svg);
    border: none;
    position: absolute;
    left: -5px;
    top: 68px;
    z-index: 99;
    cursor: pointer;
}

button.slick-next {
    width: 35px;
    height: 35px;
    font-size: 0.1px;
    background: url(/Data/EditorFiles/svg/ar.svg);
    border: none;
    position: absolute;
    right: -5px;
    top: 68px;
    cursor: pointer;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #aaa;
    font-size: 0.1px;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    padding: 0;
}

ul.slick-dots li.slick-active button {
    background: #333;
}

.katSlider {
    margin-bottom: 10px;
}

.ro {
    margin-top: 20px;
    margin-bottom: 20px;
}

.klSeviye1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.klSeviye1 > .fl {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 47px;
    position: relative;
}

.klSeviye2 > .row {
    display: flex;
    flex-wrap: wrap;
}

.klSeviye2 > .row .col-2 a {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

.klSeviye2 .kTitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #c11e20;
}

.klSeviye2 > .row .col-2 a:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.klSeviye1 > .fl.active:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    background: #c11e20;
}

.anasayfaKategoriler {
    margin-top: 20px;
    margin-bottom: 10px;
}

.klSeviye2 > .row > .fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.banner2li .slick-arrow {
    display: none !important;
}

.banner2li ul.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.pu .image-wrapper {
    padding-bottom: 104%;
}

.pu > .col-5 > .col-7 img {
    height: 100%;
}

.banner2li ul.slick-dots li button {
    background: #fff;
    border: 1px solid #ddd;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.banner2li ul.slick-dots li.slick-active button {
    background: #333;
}

.klSeviye2 > .row > .fl > .col-2 {
    width: 12.5%;
}

.pu {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pu > .col-5 {
    background: #fff;
}

.pu .blkTitle {
    background: #c11e20;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.pu .tabBtns > .col {
    width: 100%;
    padding: 0;
}

.pu .tabBtns {
    flex-wrap: wrap;
}

.pu .tabBtns .btn {
    width: 100%;
    border: none !important;
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 20px;
}

.pu .tabBtns .btn.active {
    background-color: #c11e2024;
}

.kmpPage {
    display: flex;
    flex-wrap: wrap;
}

.kmpPage .fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kmpPage .fl a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kmpTitle {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#page-login {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pu .tabBtns .btn.active:after {
    display: none;
}

.slick-track {
    display: flex !important;
    justify-content: flex-start;
    margin-left: 0 !important;
}

.kampanyalar a img {
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px 0px #00000030;
}

.sepeteGit {
    background: #c11e20;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: flex !important;
    justify-content: center;
    border: 1px solid #c11e20;
}

.ade {
    border: 1px solid #c11e20;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background: #fff;
    display: flex !important;
    justify-content: center;
}

input#indirimkuponu {
    padding: 0;
    padding-left: 10px;
}

.kgit {
    background: #c11e20;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.sarfBlog .block-title {
    font-size: 21px;
    color: #000;
    text-align: center;
}

.sarfBlog .block-title b {
    color: #c11e20;
}

.blogCerceve {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.blogCon {
    padding: 40px;
    box-sizing: border-box;
}

.blogBaslik {
    font-size: 14px;
    font-weight: 900 ;
    color: #4a4a4a;
    text-transform: uppercase ;
    text-align: center;
    margin-bottom: 15px ;
    height: 38px;
    line-height: 20px;
}

.blogIcerik {
    font-size: 15px;
    font-weight: 300 ;
    text-align: center;
    color: #888 ;
    height: 40px;
    overflow: hidden ;
    margin-bottom: 20px;
}

.blogIcerik p {
    line-height: 22px;
}

.bDetaylar {
    font-size: 12px;
    color: #4a4a4a;
    text-align: center;
    text-decoration: underline;
}

span.onSiparisVer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #55a90cd4;
    height: 35px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #0cb530 , #13cc3b);
}

#productRight span.onSiparisVer {
    position: relative;
    justify-content: flex-start;
    padding-left: 10px;
    font-weight: bold;
    height: 40px;
}

.lFirsatU {
    width: 100%;
    background-image: linear-gradient(to right, #c11e20 , #e24043);
    position: absolute;
    bottom: 0;
    height: 35px;
    z-index: 99;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    justify-content: center;
}

.portfolio-thumb {
    position: relative;
    width: 230px;
}

.portfolio-overlay a {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.portfolio-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #0009;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    box-sizing: border-box;
    padding-top: 15px;
    display: none;
}

.portfolio-overlay h3 {
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.portfolio-item {
    width: 230px;
    margin: 20px;
    box-sizing: border-box;
    padding: 0;
    float: left;
}

.portfolio-overlay p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
}

.portfolio-item:hover .portfolio-overlay {
    display: block;
}

.container > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ek5 {
    position: absolute;
    background: #c11e20;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.lFirsatU img {
    margin-right: 5px;
    height: 11px;
}

input#search-btn {
    top: 0;
}

body .kkDijimob .form-control input.phone {
    padding: 0 40px !important;
}

.kkDijimob input:-webkit-autofill, .kkDijimob input:-webkit-autofill:hover, .kkDijimob input:-webkit-autofill:focus {
    border: 1px solid #ccc;
    -webkit-text-fill-color: #666;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

body .kkDijimob .form-control input:not(.searchFlag) {
    height: 50px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 3px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    color: #333 !important;
    background: #f0eef0 !important;
}

body .kkDijimob .form-control textarea {
    border: 1px solid #dfdfdf !important;
    border-radius: 3px !important;
    padding: 20px 10px 20px 10px !important;
    box-sizing: border-box !important;
    color: #333 !important;
    background: #fff !important;
}

body .kkDijimob .form-control select {
    height: 50px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 3px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    color: #aaa !important;
    background: #fff url(/Data/EditorFiles/svg/downArrow.svg) no-repeat right !important ;
    font-size: 12px;
    background-size: 17px !important;
    background-position-x: 97% !important;
}

.kkDijimob .placeholder {
    background: #f0eef0;
    line-height: 50px !important ;
    font-size: 12px;
    right: auto;
    width: 99%;
    padding: 0 10px !important;
}

.kkDijimob .placeholder.focus {
    line-height: 20px !important;
    font-size: 10px !important ;
    background: transparent;
}

.kkDijimob .phone-masked .placeholder {
    padding: 0 40px !important;
}

.kkDijimob textarea + .placeholder {
    background: #fff;
}

.kkDijimob .large .icon {
    height: 50px;
}

.not_required_identity_number .input-wrap.checkbox {
    background: none;
    border: 1px solid #ddd;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.not_required_identity_number {
    font-size: 12px;
    color: #aaa;
}

.not_required_identity_number .input-wrap.checkbox.active {
    background: #c11e20;
}

.not_required_identity_number:hover .input-wrap.checkbox {
    background: #c11e20 !important;
}

.not_required_identity_number .input-wrap.checkbox:focus {
    background: #c11e20;
}

.kkDijimob .pageTitle {
    color: #c11e20;
}

.kkDijimob .subTitle {
    color: #c11e20;
    font-weight: normal;
}

.kkDijimob .mailInfo {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin: 10px 0;
}

.kkDijimob .mailInfo img {
    height: 15px;
    margin-right: 10px;
}

.kkDijimob .mailInfo span {
    font-size: 12px;
    color: #888;
}

.kkIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.kkIcon > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.kkIcon > div > span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 13px;
    color: #c11e20;
    font-weight: 500;
}

.kkIcon > div > img {
    opacity: 0.7;
}

.kkdContent {
    padding: 20px;
    box-sizing: border-box;
}

a#uye-kayit-btn {
    width: 40%;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.kkdSifre {
    background: #f2f2f2;
    box-sizing: border-box;
    margin-top: 37px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.kkdTitle {
    background: #c11e20;
    height: 50px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

span.onlineozel {
    position: absolute;
    z-index: 99;
    height: 65px;
    right: 5px;
    bottom: 5px;
}

.sadeceIstanbul {
    position: absolute;
    z-index: 9;
    background: #bc2220;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    right: 0;
}

.lfGenel {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.memberContainer {
    width: 420px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
}

.mcTitle {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

a#member-login-btn {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0cb530 , #13cc3b);
}

.veya {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 20px 0;
}

.veya > span {
    font-size: 12px;
    color: #bbb;
    font-weight: 600;
    position: relative;
    margin-bottom: -7px;
    display: block;
    background: #fff;
    padding: 0 15px;
}

.loginRegister > div {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.hemenUyeOl {
    background: #222;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#member-forgot-password {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    padding-top: 2px;
}

.benihatirla {
    font-size: 12px;
    color: #222;
    padding-top: 2px;
}

.girisTop {
    display: flow-root;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 15px;
}

.memberContainer.uyeKayitContainer {
    width: 840px;
    padding-bottom: 20px;
}

.ukLeft {
    padding-right: 30px;
    box-sizing: border-box;
}

.ukRight {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.ukRight:after {
    content: '';
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
}

.ukRight a#uye-kayit-btn {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(to right, #0cb530 , #13cc3b);
    margin-top: 10px;
    border-radius: 0;
}

.szlesmeContsiner {
    padding: 5px 10px;
}

.kytSozlesme {
    padding: 12px 0;
}

.sozlesmeTxt {
    font-size: 12px;
    color: #666;
    font-weight: 300;
    padding-top: 2px;
}

.sozlesmeTxt a {
    font-weight: 500;
    color: #222;
}

.mcTitle li {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding: 0 50px;
    box-sizing: border-box;
}

#membershipTabs.mcTitle li {
    border-left: 1px solid #ddd;
}

.mcTitle li.active {
    color: #222;
    font-weight: 600;
}

#membershipTabs.mcTitle li:first-child {
    border: none;
}

a#order-login-btn {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0cb530 , #13cc3b);
}

.sepetAlan {
    border: 1px solid #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
}

.sptTitles {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.soFyt {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.soFyt.campaignDiscount {
    font-weight: 600;
    color: #0ebb33;
}

.soFyt.generalPrice {
    font-weight: 600;
    margin-bottom: 0;
}

input#indirimkuponu {
    height: 50px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 12px;
    color: #222;
}

a#indirim {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #ddd;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.sptConti a#addCartBtn {
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scContainer > ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    font-weight: 500;
    padding-bottom: 10px;
}

.scContainer > ul li:nth-child(1) {
    width: 40%;
}

.productRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.cargoMessage {
    display: none;
}

.productPrc .text-bold {
    text-align: right;
    color: #222;
    font-weight: 600;
}

.discountPrice .text-semibold {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.productRow .discountedPrice {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
}

.productPrc .ustuCiz {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
}

.productInfoRow .danger {
    color: #0ebb33;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .inner {
        width:100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 946px) {
    .inner {
        width:100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .inner {
        width:100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1101px) {
    .inner {
        padding: 0 40px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1301px) {
    .inner {
        padding: 0 50px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1501px) {
    .inner {
        width: 1500px;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    body .siparisUst {
        width: 100%;
        margin: 0;
    }

    body .sepetGenel {
        width: 100%;
        margin-left: 0;
    }

    body div#orderPageLayer > .col {
        width: 100%;
    }
}

@media screen and (max-width: 1370px) {
    body nav#mainMenu .menu > li > span > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pu > .col-5 > .col-7 img {
        height: 372px;
    }
}

@media screen and (max-width: 1290px) {
    body .kmp {
        display: none !important;
    }
}

@media screen and (max-width: 1230px) {
    #content {
        margin-right: 0;
        margin-left: 0;
    }

    #backToTop {
        right: 22px;
        bottom: 70px ;
        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;
    }
}

@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) {
    body .sepetSol {
        padding-top: 0;
        padding-bottom: 0;
    }

    body form#SepetForm > .row {
        flex-wrap: wrap;
    }

    body .sepetGenel {
        padding: 0 10px;
        box-sizing: border-box;
    }

    body .sepetAlan {
        margin-bottom: 10px;
        padding: 15px;
    }

    body .sepetSag {
        padding-top: 0;
    }

    body .scContainer > ul {
        display: none;
    }

    #membershipTabs.mcTitle li:first-child {
        padding-left: 0;
        padding-right: 40px;
    }

    #membershipTabs.mcTitle li:last-child {
        padding-right: 0;
        padding-left: 40px;
    }

    .ukLeft {
        width: 100%;
        padding: 0;
    }

    .ukRight {
        width: 100%;
        padding: 0;
    }

    .ukRight:after {
        display: none;
    }

    .lfGenel {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .memberContainer {
        width: 100%;
        padding: 20px;
    }

    div#page-login {
        margin: 10px 0;
    }

    .kkIcon > div {
        width: 50%;
        margin-bottom: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .kkIcon {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .kkIcon > div > img {
        height: 40px;
    }

    .kkIcon > div > span {
        font-size: 11px;
        line-height: 13px;
    }

    .sadeceIstanbul {
        font-size: 10px;
        padding: 5px;
    }

    .svf button.slick-next {
        display: block !important;
        right: 0;
        top: 4px;
    }

    .svf button.slick-prev {
        display: block !important;
        top: 3px;
        left: 0;
    }

    .slick-slide:focus {
        outline: none !important;
    }

    .tabBtns .btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #FormAra input[type="text"] {
        line-height: 40px;
        height: 40px;
    }

    ul.breadcrumb {
        display: inline-block !important;
    }

    .portfolio-item {
        width: 50%;
        margin: 0;
        padding: 2px;
        box-sizing: border-box;
    }

    .portfolio-thumb {
        width: 100%;
    }

    .portfolio-overlay {
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .portfolio-item:hover .portfolio-overlay {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .tabBtns {
        /*
padding:      10px;
*/
        box-sizing: border-box ;
        padding-bottom: 0;
        display: block;
    }

    .tabBtns > .col {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }

    .tabBtns > .col > div {
        width: 100%;
        text-align: center;
    }

    .tabBtns .btn.active:after {
        display: none;
    }

    button.slick-prev {
        display: none !important;
    }

    button.slick-next {
        display: none !important;
    }

    .iVitrin .slideControl {
        width: 100%;
        left: 0;
    }

    .iVitrin .slideControl span.prevSlide {
        left: 10px;
    }

    .iVitrin .slideControl span.nextSlide {
        right: 10px;
    }

    .iVitrin .slideControl span {
        opacity: 0.8;
    }

    .iVitrin .slidePager {
        bottom: 0 !important;
    }

    div#nav-wrapper > .fl {
        display: block;
    }

    .productItem > .fl {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    }

    div#katalog > .col {
        display: none;
    }

    .lKategoriler ul li a {
        padding: 15px;
    }

    .lKategoriler ul li a span {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .kImg img {
        height: 50px;
    }

    div#nav-wrapper {
        padding: 0;
    }

    ul.breadcrumb li {
        margin-right: 15px !important ;
        width: auto;
        display: inline-block ;
        margin-bottom: 5px;
    }

    ul.breadcrumb li:after {
        right: -13px !important;
        top: 3px;
    }

    .lKategoriler .col-2 {
        width: 33.33%;
    }

    .yFiltre {
        padding-left: 0;
    }

    .iItems img {
        height: 25px;
    }

    .iVitrin {
        width: 100%;
    }

    .banner2li {
        width: 100%;
    }

    .blkDesc {
        font-size: 13px;
        line-height: 18px;
    }

    .col.col-12.meslekGruplari {
    }

    .meslekGruplari .col-3 {
        width: 50%;
        padding: 0;
    }

    .meslekGruplari a span {
        font-size: 16px;
        margin-bottom: -20px;
    }

    .meslekGruplari a img {
        height: 50px;
        margin-top: -20px;
    }

    .meslekGruplari a {
        height: 125px;
    }

    .blkTitle {
        font-size: 19px;
    }

    .icons .col-3 {
        width: 50%;
        padding: 0;
        box-sizing: border-box;
    }

    .iItems {
        padding: 15px;
        box-shadow: none;
    }

    .iTit {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
        letter-spacing: 0.8px;
    }

    .iDesc {
        font-size: 12px;
        height: 30px;
        line-height: 15px;
    }

    .iItems span {
        justify-content: flex-start;
    }

    .cozumOrtaklarimiz .col-1 {
        width: 33.33%;
    }

    .sarfHakkimizda {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sarfHakkimizda img {
        height: 40px;
        width: auto;
    }

    .shTitle {
        font-size: 14px;
    }

    .shDesc {
        font-size: 14px;
        line-height: 22px;
    }

    .kampanyalar .col-4 {
        width: 100%;
    }

    .kampanyalar .col-8 {
        width: 100%;
    }

    .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;
    }
}

@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) {
    .iTit {
        height: 30px;
    }

    div#katalog .productItem {
        width: 100%;
    }

    .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;
    }
}