/*body*/
.body-wrapper {
    overflow: hidden;
}

/*page title*/
.sp-page-title {
    background-image: linear-gradient(45deg, #ec008c, #ec008c, #ec008c);
}

/*header*/
@media (max-width: 991px) {
    #sp-header {height: 80px !important;}
    #offcanvas-toggler { height: 80px; line-height: 80px; }
    #sp-header .logo { height: 80px; }
}
header#sp-header {
    position: fixed;
}
div#sp-title {
    margin-top: 80px;
}


/*top2*/
#sp-top2>div {
    text-align: right !important;
}

/*searchbartop*/
.hikashop_filter_module.top-search-bar {
    margin-left: 10px;
}
.top-search-bar input#filter_text_Keyword_1 {
    background: url("/images/0_project/icons/search.png");
    background-size: 15px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
#sp-header .sp-module {margin: 0px;}
.sp-module.dt-profile {margin-left: 20px !important;}
.hikashop_filter_module.top-search-bar {margin-left: 0px;/* width: 100px; */}
#sp-header>div>div>.row {flex-wrap: nowrap;}
div#sp-menu {padding-left: 0px;display: flex;align-items: center; }
}



/*bottom*/
#sp-bottom .sp-module .sp-module-title {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (min-width:1199px){
section#sp-bottom>div>div>div {
    display: flex;
    justify-content: center;
}}

#sp-footer>div>.container-inner{
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 15px 0;
}

@media screen and (max-width:991px){
#sp-footer #sp-footer2{
    text-align: center;
}

footer#sp-footer {
    padding-bottom: 50px;
}}

/*payment method footer*/
div#sp-bottom5 .sp-module {margin: 0;}

/*xiaohongshu*/
i.fas.fa-book-medical{
    content:url(/images/0_esta/icons/XiaohongshuLOGO-2.png);
    width: 23px;
    top: 5px;
    position: relative;
    filter: invert(1) brightness(0);
}

/*scroll up*/
a.sp-scroll-up {right: 130px;bottom: 20px;}
@media screen and (max-width:991px){a.sp-scroll-up {right: 100px;bottom: 20px;}}

/*popup*/
button.close {background: transparent;border: 0px;font-family: 'Roboto';color: #fff;}.modal-content {position: relative;}.modal-dialog {top: 200px;}.modal-header {position: absolute;right: 0;z-index: 11;}.modal-body {padding: 0px;}.modal-content p {margin: 0;}

/*footer*/
#sp-footer #sp-footer2 {
    text-align: center;
}

/*login page*/
.row.login-div {
	display: flex;
	justify-content: center;
}

.row.login-div .form-group.btn-group {
	margin: 30px;
}

.form-group.login-field {
	align-items: center;
	justify-content: flex-start;
	margin: 20px;
}

.form-group.login-field p , .form-group.login-field label {
	margin: 0;
	min-width: 200px;
	text-align: left;
	display: none;
}

.form-group.login-field input {
	height: 50px;
}

.row.login-div img.login-image {
	width: 40%;
}

.reg-login-title {
	display: none;
}

.reg-login-form-wrap .form-links a {
    color: #000;
    font-size: 14px;
}

.reg-login-form-wrap .form-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.reg-login-form-wrap .form-links ul {
    display: flex;
}

.reg-login-form-wrap .form-links ul li {
    padding: 0px 10px;
}



/*EO OVERALL*/

