::selection {
  color: #FFF;
  background: grey; }

::selection {
  color: grey;
  background: #070707; }

h2 {
  font-style: normal; }

.divider {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  .divider .horizontal {
    background: #d1d2d4;
    height: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.catalogue-wrapper .select-ul-wrapper {
  margin-top: 0;
  min-height: 44px; }
  .catalogue-wrapper .select-ul-wrapper .select-ul {
    position: absolute;
    z-index: 1; }

.products-title {
  background: grey;
  padding: 12px 26px 2px 26px; }
  .products-title h2 {
    display: inline-block;
    color: #FFF;
    padding: 0;
    margin: 12px 0 12px 0;
    font-weight: bold;
    font-size: 22px; }
  .products-title h3 {
    display: inline-block;
    color: #FFF;
    padding: 0;
    margin: 15px 0 22px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1; }
  .products-title select {
    float: right;
    display: inline-block; }

p.read-only {
  min-height: 44px;
  margin-bottom: 10px; }

.filter {
  border-left: 2px solid #d1d2d4;
  border-right: 2px solid #d1d2d4;
  border-bottom: 2px solid #d1d2d4;
  padding: 12px 24px;
  margin-bottom: 24px; }
  .filter .products-filter {
    padding-bottom: 24px; }
    .filter .products-filter h4 {
      padding-bottom: 12px;
      margin-bottom: 24px;
      border-bottom: 1px solid #d1d2d4;
      margin-left: 0;
      margin-right: 0;
      font-weight: bold; }
    .filter .products-filter ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .filter .products-filter ul li {
        padding: 0 0 12px 0; }
        .filter .products-filter ul li:hover label, .filter .products-filter ul li:active label {
          font-weight: 900; }

.modal .product-details input[type=checkbox] + label:before {
  left: 0;
  top: 6px; }

.modal .product-details input[type=checkbox]:checked + label:before {
  top: 0; }

.modal .product-details img {
  max-width: 100%;
  max-height: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75));
  filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75)); }

.modal .modal-title {
  color: #070707; }

.modal .modal-header {
  padding-bottom: 10px; }
  .modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 18px; }
    .modal .modal-header .close:focus {
      outline: none; }

.modal .modal-body {
  padding-bottom: 5px; }
  .modal .modal-body .row p {
    color: #070707; }
    .modal .modal-body .row p .cart-item-to-delete {
      font-weight: 900; }
    .modal .modal-body .row p.terms-and-conditions {
      padding-bottom: 0;
      padding-top: 24px; }
  .modal .modal-body .row input[type=text] {
    margin-bottom: 12px; }
    .modal .modal-body .row input[type=text].read-only {
      margin-top: 0; }

.modal .modal-footer {
  padding-top: 5px; }

.modal.over-eighteen-modal {
  padding: 0;
  position: fixed;
  top: 50%;
  margin-top: -162px; }
  .modal.over-eighteen-modal .modal-backdrop.in {
    opacity: 1 !important; }
  .modal.over-eighteen-modal .modal-header {
    background: #070707;
    border: 1px solid #FFF;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0; }
    .modal.over-eighteen-modal .modal-header h2 {
      color: #FFF;
      text-align: center; }
  .modal.over-eighteen-modal .modal-body {
    padding-top: 24px;
    padding-bottom: 12px; }
    .modal.over-eighteen-modal .modal-body .row p {
      text-align: center;
      font-size: 16px; }
  .modal.over-eighteen-modal .modal-footer {
    position: relative; }
    .modal.over-eighteen-modal .modal-footer .remember-answer-wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 200px;
      padding-top: 18px; }
      .modal.over-eighteen-modal .modal-footer .remember-answer-wrapper input[type=checkbox] + label:before,
      .modal.over-eighteen-modal .modal-footer .remember-answer-wrapper input[type=checkbox]:not(.filled-in) + label:after {
        left: -6px; }
      .modal.over-eighteen-modal .modal-footer .remember-answer-wrapper input[type=checkbox] + label {
        padding-left: 0;
        padding-right: 6px;
        padding-top: 2px; }
    .modal.over-eighteen-modal .modal-footer .age-valid-wrapper {
      text-align: center;
      padding-top: 12px;
      padding-bottom: 6px; }
      .modal.over-eighteen-modal .modal-footer .age-valid-wrapper .btn {
        padding: 17px 24px 12px 24px;
        font-size: 18px; }

.btn {
  font-weight: 900; }
  .btn:focus, .btn:active {
    outline: 0 !important; }
  .btn.btn-secondary {
    color: #070707;
    background: #f3f3f4; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active {
      background: #707070;
      color: #FFF; }

.btn-wrapper.right {
  float: right; }

.products {
  margin-bottom: 24px;
  padding: 24px 24px 0 24px;
  border-left: 2px solid #d1d2d4;
  border-right: 2px solid #d1d2d4;
  border-bottom: 2px solid #d1d2d4; }
  .products .catalogue-product {
    position: relative;
    margin-bottom: 24px; }
    .products .catalogue-product:hover .edit-promo-tile, .products .catalogue-product:active .edit-promo-tile, .products .catalogue-product:focus .edit-promo-tile {
      opacity: 1; }
    .products .catalogue-product .edit-promo-tile {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 0;
      opacity: .1; }
      .products .catalogue-product .edit-promo-tile a, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button {
        display: block;
        height: 44px; }
        .products .catalogue-product .edit-promo-tile a.edit, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button.edit {
          position: absolute;
          top: 0;
          left: 0; }
        .products .catalogue-product .edit-promo-tile a.revert, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button.revert {
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -22px; }
        .products .catalogue-product .edit-promo-tile a.shown-to-customers, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button.shown-to-customers {
          position: absolute;
          top: 0;
          right: 0; }
        .products .catalogue-product .edit-promo-tile a img, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button img {
          display: block;
          width: 44px;
          height: 44px;
          padding: 11px 11px; }
        .products .catalogue-product .edit-promo-tile a:hover, .products .catalogue-product .edit-promo-tile a:active, .products .catalogue-product .edit-promo-tile a:focus, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:hover, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:active, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:focus {
          cursor: pointer; }
          .products .catalogue-product .edit-promo-tile a:hover img, .products .catalogue-product .edit-promo-tile a:active img, .products .catalogue-product .edit-promo-tile a:focus img, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:hover img, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:active img, .products .catalogue-product .edit-promo-tile .edit-promo-tile-button:focus img {
            -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2)); }
    .products .catalogue-product a {
      color: #070707; }
      .products .catalogue-product a:hover, .products .catalogue-product a:active, .products .catalogue-product a:focus {
        text-decoration: none; }
    .products .catalogue-product .product-details {
      border-top: 2px solid #f3f3f4;
      border-left: 2px solid #f3f3f4;
      border-right: 2px solid #f3f3f4;
      height: 254px; }
      .products .catalogue-product .product-details img {
        max-width: 100%;
        max-height: 100px;
        display: block;
        margin-top: 44px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6px;
        padding-right: 6px;
        -webkit-filter: drop-shadow(0px 5px 5px rgba(115, 113, 114, 0.5));
        filter: drop-shadow(0px 5px 5px rgba(115, 113, 114, 0.5)); }
      .products .catalogue-product .product-details .name,
      .products .catalogue-product .product-details .size {
        text-align: center;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 11px; }
      .products .catalogue-product .product-details .name {
        margin-top: 24px;
        font-weight: 600;
        margin-bottom: 0; }
      .products .catalogue-product .product-details .size {
        padding-bottom: 24px;
        margin-bottom: 0; }
      .products .catalogue-product .product-details:hover, .products .catalogue-product .product-details:active {
        background: #f3f3f4;
        border-color: #f3f3f4;
        cursor: pointer; }
    .products .catalogue-product .price {
      background: grey;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 12px;
      padding-right: 12px;
      position: relative;
      height: 48px; }
      .products .catalogue-product .price p {
        text-align: center;
        color: #FFF;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 0; }
    .products .catalogue-product.hidden-special {
      opacity: .65; }
      .products .catalogue-product.hidden-special .product-details {
        background: #f3f3f4; }
      .products .catalogue-product.hidden-special .price {
        background: #707070; }
      .products .catalogue-product.hidden-special .btn.btn-primary {
        background: #707070;
        border-color: #FFF; }
      .products .catalogue-product.hidden-special:hover, .products .catalogue-product.hidden-special:active {
        opacity: 1; }

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  padding-right: 24px; }

input[type=checkbox]:checked + label:before {
  top: -6px;
  right: 12px;
  width: 12px;
  height: 24px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid grey;
  border-bottom: 2px solid grey;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

input[type=checkbox] + label:before,
input[type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  margin-top: 3px;
  transition: .2s; }

input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0); }

input[type=checkbox]:not(.filled-in) + label:before {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #e7e7e8;
  border-color: transparent; }

input[type=checkbox]:checked + label:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: none; }

input,
textarea,
select {
  line-height: 44px;
  padding: 0 12px;
  margin: 0;
  border: 1px solid #707070;
  background: #FFF;
  color: #070707; }

.select-ul-wrapper {
  position: relative;
  margin: 12px 0 0 0; }
  .select-ul-wrapper ul.select-ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    max-height: 342px;
    z-index: 9999;
    overflow-y: auto;
    margin-bottom: 0;
    float: right;
    border: 1px solid #707070; }
    .select-ul-wrapper ul.select-ul:hover, .select-ul-wrapper ul.select-ul:active {
      border-color: grey; }
    .select-ul-wrapper ul.select-ul.opened {
      margin-bottom: 12px;
      border-color: grey; }
    .select-ul-wrapper ul.select-ul li {
      color: #070707;
      width: 100%;
      display: block;
      cursor: pointer;
      padding: 0 12px 0 12px;
      line-height: 44px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
      .select-ul-wrapper ul.select-ul li:not(.init) {
        display: none;
        background: #f3f3f4; }
      .select-ul-wrapper ul.select-ul li.selected:not(.init) {
        background: grey;
        color: #FFF; }
      .select-ul-wrapper ul.select-ul li:not(.init):hover, .select-ul-wrapper ul.select-ul li:not(.init):active {
        background: grey;
        color: #FFF; }
      .select-ul-wrapper ul.select-ul li.init {
        background: #FFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 30px; }
        .select-ul-wrapper ul.select-ul li.init::after {
          content: '';
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #707070;
          display: block;
          position: absolute;
          top: 20px;
          right: 10px; }
      .select-ul-wrapper ul.select-ul li:last-child {
        border-radius: 0 0 0.25rem 0.25rem;
        -webkit-border-radius: 0 0 0.25rem 0.25rem; }
      .select-ul-wrapper ul.select-ul li strong {
        padding-left: 5px; }
    .select-ul-wrapper ul.select-ul.disabled {
      border: 1px solid #f3f3f4; }
      .select-ul-wrapper ul.select-ul.disabled .init {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #f3f3f4;
        color: #707070;
        cursor: default; }
    .select-ul-wrapper ul.select-ul.opened {
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      background-image: none; }

.select-hidden {
  display: none; }

.bx-wrapper {
  margin-top: 24px;
  border: none;
  margin-bottom: 0; }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 12px; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d1d2d4; }
    .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #FFF; }
      .bx-wrapper .bx-pager.bx-default-pager a.active:hover, .bx-wrapper .bx-pager.bx-default-pager a.active:active {
        background: #070707; }
    .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:active {
      background: #070707; }
  .bx-wrapper .bx-controls-direction a {
    z-index: 2; }

.promo-header {
  padding: 24px;
  background-color: #f3f3f4; }
  .promo-header button {
    color: #070707; }
  .promo-header p {
    color: #070707; }
  .promo-header .promo-header-name {
    margin-top: 48px; }
  .promo-header .promo-header-name-details-contents {
    margin-top: 48px;
    margin-bottom: 24px;
    padding: 24px;
    background: #d1d2d4; }
    .promo-header .promo-header-name-details-contents h2 {
      margin-top: 0;
      margin-bottom: 24px; }
  .promo-header .btn.btn-secondary {
    border: 1px solid #707070; }

input,
select,
label.editable-field,
input.editable-field,
button {
  margin-top: 12px; }

input.editable-field {
  padding: 0 12px; }

label.editable-field {
  margin-bottom: 12px; }

input,
select {
  width: 100%;
  height: 44px;
  color: #070707; }

label {
  line-height: 44px;
  height: 44px;
  margin-bottom: 0;
  cursor: text; }

.read-only {
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 0; }

.promo-header-name-contents {
  display: none; }

.date-field {
  background-image: url(../images/date.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right 10px top 11px; }

.form-wrapper {
  padding: 24px 0;
  min-height: 500px; }
  .form-wrapper input {
    margin-top: 0; }

.container.main-table.login {
  background: #FFF; }
  .container.main-table.login label {
    margin-bottom: 0; }

.bundle-quantity {
  padding-left: 12px; }

.unit-size {
  padding-left: 12px; }

.promo-tile-fields {
  margin-top: 48px; }
  .promo-tile-fields input[type=checkbox] + label {
    margin-top: 12px; }

.container-fluid {
  overflow-x: hidden; }

.range-products {
  line-height: normal;
  font-size: 10px;
  margin-top: 13px; }

.promotion-item {
  margin-bottom: 24px; }
  .promotion-item h4 {
    color: grey;
    font-weight: 900; }
  .promotion-item h5 {
    color: grey;
    font-weight: 900; }
  .promotion-item p {
    color: #070707; }

.promotion-modal-details h4 {
  color: grey;
  font-weight: 900; }

.promotion-modal-details h5 {
  color: #070707;
  font-weight: 900; }

.promotion-modal-details p {
  color: #070707; }

.promotion-modal-details img {
  margin-bottom: 48px; }

.promotion-modal-details .PromoNotes {
  color: #070707; }

.terms-and-conditions {
  padding-bottom: 48px;
  text-align: justify;
  text-justify: inter-word;
  font-size: xx-small; }

.carousel {
  margin-top: 24px; }

.alert-danger h3 {
  margin-top: 0; }

.alert-danger h4 {
  padding: 0 24px 6px 24px;
  font-size: 14px; }

.close-promotion {
  display: none; }

.modal-content .open-promotion {
  display: none; }

.modal-content .close-promotion {
  display: block; }

.login-button {
  margin-top: 48px; }

.current-store {
  margin-bottom: 24px;
  margin-top: 24px;
  color: #070707; }
  .current-store a {
    padding-left: 6px; }
    .current-store a:link, .current-store a:visited {
      color: grey; }
    .current-store a:hover, .current-store a:active {
      color: #070707; }

.cart {
  width: 100%;
  float: right;
  display: inline-block;
  list-style-type: none;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding-left: 0;
  border: 1px solid #707070;
  margin-bottom: 0; }
  .cart li {
    float: left; }
  .cart h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #070707; }
  .cart ul.cart-info {
    padding-left: 0;
    padding-top: 3px; }
    .cart ul.cart-info li {
      display: block;
      clear: both;
      float: left;
      color: #070707;
      font-family: 'Visby CF';
      line-height: normal; }
  .cart .cart-cost {
    margin-right: 0;
    float: right;
    padding-right: 6px;
    padding-top: 8px; }
  .cart .cart-image {
    position: relative;
    display: block;
    min-height: 40px;
    min-width: 40px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-radius: 12px;
    -webkit-border-radius: 12px; }
    .cart .cart-image img {
      width: 28px;
      height: 100%;
      max-height: 26px; }
  .cart:hover, .cart:active {
    background: #070707;
    border-color: #070707;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .cart:hover h2, .cart:active h2 {
      color: #FFF; }
    .cart:hover .cart-info li, .cart:active .cart-info li {
      color: #FFF; }

sub {
  bottom: 0; }

sup {
  top: -.2em; }

.current-specials .products-title {
  padding-bottom: 9px; }

.webstore-wrapper .edit-promo-tile {
  display: none; }

.table-contents {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
  margin-bottom: 48px; }
  .table-contents table {
    width: 100%;
    border-collapse: collapse; }
    .table-contents table thead tr {
      background: #070707; }
      .table-contents table thead tr th {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
        padding-right: 24px; }
        .table-contents table thead tr th.header-image {
          text-align: center; }
        .table-contents table thead tr th.minimum-width {
          width: 1%;
          white-space: nowrap; }
        .table-contents table thead tr th p {
          color: #FFF;
          margin-bottom: 0; }
    .table-contents table tbody tr {
      cursor: pointer; }
      .table-contents table tbody tr:nth-child(odd) {
        background: #f3f3f4; }
      .table-contents table tbody tr td.cart-item-image {
        padding: 24px; }
        .table-contents table tbody tr td.cart-item-image img {
          max-width: 100%;
          max-height: 100px;
          margin-left: auto;
          margin-right: auto;
          display: block;
          -webkit-filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75));
          filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75)); }
      .table-contents table tbody tr td .btn {
        margin-right: 24px;
        margin-bottom: 12px;
        background: #FFF;
        color: #070707; }
        .table-contents table tbody tr td .btn:hover, .table-contents table tbody tr td .btn:active {
          color: #FFF; }
        .table-contents table tbody tr td .btn:focus {
          color: #FFF; }
      .table-contents table tbody tr td p {
        margin-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px; }
        .table-contents table tbody tr td p.discount {
          color: #cc3333; }
      .table-contents table tbody tr:hover, .table-contents table tbody tr:active {
        background: grey;
        color: #FFF; }
        .table-contents table tbody tr:hover .discount, .table-contents table tbody tr:active .discount {
          color: #FFF; }
    .table-contents table#previousOrderTable tbody tr {
      cursor: auto; }
      .table-contents table#previousOrderTable tbody tr:hover, .table-contents table#previousOrderTable tbody tr:active {
        background: #FFF; }
        .table-contents table#previousOrderTable tbody tr:hover p, .table-contents table#previousOrderTable tbody tr:active p {
          color: #070707; }
      .table-contents table#previousOrderTable tbody tr:nth-child(odd):hover, .table-contents table#previousOrderTable tbody tr:nth-child(odd):active {
        background: #f3f3f4; }
        .table-contents table#previousOrderTable tbody tr:nth-child(odd):hover p, .table-contents table#previousOrderTable tbody tr:nth-child(odd):active p {
          color: #070707; }

ul.cart-selection {
  list-style-type: none;
  padding-left: 0;
  margin-top: 68px; }
  ul.cart-selection li {
    background: #f3f3f4;
    padding: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px; }
    ul.cart-selection li .cart-image,
    ul.cart-selection li .previous-orders-image {
      height: 24px;
      position: absolute;
      left: 8px;
      top: 8px; }
      ul.cart-selection li .cart-image img,
      ul.cart-selection li .previous-orders-image img {
        width: 24px;
        max-height: 24px; }
    ul.cart-selection li p {
      margin-bottom: 0;
      padding-left: 48px;
      font-weight: 900; }
    ul.cart-selection li:hover, ul.cart-selection li:active {
      background: grey;
      color: #FFF; }
    ul.cart-selection li.selected-state {
      background: #070707;
      color: #FFF; }
      ul.cart-selection li.selected-state p {
        color: #FFF; }
      ul.cart-selection li.selected-state:hover, ul.cart-selection li.selected-state:active {
        cursor: unset;
        background: #070707; }
        ul.cart-selection li.selected-state:hover p, ul.cart-selection li.selected-state:active p {
          color: #FFF; }

.cart-actions {
  margin-top: 24px;
  margin-bottom: 48px; }

#deliveryNotOfferedMessage {
  display: none; }

#previousOrdersContents {
  display: none; }

.add-to-cart {
  position: relative;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .add-to-cart .btn.btn-primary {
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 11px; }
    .add-to-cart .btn.btn-primary:hover, .add-to-cart .btn.btn-primary:active {
      color: #FFF;
      -webkit-filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75));
      filter: drop-shadow(0px 7px 7px rgba(115, 113, 114, 0.75)); }

.cart-total-gst {
  margin-right: 12px; }
  .cart-total-gst p {
    color: #070707;
    margin-top: 6px; }

.cart-total-pricing {
  margin-top: 48px;
  padding-top: 12px;
  background: #f3f3f4; }
  .cart-total-pricing p {
    color: #070707;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px; }
  .cart-total-pricing .cart-total-cost {
    margin-top: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #070707;
    text-align: right; }
    .cart-total-pricing .cart-total-cost p {
      color: #FFF; }

.cart-total-discount p {
  color: #cc3333; }

#currentCartContents .table-contents {
  margin-bottom: 12px; }

hr {
  margin-top: 6px;
  margin-bottom: 6px; }

.print-specials-header {
  display: none; }
  .print-specials-header h2,
  .print-specials-header p {
    color: #FFF; }

.store-list {
  margin-bottom: 24px; }
  .store-list .store-list-item {
    position: relative; }
    .store-list .store-list-item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 12px;
      margin-top: 0;
      margin-bottom: 0;
      text-decoration: none;
      color: #707070; }
      .store-list .store-list-item a .distance {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 14px; }
      .store-list .store-list-item a b {
        display: block;
        margin-top: 12px;
        color: #070707; }
      .store-list .store-list-item a h4 {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 12px;
        padding-right: 70px;
        color: #070707; }
      .store-list .store-list-item a:hover, .store-list .store-list-item a:active {
        background: grey;
        color: #FFF; }
        .store-list .store-list-item a:hover h4,
        .store-list .store-list-item a:hover b, .store-list .store-list-item a:active h4,
        .store-list .store-list-item a:active b {
          color: #FFF; }
    .store-list .store-list-item.active a {
      color: #FFF;
      background: #070707; }
      .store-list .store-list-item.active a h4,
      .store-list .store-list-item.active a b {
        color: #FFF; }
  .store-list .btn {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%; }
    .store-list .btn:hover, .store-list .btn:active {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

.locator-wrapper label {
  line-height: normal !important;
  margin-bottom: 0; }

.locator-wrapper input[type=text] {
  font-size: 14px;
  color: #707070;
  height: 44px; }

.locator-wrapper input[type=submit] {
  height: 44px;
  line-height: 44px; }

.add-to-home {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: #070707;
  padding: 12px 0;
  -webkit-box-shadow: 0 -5px 10px rgba(7, 7, 7, 0.2);
  box-shadow: 0 -5px 10px rgba(7, 7, 7, 0.2); }
  .add-to-home p {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    line-height: normal; }
    .add-to-home p .arrow {
      display: none;
      padding-left: 3px;
      padding-right: 3px;
      font-weight: bold; }
  .add-to-home .add-to-home-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 3px; }
  .add-to-home .close {
    position: absolute;
    right: 6px;
    top: 12px;
    width: 24px;
    height: 24px;
    padding: 6px;
    opacity: .3; }
    .add-to-home .close:hover, .add-to-home .close:active {
      opacity: 1; }

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: auto; }
  .navbar .container {
    padding-left: 0;
    padding-right: 0; }
    .navbar .container .navbar-header {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    .navbar .container .navbar-toggle {
      margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .bundle-quantity {
    padding-left: 0; }
  .select-ul-wrapper ul.select-ul,
  input.editable-field {
    margin-bottom: 12px; }
  .cart {
    margin-top: 12px; }
  .current-specials .products-title {
    padding-bottom: 12px; }
  .modal.over-eighteen-modal {
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0px !important; }
  .modal .modal-body .row .promo-tile-fields input[type=checkbox] + label {
    margin-top: 0;
    margin-bottom: 24px; } }

@media only screen and (min-width: 768px) {
  .add-to-home {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add-to-cart .btn.btn-primary {
    font-size: 8px; }
  .products .catalogue-product .product-details {
    height: 288px; }
  .products .catalogue-product .price p {
    font-size: 12px; } }

@media only screen and (min-width: 992px) {
  .cart .cart-cost {
    padding-right: 12px; }
  .cart ul.cart-info {
    padding-left: 12px; }
  .cart .cart-image {
    padding-left: 12px; }
  .navbar .container {
    padding-left: 0;
    padding-right: 0; } }

.form-control {
  padding: 5px 12px;
  border: 1px solid #707070;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  min-height: 44px;
  color: #070707; }
  .form-control:focus {
    color: #495057;
    border: 1px solid #707070;
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none; }

.locator-btn {
  color: #FFF;
  background: grey;
  border: 1px solid grey;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .locator-btn:hover, .locator-btn:active {
    color: #FFF;
    background: #070707;
    border-color: #070707;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .locator-btn:focus {
    color: #FFF;
    background: grey;
    border-color: grey; }

.store-list-section a:link, .store-list-section a:visited {
  color: grey; }

.store-list-section a:hover, .store-list-section a:active {
  color: #070707; }

.store-list-section hr {
  margin-top: 12px;
  margin-bottom: 12px; }

.store-list-section .selected div {
  padding: 12px;
  background: #070707;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFF; }
  .store-list-section .selected div .store-name {
    color: #FFF !important;
    text-decoration: none; }
    .store-list-section .selected div .store-name:hover, .store-list-section .selected div .store-name:active {
      color: #FFF;
      text-decoration: underline; }
  .store-list-section .selected div a:hover, .store-list-section .selected div a:active {
    color: #FFF; }

.store-name {
  font-size: 18px !important; }
  .store-name:link, .store-name:visited {
    color: #070707 !important; }

.pika-single {
  font-family: 'Helvetica Neue LT Std Light' !important;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 9999999999999; }
  .pika-single .pika-lendar .pika-title button.pika-prev:hover,
  .pika-single .pika-lendar .pika-title button.pika-next:hover {
    background-color: white; }
  .pika-single .pika-lendar .pika-title .pika-prev {
    background: none; }
    .pika-single .pika-lendar .pika-title .pika-prev::before {
      content: '';
      transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      top: 50%;
      margin-top: -5px;
      border: solid #6c757d;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      position: absolute;
      left: 14px;
      color: #6c757d; }
  .pika-single .pika-lendar .pika-title .pika-next {
    background: none; }
    .pika-single .pika-lendar .pika-title .pika-next::before {
      content: '';
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 50%;
      margin-top: -5px;
      border: solid #6c757d;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      position: absolute;
      right: 14px;
      color: #6c757d; }
  .pika-single .pika-lendar .pika-table tr td .pika-button {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    background: #f3f3f4; }
    .pika-single .pika-lendar .pika-table tr td .pika-button:hover, .pika-single .pika-lendar .pika-table tr td .pika-button:active {
      color: #FFF;
      background: #707070;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .pika-single .pika-lendar .pika-table tr td.is-today .pika-button {
    color: #707070;
    font-weight: normal; }
  .pika-single .pika-lendar .pika-table tr td.is-today:hover .pika-button, .pika-single .pika-lendar .pika-table tr td.is-today:active .pika-button {
    color: #FFF; }
  .pika-single .pika-lendar .pika-table tr td.is-selected .pika-button {
    color: #FFF;
    background: grey;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .pika-single .pika-lendar .pika-table abbr {
    text-decoration: none;
    cursor: auto;
    font-weight: normal;
    color: #070707;
    line-height: 35px;
    width: 35px;
    height: 35px; }

/*.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.datetimepicker-inline {
    width: 220px;
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl;

    table tr td span {
        float: right;
    }
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0;
}

[class*=" datetimepicker-dropdown"] {
    &:before {
    }

    &:after {
    }
}

[class*=" datetimepicker-dropdown-top"] {
    &:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        border-bottom: 0;
    }

    &:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid $white;
        border-bottom: 0;
    }
}

.datetimepicker-dropdown-bottom-left {
    &:before {
        top: -7px;
        right: 6px;
    }

    &:after {
        top: -6px;
        right: 7px;
    }
}

.datetimepicker-dropdown-bottom-right {
    &:before {
        top: -7px;
        left: 6px;
    }

    &:after {
        top: -6px;
        left: 7px;
    }
}

.datetimepicker-dropdown-top-left {
    &:before {
        bottom: -7px;
        right: 6px;
    }

    &:after {
        bottom: -6px;
        right: 7px;
    }
}

.datetimepicker-dropdown-top-right {
    &:before {
        bottom: -7px;
        left: 6px;
    }

    &:after {
        bottom: -6px;
        left: 7px;
    }
}

.datetimepicker {
    > div {
        display: none;
    }

    &.minutes div.datetimepicker-minutes, &.hours div.datetimepicker-hours, &.days div.datetimepicker-days, &.months div.datetimepicker-months, &.years div.datetimepicker-years {
        display: block;
    }

    table {
        margin: 0;
    }

    td, th {
        text-align: center;
        width: 35px;
        height: 35px;
        border: 0;

        &.dow {
            font-weight: normal;
            font-size: 12px;
        }
    }

    th {
        font-size: smaller;
    }
}

.table-striped .datetimepicker table tr {
    td, th {
        background-color: transparent;
    }
}

.datetimepicker {
    table tr td {
        &.minute,
        &.hour,
        &.day {
            background: $lightGrey;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 12px;
            color: $darkGrey;

            &:hover,
            &:active {
                background: $darkGrey;
                color: $white;
                cursor: pointer;
                //-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                //box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            }
        }



        &.old, &.new {
            color: #999;
            background: $white;
            visibility: hidden;
        }

        &.new {
            display: none;
        }

        &.disabled {
            background: 0;
            color: #999;
            cursor: default;

            &:hover {
                background: 0;
                color: #999;
                cursor: default;
            }
        }

        &.today {
            background-color: #fde19a;
            background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
            background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
            border-color: #fdf59a #fdf59a #fbed50;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

            &:hover {
                background-color: #fde19a;
                background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
                background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
                border-color: #fdf59a #fdf59a #fbed50;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            }

            &.disabled {
                background-color: #fde19a;
                background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
                background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
                background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
                border-color: #fdf59a #fdf59a #fbed50;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

                &:hover {
                    background-color: #fde19a;
                    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
                    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
                    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
                    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
                    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
                    background-repeat: repeat-x;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
                    border-color: #fdf59a #fdf59a #fbed50;
                    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                }
            }

            &:hover, &.disabled:hover, &:active, &:hover:active {
                background-color: #fdf59a;
            }

            &.disabled {
                &:active, &:hover:active {
                    background-color: #fdf59a;
                }
            }

            &.active, &:hover.active {
                background-color: #fdf59a;
            }

            &.disabled {
                &.active, &:hover.active {
                    background-color: #fdf59a;
                }

                background-color: #fdf59a;
            }

            &:hover.disabled {
                background-color: #fdf59a;
            }

            &.disabled {
                &.disabled, &:hover.disabled {
                    background-color: #fdf59a;
                }
            }

            &[disabled], &:hover[disabled] {
                background-color: #fdf59a;
            }

            &.disabled {
                &[disabled], &:hover[disabled] {
                    background-color: #fdf59a;
                }
            }

            &:active, &:hover:active {
                background-color: #fbf069;
            }

            &.disabled {
                &:active, &:hover:active {
                    background-color: #fbf069;
                }
            }

            &.active, &:hover.active {
                background-color: #fbf069;
            }

            &.disabled {
                &.active, &:hover.active {
                    background-color: #fbf069;
                }
            }
        }

        &.active {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(to bottom, #08c, #04c);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: $white;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

            &:hover {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -ms-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: $white;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            &.disabled {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -ms-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: $white;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

                &:hover {
                    background-color: #006dcc;
                    background-image: -moz-linear-gradient(top, #08c, #04c);
                    background-image: -ms-linear-gradient(top, #08c, #04c);
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                    background-image: -webkit-linear-gradient(top, #08c, #04c);
                    background-image: -o-linear-gradient(top, #08c, #04c);
                    background-image: linear-gradient(to bottom, #08c, #04c);
                    background-repeat: repeat-x;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                    border-color: #04c #04c #002a80;
                    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                    color: $white;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                }
            }

            &:hover, &.disabled:hover, &:active, &:hover:active {
                background-color: #04c;
            }

            &.disabled {
                &:active, &:hover:active {
                    background-color: #04c;
                }
            }

            &.active, &:hover.active {
                background-color: #04c;
            }

            &.disabled {
                &.active, &:hover.active {
                    background-color: #04c;
                }

                background-color: #04c;
            }

            &:hover.disabled {
                background-color: #04c;
            }

            &.disabled {
                &.disabled, &:hover.disabled {
                    background-color: #04c;
                }
            }

            &[disabled], &:hover[disabled] {
                background-color: #04c;
            }

            &.disabled {
                &[disabled], &:hover[disabled] {
                    background-color: #04c;
                }
            }

            &:active, &:hover:active {
                background: $primaryColour;
            }

            &.disabled {
                &:active, &:hover:active {
                    background: $primaryColour;
                }
            }

            &.active, &:hover.active {
                background: $primaryColour;
            }

            &.disabled {
                &.active, &:hover.active {
                    background: $primaryColour;
                }
            }
        }

        span {
            display: block;
            width: 25%;
            height: 54px;
            line-height: 54px;
            float: left;
            cursor: pointer;
        }
    }

    .datetimepicker-hours {
        span {
            height: 35px;
            line-height: 35px;
            font-size: smaller;
            background: $lightGrey;
        }

        table tr td span {
            &.hour_am, &.hour_pm {
                width: 14.6%;
            }
        }

        fieldset legend {
            margin-bottom: inherit;
            line-height: 30px;
        }
    }

    .datetimepicker-minutes {
        fieldset legend {
            margin-bottom: inherit;
            line-height: 30px;
        }

        span {
            height: 35px;
            line-height: 35px;
            font-size: smaller;
            background: $lightGrey;
        }
    }

    table tr td span {
        &:hover {
            background: $darkGrey;
            color: $white;
            //-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            //box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

        &.disabled {
            background: 0;
            color: #999;
            cursor: default;

            &:hover {
                background: 0;
                color: #999;
                cursor: default;
            }
        }

        &.active {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -ms-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(to bottom, #08c, #04c);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: $white;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

            &:hover {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -ms-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: $white;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            &.disabled {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -ms-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: $white;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

                &:hover {
                    background-color: #006dcc;
                    background-image: -moz-linear-gradient(top, #08c, #04c);
                    background-image: -ms-linear-gradient(top, #08c, #04c);
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                    background-image: -webkit-linear-gradient(top, #08c, #04c);
                    background-image: -o-linear-gradient(top, #08c, #04c);
                    background-image: linear-gradient(to bottom, #08c, #04c);
                    background-repeat: repeat-x;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
                    border-color: #04c #04c #002a80;
                    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                    color: $white;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                }
            }

            &:hover, &.disabled:hover, &:active, &:hover:active {
                background-color: #04c;
            }

            &.disabled {
                &:active, &:hover:active {
                    background-color: #04c;
                }
            }

            &.active, &:hover.active {
                background-color: #04c;
            }

            &.disabled {
                &.active, &:hover.active {
                    background-color: #04c;
                }

                background-color: #04c;
            }

            &:hover.disabled {
                background-color: #04c;
            }

            &.disabled {
                &.disabled, &:hover.disabled {
                    background-color: #04c;
                }
            }

            &[disabled], &:hover[disabled] {
                background-color: #04c;
            }

            &.disabled {
                &[disabled], &:hover[disabled] {
                    background-color: #04c;
                }
            }

            &:active, &:hover:active {
                background: $primaryColour;
            }

            &.disabled {
                &:active, &:hover:active {
                    background: $primaryColour;
                }
            }

            &.active, &:hover.active {
                background: $primaryColour;
            }

            &.disabled {
                &.active, &:hover.active {
                    background: $primaryColour;
                }
            }
        }

        &.old {
            color: #999;
        }
    }

    th {
        &.switch {
            width: 145px;
        }

        span.glyphicon {
            pointer-events: none;
        }
    }

    thead tr:first-child th, tfoot th {
        cursor: pointer;
    }

    thead tr:first-child th:hover, tfoot th:hover {
        //background: #eee;
    }
}*/
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

@media only screen and (max-width: 991px) {
  .modal .modal-body .row label {
    margin-bottom: 0;
    height: auto; } }

@media print {
  /*
    @page {
        margin: 30px 0 0 0 !important;
    }

    html, 
    body {
        width: 210mm;
        //height: 297mm;
        height: 282mm;
        font-size: 11px;
        background: $white;
        overflow: visible;
    }

    body {
        padding-top: 15mm;
    }
    */
  * {
    color: #080909 !important;
    background: #FFF !important; }
  body {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  header,
  footer,
  .divider,
  .promo-header,
  .filter-wrapper,
  .bx-wrapper,
  .container.sub,
  #TitleCustomSelect,
  .edit-promo-tile,
  #carouselWrapper,
  .add-to-cart {
    display: none !important; }
  .print-specials-header {
    display: block !important;
    margin-bottom: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important; }
    .print-specials-header h2 {
      margin: 0 !important;
      padding: 6px 24px 12px 24px !important;
      color: #FFF !important;
      font-size: 12px !important;
      background: #080909 !important;
      width: 100% !important;
      color-adjust: exact !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important; }
      .print-specials-header h2 span {
        color: #FFF !important;
        background: #080909 !important;
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important; }
    .print-specials-header p {
      margin: 0 !important;
      padding: 0 24px 12px 24px !important;
      color: #FFF !important;
      font-size: 5.75px !important;
      border-bottom: 12px solid grey !important;
      background: #080909 !important;
      color-adjust: exact !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important; }
      .print-specials-header p span {
        color: #FFF !important;
        background: #080909 !important;
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important; }
    .print-specials-header .header-background {
      width: 100% !important;
      height: 100% !important; }
    .print-specials-header .header-store-details .row .col-sm-9 {
      float: left !important;
      width: 75% !important;
      padding-right: 0 !important; }
      .print-specials-header .header-store-details .row .col-sm-9 h2 {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .print-specials-header .header-store-details .row .col-sm-3 {
      float: right !important;
      text-align: right !important;
      width: 25% !important;
      padding-left: 0 !important;
      margin-right: 0 !important; }
      .print-specials-header .header-store-details .row .col-sm-3 h2 {
        padding-right: 30px !important;
        text-align: right !important;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .terms-and-conditions {
    display: none !important; }
  .products .catalogue-product .product-details {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    height: 185px !important; }
    .products .catalogue-product .product-details img {
      margin-top: 0 !important; }
    .products .catalogue-product .product-details .name {
      margin-top: 12px !important; }
  .products-title {
    padding: 0 !important; }
    .products-title h2 {
      display: none !important; }
  .cart-wrapper {
    display: none !important; }
  a:after {
    content: "( " attr(href) " )" !important; }
  .current-specials {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
    .current-specials .products {
      margin-top: -24px !important;
      margin-bottom: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: none !important; }
      .current-specials .products .catalogue-product-wrapper {
        width: 25% !important;
        float: left !important; }
      .current-specials .products .catalogue-product {
        page-break-inside: avoid !important; }
        .current-specials .products .catalogue-product .price {
          background: #f3f3f4 !important;
          color-adjust: exact !important;
          -webkit-print-color-adjust: exact !important;
          print-color-adjust: exact !important;
          height: unset !important; }
          .current-specials .products .catalogue-product .price p {
            color: #FFF !important;
            background: #f3f3f4 !important;
            color-adjust: exact !important;
            -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important; }
        .current-specials .products .catalogue-product.hidden-special {
          opacity: 1 !important; }
  .products .catalogue-product .product-details img {
    -webkit-filter: unset !important;
    filter: unset !important; }
  @-moz-document url-prefix() {
    .print-specials-header h2,
    .print-specials-header p {
      color: transparent !important;
      text-shadow: 0 0 0px #FFF !important; }
      .print-specials-header h2 span,
      .print-specials-header p span {
        color: transparent !important;
        text-shadow: 0 0 0px #FFF !important; }
    .products .catalogue-product .price p {
      color: transparent !important;
      text-shadow: 0 0 0px #FFF !important; } } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .cart ul.cart-info {
    padding-top: 7px !important; } }

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .print-specials-header h2,
  .print-specials-header p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #080909 !important; }
  .print-specials-header h2 span {
    color: #080909 !important; }
  .print-specials-header p {
    border-bottom: none !important; }
  .price {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .price p {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
  .catalogue-product {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }

/*@media print {
    .price p {
        color: rgba(0, 0, 0, 0) !important;
        text-shadow: 0 0 0 pink !important;
    }

    @media print and (-webkit-min-device-pixel-ratio:0) {
        .price p {
            color: pink !important;
            -webkit-print-color-adjust: exact !important;
        }
    }
}*/
.store-list .store-list-item a {
  font-family: 'Visby CF'; }
  .store-list .store-list-item a:hover, .store-list .store-list-item a:active {
    background: #cd9e59; }

.store-list .store-list-item h4 {
  font-family: 'Visby CF';
  font-weight: 900 !important; }

.locator-btn {
  background: #cd9e59;
  border-color: #cd9e59;
  font-size: x-large;
  font-weight: bold; }
  .locator-btn:focus {
    background: #cd9e59;
    border-color: #cd9e59; }

.store-list-section {
  max-height: 400px;
  overflow-y: scroll; }
  .store-list-section a:link, .store-list-section a:visited {
    color: #cd9e59; }
  .store-list-section a:hover, .store-list-section a:active {
    color: #070707; }

sub,
sup {
  font-family: 'Visby CF'; }

.cart-total-pricing p {
  font-family: 'Visby CF'; }
  .cart-total-pricing p strong {
    font-weight: 900; }

.add-to-cart a p {
  font-family: 'Visby CF';
  font-weight: 900; }

.table-contents table thead tr th p {
  font-family: 'Visby CF';
  font-weight: 900; }

.table-contents table tbody tr td p {
  color: #070707;
  font-family: 'Visby CF'; }

.table-contents table tbody tr:hover, .table-contents table tbody tr:active {
  background: #cd9e59; }
  .table-contents table tbody tr:hover td p, .table-contents table tbody tr:active td p {
    color: #FFF; }

h3.banner-main-color {
  color: #cd9e59;
  font-family: 'Visby CF';
  font-weight: 900; }

ul.cart-selection li p {
  color: #070707;
  font-family: 'Visby CF'; }

ul.cart-selection li:hover, ul.cart-selection li:active {
  background: #cd9e59; }
  ul.cart-selection li:hover p, ul.cart-selection li:active p {
    color: #FFF; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promotion-item h4 {
  color: #cd9e59;
  font-family: 'Visby CF'; }

.promotion-item h5 {
  font-family: 'Visby CF'; }

.promotion-item p {
  font-family: 'Visby CF'; }

.promotion-modal-details h4 {
  color: #cd9e59;
  font-family: 'Visby CF'; }

.promotion-modal-details h5 {
  font-family: 'Visby CF'; }

.promotion-modal-details p {
  font-family: 'Visby CF'; }

.products .catalogue-product .product-details .name,
.products .catalogue-product .product-details .size,
.products .catalogue-product .price p {
  font-family: 'Visby CF'; }

.select-ul-wrapper ul.select-ul:hover,
.select-ul-wrapper ul.select-ul:active,
.select-ul-wrapper ul.select-ul.opened {
  border-color: #cd9e59; }

.products-title,
.products .catalogue-product .price,
.select-ul-wrapper ul.select-ul li.selected:not(.init),
::selection {
  background: #cd9e59; }

::selection {
  color: #FFF; }

input[type=checkbox]:checked + label:before {
  border-right-color: #cd9e59;
  border-bottom-color: #cd9e59; }

.products-title {
  padding-bottom: 10px; }
  .products-title h3 {
    margin-bottom: 15px; }

.btn {
  font-weight: 900;
  font-family: 'Visby CF'; }
  .btn.btn-primary {
    background: #cd9e59;
    border-color: #cd9e59;
    color: #FFF; }
  .btn.btn-secondary {
    background: #707070;
    border-color: #707070;
    color: #FFF; }
  .btn:hover, .btn:active, .btn:focus {
    background: #070707 !important;
    border-color: #070707 !important;
    color: #FFF; }

.promo-header .promo-header-name-details-contents h2 {
  font-family: 'Visby CF'; }

.promo-header .select-ul-wrapper ul.select-ul {
  margin-bottom: 24px; }

label,
.read-only {
  font-family: 'Visby CF'; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Roman.woff2") format("woff2"), url("fonts/Garamond-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-KursivHalbfett.woff2") format("woff2"), url("fonts/Garamond-KursivHalbfett.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Bold.woff2") format("woff2"), url("fonts/Garamond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond.woff2") format("woff2"), url("fonts/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond.woff2") format("woff2"), url("fonts/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Medium-Italic.woff2") format("woff2"), url("fonts/Garamond-Medium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond.woff2") format("woff2"), url("fonts/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-MediumItalic.woff2") format("woff2"), url("fonts/Garamond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Bold.woff2") format("woff2"), url("fonts/Garamond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond.woff2") format("woff2"), url("fonts/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Bold.woff2") format("woff2"), url("fonts/Garamond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("fonts/Garamond-Italic.woff2") format("woff2"), url("fonts/Garamond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Utopia Std';
  src: url("fonts/UtopiaStd-SemiboldIt.woff2") format("woff2"), url("fonts/UtopiaStd-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Utopia Std';
  src: url("fonts/UtopiaStd-DispIt.woff2") format("woff2"), url("fonts/UtopiaStd-DispIt.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Utopia Std';
  src: url("fonts/UtopiaStd-Disp.woff2") format("woff2"), url("fonts/UtopiaStd-Disp.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Utopia Std';
  src: url("fonts/UtopiaStd-Semibold.woff2") format("woff2"), url("fonts/UtopiaStd-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-LightOblique.eot");
  src: local("fonts/Visby CF Light Oblique"), local("fonts/VisbyCF-LightOblique"), url("fonts/VisbyCF-LightOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-LightOblique.woff2") format("woff2"), url("fonts/VisbyCF-LightOblique.woff") format("woff"), url("fonts/VisbyCF-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-Bold.eot");
  src: local("fonts/Visby CF Bold"), local("fonts/VisbyCF-Bold"), url("fonts/VisbyCF-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-Bold.woff2") format("woff2"), url("fonts/VisbyCF-Bold.woff") format("woff"), url("fonts/VisbyCF-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-Light.eot");
  src: local("fonts/Visby CF Light"), local("fonts/VisbyCF-Light"), url("fonts/VisbyCF-Light.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-Light.woff2") format("woff2"), url("fonts/VisbyCF-Light.woff") format("woff"), url("fonts/VisbyCF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF Extra';
  src: url("fonts/VisbyCF-ExtraBold.eot");
  src: local("fonts/Visby CF Extra Bold"), local("fonts/VisbyCF-ExtraBold"), url("fonts/VisbyCF-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-ExtraBold.woff2") format("woff2"), url("fonts/VisbyCF-ExtraBold.woff") format("woff"), url("fonts/VisbyCF-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-BoldOblique.eot");
  src: local("fonts/Visby CF Bold Oblique"), local("fonts/VisbyCF-BoldOblique"), url("fonts/VisbyCF-BoldOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-BoldOblique.woff2") format("woff2"), url("fonts/VisbyCF-BoldOblique.woff") format("woff"), url("fonts/VisbyCF-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-ThinOblique.eot");
  src: local("fonts/Visby CF Thin Oblique"), local("fonts/VisbyCF-ThinOblique"), url("fonts/VisbyCF-ThinOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-ThinOblique.woff2") format("woff2"), url("fonts/VisbyCF-ThinOblique.woff") format("woff"), url("fonts/VisbyCF-ThinOblique.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-Heavy.eot");
  src: local("fonts/Visby CF Heavy"), local("fonts/VisbyCF-Heavy"), url("fonts/VisbyCF-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-Heavy.woff2") format("woff2"), url("fonts/VisbyCF-Heavy.woff") format("woff"), url("fonts/VisbyCF-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-Thin.eot");
  src: local("fonts/Visby CF Thin"), local("fonts/VisbyCF-Thin"), url("fonts/VisbyCF-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-Thin.woff2") format("woff2"), url("fonts/VisbyCF-Thin.woff") format("woff"), url("fonts/VisbyCF-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-Medium.eot");
  src: local("fonts/Visby CF Medium"), local("fonts/VisbyCF-Medium"), url("fonts/VisbyCF-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-Medium.woff2") format("woff2"), url("fonts/VisbyCF-Medium.woff") format("woff"), url("fonts/VisbyCF-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-ExtraBoldOblique.eot");
  src: local("fonts/Visby CF Extra Bold Oblique"), local("fonts/VisbyCF-ExtraBoldOblique"), url("fonts/VisbyCF-ExtraBoldOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-ExtraBoldOblique.woff2") format("woff2"), url("fonts/VisbyCF-ExtraBoldOblique.woff") format("woff"), url("fonts/VisbyCF-ExtraBoldOblique.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-MediumOblique.eot");
  src: local("Visby CF Medium Oblique"), local("VisbyCF-MediumOblique"), url("fonts/VisbyCF-MediumOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-MediumOblique.woff2") format("woff2"), url("fonts/VisbyCF-MediumOblique.woff") format("woff"), url("fonts/VisbyCF-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF';
  src: url("fonts/VisbyCF-HeavyOblique.eot");
  src: local("Visby CF Heavy Oblique"), local("VisbyCF-HeavyOblique"), url("fonts/VisbyCF-HeavyOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-HeavyOblique.woff2") format("woff2"), url("fonts/VisbyCF-HeavyOblique.woff") format("woff"), url("fonts/VisbyCF-HeavyOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Visby CF Demi';
  src: url("fonts/VisbyCF-DemiBold.eot");
  src: local("Visby CF Demi Bold"), local("VisbyCF-DemiBold"), url("fonts/VisbyCF-DemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-DemiBold.woff2") format("woff2"), url("fonts/VisbyCF-DemiBold.woff") format("woff"), url("fonts/VisbyCF-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Visby CF Demi Bold Oblique';
  src: url("fonts/VisbyCF-DemiBoldOblique.eot");
  src: local("Visby CF Demi Bold Oblique"), local("VisbyCF-DemiBoldOblique"), url("fonts/VisbyCF-DemiBoldOblique.eot?#iefix") format("embedded-opentype"), url("fonts/VisbyCF-DemiBoldOblique.woff2") format("woff2"), url("fonts/VisbyCF-DemiBoldOblique.woff") format("woff"), url("fonts/VisbyCF-DemiBoldOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  color: #FFF;
  font-family: 'Garamond';
  overflow-x: hidden;
  background: #070707; }

header, nav, section, footer {
  display: block; }

section {
  margin-top: 140px; }

.container {
  position: relative; }
  .container.main {
    background-image: url("bkg.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    padding-bottom: 12px; }
  .container.sub {
    background-image: url("sub-header.jpg");
    background-repeat: no-repeat;
    background-position: 50% 84%;
    background-size: cover;
    height: 263px; }

.gradient-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(7, 7, 7, 0.95) 36%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(7, 7, 7, 0.95) 36%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(7, 7, 7, 0.95) 36%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff231f20', endColorstr='#00000000',GradientType=0 ); }

.gradient-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 254px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 7, 0.95) 73%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 7, 0.95) 73%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 7, 0.95) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff231f20',GradientType=0 ); }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  outline: none; }

h1 {
  color: #070707;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-style: italic;
  padding-top: 24px;
  padding-bottom: 24px; }

h2 {
  color: #070707;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-style: italic; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.locator-wrapper {
  position: relative;
  padding-right: 57px;
  margin-bottom: 24px; }
  .locator-wrapper input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53px;
    padding: 0px;
    line-height: normal; }

#enquiry-form input[type=submit] {
  margin-bottom: 24px; }
  #enquiry-form input[type=submit]:hover, #enquiry-form input[type=submit]:active, #enquiry-form input[type=submit]:focus {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

.captcha-wrapper {
  position: relative;
  padding-right: 71px;
  color: #070707; }
  .captcha-wrapper input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0; }
  .captcha-wrapper a,
  .captcha-wrapper p {
    font-family: 'Utopia Std';
    font-weight: 600; }
  .captcha-wrapper a {
    margin-bottom: 12px;
    display: block; }
    .captcha-wrapper a:link, .captcha-wrapper a:visited {
      color: #cd9e59; }
    .captcha-wrapper a:hover, .captcha-wrapper a:active {
      color: #070707; }

.locator-results {
  margin-bottom: 72px;
  max-height: 391px;
  overflow-y: auto;
  overflow-x: hidden; }
  .locator-results::-webkit-scrollbar {
    width: 12px; }
  .locator-results::-webkit-scrollbar-track {
    background: #c7c7c7;
    -webkit-border-radius: 12px;
    border-radius: 12px; }
  .locator-results::-webkit-scrollbar-thumb {
    background: #707070;
    -webkit-border-radius: 12px;
    border-radius: 12px; }
    .locator-results::-webkit-scrollbar-thumb:hover, .locator-results::-webkit-scrollbar-thumb:active {
      background: #cd9e59; }
  .locator-results li {
    font-family: 'Visby CF';
    position: relative;
    margin-right: 24px; }
    .locator-results li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 15px; }
      .locator-results li a:link, .locator-results li a:visited {
        border-bottom: 1px solid #c7c7c7; }
      .locator-results li a:hover, .locator-results li a:active {
        background: #cd9e59; }
      .locator-results li a:hover h3, .locator-results li a:active h3, .locator-results li a:hover p, .locator-results li a:active p {
        color: #FFF; }
    .locator-results li:last-child a {
      border-bottom: none; }
    .locator-results li h3 {
      color: #070707;
      font-weight: 900;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 12px; }
    .locator-results li p {
      color: #707070;
      margin-bottom: 0; }
      .locator-results li p.set-store {
        font-weight: 900;
        margin-top: 12px;
        color: #070707;
        display: inline-block; }
        .locator-results li p.set-store:hover, .locator-results li p.set-store:active {
          text-decoration: underline; }
    .locator-results li .phone {
      font-weight: bold; }
    .locator-results li .distance {
      font-weight: 900;
      color: #070707; }

.field-validation-error,
.field-validation-valid {
  display: block; }

.map {
  padding-left: 0;
  padding-right: 0;
  min-height: 438px; }
  .map iframe {
    width: 100%;
    margin-bottom: -11px; }

.gm-style-iw {
  color: #070707; }

textarea:focus,
input:focus {
  outline: none; }

label {
  color: #070707;
  font-family: 'Visby CF';
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 12px; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #c7c7c7;
  font-weight: bold; }

input,
textarea,
select {
  font-family: 'Visby CF'; }

input {
  height: 44px; }
  input[type=text], input[type=password], input[type=email], input[type=date] {
    width: 100%; }
    input[type=text]:hover, input[type=text]:active, input[type=password]:hover, input[type=password]:active, input[type=email]:hover, input[type=email]:active, input[type=date]:hover, input[type=date]:active {
      border-color: #cd9e59; }
    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus {
      border-color: #cd9e59;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
  input[type=submit]:hover, input[type=submit]:active {
    background: #cd9e59;
    color: #FFF;
    border-color: #cd9e59; }

textarea {
  width: 100%;
  resize: none;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px; }
  textarea:focus {
    border-color: #cd9e59;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

select {
  outline: none; }
  select:hover, select:active {
    border-color: #cd9e59; }
  select:focus {
    border-color: #cd9e59;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

.clear {
  position: absolute;
  bottom: 0px;
  right: 57px;
  width: 44px;
  height: 44px;
  display: none; }
  .clear a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 12px; }

.promo-name-row {
  margin-bottom: 48px; }

.welcome-button-store a, .welcome-button-offer a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 12px;
  color: #FFF;
  text-decoration: none;
  padding: 91px 24px 24px 57px;
  font-family: 'Utopia Std';
  font-style: italic;
  font-size: 24px;
  line-height: 1; }

.welcome-button-store a:hover, .welcome-button-store a:active {
  background: #eac17d;
  background: -moz-linear-gradient(-45deg, #eac17d 0%, #bf8229 100%);
  background: -webkit-linear-gradient(-45deg, #eac17d, #4096ee 100%);
  background: linear-gradient(135deg, #eac17d 0%, #bf8229 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eeac17d', endColorstr='#4ebf8229',GradientType=1 );
  opacity: 1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

.welcome-button-offer a:hover, .welcome-button-offer a:active {
  background: #eac17d;
  background: -moz-linear-gradient(-45deg, #eac17d 0%, #bf8229 100%);
  background: -webkit-linear-gradient(-45deg, #eac17d, #4096ee 100%);
  background: linear-gradient(135deg, #eac17d 0%, #bf8229 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eeac17d', endColorstr='#4ebf8229',GradientType=1 );
  opacity: 1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

.welcome-button-store p, .welcome-button-offer p {
  margin-bottom: 0;
  position: relative; }

.welcome-button-store {
  float: right;
  margin-bottom: 12px; }
  .welcome-button-store a {
    border: 1px solid #cd9e59; }

.welcome-button-offer {
  margin-bottom: 15px;
  position: relative; }
  .welcome-button-offer .welcome-button-offer-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eac17d;
    background: -moz-linear-gradient(-45deg, #eac17d 0%, #bf8229 100%);
    background: -webkit-linear-gradient(-45deg, #eac17d, #4096ee 100%);
    background: linear-gradient(135deg, #eac17d 0%, #bf8229 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eeac17d', endColorstr='#4ebf8229',GradientType=1 );
    opacity: .8; }
  .welcome-button-offer img {
    width: 100px;
    height: 100px; }
  .welcome-button-offer a {
    border-color: transparent; }

.welcome-button-occasion {
  padding: 0;
  float: left; }
  .welcome-button-occasion p, .welcome-button-occasion img {
    padding: 0 24px; }
  .welcome-button-occasion p {
    font-family: 'Utopia Std';
    font-style: italic;
    font-size: 41px;
    line-height: 1;
    padding-top: 24px;
    padding-bottom: 2px; }
  .welcome-button-occasion img {
    width: 100%;
    padding-bottom: 24px; }
  .welcome-button-occasion a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    background: #070707; }
    .welcome-button-occasion a:hover, .welcome-button-occasion a:active {
      background: #eac17d;
      background: -moz-linear-gradient(-45deg, #eac17d 0%, #bf8229 100%);
      background: -webkit-linear-gradient(-45deg, #eac17d, #4096ee 100%);
      background: linear-gradient(135deg, #eac17d 0%, #bf8229 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eeac17d', endColorstr='#4ebf8229',GradientType=1 );
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }

header, nav {
  display: block; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 24px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2; }
  header .container {
    min-height: 263px; }
  header .logo {
    padding-top: 24px; }
    header .logo ul li {
      display: inline-block;
      float: left; }
      header .logo ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      header .logo ul li img {
        width: 100%;
        max-width: 273px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.95));
        filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.95));
        /* Similar syntax to box-shadow */ }
      header .logo ul li p {
        color: #707070;
        margin: 34px 20px 0 20px; }
  header.scrolled {
    padding-top: 0;
    padding-bottom: 0; }
    header.scrolled .gradient-top {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(7, 7, 7, 0.95) 10%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(7, 7, 7, 0.95) 10%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(7, 7, 7, 0.95) 10%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff231f20', endColorstr='#00000000',GradientType=0 ); }
    header.scrolled .container {
      min-height: 104px; }
    header.scrolled nav .hamburger {
      top: 0; }
    header.scrolled nav ul li {
      margin-top: 0; }
    header.scrolled .logo ul li p {
      margin-top: 28px; }
    header.scrolled .logo ul li img {
      height: 44px;
      width: auto; }

nav {
  padding-bottom: 24px; }
  nav ul {
    display: none; }
    nav ul li {
      list-style-type: none; }
      nav ul li a {
        padding: 13px 9px;
        display: block;
        width: 100%;
        height: 100%;
        letter-spacing: 1px; }
        nav ul li a:link, nav ul li a:visited {
          color: #FFF;
          text-decoration: none; }
        nav ul li a:hover, nav ul li a:active {
          color: #cd9e59;
          text-decoration: none; }

.fa-facebook {
  line-height: 14px; }

.select-ul {
  font-family: 'Visby CF';
  font-weight: 900; }

.catalogue-wrapper h3,
.catalogue-wrapper h2,
.catalogue-wrapper h4 {
  font-family: 'Visby CF'; }

.pika-single .pika-lendar .pika-table tr td.is-selected .pika-button {
  color: #FFF;
  background: #cd9e59; }

.modal-header .modal-title {
  font-family: 'Visby CF';
  font-weight: 900; }

.modal-body .row p {
  font-family: 'Visby CF';
  color: #070707; }

.form-wrapper {
  padding-top: 287px; }

.editable-field {
  font-weight: 900; }

.terms-and-conditions {
  font-family: 'Visby CF'; }

.current-store {
  font-family: 'Visby CF';
  font-weight: 900;
  color: #cd9e59; }
  .current-store a:link, .current-store a:visited {
    color: #cd9e59; }
  .current-store a:hover, .current-store a:active {
    color: #070707; }

.remember-answer-wrapper label {
  font-style: normal;
  line-height: normal !important; }

.modal.over-eighteen-modal .modal-header {
  padding-top: 12px;
  padding-bottom: 12px; }
  .modal.over-eighteen-modal .modal-header h2 {
    font-style: normal; }

.modal.over-eighteen-modal .modal-footer .age-valid-wrapper .btn {
  padding-top: 10px; }

footer .container {
  background: #070707;
  padding: 24px 12px 24px 12px; }
  footer .container.home {
    border-top: 5px solid #FFF; }

footer .footer-bottom {
  padding-top: 24px; }
  footer .footer-bottom p {
    text-align: center; }

footer h3 {
  font-family: 'Utopia Std';
  font-style: italic; }

footer h4 {
  color: #FFF;
  margin-top: 24px;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-style: italic; }

footer p {
  color: #c7c7c7; }

footer a:link, footer a:visited {
  text-decoration: none;
  color: #c7c7c7; }

footer a:hover, footer a:active {
  text-decoration: none;
  color: #cd9e59; }

.alert strong {
  font-weight: 900; }

.hamburger {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger.is-active .hamburger-inner {
    background-color: #FFF; }
    .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
      background-color: #FFF; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

* {
  box-sizing: border-box; }

.white {
  background-color: #FFF; }
  .white p {
    color: #070707; }

.black {
  background-color: #000; }

.slider {
  margin: 6px auto 72px auto;
  min-height: 300px;
  visibility: hidden; }

.img-popup {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }

.slick-slide {
  margin: 0 0;
  transition: all ease-in-out .3s;
  opacity: .2; }
  .slick-slide img {
    width: 100%; }

.slick-prev, .slick-next {
  width: 12px;
  background-color: #c7c7c7;
  text-align: center;
  position: absolute; }

.slick-prev:hover, .slick-prev:active {
  background-color: #cd9e59; }

.slick-next:hover, .slick-next:active {
  background-color: #cd9e59; }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-prev {
  left: -72px;
  background-image: url(arrow-left.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat; }

.slick-next {
  right: -72px;
  background-image: url(arrow-right.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat; }

.slick-active, .slick-current {
  opacity: 1; }

.catalogue-border {
  height: 6px;
  width: 100%;
  background: #eac17d;
  background: -moz-linear-gradient(-45deg, #eac17d 0%, #bf8229 100%);
  background: -webkit-linear-gradient(-45deg, #eac17d, #4096ee 100%);
  background: linear-gradient(135deg, #eac17d 0%, #bf8229 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeac17d', endColorstr='#ffbf8229',GradientType=1 );
  opacity: .8; }

.catalogue-wrapper {
  color: #070707; }

.twitter-typeahead {
  width: 100%; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #070707 !important; }

.tt-menu {
  padding: 0 0 0 0;
  background-color: #FFF;
  border: 1px solid #c7c7c7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  width: 100%; }

.tt-highlight {
  color: #070707;
  font-family: 'Visby CF';
  font-weight: 900; }

.tt-suggestion {
  padding: 12px 12px;
  cursor: pointer;
  font-family: 'Visby CF'; }
  .tt-suggestion:hover, .tt-suggestion:active {
    color: #FFF;
    background-color: #cd9e59; }
  .tt-suggestion:hover .tt-highlight, .tt-suggestion:active .tt-highlight {
    color: #FFF; }
  .tt-suggestion:last-child:hover, .tt-suggestion:last-child:active {
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }

.tt-selectable {
  color: #070707 !important; }
  .tt-selectable:hover, .tt-selectable:active {
    color: #FFF !important; }

.fancybox-content {
  /*width: 100%;
    max-width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;*/ }

@supports (-ms-ime-align: auto) {
  ::-ms-clear {
    display: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ::-ms-clear {
    display: none; }
  nav ul li a {
    letter-spacing: 0px; } }

/* For small mobile phones: */
/* For mobile phones: */
@media only screen and (max-width: 1199px) {
  h1, h2, h3, h4, p {
    margin-left: 0; } }

/* For mobiles and tablets: */
@media only screen and (max-width: 1199px) {
  .filter .products-filter {
    padding-bottom: 0; }
  label.editable-field {
    margin-bottom: 0;
    margin-top: 24px;
    line-height: normal;
    height: auto; }
  p.read-only {
    min-height: unset; }
  .select-ul-wrapper ul.select-ul li.init {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px; }
  .container.sub {
    height: 129px; }
  .slider {
    width: 50%;
    max-width: 100%; }
  .nav-wrapper {
    width: 100%; }
  nav ul {
    display: none;
    width: 100%;
    margin-top: 24px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
    nav ul li {
      text-align: center;
      border-top: 1px solid #FFF;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF; }
      nav ul li:last-child {
        border-bottom: 1px solid #FFF; }
      nav ul li a {
        padding-left: 24px;
        padding-right: 24px; }
        nav ul li a:link, nav ul li a:visited {
          color: #FFF;
          background: #070707; }
        nav ul li a:hover, nav ul li a:active {
          color: #070707;
          background: #FFF; }
  nav .hamburger {
    display: inline-block; }
  header.scrolled {
    margin-top: 0; }
    header.scrolled .container .logo {
      padding-top: 12px; }
    header.scrolled nav ul li {
      margin-top: 0; }
  header .container {
    min-height: 129px; }
  header .logo ul li img {
    padding-right: 72px; }
  footer {
    text-align: center; }
  h1 {
    font-size: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px; }
  .slick-prev, .slick-next {
    height: 96px; }
  h2 {
    font-size: 24px; }
  .form-wrapper {
    padding-top: 123px; } }

/* For large phones only: */
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .slider {
    width: 61%; } }

/* For tablets only: */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .slider {
    width: 75%; } }

/* For desktop: */
@media only screen and (min-width: 1200px) {
  .welcome-button-store p, .welcome-button-offer p {
    padding: 0;
    margin: 0; }
  nav {
    margin-top: 24px; }
    nav ul {
      float: right;
      height: 100%;
      display: inline-block; }
      nav ul li {
        float: left;
        margin-top: 23px; }
  .welcome-button-offer {
    margin-bottom: 15px; }
  .locator-results .distance {
    text-align: right; }
  .slick-prev, .slick-next {
    height: 300px; }
  .lead {
    font-size: 14px; } }

/* For small desktop only: */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider {
    width: 100%;
    max-width: 606px; } }

/* For medium desktop: */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider {
    width: 100%;
    max-width: 826px; } }

/* For small and medium desktop: */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header .container {
    min-height: 139px; } }

/* For large desktop: */
@media only screen and (min-width: 1200px) {
  header .logo ul li img {
    width: 289px;
    height: 108px;
    max-width: none; }
  .slider {
    width: 100%;
    max-width: 1026px; }
  .container.main {
    padding-top: 248px; }
  .welcome-button-offer {
    float: left; }
  .welcome-button-occasion {
    margin-left: 12px; }
  header.scrolled nav {
    margin-top: 24px; }
  header nav {
    margin-top: 45px; } }

/* For everything except large desktop: */
@media only screen and (max-width: 1199px) {
  .welcome-button-occasion, .welcome-button-store {
    width: 100%; }
  .welcome-button-occasion img {
    width: 100%;
    max-width: 247px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .welcome-button-occasion p {
    font-size: 29px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .welcome-button-store a, .welcome-button-offer a {
    text-align: center;
    padding-top: 24px; } }

.products .catalogue-product .price p {
  line-height: normal; }

@media print {
  .current-specials .products .catalogue-product .price {
    background: #cd9e59 !important; }
    .current-specials .products .catalogue-product .price p {
      background: #cd9e59 !important; }
  .print-specials-header p {
    border-color: #cd9e59 !important;
    font-family: 'Visby CF' !important; }
  .print-specials-header h2 {
    font-family: 'Visby CF' !important;
    font-weight: 900 !important;
    font-style: normal !important; } }

@media print {
  .print-specials-header h2 {
    background: #080909 !important;
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; }
    .print-specials-header h2 span {
      background: #080909 !important;
      color-adjust: exact !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important; }
  .print-specials-header p {
    background: #080909 !important;
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; }
    .print-specials-header p span {
      background: #080909 !important;
      color-adjust: exact !important;
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important; } }

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .print-specials-header h2,
  .print-specials-header p {
    color: #080909 !important; }
  .print-specials-header h2 span {
    color: #080909 !important; } }
