#nav_btn{
    display: block;
    float: left;
    padding: 20px 8px 20px 8px;
    cursor: pointer;
}
#nav_btn span, #nav_btn span::before, #nav_btn span::after{
    width: 26px;
    height: 2px;
    float: left;
    display: block;
    background: #cccccc;
    position: relative;
    text-indent: -9000px;
}
#nav_btn span{ margin: 8px 0; }
#nav_btn span::before, #nav_btn span::after{
    content: '';
    position: absolute;
}
#nav_btn span::before{ top: -8px; }
#nav_btn span::after{ bottom: -8px; }
#nav_btn span, #nav_btn span:before, #nav_btn span:after{
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#nav_btn.active span{ background-color: transparent; }
#nav_btn.active span::before, #nav_btn.active span::after{ top: 0; }
#nav_btn.active span:before{
    background: #005bf0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#nav_btn.active span::after{
    background: #005bf0;
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.headerTopImage {
    height:66px;
}

.userInitials {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #666 !important;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}

.shopText {
    font-size:12px;
    margin-bottom:12px;
    float:left;
    color:#ffffff;
}

.topAdWrap {
    width:100%;
    background-color:#000000;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:-1px;
}

.topAd {
    width:1218px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

.topAdClose {
    position:absolute;
    width:36px;
    height:36px;
    top:40px;
    right:20px;
    color:#ffffff;
    font-family: "Titillium Web", Helvetica, sans-serif;
    font-weight:600;
    font-size:28px;
    cursor:pointer;
    z-index:99999;
}

.topBanner {
    position: relative;
    width:100%;
    display:none;
}

.topLink {
    float:right;
    margin-right:80px;
    margin-top:80px;
}

.login {
    display:none;
    float:right;
}

.noLogin {
    display:none;
    float:right;
}

.icon-drfPlus {
    margin-top: 0;
    margin-left:5px;
    background-image: url(../img/iconSprite-a83543e721c60809d00d439a3ec0e34a.png);
    background-repeat: no-repeat;
    background-position: 0 -410px;
    width: 32px;
    height: 12px;
    display:inline-block;
}

.icon-cart{
    margin-right:10px;
    margin-top:18px;
    background-image: url(../img/iconSprite-a83543e721c60809d00d439a3ec0e34a.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    background-position: -71px -630px;
    display:inline-block;
    cursor:pointer;
    float:left;
}

.iconCartWrapper {
    float:left;
    cursor:pointer;
}

.iconCart{
    margin-right:10px;
    margin-top:16px;
    width: 27px;
    height: 26px;
    display:inline-block;
    cursor:pointer;
}

.icon-question{
    margin-top: 9px;
    margin-right:10px;
    background-image: url(../img/iconSprite-a83543e721c60809d00d439a3ec0e34a.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    background-position: -96px -631px;
    display:inline-block;
    float:left;
}

.icon-search {
    margin-top: 18px;
    margin-right:10px;
    background-image: url(../img/iconSprite-a83543e721c60809d00d439a3ec0e34a.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-position: -48px -631px;
    display:inline-block;
    cursor:pointer;
    float:left;
}

.arrow-down {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #fff;
     margin-left:3px;
     margin-bottom:3px;
     display: inline-block;
 }

.user-arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left:3px;
    margin-bottom:3px;
    display: inline-block;
}

.user-arrow-down-active{
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #005bf0;
    display: inline-block;
    float:right;
    margin-top:4px;
}



.topSearchWrapper {
    height: 44px;
    top: 38px;
    right: 372px;
    width: 400px;
    position: relative;
    background-color: #000000;
    border-right: 1px solid #cccccc;
    display:none;
}

.topSearchSubmit {
    padding-right:10px;
    padding-top:10px;
    font-size:14px;
    line-height:30px;
    color:#cccccc;
    cursor:pointer;
    float:right;
}

.topSearchText {
    width:300px;
    height:40px;
    float:left;
}

#topSearchForm {
    width:300px;
    height:40px;
}

#topSearchInput {
    width:300px;
    background-color: #000000;
    color: #ffffff;
}

#userName {
    float:right;
    font-size:11px;
}

#userCaret {
    width:20px;
    float:right;
    font-size:16px;
    cursor:pointer;
}

.topLoginWrapper {
    height: 45px;
    top: 0;
    right: 120px;
    width: 150px;
    position: relative;
    background-color: #000000;
    text-align:center;
    display:none;
}

.logoutBtnWrap {
    padding-top:10px;
}

.headerWrapper {
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.headerTopWrap {
    width:728px;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    padding-bottom:10px;
    text-align:center;
}

.headerTopLogo {
    float:left;
}

.headerFix{
    position:fixed;
    top:0;
    width:100%;
}

.headerMenuWrap {
    background-color:#000000;
    height:60px;
}

.topHamburger {
    float:left;
    display:inline-block;
    width:25px;
    margin-top:10px;
    margin-right:15px;
    margin-left:-35px;
    cursor:pointer;
}

.hamburgerLine {
    height:6px;
    width:25px;
    border-bottom: 2px solid #cccccc;
}

.hamburgerDrop {
    width:186px;
    margin-left:-20px;
    margin-top:35px;
    position:fixed;
    display:none;
    background-color:#ffffff;
}

.hamburgerDropItem {
    width:201px;
    height:40px;
    line-height:40px;

}

.hamburgerDropItem a{
    display:inline-block;
    width:160px;
    height:100%;
    color:#000000;
    padding-left:25px;
    font-size:14px;
    font-family: Arial, sans-serif;
    font-weight:400;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-decoration:none;
}

.hamburgerDropItem a:hover {
    background: #eceff5;
    color: #005bf0;
}

.login {
    cursor:pointer;
}

.userProfileDropdown {
    width:186px;
    right:0;
    margin-top:3px;
    padding-left:0;
    position:fixed;
    display:none;
    background-color:#ffffff;
}

.userProfileDropdownItem {
    width:201px;
    height:40px;
    line-height:40px;

}

.userProfileDropdownItem a{
    display:inline-block;
    width:160px;
    height:100%;
    color:#000000;
    padding-left:25px;
    font-size:14px;
    font-family: Arial, sans-serif;
    font-weight:400;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-decoration:none;
}

.userProfileDropdownItem a:hover {
    background: #eceff5;
    color: #005bf0;
}

#headerMenuLeft  {
    margin-left:-35px;
}

#headerMenuLeft li {
    position:relative;
    float:left;
    display:inline-block;
    padding: 0 6px;
    line-height:58px;
    font-size:14px;
}

.headerMenuRight  {
    float:right;
    color:#ffffff;
    padding: 0 10px;
    line-height:58px;
}

.headerRightLine{
    height:59px;
    width:6px;
    border-left: 1px solid #3f3f3f;
    float:left;
}

.headerTopMenu {
    line-height:50px;
    text-decoration: none;
    color:#ffffff;
}

.headerTopLi.headBorder:hover {
    background: #333;
    cursor:pointer;
}

.headBorder a {
    font-size: 16px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: 400;
}

.dynamicMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: none;
    background: #ffffff;
    width: 200px;
    display: none;
    position: absolute;
    border: 1px solid #cccccc;
    border-top: 0;
    padding-left:0;
    margin-left:-5px;
}
.dynamicMenu.subMenuActive {
    display: block;
}
.dynamicMenu li {
    float: none;
    line-height: 18px !important;
    display: block !important;
    width:188px;
    border-bottom: 1px solid #cccccc;
}

.dynamicMenu li a {
    color: #000000;
    padding: 10px 5px !important;
    line-height: 18px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 14px;
    text-decoration: none;
}
.dynamicMenu li:hover, .dynamicMenu li.hover_event {
    background: #eceff5;
    color: #005bf0;
}
.dynamicMenu li a:hover, .dynamicMenu li a.hover_event {
    color: #005bf0;
}

.smallMenu {
    display:block;
    line-height: 20px;
}

.smallArrow {
    margin-top: 4px;
    height:10px;
    float:right;
}

.dynamicMenu ul
{
    display:none;
    position:absolute;
    top:-1px;
    left:200px;
    background:#ffffff;
    border: 1px solid #cccccc;
    padding:0
}

.dynamicMenu ul li
{
    float:none;
    width:200px;
}

.dynamicMenu ul a
{
    line-height:18px;
    padding:6px 4px
}

.dynamicMenu li:hover > ul {
    display:block;
}


.btnBlack {
    display:none;
}

.headerHide {
    display:block;
}

.mobileHeaderShow {
    display:none;
}

@media only screen and (max-width: 1400px) {

    .headBorder a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1300px) {

    .hamburgerDropItem  {
        width:181px;
    }

    .hamburgerDropItem a {
        width:156px;
    }

    .hamburgerDrop {
        width: 181px;
    }

    .headBorder a {
        font-size: 13px;
    }

    #headerMenuLeft li {
        padding: 0 4px;
    }

}

@media only screen and (max-width: 1200px) {

    .phoneHide {
        float:left;
    }

    .headerMenuRight  {
        padding: 0 5px;
        line-height:48px;
    }

    .mUserInitials {
        margin-right: 15px;
        margin-left:10px;
        margin-top:4px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #666 !important;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        float:left;
    }

    #mUserName {
        line-height:40px;
    }

    .close {
        background: #333;
        width: 24px;
        height: 24px;
        margin-top:10px;
        position: relative;
    }
    .close:after {
        content: '';
        height: 24px;
        border-left: 1px solid #fff;
        position: absolute;
        transform: rotate(45deg);
        left: 23px;
    }

    .close:before {
        content: '';
        height: 24px;
        border-left: 1px solid #fff;
        position: absolute;
        transform: rotate(-45deg);
        left: 23px;
    }

    .centerLogin {
        margin:0 auto;
        padding-top:10px;
    }

    .mHeaderRightLine{
        height:50px;
        width:6px;
        border-left: 1px solid #3f3f3f;
        float:left;
    }

    .mIconCart {
        margin-right: 10px;
        margin-top: 14px;
        width: 22px;
        height: 21px;
        display: inline-block;
        cursor: pointer;
    }

    .mSideBar {
        height:100%;
        width:50px;
        top:0;
        left:0;
        position:fixed;
        background:#333;
        cursor:pointer;
    }

    .mSideBarX {
        color:#ffffff;
        font-size:24px;
        margin-top:15px;
        margin-left:15px;
    }

    .mBackground {
        position:fixed;
        width:100%;
        top:0;
        left:50px;
        z-index:9999;
    }
    .mBackgroundLogo {
        width:120px;
        margin: 0 auto;
        padding-right:60px;
        cursor:pointer;
    }

    #mGridWrapper {
        position:fixed;
        width:100%;
        max-height:90%;
        overflow-y:auto;
        overflow-x:hidden;
    }

    #mgenerated {
        width:100%;
    }

    .mGrid {
        width:100%;
        color:#ffffff;
        height:40px;
        border-bottom: 1px solid #333;
    }

    .mGrid li{
        line-height:40px;
    }

    .mGridLeft {
        float:left;
        width:160px;
        height:100%;
     }

    .mGridLeft a{
        color:#ffffff;
        font-size:16px;
        line-height:20px;
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        text-decoration:none;
        width:100%;
        display:inline-block;
        padding:10px 0 10px 10px;
    }

    .mGridLeft a:hover{
        color:#005bf0;
    }

    .mGridLeftPad {
        margin-left:46px;
    }

    .dynamicSideMenu {
        margin-left:200px;
        margin-top:-40px;
        width:320px;
        background:#333;
        padding-left:0;
        max-height:500px;
        overflow-x:hidden;
        overflow-y:auto;
        position:relative;
        display:none;
    }

    .dynamicSideMenu li{
        width:320px;
    }

    .dynamicSideMenu li a{
        width:320px;

    }

    .subSideMenu {
        margin-left:-10px;
        margin-top:0;
        margin-bottom:20px;
    }

    .subSideMenu li {
        line-height:20px;

    }

    .subSideMenu li a{
        font-size:14px;
        padding-top:3px;
        padding-bottom:3px;
        width:280px;
    }


    .mainSideList {
        border-bottom: 1px solid #111;
    }

    .sideSquare {
        width:40px;
        height:40px;
        background:#111;
        float:left;
        cursor:pointer;
    }

    .arrow-right-mobile {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #005bf0;
        display: inline-block;
        float:right;
        margin-top:10px;
        margin-right:8px;
    }

    .arrow-right-mobile:hover {
        border-left-color: #ffffff;
    }

    .arrow-right-mobile-active {
        border-left: 0;
        border-right: 10px solid #ffffff;
        margin-right:10px;
    }

    .topHamburger {
        display:none;
    }

    .mHeaderWrapper {
        width:100%;
        height:50px;
    }
    .mHeader {
        width:100%;
        height:50px;
        position:relative;
        background-color:#000000;
        z-index:9995;
    }
    .mHeaderLeft {
        height:50px;
        position:relative;
        z-index:9995;
        float:left;
    }

    .mHeaderRight {
        float:right;
    }

    .mHeaderHamburger{
        padding-top:10px;
        height:30px;
        margin-left:10px;
        margin-right:10px;
        position:relative;
        z-index:9995;
        cursor:pointer;
        float:right;
    }

    .mHeaderLeft img{
        position:relative;
        z-index:9999;
    }

    .mHeaderLine {
        height:5px;
        width:30px;
        border-bottom: 2px solid #cccccc;
    }

    .mHeaderDrop {
        height:100%;
        width:100%;
        float:right;
        left:50px;
        top:0;
        background-color:#111;
        display:none;
        position:fixed;
        z-index:9998;
    }

    .mHeaderDropContent {
        width:100%;
        margin-top:15px;
        margin-left: auto;
        margin-right: auto;
        max-width:600px;
    }

    .mHeaderDropList {
        float:right;
        color:#ffffff;
        font-family: "Titillium Web", Helvetica, sans-serif;
        font-weight:600;
        line-height:24px;
        width:110px;
    }

    .mHeaderDropList a{
        color:#ffffff;
        text-decoration:none;
    }

    .headerHide {
        display:none;
    }

    .mobileHeaderShow {
        display:block;
    }

    .headBorder a {
        font-size: 12px;
    }

    #headerMenuLeft li {
        padding: 0 3px;
    }

    .topAd {
        width:968px;
    }

    .topAdClose {
        top:14px;
        right: 10px;
    }

    .headerWrapper{
        width:100%;
    }

    .headerTopWrap {
        width:100%;
        padding-top:70px;
    }

    .headerFix{
        width:100%;
    }

    .dynamicMenu {
        width: 180px;
    }

    .dynamicMenu li {
        width:172px;
    }

    .dynamicMenu ul
    {
        left:180px;
    }

    .mGridLoggedIn {
        width:325px;
    }

    .noLoginPad {
        height:160px;
        border-bottom:none;
    }
}

@media only screen and (max-width: 600px) {

    .phoneHide {
        display:block;
    }

    .btnLogin {
        width: 70px;
        font-size: 10px;
    }

    .mHeaderLeft img{
        width:92px;
    }

    .noLoginPad {
        height:80px;
        border-bottom:none;
    }

    .mGridLeft {
        width: 140px;
    }

    .mGridLoggedIn {
        width:325px;
    }

    .dynamicSideMenu {
        margin-top:0;
        margin-left:0;
        width:325px;
        z-index:99999;
        border-left: 1px solid #111;
    }

    .dynamicSideMenu li {
        width: 100%;
    }

    .dynamicSideMenu li a {
        width: 325px;
    }
}

@media only screen and (max-width: 374px) {
    .phoneHide {
        display:none;
    }
}

@media only screen and (max-height: 600px) {

    .noLoginPad {
        height:0;
    }

}

@media only screen and (min-width: 1201px) {
    .linksParentElement {
        margin: 0 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 auto;
        padding: 0;
    }

    .linksParentElement .mainNav {
        flex-grow: 1;
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

    .linksParentElement .mainNav>a {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}



