html, body {
    font-size: 100%;
    height: 100%;
    box-sizing: border-box;
}
:root {
    --black-mid: #666;
    --black-dark: #000;
    --black-light: #DDD;
    --pine-mid: #006341;
    --pine-dark: #003926;
    --pine-light: #E1EFEA;
    --persimmon-mid: #FFA549;
    --persimmon-dark: #E27300;
    --persimmon-light: #FEE4CA;
    --poppy-mid: #EB5721;
    --poppy-dark: #B23608;
    --poppy-light: #FCCEBE;
    --flamingo-mid: #F391A4;
    --flamingo-dark: #D94F6A;
    --flamingo-light: #F5DBE0;
    --sky-mid: #2AC4E3;
    --sky-dark: #0097B5;
    --sky-light: #CCECF2;
    --goldenrod-mid: #F5BC22;
    --goldenrod-dark: #D69F09;
    --goldenrod-light: #FBEFCC;
    --brand-primary: #3EB1C8;
    --brand-secondary: #ECA154;
    --disabled: #AAA;
    --inactive: #AAA;
    --white: #FFFFFF;
    --font-family:'Montserrat', sans-serif;
    --primary: var(--black-dark);
}
.container{
    max-width: 1408px;
    padding: 0 24px;
    margin: 0 auto;
}
body {
    font-family: var(--font-family);
    color: var(--primary);
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
}
.text-center{
    text-align: center;
}
p{
    margin: 0;
}
input,textarea,button{
    box-shadow:none !important;
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: var(--primary);
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn{
    border: none !important;
    border-radius: 5px !important;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
    border-radius: 5px !important;
}
/*头部样式*/
.top-advs{
    background: var(--goldenrod-mid);
    padding: 12px 0;
}
.xoo-el-wrap{
    border-radius: 15px;
    overflow: hidden;
}
.xoo-el-login-tgr[data-tab=login]{
    border-radius: 5px 0 0 5px;
}
.xoo-el-login-tgr[data-tab=register]{
    border-radius: 0 5px 5px 0;
}
.top-cart-link {
    position: relative;
    display: inline-block;
}
.top-cart-link .cart-contents {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.top-cart-link .cart-contents i {
    font-size: 28px;
    color: var(--pine-mid);
}

.top-cart-link .cart-count {
    background: var(--poppy-mid);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    position: absolute;
    top:-5px;
    right:-8px;
}
.xoo-el-pop-sc i{
    font-size: 28px;
    color: var(--pine-mid);
}
.top-cart-dropdown {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 999;
}
.top-cart-dropdown .widget_shopping_cart{
    width: 420px;
    background: #fff;
    padding: 24px;
    position: fixed;
    top:0;
    right:0;
    height: 100%;
}
.web-header{
    border-bottom: 1px solid #ccc;
}
/* .web-header-main{
    border-bottom: 1px solid #e5e5e5;
} */
.web-header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 5px 0;
}
.logo a{
    display: block;
}
.logo a img{
    display: block;
    height: 42px;
    width: auto;
}
.header-right{
    display: flex;
    align-items: center;
}
.top-user-menu{
    display: none;
}
.top-text-link{
    margin-left: 24px;
}
.top-user-toggle{
    display: flex;
    align-items: center;
    color: var(--pine-mid);
    font-weight: 600;
    text-transform: capitalize;
}
.top-user-toggle img{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:2px solid var(--pine-mid);
    margin-right: 5px;
}
.woocommerce-product-search{
    position: relative;
}
.woocommerce-product-search input{
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 15px;
    border:1px solid #ccc;
    font-size: 16px;
    font-size: var(--font-family);
    outline: none;
}
.top-search .woocommerce-product-search input{
    width: 680px;
    border-radius: 23px;
}
.woocommerce-product-search button{
    position: absolute;
    height: 45px;
    width: 45px;
    text-align: center;
    background: none !important;
    border:none;
    top:0;
    right:0;
    color: var(--pine-mid);
    font-size: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-search .woocommerce-product-search button{
    border-radius: 50%;
}
/*导航菜单*/
.mxnav{
    display: flex;
    justify-content: center;
}
.mxnav>li>a{
    font-weight: 500;
    display: block;
    padding: 14px 12px;
}
.mxnav>li.current-menu-item>a, .mxnav>li:hover>a{
    color: var(--pine-mid);
}
.mxnav>li.current-menu-item>a{
    font-weight: 700;
}