.quality {
    top: 5px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
}
a:hover {
    text-decoration: none;
}
.buys {
    background: #f5234a none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
    padding: 0 6px;
    position: absolute;
    right: 5px;
}
.player-btn img {
    height: 40px;
}
.embed-responsive-3by4::before {
    padding-top: 133%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.os-nav {
    background: #edededa3;
}
.os-nav .top-search input {
    height: 38px;
    border-radius: 0;
    box-shadow: none !important;
}
.translucent {
    background-color: #ffffffc4!important;
}
.item-title-content {
    background: #ebeef2;
    background: linear-gradient(to right, rgb(106 151 181 / 7%), rgb(233 213 252 / 27%));
    border-radius: 10px;
    padding: 0.6rem;
}
.scroll-to-top {
    background: rgba(52, 58, 64, 0.5) none repeat scroll 0 0;
    border-radius: 70px !important;
    bottom: 140px;
    color: #fff;
    display: none;
    height: 50px;
    line-height: 46px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
}
.main-title {
    background-color: rgb(38 42 46 / 3%);
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
}
footer.footer {
    padding: 15px;
    width: 100%;
}
.item .item-icon {
    height: auto;
    aspect-ratio: 3 / 4;
}
.item .shop-item .shop-item-name {
    -webkit-line-clamp: 4;
}
.item-icon {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}
.shop-item {
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    background: #ffffff50;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.shop-item .shop-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.shop-item .shop-item-price {
    font-size: 18px;
    color: #cec403;
    font-weight: 700;
    flex-shrink: 0;
}
.shop-item .shop-item-name {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    flex-shrink: 0;
    margin: 10px 0;
}
.shop-item .shop-stock-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    flex-grow: 1;
    align-items: flex-end;
}
.shop-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}
.font-animation {
    transition: transform .2s ease-in-out
}
.font-animation:hover {
    transform: translateY(-2px)
}
.wl-panel {
    background-color: #ffffffc4!important;
}
.radius {
    border-radius: 12px!important;
}
.User-avatar {
    height: 23px;
    width: 23px;
    object-fit: cover;
}
[data-waline] img {
    width: 50px!important;
    height: 50px!important;
    object-fit: cover;
}
.wl-avatar img {
    width: 54px!important;
    height: 54px!important;
}
.list-page .card-body, .item-page .card-body {
    padding: 0.5rem;
}
.art-video-player.art-mini {
    bottom: 40px !important;
    right: 80px !important;
    top: auto !important;
    left: auto !important;
}
/* Mobile Media */

/* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
    .art-video-player.art-mini {
        top: 0 !important;
        left: 0 !important;
        height: calc(100vw * 0.5625) !important;
        width: 100% !important;
    }
    .list-page .container, .item-page .container {
        padding-right: 0;
        padding-left: 0;
    }
    .list-page .container .row, .item-page .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}