/*body*/
.body-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.body-innerwrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*countdown*/

section#sp-promo-bar {
    order: -1;
    transition: all 0.5s;
    top: 0;
    position: relative;
}

section#sp-promo-bar.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
}

.countdown-style-001 {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.countdown-style-001 .sppb-countdown-timer>div {
    background: #a87b22;
    line-height: 1.2;
    font-family: 'DM Serif Display', sans-serif;
    padding: 6px 10px 10px;
    flex: 1;
    min-width: 80px;
    border-radius: 5px;
}

.countdown-style-001 span.sppb-countdown-number {
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
}

.countdown-style-001 .sppb-countdown-timer span.sppb-countdown-text {
    font-size: 14px;
    text-transform: lowercase;
}

.countdown-style-001 .sppb-countdown-timer {
    gap: 10px;
    margin: 0;
}

.countdown-style-001 .countdown-text-wrap {
    padding-right: 30px;
}

.countdown-style-001 .sppb-countdown-timer .sppb-countdown-finishedtext {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px;
}

@media (max-width: 991px) {
    .countdown-style-001 { display: block; text-align: center; }
    .countdown-style-001 .countdown-text-wrap { padding: 0 10px 10px; }
    .countdown-style-001 .countdown-text-wrap .sppb-addon-title { font-size: 16px; letter-spacing: 0.5px; }
    .countdown-style-001 span.sppb-countdown-number { font-size: 24px; }
    .countdown-style-001 .sppb-countdown-timer span.sppb-countdown-text { font-size: 12px; }
    .countdown-style-001 .sppb-countdown-timer>div { min-width: 60px; padding: 5px; }
}

/*end of countdown*/



/*page title*/
.sp-page-title {
    background-image: linear-gradient(45deg, #a87b22, #c1891c, #deb216);
    text-align: center;
    position: relative;
    padding: 40px 30px;
}

.sp-page-title:before {
    content: "";
    position: absolute;
    border: 2px solid rgb(255 255 255 / 50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.sp-page-title .breadcrumb {
    justify-content: center;
    font-size: 14px;
    margin-top: 5px;
}

.sp-page-title .sp-page-title-heading {
    line-height: 1.2;
    font-size: 42px;
}

/*header*/

#sp-header {
    height: 60px;
    overflow: hidden;
}

#sp-header-topbar .container {
    border-bottom: 1px solid #e5e5e5;
}

#sp-header-topbar .container-inner {
    border: 0;
}

@media (min-width: 1200px) {
    .menu-with-offcanvas { position: absolute; right: 0; }
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 60px;
    padding: 0 15px !important;
}

#sp-header-topbar .container-inner>.row {
    height: 100px;
}

.logo-image {
    height: 85px !important;
}

@media (max-width: 1199px) {
    #sp-header-topbar { display: none; }
    #sp-header { height: 80px; } 
    #sp-header.lg-header .logo { height: 80px; }
    .logo-image { height: 70px !important; }
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span { line-height: 80px;}
}

@media (max-width: 1199px) {
    .sp-megamenu-wrapper { display: none !important; }
    #sp-header #offcanvas-toggler.offcanvas, #sp-header #offcanvas-toggler.mega { display: inline-flex !important;}
}

@media (max-width: 991px) {
    #sp-header { height: 80px !important; }
    #offcanvas-toggler { height: 80px; line-height: 80px; }
    #sp-header .logo { height: 80px; }
    #sp-header.lg-header #offcanvas-toggler.mega { display: flex !important; }
}

/*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 {
    font-weight: 200;
    letter-spacing: 0.2px;
    padding: 70px 50px 50px;
}

#sp-bottom .container {
    max-width: 100%;
}

@media (max-width: 767px) {
    #sp-bottom {padding: 50px 0px 40px;}
}

#sp-bottom .sp-module .sp-module-title {
    color: #a87b22;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

#sp-bottom .sp-module ul>li>a,
#sp-bottom a {
    color: #fff;
    opacity: 0.8;
}

#sp-bottom .sp-module ul>li>a:hover, #sp-bottom .sp-module ul>li>a:focus,
#sp-bottom a:hover, #sp-bottom a:focus {
    color: #fff;
    opacity: 1;
}


@media screen and (min-width:1199px){
section#sp-bottom>div>div>div {
    display: flex;
    justify-content: center;
}}

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

@media screen and (max-width:991px){
#sp-footer #sp-footer2{
    text-align: center;
}
#sp-bottom .sp-module { margin-bottom: 50px; }
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: 23px;
    top: 5px;
    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;
}

/*EO OVERALL*/






