.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: "woo-delivery-slots";
  src: url("../font/woo-delivery-slots.eot");
  src: url("../font/woo-delivery-slots.eot?#iefix") format("embedded-opentype"), url("../font/woo-delivery-slots.woff") format("woff"), url("../font/woo-delivery-slots.ttf") format("truetype"), url("../font/woo-delivery-slots.svg#woo-delivery-slots") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="jckwds-icn-"],
[class*=" jckwds-icn-"] {
  vertical-align: bottom !important;
  font-size: 16px !important;
  display: inline-block;
}

[class^="jckwds-icn-"]:before,
[class*=" jckwds-icn-"]:before {
  font-family: "woo-delivery-slots" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jckwds-icn-lock:before {
  content: "d";
}

.jckwds-icn-unchecked:before {
  content: "a";
}

.jckwds-icn-checked:before {
  content: "e";
}

.jckwds-icn-right:before {
  content: "b";
}

.jckwds-icn-left:before {
  content: "c";
}

.jckwds-icn-loading {
  width: 15px;
  height: 15px;
  overflow: hidden;
  vertical-align: middle !important;
}

.jckwds-icn-loading:before {
  content: "f";
}

/* 	=============================
   	Variables
   	============================= */
/* 	=============================
   	Mixins
   	============================= */
/* 	=============================
   	Reset
   	============================= */
body .jckwds-reserve {
  /* HTML5 display-role reset for older browsers */
}

body .jckwds-reserve html, body .jckwds-reserve body, body .jckwds-reserve div, body .jckwds-reserve span, body .jckwds-reserve applet, body .jckwds-reserve object, body .jckwds-reserve iframe,
body .jckwds-reserve h1, body .jckwds-reserve h2, body .jckwds-reserve h3, body .jckwds-reserve h4, body .jckwds-reserve h5, body .jckwds-reserve h6, body .jckwds-reserve p, body .jckwds-reserve blockquote, body .jckwds-reserve pre,
body .jckwds-reserve a, body .jckwds-reserve abbr, body .jckwds-reserve acronym, body .jckwds-reserve address, body .jckwds-reserve big, body .jckwds-reserve cite, body .jckwds-reserve code,
body .jckwds-reserve del, body .jckwds-reserve dfn, body .jckwds-reserve em, body .jckwds-reserve img, body .jckwds-reserve ins, body .jckwds-reserve kbd, body .jckwds-reserve q, body .jckwds-reserve s, body .jckwds-reserve samp,
body .jckwds-reserve small, body .jckwds-reserve strike, body .jckwds-reserve strong, body .jckwds-reserve sub, body .jckwds-reserve sup, body .jckwds-reserve tt, body .jckwds-reserve var,
body .jckwds-reserve b, body .jckwds-reserve u, body .jckwds-reserve i, body .jckwds-reserve center,
body .jckwds-reserve dl, body .jckwds-reserve dt, body .jckwds-reserve dd, body .jckwds-reserve ol, body .jckwds-reserve ul, body .jckwds-reserve li,
body .jckwds-reserve fieldset, body .jckwds-reserve form, body .jckwds-reserve label, body .jckwds-reserve legend,
body .jckwds-reserve table, body .jckwds-reserve caption, body .jckwds-reserve tbody, body .jckwds-reserve tfoot, body .jckwds-reserve thead, body .jckwds-reserve tr, body .jckwds-reserve th, body .jckwds-reserve td,
body .jckwds-reserve article, body .jckwds-reserve aside, body .jckwds-reserve canvas, body .jckwds-reserve details, body .jckwds-reserve embed,
body .jckwds-reserve figure, body .jckwds-reserve figcaption, body .jckwds-reserve footer, body .jckwds-reserve header, body .jckwds-reserve hgroup,
body .jckwds-reserve menu, body .jckwds-reserve nav, body .jckwds-reserve output, body .jckwds-reserve ruby, body .jckwds-reserve section, body .jckwds-reserve summary,
body .jckwds-reserve time, body .jckwds-reserve mark, body .jckwds-reserve audio, body .jckwds-reserve video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: none;
}

body .jckwds-reserve article, body .jckwds-reserve aside, body .jckwds-reserve details, body .jckwds-reserve figcaption, body .jckwds-reserve figure,
body .jckwds-reserve footer, body .jckwds-reserve header, body .jckwds-reserve hgroup, body .jckwds-reserve menu, body .jckwds-reserve nav, body .jckwds-reserve section {
  display: block;
}

body .jckwds-reserve body {
  line-height: 1;
}

body .jckwds-reserve ol, body .jckwds-reserve ul {
  list-style: none;
}

body .jckwds-reserve blockquote, body .jckwds-reserve q {
  quotes: none;
}

body .jckwds-reserve blockquote:before, body .jckwds-reserve blockquote:after,
body .jckwds-reserve q:before, body .jckwds-reserve q:after {
  content: '';
  content: none;
}

body .jckwds-reserve table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* 	=============================
   	Reservation Table
   	============================= */
.jckwds-reserve-wrap {
  position: relative;
}

.jckwds-reserve-wrap .jckwds_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.4);
  color: #333;
  display: block;
  padding: 10px 15px;
}

.jckwds-reserve-wrap .jckwds_loading i {
  font-size: 14px;
}

body .jckwds-reserve {
  border-collapse: separate;
  border-spacing: 0;
  font: normal normal normal 12px/1.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  border: none;
  margin: 0 0 30px;
  background: #fff;
}

body .jckwds-reserve * {
  box-sizing: border-box;
}

body .jckwds-reserve td,
body .jckwds-reserve thead th {
  display: none;
  text-align: center;
}

body .jckwds-reserve td.colVis, body .jckwds-reserve td.alwaysVis,
body .jckwds-reserve thead th.colVis,
body .jckwds-reserve thead th.alwaysVis {
  display: table-cell;
}

body .jckwds-reserve td.jckwds_avail,
body .jckwds-reserve thead th.jckwds_avail {
  padding: 10px 15px;
}

body .jckwds-reserve td.jckwds_avail strong,
body .jckwds-reserve thead th.jckwds_avail strong {
  font-weight: bold;
}

body .jckwds-reserve th,
body .jckwds-reserve td {
  padding: 0;
  border: 1px solid #eaeaea;
  border-top-width: 0px;
  border-left-width: 0px;
  font-size: 12px;
  vertical-align: middle;
}

body .jckwds-reserve tr:last-child td {
  border-bottom: 1px solid #eaeaea;
}

body .jckwds-reserve thead tr th.alwaysVis {
  padding: 10px 15px;
}

body .jckwds-reserve thead tr th .jckwds-prevday,
body .jckwds-reserve thead tr th .jckwds-nextday {
  color: #ccc;
  font-size: 18px;
  margin: 0;
}

body .jckwds-reserve thead tr th .jckwds-prevday:hover,
body .jckwds-reserve thead tr th .jckwds-nextday:hover {
  color: #fff;
}

body .jckwds-reserve tr th {
  font-weight: bold;
  padding: 10px 15px;
  background: #333;
  border-color: #2a2a2a;
  color: #fff;
  text-transform: uppercase;
}

body .jckwds-reserve tbody th {
  width: 160px;
  text-align: center;
}

body .jckwds-reserve tbody td {
  position: relative;
}

body .jckwds-reserve tbody td .jckwds-icn-unchecked {
  display: inline-block;
}

body .jckwds-reserve tbody td .jckwds-icn-checked {
  display: none;
}

body .jckwds-reserve tbody td.jckwds-reserved {
  color: #fff;
  background: #15b374;
  padding: 0;
  border-width: 0px;
}

body .jckwds-reserve tbody td.jckwds-reserved a {
  color: #fff;
  text-decoration: none;
  border: none;
}

body .jckwds-reserve tbody td.jckwds-reserved strong {
  display: block;
  padding: 9px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  border: 1px solid #108556;
}

body .jckwds-reserve tbody td.jckwds-reserved .jckwds-icn-unchecked {
  display: none;
}

body .jckwds-reserve tbody td.jckwds-reserved .jckwds-icn-checked {
  display: inline-block;
}

body .jckwds-reserve tbody td.jckwds_full {
  background-color: #f7f7f7;
}

body .jckwds-reserve tbody td a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #15b374;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #b7b7b7;
}

body .jckwds-reserve tbody td a:hover, body .jckwds-reserve tbody td a:active, body .jckwds-reserve tbody td a:focus {
  color: #848484;
  outline: none;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

#jckwds_timeslot_field {
  display: none;
}

.jckwds-fields-inactive {
  display: none;
}
