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

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

/*header*/

#sp-top-bar {
    background: #174FA2;
    color: #fff;
}

#sp-top-bar a {
    color: #fff;
}

#sp-header {
    background: #fff;
    top: 5px;
}

#sp-header.header-sticky {
    box-shadow: 0 3px 15px rgb(6 6 6 / 10%);
}

.sp-megamenu-parent {
    margin: 0;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #174FA2;
}

.sp-megamenu-parent>li:hover>a, .sp-megamenu-parent>li:focus>a {
  	color: #174FA2 !important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 18px;
}

.sp-megamenu-parent>li.active:before {
    content: "";
    position: absolute;
    background: #E2B12B;
    width: 100%;
    height: 4px;
    bottom: 0;
}

@media (max-width: 991px) {
    #sp-header {height: 80px !important;}
    #offcanvas-toggler { height: 80px; line-height: 80px; }
    #sp-header .logo { height: 80px; }
    #sp-top-bar .sp-contact-info { text-align: center; }
}

.offcanvas-menu {
    background: #fff;
    border-left: 5px solid #cc9036;
}

.offcanvas-menu .offcanvas-inner .header-modules {
    margin: 0 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    padding: 15px 0px !important;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #174FA2;
    font-weight: 600;
    opacity: 1;
}

.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: #174FA2;
}

/*end of header*/


/*page title*/

.sp-page-title {
    height: 400px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 40px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.sp-page-title .container {
    z-index: 1;
    width: fit-content;
    margin-left: 0;
    position: relative;
    padding: 20px 130px 20px 80px;
}

.sp-page-title .container:before {
    content: "";
    position: absolute;
    background: #174ea2;
    width: 200%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    transform: skew(-30deg);
}

.sp-page-title .container:after {
    content: "";
    position: absolute;
    background: #cc9036;
    width: 200%;
    height: 100%;
    z-index: -2;
    top: -20px;
    right: -40px;
    transform: skew(-30deg);
}

.sp-page-title .sp-page-title-heading {
    font-size: 52px;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

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

@media (max-width: 767px) {
    .sp-page-title {height: 250px;justify-content: center;}
    .sp-page-title .container { width: 100%; margin: auto 15px; text-align: center; padding: 15px 30px; }
    .sp-page-title .container:before {width: 100%;left: 0;right: 0;margin: auto;border-bottom: 3px solid #cc9036;transform: none;}
    .sp-page-title .container:after { display: none; }
    .sp-page-title .sp-page-title-heading { font-size: 42px; }
    .sp-page-title .breadcrumb { font-size: 14px; margin-top: 5px; justify-content: center; }
}

/*end of page title*/








/*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 {
    background: #174FA2 !important;
    padding: 50px 0 0;
    font-size: 16px;
    font-weight: 300;
    border-top: 8px solid #e2b12b;
}

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

#sp-bottom .sp-module ul {
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
}

#sp-bottom .sp-module ul>li {
    /* padding: 0 15px; */
    /* text-transform: uppercase; */
}


#sp-bottom .sp-module .sp-module-title {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

#sp-footer {
    background: #174FA2;
    font-size: 16px;
}

#sp-footer>div>.container-inner{
    border-top: 1px solid rgb(255, 255, 255, 0.3);
    text-align: center;
    padding: 15px 0;
}

#sp-footer a { color: #fff; }

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

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


/*EO OVERALL*/





