body.single-product #sidebar{display:none}body.single-product #left-area{float:none;margin-left:auto;margin-right:auto}body.single-product #main-content .container:before{display:none}.marquee-container{position:relative;overflow:hidden;width:200px;height:600px}.marquee-text{position:absolute;top:0;left:0;animation:scrollText 50s linear infinite}@keyframes scrollText{from{transform:translateY(0)}to{transform:translateY(-100%)}}