* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

/*footer*/
footer {
    margin-top:30px;
    background: #e6e6e6;
    padding: 40px 0 0 0;
    /*background: #4E9DC6; */
}

.bx_footer {
    max-width: 95%;
    margin: auto;
}

.bx_footer_wrap {
    display: flex;
    flex-wrap: wrap;
    color: #141414;
    margin-bottom: 40px;
}

.bx_footer_left {
    width: 66%;
}

.bx_footer_right {
    width: 34%;
}

.footer-link-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer-link-block {
    flex: 1;
    margin-right: 48px;
}

.footer-module-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.bx_footer_wrap a {
    color: #141414;
    text-decoration: none;
}

.footer-link-block ul a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
}

.footer-link-block ul a:hover {
    text-decoration: underline;
}


.subscribe-content {
    display: flex;
    padding-top: 5px;
}

.subscribe-content .footer-sub-addr {
    flex: auto;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEDEDE;
    border-right: none;
    box-sizing: border-box;
    color: #141414;
    font-size: 14px;
}

.subscribe-content .footer-sub-btn {
    margin: 0;
    height: 40px;
    background: #000;
    border-radius: 0px 4px 4px 0px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 18px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

.subscribe-content .footer-sub-btn:hover {
    color: #F3C5A9;
    background: #444;
}

.footer_join_us {
    margin-top: 32px;
}

.join_us_content {
    padding-top: 5px;
    display: flex;
    gap: 20px;
}

.footer_join_us svg {
    fill: #222;
    width: 26px;
    height: 26px;
}

.footer_join_us .footer_facebook svg:hover {
    fill: #3d5b99;
}

.footer_join_us .footer_instagram svg:hover {
    fill: #f00;
}

.footer_join_us .footer_pinterest svg:hover {
    fill: #bd191c;
}

.footer_join_us .footer_youtube svg:hover {
    fill: #ff2500;
}

.footer_join_us .footer_twitter svg:hover {
    fill: #000;
}

.footer_join_us .footer_tumblr svg:hover {
    fill: #304f6c;
}


/*simple footer*/
.bx_simple_footer {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.simple_footer_wrap {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    width: 100%;
    padding: 30px 50px 30px;
    margin-bottom: 40px;
}

.des-item {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.des-item .des-icon {
    background: url(../images/icon.png) no-repeat;
    width: 54px;
    height: 54px;
    background-size: 54px 162px;
}

.des-item .des-icon.litb-icon-1 {
    background-position: 0 -108px;
}

.des-item .des-icon.litb-icon-2 {
    background-position: 0 -54px;
}

.des-item .des-icon.litb-icon-3 {
    background-position: 0 0;
}

.des-item h3 {
    color: #333333;
    font-size: 18px;
    margin: 10px 0;
}

.des-item .des-item-content {
    font-size: 15px;
    line-height: 25px;
    color: #888888;
}


/*public footer*/
.payment-and-shipping {
    text-align: center;
    padding: 30px 0 20px;
}

.shipping-icons {
    margin-top: 19px;
}

.payment-and-shipping img {
    max-height: 30px;
    margin: 0 3px;
}

.footer_copyright {
    border-top: 1px solid #DEDEDE;
    padding: 20px 0;
    font-size: 14px;
    color: #141414;
    line-height: 19px;
    text-align: center;
}