header .input-search, header .input-search:focus {
    background-color: rgba(255, 255, 255, .32);
}
header .input-search {
    background-color: rgba(255, 255, 255, .32);
    color: #fff;
    border: none
}
header .container ul li a {
    font-size: 16px;
}
.text-shadow {
    color: #f5f5f5;
    text-shadow: 2px 2px 4px #aaa, -2px -2px 6px #555, 2px -2px 6px #333, -2px 2px 8px #111
}
header .shop-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%
}
#itemcos img {
    cursor: pointer;
}
.item-pics-list img:hover {
    opacity: 0.7;
}
.item-pics-list img {
    cursor: pointer;
}
.quality {
    top: 5px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
}
a {
    text-decoration: none;
    color: #333;
}
.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;
}
#Pcomment {
    cursor: pointer;
}
.translucent {
    background-color: #ffffffc4!important;
}
.translucent2 {
    background-color: #ffffff50!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;
}
.footer-icon {
    bottom: 5px;
    position: fixed;
    right: 5px;
    width: 50px;
}
.footer-icon .icon-item{
    border-radius: 70px !important;
    font-size: 1.5rem;
    color: #fff;
    height: 50px;
    margin-bottom: 5px;
    width: 50px;
    text-align: center;
}
.scroll-to-top {
    background: rgba(52, 58, 64, 0.5) none repeat scroll 0 0;
    display: none;
    height: 50px;
    line-height: 46px;
}
.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 .item-icon {
    height: auto;
    aspect-ratio: 4 / 4;
}
.item .shop-item .shop-item-name {
    -webkit-line-clamp: 3;
    min-height: 3rem;
}
.item-icon {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}
.shop-item {
    text-decoration: none;
    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;
}
.masonry .shop-item .shop-item-name {
    -webkit-line-clamp: unset;
    min-height: unset;
}
.masonry .item-icon {
    aspect-ratio:unset;
}
.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: 5px 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;
}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* Mobile Media */

/* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
    .masonry .shop-item .shop-item-name {
        -webkit-line-clamp: unset;
        min-height: unset;
    }
    .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;
    }
}