@import "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
}

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: omega sans,sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .5px
}

body.menuactive {
    overflow: hidden
}

body.searchActive {
    overflow: hidden
}

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 {
    max-width: none;
    height: auto
}

blockquote,q {
    quotes: none
}

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

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

.row::after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-custom-pink:before,.border-custom-pink:after {
    background: #7a8cae
}

.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: #7a8cae
}

.ease,.btn,.form-control,a,input,select,textarea,button {
    -webkit-transition-timing-function: cubic-bezier(.2,.02,.2,1);
    -moz-transition-timing-function: cubic-bezier(.2,.02,.2,1);
    -ms-transition-timing-function: cubic-bezier(.2,.02,.2,1);
    -o-transition-timing-function: cubic-bezier(.2,.02,.2,1);
    transition-timing-function: cubic-bezier(.2,.02,.2,1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-under {
    text-decoration: underline
}

.drop-down.hover:hover .drop-down-title {
    color: #7a8cae
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

[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
}

.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: #7a8cae
}

[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)
}

.hide {
    display: none
}

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

#skeletonWrap {
    width: 100%;
    z-index: 99;
    position: relative
}

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

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

#mainColumn {
    max-width: 100%;
    position: relative
}

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

.loaderWrapper {
    position: relative
}

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

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

#backToTop i {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #7a8cae
}

#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: 0;
    left: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 6px;
    box-shadow: 0 0 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
}

.ustVitrin+.navContent {
    position: absolute;
    top: 0
}

.ustVitrin+.navContent div#nav-wrapper {
    border: none
}

.ustVitrin+.navContent #navigasyon a {
    color: #fff
}

.ustVitrin+.navContent .breadcrumb li:after {
    color: #fff
}

.breadcrumb li {
    position: relative;
    padding-right: 15px
}

.breadcrumb li:after {
    content: '/';
    color: #888;
    position: absolute;
    right: 4px;
    font-size: 12px;
    top: 0
}

.breadcrumb li:last-child:after {
    display: none
}

div#nav-wrapper {
    border-bottom: 1px solid #eee;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.loginContent {
    width: 1200px
}

.loginFlex {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box
}

.lcLeft {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box
}

.lcRight {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box
}

.lcRight>div {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px;
    background: url(/Data/EditorFiles/Devux/image/uyeOl.jpg) no-repeat center;
    position: relative
}

.lcLeft>div {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px
}

.lcTitle {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px
}

.lcDesc {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 150%
}

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

.socialLogin {
    margin-bottom: 40px
}

.lcbTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.lcBtn {
    height: 48px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 35px
}

.lcBottom ul li {
    font-size: 14px;
    color: #666;
    list-style: disc;
    margin-left: 12px;
    padding-top: 15px;
    letter-spacing: .5px
}

.lcBtn:hover {
    background: #000;
    color: #fff
}

a#member-login-btn {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #000;
    box-sizing: border-box
}

.loginInfo {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

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

.loginInfo label {
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.formTitle {
    font-size: 13px;
    color: #222;
    letter-spacing: .5px;
    margin-bottom: 5px
}

.mb25 {
    margin-bottom: 20px
}

.socialLogin>div>div {
    width: 33.33%;
    padding: 0 20px;
    box-sizing: border-box
}

.socialLogin>div>div>a {
    border: 1px solid;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500
}

.socialLogin>.row {
    margin-left: -20px;
    margin-right: -20px
}

.socialLogin>div>div>a img {
    margin-right: 5px
}

a#popup-member-login-facebook {
    border-color: #4967aa;
    color: #4967aa
}

a#signinGoogle {
    border-color: #ff3d00;
    color: #ff3d00
}

a#member-login-btn:hover {
    background: 0 0;
    color: #000
}

a#popup-member-login-apple:hover {
    background: #0000000a
}

a#popup-member-login-facebook:hover {
    background: #4967aa14
}

a#signinGoogle:hover {
    background: #ff3d0012
}

.registerContent form {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    width: 600px
}

.registerContent {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box
}

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

.registerContent form .row {
    margin-left: -10px;
    margin-right: -10px
}

a#uye-kayit-btn {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #000;
    box-sizing: border-box
}

a#uye-kayit-btn:hover {
    background: 0 0;
    color: #000
}

.sozlesmeler label span:nth-child(3) {
    font-size: 12px;
    color: #000;
    line-height: 150%;
    top: -4px;
    position: relative
}

.sozlesmeler label {
    margin-top: 10px;
    display: flex;
    align-items: baseline
}

.sozlesmeler label span:nth-child(3) a {
    font-weight: 600;
    text-decoration: underline
}

.sozlesmeler {
    padding: 20px 0
}

.registerContent .socialLogin>div>div {
    padding: 0 10px
}

.registerContent .socialLogin>div>div>a {
    font-size: 13px
}

.rgCnt {
    border-top: 1px solid #eee;
    padding-top: 20px
}

.registerContent .socialLogin {
    margin-bottom: 20px
}

.cdRight {
    background: #f5f5f5;
    padding: 40px;
    box-sizing: border-box
}

.cdTitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.cdrItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.cdrItem.campaignFyt {
    font-weight: 500
}

.cdrItem.totalPrice {
    font-weight: 500
}

.satinAlBtn a#addCartBtn {
    height: 48px;
    font-size: 16px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    border: 1px solid #000;
    box-sizing: border-box
}

a#indirim {
    position: absolute;
    right: 0;
    height: 48px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px
}

.ikcTitle.active {
    border-bottom: 0;
    background: url(/Data/EditorFiles/Devux/image/au.svg) no-repeat right
}

.ikcTitle {
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
    background: url(/Data/EditorFiles/Devux/image/ad.svg) no-repeat right
}

.sncTitle {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
    background: url(/Data/EditorFiles/Devux/image/ad.svg) no-repeat right
}

.satinAlBtn {
    margin-top: 25px
}

.satinAlBtn a#addCartBtn:hover {
    background: 0 0;
    color: #000
}

.ylmTitle {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.yardimLazimMi ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px
}

.yardimLazimMi ul li div {
    font-weight: 500
}

.yardimLazimMi ul li div i {
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px
}

.yardimLazimMi ul li a {
    font-weight: 500;
    text-decoration: underline;
    display: flex;
    align-items: center
}

.yardimLazimMi ul li a img {
    margin-left: 5px
}

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

.cdlTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.backPage {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    cursor: pointer
}

.backPage img {
    margin-right: 10px
}

.backPage span {
    padding-top: 2px
}

.sptcTitle {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.sptCampaign {
    padding-top: 50px
}

.sflImg img {
    min-height: 120px;
    mix-blend-mode: multiply;
    max-height: 120px;
    max-width: inherit!important
}

form#SepetForm ul li {
    border: 1px solid #eee;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box
}

#basketPopupItems ul li {
    border: 1px solid #eee;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box
}

.sflImg {
    background: #798cae0d;
    margin-right: 20px
}

.sfLeft {
    display: flex;
    align-items: center;
    width: 350px
}

.sfName {
    font-size: 14px;
    line-height: 125%
}

.sfVariant {
    font-size: 14px;
    color: #888;
    padding-top: 5px
}

form#SepetForm {
    padding: 0
}

.sfDiscount {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    margin-right: 10px
}

.sfTotal {
    font-size: 14px;
    font-weight: 700
}

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

.cmpName span {
    background: #798cae;
    font-size: 12px;
    color: #fff;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-top: 5px
}

.sfGift {
    width: 200px
}

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

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

.pt3 {
    padding-top: 2px
}

.qtyCnt {
    width: 80px
}

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

.campaign-btn {
    width: 110px;
    height: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent
}

.campaign-btn.activate {
    background: #798cae
}

.campaign-btn.cancel {
    background: #eb002b
}

ul#campaignList li>div>div {
    display: flex;
    align-items: center
}

.cmpTitle font {
    font-size: 14px;
    font-weight: 500
}

.cmpDesc {
    font-size: 14px;
    color: #222;
    padding-top: 5px;
    font-weight: 300
}

.cmpTitle {
    padding-top: 5px
}

.cartGeneral {
    min-height: 100vh;
    display: flex
}

.yardimLazimMi {
    margin-top: 50px
}

.sepetSonrasi .loginContent {
    width: 600px
}

.sepetSonrasi .lcLeft {
    width: 100%;
    padding: 0
}

.uode {
    height: 48px;
    background: #798cae;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #798cae;
    box-sizing: border-box
}

.uode:hover {
    background: 0 0;
    color: #798cae
}

.sepetSonrasi .socialLogin>div>div {
    padding: 0 10px
}

.sepetSonrasi .socialLogin>.row {
    margin-left: -10px;
    margin-right: -10px
}

.sepetSonrasi .socialLogin {
    margin-bottom: 0
}

.yada {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.yada span {
    color: #ccc;
    background: #fff;
    margin-top: -12px;
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box
}

.lcTop.lcTopFlex .lcTitle {
    color: #aaa;
    font-weight: 500;
    padding: 0 10px;
    box-sizing: border-box
}

.lcTop.lcTopFlex .lcTitle>div {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

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

.lcTop.lcTopFlex .lcTitle.active>div {
    border-color: #000;
    color: #000;
    font-weight: 600
}

.fl.col-12.lcTitle.uyeGirisiYap {
    padding-left: 0
}

.lcTop.lcTopFlex .lcTitle.hizliUyelik {
    padding-right: 0
}

a#order-login-btn {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #000;
    box-sizing: border-box
}

.siprisUst {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee
}

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

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

.backGo {
    cursor: pointer
}

.siparisTakipContent {
    width: 1000px
}

.siparisTakip {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box
}

form#orderTrackForm {
    background: #f5f5f5;
    padding: 30px;
    box-sizing: border-box
}

.otTitle div {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px
}

.otTitle span {
    font-size: 13px;
    color: #666;
    line-height: 150%
}

.otTitle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

button#showBtnx {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
    box-sizing: border-box;
    border: 1px solid #000;
    box-sizing: border-box;
    font-family: omega sans,sans-serif;
    margin-top: 25px
}

button#showBtnx:hover {
    background: 0 0;
    color: #000
}

.otdTitle {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.otdLeft,.otdRight {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 25px;
    height: 100%;
    position: relative
}

.otdLeft ul {
    font-size: 14px;
    color: #444;
    font-weight: 400
}

.otdLeft ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

.otdLeft ul li div {
    width: 50%;
    line-height: 150%
}

.otdLeft ul li div:nth-child(2) {
    text-align: right;
    text-decoration: underline
}

.otdLeft ul li:last-child {
    padding-bottom: 0
}

.otdRight ul li img {
    mix-blend-mode: multiply;
    height: 85px;
    max-width: fit-content
}

.otdRight ul li {
    border: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.otdImg {
    background: #798cae0d
}

.otdCnt {
    line-height: 150%;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 13px;
    color: #444
}

.otdcName {
    font-weight: 400
}

.otdcPrice {
    font-weight: 600
}

.otdcCount {
    font-weight: 300
}

.otDetay {
    margin-top: 10px;
    display: flex
}

.toplamTutar {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px;
    box-sizing: border-box
}

.toplamTutar>div>div {
    text-decoration: underline
}

.toplamTutar>div {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px
}

.showInvoice label>span {
    padding-top: 1px
}

a#order-note-save-btn {
    position: absolute;
    right: 0;
    height: 48px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px
}

.sncTitle.active {
    border-bottom: 0;
    background: url(/Data/EditorFiles/Devux/image/au.svg) no-repeat right
}

a#without-membership {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-top: 20px
}

.uodeTitle {
    font-size: 16px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    margin-bottom: 20px
}

a#without-membership:hover {
    background: 0 0;
    color: #000
}

.cartBlank {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0
}

.cartBlank img {
    height: 40px
}

.cartBlank .cbTitle div {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px
}

.cartBlank div.cbBtn {
    display: flex;
    justify-content: center;
    padding-top: 50px
}

.cartBlank div.cbBtn a {
    font-size: 14px;
    border: 1px solid #000;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.cartBlank div.cbBtn a:hover {
    background: #000;
    color: #fff
}

.cartBlank .cbTitle span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #888
}

.cbTitle {
    padding-top: 15px
}

.breadcrumb li:last-child {
    padding: 0
}

.campaign-btn.activate:hover {
    color: #37406e;
    background: 0 0;
    border-color: #7a8cae
}

.campaign-btn.cancel:hover {
    color: #eb002b;
    border-color: #eb002b;
    background: 0 0
}

a#indirim:hover {
    text-decoration: underline
}

a#order-note-save-btn:hover {
    text-decoration: underline
}

.socialLogin>div>div>a i {
    font-style: normal;
    font-weight: 600;
    margin-right: 5px
}

.socialLogin>div>div>a span {
    display: flex;
    align-items: center
}

.alotech-chat-widget {
    position: fixed!important;
}

.lcRight>div:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000050
}

.lcRight * {
    color: #fff!important;
    border-color: #fff;
    z-index: 9
}

.lcRight .lcBtn:hover {
    background: #fff;
    color: #000!important
}

.lcRight>div>.fl {
    position: relative
}

.contactContent {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box
}

.contactContent>.fl {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    width: 600px
}

.contactTitle {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase
}

input#sendMessage {
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    font-family: omega sans,sans-serif
}

input#sendMessage:hover {
    background: 0 0;
    color: #000
}

div#basketPopupItems .sflImg img {
    min-height: 110px;
    max-height: 110px
}

div#basketPopupItems .sflImg {
    margin-right: 15px
}

aside#leftColumn #page-login>.fl>.col>.row>.box>.col-4 {
    width: 100%
}

.blockTitle {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 20px
}

.blogItem>.fl {
    border: 1px solid #eee;
    box-sizing: border-box
}

.biTitle a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.biDesc p {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #444;
    padding: 0
}

.biBtn a {
    background: #7a8cae;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.biDesc {
    padding: 2px 0;
    height: 42px;
    overflow: hidden
}

.biBtn {
    margin-top: 10px
}

.biDate {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px
}

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

div#blog {
    padding: 0 10px;
    box-sizing: border-box
}

.blogPager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 50px
}

.blogPager a,.blogPager span {
    border: 1px solid #eee;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    margin: 0 3px
}

.blogPager span {
    background: #7a8cae;
    color: #fff;
    border-color: #7a8cae
}

.blogPager a:hover {
    background: #7a8cae;
    border-color: #7a8cae;
    color: #fff
}

.blogPager a.first,.blogPager a.prev,.blogPager a.next,.blogPager a.last {
    display: none
}

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

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

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

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

    #backToTop i {
        width: 40px;
        height: 40px
    }

    #backToTop {
        right: 10px;
        bottom: 108px;
        margin-right: 0;
        width: 40px;
        height: 40px
    }
}

@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) {
    .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%
    }

    #footer {
        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) {
    .blockTitle {
        font-size:20px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    div#blog {
        padding: 0
    }

    .biBottom {
        padding: 15px
    }

    .biDate {
        font-size: 11px
    }

    .biTitle a {
        font-size: 15px
    }

    .biDesc p {
        font-size: 13px
    }

    .biDesc {
        height: 60px
    }

    .blogItem {
        padding-bottom: 0
    }

    .blogPager a,.blogPager span {
        width: 35px;
        height: 35px;
        font-size: 14px
    }

    .blogPager {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .socialLogin.register>.row {
        padding: 0 5px
    }

    .sozlesmeler label {
        margin-top: 5px
    }

    .registerContent .socialLogin>div>div {
        padding: 0 5px
    }

    .registerContent .lcTop {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .registerContent .socialLogin {
        margin-bottom: 10px
    }

    .rgCnt {
        border-color: #ddd
    }

    .registerContent {
        padding: 0
    }

    .registerContent form {
        width: 100%;
        padding: 20px
    }

    .registerContent form>.row {
        padding: 0 5px
    }

    .socialLogin>div>div {
        padding: 0 5px
    }

    .socialLogin>.row {
        margin: 0;
        padding: 0 15px
    }

    .socialLogin>div>div>a span {
        flex-wrap: wrap;
        font-size: 10px;
        line-height: 130%
    }

    #nav-wrapper::-webkit-scrollbar {
        height: 0
    }

    div#nav-wrapper {
        height: 30px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px;
        box-sizing: border-box
    }

    div#oneCol {
        padding: 0
    }

    .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) {
    body.paddingBottom {
        padding-bottom:50px
    }

    .pWrapper .pWin#cartPopup .pButtons button {
        width: 48%;
        padding: 0
    }

    div#basketPopupItems .sfDiscount {
        text-align: left
    }

    div#basketPopupItems .sfTotal {
        text-align: left
    }

    .contactContent {
        padding: 0
    }

    .contactContent>.fl {
        width: 100%;
        padding: 30px 20px
    }

    .breadcrumb {
        display: flex
    }

    .breadcrumb li {
        width: fit-content;
        float: left;
        flex: none
    }

    .breadcrumb li:after {
        font-size: 11px;
        top: 2px
    }

    .satinAlBtn a#addCartBtn:hover {
        background: #000 url(/Data/EditorFiles/Devux/image/arbeyaz.svg) no-repeat right;
        color: #fff;
        background-position-x: 94%
    }

    .suRight>div {
        display: none
    }

    .siprisUst {
        height: auto;
        padding: 0
    }

    .backGo {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eee
    }

    .suRight a {
        padding: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #eee
    }

    .cartBlank {
        padding: 30px 20px;
        box-sizing: border-box
    }

    .cartBlank img {
        height: 32px
    }

    .cartBlank .cbTitle div {
        font-size: 16px
    }

    .cartBlank .cbTitle span {
        font-size: 13px;
        line-height: 150%
    }

    .cbTitle {
        padding-top: 10px
    }

    .cartBlank div.cbBtn {
        padding-top: 25px
    }

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

    .sptCampaign {
        padding-top: 20px
    }

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

    ul#campaignList li {
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 15px
    }

    .campaign-btn {
        width: 100%;
        height: 32px
    }

    .ikcTitle {
        border-color: #eee
    }

    .sncTitle {
        border-color: #eee
    }

    .cmpName {
        padding-left: 5px;
        box-sizing: border-box
    }

    .cmpName span {
        font-size: 12px;
        padding: 0;
        height: auto;
        background: 0 0;
        color: #798cae;
        font-weight: 600;
        margin: 0
    }

    form#SepetForm {
        margin: 0
    }

    .sfName {
        font-size: 12px;
        padding-right: 15px;
        box-sizing: border-box;
        height: 15px;
        overflow: hidden
    }

    .sfVariant {
        font-size: 12px;
        padding-top: 4px;
        display: flex;
        align-items: center
    }

    .sflImg img {
        min-height: 110px;
        mix-blend-mode: multiply;
        max-height: 110px;
        max-width: inherit
    }

    .sflImg {
        margin-right: 10px
    }

    .sfDelete {
        position: absolute;
        right: 5px;
        top: 5px
    }

    form#SepetForm ul li {
        position: relative;
        padding-right: 10px;
        margin-bottom: 15px
    }

    #basketPopupItems ul li {
        position: relative;
        padding-right: 10px;
        margin-bottom: 15px
    }

    .sfDelete img {
        opacity: .3
    }

    .sptLineMobile {
        display: flex;
        align-items: center;
        padding-top: 10px
    }

    .sfLeft {
        width: 100%
    }

    .sfGift {
        width: auto
    }

    .sptLineMobileRight .sfFyt {
        width: auto;
        flex-wrap: wrap
    }

    .sfDiscount {
        width: 100%;
        margin: 0;
        text-align: right;
        font-size: 13px;
        margin-bottom: 5px
    }

    .sfTotal {
        width: 100%;
        text-align: right;
        font-size: 13px
    }

    .sptLineMobileLeft .sfGift>.mb {
        margin-bottom: 5px
    }

    .sptLineMobileLeft .sfGift [class*=" icon-"]:not(.icon-no-space):before {
        margin-right: 5px
    }

    .sptLineMobileLeft .pt3 {
        font-size: 12px
    }

    .satinAlBtn {
        display: flex;
        align-items: center;
        padding-left: 10px;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #eee
    }

    .cdTitle {
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-color: #eee
    }

    .cdrItem {
        margin-bottom: 15px
    }

    .siparisOzetiContent {
        background: #fff;
        padding: 20px 15px;
        box-sizing: border-box;
        border-top: 1px solid #eee;
        padding-bottom: 5px
    }

    .sptGnlTplm.active {
        background: url(/Data/EditorFiles/Devux/image/ad.svg) no-repeat left
    }

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

    .sptGnlTplm {
        padding-left: 15px;
        box-sizing: border-box;
        width: 32%;
        background: url(/Data/EditorFiles/Devux/image/au.svg) no-repeat left
    }

    .satinAlBtn a#addCartBtn {
        border-radius: 0;
        font-size: 14px;
        width: 68%;
        background: #000 url(/Data/EditorFiles/Devux/image/arbeyaz.svg) no-repeat right;
        justify-content: flex-start;
        padding: 0 20px;
        box-sizing: border-box;
        background-position-x: 94%;
        height: 56px
    }

    .sptGnlTplm>div>div:nth-child(1) {
        font-size: 10px;
        margin-bottom: 2px
    }

    .sptGnlTplm>div>div:nth-child(2) {
        font-size: 14px;
        font-weight: 600
    }

    .cdLeft {
        width: 100%;
        padding: 15px;
        padding-bottom: 0
    }

    .cdRight {
        width: 100%;
        background: 0 0;
        padding: 15px;
        padding-top: 0
    }

    .cartGeneral {
        flex-wrap: wrap;
        min-height: auto
    }

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

    .backPage {
        font-size: 12px
    }

    .backPage img {
        margin-right: 5px
    }

    .yardimLazimMi {
        display: none
    }

    .otdLeft,.otdRight {
        width: 100%;
        border: none;
        padding: 20px
    }

    .otDetay>div {
        width: 100%;
        padding: 0
    }

    .otDetay {
        flex-wrap: wrap;
        margin: 0
    }

    .otdTitle {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 15px
    }

    .otdLeft ul li {
        padding-bottom: 10px
    }

    .otdLeft {
        border-bottom: 1px solid #eee
    }

    .toplamTutar {
        position: relative;
        padding: 0
    }

    .toplamTutar>div {
        border: none;
        padding-top: 10px
    }

    .otTitle {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    form#orderTrackForm .form-control {
        margin-bottom: 20px
    }

    button#showBtnx {
        margin-top: 0
    }

    .siparisTakip {
        padding: 0
    }

    .siparisTakipContent {
        width: 100%
    }

    .siparisTakipContent>.col {
        padding: 0
    }

    form#orderTrackForm {
        padding: 20px
    }

    .lcBtn {
        margin-top: 25px
    }

    .uodeTitle {
        font-size: 14px
    }

    .yadaDiv {
        padding: 0 20px;
        box-sizing: border-box
    }

    .uodeDiv {
        padding: 0 20px;
        box-sizing: border-box
    }

    .sepetSonrasi .socialLogin>div>div {
        padding: 0 5px
    }

    .sepetSonrasi .socialLogin>.row {
        margin: 0
    }

    .yada {
        margin-top: 25px;
        margin-bottom: 15px
    }

    .sepetSonrasi .lcTop.lcTopFlex .lcTitle {
        font-size: 14px
    }

    .sepetSonrasi .lcTop.lcTopFlex .lcTitle>div {
        height: 40px
    }

    .sepetSonrasi .yada span {
        font-size: 10px
    }

    .sepetSonrasi .loginContent {
        width: 100%
    }

    .lcbTitle {
        font-size: 13px
    }

    .lcBottom ul li {
        font-size: 13px
    }

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

    .socialLogin>div>div>a i {
        margin: 0;
        width: 100%;
        font-size: 12px
    }

    .socialLogin>div>div>a {
        padding-left: 5px;
        box-sizing: border-box;
        height: 40px
    }

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

    .lcLeft>div {
        padding: 20px;
        background: #f5f5f5
    }

    .socialLogin {
        margin-bottom: 20px
    }

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

    .lcRight>div {
        padding: 20px;
        border: none
    }

    .lcTop {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd
    }

    .col-xs-auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .dn-xs {
        display: none
    }

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

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

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

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

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

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

    #membershipTabs .btn.active {
        position: relative
    }

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

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

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

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

    #membershipTabContainer {
        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) {
    .sfDiscount {
        font-size:12px
    }

    .sfTotal {
        font-size: 12px
    }

    .sptLineMobileLeft .pt3 {
        font-size: 11px
    }

    .sflImg img {
        min-height: 90px;
        mix-blend-mode: multiply;
        max-height: 90px;
        max-width: inherit
    }

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

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