/* Global styles */
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:15px/1.45 Arial,"Times New Roman","Bodoni Moda SC",Helvetica,sans-serif !important;
  color:#000000;
  background-color: #FFF;
}
input,select,textarea,button{
  font:15px/1.45 Arial,"Times New Roman","Bodoni Moda SC",Helvetica,sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}

/* 富文本内容区域恢复斜体样式 */
.desc em,
.desc i,
.description em,
.description i,
.homebanner .description em,
.homebanner .description i,
.subbanner .desc em,
.subbanner .desc i,
.banner-content em,
.banner-content i,
.wp-editor-area em,
.wp-editor-area i,
.newcollection-body .desc em,
.newcollection-body .desc i,
.homestory .desc em,
.homestory .desc i,
.homebagpic .desc em,
.homebagpic .desc i {
    font-style: italic !important;
}
img{
    border: 0;
}
@font-face {
    font-family: 'Bodoni Moda SC';
    font-weight: 600;
    src: url('../font/BodoniModaSC.ttf') format('truetype');
}
@font-face {
    font-family: 'Bodoni Moda SC Italic';
    font-weight: 600;
    src: url('../font/BodoniModaSC-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Times Bold Italic';
    src: url('../font/TimesBold-Italic .ttf') format('truetype');
}
.wrapper{
  display: block;
  padding: 0 6%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#2A2D25;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#849075;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#808080;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#808080;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#808080;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color:#808080;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #EF813A;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 45px;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    border: 1px solid #000000;
    font-family: 'Times New Roman';
    font-weight: 500;
    font-style: italic;
}
.btn a.white{
    color: #FFF;
    border: 1px solid #FFF;
}
.btn a.cur{
    color: #FFF;
    background: #000;
    border: 1px solid #000;
}
.btn a:hover,.btn a.cur:hover{
    color: #FFF;
    background: #849075;
    border: 1px solid #849075;
}
.btn a.white:hover{
    color: #000;
    background: #FFF;
    border: 1px solid #FFF;
}
.all-btn {
    display: block;
    width: 160px;
    margin: 45px auto 0;
}
.topbar{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background-color: #849075;
}
.swiper-button-prev{
    left: 0;
    top: 50%;
}
.swiper-button-next{
    right: 0;
    top: 50%;
}
.swiper-button-next, .swiper-button-prev{
    padding: 20px 20px;
    background-color: transparent;
    border-radius: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #849075;
    font-size: 30px;
    font-weight: bold;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.8;
}

/* 手机端缩小全局箭头 */
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        padding: 8px 8px !important;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: bold;
    }
}
/*header*/
.header {
    width: 100%;
    position:relative;
    top: 0;
    left: 0px;
    height: 75px;
    transition: all 0.35s;
    z-index: 99999;
    background: #2a2d25;
    background-size: 100% auto;
    overflow: visible;
}
.home .header{
    width: 100%;
    position:absolute;
    top: 35px;
    left: 0px;
    height: 75px;
    transition: all 0.35s;
    z-index: 99999;
    background: transparent;
    background-size: 100% auto;
}
.header.show {
    position: fixed;
    top: 0;
    height: 75px;
    background: #2a2d25;
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.header.show .wrapper{
    height: 75px;
}
.header.show .logo{
    display: flex;
    align-items: center;
}
.header.show .logo img{
    display: block;
    width: auto;
    height: 38px;
    margin-bottom: 10px;
}
.header.show .icon-menu,.header.show .icon-close{
    margin-top: 0;
}
.header .wrapper{
    display: flex;
    height: 105px;
    padding: 0 35px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}
.header .leftbox{
    display: flex;
    justify-content: flex-start;
}
.header .logo{
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: 46px;
    margin: 14px 0 15px 0;
}
.header .logo img{
    display: block;
    width: 170px;
    height: 35px;
}
.header .nav{
  display: flex;
  justify-content: flex-start;
  list-style:none;
  margin:0;
  padding:0 0 0 25px;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.header .nav li{
  width: auto;
  height: 75px;
  padding: 6px 15px 0 15px;
  display:inline-block;
  position:relative;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.header .nav li a{
  display:block;
  width:auto;
  height: 75px;
  line-height: 75px;
  color:#FFFFFF;
  font-size:16px;
  text-align: left;
  position: relative;
}
.header .nav li:hover,.header .nav li.cur{
  color:#FFFFFF;
}
.header .nav li a:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 12px;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: all 0.35s;
}
.header .nav li.cur a:after,.header .nav li:hover a:after {
  width: 100%;
  margin-left: -50%;
  background-color: #FFF;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: 0;
    top: 75px;
    padding: 2px 20px 2px 20px;
    display: block;
    min-width: 100%;
    background-color: #849075;
    border-radius: 0;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.45);
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 14px;
    color: #EAEAEA;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.80);
}
.header .nav li.active dl a:after,.header .nav li:hover dl a:after{
  display: none;
}
.header .rightbox{
    float: right;
    display: flex;
    min-width: 225px;
    margin-top: 15px;
    height: 40px;
    overflow: visible;
    justify-content: flex-end;
}
.header .rightbox .item{
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
}
.header .rightbox .item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.header .rightbox .item a i.num {
    position: absolute;
    right: -2px;
    top: -6px;
    border-radius: 50%;
    display: block;
    width: auto;
    min-width: 14px;
    height: 14px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    padding: 0 3px;
    background-color: #FFF;
    color: #000;
    font-size: 12px;
    font-style: normal;
}
.header .rightbox .item:hover{
    transform: scale(1.15);
}
.header .rightbox .icon-search {
    background: url(../img/icon-search.png) no-repeat left center;
    background-size: 18px 18px;
}
.header .rightbox .icon-user {
    background: url(../img/icon-user.png) no-repeat left center;
    background-size: 18px 18px;
}
.header .rightbox .icon-cart {
    background: url(../img/icon-cart.png) no-repeat left center;
    background-size: 18px 18px;
}
.header .rightbox .icon-fav {
    background: url(../img/icon-fav.png) no-repeat left center;
    background-size: 18px 18px;
}
.header .rightbox .icon-search:hover{
    opacity: 0.8;
}
.search-wrap{
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
}
.search-wrap .item{
    margin-left: 0 !important;
}
.search-wrap .item.show{
    display: none;
}
.search-wrap .search-box.show{
    display: flex;
}
.search-box {
    position: absolute;
    right: 0;
    top: -11px;
   /*** display: none;***/
    justify-content: space-between;
    width: 180px;
    height: 38px;
    border-bottom: 1px solid #FFF;
    z-index: 511;
    transition: all .4s ease;
}
.search-box .so-input {
    padding: 0 2%;
    width: calc(100% - 26px);
    box-sizing: border-box;
    background: none;
    border: none;
    height: 48px;
    display: block;
    font-size: 14px;
    color: #FFF;
}
.search-box .so-input::-webkit-input-placeholder{
    color:#FFF;
}
.search-box button{
    width: 26px;
    height: 48px;
    border: none;
    cursor: pointer;
}
.icon-menu {
    position: relative;
    margin-top: 14px;
    margin-right: 35px;
    width: 110px;
    height: 24px;
    line-height: 1;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    font-family: 'Times New Roman';
    font-size: 24px;
    font-weight: normal;
    padding-left: 50px;
    cursor: pointer;
    background: url(../img/icon-menu.png) no-repeat left center;
    background-size: auto 100%;
    transition: all .3s;
}
.icon-menu:hover{
    transform: scale(1.08);
}
.icon-close {
    position: relative;
    margin-top: 11px;
    margin-right: 35px;
    width: 37px;
    height: 28px;
    cursor: pointer;
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 100%;
    transition: all .3s;
}
.icon-close:hover{
    transform: scale(1.15);
}
.content{
    display: block;
    width: 100%;
    padding: 50px 6% 30px;
    position: relative;
}
.path{
    display: block;
    width: auto;
    padding: 15px 0 10px;
    line-height: 35px;
    font-size: 12px;
    position: relative;
    z-index: 20;
    color: #666;
}
.path a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}
.path a:hover {
    color: #849075;
}
.path span {
    font-size: 10px;
    padding: 0px 6px;
    color: #999;
}
.path .current {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.h2title {
    padding: 0 0 60px;
    font-size: 36px;
    font-family: 'Bodoni Moda SC';
    text-align: center;
    color: #849075;
}
/*页码*/
.zs-pages {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.zs-pages .pagination {
  display: flex;
  justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    background: #FFF;
    text-align: center;
    color: #849075;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #e8e7e5;
}
.zs-pages a:hover{
    background: #849075;
    color: #fff;
    border: 1px solid #849075;
}
.zs-pages a i{
    margin-right: 0;
    font-weight: bold;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 0px;
    background: #849075;
    color: #FFF;
    border: 1px solid #849075;
    text-align: center;
    margin: 0 6px;
}
.zs-main{
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
}
.zs-main .left{
    flex: 0 0 82%;
    width: 82%;
    padding-right: 60px;
}
.zs-main .left .title-wrap{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.title-wrap{
    font-family: 'Times New Roman';
    font-style: italic;
}
.zs-main .left .title-wrap.nod{
    border-bottom: none;
}
.zs-main .right{
    flex: 0 0 18%;
    width: 18%;
}
.zs-leftnav{
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 20px;
}
.zs-leftnav ul{
    display: block;
}
.zs-leftnav li{
    display: block;
    padding: 20px 0;
}
.zs-leftnav li a{
    display: flex;
    font-size: 16px;
    font-family: 'Times New Roman';
    font-style: italic;
    line-height: 20px;
    justify-content: space-between;
}
.zs-leftnav.pronav li a h2{
    font-size: 16px;
}
.zs-leftnav li a .iconfont{
    transition: all .3s;
}

/* 手机端缩小菜单箭头 */
@media (max-width: 767px) {
    .zs-leftnav li a .iconfont {
        font-size: 12px !important;
    }
}
.zs-leftnav li.cur a{
    color: #849075;
    font-weight: bold;
}
.zs-leftnav li.cur a h2{
    font-weight: bold;
}
.zs-leftnav.pronav{
    padding-bottom: 30px;
}
.zs-leftnav.pronav li{
    border-bottom: 1px solid #EAEAEA;
}
.zs-leftnav.pronav li.cur a .iconfont{
    transform: rotate(180deg);
}
.zs-leftnav.pronav li .threenav{
    display: none;
}
.zs-leftnav.pronav li.cur .threenav{
    display: block;
    padding: 15px 0 0 0;
}
.zs-leftnav.pronav li.cur .threenav a{
    color: #666666;
    font-weight: normal;
    line-height: 1.5;
    padding: 8px 0;
    font-size: 14px;
}
.zs-leftnav.pronav li.cur .threenav a:hover,.zs-leftnav.pronav li.cur .threenav a.cur{
    color: #849075;
}
.subnav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subnav li{
    padding: 30px 15px 0;
    position: relative;
    z-index: 100;
}
.subnav li a{
    font-size: 18px;
    color: #808080;
}
.subnav li a .iconfont {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 2px;
    color: #808080;
    transition: transform 0.3s ease;
}
.subnav li:hover a .iconfont{
    transform: rotate(180deg);
}
.subnav li.cur a,.subnav li a:hover{
    color: #000;
}
.subnav li dl{
    display: none;
}
.subnav li:hover dl{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0;
    padding: 15px 0 2px 0;
    display: block;
    min-width: 200px;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.45);
    z-index: 100;
}
.subnav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.subnav li:hover dl dd{
    padding: 0 15px;
    text-align: center;
    /*position: relative;*/
}
.subnav li:hover dl dd:last-child{
  border-bottom: none;
}
.subnav li:hover dl dd a{
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    display: block;
}
.subnav li:hover dl dd:last-child a{
  border-bottom: none;
}
.subnav li:hover dl dd a:hover,.subnav li:hover dl dd.cur a{
    color: #849075;
}
.subnav li.active dl a:after,.subnav li:hover dl a:after{
  display: none;
}

/* 价格过滤器样式 - 精致小巧版 */
.price-filter-dropdown {
    min-width: 280px !important;
    width: 280px !important;
    padding: 20px 18px 18px 18px !important;
}

.price-filter-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.price-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 6px 10px;
    flex: 1;
    background: #fafafa;
    transition: all 0.2s ease;
}

.price-input-group:focus-within {
    border-color: #849075;
    background: #fff;
}

.price-input-group .currency {
    font-size: 13px;
    color: #808080;
    margin-right: 4px;
    font-weight: 400;
}

.price-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 13px;
    color: #333;
    background: transparent;
    font-weight: 400;
}

.price-input::placeholder {
    color: #aaa;
    font-weight: 300;
}

.price-separator {
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
}

.price-slider-container {
    padding: 8px 10px 4px 10px;
}

.price-slider {
    position: relative;
    height: 4px;
    margin: 16px 0 12px 0;
}

.price-slider-track {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e8e8e8;
    border-radius: 2px;
    left: 0;
}

.price-slider-range {
    position: absolute;
    height: 4px;
    background: #849075;
    border-radius: 2px;
    z-index: 1;
}

.slider-thumb {
    position: absolute;
    width: 100%;
    height: 20px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    top: -8px;
    left: 0;
    z-index: 2;
    margin: 0;
}

#slider-max {
    z-index: 3;
}

.slider-thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #849075;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.slider-thumb::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(132,144,117,0.4);
    border-width: 3px;
}

.slider-thumb::-webkit-slider-thumb:active {
    transform: scale(1.1);
    box-shadow: 0 1px 4px rgba(132,144,117,0.5);
}

.slider-thumb::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #849075;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.slider-thumb::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(132,144,117,0.4);
    border-width: 3px;
}

.slider-thumb::-moz-range-thumb:active {
    transform: scale(1.1);
    box-shadow: 0 1px 4px rgba(132,144,117,0.5);
}

.price-filter-apply {
    width: 100%;
    padding: 8px 16px;
    background: #849075;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
	font-family: 'Times New Roman'; 
	font-style: italic;
}

.price-filter-apply:hover {
    background: #6d7760;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(132,144,117,0.25);
}

/*footer*/
.footer{
    display: block;
    width: 100%;
    height: 600px;
    background: #2a2d25 url('../img/bg-footer.jpg') no-repeat center center;
    background-size: cover;
}
.foot-newsletter{
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: center;
}
.foot-newsletter .title{
    display: block;
    font-size: 24px;
    line-height: 45px;
    font-family: 'Times New Roman';
    font-style: italic;
    color: #FFF;
    padding-right: 15px;
}
.foot-newsletter input{
    display: block;
    width: 516px;
    height: 45px;
    font-size: 14px;
    color: #FFF;
    padding: 0 15px;
    background: rgba(255,255,255,0);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.foot-newsletter input:focus{
    border: 1px solid #FFF;
}
.foot-newsletter button{
    display: block;
    width: 128px;
    height: 44px;
    cursor: pointer;
    color: #000;
    background: #FFF;
    border-radius: 0px;
    border: none;
    margin-left: 10px;
    font-family: 'Times New Roman', serif;
    font-style: italic;
}
.foot-newsletter button:hover{
    opacity: 0.8;
}
.footer .foot-nav{
    display: flex;
    padding-bottom: 120px;
    justify-content: space-between;
}
.footer .foot-nav li{
    flex: 0 0 20%;
    min-width: 20%;
    height: auto;
    text-align: left;
    padding-right: 35px;
    color: #FFF;
}
.footer .foot-nav li:last-child{
    padding-right: 0;
}
.footer .foot-nav li dt{
    display: block;
    color: #FFF;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .foot-nav li dd{
    display: block;
    font-size: 14px;
    white-space: nowrap;
}
.footer .foot-nav li a{
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #FFF;
    white-space: nowrap;
}
.footer .foot-nav li.follow a{
    display: flex;
    align-items: center;
}
.footer .foot-nav li.follow a img{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    filter: invert(100%);
}
.footer .foot-nav li a:hover{
    color: #849075;
}
.footer .foot-copyright{
    display: flex;
    font-size: 14px;
    line-height: 1.625;
    padding: 0 0 35px;
    color: #FFF;
    justify-content: space-between;
}
.footer .foot-copyright .privacy a{
    margin-left: 26px;
    color: #FFF;
}




