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

html {
    overflow-x: hidden;
}


/*page title*/
.sp-page-title {
    background: transparent;
    padding: 30px 0 10px;
    letter-spacing: 0.5px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}

.sp-page-title .breadcrumb {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.7;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-radius: 0;
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #a3a3a3 !important;
}

@media (max-width: 767px) {
    .sp-page-title .sp-page-title-heading {font-size: 18px;text-align: center;}
    .sp-page-title .breadcrumb {font-size: 12px;justify-content: center;}
    .sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
        text-align: center;
    }
}

/*top header*/

@media (min-width: 992px) {
    #sp-header { display: none; }
}

@media (max-width: 991px) {
    #sp-top-header { display: none; }
}

#sp-top-header {
    /* padding: 10px 0; */
    background: #060606;
}

#sp-top-header .row {
    align-items: center;
}

#sp-top-header ul.menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#sp-top-header ul.menu li {
    padding: 0 15px;
}

#sp-top-header ul.menu li a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#sp-top-header #sp-top1 ul.menu {
    justify-content: right;
}

.logo-image {
    margin: auto;
}

#sp-menu>.sp-column {
    height: auto;
    flex-direction: row-reverse;
    justify-content: flex-start !important;
}

.burger-icon {
    width: 20px;
}
 
.burger-icon>span {
    background-color: #fff;
    height: 1px;
    margin: 5px 0;
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff !important;
}

@media (max-width: 991px) {
    #sp-header {height: 55px !important; overflow: hidden; }
    #offcanvas-toggler { height: 55px; line-height: 55px; }
    #sp-header .logo { height: 55px; }
    .logo-image { height: 50px !important; }
}

/*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;}
.hikashop_filter_module.top-search-bar {margin-left: 0px;}
#sp-header>div>div>.row {/* flex-wrap: nowrap; */}
div#sp-menu {padding-left: 0px;}
}



/*bottom*/

#sp-bottom-logo .logo-image {
    height: 120px;
}

#sp-bottom-logo {
    padding: 30px 0;
}

#sp-bottom-logo ul.menu {
  	list-style-type: none;
  	padding: 20px 0 0;
  	text-align: center;
  	max-width: 900px;
  	margin: auto;
}

#sp-bottom-logo ul.menu li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #sp-bottom-logo ul.menu li {padding: 4px 8px;font-size: 10px;}
}

@media (min-width: 992px) {
  	#sp-bottom .container-inner>.row>div { width: 20%; }
}

#sp-bottom .sp-module .sp-module-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}

#sp-bottom .sp-module ul>li>a {
    letter-spacing: 0.5px;
}

#sp-bottom .sp-module {
    margin-bottom: 40px;
}

#sp-footer {
    letter-spacing: 0.5px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    line-height: 1.6;
}

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

@media screen and (max-width:991px){
    footer#sp-footer {padding-bottom: 50px;font-size: 12px;}
}


/*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;}




/*login icon*/

#sp-top2>div {
    display: flex;
    justify-content: space-between;
}

#sp-top2 i.fas.fa-user:before,
#sp-menu i.fas.fa-user:before {
    content: "";
    background-image: url('/images/0_project/dashboard/profile.png');
    position: absolute;
    background-size: contain;
    background-position: center center;
    filter: invert(1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sp-top2 i.fas.fa-user {
    position: relative;
    width: 20px;
    height: 20px;
}

#sp-menu i.fas.fa-user {
    top: 5px;
}

#sp-menu i.fas.fa-user {
    position: relative;
    width: 23px;
    height: 23px;
}

@media (max-width: 991px) {
    #sp-menu i.fas.fa-user { width: 20px; height: 20px; }
}





.reset-confirm .control-group>div {
    display: block;
    float: none;
    margin: 0;
}

.reset-confirm button.btn,
.reset-complete button.btn {
    color: #000;
    border: 0;
    font-size: 14px;
}

.reset-confirm button.btn:hover,
.reset-complete button.btn:hover {
    color: #fff;
    background: #272727;
}



