.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img {
    vertical-align: middle;
}
/* .navbar-toggle {
    display: none
} */

.navbar-default .navbar-nav > li > a {
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.focus {
    color: #fff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: url(../images/bg-entrance.png) repeat-x;
    color: #fff
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: url(../images/bg-entrance.png) repeat-x;
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff
}

.navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li.open a, .navbar-default .navbar-nav > li.focus a {
    background: url(../images/bg-entrance.png) repeat-x;
    color: #fff
}

.navbar-default .navbar-nav .dropdown-menu > li a:hover {
    background: url(../images/bg-entrance.png) repeat-x;
    color: #fff
}

.navbar-default .navbar-nav .dropdown-menu > li a {
    background: transparent;
    color: #fff
}

.navbar-default .navbar-nav > ul > li:hover a, .navbar-default .navbar-nav > ul > li.open a, .navbar-default .navbar-nav > ul > li.focus a {
    background: transparent;
    color: #fff
}

.navbar-default .navbar-nav .dropdown-menu {
    background: linear-gradient(to bottom, #505052 0%, #47464b 100%) repeat scroll 0 0 transparent
}

.navbar .divider-vertical {
    height: 49px;
    margin: 0 0px;
    border-right: 1px solid #505052;
    border-left: 1px solid #47464b
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px
}

.navbar-right .dropdown-menu {
    right: 0;
}
.header.cf .logo {
    position: absolute;
    top: 10px;
    left: -25px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    text-decoration: none;
    padding: 7px 15px;
}
.header.cf {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    height: 50px;
    background: #5d5e60;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5d5e60 0%, #303032 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5e60), color-stop(100%, #303032));
    background: -webkit-linear-gradient(top, #5d5e60 0%, #303032 100%);
    background: -o-linear-gradient(top, #5d5e60 0%, #303032 100%);
    background: -ms-linear-gradient(top, #5d5e60 0%, #303032 100%);
    background: linear-gradient(to bottom, #5d5e60 0%, #303032 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5e60', endColorstr='#303032', GradientType=0)
}

.header.cf .logo-container {
    float: left;
    padding-right: 15px;
    border-radius: 1px solid #222426;
    height: 49px;
    position: relative
}

.header.cf .logo-container:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: rgba(255, 255, 255, 0.1)
}
.header.cf .logo i {
    margin-right: 5px;
    position: relative;
    top: 7px
}

.header.cf .entrance-container {
    position: relative;
    margin-top: -21px;
    margin-right: 154px;
    z-index: 9999
}

.header.cf .entrance-container .entrance-popover {
    position: absolute;
    z-index: -1;
    right: 0;
    color: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid #3b3b3d;
    background: #505052;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzQ2NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #505052 0%, #47464b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505052), color-stop(100%, #47464b));
    background: -webkit-linear-gradient(top, #505052 0%, #47464b 100%);
    background: -o-linear-gradient(top, #505052 0%, #47464b 100%);
    background: -ms-linear-gradient(top, #505052 0%, #47464b 100%);
    background: linear-gradient(to bottom, #505052 0%, #47464b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505052', endColorstr='#47464b', GradientType=0);
    width: 310px;
    padding: 15px 20px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px
}

.header.cf .entrance-container .entrance-popover:after {
    content: "";
    position: absolute;
    z-index: 4;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #505052 transparent;
    right: 18px
}

.header.cf .entrance-container .entrance-popover:before {
    content: "";
    top: -12px;
    width: 100%;
    height: 12px;
    background: transparent;
    position: absolute;
    left: 0;
    z-index: 2
}

.header.cf .entrance-container .entrance-popover .heading {
    font-size: 16px;
    margin: 0 0 15px
}

.header.cf .entrance-container .entrance-popover .field {
    margin: 0 0 10px
}

.header.cf .entrance-container .entrance-popover .field input[type='text'], .header.cf .entrance-container .entrance-popover .field input[type='email'], .header.cf .entrance-container .entrance-popover .field input[type='password'] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 32px;
    padding: 7px 10px;
    line-height: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    border: 1px solid #3b3b3d;
    width: 100%;
    background: #323232
}

.header.cf .entrance-container .entrance-popover .field .forgot-password-link {
    color: #828283;
    text-decoration: none
}

.header.cf .entrance-container .entrance-popover .field label {
    font-family: 'pt_sansregular';
    margin: 0;
    font-size: 14px
}

.header.cf .entrance-container .entrance-popover .btn-default {
    margin-top: 10px;
    padding: 5px 18px 5px;
    font-size: 14px;
    color: #323232;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fbfbfb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #efefef 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0)
}

.header.cf .entrance-info a {
    text-decoration: none;
    height: 49px;
    width: 207px;
    padding: 15px 16px;
    line-height: 19px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.header.cf .entrance-info a:hover, .header.cf .entrance-info a.logged {
    background: url(../images/bg-entrance.png) no-repeat
}

.header.cf .entrance-info a img {
    margin-right: 10px;
    position: relative;
    top: -2px
}

.header.cf .header-interactive div {
    float: left;
    border-right: 1px solid #222426;
    height: 49px;
    position: relative
}

.header.cf .header-interactive div:first-child {
    border-left: 1px solid #222426
}

.header.cf .header-interactive div:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: rgba(255, 255, 255, 0.1)
}

.header.cf .header-interactive div:last-child:after {
    display: none
}

.header.cf .header-interactive .language .selected-langugae {
    padding: 17px 20px;
    cursor: pointer
}

.header.cf .header-interactive .language .selected-langugae > span {
    display: block
}

.header.cf .header-interactive .language:hover .language-dropdown {
    opacity: 1;
    top: 60px;
    z-index: 10
}

.header.cf .header-interactive .site-info {
    padding: 14px 20px
}

.header.cf .header-interactive .site-info .site-info-popover {
    border: 1px solid #ccc;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    padding: 20px;
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
    width: 250px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    background: #fafafa;
    top: 55px
}

.header.cf .header-interactive .site-info .site-info-popover:before {
    content: "";
    top: -12px;
    width: 100%;
    height: 12px;
    background: transparent;
    position: absolute;
    left: 0;
    z-index: 2
}

.header.cf .header-interactive .site-info .site-info-popover:after {
    content: "";
    position: absolute;
    z-index: 4;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #fafafa transparent;
    right: 23px
}

.header.cf .header-interactive .site-info:hover .site-info-popover {
    opacity: 1;
    z-index: 10;
    top: 60px
}


/********************
new style
********************/
.header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 88px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}
.navbar-header {
    display: flex;
    align-items: center;
}
.navbar-header:before,.navbar-header:after {
    display: none;
}
.navbar-toggle {
    margin-left: 25px;
    top: 3px;
}
.icon-bar {
    background-color: #333;
}
/* .navbar-toggle {
    display: block;
} */
.navbar-collapse.collapse {
    display: none !important;
}
.collapse.in {
    display: block !important;
    height: auto;
}
.header__right {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-backend {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-right: 35px;
    padding: 14px 33px 14px 53px;
    border: 2px solid #F3F7F9;
    border-radius: 22px;
    background-image: url('../images/user/comp.png');
    background-repeat: no-repeat;
    background-position: top 17px left 23px;
    background-color: #fff;
}
.btn-backend:hover {
    text-decoration: none;
    border-color: #539AEA;
}
.btn-backend:focus {text-decoration: none; color: #333;}
.header__ava {
    background-blend-mode: normal;
    border: 2px solid #539AEA;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 36px;
    max-height: 36px;
}
.header__ava-left {
    display: none;
}
.header__lk {
    width: auto;
    background: #fff url('../images/store/arrowFilter.png') no-repeat;
    background-position: right 0 top 30px;
    cursor: pointer;
    user-select: none;
}
.lk__login {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
}
.lk__youID {
    padding-right: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #555555;
}
.lkMenu {
    position: absolute;
    width: 270px; height: 229px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: 70px;
    right:0;
    z-index: 1;
}
.lkMenu li a, .lkMenu a {
    height: 53px;
    padding-top: 17px;
    padding-left: 68px;
    background-position: 20px 13px;
    background-repeat: no-repeat;
    background-size: 30px;
    border-bottom: 2px solid #F3F7F9;
    cursor: pointer;
    display: block;
}
.lkMenu li a:hover {
    background-color: #F3F7F9;
    text-decoration: none;
}
.lkMenu .lkMenu-login a{
    background-image: url('../images/store/lkMember.png');
}
.lkMenu .lkMenu-balans a{
    background-image: url('../images/store/funding.png');
}
.lkMenu .lkMenu-admin a{
    border:0;
    background-image: url('../images/store/lkSettings.png');
}
.lkMenu a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding-left: 0;
}
.lkMenu a li {
    display: flex;
    align-items: center;
}
.lkMenu a li svg {
    margin: 0 20px;
}
.lkMenu a:hover {
    color: #333333;
}
.lkMenu a.lkMenu-signOut {
    width: 255px;
    height: 52px;
    margin-left: 7px;
    margin-top: 9px;
    background: #F3F7F9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    outline: 0;
    border: 0;
    user-select: none;
    touch-action: manipulation;
    display: block;
    text-align: center;
    line-height: 52px;
    padding-top: 0;
}
.lkMenu a.lkMenu-signOut:focus,
.lkMenu a.lkMenu-signOut:hover {
    background-color: #e2ecf1;
}
.lkMenu a.lkMenu-signOut:hover:active {
    background-color: #d1e0e8;
}

.signin__main .btn-store {
    min-width: 311px;
    border-radius: 6px;
    height: 52px;
    border: 0;
}
.btn-store:active:hover {
    background-color: #1a73d6;
}
.btn-back, .btn-back:focus {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    width: 200px;
    border-radius: 6px;
    color: #333;
    background-color: #F3F7F9;
}
.btn-back:hover, .btn-back:active, .btn-back:active:hover  {
    background-color: #e2ecf1;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.btn-withImg {
    height: 38px;
    padding: 12px 28px 12px 53px;
    font-size: 14px;
    line-height: 10px;
    border-radius: 4px;
}
.btn-signin {
    background: #539AEA url('../images/store/signin.png') no-repeat;
    background-position: 30px 11px;
}
.header__cart-img {
    margin-left: 25px;
    cursor: pointer;
}
/***********************
header for mobile
***********************/
@media(min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        padding-right: 10px;
    }
    
    .header__shopName {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header {
        height: 55px;
        padding-left: 15px;
        padding-right: 0;
    }
    .header__shopName { display: none; }
    .header__ava-left {
        display: block;
        margin-left: auto;
        border: 2px solid #539AEA;
        border-radius: 50%;
        cursor: pointer;
    }
    .header__right > *:not(.header__cart) {
        display: none;
    }
    .header .btn-signin {
        display: none;
    }
    .header .header__cart {
        position: fixed;
        bottom: 30px;
        left: 6px;
        width:64px;
        height: 64px;
        border-radius: 50%;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
        border: 2px solid #EDEDED;
        background-color: #fff;
        padding: 19px 12px 19px 18px;
        cursor: pointer;
        z-index: 2;
    }
    .header .header__cart-img {
        margin-left:0;
        width: 32px;
    }
    .navbar-header {
        justify-content: space-between;
        width: 100%;
    }
}
/*************************
block filter
*************************/
.filter {
    display: flex;
    align-items: center;
    position: relative;
    height: 108px;
    padding: 0 40px;
    background: #FFFFFF;
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.05);
    font-family: 'RobotoRegular', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.filter__title-bold {
    display: block;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
}
.filter__title-small {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #CCCCCC;
}
.filter-select {
    font-weight: 500;
    font-size: 14px;
    color: #539AEA;
    padding-right: 20px;
    background: url('../images/store/arrowFilter.png') no-repeat;
    background-position: right 0 top 5px;
    cursor: pointer;
    user-select: none;
}
.filter__list {
    width: 270px;
    position: absolute;
    top: 40px; left: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1;
}
.filter__list lh {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    padding: 15px 30px;
}
.filter__list li {
    border-top: 1px solid #F3F7F9;
    font-size: 14px;
    color: #333333;
    padding: 12px 30px;
    cursor: pointer;
    user-select: none;
}
.filter__list li:last-child {
    padding-bottom: 18px;
}
.filter__list li:hover {
    color: #539AEA;
    font-weight: 500;
    background-image: url('../images/filterCheck.png');
    background-repeat: no-repeat;
    background-position: right 23px top 15px;
}
.filter__category {
    position: relative;
    height: 52px;
    min-width: 206px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    background: #F7FAFC url('../images/store/arrowFilter.png') no-repeat;
    background-position: 98% 24px;
    border: 1px solid #EDEDED;
    border-right-width: 0;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
    padding-top: 17px;
    padding-left: 32px;
    padding-right: 20px;
    margin-left: 50px;
}
.filter .filter__find,
.signin input[type="text"],
.signin input[type="password"],
#forRegister input {
    height: 52px;
    padding: 17px 26px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    outline: 0;
}
.inputGrow {
    flex-grow: 1;
}
.filter .filter__find:focus {
    border: 1px solid #EDEDED;
}
.filter__find-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    cursor: pointer;
}
.filter__find-btn:hover path {
    fill: #539AEA;
}
/*************************
filter for mobile
*************************/
@media screen and (max-width: 768px) {
    .filter {
        height: 56px;
        padding: 0 16px;
    }
    .filter__title-bold {
        font-size: 18px;
        line-height: 18px;
    }
    .filter__title-small {
        font-size: 12px;
        line-height: 14px;
    }
    .filter__category {
        line-height: 12px;
        display: none;
        min-width: 101px;
        height: 42px;
        padding: 13px 0 13px 14px;
        margin-left: 0;
        font-size: 12px;
        background-size: 10px;
        background-position: 84px 17px;
    }
    .filter .filter__find {
        display: none;
        height: 42px;
        font-size: 12px;
        line-height: 14px;
    }
    .filter__find-btn {
        right: 25px;
        touch-action: manipulation;
    }
    .filter__find-btn.active path {
        fill: #539AEA;
    }
}

/*************************
New header
*************************/
.header__shopName {
    position: absolute;
    margin-left: 200px;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    padding-left: 20px;
    border-left: 1px solid #F3F7F9;
    overflow: hidden;
}


/*************************
SignIn
*************************/
.signin {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
    padding-top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
        transition: 1s;
    background-color: #F3F7F9;
    font-family: 'RobotoRegular', sans-serif;
    z-index: 3;
}
.logo-simple {
    margin: 0 auto;
}
.signin span {
    width: 100%;
    text-align: center;
}
.signin-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.signin-text {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}
.signin__main {
    display: flex;
    position: relative;
    margin-top: 15px;
}
.signin__main input[type="text"],
.signin__main input[type="password"],
#forRegister input {
    margin-right: 12px;
    min-width: 311px;
    height: 52px;
    padding-top: 16px;
    padding-left: 31px;
    border-radius: 6px;
    font-size: 16px;
    color: #333641;
}
#forRegister input {
    width: 311px;
}
.signin__main input[type="text"]:focus,
.signin__main input[type="password"]:focus,
#forRegister input:focus {
    border: 1px solid #539AEA;
}
.signin__main-reset {
    position: absolute;
    right: -94px;
    top:  60px;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #539AEA;
    cursor: pointer;
}
.signin__main-reset:hover {
    color: #267fe4;
}

/*************************
Mobile Menu
*************************/
.fixedMobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.fixedMobile .lkMenu a.lkMenu-signOut {
    margin: 10px auto;
}
.mobileMenu {
    display: block;
    position: relative;
    left: 100vw;
    background-color: #fff;
    z-index: 2;
    height: 100% !important;
    white-space: nowrap;
    transition: left 1s;
}
.mobileMenu.open {
    left: 0;
}
.mobileMenu header {
    padding: 13px 33px 25px 3px;
    display: flex; 
    justify-content: space-between;
}
.mobileMenu-close {
    cursor: pointer;
    position: relative;
    height: 70px;
    width: 70px;
    right: -33px;
    top: -13px;
    line-height: 70px;
    text-align: center;
}
.mobileMenu-login {
    display: flex;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 10px 18px;
}
.mobileMenu .header__lk {
    cursor: default;
    background-image: none;
}
.mobileMenu .signin {
    height: auto;
    background-color: transparent;
    padding-right: 25px;
    padding-left: 25px;
}
.mobileMenu .signin-title {
    font-size: 16px;
    line-height: 18px;
}
.mobileMenu .signin-text {
    font-size: 12px;
    line-height: 20px;
}
.mobileMenu .signin__main {
    margin-top: 5px;
}
.mobileMenu .lkMenu {
    position: static;
    width: 100%;
    box-shadow: none;
    text-align: center;
}
.mobileMenu .lkMenu > *:not(:last-child) {
    text-align: left;
}
.forBuy {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}
.mobileMenu .forBuy > *:not(:last-child) {
    width: 100%;
    text-align: center;
}
.footer__support-phone {
    margin-top: 10px;
}
.mobileMenu .btn-support {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .mobileMenu {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mobileMenu header {
        padding: 13px 33px 19px 22px;
        max-height: 70px;
        align-items: flex-start;
    }
    .mobileMenu .social {
        margin-top: 0px;
    }
}
/*************************
Desktop LogIn
*************************/
.desktop {
    position: fixed;
    right:0; left: 0;
    bottom: 0; top: 0;
    background: transparent;
    opacity: 0;
    z-index: -1;
}
.desktop.open {
    animation: 1.5s fillSignin forwards;
}
@keyframes fillSignin {
    0% {
        z-index: -1;
    }
    10% {
        z-index: 3;
        background: transparent;
        opacity: 1;
    }
    100% {
        z-index: 3;
        opacity: 1;
        background: linear-gradient(0deg, rgba(49, 68, 90, 0.6), rgba(49, 68, 90, 0.6)), rgba(20.8, 24.3, 30.2,.6);
    }
}
.desktop > .signin {
    position: relative;
    width: 425px;
    height: 100%;
    left: 100vw;
    /* padding: 28px 57px; */
    background: #FFFFFF;
    box-shadow: -4px 12px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 1.5s;
    overflow-y: auto;
}
.desktop > .signin.open {
    left: calc(100vw - 425px); opacity: 1;
}

.signin__header {
    width: 100%;
    padding: 28px 57px 15px 57px;
}
.signin__header .logo-simple {
    position: relative;
    left: calc(50% - 16px);
}
.signin__header .signin-close {
    position: relative;
    float: right;
    top: 10px;
    cursor: pointer;
}
.singin .signin__header:before {
    width: 38px; height: 38px;
    position: absolute;
    content: '';
    top: 28px; right: 48px;
    background-color: #F3F7F9;
    border-radius: 50%;
}
.desktop .signin__main {
    flex-wrap: wrap;
    padding: 0 57px 9px 57px;
    border-bottom: 1px solid #EDEDED;
}
.signin__main-error {
    display: none;
    padding: 16px 30px 16px 25px;
    border: 2px solid #F13B5C;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 14px;
    color: #F13B5C;
    background-image: url('../images/close-red.png');
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    cursor: pointer;
    pointer-events: none;
}
.error .signin__main-error {
    display: inline-block;
}
.desktop span.error {
    display: none;
}
.error span.error {
    display: inline;
}
.error span.error + .signin__main-email {
    border: 1px solid #F13B5C;
}
.desktop .signin__main > * {
    margin-top: 8px;
}
.desktop .signin__main .signin__main-btns {
    display: flex;
    justify-content: space-between;
}
.signin__main-btns .btn-store {
    min-width: 160px;
}
.signin .info {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.signin__register {
    width: 100%;
    padding: 12px 57px 20px 57px;
    border-bottom: 1px solid #EDEDED;
}
.signin__register .info {
    margin-bottom: 12px;
}
.signin__options .info,
.signin__register .info {
    display: inline-block;
}
.btn-reg {
    display: block;
    width: 100%;
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 6px;
}
.signin__options {
    padding: 12px 57px 0 57px;
}
.signin__options .item__buttonInfo {
    text-align: center;
    padding: 18px 0 18px 0;
}
.signin__options .item__buttonInfo-ico {
    position: relative;
    top: 0;
    left: -5px;
}

#forRegister {
    position: fixed;
    top:0; bottom: 0;
    left: 100vw; right: 0;
    width: 425px;
    height: 100%;
    transition: left 1s;
    background: #FFFFFF;
    box-shadow: -4px 12px 12px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 3;
}
#forRegister.open {
    left: calc(100vw - 425px);
}

.signin-back, .back-arrow {
    display: inline-block;
    position: absolute;
    top: 28px; left: 19px;
    background: #F3F7F9 url('../images/cart/arrowDown-simple.png') no-repeat center;
    width: 38px; height: 38px;
    border-radius: 50%;
    transform: rotate(90deg);
    cursor: pointer;
}
.register-form, #forRegister .checkEmail {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}
#forRegister .register-form > *,
#forRegister .checkEmail > * {
    width: 311px;
    height: 48px;
    margin-top: 8px;
}
.register-form .btn-store { margin-bottom: 50px; }
.checkEmail .btn-store { max-width: 311px; }

@media (max-width: 320px) {
    .navbar-toggle {
        margin-left: 12px;
    }
}