.wrapper-home-service {
    display: none;
}
.multinventory{
    display: none;
}
#buyNow{
    margin-bottom: 10px;
}
.fixed-item {
    position: fixed;
    bottom: 110px;
    right: 52px;
    z-index: 99;
    width: 60px;
    height: 60px;
}
#homepage_slider.owl-carousel .owl-item img{
    height: 100% !important;
}
.fixed-item.fixed-facebook {
    bottom: 105px;
    right: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    width: 60px;
    height: 60px;
    color: #fff;
}
.fixed-facebook img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.fixed-item.fixed-instagram {
    right: 30px;
    bottom: 175px;
    width: 50px;
    height: 50px;
}
.fixed-item.fixed-messenger {
    bottom: 40px;
    background: #0A7CFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30px;
    width: 55px;
    height: 55px;
}
.fixed-item.fixed-fb.tiktok {
    bottom: 240px;
    background: #000;
}
.fixed-item.fixed-fb.fb-icon {
    display: none;
}