.game-strip{position:relative;width:100%;height:100%;overflow:hidden;display:table;background-color:#191919}.game-strip .banner-container{width:150px;height:100%;position:relative;overflow:hidden;display:table-cell}.game-strip .banner-container img.banner{position:absolute;width:140%;height:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:ease all .3s;transition:ease all .3s;-webkit-transition-delay:0s;transition-delay:0s}.game-strip .info-box{position:relative;height:100%;padding:0 10px;overflow:hidden;display:table-cell;vertical-align:middle}.game-strip .info-box h3{text-transform:uppercase;letter-spacing:2px;font-weight:400;margin:10px 0;font-size:1.3rem;color:#fff}.game-strip .shopping{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;height:100%;right:0;background-color:#12292f;font-family:'exo 2',sans-serif;overflow:hidden;-webkit-transition:ease all .3s;transition:ease all .3s}.game-strip .shopping .price-container{position:relative;width:120px;height:100%}.game-strip .shopping .price-container .discount{position:relative;width:100%;height:40%;font-size:28px;text-align:center;display:table;background:#d43e3e;background:-webkit-linear-gradient(top,#d43e3e 0%,#db006c 100%);background:linear-gradient(to bottom,#d43e3e 0%,#db006c 100%);color:#fff}.game-strip .shopping .price-container .price{height:60%;background-color:#12292f;color:#fff;display:table;width:100%;position:relative}.game-strip .vertical-aligner{width:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.game-strip .shopping .price-container .price p{font-family:'exo 2',sans-serif;margin:0}.game-strip .shopping .price-container .price p.common{font-size:14px;margin-bottom:-8px;text-decoration:line-through}.game-strip .shopping .price-container .price p.actual{font-size:22px}.game-strip .shopping .cart{display:table-cell;width:0;height:100%;overflow:hidden;position:relative;background:-webkit-linear-gradient(top,#00ffba 0%,#5efa00 100%);background:linear-gradient(to bottom,#00ffba 0%,#5efa00 100%);-webkit-transition:ease all .3s;transition:ease all .3s}.game-strip:hover .shopping .cart{width:80px}.game-strip .shopping .cart .cart-icon{width:30px;height:30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.8}.game-strip .shopping .cart .cart-icon img{width:100%;height:100%}.game-strip .shopping .cart .cart-icon .cart-icon-full{width:80%;height:0%;position:absolute;left:10%;bottom:0;-webkit-transition:ease all .3s;transition:ease all .3s;overflow:hidden;border-top:1px solid #000}.game-strip .shopping .cart:hover .cart-icon .cart-icon-full{width:70%;left:15%;height:45%}.game-strip .shopping .cart .cart-icon .cart-icon-full img{width:30px;height:auto;position:absolute;left:50%;margin-left:-15px;bottom:-1px}