/* /templates2_0/module/buyer/warning/index.less */
.module_buyer_warning {
  position: relative;
  box-sizing: border-box;
  background: #e50000;
  color: #fff;
  left: 5px;
  right: 0;
  top: 30px;
  text-align: center;
  margin: 0;
  padding: 10px;
  z-index: 999;
}
.module_buyer_warning .message {
  font: 16px/20px Tahoma, sans-serif;
  color: inherit;
  padding: 10px 0;
}
.module_buyer_warning .message a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
.module_buyer_warning .message a:hover {
  text-decoration: none;
}
