ul.topmenu li {
    line-height: 30px;
    padding: 0 9px;
}

#search .btn-lg{ padding: 0 !important;}

#cart>.btn {
    /* font-size: 12px; */
    /* line-height: 18px; */
    /* color: #FFF; */
    /* background: #FFF URL(../image/basket.png) no-repeat 10px 10px; */
    background: #FFF URL(../image/basket.svg) no-repeat 9px 10px;
    border: 0px;
    width: auto;
    /* padding: 15px; */
    border-radius: 100px;
    width: 45px;
    height: 45px;
    position: relative;
    box-shadow: inherit;
    border: 1px solid #e5e5e5;
}

#cart-total {
    background: #ed202a;
    font-size: 11px;
    /* padding: 5px 8px 5px; */
    border-radius: 100px;
    line-height: 11px;
    position: absolute;
    top: -9px;
    right: -11px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}

.wishlist-header {
    background: #FFF URL(../image/wishlist.svg) no-repeat 12px 12px;
    width: 45px;
    height: 45px;
    box-shadow: inherit;
    border: 1px solid #e5e5e5;
  margin-left: 10px;
}

.wish-total{ background: #ed202a;
    font-size: 11px;
    /* padding: 5px 8px 5px; */
    border-radius: 100px;
    line-height: 11px;
    position: absolute;
    top: -9px;
    right: -11px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}

header .myaccount {
    background: #FFF URL(../image/myaccount.svg) no-repeat 10px 10px;
    /* padding: 15px; */
    border-radius: 100px;
    float: left;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    box-shadow: inherit;
    border: 1px solid #e5e5e5;
    float: right;
    /* margin-right: 10px !important; */
    margin: 25px 0px 0px 0px;
}

#cart {
    margin: 25px 10px 0px 10px;
}

.myacc-dropdown ul li img{
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    margin-right: 10px;
}

/*.header-myacc-dropdown{
  position: relative;
    float: right;}*/

.myacc-dropdown{ min-width: 200px; right: 0;}
.header-myacc-dropdown:hover .myacc-dropdown li a {
    padding: 5px;
}

ul.topmenu li:nth-child(3).dropdown:hover ul.submenu {
    width: 667px;
    background: #fff;
  gap:0;
}


ul.topmenu li:nth-child(3).dropdown:hover ul.submenu li {
    width: 30%;
    border-bottom: 1px solid #dedede;
      margin-right: 2%;
}

ul.topmenu li:nth-child(3).dropdown:hover ul.submenu a{ background-color: inherit !important;
  border-radius: 0; border: 0; transition: 0.4s ease-in-out; padding: 5px 5px;}
ul.topmenu li:nth-child(3).dropdown:hover ul.submenu li a img{ background: #0065b0;
    padding: 0px 10px;}

ul.topmenu li:nth-child(3).dropdown:hover ul.submenu a:hover{ background-color: #284b9d !important; padding-left:15px; }



nav#top ul.topmenu.desktop-hide-menu li.dropdown a:hover:after {
    transform: translateY(-50%) rotate(225deg);
    border-color: #000;
}

.mobile-logout {
    position: absolute;
    bottom: 109px;
    right: 0;
    width: 98px !important;
}

.mobile-logout img {
    display: block !important;
    float: left;
    height: 43px !important;
    margin-right: 11px;
}
.mobile-logout a{ font-size: 0 !important;}


.my-account-mobile{       
    position: absolute;
    bottom: 115px;
  background: #fff;
    left: -11px;
    width: 184px !important;}
.my-account-mobile img {
    display: block !important;
    float: left;
    height: 43px !important;
    margin-right: 11px;
}

.toggle-menu-close{ float:right;}

nav#top ul.topmenu.desktop-hide-menu .my-account-mobile a {
    line-height: 42px !important;
    border-bottom: 0 !important;
}

#togglemenu-close{ display: block !important;}

nav#top ul.topmenu.desktop-hide-menu li.my-account-mobile a.active {
    background: inherit !important;
    color: #000;
}

.registerbox{  padding: 40px 20px 0px; text-align: left;}

header div#search input.form-control.input-lg{ background: inherit;}

.search-input-4-w{ display:block;}

header ul.topmenu {
    margin-left: -98px;
  margin-top:3px;
}

header div#search {
    margin-right: -15px;
  margin-left: 32px;
}


ul.topmenu li:nth-child(3).dropdown:hover ul.submenu li:nth-child(11){ border-bottom:0;} 
ul.topmenu li:nth-child(3).dropdown:hover ul.submenu li:nth-child(12){ border-bottom:0;}
ul.topmenu li:nth-child(3).dropdown:hover ul.submenu li:nth-child(13){ border-bottom:0;} 

.search-unlocked {
    margin-right: -42px !important;
    margin-left: 58px !important;
}

.header-myacc-dropdown{ /*margin-left:10px; float: right;*/}
