﻿div.icon{height:32px;width:32px;position:relative;margin:3px;margin:.25rem;overflow:hidden;display:inline-block;}div.icon div.bag{width:32px;height:16px;background:#002f87;position:absolute;top:8px;left:0;}div.icon div.bag:after{content:'';position:absolute;left:0;bottom:-7px;height:6px;width:32px;background:#002f87;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}div.icon div.bag:before{content:'';position:absolute;top:-7px;left:9px;width:10px;height:10px;border:2px solid #002f87;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}div.icon div.mnu{border-top:5px solid #002f87;border-bottom:15px double #002f87;margin-top:7px;height:25px;}div.icon div.cross{width:25px;height:4px;background:#000;margin:15px 0 0 4px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}div.icon div.cross:after{content:'';width:25px;height:4px;background:#000;position:absolute;top:0;left:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}