/*mobilecss*/
.m-header {
    display: flex;
    padding-top: 5px;
}

    .m-header .cover-left {
        display: flex;
        align-items: center;
    }

        .m-header .cover-left .m-menubar {
            font-size: 28px;
        }

        .m-header .cover-left .logo a {
            margin-left: 10px;
            display: inline-block;
        }

        .m-header .cover-left .logo img {
            width: 150px;
        }

::-webkit-input-placeholder { /* Edge */
    color: #c1c1c1;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #c1c1c1;
}

::placeholder {
    color: #c1c1c1;
}

a {
    color: #000;
}

.header .cart-header {
    background-color: #000;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header .topbar {
    position: relative;
}

header .cart-header .mobile-header {
    display: flex;
    margin: 0;
    padding: 0;
    flex: 1;
    align-items: center;
    list-style: none;
}

    header .cart-header .mobile-header .logo-img {
        width: 130px !important;
        height: auto !important;
    }

    header .cart-header .mobile-header a {
        padding: 14px 12px;
        height: auto;
    }

    header .cart-header .mobile-header .menubar {
        width: 20px;
        display: block;
        background: #000;
        height: 1px;
        margin: 7px;
    }

    header .cart-header .mobile-header .mla {
        margin-left: auto;
    }

header .searchmobile .search-wrapper {
    background-color: #fafafa;
    padding: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    header .searchmobile .search-wrapper a {
        text-decoration: none;
        color: #727272;
        width: 100%;
        display: block;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

header .topbar {
    background-color: #f5f5f5;
    position: relative;
}

    header .topbar .menu-cover {
        display: flex;
        justify-content: space-between;
    }

    header .topbar .topmenu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        header .topbar .topmenu a {
            display: block;
            padding: 20px 12px;
            text-decoration: none;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: .3px;
            font-size: 14px;
        }

    header .topbar .divider li:after {
        height: 18px;
        display: block;
        width: 1px;
        background: #000;
        content: '';
        position: absolute;
        top: 20px;
    }

.l-divider:after {
    height: 18px;
    display: block;
    width: 1px;
    background: #000;
    content: '';
    position: absolute;
    top: 20px;
}

.divider li:first-child:after {
    width: 0 !important;
}

header .topbar .topmenu .gray {
    color: #999999;
}

header .topbar .topmenu .black {
    color: #000;
}

header .subheader {
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
}

    header .subheader .logo {
        padding-left: 15px;
    }

    header .subheader .fs-cart {
        font-weight: 500;
    }

        header .subheader .fs-cart .cart-items-main {
            padding: 0;
            margin: 0;
            display: flex;
            list-style: none;
            justify-content: flex-end;
        }

            header .subheader .fs-cart .cart-items-main a {
                padding: 5px;
                color: #000;
                display: flex;
                align-items: center;
            }

.cart-items-main .cart-items a {
    text-decoration: none;
}

header .subheader .search-bar-main {
    margin-left: 20px;
    flex: 1;
    margin-right: 20px;
}

    header .subheader .search-bar-main .search-bar {
        text-align: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

header .subheader .search-bar input {
    padding: 12px 12px 12px 30px;
    border: 1px solid #000;
    width: 100%;
    outline: none;
}


header .subheader .search-bar .search-icon {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 12px;
}

header .main-navbar {
    background-color: #191919;
    position: relative;
}

    header .main-navbar .nav-wrapper {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

        header .main-navbar .nav-wrapper li {
            position: relative;
        }

        header .main-navbar .nav-wrapper a {
            color: #fff;
            text-decoration: none;
            letter-spacing: 1px;
            font-size: 16px;
            height: 58px;
            line-height: 34px;
            display: block;
            padding: 0.8rem 0.8rem;
            text-decoration: none;
            font-weight: 500;
            text-transform: capitalize;
        }

    header .main-navbar li.active, header .main-navbar li:hover {
        background: #f5f5f5;
    }

        header .main-navbar li.active a, header .main-navbar li:hover a {
            color: #191919;
        }

    header .main-navbar .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #f5f5f5;
        display: none;
        z-index: 999;
    }

.list-menu {
    list-style: none;
    padding: 0;
}

header .main-navbar li.active .submenu, header .main-navbar li:hover .submenu {
    display: block;
}

header .main-navbar .submenu a:hover {
    background: #ebebeb;
}

.border:after {
    height: 50px;
    display: block;
    width: 1px;
    background: #ebebeb;
    content: '';
    float: right;
    margin-top: -70px;
}

.stext {
    font-size: 14px;
}

header {
    background-color: #fff;
    box-shadow: 2px 2px 2px #ddd;
}
/*mobile*/
.header .cart-header {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

    .header .cart-header .mobile-header {
        display: flex;
        margin: 0;
        padding: 0;
        flex: 1;
        align-items: center;
        list-style: none;
    }


@media (max-width: 1024px) {
    header .subheader .fs-cart .cart-items-main {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    header .topbar .topmenu a {
        padding: 14px 10px;
        font-size: 12px;
    }

    header .topbar .divider li:after, .l-divider:after {
        top: 15px;
    }
}
