nav{width:100%;height:44px;margin:0;padding:0}#top-container{width:100%;grid-template-columns:150px 1fr 180px;justify-content:space-between;background:#fcc}#headerlogo,#top-container{height:47px;margin:0;padding:0;display:grid;align-items:center}#headerlogo{width:150px;cursor:pointer}#headerlogo img{width:137px;margin-left:8px}#nav-user{height:47px;display:grid;align-items:center;justify-content:right;white-space:nowrap;margin:0 10px 0 0;padding:0;font-size:16px;font-weight:700;color:#000}#cart-btn{justify-content:center;font-size:16px;cursor:pointer;background:green}#cart-btn,#cart-btn a{width:180px;height:47px;color:#fff;display:flex;align-items:center}#cart-btn a{text-decoration:none;padding:0 0 0 60px;background:url(/img/img_ico_cart.png) no-repeat 28px #dd516f;background-size:30px 25px}.cart-badge{position:relative;top:0;left:12px;border-radius:15px;width:40px;height:30px;background:#fff;padding:0;text-align:center;color:#000;font-size:18px;display:grid;align-items:center}.cart-badge:after{content:"";height:0;width:0;pointer-events:none;position:absolute;margin-top:-6px;margin-right:-3px;border:solid rgba(255,0,0,0);border-right:solid #fff;border-width:6px 8px;right:100%;top:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#logout-dropdown{width:215px;height:65px;display:grid;grid-template-columns:1fr;align-items:center;justify-content:center;background:#fff;position:fixed;top:47px;right:180px;border-radius:0 0 8px 8px;border:1px solid #ddd;box-shadow:0 2px 12px rgba(0,0,0,.2);opacity:0;visibility:hidden;transition:.3s}#logout-dropdown span{cursor:pointer;width:100%;display:block;text-align:center;font-size:15px;padding:5px 0}#toggle{display:none;cursor:pointer}#nav-user label{padding:0 25px 0 0;cursor:pointer;background:url(/img/ic_caret.svg) no-repeat 100%}#logout-dropdown span:hover{background:#eee}#toggle:checked+#logout-dropdown{opacity:1;visibility:visible}