:not(#mainMenu)>.menu,:not(#mainMenu)>.menu div:not(.dynamicMenu) {
    background-color: inherit
}

:not(#mainMenu)>.menu {
    position: relative
}

@-webkit-keyframes pageOverlayDefault {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes pageOverlayDefault {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes pageOverlay {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pageOverlay {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes mobileMenu {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-webkit-keyframes mobileMenuRtl {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes mobileMenu {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes mobileMenuRtl {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@-webkit-keyframes mobileMenuDefault {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@-webkit-keyframes mobileMenuDefaultRtl {
    from {
        right: 0
    }

    to {
        right: -100%
    }
}

@keyframes mobileMenuDefault {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@keyframes mobileMenuDefaultRtl {
    from {
        right: 0
    }

    to {
        right: -100%
    }
}

div#search.active {
    width: 260px;
    opacity: 1;
    transition: visibility .3s,width .3s,opacity .3s;
    visibility: visible
}

.ht.hideThis {
    display: none
}

div#headerMain.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999
}

.sticky li.fl.drop-down.hover.overlay-wrap.parentLink:hover>span:after {
    top: 88%
}

.imgFlexThis>ul {
    width: 70%
}

.catImgWrapper {
    width: 30%;
    padding: 20px;
    box-sizing: border-box
}

.subMenu .dynamicMenu>ul>li {
    padding: 20px;
    box-sizing: border-box;
    width: 20%
}

.subMenu .dynamicMenu>ul {
    display: flex;
    flex-wrap: wrap
}

li.fl.drop-down.hover.overlay-wrap.parentLink:hover>span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 92%;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #7a8cae transparent;
    margin-left: -10px
}

li.fl.drop-down.hover.overlay-wrap.parentLink>span {
    position: relative
}

nav#mainMenu li:last-child span a {
    color: #fe8101
}

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

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

.usiContent div i {
    padding: 0 4px;
    font-style: normal
}

.usiContent {
    letter-spacing: .5px;
    padding-left: 5px;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap
}

span.fl.cart-soft-count {
    width: 16px;
    height: 16px;
    background: #798cae;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -4px
}

.ht {
    background: #798cae;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    height: 30px
}

ul#alterMenu li {
    border-left: 1px solid #62769a
}

ul#alterMenu {
    position: absolute;
    right: 0;
    top: 0
}

div#headerMain {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    background: #fff
}

div#search {
    position: absolute;
    width: 0;
    right: -8px;
    top: -6px;
    transition: visibility .3s,width .3s,opacity .3s;
    opacity: 0;
    visibility: hidden
}

.usItem {
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.usiContent span {
    font-size: 10px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px
}

.usiContent div {
    font-size: 12px;
    font-weight: 700;
    display: flex
}

.menu-list {
    z-index: 33
}

.menu li {
    float: left
}

[dir=rtl] .menu li {
    float: right
}

.menu a {
    float: left;
    box-sizing: border-box
}

[dir=rtl] .menu a {
    float: right
}

.menu li.parentLink>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: none
}

[dir=rtl] .menu li.parentLink>ul {
    right: 0;
    left: auto
}

.menu li.parentLink li a {
    width: 100%
}

.menu li.parentLink li.parentLink ul {
    float: left;
    position: relative;
    box-sizing: border-box;
    border-left: 10px solid #dedede
}

[dir=rtl] .menu li.parentLink li.parentLink ul {
    float: right;
    border-right: 10px solid #dedede;
    border-left: 0
}

#mobileAppNotify {
    position: fixed;
    z-index: 9999
}

#appNotify {
    display: flex;
    align-items: center
}

#appLogo p {
    padding-bottom: 0
}

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

#appBtn {
    white-space: nowrap
}

.sticky .dn-sticky {
    display: none
}

.header-wrapper {
}

#header-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

#headerTop {
    height: 56px;
    line-height: 55px;
    color: #5e5e5e;
    font-size: 12px
}

.sticky #headerTop {
    height: 0;
    overflow: hidden
}

.locationLinkWrap {
    padding: 7px 10px;
    box-sizing: border-box
}

[dir=rtl] #topMenu,[dir=rtl] #topMenu li,[dir=rtl] #topMenu a {
    float: right
}

#topMenu a {
    line-height: 30px;
    color: #545454;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd
}

[dir=rtl] #topMenu a {
    border-right: 0;
    border-left: 1px solid #ddd
}

#topMenu ul li:hover>span,#topMenu ul li:hover>a {
    background: #e2e2e2
}

#headerTop select {
    height: 30px;
    padding: 0 30px 0 10px;
    background: url(selectArrow.png) no-repeat right center;
    border: 0;
    border-left: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #545454;
    font-size: 12px
}

[dir=rtl] #headerTop select {
    padding: 0 10px 0 30px;
    background: url(selectArrow.png) no-repeat 10px center;
    border-right: 1px solid #ddd;
    border-left: 0
}

#headerPhone {
    color: #545454;
    font-size: 12px;
    line-height: 30px
}

#basketList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3333
}

#logo a {
    float: left;
    width: 100%;
    height: 60px
}

.sticky #logo a {
}

#logo p,#logo img {
    -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
}

#logo p {
    float: left;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 0
}

.sticky #logo p {
}

#logo img {
    display: inherit;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

#searchListWrap {
    position: relative
}

#live-search {
    height: 36px;
    line-height: 14px
}

#live-search-box {
    top: 100%;
    left: -1px;
    z-index: 999
}

#FormAra {
    height: 40px;
    background: #f5f5f5;
    box-sizing: border-box
}

[dir=rtl] #FormAra {
    left: 0;
    right: auto
}

.sticky #FormAra {
    top: calc(50% - 20px);
    height: 40px
}

.forDesktop #FormAra:not(.focus) {
    border-color: transparent
}

.forDesktop #FormAra.focus {
    width: 100%
}

.forDesktop #FormAra.focus:before {
    content: ''
}

.forDesktop #FormAra:not(.focus):before {
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

[dir=rtl] .forDesktop #FormAra:not(.focus):before {
    left: 48px;
    right: auto
}

.sticky .forDesktop #FormAra:not(.focus):before {
    right: 38px;
    line-height: 38px
}

[dir=rtl] .sticky .forDesktop #FormAra:not(.focus):before {
    left: 38px;
    right: auto
}

[dir=rtl] .forDesktop #FormAra:not(.focus):after {
    left: 0;
    right: auto
}

.searchClose {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.sticky .forDesktop #FormAra: not(.focus):after {
    width: 38px;
    line-height: 38px
}

#FormAra input[type=text] {
    font-size: 13px;
    border: 0;
    box-sizing: border-box;
    background: 0 0;
    color: #666;
    font-family: omega sans,sans-serif;
    letter-spacing: .5px;
    width: 100%;
    height: 40px;
    padding: 0 0 0 30px
}

.sticky #FormAra input[type=text] {
    width: calc(100% - 38px);
    height: 38px
}

div#search.active #FormAra button[type=submit] {
    display: block
}

#FormAra input[type=text]:focus {
    box-shadow: none
}

#FormAra button[type=submit] {
    position: absolute;
    right: 0;
    height: 40px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    width: 40px;
    display: none
}

.sticky #FormAra button[type=submit] {
    width: 38px;
    height: 38px
}

#FormAra.focus input[type=text],#mobileWrapper #FormAra input[type=text],#FormAra.focus button[type=submit],#mobileWrapper #FormAra.focus button[type=submit] {
    display: block
}

#live-search {
    height: 36px;
    line-height: 14px
}

#live-search-box {
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    background: #fff;
    border-bottom: 0;
    z-index: 999
}

#live-search-box ul {
    float: left;
    width: 100%;
    border-top: 1px solid #ececec
}

#live-search-box li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec
}

#live-search-box a {
    float: left;
    width: 100%;
    font-weight: 600;
    display: flex;
    align-items: center
}

#live-search-box:not([data-callback]) span,#live-search-box .search-image {
    width: 5%;
    height: 0;
    padding-bottom: 5%;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: hidden
}

#live-search-box[data-callback] span {
    box-sizing: border-box
}

#live-search-box img {
    margin: 0 auto
}

#mainMenu .menu>li {
    padding: 0 10px;
    box-sizing: border-box
}

#mainMenu a {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 1.5px
}

#mainMenu a:hover {
}

.menu li.parentLink>a {
    background-color: transparent
}

#mainMenu .parentLink li a {
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(/Data/EditorFiles/Devux/image/ar.svg) no-repeat right;
    background-position-y: 2px
}

.storyBar ul {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px
}

.storyBar ul li {
    padding: 0 10px
}

.storyBar ul li a img {
    border: 1px solid #eee;
    box-sizing: border-box
}

.menu li:hover>a {
    color: #e35252
}

#mainMenu .parentLink .sublink-wrap li a {
    line-height: normal;
    color: #000;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    border: none;
    padding-bottom: 0;
    background: 0 0;
    margin-bottom: 25px
}

.subMenu {
    max-width: 100%;
    border-top: 4px solid #7a8cae!important;
    box-sizing: border-box
}

.subMenu *:not(.dynamicMenu) {
    background-color: transparent
}

.menuTitle {
    font-size: 20px;
    padding-bottom: 10px
}

.subMenu a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    box-sizing: border-box
}

.subMenu li li a {
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 0 center
}

.subMenu a:hover {
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px
}

#mainMenu .subMenu a:hover,#mainMenu .parentLink .sublink-wrap li a:hover {
    color: #000;
    text-decoration: underline
}

.subMenu .dynamicMenu {
    background: #fff;
    padding-top: 4px;
    box-sizing: border-box
}

#headerBottom {
    height: 20px;
    overflow: hidden
}

.sticky #headerBottom {
    height: 0
}

#alterMenu.menu>li:before {
    content: '.';
    float: left;
    line-height: 20px;
    font-size: 25px;
    margin-top: -17px
}

#alterMenu a {
    font-size: 13px;
    color: #eee;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box
}

[dir=rtl] #alterMenu a {
    border-right: 0;
    border-left: 1px solid #ddd
}

#alterMenu li:last-child a {
    border-right: 0
}

[dir=rtl] #alterMenu li:last-child a {
    border-left: 0
}

#alterMenu .menu>li:hover a {
    color: #000
}

#alterMenu .menu>li:hover .subMenu {
    top: 29px;
    z-index: 3333
}

#alterMenu .menu>li:hover .subMenu a {
    border-right: 0
}

#alterMenu .menu>li:hover .subMenu a:hover {
    color: #f37121
}

#alterMenu .subMenu li,#alterMenu .subMenu a {
    line-height: 30px;
    border-color: #e0e0e0
}

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

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

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

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

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

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

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

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

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

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

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

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

.sticky .col-sticky-auto {
    width: auto
}

@media screen and (max-width: 1230px) {
    #header-info {
        border-left:0
    }

    #headerMain {
        padding-right: 20px;
        padding-left: 20px
    }

    #mainMenu .menu>li {
        padding-right: 5px
    }

    .menu a {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media screen and (max-width: 1000px) {
    .sticky .col-md-sticky-12 {
        width:100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .sticky .col-md-sticky-auto {
        width: auto
    }

    .forDesktop #FormAra:before {
        content: ''
    }

    #headerTop {
        height: 46px;
        line-height: 45px
    }

    #mainMenu a {
        font-size: 12px
    }
}

@media screen and (min-width: 769px) {
    .menu li.parentLink:hover>ul {
        display:block
    }
}

@media screen and (max-width: 768px) {
    .storyBar {
        overflow-y:hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .storyBar::-webkit-scrollbar {
        height: 0
    }

    .storyBar ul {
        display: flex;
        justify-content: flex-start;
        padding: 10px 5px;
        box-sizing: border-box
    }

    .storyBar ul li {
        flex: none;
        display: block;
        width: 15%;
        padding: 0 5px
    }

    body.supportActive {
        overflow: hidden
    }

    .supportContent ul li img {
        height: 20px;
        margin-bottom: 10px
    }

    .supportContentTitle>div {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 5px
    }

    .supportContentTitle>span {
        text-align: center;
        font-size: 12px;
        color: #888
    }

    iframe#AloChatIframe .alotech-chat-head {
        background: #7a8cae !important;
        border-radius: 0 !important;
    }

    .supportContent ul li div {
        text-align: center;
        font-size: 13px;
        color: #666;
        margin-bottom: 5px;
        right: 0 !important;
        bottom: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        position: relative !important;
    }

    .supportContent ul li a {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: center;
    }

    .supportContent ul li {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .menuFixedBottom ul li .mfbItem.mfbSupport.active {
        background: #fff url(/Data/EditorFiles/Devux/image/menuclose.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbMenu.active {
        background: #fff url(/Data/EditorFiles/Devux/image/menuclose.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbSearch.active {
        background: #fff url(/Data/EditorFiles/Devux/image/menuclose.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem {
        height: 50px;
        background-size: 20px!important
    }

    .menuFixedBottom ul li {
        width: 20%;
        border-right: 1px solid #ddd;
        box-sizing: border-box
    }

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

    .menuFixedBottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-top: 1px solid #ddd;
        box-sizing: border-box
    }

    .menuFixedBottom ul li:last-child {
        border: none
    }

    .menuFixedBottom ul li .mfbItem.mfbHome {
        background: #fff url(/Data/EditorFiles/Devux/image/home.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbMenu {
        background: #fff url(/Data/EditorFiles/Devux/image/menu.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbSearch {
        background: #fff url(/Data/EditorFiles/Devux/image/search.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbSupport {
        background: #fff url(/Data/EditorFiles/Devux/image/support.svg) no-repeat center
    }

    .menuFixedBottom ul li .mfbItem.mfbBookmark {
        background: #fff url(/Data/EditorFiles/Devux/image/bookmark.svg) no-repeat center
    }

    div#search #FormAra button[type=submit] img {
        opacity: .3
    }

    body div#search.active {
        position: relative;
        width: 100%!important;
        right: 0;
        top: 0
    }

    .searchClose {
        display: none
    }

    #FormAra input[type=text] {
        padding: 0 10px
    }

    #FormAra {
        background: 0 0;
        border: 1px solid #ddd
    }

    .ustSolMobil .searchOpen.active {
        background: url(/Data/EditorFiles/Devux/image/menuclose.svg) no-repeat center;
        background-size: 20px
    }

    div#mobileSearch {
        position: fixed;
        left: -100%;
        top: 70px;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 4444;
        -webkit-animation-name: mobileMenuDefault;
        animation-name: mobileMenuDefault;
        border-top: 1px solid #eee;
        box-sizing: border-box;
        padding: 20px;
        box-sizing: border-box
    }

    .mmtContent .box {
        padding: 2px
    }

    .mmtContent a {
        height: 32px;
        border: .5px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px
    }

    .mmtContent {
        padding-top: 10px
    }

    .mmtTitle.active {
        background: url(/Data/EditorFiles/Devux/image/aubeyaz.svg) no-repeat right
    }

    .mm3Img {
        background: #798cae1c;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px
    }

    .mm3Img img {
        mix-blend-mode: multiply
    }

    .mm3>li.col-12 a {
        font-size: 14px;
        color: #37406e;
        padding: 20px 5px 10px;
        box-sizing: border-box
    }

    .mm3>div {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 5px
    }

    .mm3>div>li.col-4 a {
        text-align: center;
        font-size: 13px;
        color: #37406e;
        padding-top: 5px;
        line-height: 125%
    }

    .mm3 {
        background: #798cae1c;
        padding: 0 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #798cae30
    }

    .mm3>div>li.col-4 {
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 5px
    }

    div#mobileMenuMain>ul>li>.mm2>li>span {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 400;
        background: #798cae1c url(/Data/EditorFiles/Devux/image/ad.svg) no-repeat right;
        background-position-x: 94%;
        padding: 15px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #798cae30;
        text-transform: capitalize;
        color: #37406e
    }

    div#mobileMenuMain>ul>li>.mm2>li>span.active {
        background: #798cae1c url(/Data/EditorFiles/Devux/image/au.svg) no-repeat right;
        background-position-x: 94%;
        color: #37406e;
        font-weight: 600
    }

    div#mobileMenuMain>ul>li>.mm2>li>a {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 400;
        background: #798cae1c;
        padding: 15px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #798cae30;
        text-transform: capitalize;
        color: #37406e
    }

    div#mobileMenuMain>ul>li:last-child>a {
        color: #fe8101;
        background: url(/Data/EditorFiles/Devux/image/adwoman.svg) no-repeat right;
        background-position-x: 94%
    }

    div#mobileMenuMain>ul>li>span,div#mobileMenuMain>ul>li>a {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        background: url(/Data/EditorFiles/Devux/image/ad.svg) no-repeat right;
        background-position-x: 94%;
        padding: 15px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #798cae30
    }

    div#mobileMenuMain>ul>li>span.active {
        background: #798cae1c url(/Data/EditorFiles/Devux/image/au.svg) no-repeat right;
        background-position-x: 94%;
        color: #37406e
    }

    .mobileMenuFooter {
        font-size: 12px;
        color: #888;
        padding: 20px;
        box-sizing: border-box
    }

    .mobileMenuBottom {
        background: #798cae12
    }

    .mobileMenuBottom li {
        border-bottom: 1px solid #798cae30;
        padding: 15px 20px;
        font-size: 14px;
        color: #798cae;
        font-weight: 500;
        box-sizing: border-box
    }

    .mobileMenuBottom li a {
        background: url(/Data/EditorFiles/Devux/image/armavi.svg) no-repeat right
    }

    .mmbTop>div>span {
        font-size: 12px;
        color: #7a8cae;
        margin-bottom: 4px
    }

    .mmbTop>div>div {
        font-size: 16px;
        font-weight: 600;
        color: #7a8cae
    }

    .mmbTop {
        border-bottom: 1px solid #798cae30
    }

    .mmbTop>.col-6:nth-child(1) {
        border-right: 1px solid #798cae30;
        box-sizing: border-box
    }

    .mmbTop>.col-6 {
        padding: 15px 20px;
        box-sizing: border-box
    }

    .mobileMenuTop {
        background: #7a8cae;
        padding: 15px 20px;
        box-sizing: border-box
    }

    .mmtTitle span {
        font-size: 11px;
        color: #fff;
        margin-bottom: 4px
    }

    .mmtTitle>div {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        display: flex;
        align-items: center
    }

    .mmtTitle>div i {
        font-style: normal;
        margin: 0 2px
    }

    .mmtTitle {
        background: url(/Data/EditorFiles/Devux/image/adbeyaz.svg) no-repeat right
    }

    #mobileMenu::-webkit-scrollbar {
        width: 3px
    }

    #mobileMenu::-webkit-scrollbar-track {
        background: #eee
    }

    #mobileMenu::-webkit-scrollbar-thumb {
        background: #7a8cae;
        border-radius: 0
    }

    #menuBtnUmt.active {
        background: url(/Data/EditorFiles/Devux/image/menuclose.svg) no-repeat center
    }

    .usiContent {
        display: none
    }

    .ustSag .usItem img {
        height: 20px
    }

    .ustSolMobil .searchOpen {
        padding: 0;
        width: 50px;
        height: 50px;
        border-right: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(/Data/EditorFiles/Devux/image/search.svg) no-repeat center;
        background-size: 20px
    }

    .ustSolMobil .searchOpen img {
        height: 20px
    }

    .ustSag a.usItem#cart-soft-count {
        order: 2
    }

    .ustSag {
        width: 33.33333333%
    }

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

    .usItem.searchOpen.forDesktop {
        display: none
    }

    .usItem.forDesktop {
        display: none
    }

    span.fl.cart-soft-count {
        width: 14px;
        height: 14px;
        top: 9px;
        right: 5px;
        font-size: 9px
    }

    .ustSolMobil {
        width: 33.33333333%
    }

    div#logo {
        width: 33.33333333%
    }

    ul#alterMenu {
        display: none
    }

    .ht {
        height: 20px;
        font-size: 10px;
        font-weight: 600
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sticky .col-sm-sticky-auto {
        width: auto
    }

    #mobileAppNotify {
        background-color: #e0e0e0
    }

    #appNotify {
        position: relative;
        z-index: 9999
    }

    #appNotifyClose {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        margin-right: 10px;
        border-radius: 100%
    }

    #appLogo {
        background-color: #fff;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    #applogo * {
        margin: 0;
        padding: 0
    }

    #appText {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        width: calc(100% - 176px)
    }

    .menu-list,.menu-list li,.menu-list a {
        width: 100%
    }

    .menu-list.show,.menu li.parentLink ul.show {
        display: block
    }

    #menuBtnUmt {
        width: 50px;
        height: 50px;
        background: url(/Data/EditorFiles/Devux/image/menu.svg) no-repeat center;
        border-right: 1px solid #eee
    }

    [dir=rtl] #menuBtn {
        background-position: 10px center
    }

    #pageOverlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7);
        z-index: 3333;
        opacity: 0;
        display: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-name: pageOverlayDefault;
        animation-name: pageOverlayDefault
    }

    .menuShow #pageOverlay {
        display: block;
        -webkit-animation-name: pageOverlay;
        animation-name: pageOverlay;
        top: 70px
    }

    .searchShow #pageOverlay {
        display: block;
        -webkit-animation-name: pageOverlay;
        animation-name: pageOverlay;
        top: 70px
    }

    #mobileMenu {
        position: fixed;
        left: -100%;
        top: 70px;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 4444;
        -webkit-animation-name: mobileMenuDefault;
        animation-name: mobileMenuDefault;
        border-top: 1px solid #eee;
        box-sizing: border-box;
        padding-bottom: 50px
    }

    [dir=rtl] #mobileMenu {
        right: -100%;
        left: auto;
        -webkit-animation-name: mobileMenuDefaultRtl;
        animation-name: mobileMenuDefaultRtl
    }

    .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenu;
        animation-name: mobileMenu
    }

    .supportContent {
        position: fixed;
        left: -100%;
        top: 70px;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 4444;
        -webkit-animation-name: mobileMenuDefault;
        animation-name: mobileMenuDefault;
        border-top: 1px solid #eee;
        box-sizing: border-box;
        padding: 40px;
        box-sizing: border-box
    }

    .supportShow .supportContent {
        -webkit-animation-name: mobileMenu;
        animation-name: mobileMenu
    }

    .searchShow #mobileSearch {
        -webkit-animation-name: mobileMenu;
        animation-name: mobileMenu
    }

    [dir=rtl] .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenuRtl;
        animation-name: mobileMenuRtl
    }

    #mobileMenu li ul {
        display: none
    }

    #mobileMenu select,[dir=rtl] #mobileMenu select {
        background: 0 0;
        border: 0
    }

    div#headerMain {
        padding: 0
    }

    #logo a {
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: flex;
        justify-content: center
    }

    #logo p {
        height: 20px;
        line-height: 20px
    }

    #logo a img {
        width: auto;
        display: inline;
        vertical-align: middle
    }

    div#search {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        top: 0;
        right: 0
    }

    #FormAra input[type=text]::-webkit-input-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #a8a8a8
    }

    #FormAra input[type=text]::-moz-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #a8a8a8
    }

    #FormAra input[type=text]:-ms-input-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #a8a8a8
    }

    #FormAra input[type=text]:-moz-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #a8a8a8
    }

    #FormAra button[type=submit] {
        display: block
    }

    #mobileOptions {
        line-height: 50px
    }

    #mobileOptions a,#mobileOptions span,#mobileOptions label,#mobileOptions select {
        color: #363636;
        font-size: 15px;
        text-transform: capitalize
    }

    #mobileOptions select {
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 540px) {
    .sticky .col-xs-sticky-12 {
        width:100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    #mainMenu {
        display: none
    }

    #closeMobileMenu {
        font-size: 14px
    }

    #FormAra input[type=text]::-webkit-input-placeholder {
        font-size: 13px
    }

    #FormAra input[type=text]::-moz-placeholder {
        font-size: 13px
    }

    #FormAra input[type=text]:-ms-input-placeholder {
        font-size: 13px
    }

    #FormAra input[type=text]:-moz-placeholder {
        font-size: 13px
    }

    .menuOverflow {
        position: relative
    }

    .menuPrev,.menuNext {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        z-index: 33
    }

    .menuPrev {
        left: 0
    }

    .menuNext {
        right: 0
    }

    .basketLink .icon-cart:before,.accountMessageLink .icon-email:before {
        margin-right: 0
    }

    #headerMain .icon-member-default,#headerMain .icon-cart {
        font-size: 16px
    }
}