
.header-middle {
    border-bottom: 1px solid #e2e2e2;
    background-color: #f2f2f2;
}
.header-middle .header-middle-left {
    display: flex;
}
.header-menu {
    display: flex;
    align-items: center;
    gap: 1px;
}
.menu-items-row2 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.header-middle-left ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.header-menu>ul>li>a {
    display: flex;
    align-items: center;
    height: 44px;
    color: #696969;
    font-size: 12px;
    font-weight: 600;
    padding: 0 16px;
    transition: all .2s linear;
}
.header-menu>ul>li>a:hover {
color: #ee7f08;
}
.header-menu ul {
    margin-bottom: 0px;
}
.menu-items-row2 li {
    border-left: 1px solid #e2e2e2;
}
.header-menu>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
}
.header-menu>ul>li:last-child {
    border-right: 1px solid #e2e2e2;
}
.header-menu>ul>li {
    border-left: 1px solid #e2e2e2;
    padding-left: 5px;
}

.header-middle .container .row>* {
    flex-shrink: 1;
    width: 400px;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.menu-items-row2 li:hover a {
    color: #ee7f08;
}
.menu-items-row2 li a {
    display: flex;
    align-items: center;
    height: 44px;
    color: #696969;
    line-height: calc(var(--font-size-12) + 8px);
    font-size: 12px;
    padding: 0 16px;
    transition: all .2s linear;
}
.nav-links {
    margin-bottom: 0px;
}
.menu-items-row2 li:last-child {
    border-right: 1px solid #e2e2e2;
}

@media screen and (max-width: 768px) {
    .header-middle {
    display: none;
}
}

/* .menu-top-area {
    padding: 0 0 ;
    background: #f2f2f2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f2f2f2;
} */

/* .t-m-s-a {
    display: flex;
   align-items: center;
} */
/* .track-order-link {
    display: flex;
    color: #505050;
    font-size: 15px;
    height: 44px;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 0 20px;
    flex-wrap: wrap;
    align-content: space-around;
} */
/* 
.track-order-link i {
    margin-top: 2px;
    position: relative;
    top: 2px;
    right: 4px
} */



/* .menu-top-area .right-area {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
} */

/* .track-order-link {
    display: flex;
    color: #505050;
    font-size: 15px;
    height: 44px;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 0 20px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
} */

.t-h-dropdown {
    position: relative;
    display: inline-block;
    margin: 0px 30px;
}
/* .t-h-dropdown .t-h-dropdown-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    text-align: left;
    display: flex;
    z-index: 999;
    width: 500px;
    height: 395px;
    padding: 10px 15px 10px;
    border-top: 2px solid #377dff;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
} */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}



.site-footer {
    padding-top: 56px;
    background-position: center bottom;
    background-color: #fff;
    background-repeat: no-repeat;
    border-top: 1px solid #b9b9b9f2;
    box-shadow: 0px 0px 31px -12px rgb(61 61 61);
}


.wrapper input{
    display: none;
}
.h-t-social-area ul li a, .menu-top-area .login-register a, .t-h-dropdown a {
    color: #505050;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
.track-order-link {

    font-size: 12px;

}
.topnumber{
        font-size: 12px;
}