/* BASIC css start */
.scroll_bt_tll {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 10;
    display:none;
}
#footer {
    border-top:1px solid #ededed;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}
#footer .left {}

#footer .left .top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

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

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

#footer .left .top .menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

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

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

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

#footer .left  .mid br {
    display: none;
}

#footer .left  .mid h1 {
    font-size: 16px;
    font-weight: 700;
}

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

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

#footer .left .bottom br {
    display: none;
}

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

#footer .right {
    gap: 20px;
    display: flex;
}


@media (max-width:1024px) {
    .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 {
        flex-direction: column;
        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%;
        gap: 0;
    }

    #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;
    }

    #footer .left .bottom br, #footer .left  .mid br  {
        display: block;
    }

}
/* BASIC css end */

