.footer.tp_footer {
    padding: 150px 0 50px;
    width: 100%;
    text-align: center;
}
.footer.tp_footer .social {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}
.site-copyright a{
    font-size: 14px;
    opacity: 1;
    margin-left: 0;
}
.btn-size-guide {
    font-size: 14px;
    background: #252a2b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
}
.wrap-addcart, .multinventory {
    display: none;
}

@media (max-width: 767px) {
    .primary-menumobile {
        display: none;
    }
}