/*body*/
.body-wrapper {
    overflow: hidden;
}
.view-aisettings #sp-top-bar .sp-column,
.view-aisettings #sp-cart-position .sp-column{
    padding: 0;
}
.view-aisettings #sp-top-bar {
    padding:0;
}
.view-aisettings #sp-main-body{
    padding-top:60px;
}
@media (max-width:768px){
    #sp-main-body main#sp-component {
        padding-left:15px !important;  
        padding-right:15px !important;  
    }
}

.view-aisettings .dt-gcalendar-auth {
    margin-top: 30px;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid rgba(17,32,47,.15);
}

/*page title*/
.sp-page-title {
    background-image: linear-gradient(45deg, #1c1c1c, #364d91, #646464);
}

/*header*/
a.user-icon {
    background:transparent;
    padding:0;
}
a.user-icon:hover,
a.user-icon:focus{
    background:rgb(255 255 255 / 30%);
    color:#fff;
}

a.back-link {
    padding: 5px 10px;
}
a.back-link:hover,
a.back-link:focus{
    background:rgb(255 255 255 / 30%);
    color:#fff;
    border-radius:4px;
}
.icon-user::before{
    font-size:18px !important;
}
.welcome-text{
    text-transform:uppercase;
    margin-right:5px !important;
}
.view-aisettings .header-center .search-bar{
    padding:8px 15px;
}
.view-aisettings .header-center .search-bar input{
    padding:0 !important;
}
@media (max-width: 991px) {
    #sp-header {height: 80px !important;}
    #offcanvas-toggler { height: 80px; line-height: 80px; }
    #sp-header .logo { height: 80px; }
    .view-aisettings .header-center .search-bar{
        max-width:250px;
    }
}
@media (max-width:768px){
    .view-aisettings .desktop-only {
        display:none;    
    }
    .view-aisettings .header-container {
        display: flex !important;
    }
}
@media (max-width:450px){
  	.welcome-text{
    	display:none;
  	}
    .header-left {
        flex: 2 !important;
    }
}

/*dashboard sidebar*/
.dashboard-panel-body .logo-panel{
    display:none;
}
.dashboard-panel-body aside.sidebar{
    padding-top:70px !important;
}
.dashboard-panel-body .offcanvas-menu .offcanvas-inner ul.menu.nav-pills {
    display:none;
}

/*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 .sp-module .sp-module-title {
    color: #000;
    font-size: 16px;
}

@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_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: 20px;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;
}

/*EO OVERALL*/






