.kopa-area {
  padding-top: 10px !important; }

.kopa-pagination li {
  white-space: nowrap;
  overflow: hidden; }

input[type='text'], label {
  display: block; }

#search-button, #clear-button, #finalize-order-button, #switch-catalogue-button {
  color: #fff;
  padding: 2px 2px 5px 2px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  margin-top: 2px; }

#search-button:hover, #clear-button:hover, #finalize-order-button:hover, #switch-catalogue-button:hover {
  background-color: white;
  border: 1px solid #888;
  color: #0f5586; }

#finalize-order-button, #switch-catalogue-button {
  background-color: #008bc4;
  border: 1px solid #008bc4;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px; }

#switch-catalogue-button {
  margin-top: 5px; }

#search-button {
  background-color: #008bc4;
  border: 1px solid #008bc4;
  margin-right: 1px;
  width: 49%; }

#clear-button {
  background-color: #2a3342;
  margin-left: 1px;
  width: 50%;
  border: 1px solid #2a3342; }

#search-label {
  font-weight: bold;
  padding: 2px 2px 5px 2px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  width: 100%;
  text-align: center; }

.search-block, .category-table, .order-block {
  background-color: #eee;
  border: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.category-wrapper {
  overflow: hidden;
  margin-bottom: 10px; }

.category-block, .catelogue-block {
  min-height: 650px; }

@media screen and (max-width: 991px) {
  .category-block {
    min-height: 0px; } }

.category-block th {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px; }

.category-block td {
  height: 30px;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px; }

.category-block td div {
  padding-left: 5px;
  background-color: #2a3342;
  /*    background-color: #0f5586;*/
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: block; }

.category-block td div:hover {
  color: #8ccbe4; }

.catelogue-tabs a {
  display: block;
  background: #eee;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #0f5586;
  font-size: 13px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .catelogue-tabs a {
      width: 50px; } }

.catelogue-tabs a.selected, .catelogue-tabs a:hover {
  background-color: #0f5586;
  color: #fff;
  border-top: 1px solid #0f5586;
  border-left: 1px solid #0f5586;
  border-right: 1px solid #0f5586; }

.catelogue-table {
  background-color: #eee; }

.catelogue-table thead {
  background-color: #fff; }

.catelogue-table th {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ccc;
  background-color: #2A3342;
  color: #fff;
  padding-right: 5px;
  padding-left: 5px;
  white-space: nowrap; }

.product-quantity-selector {
  width: 62px;
  border: 1px solid #888; }

.product-wieght {
  white-space: nowrap; }

.product-estimation {
  display: inline-block;
  font-size: 12px;
  background-color: #2a3342;
  width: 10px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 5px;
  cursor: help; }

.product-estimate {
  width: 22px; }

.product-description {
  width: 400px;
  border-right: 1px solid #ccc; }

.catelogue-table td {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0f5586; }

.catelogue-table .fa-check-square, .catelogue-table .fa-times-circle-o {
  cursor: help; }

.favorite td {
  background: #ddd;
  border-color: #ccc; }

.special td.product-price {
  color: green;
  cursor: help; }

.selected td {
  background: #B3B5B7; }

.total td {
  background: #424F65;
  color: #fff; }

.total .product-manage {
  background: #424f65 !important; }

.catelogue-table tr {
  height: 40px; }

.available-Limited {
  display: block;
  background-color: #008BC4;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #526471;
  cursor: help; }

.available-In {
  display: block;
  background-color: #49A966;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #526471;
  cursor: help; }

.product-unit {
  text-align: right;
  padding-right: 5px;
  width: 100px; }

.product-manage {
  text-align: center;
  width: 20px; }

.product-add {
  display: block;
  background: #49A966;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 12px;
  text-transform: uppercase; }

.product-update {
  display: inline-block;
  background: #2a3342;
  color: #fff;
  width: 49%;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 1px; }

.product-remove {
  background: #911;
  display: inline-block;
  color: #fff;
  width: 49%;
  border: none !important;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 1px; }

.product-no-header {
  text-align: center; }

.product-spacer-header {
  border: none !important;
  background-color: white !important; }

.product-price-header {
  white-space: nowrap;
  text-align: right;
  padding-right: 5px; }

.product-manage-header {
  border-left: 1px solid #ccc; }

.product-spacer {
  border: none !important;
  background: white !important; }

.product-manage {
  border-left: 1px solid #ccc;
  background: white !important;
  color: #444; }

.product-total {
  text-align: right; }

.category-block .selected {
  width: 100%;
  background: #008bc4;
  color: #fff; }

.category-block table {
  width: 100%; }

#search-option {
  border: 1px solid #d0d0d0;
  color: #888888;
  line-height: 13px;
  padding: 12px 15px;
  width: 100%; }

.order-block {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase; }

.public-products-header-wrapper {
  width: 100%;
  background: #2A3342;
  color: #fff; }

.public-products-title-text {
  background: #2A3342;
  display: inline-block;
  color: #8ccbe4;
  margin: 0px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 10px;
  width: 69%; }

.public-products-header {
  color: #fff;
  width: 30%;
  text-align: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  margin: 0px;
  vertical-align: top; }

.public-products-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  font-family: "Lato", sans-serif;
  min-height: 700px; }

.public-image-wrapper {
  background: #fff; }

.public-product-item {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #0f5586;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold; }

.public-products-list {
  width: 75%;
  float: right; }

.public-product-item:last-child {
  border-bottom: none !important; }

.favorite-check {
  cursor: pointer; }

#previous-tab, #favorite-tab, #specials-tab {
  margin-left: 20px; }

#help-button {
  float: right;
  display: inline-block;
  margin-right: 12px;
  color: #0f5586; }

#all-tab, #previous-tab, #favorite-tab, #specials-tab {
  float: left;
  display: inline-block; }

#grandTotal {
  cursor: help; }
