.animated{animation-duration:.7s;animation-fill-mode:both;transition:opacity .3s ease-out,transform .7s ease-out;opacity:0}.animated-duration-one-point-five-sec{animation-duration:1.5s}.fadeInLeft{animation-name:fadeInLeft}.fadeOutLeft{animation-name:fadeOutLeft}.fadeInRight{animation-name:fadeInRight}.fadeOutRight{animation-name:fadeOutRight}.fadeInDown{animation-name:slideDown}.fadeInUp{animation-name:fadeInUp}.fadeIn{animation-name:fadeIn}.width-animation{transition:width 1s ease-in-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(-100px)}to{opacity:0;transform:translate(-200px)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(100px)}to{opacity:0;transform:translate(200px)}}@keyframes slideDown{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.triangle-left{width:0;height:0;border-top:5px solid transparent;border-right:10px solid #555;border-bottom:5px solid transparent;margin-bottom:-5px}@media only screen and (max-width: 600px){.product-banner-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}}
