/* ------------------
Social media fixed
--------------------*/
.sosmed-container {
    position: fixed;
    /* left: 15px; */
    right: 15px;
    bottom: 15px;
    z-index: 1000;
}
.sosmed-container img {
    width: 50px;
}

/* ------------------
Product
--------------------*/
.product-item .item-price {
    font-size: 1em !important;
}

/* ------------------
Mobile Web
--------------------*/
@media screen and (max-width: 600px) {
    /* Slide Custome */
    .main-swiper .swiper-slide-custome {
        height: 200px !important;
        min-height: 120px !important;
    }

    /* Logo */
    .main-logo {
        width: 40px !important;
    }
}