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

/*header*/
.fa-user:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

#sp-header.header-sticky {
    z-index: 99;
}

/*page title*/
.sp-page-title {
    background-image: linear-gradient(45deg, #1c1c1c, #364d91, #646464);
    padding: 100px 0 30px;
    position: relative;
    background-size: cover;
}

.sp-page-title:before {
    position: absolute;
    content: "";
    background: rgba(25, 40, 95, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sp-page-title .container {
    z-index: 1;
    position: relative;
}

.sp-page-title .sp-page-title-heading {
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 80px;
}

.sp-page-title .breadcrumb {
    font-size: 16px;
}

.sp-page-title .breadcrumb .float-start {
    padding-right: 10px;
}

@media (max-width: 991px) {
    .sp-page-title { padding: 70px 0 30px;}
    .sp-page-title .sp-page-title-heading { font-size: 42px; text-align: center; margin-bottom: 50px; }
    .sp-page-title .breadcrumb { justify-content:center; }
}


/*header*/


.sp-megamenu-parent {
    width: 100%;
    text-align: center;
}

.sp-megamenu-parent>li:last-child {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}

.sp-megamenu-parent .accountmenu{
    background: #19285f !important;
    border-radius: 10px !important;
    padding: 15px 25px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.sp-megamenu-parent .accountmenu:hover, .sp-megamenu-parent .accountmenu:focus {
    background: #1a1a1a !important;
    color: #fff !important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: calc(100% - 10px);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-radius: 5px;
    padding: 15px 20px;
    background: #f5f7fb;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    text-align: left;
}

@media (max-width: 767px) {
    .sp-megamenu-parent .accountmenu { font-size: 14px; padding: 12px 20px !important; }
}

@media (max-width: 991px) {
    #sp-header {height: 80px !important;}
    #offcanvas-toggler { height: 80px; line-height: 80px; }
    #sp-header .logo { height: 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 i {margin: 0px;font-size: 18px;}
.hikashop_filter_module.top-search-bar {margin-left: 0px;}
#sp-header>div>div>.row {flex-wrap: nowrap;}
div#sp-menu {padding-left: 0px;flex-direction: row;display: flex;justify-content: flex-end;align-items: center;}
}



/*bottom*/

#sp-bottom {
  	font-size: 16px;
  	padding: 50px 0 10px;
}

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

#sp-bottom .sp-module .sp-module-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

@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 rgb(255 255 255 / 20%);
    text-align: center;
    padding: 15px 0;
}

#sp-bottom ul.sppb-icons-group-list li {
    margin-right: 10px;
}

#sp-bottom4 p {
    margin-bottom: 0;
}

#sp-bottom4 .sppb-addon-feature {
    margin-bottom: 5px;
}

span.sp-copyright {
    display: block;
    text-align: left;
}

@media screen and (max-width:991px){
#sp-footer #sp-footer2, span.sp-copyright {
    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_project/icons/XiaohongshuLOGO-2.png);
    width: 20px;
    top: 4px;
    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;}


/*feedactivity*/
.feedactivity {
    position: absolute;
    bottom: 0;
    z-index: 99;
    margin-left: 20px;
    margin-bottom: 30px;

}

.promotion-msg-card {
    max-width: 400px!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
    padding: 10px 10px!important;
}

.promotion-msg-card .close-button {
    text-align: right;
    margin-right: 3px;
    top: -3px;
    position: relative;
}

.promotion-msg-card td {
    vertical-align: top;
    font-size: 14px; line-height:1.3;
}

.promotion-msg-card img.hikashop_product_image {
    padding-top: 5px;
}

.promotion-msg-card .msg-content {
    margin: 0;
}

.promotion-msg-card p {
    margin: 0;
}

i.fa-solid.fa-circle-xmark {
position:relative;
}

i.fa-solid.fa-circle-xmark:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f057';
    font-style: normal;
    margin: 20px;
}

/*eb whatsapp*/
.whatsappchat .popup-section{
	display:none;
}


/*logout*/
.logout .form-horizontal .controls {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout .form-horizontal .controls .btn-primary{
    width:fit-content;
}



/*EO OVERALL*/
