.bestseller{background-color:#232231;font-family:Montserrat,sans-serif;padding:24px 0}.bestseller-headtitle{border-bottom:1px solid #44454e;display:flex;justify-content:center;margin-bottom:24px;width:100%}.bestseller-headtitle h3{color:#fff;font-size:24px;font-weight:400;margin:0;padding:12px 0;position:relative;text-align:center}.bestseller-headtitle h3:after{background-color:#fd682b;bottom:0;content:"";display:block;height:1px;left:0;margin:auto;position:absolute;right:0;width:80%}.bestseller-games{display:flex;justify-content:flex-start;overflow-x:auto;padding:24px 0;width:100%}.bestseller-games .item{border-radius:8px;display:block;height:220px;min-width:180px;overflow:hidden;position:relative;transition:all .3s ease-in-out}.bestseller-games .item:not(:last-child){margin-right:24px}.bestseller-games .item:hover{box-shadow:0 5px 30px rgba(0,0,0,.3);transform:translateY(-10px)}.bestseller-games .item img{height:calc(100% - 48px);left:0;max-width:100%;object-fit:cover;position:absolute;top:0}.bestseller-games .item-title{align-items:center;background:#000;background:linear-gradient(90deg,#000,#2f3145);bottom:0;box-sizing:border-box;color:#fff;display:flex;height:48px;justify-content:space-around;padding:0 8px;position:absolute;width:100%}.bestseller-games .item-title span{font-size:10px;font-weight:300;text-transform:uppercase}.bestseller-games .item-price{color:#fd882b;font-size:18px;font-weight:700}@media screen and (max-width:768px){.bestseller-headtitle{justify-content:flex-start}.bestseller-headtitle h3:after{width:100%}}