body{
	font-family: 'Poppins', sans-serif !important;
}
a, a:hover {
    text-decoration: none;
    color: initial;
}
.bg-black{
	background: #000;
}
.header-wrapper {
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.06);
    position: relative;
}
.header-inner {
    max-width: 1440px;
    width: calc(100% - 40px);
    padding: 15px 0px;
    margin: 0 auto;
}
.inner{
	max-width: 1440px !important;
    width: calc(100% - 40px);
    margin: 0 auto;
}
ul.dropdown-menu {
    margin: 0px !important;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}
.header-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-logo {
    position: absolute;
    left: 0px;
}

.header-account {
    display: flex;
    align-items: center;
    width: 250px;
    position: relative;
    padding: 1px 0px;
}
.myaccount {
    position: absolute;
    background: #fff;
    top: 43px;
    z-index: 10;
    width: 200px;
    box-shadow: 0px 7px 11px #ccc;
    border-radius: 0px 0px 10px 10px;
    padding: 0px;
    list-style: none;
    margin: 0px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
.myaccount li a:hover {
    background: #00b4ff;
    color: #fff;
}
.header-account:hover .myaccount{
    visibility: visible;
    opacity: 1;
}
.myaccount li a {
    padding: 7px 10px;
    display: block;
    border-top: 1px solid #ccc;
}
.myaccount li:first-child a {
    border: 0px;
}

.myaccount li a i {
    font-size: 18px;
    margin-left: 5px;
}
.header-search {
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 370px);
    left: 120px;
    margin-top: 0;
    height: 40px;
    max-width: 450px;
    position: absolute;
}

.header-search .form-control {
    width: 100%;
    border: 0;
    height: 40px;
    padding: 0 50px 0 20px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    border: 1px solid #bbb;
    border-radius: 40px;
    box-shadow: none !important;
}

.header-search form {
    position: relative;
}

.header-search form .text-search-btn {
    position: absolute;
    right: 3px;
    top: 1px;
}

.header-account i {
    font-size: 40px;
    position: relative;
    margin-right: 10px;
    top: 2px;
}

.account_header-link p {
    margin: 0px;
    font-size: 12px;
    line-height: 19px;
}


.account_header-link p span {
    text-transform: uppercase;
    font-size: 17px;
    font-weight:600;
}
.header-bag {
    -ms-flex-order: 4;
    order: 4;
    width: 40px;
    text-align: center;
    position: relative;
    height: 40px;
}
span.count {
    position: absolute;
    top: -2px;
    right: -9px;
    background: #fe0056;
    color: #fff;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.header-bag a {
    font-size: 33px;
}
.header-logo a {
    font-size: 28px;
}
.navbar-expand-lg .navbar-nav{
    justify-content: space-between;
}

