﻿@charset "utf-8";
.widgettop {
  width: 100%;
  padding: 0 5px;
  background-color: #ffcb71;
  top: 0;
  text-align: center;
  display: block;
  z-index: 999999;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  position: absolute;
}
.widgettop .firinfo {
  width: 95%;
  font-size: 12px;
  padding: 10px 0;
}
.widgettop .close {
  cursor: pointer;
  padding: 10px 0;
}
.widgettop .flex-container {
  display: flex;
}
