@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=latin-ext");
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  min-width: 300px;
  min-height: 100vh; }

body {
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

main {
  padding-bottom: 140px; }

.dates .label-date {
  display: block; }

.form-infos {
  font-size: 0.8rem; }
  .form-infos > span > span {
    font-weight: 600; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.border-after {
  position: relative; }

.product-amount {
  display: none; }

.border-after:after {
  margin-left: 15px;
  width: calc(100% - 30px);
  content: "";
  height: 1px;
  background-color: rgba(0, 0, 0, 0.125);
  position: absolute;
  bottom: 0;
  display: block;
  left: 0; }

.border-after-sum {
  position: relative; }

.border-after-sum:after {
  margin-left: 15px;
  width: calc(100% - 30px);
  content: "";
  height: 1px;
  background-color: rgba(0, 0, 0, 0.125);
  position: absolute;
  bottom: 0; }

td.day.orderexists {
  position: relative; }

td.day.orderexistsc {
  position: relative; }

.remove-news:hover {
  text-decoration: none; }

.product-header {
  display: none; }

.sum-heading {
  background-color: rgba(0, 0, 0, 0.03);
  display: block;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 20px;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .sum-heading {
      margin-left: 0;
      margin-right: 0;
      padding-left: 10px; } }

.sum-fcount {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 0;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .sum-cukrarna h6 {
    padding-left: 10px; } }

td.day.orderexists:before {
  content: "";
  background-color: red;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px; }
td.day.orderexists.orderexistsc:after {
  margin-left: -5px; }
td.day.orderexists.orderexistsc:before {
  margin-left: 1px; }

td.day.orderexistsc:after {
  content: "";
  background-color: green;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px; }

.card-header.special .product-amount {
  text-align: center; }

.product-name {
  text-decoration: underline;
  cursor: pointer; }

.product-code {
  color: #85592c; }

.product-row .info-value {
  font-weight: 600; }

.product-old {
  background-color: #e9ecef; }

.zero-product {
  display: none; }

.show-zeros, .show-zeros-product {
  cursor: pointer; }

.tox-notifications-container {
  display: none; }

.id-firmy p, .id-firmy h5 {
  margin-bottom: 0; }

.countdown-timer {
  font-weight: 600; }

.card-body > div.border-after-sum:last-of-type {
  margin-bottom: 0 !important; }

.card-body > div.border-after-sum:last-of-type:after {
  display: none; }

.choose-date {
  text-decoration: underline;
  cursor: pointer; }

.choose-calendar-admin {
  cursor: pointer; }

.prev-date {
  order: 1; }

.next-date {
  order: 2; }

.current-date {
  width: 100%; }

.selected-preorder {
  background-color: rgba(133, 89, 44, 0.4); }

.wnwrap {
  white-space: nowrap; }

@media (min-width: 576px) {
  .prev-date {
    order: 0; }

  .next-date {
    order: 2; }

  .current-date {
    width: auto; } }
.not-order {
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0; }

.hide {
  display: none; }

#rememberme {
  position: static !important; }

.bg-yellow {
  background-color: #ffff7f; }

.bg-green {
  background-color: #7fbf7f; }

.floating-help {
  color: #007bff;
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 36px;
  transition: all .2s ease-in-out; }
  .floating-help:hover, .floating-help:focus, .floating-help:active {
    color: #0062cc;
    text-decoration: none; }
  .floating-help i {
    display: block; }
  @media (min-width: 768px) {
    .floating-help {
      right: -50px;
      top: 0;
      bottom: auto; } }

.relative-pos {
  position: relative; }

@media (min-width: 768px) {
  .not-order {
    bottom: 3px; } }
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #B5793C;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px; }
  #goTopBtn:hover {
    background-color: #986632; }

.form-control.disabled {
  background-color: #e9ecef;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }

.clockpicker-popover .popover-title span {
  cursor: pointer; }

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25); }

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0; }

.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb; }

.clockpicker-button:focus {
  outline: none !important; }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25); }

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/ }

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 80%;
  background-color: rgba(0, 0, 0, 0.03);
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/ }

.datepicker > .datepicker {
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

.datepicker-days .table-condensed thead tr:nth-of-type(2) {
  border-bottom: 1px solid #343a40; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0; }

.datepicker th {
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td {
  border-top: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 400;
  text-align: center; }

.datepicker tr:first-child td {
  border-top: 0; }

.datepicker thead tr:first-child {
  height: 30px; }

.datepicker td p {
  border-radius: 50%;
  height: 27px;
  line-height: 27px;
  margin: 4px;
  width: 27px;
  display: inline-block; }

.datepicker th {
  font-size: 10px; }

.datepicker td.day:hover p {
  background: #E5E5E5;
  color: #FFFFFF;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #eeeeee;
  cursor: default;
  pointer-events: none; }

.datepicker td.day.disabled p {
  cursor: default; }

.preorderDatepicker td.day.active.disabled {
  color: #eeeeee;
  cursor: default;
  pointer-events: none; }

.preorderDatepicker td.day.active.disabled p {
  background: none;
  color: #eeeeee; }

.datepicker td.old,
.datepicker td.new {
  /*   color: #999999; */
  color: #DDDDDD;
  border-top: 0; }

.datepicker td.active p,
.datepicker td.active:hover p {
  color: #ffffff;
  background-color: #B5793C; }

.datepicker td.active.blue p,
.datepicker td.active.blue:hover p {
  background-color: #007aff; }

.datepicker td.active.green p,
.datepicker td.active.green:hover p {
  background-color: #4cd964; }

.datepicker td.active.black p,
.datepicker td.active.black:hover p {
  background-color: #4a4a4a; }

.datepicker td.active.red p,
.datepicker td.active.red:hover p {
  background-color: #FF3A2D; }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #FF3A2D;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #FF3A2D; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9; }

.datepicker td span.old {
  color: #999999; }

.datepicker th.switch {
  font-size: 16px;
  width: 145px; }

.datepicker.red th.switch {
  color: #ff3b30; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 33px; }

.datepicker th.dow {
  font-weight: 400;
  padding: 5px 0; }

.datepicker thead tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 0; }

.datepicker-months .table-condensed > tbody > tr > td, .datepicker-years .table-condensed > tbody > tr > td {
  width: 210px; }

.table-condensed p {
  padding: 0;
  line-height: 32px;
  margin-bottom: 0.7rem; }

.product-image img {
  max-width: 100%; }

.rewards p {
  margin-bottom: 0; }
.rewards .rewards-header {
  background-color: rgba(0, 0, 0, 0.03); }

/*# sourceMappingURL=style.css.map */
