body {
  background: #ddd;
}
.main.area {
  text-transform: uppercase;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #ff6817;
  padding: 0 12px;
  height: 100%;
  min-width: 665px !important;
}
.details {
  display: flex;
}
.left.area,
.r.area {
  flex: 1;
}
.r.area {
  margin-left: 32px;
}
.category h4 {
  font-style: italic;
  margin-bottom: 4px;
}
.item {
  padding-left: 12px;
  padding-right: 4px;
  font-weight: 60;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.item:not(.notable) {
  display: flex;
}
.item .info {
  display: flex;
}
.item .note {
  display: none;
  font-family: "Source Sans Pro";
  font-weight: 300;
  text-align: center;
  color: #dd3e27;
}
.item .name {
  color: #000;
}
.item .value {
  color: #9d9d9d;
  font-weight: 300;
  flex: 1;
  font-size: small;
}
.item .price,
.item .text {
  color: #ff471b;
  flex: 1;
  text-align: right;
}
.notable.item:not(.active):hover {
  cursor: pointer;
}
.notable.item:not(.active):hover div {
  color: #dd3e27;
}
.notable.item:not(.active):hover .name,
.notable.item:not(.active):hover .price {
  text-decoration: underline;
}
.active.notable.item {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding-bottom: 4px;
}
.active.notable.item .note {
  display: inherit;
}
.active.notable.item div {
  color: #dd3e27;
}
.item.noted div {
  color: #dd3e27;
}
.item.noted .note {
  display: inherit;
}
.item textarea.note {
  border: 0;
  outline: 0;
  width: 100%;
  height: 29px;
}
.item .note .action {
  display: none;
  text-align: right;
  color: #dd3e27;
  padding-right: 4px;
  padding-top: 2px;
}
.item .note .action.cancel {
  margin-right: 12px;
}
.item .note .actions {
  display: flex;
  flex-direction: row-reverse;
}
.active.item .note .action {
  display: inherit;
}
.active.item .note .action:hover {
  cursor: pointer;
  text-decoration: underline;
}
.price.group.item .text {
  color: #ff471b;
  text-transform: none;
}
.zip.code.item input {
  width: 100px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  color: #ff471b;
  text-align: center;
}
.zip.code.item .input {
  flex: 1;
  text-align: center;
}
.button {
  background: #9d9d9d;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
}
.button:hover {
  cursor: pointer;
  background: #ff471b;
}
.price.override.category {
  margin-top: 32px;
  padding-bottom: 32px;
}
.price.override.category .menu {
  width: 100%;
  display: flex;
}
.price.override.category select {
  border-radius: 3px;
  background: #ddd;
  flex: 2;
}
.price.override.category .button {
  flex: 1;
}
.enter.bid.category {
  margin-top: 32px;
}
.enter.bid.category .items {
  display: flex;
}
.item .error.msg {
  text-transform: none;
  color: #f00;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: smaller;
  padding-top: 6px;
}
.item .error.msg.show {
  opacity: 1;
}
input.bid {
  font-size: smaller;
}
input.error {
  border: 1px solid #f00 !important;
}
.dimmed .ui.loader {
  display: inherit !important;
  z-index: 1006 !important;
}
.total.item {
  margin-top: 8px;
  font-size: larger;
}
.share.category {
  padding-bottom: 12px;
}
.share.category a {
  padding-left: 12px;
  text-transform: none;
}
.action.area {
  display: flex;
  flex-direction: column;
}
.action.area .aright {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.share.button {
  width: 200px;
  text-align: center;
  align-self: flex-end;
  font-family: "Montserrat";
  font-weight: 60;
  font-size: 16px;
}
.bottom .title {
  font-weight: 700;
  padding-right: 3px;
}
.bottom .title.big {
  font-size: 18px;
}
.bottom.area .status {
  flex: 1;
  text-align: center;
  margin-top: 8px;
  border-top: 1px dashed #aaa;
}
article {
  display: flex !important;
}
.comments.area {
  margin-left: 10px;
}
.comment {
  display: flex;
  min-width: 350px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  background: #fff;
  padding: 12px 8px;
  margin-bottom: 8px;
}
.comment .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  right: 4px;
}
.comment .content .date,
.comment .content .author {
  display: inline-block;
}
.comment .content .author {
  font-weight: 700;
}
.comment .content .date {
  opacity: 0.6;
  padding-left: 6px;
  font-size: 0.875em;
}
.add.comment {
  border: 1px dashed rgba(157,157,157,0.6);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  flex-direction: column;
}
.add.comment.active {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-style: solid;
}
.add.comment:hover {
  cursor: pointer;
}
.add.comment textarea {
  border: 0;
  width: 100%;
  text-align: left;
  outline: 0;
  min-width: 350px;
  overflow: auto;
}
.add.comment textarea::placeholder {
  color: rgba(157,157,157,0.87);
  text-transform: uppercase;
  text-align: center;
}
.add.comment.active textarea {
  min-height: 65px;
}
.add.comment .actions {
  display: flex;
  flex-direction: row-reverse;
  color: #dd3e27;
}
.add.comment .actions .action {
  margin-left: 12px;
}
.add.comment .actions .action:hover {
  cursor: pointer;
  text-decoration: underline;
}
.comments.area .login {
  border: 1px solid rgba(157,157,157,0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 12px 0;
  min-width: 350px;
  border-radius: 3px;
}
.comments.area .login p {
  font-size: 14px;
  color: rgba(157,157,157,0.98);
  text-transform: uppercase;
}
.comments.area .login input {
  font-size: 11.6px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  padding: 0px 4px;
  margin-bottom: 8px;
  border: 1px solid rgba(157,157,157,0.6);
  border-radius: 2px;
  height: 28px;
  text-align: center;
}
.comments.area .login input::placeholder {
  color: rgba(157,157,157,0.87);
}
.comments.area .login button {
  background: #9d9d9d;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  width: 80px;
  margin-top: 2px;
}
.comments.area .login button:hover {
  cursor: pointer;
  background: #ff471b;
}
