body {
  background-color: #FFFFFF;
}

.main.container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.main.menu {
  margin-top: 4em;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition:
    box-shadow 0.5s ease,
    padding 0.5s ease
  ;
}
#logo {
  width: 120px;
  height: 40px;
  margin-right: 1.5em;
}

.overlay {
  float: left;
  margin: 0em 3em 1em 0em;
}
.overlay .menu {
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}

.main.menu.fixed {
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.overlay.fixed .menu {
  left: 800px;
}

.text.container .left.floated.image {
  margin: 2em 2em 2em -4em;
}
.text.container .right.floated.image {
  margin: 2em -4em 2em 2em;
}

.ui.footer.segment {
  margin: 5em 0em 0em;
  padding: 5em 0em;
}

.ui.menu .item {
  color: #a5673f;
}

.ui.header {
  padding-top: 15px;
  padding-right: 25px;
}

.logout-button {
  margin-top: 4px !important;
  margin-left: 20px !important;
}

.add-product {
  margin-top: 10px !important;
}

.bottom-tab-menu-head {
  padding-top: 18px !important;
}

#counter {
  color: #bbb;
}

.product-image {
  background-color: #fff;
  padding: 0px 10px;
}

.product-img {
  width: 230px; 
  height: 230px; 
  background-size: cover;
}

.basic.unit.label {
  border-color: #fff !important;
  color: #999 !important;
  padding: 2px 3px 3px 0px !important;
}

.basic.dropdown.label.label {
  border-color: #fff !important;
  color: #999 !important;
  padding: 2px 3px 3px 0px !important;
}

.ui[class*="right labeled"].input input:focus {
    border-right-color: #fff!important;
    color: #900;
}

.price-input {
  font-weight: bold;
  width: 54px;
}

.numeric-input {
/*  margin-right: 6px !important;
  text-align: right !important;
*/  font-weight: bold;
  width: 64px;
}

#product-toggle {
  margin-left: 40px;
}

.edit-description {
  width: 100%;
  border-color: #fff!important;
}

/*
.ui[class*="right labeled"].input .numeric-input:focus {
    border-color: #999 !important;
    line-height: 1.21428571em !important;
    padding: 10px 14px !important;
}

.price-input {
  font-weight: bold;
  width: 54px;
}

.numeric-input {
  font-weight: bold;
  width: 92px;
  border-radius: 4px !important;
  padding: 10px 14px !important;
}
*/

#product-breadcrumb {
  /*margin-left: 200px;*/
  margin-bottom: 20px;
}

#product-edit-image {
  margin-top: 34px;
}

.align-center {
  text-align: center;
}

.float-left
{
  color: #900;
  float: left !important;
  display: inline;
}

.float-right
{
  color: #090;
  float: right !important;
  display: inline;
}

.modal-close
{
  color: #333;
  float: right !important;
  display: inline;
}

.disabled.section {
  color: #999 !important;
}

.grey-text {
  color: #990;
}

.grid-bottom {
  margin-top: 22px;  
  
}

.producer-title {
  color: #a5673f!important;
  padding-top: 6px;
}

.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
  background-color: #0A0!important;
  border: 1px solid #393;
}

.terms {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

::-webkit-input-placeholder { 
  color: #FF0000;
}

.button-image {
  float: left;
  display: inline;
  line-height: 21px;
  margin: 0;
}

.toggle-button-text { 
  float: left;
  display: inline;
  line-height: 20px !important;
  padding-left: 6px !important;
}

.toggleable {
  line-height: 11px !important;
  padding: 8px 21px !important;
}

.ui.buttons .or:before {
  font-size: 10px !important;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin-top: -1.1em;
  margin-left: -1.1em;
}

.product-card {
  width: 261px;
  cursor: pointer;
}

.ui.transparent.input.inverted input {
  color: #FFFFFF;
  font-weight: bold;
}
