/* BASIC css start */
.scroll_bt_tll {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 10;
    display:none;
}
.scroll_bt_tll a {
    display: block;
    position: relative;
    margin-top: 4px;
}
.scroll_bt_tll a .baket_count {
    background: var(--main-color);
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
    right: -3px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}
#footer {
    border-top:1px solid #ededed;
    margin-top: 40px;
    padding: 40px 20px;
}
#footer .left {}

#footer .left .top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 40px;
    flex-direction: column;
}

#footer .left .top .logo {
    max-width: 91px;
}

#footer .left .top img {
    max-width: 100%;
}

#footer .left .top .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#footer .left .top .menu a {
    font-size: 12px;
    line-height: 14.06px;
}

#footer .left .top .menu a strong {
    font-weight: 600;
}

#footer .left  .mid {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}

#footer .left  .mid h1 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 16.41px;
}

#footer .left .mid b {
    font-weight: 400;
    color: #000;
}

#footer .left .bottom {
    line-height: 22px;
    color: #666;
    font-size: 12px;
}

#footer .left .bottom b {
    font-weight: 400;
    color: #000;
}

#footer .right {
    gap: 20px;
    display: flex;
    margin-top: 40px;
}
p.copyright {
    margin-top: 20px;
    color: #000;
    line-height: 20px;
    font-size: 12px;
}

/* BASIC css end */

