.seperator {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin: 50px 0 0;
}

.seperator b {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
    background-color: #202454;
    color: #fff;
}

.btn-social{
    background-color: #fff;
    color: #000;
}

.btn-google:hover{
    color: #000;
}

.invalid-feedback{
    color:red;
    display: block;
}
small.help-block {
    color: #f94e4e;
}

.txt-theme-color{
    color:#202454;
}

a,a.btn-link{
    color:#202454;
    text-decoration: none;
}

a:hover,a.btn-link:hover{
    color:#0307f9;
    border:1px solid #ffffff;
}
.shippingPage img {
    box-shadow: 0px 0px 5px 0px #f1ebeb;
}
.txt-color{
    color:#202454;
}

.dropdown-item:hover{
    background-color:#202454;
}

.dropdown-item:hover a{
    color:#fff !important;
    font-weight: bold !important;
}
.nav-main-item:first-child{
    border-top: 2px solid #ec4233;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.nav-main-item {
    border-bottom: 2px solid #ec4233;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
}
.topCart a {
    position: relative;
    display: inline-block;
}
.topCart a span.cart-quan {
    position: absolute;
    top: -7px;
    left: 20px;
    background: #202454;
    padding: 0;
    color: #fff;
    line-height: 22px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-header-custom {
color: #000 !important;
background: linear-gradient(90deg, #45a0e6 0%, #87c2f1 49.83%, #44a1e8 100%) !important;
}
.model-success-btn{
    background-color: #1fb2fe;
    border-color: #1fb2fe;
}
.model-close-btn{
    background-color: #fb434a;
    border-color: #fb434a;
    color: #fff;
}

table th{
    background-color: #202454;
    color: #fff;
}
.searchfield {
    width: 100%;
    max-width: 400px;
    position: relative;
}
.searchfield ul.dropdown-menu {
    /* top: auto; */
    width: 100%;
}
.mob-screen {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
   .searchfield {
        max-width: 200px;
        margin: 0 auto;
    }
    ul.topMenu {
        width: 100%;
        max-width: 67px;
    }
    .content-header {
        justify-content: start;
    }
    .login-shopping {
        margin-left: auto;
    }
}
@media only screen and (max-width: 720px) {
    .item-width {
        width: 100%;
    }
    .topCartMobile {
        margin-left: auto;
    }
    .searchfield {
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (max-width: 479px) {
    .topHeader {
        height: auto;
    }
    .content-header {
        text-align: center;
        display: block;
        padding-top: 10px;
    }
    .searchfield {
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .mob-screen .logofield {
        margin-left: calc(50% - 140px);
    }
}
