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

/*font*/
@font-face {
  font-family: 'Juana';
  src: url('../../fonts/Juana-Bold.otf');
}
@font-face {
  font-family: 'Gilroy';
  src: url('../../fonts/gilroy-regular-webfont.woff');
}
body{
  	font-family:'Gilroy' !important;
    line-height:1.3;
    font-size:16px;
}
h1 {
    font-size: 80px;
    font-family:'Juana' !important;
    font-weight:700;
}
h2 {
    font-size: 52px;
    font-family:'Juana' !important;
    font-weight:700;
}
h3 {
    font-size: 20px;
    font-family:'Juana' !important;
    font-weight:700;
}
.title-style-01 h1 {
    color: #15341b;
    text-shadow:none !important;
}
.title-style-01 h2 {
    color: #15341b;
    text-shadow:none !important;
}
.title-style-01 h3 {
    font-family:'Gilroy' !important;
}
.white h1,
.white h2,
.white h3{
    color: #ffffff;
}
.p-no-margin p {
  	margin-bottom:0;
}
@media (max-width:1200px){
    h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 18px;
    }
}
@media (max-width:991px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 18px;
    }
}
@media (max-width:767px){
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 16px;
    }
}

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

/*header*/
header#sp-header {
    height: 120px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    box-shadow: none;
}
#sp-header .logo {
    height: 120px;
    z-index: 11;
}
header#sp-header .logo-image {
    height: 80px;
}
#sp-header.header-sticky {
    height: 80px;
    background: rgb(21, 53, 27);
}
#sp-header.header-sticky .logo {
    height: 80px;
}
#sp-header.header-sticky .logo-image {
    height: 60px;
}
#sp-header.header-with-modal-menu a, #sp-header.header-with-modal-menu span {
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
    #sp-header {
        height: 80px !important;
    }
    #sp-header .logo {
        height: 80px;
    }
    header#sp-header .logo-image {
        height: 60px;
    }
}

/*offcanvas*/
.burger-icon > span:first-child {
    width: 15px;
    transform: translateX(10px);
}
.offcanvas-active .burger-icon > span:first-child, 
#modal-menu-toggler.active .burger-icon > span:first-child {
    width: 25px;
}
.offcanvas-active .burger-icon > span, 
#modal-menu-toggler.active .burger-icon > span {
    background: rgb(255, 255, 255);
}
.burger-icon > span {
    background: rgb(255, 255, 255);
}
#offcanvas-toggler {
    height: 120px;
    line-height: 120px;
    z-index: 11;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100%;
}
.offcanvas-menu {
    width: 100%;
    backdrop-filter: blur(15px);
    background: rgba(36, 70, 57, 0.9) !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li span, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li li span, 
.offcanvas-menu .offcanvas-inner ul.menu li.active li a {
    color: rgba(255, 255, 255, 0.4);
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a, 
.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.active span, 
.offcanvas-menu .offcanvas-inner ul.menu li.menu-parent-open span, 
.offcanvas-menu .offcanvas-inner ul.menu li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent-open span.menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent:hover .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu li.active li.active a, 
.offcanvas-menu .offcanvas-inner ul.menu li.active li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu li.active li a:focus {
    color: rgb(255, 255, 255);
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li span, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li li span, 
.offcanvas-menu .offcanvas-inner ul.menu li.active li a {
    color: rgba(255, 255, 255, 0.4);
}
.offcanvas-menu .offcanvas-inner ul.menu > li li{
    padding:5px 0
}
@media (max-width:991px){
    #offcanvas-toggler {
        height: 80px;
        line-height: 80px;
        z-index: 11;
    }
}

/*modal menu*/
#modal-menu {
    top: 0px;
    backdrop-filter: blur(15px);
    background: rgba(21, 53, 27, 0.9) !important;
}
#modal-menu-toggler {
    z-index: 11;
}
#sp-header.header-with-modal-menu a, 
#sp-header.header-with-modal-menu span {
    color: rgba(255, 255, 255, 0.4);
}
#sp-header.header-with-modal-menu a:hover, 
#sp-header.header-with-modal-menu a:focus, 
#sp-header.header-with-modal-menu .sp-menu-item.sp-has-child .sp-menu-item.active a {
    color: rgb(255, 255, 255);
}
#modal-menu .sp-megamenu-parent > li:hover > a,
#modal-menu .sp-megamenu-parent > li:hover > span, 
#modal-menu .sp-megamenu-parent > li.active > a, 
#modal-menu .sp-megamenu-parent > li.active > span {
    color: rgb(255, 255, 255);
}
#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
    display: none;
}
#sp-header.header-with-modal-menu a:hover, 
#sp-header.header-with-modal-menu a:focus, 
#sp-header.header-with-modal-menu .sp-menu-item.sp-has-child .sp-menu-item.active a {
    color: rgb(255, 255, 255);
}





/*bottom*/
#sp-bottom, #sp-footer {
    background: #15351b !important;
}
#sp-bottom .sp-module .sp-module-title {
    color: #ffffff;
    font-size: 20px;
}

#sp-bottom1 img{
    width:200px;
}

#sp-bottom .sp-module a,
#sp-bottom .sp-module p,
#sp-bottom .sp-module i,
#sp-footer a,
#sp-footer p{
    color: #ffffff;
}
#sp-bottom .sp-module a:hover,
#sp-footer a:hover{
    color: rgb(255 255 255 / 40%);
}
#sp-bottom #sp-bottom1 .sp-module ul{
    display:flex;
    justify-content:left;
}
#sp-bottom #sp-bottom1 .sp-module i{
    color: #15351b;
}
#sp-bottom #sp-bottom1 .sp-module .sppb-icons-group-list li a{
    display:flex;
    justify-content:center;
    align-items:center;
}
#sp-bottom #sp-bottom1 .sp-module .sppb-icons-group-list li a:hover{
    background:rgb(255 255 255 / 40%);
}
#sp-footer1 .sp-column {
    text-align:center;
}

@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;
    padding: 15px 0;
}

@media screen and (max-width:991px){
    #sp-bottom1 img{
        width:100%;
    }
    #sp-footer #sp-footer2{
        text-align: center;
    }
    footer#sp-footer {
        padding-bottom: 50px;
    }
    #sp-footer1 .sp-column {
        text-align:center;
        margin-bottom:15px;
    }
    #sp-bottom #sp-bottom1 .sp-module ul{
        justify-content:center;
    }
}

@media (max-width:767px){
    #sp-bottom .sp-module{
        margin-bottom:50px;
    }
    #sp-bottom #sp-bottom4 .sp-module{
        margin-bottom:0px;
    }
}

/*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: 100px;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*/

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


/*EO OVERALL*/





