/*header-navigation*/
#sp-header {
    background: transparent;
    margin-bottom: -120px;
    box-shadow:none;
    height: 120px;
}
#sp-menu li a {
    color: rgb(255 255 255 / 60%);
    text-transform: uppercase;
    font-weight: 700;
}
#sp-menu li.active a {
    color: rgb(255 255 255 / 100%);
}
#sp-menu li a:hover{
    color: #fff;
}
#sp-header .logo {
    height: 120px !important;
}
#sp-header.header-sticky .logo {
    height: 80px !important;
}
#sp-header .logo img {
    height:120px;
}
#sp-header.header-sticky .logo img{
    height: 70px !important;
}
#sp-header.header-sticky {
    background: rgb(91 91 91 / 50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: -80px;
    box-shadow: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner  {
    background: rgb(138 138 138);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
}

#sp-header.header-sticky {
    height:80px;
}
.sticky-header-placeholder {
    display: none;
}
@media (max-width:991px) {
#sp-header.header-sticky {
    height:80px !important;
}
 #sp-header .logo img {
    height:90px;
}
}
@media (max-width:767px) {
 #sp-header .logo img {
    height:80px;
}
}

/*offcanvas*/
.offcanvas-menu{
    background:hsl(0deg 0% 88.34% / 70%);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -400px;
    top: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a, 
.offcanvas-menu .offcanvas-inner ul.menu>li span{
    color:#fff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus{
    color:#fff;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a{
    color:#fff;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
}
.offcanvas-menu .menu li:last-child{
    border-bottom:0px !important;
}
.burger-icon>span,
.offcanvas-active .burger-icon>span, 
#modal-menu-toggler.active .burger-icon>span{
    background-color:#fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    color:hsl(0deg 0% 100% / 50%)
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color:#fff;
}


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




/*text*/
.sppb-addon-content h1{
line-height:1;
margin-bottom:20px !important;
}

.sppb-addon-content h1,
.sppb-addon-text p,
.sppb-addon-content p{
    margin:0;
    color:#03098a 
}



/*contact-form*/
.form-group label {
    display:none !important;
}

.bfQuickMode .bfElemWrap .form-inline input[type="text"], 
.bfQuickMode .bfElemWrap .form-inline input[type="number"], 
.bfQuickMode .bfElemWrap .form-inline textarea, 
.bfQuickMode .bfElemWrap .form-inline select {
   max-width: 100% !important; 
   border-radius:0px;
   background:hsl(0deg 0% 42.87% / 70%);
   border: 0
}

.bfQuickMode .bfElemWrap .form-inline input::placeholder,
.bfQuickMode .bfElemWrap .form-inline textarea::placeholder{
  color:#fff;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.bfQuickMode .bfElemWrap .form-inline input:hover,
.bfQuickMode .bfElemWrap .form-inline textarea:hover {
  background: hsl(0deg 0% 100% / 60%);
  border:0;
  transition: all 0.3s ease-in-out;
}

.bfQuickMode .bfElemWrap .form-inline input:focus,
.bfQuickMode .bfElemWrap .form-inline textarea:focus {
  background: hsl(0deg 0% 100% / 70%);
  border: 0;
  transition: all 0.3s ease-in-out;
}

.bfQuickMode .bfElemWrap .form-inline input:focus::placeholder,
.bfQuickMode .bfElemWrap .form-inline textarea:focus::placeholder {
  color: hsl(0deg 0% 42.87% / 70%);
}

.bfQuickMode .bfElemWrap .form-inline input:not(:placeholder-shown),
.bfQuickMode .bfElemWrap .form-inline textarea:not(:placeholder-shown) {
  font-family: Arial, sans-serif;
  font-weight: 600;
  color:#2b2b2b
}

@media (max-width:767px) {
form.bfQuickMode {
    margin-top:30px !important;
}
}

/*every-page-title*/
#sp-title .sp-page-title {
    position:relative;
    height: 500px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background-size:cover;
}

#sp-title .sp-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:hsl(0deg 0% 42.34% / 50%); 
    mix-blend-mode:multiply;
}

#sp-title .sp-page-title .container {
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    width: 60%;
    z-index:99;
}

.sp-page-title .sp-page-title-heading {
     font-size: 56px !important;
     margin-top:10px;  
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 18px;
    line-height:1.4;
    font-weight:bold; 
    margin-top:30px;
}


@media (max-width:767px) {

#sp-title .sp-page-title {
    height:100vh
}

    
.sp-page-title .sp-page-title-heading {
     font-size: 46px !important;
}

.sp-page-title .sp-page-title-sub-heading {
        font-size: 14px; 
        margin-top:20px;
    }

 #sp-title .sp-page-title .container {
    width: 100%;

}

}

.fa-2x {
    font-size: 27px !important;
}


/*internal-links-color*/
body.view-page  .sppb-addon-text a,
body.view-page  .sppb-addon-content a {
   color:#03098a;
}



/*footer*/
#sp-footer, 
#sp-bottom {
    background: #E0E0E0 !important;
}

#column-wrap-id-567d9a5c-98fe-4de1-8366-2930b0e3db1e {
     padding:0;
}

.btm-address p{
    color: #999
}

#sp-footer1 .sp-copyright {
    color:#4f4f4f;
}

#sp-footer1 .sp-copyright a {
     color:#818181;
     transition:all 0.3s;
}

#sp-footer1 .sp-copyright a:hover {
    color:#4f4f4f !important; 
}

#sp-bottom #sp-bottom1,
#sp-bottom #sp-bottom4{
    padding:0 !important;
}

.sp-module-content ul.menu li,
.sppb-addon-wrapper.addon-root-feature{
 margin-bottom:15px!important
  
}

@media (max-width:767px) {

.sp-module-content ul.menu li,
.sppb-addon-wrapper.addon-root-feature{
 margin-bottom:10px!important

}
}




/*EO OVERALL*/





