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

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

/*header*/
@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 {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: 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;
}

/*scrollbar*/

::-webkit-scrollbar{
    height: 3px;
    width: 3px;
    background: white;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #818181; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2e2e2e; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal:hover{
    background: #2e2e2e;
}

/*end of scrollbar*/
body {
    background:#E6E6E6;
}


/*header*/
#sp-header {
   background:#000;
   height:120px
}

#sp-header .container {
   padding-top:15px
}

#sp-header  .logo img {
   height:80px;
}

#sp-header li.sp-menu-item a {
   color: hsl(0deg 0% 100% / 100%) !important;
   font-size: 16px;
   font-weight: 600;
   cursor: pointer;
   position: relative;
   text-decoration: none;
}

#sp-header li.sp-menu-item a::after {
   content: "";
   display: block;
   width: 0;
   height: 3px;
   background-color: #E1BB63;
   position: absolute;
   left: 50%;
   bottom: 20px;
   transition: width 0.3s ease, left 0.3s ease;
}

#sp-header li.sp-menu-item a:hover::after,
#sp-header li.sp-menu-item a:active::after {
   width: 100%;
   left: 0;
}

#sp-header li.sp-menu-item a:hover,
#sp-header li.sp-menu-item a:active {
   color: #E1BB63  !important;
}

#sp-header li.sp-menu-item.current-item a {
   color: #E1BB63 !important;
}

.sp-megamenu-parent > li > a {
   padding: 0px;
   margin: 0 30px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 0px 0px 0px;
}


#sp-header.header-sticky {
   background:hsl(0deg 0% 0% / 70%) !important;
   backdrop-filter:blur(10px);
   height:80px
}

#sp-header.header-sticky .container {
   padding-top: 0px;
}

#sp-header.header-sticky .logo img {
    height:60px;
}

#sp-header.header-sticky li.sp-menu-item a {
   color: hsl(0deg 0% 100% / 100%) !important;
   font-size: 14px;
   font-weight: 600;
   cursor: pointer;
   position: relative;
   text-decoration: none;
}

#sp-header.header-sticky li.sp-menu-item.current-item a {
   color: #E1BB63 !important;
}

#sp-header.header-sticky li.sp-menu-item a:hover,
#sp-header.header-sticky li.sp-menu-item a:active {
   color: #E1BB63  !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
   padding: 0px;
   margin: 0  20px;
}

.offcanvas-menu {
    background:#000000;
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

.offcanvas-menu .logo {
    margin-left:10px
}

.offcanvas-menu .logo img {
    height:70px;
}

.offcanvas-menu .sp-module-content>ul>li>a {
    color:#fff !important;
    border-bottom: 1px solid #E1BB63;
}

#sp-header .burger-icon>span,
.close-offcanvas .burger-icon>span{
   background-color:#fff
}



@media (max-width:991px) {
#sp-header .logo img {
   height:60px;
}
#sp-header .container {
   padding-top:0px
}
}

/*title*/
.sp-page-title {
    height: 400px;
    display: flex;
    justify-content: center; 
    align-items: center; /
    flex-direction: column;
    position: relative;
    padding: 15px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center; 
    background-image: transparent;
}

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

.sp-page-title .container {
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.sp-page-title .sp-page-title-heading {
    font-size:56px;
}

.breadcrumb li {
    font-size:14px;
}

@media (max-width:767px) {

.sp-page-title .sp-page-title-heading {
    font-size:40px;
}    
}

/*title*/
.breadcrumb .float-start {
    margin-right:10px
}

/*p-no-margin*/
.p-no-margin p {
    margin:0 !important;
}

/*checkmark dark*/
.checkmark-dark p {
    filter:saturate(0);
    color:#000;;
}



/*bottom*/
#sp-bottom {
    background:#000 !important;
    color:#fff !important;
}

#sp-bottom li a,
#sp-bottom a {
     color:#fff !important;
}

#sp-bottom li a:hover,
#sp-bottom a:hover {
     color:hsl(0deg 0% 100% / 50%) !important;
}

#sp-bottom h3.sp-module-title {
     color:#E1BB63 !important;
     font-size: 22px !important
}

#sp-bottom .sppb-icon-container i {
     color:#E1BB63 !important;
}

#sp-footer {
     background:#000;
}

#sp-footer>div>.container-inner {
     text-align:left;
     color: #a2a2a2
}

#sp-footer2 li a {
     color: #a2a2a2;
}

#sp-footer2 li a:hover {
     color: #ffffff;
}


@media (max-width:767px) {
 #sp-bottom2 {
        padding: 0px 30px
    }

 #sp-bottom3 {
        padding: 0px 30px
    }
  
 #sp-footer>div>.container-inner {
    text-align:center 
    }

#sp-footer2 {
    margin-top: 10px
}

}





/*EO OVERALL*/





