@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: "Poppins", 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;
}

.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, 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: #db113e;
}

.ease, .btn, .form-control, a, input, select, textarea, button {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
    transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.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: #444;
}

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

.drop-down.hover .drop-down-title + .top {
    top: calc(100% - 10px);
    transition: opacity 0.2s linear, top 0.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 0.2s linear, bottom 0.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, 0.75);
    z-index: -1;
}

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

.overlay-wrap:hover > * + .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s linear, visibility 0.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: 5px;
    z-index: 999;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 300;
}

.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, 0.7) url("loading.gif") no-repeat center center;
    z-index: 333;
    display: none;
}

#backToTop > span {
    background: #fff;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #00000024;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#backToTop > span img {
    height: 12px;
    margin-right: 5px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 120px;
    height: 45px;
    color: #5e5e5e;
    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#tsoft-ecommerce-systems {
}

.secure-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    margin-top: 60px;
}

.secure-item {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
}

.bg-one {
    background: #db113e;
}

.bg-two {
    background: #532683;
}

.secure-item-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.secure-item-desc {
    font-size: 11px;
    text-align: center;
    line-height: 150%;
    font-weight: 200;
}

.secure-item-img {
    text-align: center;
    margin-bottom: 10px;
}

.home-seo-content h2 {
    font-size: 16px;
    font-weight: 500;
}

.home-seo-content p {
    line-height: 150%;
}

.home-seo-content {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 13px;
    color: #444;
    line-height: 150%;
    font-weight: 200;
}

.home-seo-content h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
}

.w-500 {
    width: 500px;
}

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

.page-general {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
}

.page-general-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.page-general-social a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.page-general-social a img {
    margin-right: 5px;
}

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

a#signinGoogle {
    background: #ea4336;
}

.ya-da > span {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.ya-da > span > i {
    font-size: 11px;
    color: #aaa;
    font-style: normal;
    font-weight: 300;
    background: #fff;
    margin-top: -6px;
    padding: 0 10px;
    box-sizing: border-box;
}

.ya-da {
    margin: 40px 0;
    box-sizing: border-box;
}

.page-general-member-title div {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.page-general-member-title span {
    color: #231f20;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
}

a#member-register {
    background: #ed1c24;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

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

.page-general-login {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
}

a#member-login-btn {
    background: #231f20;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.page-general-login-title {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a#member-forgot-password {
    font-size: 12px;
    color: #666;
    font-weight: 200;
}

.remember-me span {
    font-size: 12px;
    font-weight: 200;
    color: #666;
}

.sozlesme-item label {
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

.sozlesme-item label a {
    font-weight: 500;
}

.sozlesme-general {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
}

a#uye-kayit-btn {
    background: #231f20;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-menu {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.blog-menu-title {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-menu-title img {
    margin-right: 5px;
}

.blog-menu-content li a {
    font-size: 13px;
    font-weight: 300;
}

.blog-menu-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
}

.blog-list-content {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.blog-list-general {
    box-sizing: border-box;
}

.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 20px;
}

.bli-img a img {
    border-radius: 5px;
}

.bli-date {
    font-size: 11px;
    color: #888;
    font-weight: 300;
    margin-bottom: 5px;
}

.bli-title {
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 150%;
}

.bli-desc p {
    padding-bottom: 0;
    color: #231f20;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.bli-btn a {
    background: #231f20;
    height: 32px;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

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

.bli-img {
    padding-bottom: 15px;
}

.bli-desc {
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

.bli-img a {
    height: 250px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.blog-pager a, .blog-pager span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 13px;
    color: #888;
    font-weight: 300;
    margin: 0 2px;
}

.blog-pager {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.blog-pager span {
    background: #db113e;
    color: #fff;
    border-color: #db113e;
}

.blog-pager a.first, .blog-pager a.prev, .blog-pager a.next, .blog-pager a.last {
    display: none;
}

.bd-item {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.bd-general {
    box-sizing: border-box;
}

.bdi-title {
    margin: 0;
    color: #231f20;
    font-size: 18px;
    font-weight: 500;
}

.bdi-date {
    font-size: 11px;
    color: #888;
    font-weight: 300;
}

.bdi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.bd-item img {
    border-radius: 5px;
}

.bdi-img {
    margin-bottom: 20px;
}

.bdi-share a {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.bdi-share a img {
    margin-right: 5px;
}

a#fb-blog-share {
    background: #4267b2;
    margin-right: 10px;
}

.bdi-share {
    margin-top: 20px;
}

.bdi-desc * {
    line-height: 150%;
    color: #333;
}

a#tw-blog {
    background: #1d9bf0;
}

.beslenme-danismani form input, .beslenme-danismani form select {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.beslenme-danismani form input:focus, .beslenme-danismani form select:focus {
    box-shadow: none;
}

.beslenme-danismani form input::placeholder, .beslenme-danismani form select {
    font-family: "Poppins", sans-serif;
    color: #666;
    font-weight: 300;
}

.beslenme-danismani form select {
    background: url(/Data/EditorFiles/Devux/svg/arrow-down.svg) no-repeat right;
    background-position-x: 97%;
}

.beslenme-danismani-image img {
    width: 100%;
}

.beslenme-danismani form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
}

.beslenme-danismani-izin label {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
}

.beslenme-danismani-izin label a {
    font-weight: 500;
}

.beslenme-danismani form input.beslenme-danismani-submit {
    background: #231f20;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.beslenme-danismani-izin {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
}

.alt-vitrin {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
}

.alt-vitrin h1, .alt-vitrin h2, .alt-vitrin h3 {
    margin: 0;
    margin-bottom: 10px;
}

.alt-vitrin h1, .alt-vitrin h1 span {
    font-size: 18px !important;
}

.alt-vitrin h2, .alt-vitrin h2 span {
    font-size: 16px !important;
}

.alt-vitrin * {
    font-size: 13px;
    color: #333;
    line-height: 150%;
}

.alt-vitrin ul {
    padding-left: 15px;
}

.alt-vitrin-scroll {
    max-height: 500px;
    overflow: auto;
    padding-right: 20px;
    box-sizing: border-box;
}

.devux-scroll::-webkit-scrollbar {
    width: 3px;
}

.devux-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.devux-scroll::-webkit-scrollbar-thumb {
    background: #333;
}

.grid-item {
    display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-0 {
    grid-column-gap: 0px;
}

.column-10 {
    grid-column-gap: 10px;
}

.column-20 {
    grid-column-gap: 20px;
}

.column-30 {
    grid-column-gap: 30px;
}

.column-40 {
    grid-column-gap: 40px;
}

.column-50 {
    grid-column-gap: 50px;
}

.column-60 {
    grid-column-gap: 60px;
}

.column-70 {
    grid-column-gap: 70px;
}

.column-80 {
    grid-column-gap: 80px;
}

.column-90 {
    grid-column-gap: 90px;
}

.column-100 {
    grid-column-gap: 100px;
}

.row-0 {
    grid-row-gap: 0px;
}

.row-10 {
    grid-row-gap: 10px;
}

.row-20 {
    grid-row-gap: 20px;
}

.row-30 {
    grid-row-gap: 30px;
}

.row-40 {
    grid-row-gap: 40px;
}

.row-50 {
    grid-row-gap: 50px;
}

.row-60 {
    grid-row-gap: 60px;
}

.row-70 {
    grid-row-gap: 70px;
}

.row-80 {
    grid-row-gap: 80px;
}

.row-90 {
    grid-row-gap: 90px;
}

.row-100 {
    grid-row-gap: 100px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-white {
    background: #fff;
}

.ocm-title {
    font-size: 16px;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 10px;
}

.ocm-desc {
    color: #444444;
    font-weight: 300;
    font-style: italic;
    line-height: 150%;
    margin-bottom: 15px;
}

.ocm-btn a {
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #231f20;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

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

.one-cikan-markalarimiz {
    display: flex;
    align-items: center;
    gap: 40px;
}

.filtrele-btn {
    background: #DB113E;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.filtrele-btn > span {
    background: url(/Data/EditorFiles/Devux/svg/arrow-right-white.svg) no-repeat right;
}

.filter-item-general {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.filter-wrap {
    display: none;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 15px;
}

.filter-item-title {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.filter-item-title::after {
    content: "+";
    position: absolute;
    right: 0;
}

.only-stock label {
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.product-list-top {
    height: 56px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
}

.list-count {
    font-size: 13px;
    color: #444;
    font-weight: 300;
}

.list-sort #sort {
    font-size: 13px;
    height: 56px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    background: url(/Data/EditorFiles/Devux/svg/arrow-down.svg) no-repeat right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.list-sort #sort:focus {
    box-shadow: none;
}

.filter-item-title.active::after {
    content: "-";
}

.priceWrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 300;
}

ul#filterCats ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    padding-top: 10px;
}

.filtre-btnli ul#filterCats > li > ul > li {
    padding-top: 0;
}

ul#filterCats > li > a.currentCat {
    font-size: 13px;
    color: #db113e;
    font-weight: 500;
}

ul#filterCats > li > ul > li > a {
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

ul#filterCats > li > ul > li {
    padding-top: 10px;
}

.category-item-title {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.seperator.kampanya-seperator {
    margin: 60px 0;
}

.seperator.kampanya-seperator span {
    background: #fafafa;
}

body .slick-arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -10px;
}

.slick-prev.slick-arrow {
    background: url(/Data/EditorFiles/Devux/svg/slick-left.svg) !important;
    right: 40px;
    left: auto;
}

.slick-arrow:before {
    display: none;
}

.slick-next.slick-arrow {
    background: url(/Data/EditorFiles/Devux/svg/slick-right.svg) !important;
    right: 10px;
}

.campaign-product {
    position: relative;
    margin-top: 30px;
}

.campaign-product-title {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

div#twoCol #mainColumn {
    padding-left: 10px;
    box-sizing: border-box;
}

ul#filterCats > li {
    margin-top: 15px;
}

ul#filterCats > li > a {
    font-weight: 500;
}

.brand-content-logo img {
    max-height: 100px;
}

.brand-content-logo {
    text-align: center;
    margin-bottom: 30px;
}

.brand-content-seo h1, .brand-content-seo h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.seo-read-more {
    text-align: right;
    font-weight: 600;
    cursor: pointer;
}

.seo-content-upload {
    height: 70px;
    overflow: hidden;
}

.brand-content-seo {
    font-size: 13px;
    line-height: 150%;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.brand-content-text a {
    background: #fff;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: 300;
    padding: 0 15px;
    box-sizing: border-box;
}

.brand-content-text a img {
    margin-right: 5px;
}

.seperator.brand-seperator {
    margin: 40px 0;
}

.seperator.brand-seperator span {
    background: #fafafa;
}

.seperator.home-seperator {
    margin: 60px 0;
}

.seperator.home-seperator span {
    background: #fafafa;
}

.hcb-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    color: #231f20;
}

.hcb-title span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.hcb-title span img {
    margin-right: 5px;
}

.hcb-title a {
    font-weight: 300;
    display: flex;
    align-items: center;
}

.devux-arrow {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.devux-arrow-content {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 20px;
}

.devux-button-prev {
    background: url(/Data/EditorFiles/Devux/svg/slick-left.svg);
}

.devux-button-next {
    background: url(/Data/EditorFiles/Devux/svg/slick-right.svg);
}

.devux-arrow.swiper-button-disabled {
    opacity: 0.2;
}

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

.syy-img a {
    height: 300px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    background-size: cover !important;
}

.syy-date {
    font-size: 11px;
    color: #888;
    font-weight: 300;
    margin-bottom: 5px;
}

.syy-title {
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 150%;
}

.syy-desc {
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.syy-desc p {
    padding-bottom: 0;
    color: #231f20;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.syy-btn a {
    background: #231f20;
    height: 32px;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

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

.syy-blok-title {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.syy-img {
    padding-bottom: 15px;
}

.sayac.sayac-image {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
    position: relative;
}

.sayac-absolute.sayac-right {
    position: absolute;
    right: 40px;
}

.sayac {
    background: #db113e;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.sayac.other-margin {
    margin-bottom: 20px;
}

.sayac.home-margin {
    margin: 60px 0;
}

.sayac-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.sayac-desc {
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    font-weight: 300;
}

.sayac-right {
    display: flex;
    justify-content: end;
}

.sayac-right ul {
    display: flex;
    align-items: center;
}

.sayac-right ul li.timer-content {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
}

.sayac-right ul li.timer-content div {
    font-size: 32px;
    font-weight: 600;
    color: #db113e;
    text-align: center;
    width: 100%;
}

.sayac-right ul li.timer-content span {
    font-size: 11px;
    font-weight: 300;
    color: #db113e;
    text-align: center;
    width: 100%;
    display: block;
}

.sayac-right ul li.dot {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
}

.account-hover {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    padding-top: 15px;
    display: none;
}

.account-hover-content {
    background: #fafafa;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
}

.account-hover-group-1 li a {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}

.account-hover-group-1 li:nth-child(1) a {
    background: #db113e;
}

.account-hover-group-1 li:nth-child(2) a {
    background: #532683;
}

.account-hover-group-1 li:nth-child(3) a {
    background: #000;
}

.account-hover-group-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.account-hover-group-2 {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.account-hover-group-2 li a {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}

.account-hover-group-2 li a.logout {
    color: #aaa;
}

.ust-sag-item-account:hover .account-hover {
    display: block;
}

.siparis-ust {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.su-two {
    display: flex;
    justify-content: center;
}

.back-page {
    height: 50px;
    background: #fafafa;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back-page img {
    margin-right: 5px;
}

.su-secure {
    height: 50px;
    background: #4ba04c;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.su-secure img {
    margin-right: 5px;
}

.su-secure-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.su-secure-desc {
    font-size: 10px;
    font-weight: 200;
    margin-bottom: 2px;
}

.su-theree {
    display: flex;
    justify-content: end;
}

.cart-false-img img {
    height: 100px;
    background: #4c308f38;
    width: 100px;
    border-radius: 100%;
}

.cart-false-img {
    text-align: center;
}

.cart-false-text {
    text-align: center;
    font-size: 20px;
    color: #222;
    padding-top: 10px;
}

.cart-false-btn {
    display: flex;
    justify-content: center;
}

.cart-false-btn a {
    background: #db113e;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 40px;
    border: 1.5px solid #db113e;
    margin-top: 40px;
}

.cart-false-btn a:hover {
    background: transparent;
    color: #db113e;
}

.cart-false-img {
    width: 150px;
    height: 150px;
    background: url(/Data/EditorFiles/Devux/gif/sepet-bos.gif);
    background-size: 100%;
    border-radius: 100%;
}

.cart-false {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart-right {
    min-width: 330px;
    width: 330px;
}

.cart-true {
    display: flex;
}

.kargo-bedava, .kargo-teslimat {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.kargo-teslimat-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.ktc-sayac .sayac-item {
    width: 52px;
    height: 52px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 600;
    flex-direction: column;
}

.ktc-sayac .sayac-item i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    padding-top: 2px;
}

.ktc-sayac li:not(.sayac-item) {
    font-size: 18px;
    font-weight: 600;
    margin: 0 3px;
}

.ktc-sayac {
    display: flex;
    align-items: center;
}

.kargo-teslimat-content {
    display: flex;
    align-items: center;
}

.ktc-text {
    font-size: 14px;
    line-height: 150%;
    padding-left: 20px;
}

.kargo-bedava-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.kargo-bedava-bar {
    background: #eee;
    height: 12px;
    border-radius: 12px;
    position: relative;
}

.kargo-bedava-yuzde {
    font-size: 10px;
    color: #888;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

div#kbb-color {
    background: #4ba04c;
    position: absolute;
    height: 12px;
    border-radius: 12px;
    left: 0;
}

.kargo-bedava-desc {
    font-size: 14px;
    margin-bottom: 12px;
}

.kargo-bedava-desc i {
    font-style: normal;
    font-weight: 699;
    color: #4ba04c;
}

.cart-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.cart-container {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.cart-left {
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cart-buy-btn {
    background: #4ba04c;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.ccp-item {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 13.5px;
}

.ccp-item.total-price {
    font-weight: 500;
}

.cart-container-price {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hzc-item a {
    display: flex;
    align-items: center;
    font-weight: 300;
    background: url(/Data/EditorFiles/Devux/svg/arrow-right-cart.svg) no-repeat right;
}

.hzc-item a img {
    margin-right: 2px;
}

.hopi-zubizu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cart-right-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.coupon-container {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.ccc-title {
    font-size: 14px;
    font-weight: 500;
    background: url(/Data/EditorFiles/Devux/svg/arrow-down-cart.svg) no-repeat right;
    height: 50px;
    line-height: 50px;
}

.ccc-content {
    display: none;
    padding-bottom: 15px;
}

a#indirim {
    height: 48px;
    position: absolute;
    right: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
}

.ccc-title.active {
    background: url(/Data/EditorFiles/Devux/svg/arrow-up-cart.svg) no-repeat right;
}

.ccp-item.campaign-discount {
    color: #db113e;
}

.cmpTitle {
    font-weight: 500;
}

.cmpDesc {
    font-size: 12px;
    color: #888;
    font-weight: 200;
}

ul#campaignList li.active {
    border-color: #db113e;
}

ul#campaignList li {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.campaign-btn {
    border: 1px solid #db113e;
    border-radius: 5px;
    padding: 10px 19px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    color: #db113e;
    font-weight: 500;
    min-width: 115px;
    text-align: center;
}

ul#campaignList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul#campaignList li > div > div {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.campaign-btn.cancel {
    background: #db113e;
    color: #fff;
}

.cp-left img {
    max-width: 120px;
}

.cp-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

.cart-products li {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 20px 15px 15px;
    box-sizing: border-box;
}

.cart-brand-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-product-name {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 13.5px;
}

.cart-variant-name {
    font-size: 12px;
    color: #888;
    font-weight: 300;
    display: none;
}

.cart-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cart-campaign-name {
    margin-bottom: 10px;
    color: #4ba04c;
    font-weight: 600;
}

.cpr-info {
    min-width: 350px;
    max-width: 350px;
}

.product-notdiscount-price {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    text-decoration: line-through;
    padding-right: 10px;
}

.product-discount-price {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.cpr-count {
    width: 150px;
}

.cpr-count > .fl {
    display: flex;
    justify-content: center;
}

.cpr-price {
    width: 200px;
    display: flex;
    justify-content: center;
}

.banner-1 {
    margin-bottom: 40px;
}

.order-step ul li {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
    opacity: 0.4;
}

.order-step ul li img {
    margin-right: 5px;
}

.order-step ul {
    display: flex;
    justify-content: center;
}

.order-step ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/Data/EditorFiles/Devux/svg/arrow-step.svg) no-repeat center;
    margin-left: 20px;
}

.order-step ul li:last-child:after {
    display: none;
}

body.cart .order-step ul li.step-cart {
    opacity: 1;
}

body.address .order-step ul li.step-cart, body.address .order-step ul li.step-address {
    opacity: 1;
}

body.order .order-step ul li.step-cart, body.order .order-step ul li.step-address, body.order .order-step ul li.step-order {
    opacity: 1;
}

body.approval .order-step ul li.step-cart, body.approval .order-step ul li.step-address, body.approval .order-step ul li.step-order, body.approval .order-step ul li.step-approval {
    opacity: 1;
}

form#orderTrackForm {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
}

.order-track-title {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.order-track-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
}

button#showBtnx {
    background: #231f20;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-family: "Poppins", sans-serif;
}

.no-track {
    background: #f33939;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 20px;
}

.order-conc {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
}

.siparisTakipTitle {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.seperator.order-track-seperator {
    margin: 60px 0;
}

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

.siparisTakipCenter ul li {
    background: #fafafa;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.siparisTakipCenter ul li div {
    font-weight: 500;
}

.siparisTakipCenter ul li span {
    font-weight: 300;
}

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

.siparisTakipBottom ul li {
    background: #fafafa;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.siparisTakipBottom ul li img {
    mix-blend-mode: multiply;
}

.stName {
    font-weight: 300;
    line-height: 150%;
    text-align: center;
}

.srPrice {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
}

.tavsiye-et {
    background: #fff;
    border-radius: 5px;
    padding: 40px 200px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.tavsiye-et-title div {
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-style: italic;
}

.tavsiye-et-title span {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    line-height: 175%;
}

.tavsiye-et-title {
    padding-bottom: 30px;
}

.tavsiye-et-content .form-control input[type="text"] {
    border: none !important;
    border-bottom: 1.5px solid #444 !important;
    border-radius: 0 !important;
    height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
}

.tavsiye-et-content .form-control {
    width: 500px;
}

.tavsiye-et-content {
    display: flex;
    justify-content: center;
}

.tavsiye-ey-btn {
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: 0;
}

.liste-sepete-ekle {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DB113E;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}

.mama-bagisi .campaign-product {
    margin-top: 0;
    margin-bottom: 40px;
}

.mama-bagisi .listProductName {
    height: 34px;
    overflow: hidden;
}

.brand-list {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.brand-list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}

.brand-list-title form {
    display: flex;
    width: 350px;
}

.brand-list-title form input[type="submit"] {
    border: 1px solid #db113e;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
    background: transparent;
    color: #db113e;
}

.brand-list-data ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.brand-list-data ul li {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-list-data ul li a {
    text-align: center;
    font-size: 13px;
    color: #666;
    height: 48px;
    line-height: 48px;
}

.brand-list-abc ul {
    display: flex;
    justify-content: space-between;
}

.brand-list-abc ul li a {
    border: 1px solid #db113e;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
}

.brand-list-abc {
    border: 1px solid #db113e;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px 0;
}

.brand-list-data ul li:hover {
    background: #db113e;
    border-color: #db113e;
}

.brand-list-data ul li:hover a {
    color: #fff;
}

.account-content {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.account-title {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
    position: relative;
}

.account-menu {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 10px;
}

.account-title i {
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
}

.account-menu li a:hover {
    background: #db113e;
    border-color: #db113e;
    color: #fff;
}

.account-menu li a {
    border: 1px solid #eee;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    padding: 0 15px;
    box-sizing: border-box;
}

.hizli-alisveris-content a {
    border: 1px solid #231f20;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #231f20;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.beslenme-form #error-message p {
    color: red;
    font-size: 12px;
    text-align: center;
}

.mb-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.mb-liste {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mb-left {
    min-width: 60px;
    max-width: 60px;
}

.mbr-right {
    background: #db113e;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.mb-right {
    display: flex;
    align-items: center;
}

.mama-bagisi-title {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    align-items: center;
}

.mbItem {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.mbr-left {
    padding: 0 10px;
    box-sizing: border-box;
}

.mb-title {
    font-size: 12px;
    line-height: 150%;
    font-weight: 300;
}

.mbItem .proRowAct {
    padding-top: 10px;
}

.mbr-right img {
    height: 15px;
}

.mbItem .currentPrice {
    font-size: 14px;
}

.mama-bagisi-title .btn {
    padding: 0 20px;
    font-size: 13px;
    border: 1px solid #db113e !important;
    color: #db113e;
    font-weight: 400;
    margin-left: 10px;
}

.mama-bagisi-title .btn.active {
    background: #db113e;
    color: #fff;
    font-size: 13px;
}

.mama-bagisi-title .btn:hover {
    box-shadow: none !important;
}

.mama-bagisi {
    display: none;
}

div#mama-bagisi-wrapper .mama-bagisi {
    display: block;
}

.bagis-slide > .campaign-product {
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}

.bagis-slide .campaign-product {
    margin-top: 0;
    position: relative;
}

.mama-bagisi-product-container {
    display: flex;
    margin-bottom: 40px;
}

.kedi-bagis {
    padding-right: 20px;
    box-sizing: border-box;
}

.kopek-bagis {
    padding-left: 20px;
    box-sizing: border-box;
}

.bagis-slide .devux-arrow-content {
    right: 30px;
    top: 30px;
    z-index: 99999999;
}

.bagis-slide .listProductName h3 {
    font-size: 12px;
    height: 35px;
    overflow: hidden;
}

.bagis-slide .listProductBrand {
    font-size: 12px;
}

.bagis-slide .currentPrice {
    font-size: 14px;
}

.bagis-slide .proRowAct {
    padding-top: 10px;
}

.bagis-slide .productItem {
    padding: 10px 10px 15px 10px;
}

.bagis-slide .productItem img {
    border-radius: 5px;
}

.bagis-slide.kedi-bagis .campaign-product {
    background: url(/Data/EditorFiles/Devux/img/kedi-bagis.jpg);
    background-size: cover;
}

.bagis-slide.kopek-bagis .campaign-product {
    background: url(/Data/EditorFiles/Devux/img/kopek-bagis.jpg);
    background-size: cover;
}

.bagis-slide .campaign-product-title {
    color: #fff;
    z-index: 99999999;
    position: relative;
}

.bagis-slide .devux-arrow {
    filter: invert(1);
}

.bagis-slide .devux-arrow.swiper-button-disabled {
    opacity: 0.6;
}

.bagis-slide .campaign-product:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}

.bagis-slide .catalogWrapper .swiper {
    z-index: 9;
}

.bagis-slide.kedi-bagis .campaign-product:after {
    background: #ff00658f;
}

.bagis-slide.kopek-bagis .campaign-product:after {
    background: #00b4ff8f;
}

.mama-bagisi-step {
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 40px;
}

.mama-bagisi-step-title > div {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.mama-bagisi-step-title > span {
    text-align: center;
    font-size: 14px;
    line-height: 175%;
    font-weight: 300;
    color: #666;
    padding-top: 15px;
}

.mama-bagisi-step ul {
    display: flex;
    grid-column-gap: 40px;
    padding-top: 30px;
}

.mama-bagisi-step ul li img {
    width: 60px;
    height: 60px;
}

.mama-bagisi-step ul li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 20%;
}

.mama-bagisi-step ul li span {
    font-size: 13px;
    text-align: center;
    line-height: 150%;
    font-weight: 200;
    padding-top: 10px;
    color: #666;
}

.mama-bagisi-count ul {
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 40px;
    display: grid;
}

.mama-bagisi-count ul li {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 80px 20px;
}

.mama-bagisi-count {
    margin-bottom: 40px;
}

.bagisCount {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #444;
    text-align: center;
}

.bagisCount i {
    font-style: normal;
    font-size: 40px;
}

.mama-bagisi-count ul li span {
    text-align: center;
    line-height: 150%;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
}

.mama-bagisi-tab {
    padding: 40px 30px 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
}

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

.akerdeonIcerik ul li {
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px #eeeeee59;
    border-radius: 5px;
    cursor: pointer;
}

.akerdeonIcerik ul li img {
    border-radius: 5px;
}

.akerdeonIcerik {
    display: none;
    padding-bottom: 20px;
}

.akerdeonBaslik {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee;
    background: url(/Data/EditorFiles/Devux/svg/arrow-down.svg) no-repeat right;
}

.akerdeonSablon {
    padding-top: 30px;
}

.akerdeonBaslik.active {
    background: url(/Data/EditorFiles/Devux/svg/arrow-up.svg) no-repeat right;
}

.akerdeonBaslik i {
    font-style: normal;
    font-size: 12px;
    background: #4ba04c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    letter-spacing: .5px;
    margin-right: 5px;
}

.bagis-sepete-ekle {
    border: 1px solid #db113e;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #db113e;
    letter-spacing: .5px;
    margin-top: 10px;
}

.bagis-sepete-ekle:hover {
    background: #db113e;
    color: #fff;
}

.mama-bagisi-chart {
    padding: 40px 30px 30px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 40px;
}

.mama-bagisi-chart-title > div {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.mama-bagisi-chart-title > span {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #db113e;
    font-weight: 500;
}

.mama-bagisi-chart-title {
    margin-bottom: 10px;
}

.mama-bagisi-text {
    padding-top: 60px;
    font-size: 14px;
    line-height: 175%;
}

.mama-bagisi-text i {
    font-style: normal;
    color: #db113e;
    padding-bottom: 5px;
}

.text-step-1 {
    margin-bottom: 20px;
}

.text-step-2 {
    margin-bottom: 20px;
}

.text-step-3 {
    margin-bottom: 20px;
}

.text-step-4 ul li {
    list-style-type: circle;
}

.text-step-4 ul li:last-child {
    font-weight: 600;
}

.text-step-4 ul {
    padding-left: 14px;
    box-sizing: border-box;
}

.box-sizing {
    box-sizing: border-box;
}

.inner {
    width: 1520px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

@media screen and (max-width: 1521px) {
    .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        box-sizing: border-box;
    }
}

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

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

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

    #backToTop > span {
        font-size: 12px;
        height: 40px;
    }

    #backToTop > span img {
        margin-right: 2px;
    }
}

@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) {
    .mama-bagisi-step ul li {
        width: 50%;
    }

    .mama-bagisi-text {
        padding: 20px;
        box-sizing: border-box;
        font-size: 13px;
    }

    .mama-bagisi-chart-title > div {
        font-size: 16px;
    }

    .mama-bagisi-chart-title > span {
        font-size: 13px;
    }

    .mama-bagisi-chart {
        padding: 10px;
        margin-bottom: 20px;
    }

    .mama-bagisi-step {
        background: #fafafa;
        padding: 20px;
        margin-bottom: 20px;
    }

    .mama-bagisi-step-title > div {
        font-size: 16px;
    }

    .mama-bagisi-step ul {
        flex-wrap: wrap;
        grid-column-gap: 0;
        grid-row-gap: 20px;
        justify-content: center;
    }

    .mama-bagisi-step ul li span {
        font-size: 11px;
        line-height: 125%;
        padding-top: 8px;
    }

    .mama-bagisi-tab {
        padding: 20px;
    }

    .mama-bagisi-step-title > span {
        font-size: 12px;
        line-height: 140%;
    }

    .akerdeonBaslik i {
        font-size: 10px;
        padding: 5px 8px;
    }

    .akerdeonBaslik {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .akerdeonIcerik ul {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .mama-bagisi-count ul {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .bagisCount i {
        font-size: 22px;
    }

    .bagisCount {
        font-size: 13px;
    }

    .mama-bagisi-count ul li span {
        font-size: 10px;
        line-height: 125%;
    }

    .mama-bagisi-count ul li {
        padding: 20px;
        background: #fafafa;
    }

    .mama-bagisi-count {
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .mama-bagisi-product-container {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .kedi-bagis {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .kopek-bagis {
        padding-left: 0;
    }

    .bagis-slide > .campaign-product {
        padding: 20px 15px;
        border-radius: 0;
    }

    .bagis-slide .campaign-product:after {
        border-radius: 0;
    }

    .bagis-slide .campaign-product-title {
        font-size: 13px;
    }

    .bagis-slide .devux-arrow-content {
        right: 12px;
        top: 19px;
    }

    .mama-bagisi-title {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 14px;
    }

    .tabBtns {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 10px;
    }

    .tabBtns > .fl {
        width: 48%;
    }

    .mama-bagisi-title .btn {
        margin: 0;
        width: 100%;
        padding: 0 5px;
        font-size: 12px;
        text-align: center;
    }

    div#mama-bagisi-wrapper .mama-bagisi {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .mb-grid {
        padding: 0;
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 10px;
    }

    .mama-bagisi-title .btn.active {
        font-size: 12px;
    }

    .mobileFilterTitle {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        position: relative;
    }

    .mobileFilterTitle span {
        position: absolute;
        right: -5px;
        top: -8px;
        width: 25px;
    }

    div#filterTpl {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fafafa;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 20px;
        box-sizing: border-box;
        display: none;
    }

    div#filterTpl.active {
        display: block;
    }

    div#filterTpl::-webkit-scrollbar {
        width: 3px;
    }

    div#filterTpl::-webkit-scrollbar-track {
        background: #ddd;
    }

    div#filterTpl::-webkit-scrollbar-thumb {
        background: #333;
    }

    body {
        background: #fff;
    }

    .account-hover-group-1 li a {
        font-size: 12px;
    }

    .account-hover {
        margin: 0;
        right: -60px;
        left: auto;
    }

    .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;
    }

    #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) {
    .account-title:after {
        content: '+';
        position: absolute;
        right: 12px;
    }

    .account-title.active + .account-menu {
        display: grid;
    }

    .account-title.active:after {
        content: '-';
        position: absolute;
        right: 12px;
    }

    .account-title {
        border: 1px solid #eee;
        height: 56px;
        padding: 0 15px;
        box-sizing: border-box;
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .account-title i {
        margin-bottom: -20px;
    }

    .account-menu {
        display: none;
    }

    .brand-list-title {
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand-list-title form {
        margin-top: 10px;
    }

    .brand-list-title form input {
        height: 40px !important;
    }

    .brand-list-data ul {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .brand-list-data ul li {
        height: 40px;
    }

    .brand-list-data ul li a {
        height: 40px;
        line-height: 40px;
    }

    .brand-list-abc {
        margin: 10px 0;
    }

    .brand-list-abc ul li {
        width: 20%;
        padding: 5px;
        box-sizing: border-box;
    }

    .brand-list-abc ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .brand-list-abc {
        padding: 5px;
    }

    .brand-list-abc ul li a {
        font-size: 11px;
        text-align: center;
    }

    .brand-content-logo {
        margin-bottom: 20px;
    }

    .mama-bagisi .listProductName h3 {
        font-size: 11px;
    }

    .mama-bagisi .listProductBrand {
        font-size: 12px;
    }

    .kargo-bedava, .kargo-teslimat {
        padding: 15px;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

    .kargo-gonderim-container {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .kargo-bedava-title {
        font-size: 11px;
    }

    .kargo-bedava-desc {
        font-size: 12px;
    }

    .ktc-sayac .sayac-item {
        width: 35px;
        height: 40px;
        font-size: 16px;
    }

    .ktc-sayac .sayac-item i {
        font-size: 8px;
    }

    .ktc-sayac li:not(.sayac-item) {
        font-size: 14px;
        margin: 0 1px;
    }

    .ktc-text {
        font-size: 11px;
        padding-left: 10px;
    }

    .kargo-teslimat-title {
        font-size: 11px;
    }

    .mama-bagisi .campaign-product {
        margin-bottom: 30px;
    }

    .mama-bagisi .listProductName {
        height: 30px;
    }

    .seo-content-upload {
        height: 60px;
    }

    .tavsiye-et {
        padding: 30px 20px;
        background: #fafafa;
        border-radius: 0;
        margin-top: -20px;
        margin-bottom: 0;
    }

    .tavsiye-et-title span {
        font-size: 11px;
        line-height: 150%;
    }

    .tavsiye-et-content .form-control {
        width: 100%;
    }

    .tavsiye-et-title {
        padding-bottom: 20px;
    }

    .order-conc {
        padding: 20px;
    }

    .siparisTakipCenter ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }

    .seperator.order-track-seperator {
        margin: 40px 0;
    }

    .siparisTakipBottom ul {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

    .stName {
        font-size: 11px;
    }

    .siparisTakipBottom ul li {
        padding: 10px;
    }

    .srPrice {
        font-size: 13px;
    }

    form#orderTrackForm {
        padding: 20px;
    }

    .order-track-grid {
        grid-row-gap: 15px;
    }

    .order-track-title {
        margin-bottom: 0;
    }

    .so-left.active {
        background: url(/Data/EditorFiles/Devux/svg/menu-arrow-down.svg) no-repeat left;
    }

    .soc-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .siparis-ozeti-content {
        padding: 20px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

    .siparis-ozeti-content .cart-container-price {
        display: flex;
        box-sizing: border-box;
    }

    .cart-buy-btn-mobile {
        background: #4ba04c;
        height: 40px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }

    .so-left {
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        font-weight: 600;
        background: url(/Data/EditorFiles/Devux/svg/menu-arrow-up.svg) no-repeat left;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .so-left i {
        font-size: 11px;
        color: #222;
        font-weight: 300;
        font-style: normal;
        width: 100%;
        margin-bottom: 4px;
    }

    .siparis-ozeti-btn {
        padding: 15px;
        box-sizing: border-box;
    }

    .siparis-ozeti {
        box-shadow: 0px 0px 10px 0px #00000010;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        background: #fff;
    }

    body .qtyBtns {
        height: 40px;
        width: 60px;
    }

    body .qtyBtns a {
        height: 40px;
        line-height: 40px;
        width: 20px;
    }

    body .qtyBtns input {
        height: 40px;
        padding: 0;
        font-size: 13px;
        width: calc(100% - 40px);
    }

    .cart-campaign-name {
        font-size: 11px;
        margin-bottom: 5px;
    }

    ul#campaignList li > div > div {
        font-size: 12px;
    }

    .cp-right {
        flex-wrap: wrap;
        width: 100%;
        padding-left: 10px;
    }

    .cpr-count {
        width: 60px;
    }

    .cpr-price {
        width: 50%;
        justify-content: end;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .cp-left img {
        height: 80px;
    }

    .cp-left {
        background: #fafafa;
        border-radius: 5px;
        padding: 10px;
        box-sizing: border-box;
    }

    .cp-left img {
        mix-blend-mode: multiply;
    }

    .cart-brand-name {
        font-size: 11px;
    }

    .cart-product-name {
        font-size: 11px;
        margin-bottom: 8px;
        max-height: 33px;
        overflow: hidden;
    }

    .cpr-info {
        max-width: none;
        min-width: auto;
    }

    .product-notdiscount-price {
        font-size: 13px;
        padding-right: 0;
        width: 100%;
        text-align: right;
        margin-bottom: 5px;
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .product-discount-price {
        font-size: 14px;
    }

    .cpr-delete {
        width: 35px;
        height: 35px;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        position: absolute;
        right: -15px;
        top: -15px;
        border: 1px solid #eee;
    }

    .cart-products li {
        position: relative;
        padding: 12px;
        overflow: visible;
    }

    .cpr-delete img {
        height: 16px;
    }

    ul#campaignList li > div:nth-child(2) {
        width: 100%;
        margin-top: 10px;
    }

    ul#campaignList li {
        flex-wrap: wrap;
    }

    .campaign-btn {
        width: 100%;
    }

    .cart-right-flex .cart-buy-btn {
        display: none;
    }

    .cart-container-price {
        display: none;
    }

    .cart-right .cart-title {
        display: none;
    }

    .cart-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

    .cart-true {
        flex-wrap: wrap;
    }

    .cart-left {
        padding: 0;
        width: 100%;
    }

    .cart-right {
        width: 100%;
        min-width: auto;
        padding-top: 30px;
    }

    .cart-container {
        padding: 0 20px;
    }

    div#cartDetail {
        padding: 0;
    }

    .order-step ul {
        padding: 0;
    }

    .order-step ul li {
        display: none;
        font-size: 18px;
    }

    .cart .order-step ul li.step-cart {
        display: flex;
    }

    .order-step ul li i {
        font-style: normal;
        font-size: 16px;
        padding-left: 5px;
    }

    .order-step ul li img {
        margin-top: -2px;
    }

    .order-step ul li:after {
        margin-left: 10px;
        background-size: 12px;
    }

    .siparis-ust {
        margin: 0;
        padding: 0 10px;
        box-shadow: 0px 0px 10px 0px #00000010;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .siparis-ust-general {
        padding: 10px;
        box-sizing: border-box;
    }

    .su-two a img {
        height: 30px;
    }

    .back-page {
        padding: 0 5px;
        font-size: 11px;
        height: 35px;
    }

    .back-page img {
        height: 10px;
        margin-right: 3px;
    }

    .su-secure img {
        display: none;
    }

    .su-secure {
        padding: 0 5px;
        height: 35px;
    }

    .su-secure-desc {
        font-size: 8px;
    }

    .su-secure-title {
        font-size: 10px;
    }

    .bd-item {
        padding: 10px 10px 0 10px;
    }

    .bdi-title {
        font-size: 16px;
        line-height: 150%;
    }

    .bdi-top {
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .bdi-date {
        order: 1;
    }

    .bdi-title {
        order: 2;
    }

    .bdi-desc * {
        font-size: 12px;
        line-height: 175%;
    }

    .bdi-share {
        margin-top: 10px;
    }

    .blog-menu-title.active + ul {
        display: grid;
    }

    .blog-menu {
        padding: 0 10px;
    }

    .blog-menu-title {
        border: 1px solid #eee;
        height: 48px;
        padding: 0 15px;
        box-sizing: border-box;
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px;
    }

    .blog-menu-title:after {
        content: '+';
        position: absolute;
        right: 15px;
    }

    .blog-menu-title.active:after {
        content: '-';
    }

    .blog-menu-content {
        background: #fafafa;
        border-radius: 5px;
        padding: 20px;
        box-sizing: border-box;
        grid-row-gap: 18px;
        display: none;
        margin-bottom: 10px;
    }

    .blog-list-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
        grid-column-gap: 0;
    }

    .blog-list-content {
        padding: 0 10px;
    }

    .bli-date {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .bli-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .bli-desc p {
        font-size: 12px;
    }

    .bli-desc {
        height: 58px;
        margin-bottom: 5px;
    }

    .beslenme-danismani form {
        grid-row-gap: 10px;
    }

    .beslenme-danismani-izin label {
        font-size: 12px;
    }

    .seperator.brand-seperator {
        margin: 30px 0;
    }

    .seperator.brand-seperator span {
        background: #fff;
    }

    .brand-content-text a img {
        height: 15px;
    }

    .brand-content-text a {
        font-size: 11px;
        background: #fafafa;
        padding: 0 10px;
        line-height: 150%;
    }

    .brand-content-logo img {
        height: 35px;
    }

    .brand-content-seo h1, .brand-content-seo h2 {
        font-size: 16px;
    }

    .brand-content-seo {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .campaign-product {
        margin-top: 20px;
    }

    .seperator.kampanya-seperator {
        margin: 30px 0;
    }

    .seperator.kampanya-seperator span {
        background: #fff;
    }

    .page-general-login {
        grid-row-gap: 10px;
    }

    .sozlesme-item label {
        font-size: 12px;
    }

    .page-general {
        padding: 20px;
    }

    .ya-da {
        margin: 30px 0;
    }

    .page-general-member-title div {
        font-size: 15px;
    }

    .page-general-member-title span {
        font-size: 12px;
        line-height: 150%;
    }

    .alt-vitrin h1, .alt-vitrin h1 span {
        font-size: 16px !important;
    }

    .alt-vitrin h2, .alt-vitrin h2 span {
        font-size: 14px !important;
    }

    .alt-vitrin * {
        font-size: 12px;
    }

    .alt-vitrin {
        padding: 20px;
        background: #fafafa;
        border-radius: 0;
    }

    .list-sort #sort {
        height: 48px;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        background-position-x: 92%;
        padding: 0 0px 0 32px;
    }

    .list-sort:after {
        width: 16px;
        height: 16px;
        content: '';
        background: url(/Data/EditorFiles/Devux/svg/sort.svg);
        position: absolute;
        left: 12px;
        top: 14.5px;
    }

    div#katalog .catalogWrapper {
        padding: 0 10px;
        box-sizing: border-box;
    }

    div#mobile-filter {
        border: 1px solid #eee;
        width: 100%;
        border-radius: 5px;
        height: 48px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #444;
        background: url(/Data/EditorFiles/Devux/svg/arrow-down.svg) no-repeat right;
        background-position-x: 92%;
        padding-left: 12px;
        box-sizing: border-box;
    }

    .list-sort {
        border: 1px solid #eee;
        border-radius: 5px;
        height: 48px;
        box-sizing: border-box;
        position: relative;
    }

    .product-list-top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .sayac.other-margin {
        margin-bottom: 10px;
    }

    div#mobile-filter img {
        margin-right: 5px;
    }

    div#twoCol #mainColumn {
        padding: 0;
    }

    div#twoCol {
        padding: 0;
    }

    .syy-img a {
        height: 250px;
    }

    .syy-date {
        font-size: 10px;
    }

    .syy-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    font-size: 12px; .syy-desc p {
        font-size: 12px;
    }

    .syy-blok-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    div#oneCol {
        padding: 0;
    }

    .home-seo-content {
        padding: 20px;
        font-size: 11px;
    }

    .home-seo-content h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .secure-icons {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .campaign-product-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hcb-title {
        padding-bottom: 15px;
    }

    .seperator.home-seperator {
        margin: 30px 0;
    }

    .seperator.home-seperator span {
        background: #fff;
    }

    .hcb-title span {
        font-size: 14px;
    }

    .hcb-title span img {
        height: 20px;
    }

    .hcb-title a {
        font-size: 11px;
    }

    .mobile-scroll {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: flex;
        grid-column-gap: 10px;
    }

    .mobile-scroll > div {
        flex: none;
        display: block;
        width: 70%;
    }

    .mobile-scroll::-webkit-scrollbar {
        display: none;
    }

    .one-cikan-markalarimiz {
        flex-wrap: wrap;
        gap: 20px;
    }

    .ocm-text {
        width: 100%;
    }

    .ocm-logo {
        width: 100%;
    }

    .ocm-title {
        font-size: 14px;
    }

    .ocm-desc {
        font-size: 11px;
    }

    .ocm-btn a {
        font-size: 12px;
    }

    .sayac.home-margin {
        margin: 20px 0;
        padding: 20px;
        border-radius: 5px;
    }

    .sayac.sayac-image {
        padding: 0;
    }

    .sayac {
        flex-wrap: wrap;
        border-radius: 0;
        padding: 20px;
    }

    .sayac-left {
        width: 100%;
    }

    .sayac-absolute.sayac-right {
        width: 100%;
        right: 0;
        bottom: 20px;
    }

    .sayac-right {
        width: 100%;
        justify-content: center;
        padding-top: 10px;
    }

    .sayac-title {
        font-size: 18px;
        text-align: center;
    }

    .sayac-desc {
        font-size: 10px;
        text-align: center;
    }

    .sayac-right ul li.timer-content div {
        font-size: 24px;
    }

    .sayac-right ul li.timer-content span {
        font-size: 10px;
    }

    .sayac-right ul li.timer-content {
        padding: 10px 5px;
    }

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

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

    .m-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .m-grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .m-grid-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .m-grid-7 {
        grid-template-columns: repeat(7, 1fr);
    }

    .m-grid-8 {
        grid-template-columns: repeat(8, 1fr);
    }

    .m-grid-9 {
        grid-template-columns: repeat(9, 1fr);
    }

    .m-grid-10 {
        grid-template-columns: repeat(10, 1fr);
    }

    .m-grid-11 {
        grid-template-columns: repeat(11, 1fr);
    }

    .m-grid-12 {
        grid-template-columns: repeat(12, 1fr);
    }

    .m-column-0 {
        grid-column-gap: 0px;
    }

    .m-column-5 {
        grid-column-gap: 5px;
    }

    .m-column-10 {
        grid-column-gap: 10px;
    }

    .m-column-20 {
        grid-column-gap: 20px;
    }

    .m-column-30 {
        grid-column-gap: 30px;
    }

    .m-column-40 {
        grid-column-gap: 40px;
    }

    .m-column-50 {
        grid-column-gap: 50px;
    }

    .m-column-60 {
        grid-column-gap: 60px;
    }

    .m-column-70 {
        grid-column-gap: 70px;
    }

    .m-column-80 {
        grid-column-gap: 80px;
    }

    .m-column-90 {
        grid-column-gap: 90px;
    }

    .m-column-100 {
        grid-column-gap: 100px;
    }

    .m-row-0 {
        grid-row-gap: 0px;
    }

    .m-row-5 {
        grid-row-gap: 5px;
    }

    .m-row-10 {
        grid-row-gap: 10px;
    }

    .m-row-20 {
        grid-row-gap: 20px;
    }

    .m-row-30 {
        grid-row-gap: 30px;
    }

    .m-row-40 {
        grid-row-gap: 40px;
    }

    .m-row-50 {
        grid-row-gap: 50px;
    }

    .m-row-60 {
        grid-row-gap: 60px;
    }

    .m-row-70 {
        grid-row-gap: 70px;
    }

    .m-row-80 {
        grid-row-gap: 80px;
    }

    .m-row-90 {
        grid-row-gap: 90px;
    }

    .m-row-100 {
        grid-row-gap: 100px;
    }

    .m-pl-0 {
        padding-left: 0px;
    }

    .m-pl-10 {
        padding-left: 10px;
    }

    .m-pl-20 {
        padding-left: 20px;
    }

    .m-pl-30 {
        padding-left: 30px;
    }

    .m-pl-40 {
        padding-left: 40px;
    }

    .m-pl-50 {
        padding-left: 50px;
    }

    .m-pl-60 {
        padding-left: 60px;
    }

    .m-pl-70 {
        padding-left: 70px;
    }

    .m-pl-80 {
        padding-left: 80px;
    }

    .m-pl-90 {
        padding-left: 90px;
    }

    .m-pl-100 {
        padding-left: 100px;
    }

    .m-pr-0 {
        padding-right: 0px;
    }

    .m-pr-10 {
        padding-right: 10px;
    }

    .m-pr-20 {
        padding-right: 20px;
    }

    .m-pr-30 {
        padding-right: 30px;
    }

    .m-pr-40 {
        padding-right: 40px;
    }

    .m-pr-50 {
        padding-right: 50px;
    }

    .m-pr-60 {
        padding-right: 60px;
    }

    .m-pr-70 {
        padding-right: 70px;
    }

    .m-pr-80 {
        padding-right: 80px;
    }

    .m-pr-90 {
        padding-right: 90px;
    }

    .m-pr-100 {
        padding-right: 100px;
    }

    .m-pt-0 {
        padding-top: 0px;
    }

    .m-pt-10 {
        padding-top: 10px;
    }

    .m-pt-20 {
        padding-top: 20px;
    }

    .m-pt-30 {
        padding-top: 30px;
    }

    .m-pt-40 {
        padding-top: 40px;
    }

    .m-pt-50 {
        padding-top: 50px;
    }

    .m-pt-60 {
        padding-top: 60px;
    }

    .m-pt-70 {
        padding-top: 70px;
    }

    .m-pt-80 {
        padding-top: 80px;
    }

    .m-pt-90 {
        padding-top: 90px;
    }

    .m-pt-100 {
        padding-top: 100px;
    }

    .m-pb-0 {
        padding-bottom: 0px;
    }

    .m-pb-10 {
        padding-bottom: 10px;
    }

    .m-pb-20 {
        padding-bottom: 20px;
    }

    .m-pb-30 {
        padding-bottom: 30px;
    }

    .m-pb-40 {
        padding-bottom: 40px;
    }

    .m-pb-50 {
        padding-bottom: 50px;
    }

    .m-pb-60 {
        padding-bottom: 60px;
    }

    .m-pb-70 {
        padding-bottom: 70px;
    }

    .m-pb-80 {
        padding-bottom: 80px;
    }

    .m-pb-90 {
        padding-bottom: 90px;
    }

    .m-pb-100 {
        padding-bottom: 100px;
    }

    .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 0.2s ease-in-out;
        -moz-transition: width 0.2s ease-in-out;
        transition: width 0.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: -0.5px;
    }

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

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

    #membershipTabContainer {
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
    }

    #membershipTabContainer > div {
        display: none;
    }

    #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;
    }
}