/* Form Steps (arrows)
 ============================================================================ */
/* Alert colors
 ============================================================================ */
/* Screen sizes
 ============================================================================ */
/* Body
 ============================================================================ */
body {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body * {
  font-family: inherit;
}
/* Titles
 ============================================================================ */
h1 {
  color: #209a8b;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}
h2 {
  color: #209a8b;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin: 40px 0 10px 0;
}
h2:first-child {
  margin-top: 0;
}
h2 + h4 {
  margin-top: 0;
}
h2 a {
  color: #209a8b;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #1c8578;
  text-decoration: underline;
}
h3 {
  color: #209a8b;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 10px 0;
}
h3:first-child {
  margin-top: 0;
}
h3 + h4 {
  margin-top: 0;
}
h3 a {
  color: #209a8b;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #1c8578;
  text-decoration: underline;
}
h4 {
  color: #209a8b;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
h4:first-child {
  margin-top: 0;
}
h4 a {
  color: #209a8b;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #1c8578;
  text-decoration: underline;
}
h5 {
  font-weight: 600;
  font-size: 16px;
}
h6 {
  font-weight: 600;
  font-size: 15px;
}
/* Paragraphs
 ============================================================================ */
p:last-child {
  margin-bottom: 0;
}
/* Links
 ============================================================================ */
a {
  color: #209a8b;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #1c8578;
}
/* General form settings
 ============================================================================ */
.form-control {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.form-group.required > label:after {
  content: ' *';
  color: #d9534f;
  font-weight: 500;
}
.form-group.no-bottom {
  margin-bottom: 0;
}
.form-group label {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group label .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group label .btn-tooltip:hover,
.form-group label .btn-tooltip:active,
.form-group label .btn-tooltip:focus {
  color: #333333;
}
.form-group fieldset legend .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group fieldset legend .btn-tooltip:hover,
.form-group fieldset legend .btn-tooltip:active,
.form-group fieldset legend .btn-tooltip:focus {
  color: #333333;
}
.form-group-row {
  margin-bottom: 0;
}
.form-group .form-group-content {
  position: relative;
}
.form-group .form-group-content .prefix + input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group-address {
  margin-bottom: 0;
}
.form-group-autocomplete .chosen-container {
  display: inline-block;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.form-group-autocomplete .chosen-container a {
  cursor: pointer;
  text-decoration: none;
}
.form-group-autocomplete .chosen-container .chosen-drop {
  background: white;
  border: 1px solid #aaa;
  border-top: 0;
  font-size: 14px;
  left: -9999px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search {
  margin: 0;
  padding: 5px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search:before {
  color: #555555;
  content: '\f002';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 21px;
  top: 5px;
  width: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search input[type="text"] {
  background: none;
  border: 1px solid #aaa;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 4px 20px 4px 30px;
  width: 100%;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results {
  color: #454545;
  line-height: 1;
  margin: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li {
  display: none;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.disabled-result {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #209a8b;
  color: white;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.no-results {
  background: none;
  color: #131313;
  display: list-item;
  font-style: italic;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-option {
  padding-left: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.form-group-autocomplete .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.form-group-autocomplete .chosen-container .search-choice .group-name,
.form-group-autocomplete .chosen-container .chosen-single .group-name {
  color: #222222;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container .search-choice .group-name:after,
.form-group-autocomplete .chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr {
  background: none;
  display: block;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div {
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div b:before {
  color: #999999;
  content: '\f0d7';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-default {
  color: #555555;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect span {
  margin-right: 40px;
}
.form-group-autocomplete .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop .chosen-search {
  left: -9999px;
  position: absolute;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field {
  margin: 0 0 4px 0;
  padding: 0;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #555555;
  height: 32px;
  line-height: 32px;
  margin: -6px 0;
  outline: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  cursor: default;
  line-height: 13px;
  margin: 0 10px 4px 0;
  padding: 3px 20px 2px 5px;
  position: relative;
  max-width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
  color: #454545;
  word-wrap: break-word;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 12px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-drop .result-selected {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: '\f0d8';
}
.form-group-autocomplete .chosen-container.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #454545 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.form-group-checkbox input {
  position: absolute;
}
.form-group-checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-checkboxes fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-checkboxes .form-group-checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group-checkboxes .form-group-checkbox:first-child {
  margin-top: 0;
}
.form-group-checkboxes .children {
  margin-left: 20px;
  margin-top: 5px;
}
.form-group-date .form-group-content {
  width: 175px;
}
.form-group-datetime select {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-email input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-file-image fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-file-image fieldset .form-group-image {
  margin-bottom: 0;
}
.form-group-file-image fieldset .form-group-image img {
  height: auto;
  width: 100%;
}
.form-group-file-image fieldset .form-group-checkbox {
  margin-bottom: 0;
}
.form-group-number .form-group-content {
  width: 175px;
}
.form-group-number .form-group-content input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-opening-hours table th {
  padding-right: 20px;
}
.form-group-opening-hours table th label {
  font-weight: 500;
}
.form-group-opening-hours table td {
  padding-right: 10px;
}
.form-group-opening-hours .form-group-checkbox {
  margin: 5px;
}
.form-group-opening-hours .form-group-text {
  margin: 5px;
  overflow: hidden;
}
.form-group-opening-hours .form-group-text label {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 34px;
  margin: 0 20px 0 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row .form-group-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 75px !important;
}
.form-group-opening-hours .btn-link {
  margin: 5px;
  padding: 0;
}
.form-group-password input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-period {
  margin-bottom: 0;
}
.form-group-period fieldset legend {
  border: none;
  box-shadow: none;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-period fieldset .form-group {
  float: left;
  margin-top: 0;
}
.form-group-period fieldset .form-group:last-child {
  margin-left: 30px;
}
.form-group-period fieldset .form-group label {
  font-weight: 300;
}
.form-group-period fieldset .form-group .form-group-content {
  width: 175px;
}
.form-group-phone-number .intl-tel-input {
  display: block;
}
.form-group-phone-number .intl-tel-input .iti-flag {
  background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-group-phone-number .intl-tel-input .iti-flag {
    background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags@2x.png');
  }
}
.form-group-radio .form-group-radio {
  margin-bottom: 5px;
}
.form-group-radio .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.form-group-radio .form-group-radio input {
  position: absolute;
}
.form-group-radio .form-group-radio label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-readonly .label {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group-select select {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-select .form-group-checkbox {
  margin-bottom: 5px;
}
.form-group-select .form-group-checkbox:last-child {
  margin-bottom: 0;
}
.form-group-tel input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-text input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
.form-group-textarea textarea {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #454545;
  display: block;
  line-height: 20px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
  height: 100px;
  resize: none;
}
.form-group-textarea .mce-tinymce {
  border-color: #aaa;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp {
  background: #eeeeee;
  border-color: #aaa;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp .mce-btn {
  background: #eeeeee;
}
.form-group-textarea iframe {
  height: 150px !important;
}
.form-group-textarea .lg textarea {
  height: 400px;
}
.form-group-textarea .lg iframe {
  height: 400px !important;
}
.form-group .input-group-addon {
  background: #eeeeee;
  border-color: #aaa;
  border-radius: 0;
}
/* Errors
 ============================================================================ */
.form-group .parsley-errors-list.filled {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
.form-group .parsley-errors-list.filled:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
.form-group .parsley-errors-list.filled li {
  color: #d9534f;
  line-height: 22px;
}
.form-group .error-message {
  color: #d9534f;
  line-height: 22px;
  padding: 5px 0 0 0;
}
.form-group .error-message:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
/* Reusable functions
 ============================================================================ */
.no-border {
  border: none;
  box-shadow: none;
}
/* Buttons
 ============================================================================ */
.btn {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.btn-accent-1 {
  background: #aac90c;
  color: white;
}
.btn-accent-1:hover,
.btn-accent-1:active,
.btn-accent-1:focus {
  background: #96b10b;
  color: white;
}
.btn-accent-2 {
  background: #209a8b;
  color: white;
}
.btn-accent-2:hover,
.btn-accent-2:active,
.btn-accent-2:focus {
  background: #1c8578;
  color: white;
}
.btn-accent-3 {
  background: #8fccc5;
  color: white;
}
.btn-accent-3:hover,
.btn-accent-3:active,
.btn-accent-3:focus {
  background: #7dc4bc;
  color: white;
}
.btn-accent-4 {
  background: #669933;
  color: white;
}
.btn-accent-4:hover,
.btn-accent-4:active,
.btn-accent-4:focus {
  background: #59862d;
  color: white;
}
.btn-link {
  background: none;
  border: 1px solid #209a8b;
  color: #209a8b;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 10px;
}
.btn-order {
  background-color: #29c4b1;
  border-radius: 4px;
  border: none;
  border-bottom: 4px solid #177065;
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
}
.btn-order:hover,
.btn-order:active,
.btn-order:focus {
  background-color: #209a8b;
  border-bottom: 2px solid #177065;
  margin-top: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #1c8578;
  border-radius: 4px;
  box-shadow: none;
  color: white;
}
.btn-no-layout {
  background: none;
  color: #209a8b;
}
.btn-no-layout:hover,
.btn-no-layout:active,
.btn-no-layout:focus {
  background: none;
  box-shadow: none;
  color: #1c8578;
  text-decoration: underline;
}
.btn-shopping-icon:before {
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.btn-favorite-icon:before {
  content: '\f004';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.btn-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-inline {
    display: block;
    float: left;
    margin-left: 0;
  }
}
.btn-default {
  background: #eee;
  color: #999;
  padding: 5px 15px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #eee;
  color: #454545;
}
.btn-delete {
  background-color: #d9534f;
  min-height: 40px;
}
.btn-delete:hover,
.btn-delete:active,
.btn-delete:focus {
  background-color: #d43f3a;
  border-radius: 4px;
  color: white;
}
.btn-group .btn {
  border-radius: 4px;
  margin-right: 15px;
  margin-top: 15px;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group .btn:last-child:not(:first-child) {
  border-radius: 4px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group input[type="submit"] {
  margin-top: 0;
}
.btn-group input[type="submit"] + a {
  line-height: 40px;
}
.btn-group input[type="submit"] + button {
  margin-top: 0;
}
.btn-sm {
  padding: 2px 10px;
}
.btn-md {
  padding: 5px 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn-md {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 16px;
    padding: 5px 8px;
  }
}
/* icons
 ============================================================================ */
.icon {
  padding: 5px 0 5px 25px;
  position: relative;
}
.icon:before {
  color: rgba(32, 154, 139, 0.8);
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-time:before {
  content: '\f017';
}
.icon-doctor:before {
  content: '\f0f0';
}
.icon-location:before {
  content: '\f041';
}
.icon-map:before {
  content: '\f279';
}
.icon-whatsapp:before {
  content: '\f232';
}
.icon-mail:before {
  content: '\f0e0';
}
.icon-phone:before {
  content: '\f095';
}
.icon-date:before {
  content: '\f133';
}
.icon-chat:before {
  content: '\f0e6';
}
.icon-euro:before {
  content: '\f153';
}
.icon-lock:before {
  content: '\f023';
}
.icon-truck:before {
  content: '\f0d1';
}
.icon-smiley:before {
  content: '\f118';
}
.icon-package:before {
  content: '\f16b';
}
.icon-thumb:before {
  content: '\f164';
}
.icon-arrow:before {
  content: '\f054';
}
/* A-Z
 ============================================================================ */
.az-letter-overview ul {
  height: auto;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.az-letter-overview ul li {
  float: left;
  margin-bottom: 2px;
  margin-right: 5px;
}
.az-letter-overview ul li a,
.az-letter-overview ul li span {
  border-radius: 0px;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li span:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li span:active,
.az-letter-overview ul li a:focus,
.az-letter-overview ul li span:focus {
  text-decoration: none;
}
.az-letter-overview ul li a {
  background-color: #209a8b;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li a:focus {
  background-color: #29c4b1;
}
.az-letter-overview ul li span {
  background-color: #71e2d4;
}
.az-letter-item h2 {
  color: #209a8b;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
}
.az-letter-item .letter-item-cols:before {
  color: #209a8b;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
}
.az-letter-item .letter-item-cols a {
  color: #209a8b;
  display: inline-block;
  padding-left: 13px;
}
/* Filter (sidebar)
 ============================================================================ */
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 20px;
  }
}
.sidebar .product-filter-wrapper {
  padding-bottom: 25px;
}
.sidebar .product-filter-wrapper .product-filter-title {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .sidebar .product-filter-wrapper .product-filter-title {
    display: none;
  }
}
.sidebar .product-filter-wrapper .product-filter-title .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(32, 154, 139, 0.75);
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-title[aria-expanded='false']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(32, 154, 139, 0.75);
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-title[aria-expanded='true']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(32, 154, 139, 0.75);
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-title.collapsed {
  margin-bottom: 0;
}
.sidebar .product-filter-wrapper .product-filter-list {
  overflow: hidden;
}
@media (min-width: 767px) {
  .sidebar .product-filter-wrapper .product-filter-list {
    display: block;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter {
  background: white;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.loading {
  opacity: 0.5;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 {
  color: #209a8b;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
  position: relative;
  text-transform: uppercase;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #209a8b;
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='false']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #209a8b;
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='true']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #209a8b;
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less {
  margin-top: 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less {
  cursor: pointer;
  display: block;
  padding-left: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  content: '\f139';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before {
  content: '\f13a';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
  width: 66px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
    width: 55px;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter > .form-group {
  margin: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item {
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item label {
  padding-right: 35px;
  word-break: break-all;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item .filter-item-count {
  background-color: #f6f6f6;
  color: #454545;
  min-width: 30px;
  text-align: center;
  position: absolute;
  padding: 0 6px;
  right: 0;
  top: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs {
  margin: 0 auto;
  padding-top: 15px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label {
  color: #454545;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label[for='input-max']:before {
  content: '-';
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
  vertical-align: text-bottom;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs .input {
  background: #eee;
  border: 1px solid #eee;
  color: #454545;
  height: 40px;
  line-height: 1;
  max-width: none;
  padding: 0 5px;
  text-align: center;
  width: 80px;
}
@media (max-width: 1199px) {
  .sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs .input {
    width: 65px;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal {
  border: none;
  height: 12px;
  margin: 30px 10px 5px 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base {
  background-color: #ededec;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin {
  background-color: #ededec;
  box-shadow: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin:first-child {
  background-color: rgba(32, 154, 139, 0.5);
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #209a8b;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 20px;
  left: -10px;
  top: 50%;
  width: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item {
  line-height: 1;
  margin-top: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .current-item {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-item {
  margin-left: 14px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-item:before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-parent-item {
  margin-left: 28px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-parent-item:before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item + .current-item {
  margin-left: 14px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item + .current-item:before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-stock .filter-item label {
  padding-right: 0;
}
/* Item List
 ============================================================================ */
.items-list .list-content .items-col-3 .item-1,
.items-list .list-content .items-col-3 .item-2,
.items-list .list-content .items-col-3 .item-3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-3 .item-2,
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
.items-list .list-content .items-col-4 .item-1,
.items-list .list-content .items-col-4 .item-2,
.items-list .list-content .items-col-4 .item-3,
.items-list .list-content .items-col-4 .item-4 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
.items-list .list-content .item {
  border-radius: 4px;
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 0;
}
.items-list .list-content .item .image .img-responsive {
  margin: 0 auto;
}
.items-list .list-content .item .info {
  background: #eee;
  padding: 15px;
  position: relative;
}
.items-list .list-content .item .info h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.items-list .list-content .item .info h3 a {
  color: #454545;
  font-weight: 600;
}
.items-list .list-content .item .info .introduction {
  font-style: normal;
  padding: 15px 0 0 0;
  text-align: left;
}
.items-list .list-content .item .info .introduction p {
  margin: 0;
}
.items-list .list-content .item .info .read-more {
  padding-top: 20px;
}
.items-list .list-content .item .info .read-more a {
  text-decoration: underline;
}
/* Pagination numbers
 ============================================================================ */
.pagination {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
}
.pagination li span,
.pagination li a {
  border: 1px solid #209a8b;
  border-radius: 0px;
  color: #000;
  display: inline-block;
  font-weight: 600;
  height: 25px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:active,
.pagination li a:active,
.pagination li span:focus,
.pagination li a:focus {
  background-color: #209a8b;
  color: white;
}
.pagination li.active span {
  background-color: #209a8b;
  border: none;
  border-radius: 0px;
  color: white;
}
.pagination li.active span:hover,
.pagination li.active span:active,
.pagination li.active span:focus {
  background-color: #209a8b;
  color: white;
}
.pagination li:last-child a {
  border-radius: 0px;
}
.pagination li.next span,
.pagination li.prev span,
.pagination li.next a,
.pagination li.prev a {
  background-color: white;
  border: none;
  color: #209a8b;
  width: auto;
}
.pagination li.next span:hover,
.pagination li.prev span:hover,
.pagination li.next a:hover,
.pagination li.prev a:hover,
.pagination li.next span:active,
.pagination li.prev span:active,
.pagination li.next a:active,
.pagination li.prev a:active,
.pagination li.next span:focus,
.pagination li.prev span:focus,
.pagination li.next a:focus,
.pagination li.prev a:focus {
  color: #1c8578;
  text-decoration: underline;
}
.counter {
  color: #a0a0a0;
  line-height: 24px;
  padding-left: 15px;
}
.page-products-search .result-amount h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-products-search .result-amount h2 {
    margin: 30px 0;
  }
}
/* Alerts
 ============================================================================ */
.alerts .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alerts .alert-success a {
  color: #3c763d;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alerts .alert-danger a {
  color: #a94442;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alerts .alert-warning a {
  color: #8a6d3b;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-info {
  background: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
.alerts .alert-info a {
  color: #31708f;
  font-weight: 600;
  text-decoration: underline;
}
body .sweet-alert {
  border-radius: 4px;
  font-family: inherit;
}
body .sweet-alert h2 {
  color: #209a8b;
  margin: 0 0 25px 0;
}
body .sweet-alert fieldset {
  margin: 5px 0;
}
body .sweet-alert .sa-button-container button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
}
body .sweet-alert .sa-button-container .confirm {
  background: #209a8b !important;
  box-shadow: none !important;
}
body .sweet-alert .sa-button-container .confirm:hover {
  background: #1c8578 !important;
}
/* Fancybox overlay
 ============================================================================ */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.75);
}
/* introduction contentblocks
 ============================================================================ */
.introduction {
  padding-bottom: 20px;
  font-style: italic;
}
.page-controller-account .introduction {
  color: #999;
}
/* List item
 ============================================================================ */
.list-item {
  padding: 3px 0;
}
.list-item .list-label {
  display: inline-block;
  color: #666;
  font-size: 13px;
  vertical-align: top;
  width: 33%;
}
@media (max-width: 767px) {
  .list-item .list-label {
    display: block;
    width: 100%;
  }
}
.list-item .list-value {
  display: inline-block;
  font-weight: 600;
}
.list-item.block {
  margin-bottom: 25px;
  padding: 0;
}
.list-item.block .list-label {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.list-item.block .list-value {
  font-weight: 400;
}
.list-item-block {
  border: 1px solid #9ceae1;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.list-item-block h2 {
  background: white;
  display: inline-block;
  color: #209a8b;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .list-item-block h2 {
    font-size: 24px;
  }
}
.list-item-block > a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  background: none;
  border: 1px solid #209a8b;
  color: #209a8b;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 10px;
  bottom: 15px;
}
.list-item-block > a:hover,
.list-item-block > a:active,
.list-item-block > a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.list-item-block address {
  margin: 0;
}
/* Cookies banner
 ============================================================================ */
.eupopup-container {
  z-index: 20000000 !important;
}
.eupopup-container a {
  color: #209a8b !important;
}
/* Form steps (arrows)
 ============================================================================ */
.form-steps {
  height: auto;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .form-steps {
    background: #f8fcfb;
    padding: 15px;
  }
}
.form-steps li {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form-steps li {
    float: none;
    margin-left: 0;
    margin-right: 5px;
  }
}
.form-steps li:before {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid white;
  border-width: 21px;
  content: "";
  display: inline-block;
  float: left;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .form-steps li:before {
    content: none;
  }
}
.form-steps li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .form-steps li:last-child a:after,
  .form-steps li:last-child span:after {
    content: none;
  }
}
.form-steps li.enabled a,
.form-steps li.enabled span {
  background: #209a8b;
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-steps li.enabled a,
  .form-steps li.enabled span {
    background: none;
  }
}
.form-steps li.enabled a:after,
.form-steps li.enabled span:after {
  border-left-color: #209a8b;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:after,
  .form-steps li.enabled span:after {
    color: #209a8b;
  }
}
.form-steps li.enabled a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-steps li.enabled a:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .form-steps li.enabled a {
    color: #209a8b;
    text-decoration: underline;
  }
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    color: #1c8578;
  }
}
.form-steps li.enabled a:hover,
.form-steps li.enabled a:active,
.form-steps li.enabled a:focus {
  background: #1c8578;
  color: white;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    background: none;
    color: #1c8578;
  }
}
.form-steps li.enabled a:hover:after,
.form-steps li.enabled a:active:after,
.form-steps li.enabled a:focus:after {
  border-left-color: #1c8578;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover:after,
  .form-steps li.enabled a:active:after,
  .form-steps li.enabled a:focus:after {
    color: #209a8b;
  }
}
.form-steps li.current a,
.form-steps li.current span {
  background: #177065;
  color: white;
  font-weight: 600;
}
.form-steps li.current a:after,
.form-steps li.current span:after {
  border-left-color: #177065;
}
@media (max-width: 767px) {
  .form-steps li.current a:after,
  .form-steps li.current span:after {
    color: #209a8b;
  }
}
@media (max-width: 767px) {
  .form-steps li.current a,
  .form-steps li.current span {
    background: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
  }
}
.form-steps li a,
.form-steps li span {
  background: rgba(32, 154, 139, 0.4);
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0px;
  padding: 10px 15px 10px 35px;
  position: relative;
}
@media (max-width: 991px) {
  .form-steps li a,
  .form-steps li span {
    font-size: 14px;
    padding: 8px 12px 8px 28px;
  }
}
@media (max-width: 767px) {
  .form-steps li a,
  .form-steps li span {
    background: none;
    padding: 5px 10px;
    color: rgba(19, 91, 82, 0.4);
  }
}
.form-steps li a:after,
.form-steps li span:after {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid rgba(32, 154, 139, 0.4);
  border-width: 21px;
  content: "";
  display: inline-block;
  float: right;
  height: 0;
  position: absolute;
  right: -21px;
  top: 0;
  width: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .form-steps li a:after,
  .form-steps li span:after {
    border: none;
    content: "\f054";
    font-family: FontAwesome;
    right: 0;
    top: auto;
  }
}
/* Returning client and new client
 ============================================================================ */
.returning-client {
  background: #f8fcfb;
  padding: 30px;
}
@media (max-width: 767px) {
  .returning-client {
    margin-bottom: 30px;
  }
}
.returning-client input:not([type="checkbox"]) {
  width: 100%;
}
.returning-client .btn-group .btn {
  margin: 0 15px 0 0;
}
.returning-client .btn-group a {
  line-height: 40px;
}
.new-client {
  background: #f8f8f8;
  padding: 30px;
}
/* Opening hours week
 ============================================================================ */
.page-openinghours-index .main-container #opening-hours-week h2 {
  max-width: 650px;
  line-height: 40px;
}
.page-openinghours-index .main-container #opening-hours-week h2 .week {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week h2 .week {
    font-size: 18px;
  }
}
.page-openinghours-index .main-container #opening-hours-week h2 a {
  display: block;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:first-of-type {
  float: left;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:last-of-type {
  float: right;
}
.page-openinghours-index .main-container #opening-hours-week .week-day {
  margin-bottom: 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day:first-child {
  margin-top: 20px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: #F4F4F4;
  color: #454545;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
    left: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: none;
  padding: 0;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .day {
  font-weight: 600;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .hours div {
  background: #209a8b;
  color: white;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .day {
  line-height: 34px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .day {
    position: relative;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours {
  padding-left: 240px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .hours {
    padding: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div {
  background: #F4F4F4;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:after {
  display: none;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:last-child {
  margin-right: 0;
}
.page-openinghours-index .main-container .closing-days {
  margin-top: 30px;
}
.page-openinghours-index .main-container .closing-days .day {
  margin-bottom: 10px;
  position: relative;
}
.page-openinghours-index .main-container .closing-days .day .date {
  position: absolute;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date {
    position: relative;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-fixed {
  display: block;
  line-height: 34px;
}
.page-openinghours-index .main-container .closing-days .day .date .date-period {
  line-height: 0.5;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period {
    display: inline-block;
    line-height: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period span {
    display: inline-block;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-period-till {
  display: block;
}
.page-openinghours-index .main-container .closing-days .day .description {
  background: none;
  display: inline-block;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .description {
    left: 0;
  }
}
.opening-hours-week .week-day {
  position: relative;
}
.opening-hours-week .week-day.closed .label,
.opening-hours-week .week-day.open .label,
.opening-hours-week .week-day.closed .description,
.opening-hours-week .week-day.open .description {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 100px;
  position: relative;
  text-align: left;
}
.opening-hours-week .week-day .day {
  font-weight: 600;
  position: absolute;
}
.opening-hours-week .week-day .hours {
  padding-left: 100px;
}
.opening-hours-week .week-day .hours .hours-item {
  display: inline-block;
}
.opening-hours-week .week-day .hours .hours-item:last-child:after {
  display: none;
}
.opening-hours-week .week-day .hours .hours-item:after {
  content: ' - ';
}
.opening-hours-week .week-day .hours .hours-item .till {
  display: inline;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors] {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:after,
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:before {
  display: none;
}
.team-member-items-list .list-content .item {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.team-member-items-list .list-content .item .image {
  border-radius: 50%;
  overflow: hidden;
}
.team-member-items-list .list-content .item .image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-member-items-list .list-content .item .info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  display: block;
  left: 50%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.team-member-items-list .list-content .item .info h3,
.team-member-items-list .list-content .item .info .function {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.team-member-items-list .list-content .item .info h3 a,
.team-member-items-list .list-content .item .info .function a {
  color: white;
  display: block;
  text-decoration: none;
}
.team-member-items-list .list-content .item .info h3 {
  margin: 0;
  padding: 10px 0;
}
.team-member-items-list .list-content .item .info .function {
  font-size: 15px;
}
.team-member-items-list .list-content .item:hover .image img,
.team-member-items-list .list-content .item:active .image img,
.team-member-items-list .list-content .item:focus .image img {
  opacity: 0.6;
}
.team-member-items-list .list-content .item:hover h3,
.team-member-items-list .list-content .item:active h3,
.team-member-items-list .list-content .item:focus h3,
.team-member-items-list .list-content .item:hover .function,
.team-member-items-list .list-content .item:active .function,
.team-member-items-list .list-content .item:focus .function {
  opacity: 1;
}
.page-teammembers-detail .image {
  border-radius: 50%;
  float: right;
  max-width: 325px;
  overflow: hidden;
}
.page-teammembers-detail .function {
  margin-bottom: 10px;
}
.page-teammembers-detail .contact {
  margin-top: 30px;
}
.page-teammembers-detail .contact a {
  display: block;
}
/* Datepicker
 ============================================================================ */
.datepicker > div {
  display: block;
}
.account-menu {
  background: #209a8b;
  border: 1px solid #eee;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 40px;
  }
}
.account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-menu ul li a {
  color: #f0f0f0;
  display: block;
  font-size: 15px;
  padding: 10px 10px 10px 30px;
}
.account-menu ul li a:hover,
.account-menu ul li a:active,
.account-menu ul li a:focus {
  background: #24af9e;
  color: white;
  text-decoration: none;
}
.account-block {
  border: 1px solid #8fccc5;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.account-block h2 {
  background: white;
  display: inline-block;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .account-block h2 {
    font-size: 20px;
  }
}
.account-block > a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  background: none;
  border: 1px solid #209a8b;
  color: #209a8b;
  display: inline-block;
  line-height: normal;
  padding: 2px 10px;
  margin-top: 5px;
}
.account-block > a:hover,
.account-block > a:active,
.account-block > a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.account-block .list-items {
  list-style: none;
  padding: 0;
}
.address-item {
  position: relative;
  border-bottom: 1px solid #8fccc5;
  margin-top: 15px;
}
.address-item:first-child {
  margin-top: 0;
}
.address-item:last-child {
  border-bottom: none;
}
.address-item a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  background: none;
  border: 1px solid #209a8b;
  color: #209a8b;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 10px;
}
.address-item a:hover,
.address-item a:active,
.address-item a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.delivery-addresses .addresses + a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  padding: 2px 10px;
}
.delivery-addresses .addresses + a:hover,
.delivery-addresses .addresses + a:active,
.delivery-addresses .addresses + a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.page-account-informationindex .personal-information,
.page-account-addressesindex .personal-information {
  background: url('../img/account_personalinfo.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .personal-information,
  .page-account-addressesindex .personal-information {
    background: none;
  }
}
.page-account-informationindex .address-information,
.page-account-addressesindex .address-information {
  background: url('../img/account_address.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .address-information,
  .page-account-addressesindex .address-information {
    background: none;
  }
}
.page-account-informationindex .address-information .address-item,
.page-account-addressesindex .address-information .address-item {
  margin-top: 20px;
}
.page-account-informationindex .address-information .address-item:first-child,
.page-account-addressesindex .address-information .address-item:first-child {
  margin-top: 0;
}
.page-account-informationindex .address-information .address-item h3,
.page-account-addressesindex .address-information .address-item h3 {
  color: #454545;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.page-account-informationindex .address-information .address-item .list-items,
.page-account-addressesindex .address-information .address-item .list-items {
  padding: 0;
}
.page-account-informationindex .login-information,
.page-account-addressesindex .login-information {
  background: url('../img/account_login.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .login-information,
  .page-account-addressesindex .login-information {
    background: none;
  }
}
@media (max-width: 767px) {
  .page-account-informationindex .login-information .list-item .list-label,
  .page-account-addressesindex .login-information .list-item .list-label {
    width: 35%;
  }
}
.col-wishlist {
  position: relative;
}
.col-wishlist .delete-button {
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-account-ordersindex .table-responsive thead tr th,
.page-account-orderreturnsindex .table-responsive thead tr th {
  border-color: #d5ece9;
}
.page-account-ordersindex .table-responsive tbody tr:hover,
.page-account-orderreturnsindex .table-responsive tbody tr:hover,
.page-account-ordersindex .table-responsive tbody tr:active,
.page-account-orderreturnsindex .table-responsive tbody tr:active,
.page-account-ordersindex .table-responsive tbody tr:focus,
.page-account-orderreturnsindex .table-responsive tbody tr:focus {
  background: #d5ece9;
}
.page-account-ordersindex .table-responsive tbody tr:hover a,
.page-account-orderreturnsindex .table-responsive tbody tr:hover a,
.page-account-ordersindex .table-responsive tbody tr:active a,
.page-account-orderreturnsindex .table-responsive tbody tr:active a,
.page-account-ordersindex .table-responsive tbody tr:focus a,
.page-account-orderreturnsindex .table-responsive tbody tr:focus a {
  color: #454545;
}
.page-account-ordersindex .table-responsive tbody tr td,
.page-account-orderreturnsindex .table-responsive tbody tr td {
  border-color: #d5ece9;
  padding: 0;
  vertical-align: middle;
}
.page-account-ordersindex .table-responsive tbody tr td:first-child,
.page-account-orderreturnsindex .table-responsive tbody tr td:first-child {
  width: 20%;
}
.page-account-ordersindex .table-responsive tbody tr td:first-child a,
.page-account-orderreturnsindex .table-responsive tbody tr td:first-child a {
  font-weight: 600;
}
.page-account-ordersindex .table-responsive tbody tr td a,
.page-account-orderreturnsindex .table-responsive tbody tr td a {
  color: #454545;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
}
.page-account-ordersindex .table-responsive tbody tr:hover td:last-child a,
.page-account-ordersindex .table-responsive tbody tr:active td:last-child a,
.page-account-ordersindex .table-responsive tbody tr:focus td:last-child a {
  background-color: #71e2d4;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child {
  text-align: center;
  width: 38px;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  background-color: #9ceae1;
  height: 30px;
  padding: 0;
  width: 30px;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a:hover,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:active,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.page-account-ordersindex .table-responsive tbody tr td:last-child a:hover,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:active,
.page-account-ordersindex .table-responsive tbody tr td:last-child a:focus {
  background-color: #71e2d4;
}
.page-account-ordersdetail .main-container .shopping-cart {
  margin-bottom: 30px;
}
.page-account-ordersdetail .main-container .shopping-cart td:last-child {
  text-align: right;
}
.page-account-ordersdetail .list-item-block:last-child {
  margin: 14px 0 0 0;
}
@media (max-width: 1199px) {
  .page-account-ordersdetail .list-item-block:last-child {
    margin: 14px 0 30px 0;
  }
}
.page-account-ordersdetail .prescription img {
  margin-bottom: 20px;
}
.page-account-register .form-group-radio {
  display: inline-block;
  margin-right: 20px;
}
.page-account-register .col-side {
  background: #8fccc5;
  padding: 30px;
}
.page-brands-detail .title {
  color: #209a8b;
}
.page-brands-detail .image img {
  margin: 0 auto;
}
.page-brands-detail .items-list .list-content .list-item .image {
  min-height: 263px;
}
.page-productcategories-detail .description {
  padding: 0 0 30px 0;
}
.page-productcategories-detail .items-list + .items-list {
  margin-top: 30px;
}
.page-contact-index .contact-form {
  background: #eeeeee;
  padding: 20px;
}
@media (max-width: 1199px) {
  .page-contact-index .contact-form input,
  .page-contact-index .contact-form textarea {
    width: 100%;
  }
}
.page-contact-index .contact-info {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-contact-index .contact-info {
    margin-top: 20px;
  }
}
.page-contact-index .contact-info #map {
  width: 100%;
  height: 400px;
}
.page-contact-index #map {
  height: 400px;
}
.page-homepage-index {
  margin-bottom: 374px;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .page-homepage-index {
    margin-bottom: 484px;
  }
}
@media (max-width: 991px) {
  .page-homepage-index {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-homepage-index {
    padding-top: 0;
  }
}
.page-homepage-index header .header-bottom {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-homepage-index .homepage-title {
  display: none;
}
.page-homepage-index .spotlights-container {
  position: relative;
}
.page-homepage-index .spotlights-container .chat-container {
  background: rgba(32, 154, 139, 0.7);
  bottom: 0;
  padding-top: 30px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container {
    background: #209a8b;
    position: relative;
  }
}
.page-homepage-index .spotlights-container .chat-container:before {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50% -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background: url('../img/chat_background.png') bottom center no-repeat;
  background-size: contain;
  color: white;
  content: '\f086';
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  height: 48px;
  left: 50%;
  line-height: 1;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 165px;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container:before {
    background: url('../img/chat_background_1.png') bottom center no-repeat;
    background-size: contain;
  }
}
.page-homepage-index .spotlights-container .chat-container .chat {
  padding-right: 135px;
  position: relative;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container .chat {
    padding-right: 100px;
  }
}
.page-homepage-index .spotlights-container .chat-container .chat .form-group {
  margin: 0;
}
.page-homepage-index .spotlights-container .chat-container .chat .form-group input {
  border: 1px solid white;
  height: auto;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container .chat .form-group input {
    padding: 15px;
  }
  .page-homepage-index .spotlights-container .chat-container .chat .form-group input::placeholder {
    font-size: 12px;
  }
}
.page-homepage-index .spotlights-container .chat-container .chat button {
  background: white;
  border-radius: 0;
  color: #209a8b;
  font-size: 16px;
  font-weight: 700;
  height: 51px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container .chat button {
    font-size: 14px;
    width: auto;
  }
}
.page-homepage-index .spotlights-container .chat-container .chat button:hover,
.page-homepage-index .spotlights-container .chat-container .chat button:active,
.page-homepage-index .spotlights-container .chat-container .chat button:focus {
  color: #1c8578;
}
.page-homepage-index .spotlights-container .chat-container .links {
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-homepage-index .spotlights-container .chat-container .links a.icon {
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page-homepage-index .spotlights-container .chat-container .links a.icon {
    display: block;
  }
}
.page-homepage-index .spotlights-container .chat-container .links a.icon:before {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today {
  padding: 5px 0 5px 25px;
  position: relative;
  color: white;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  padding-left: 20px;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today:before {
  color: rgba(32, 154, 139, 0.8);
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today:before {
  content: '\f017';
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today:before {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .label {
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  padding: 0;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .label:after {
  content: ':';
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .hours {
  display: inline-block;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .hours .hours-item {
  display: inline-block;
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .hours .hours-item:after {
  content: ' & ';
}
.page-homepage-index .spotlights-container .chat-container .links .opening-hours-today .hours .hours-item:last-child:after {
  display: none;
}
.page-homepage-index .highlights-container {
  background: url('../img/pattern_light.png');
  padding: 30px 0;
}
.page-homepage-index .highlights-container .highlights ul {
  display: block;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  position: relative;
}
.page-homepage-index .highlights-container .highlights ul li {
  display: block;
  float: left;
  padding: 0 15px;
  position: relative;
  width: 25%;
}
@media (max-width: 767px) {
  .page-homepage-index .highlights-container .highlights ul li {
    width: 50%;
  }
}
.page-homepage-index .highlights-container .highlights ul li a {
  display: block;
  font-weight: 700;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
}
.page-homepage-index .highlights-container .highlights ul li a:before {
  background: none;
  border-radius: 50%;
  border: 2px solid #ddd;
  content: '';
  display: block;
  height: auto;
  margin-bottom: 10px;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.page-homepage-index .highlights-container .highlights ul li.icon-photo a:before {
  background: url('../img/icon_camera_white.png') center no-repeat rgba(32, 154, 139, 0.5);
  background-size: 80px;
  border: 2px solid transparent;
}
.page-homepage-index .highlights-container .highlights ul li.icon-photo a:hover:before,
.page-homepage-index .highlights-container .highlights ul li.icon-photo a:active:before,
.page-homepage-index .highlights-container .highlights ul li.icon-photo a:focus:before {
  background: url('../img/icon_camera_white.png') center no-repeat rgba(32, 154, 139, 0.8);
  background-size: 80px;
  border: 2px solid transparent;
}
.page-homepage-index .highlights-container .highlights ul li.icon-search a:before {
  background: url('../img/icon_search_white.png') center no-repeat rgba(32, 154, 139, 0.5);
  background-size: 80px;
  border: 2px solid transparent;
}
.page-homepage-index .highlights-container .highlights ul li.icon-search a:hover:before,
.page-homepage-index .highlights-container .highlights ul li.icon-search a:active:before,
.page-homepage-index .highlights-container .highlights ul li.icon-search a:focus:before {
  background: url('../img/icon_search_white.png') center no-repeat rgba(32, 154, 139, 0.8);
  background-size: 80px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .page-homepage-index .highlights-container .highlights ul li.icon-laptop {
    clear: both;
    margin-top: 30px;
  }
}
.page-homepage-index .highlights-container .highlights ul li.icon-laptop a:before {
  background: url('../img/icon_laptop_white.png') center no-repeat rgba(32, 154, 139, 0.5);
  background-size: 80px;
  border: 2px solid transparent;
}
.page-homepage-index .highlights-container .highlights ul li.icon-laptop a:hover:before,
.page-homepage-index .highlights-container .highlights ul li.icon-laptop a:active:before,
.page-homepage-index .highlights-container .highlights ul li.icon-laptop a:focus:before {
  background: url('../img/icon_laptop_white.png') center no-repeat rgba(32, 154, 139, 0.8);
  background-size: 80px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .page-homepage-index .highlights-container .highlights ul li.icon-news {
    margin-top: 30px;
  }
}
.page-homepage-index .highlights-container .highlights ul li.icon-news a:before {
  background: url('../img/icon_news_white.png') center no-repeat rgba(32, 154, 139, 0.5);
  background-size: 80px;
  border: 2px solid transparent;
}
.page-homepage-index .highlights-container .highlights ul li.icon-news a:hover:before,
.page-homepage-index .highlights-container .highlights ul li.icon-news a:active:before,
.page-homepage-index .highlights-container .highlights ul li.icon-news a:focus:before {
  background: url('../img/icon_news_white.png') center no-repeat rgba(32, 154, 139, 0.8);
  background-size: 80px;
  border: 2px solid transparent;
}
@media (max-width: 340px) {
  .page-homepage-index .highlights-container .highlights ul li a:before {
    background-size: 50px !important;
  }
}
.page-homepage-index .tips-container .cell-tips-homepage {
  margin-top: 45px;
}
.page-homepage-index .tips-container .cell-tips-homepage h2 {
  border-bottom: 2px solid rgba(32, 154, 139, 0.2);
  color: #454545;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-control {
  display: none;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-indicators {
  bottom: 20px;
  left: auto;
  margin: 0;
  padding-left: 45px;
  right: 0;
  text-align: left;
  top: auto;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-indicators li {
  border-color: #209a8b;
  border-radius: 0;
  height: 12px;
  vertical-align: middle;
  width: 12px;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-indicators li.active {
  background: #209a8b;
  vertical-align: middle;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item {
  height: auto;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item [class*="col-"] {
  padding: 0;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption {
  background: rgba(32, 154, 139, 0.05);
  height: 100%;
  max-width: none;
  padding: 50px 30px;
  position: static;
  text-shadow: none;
  width: 100%;
}
@media (max-width: 991px) {
  .page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption {
    min-height: auto !important;
  }
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: none;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption h3 a {
  color: #454545;
  font-size: 18px;
  font-weight: 700;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
  color: #999999;
  text-shadow: none;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption .carousel-caption-content p {
  line-height: 1.75;
}
.page-homepage-index .tips-container .cell-tips-homepage .carousel .carousel-inner .item .carousel-caption .read-more a {
  font-weight: 700;
  text-decoration: underline;
}
.page-homepage-index .map-container {
  margin-top: 45px;
}
.page-homepage-index .map-container .container {
  position: relative;
}
@media (max-width: 767px) {
  .page-homepage-index .map-container .container {
    padding: 0;
  }
}
.page-homepage-index .map-container .container .contact-info {
  background: rgba(32, 154, 139, 0.8);
  color: white;
  height: 250px;
  padding: 60px 30px 0 30px;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-homepage-index .map-container .container .contact-info {
    height: auto;
    padding: 30px;
    position: static;
  }
}
.page-homepage-index .map-container .container .contact-info h3 {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.page-homepage-index .map-container .container .contact-info address {
  margin-bottom: 5px;
}
.page-homepage-index .map-container .container .contact-info a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.page-homepage-index .map-container #map {
  height: 250px;
}
@media (max-width: 991px) {
  .page-homepage-index footer {
    margin-top: 0;
  }
}
/* Login page
 ============================================================================ */
.page-login-login .login-form {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-login-login .login-form {
    padding: 15px;
  }
}
.page-login-login .login-form .form-group-content input {
  width: 100%;
}
.page-login-login .login-form .btn-group button {
  margin-top: 0;
  display: inline-block;
}
.page-login-login .login-form .btn-group a {
  display: inline-block;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-login-login .no-account {
    margin-top: 25px;
  }
}
/* Register page
 ============================================================================ */
.page-users-index .form-group-content input {
  width: 100%;
}
/* Password forgotten page
 ============================================================================ */
.page-login-passwordforgotten .btn-group {
  width: 100%;
}
.page-login-passwordforgotten .btn-group button {
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .page-login-passwordforgotten .btn-group button {
    display: block;
    float: left;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-login-passwordforgotten .btn-group button {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.page-login-passwordforgotten .btn-group a {
  display: inline-block;
  line-height: 45px;
}
.cell-news-homepage .news-items-list {
  margin-top: 30px;
}
.cell-news-homepage .news-items-list .item .image {
  min-height: 180px;
}
.cell-news-homepage .news-items-list .item .info .read-more {
  padding-top: 20px;
}
.cell-news-homepage .news-items-list .item .info .read-more a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-decoration: underline;
  text-align: center;
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  padding: 5px 10px;
  font-size: 16px;
}
.cell-news-homepage .news-items-list .item .info .read-more a:hover,
.cell-news-homepage .news-items-list .item .info .read-more a:active,
.cell-news-homepage .news-items-list .item .info .read-more a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .cell-news-homepage .news-items-list .item .info .read-more a {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.products-list.loading .list-content {
  opacity: 0.3;
}
.products-list.loading .list-loader {
  display: block;
}
.products-list .list-top {
  background-color: #209a8b;
  color: white;
  display: table;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  width: 100%;
}
.products-list .list-top .form-group {
  margin: 0;
}
.products-list .list-top select {
  -moz-appearance: none;
  /*Removes default style Firefox*/
  background: white;
  border: none;
  color: #a0a0a0;
  font-size: 13px;
  height: 30px;
  outline: none;
  padding: 0 7px;
  width: 100%;
}
.products-list .list-top .list-compare {
  display: block;
  float: left;
  margin-right: 10px;
}
.products-list .list-top .list-compare:after {
  color: white;
  content: '|';
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .products-list .list-top .list-compare:after {
    display: none;
  }
}
.products-list .list-top .list-compare a {
  color: white;
  display: inline-block;
}
.products-list .list-top .list-sort {
  display: block;
  float: left;
  margin-right: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .products-list .list-top .list-sort {
    margin-top: 5px;
    width: 100%;
  }
}
.products-list .list-top .list-sort .form-group-product-list-sort {
  display: block;
  width: 100%;
}
.products-list .list-top .list-sort .form-group-product-list-sort label {
  color: white;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px 0 0;
  padding-top: 5px;
}
.products-list .list-top .list-sort .form-group-product-list-sort .row {
  float: right;
}
@media (max-width: 767px) {
  .products-list .list-top .list-sort .form-group-product-list-sort .row {
    float: left;
  }
}
.products-list .list-top .list-sort .form-group-product-list-sort .row .form-group-content {
  float: left;
}
.products-list .list-top .number-of-items {
  display: block;
  float: right;
}
@media (max-width: 767px) {
  .products-list .list-top .number-of-items {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items {
  display: inline-block;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items label {
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px 0 0;
  padding-top: 5px;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row {
  float: right;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content {
  display: inline-block;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content select {
  display: inline-block;
  padding: 0 0 0 7px;
  max-width: 60px;
  min-width: 60px;
}
.products-list .list-top .number-of-items .form-group-product-list-number-of-items .row .form-group-content .input-group-addon {
  background: none;
  border: none;
  color: white;
  display: inline-block;
  font-size: 13px;
  height: 16px;
  margin-left: 5px;
  padding: 0;
}
.products-list .list-content .item {
  background: #eee;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  padding: 0;
}
.products-list .list-content .item .image {
  background: white;
  position: relative;
}
.products-list .list-content .item .image .img-responsive {
  margin: 0 auto;
  max-height: 196px;
}
@media (max-width: 1199px) {
  .products-list .list-content .item .image .img-responsive {
    max-height: 158px;
  }
}
@media (max-width: 991px) {
  .products-list .list-content .item .image .img-responsive {
    max-height: 258px;
  }
}
@media (max-width: 767px) {
  .products-list .list-content .item .image .img-responsive {
    max-height: none;
  }
}
.products-list .list-content .item .image .discount-percentage {
  background: #209a8b;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 13px;
  position: absolute;
  right: 0;
  top: 10px;
}
.products-list .list-content .item .info {
  min-height: 104px;
  padding: 15px;
  position: relative;
}
.products-list .list-content .item .info h3.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.products-list .list-content .item .info h3.title a {
  color: #454545;
  font-weight: 400;
}
.products-list .list-content .item .info h3.title a:hover,
.products-list .list-content .item .info h3.title a:active,
.products-list .list-content .item .info h3.title a:focus {
  color: #454545;
}
.products-list .list-content .item .info .product-info-price {
  min-height: 48px;
  padding-right: 48px;
  position: relative;
}
.products-list .list-content .item .info .product-info-price .price-old {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: line-through;
}
.products-list .list-content .item .info .product-info-price .price-current {
  color: #209a8b;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  position: absolute;
  bottom: 0;
}
.products-list .list-content .item .info .add-to-cart {
  bottom: 15px;
  position: absolute;
  right: 15px;
}
.products-list .list-content .item .info .add-to-cart button,
.products-list .list-content .item .info .add-to-cart a {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  border-radius: 4px;
  color: white;
  height: 48px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  width: 48px;
}
.products-list .list-content .item .info .add-to-cart button:hover,
.products-list .list-content .item .info .add-to-cart a:hover,
.products-list .list-content .item .info .add-to-cart button:active,
.products-list .list-content .item .info .add-to-cart a:active,
.products-list .list-content .item .info .add-to-cart button:focus,
.products-list .list-content .item .info .add-to-cart a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.products-list .list-content .item .info .add-to-cart button:before,
.products-list .list-content .item .info .add-to-cart a:before {
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.products-list .list-content .item .info .add-to-cart button:before,
.products-list .list-content .item .info .add-to-cart a:before {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
.products-list .list-loader {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 150px;
  width: 80px;
}
.products-list .list-loader .loader:before {
  content: '\f110';
  font-family: FontAwesome;
  font-size: 60px;
  text-align: center;
}
.products-list .list-bottom {
  margin: 15px 0 0 0;
}
.products-list .list-bottom .items-per-page {
  color: #a0a0a0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}
.related-products {
  background: #209a8b;
  margin-top: 40px;
}
.related-products h2 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 40px;
}
.related-products .products-list {
  margin-bottom: 45px;
}
.recommended-products {
  margin: 30px 0 30px 0;
}
.recommended-products > h2 {
  margin-bottom: 20px;
}
.recommended-products .products .list-content .item,
.recommended-products .product-list .list-content .item {
  border: 1px solid rgba(32, 154, 139, 0.1);
}
.recommended-products .products .list-content .item .info,
.recommended-products .product-list .list-content .item .info {
  background: rgba(32, 154, 139, 0.1);
}
.recommended-products .products .product-list-bottom,
.recommended-products .product-list .product-list-bottom {
  padding-top: 30px;
}
.recommended-products .products .product-list-bottom .items-per-page,
.recommended-products .product-list .product-list-bottom .items-per-page {
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}
.page-products-comparison .table-responsive table tbody tr.image-tr td,
.page-products-comparison .table-responsive table tbody tr.image-tr th {
  border: none;
}
.page-products-comparison .table-responsive table tbody tr.name-tr td,
.page-products-comparison .table-responsive table tbody tr.name-tr th {
  border: none;
}
.page-products-comparison .table-responsive table tbody tr.name-tr td a,
.page-products-comparison .table-responsive table tbody tr.name-tr th a {
  font-size: 18px;
}
.page-products-comparison .table-responsive table tbody tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products-comparison .table-responsive table tbody tr td.description {
  font-size: 12px;
}
.page-products-comparison .table-responsive table tbody tr td.image {
  position: relative;
}
.page-products-comparison .table-responsive table tbody tr td.image .btn-delete {
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-products-comparison .table-responsive table tbody tr td.image img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-products-comparison .table-responsive table tbody tr td.image img {
    max-width: 255px;
  }
}
.page-products-comparison .table-responsive table tbody tr td.image .discount-percentage {
  background-color: #aac90c;
  bottom: 40px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 13px;
  position: absolute;
  right: 0;
}
.page-products-comparison .table-responsive table tbody tr td.price .price-old {
  color: #858585;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: line-through;
}
.page-products-comparison .table-responsive table tbody tr td.price .price-current {
  color: #454545;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li:last-child {
  margin-right: 0;
}
.page-products-comparison .table-responsive table tbody tr td.product-colours ul li img {
  border: 1px solid #aaa;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul {
  list-style: none;
  margin: 5px 0 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul li {
  border: 1px solid #454545;
  display: inline-block;
  float: left;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 10px;
}
.page-products-comparison .table-responsive table tbody tr td.product-sizes ul li:last-child {
  margin-right: 0;
}
.page-products-comparison .table-responsive table tbody tr td.order a {
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
}
.page-products-comparison .table-responsive table tbody tr td.order a:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active,
.page-products-comparison .table-responsive table tbody tr td.order a:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.page-products-comparison .table-responsive table tbody tr td.order a:before {
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.page-products-comparison .table-responsive table tbody tr td.order a:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active,
.page-products-comparison .table-responsive table tbody tr td.order a:focus,
.page-products-comparison .table-responsive table tbody tr td.order a:active:hover,
.page-products-comparison .table-responsive table tbody tr td.order a:active:focus {
  background-color: #1c8578;
  border-radius: 4px;
  box-shadow: none;
  color: white;
}
.page-products-comparison .table-responsive table tbody tr td.order .btn-favorite-icon:before {
  padding: 2px 0;
}
.page-products-detail {
  margin-bottom: 374px;
}
.page-products-detail .product-detail {
  margin-bottom: 30px;
}
.page-products-detail .product-detail .main-image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  position: relative;
}
.page-products-detail .product-detail .main-image img {
  width: 100%;
  height: auto;
}
.page-products-detail .product-detail .main-image .discount-percentage {
  background: #8fccc5;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 60px;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a {
  border: 1px solid #c4e4e0;
  display: block;
  height: 90px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.8);
  /* Safari and Chrome */
  -moz-transform: scale(0.8);
  /* Firefox */
  -ms-transform: scale(0.8);
  /* IE 9 */
  -o-transform: scale(0.8);
  /* Opera */
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a:hover,
.page-products-detail .product-detail .thumbs .product-thumb-image a:active,
.page-products-detail .product-detail .thumbs .product-thumb-image a:focus {
  border: 1px solid #8fccc5;
}
.page-products-detail .product-detail .thumbs .product-thumb-image a:hover img,
.page-products-detail .product-detail .thumbs .product-thumb-image a:active img,
.page-products-detail .product-detail .thumbs .product-thumb-image a:focus img {
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -moz-transform: scale(1);
  /* Firefox */
  -ms-transform: scale(1);
  /* IE 9 */
  -o-transform: scale(1);
  /* Opera */
  transform: scale(1);
}
.page-products-detail .product-detail .description {
  padding: 15px 0;
}
.page-products-detail .product-detail .stock-status {
  padding: 10px 0;
}
.page-products-detail .product-detail .stock-status .stock-icon {
  color: #454545;
  display: inline-block;
}
.page-products-detail .product-detail .stock-status .stock-icon:before {
  content: '\f00c';
  color: #209a8b;
  font-family: FontAwesome;
  padding-right: 5px;
}
.page-products-detail .product-detail .wishlist button,
.page-products-detail .product-detail .wishlist a {
  background: none;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.page-products-detail .product-detail .wishlist button:hover,
.page-products-detail .product-detail .wishlist a:hover,
.page-products-detail .product-detail .wishlist button:active,
.page-products-detail .product-detail .wishlist a:active,
.page-products-detail .product-detail .wishlist button:focus,
.page-products-detail .product-detail .wishlist a:focus {
  background: none;
  color: #209a8b;
}
.page-products-detail .product-detail .wishlist button:before,
.page-products-detail .product-detail .wishlist a:before {
  color: #209a8b;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .compare {
    padding-bottom: 15px;
  }
}
.page-products-detail .product-detail .compare button,
.page-products-detail .product-detail .compare a {
  background: none;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.page-products-detail .product-detail .compare button:hover,
.page-products-detail .product-detail .compare a:hover,
.page-products-detail .product-detail .compare button:active,
.page-products-detail .product-detail .compare a:active,
.page-products-detail .product-detail .compare button:focus,
.page-products-detail .product-detail .compare a:focus {
  background: none;
  color: #209a8b;
}
.page-products-detail .product-detail .compare button:before,
.page-products-detail .product-detail .compare a:before {
  color: #209a8b;
  content: '\f0ec';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 5px;
}
.page-products-detail .product-detail .code,
.page-products-detail .product-detail .brand {
  padding-top: 0;
  font-weight: 600;
}
.page-products-detail .product-detail .code .value,
.page-products-detail .product-detail .brand .value {
  font-weight: 400;
}
.page-products-detail .product-detail .code a,
.page-products-detail .product-detail .brand a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .code {
    padding-bottom: 10px;
  }
}
.page-products-detail .product-detail .brand {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-products-detail .product-detail .brand {
    margin-bottom: 20px;
  }
}
.page-products-detail .product-detail .amount {
  display: block;
  float: left;
  padding-top: 0;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .amount {
    margin: 0 5px 5px 0;
  }
}
.page-products-detail .product-detail .amount .form-group {
  margin: 0;
}
.page-products-detail .product-detail .amount .form-group label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.page-products-detail .product-detail .amount .form-group .row {
  display: inline-block;
  vertical-align: middle;
}
.page-products-detail .product-detail .amount .form-group .row .form-group-content {
  display: inline-block;
  width: auto;
}
.page-products-detail .product-detail .amount .form-group .row .form-group-content input {
  border-radius: 4px;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  min-width: 60px;
  padding: 1px 5px;
  text-align: center;
  width: 60px;
}
.page-products-detail .product-detail .amount + button {
  padding: 0 15px;
}
.page-products-detail .product-detail .price {
  padding: 0 0 20px 0;
}
.page-products-detail .product-detail .price .price-old {
  color: #a0a0a0;
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  vertical-align: bottom;
}
.page-products-detail .product-detail .price .price-current {
  color: #209a8b;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-right: 15px;
  vertical-align: bottom;
}
.page-products-detail .product-detail .product-colours {
  padding: 20px 0 0 0;
}
.page-products-detail .product-detail .product-colours h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-products-detail .product-detail .product-colours ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-detail .product-detail .product-colours ul li {
  display: inline-block;
  margin-right: 3px;
}
.page-products-detail .product-detail .product-colours ul li:last-child {
  margin-right: 0;
}
.page-products-detail .product-detail .product-colours ul li img {
  border: 1px solid #aaa;
}
.page-products-detail .product-detail .product-colours ul li img.in-stock {
  border-color: #454545;
  color: #454545;
}
.page-products-detail .product-detail .product-colours ul li img.in-stock:hover,
.page-products-detail .product-detail .product-colours ul li img.in-stock:active,
.page-products-detail .product-detail .product-colours ul li img.in-stock:focus {
  color: #209a8b;
  border-color: #209a8b;
}
.page-products-detail .product-detail .product-colours ul li img.out-of-stock {
  border-color: #aaa;
  color: #aaa;
}
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:hover,
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:active,
.page-products-detail .product-detail .product-colours ul li img.out-of-stock:focus {
  border-color: #999;
  color: #999;
}
.page-products-detail .product-detail .product-colours ul li img.selected {
  color: #209a8b;
  border-color: #209a8b;
}
.page-products-detail .product-detail .product-colours ul li img.selected:hover,
.page-products-detail .product-detail .product-colours ul li img.selected:active,
.page-products-detail .product-detail .product-colours ul li img.selected:focus {
  background: #209a8b;
  color: white;
}
.page-products-detail .product-detail .product-sizes {
  padding: 20px 0 0 0;
}
.page-products-detail .product-detail .product-sizes h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-products-detail .product-detail .product-sizes ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
.page-products-detail .product-detail .product-sizes ul li {
  display: inline-block;
}
.page-products-detail .product-detail .product-sizes ul li a {
  border: 1px solid;
  margin-right: 3px;
  padding: 5px 10px;
  text-decoration: none;
}
.page-products-detail .product-detail .product-sizes ul li a:last-child {
  margin-right: 0;
}
.page-products-detail .product-detail .product-sizes ul li a.in-stock {
  border-color: #454545;
  color: #454545;
}
.page-products-detail .product-detail .product-sizes ul li a.in-stock:hover,
.page-products-detail .product-detail .product-sizes ul li a.in-stock:active,
.page-products-detail .product-detail .product-sizes ul li a.in-stock:focus {
  color: #209a8b;
  border-color: #209a8b;
}
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock {
  border-color: #aaa;
  color: #aaa;
}
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:hover,
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:active,
.page-products-detail .product-detail .product-sizes ul li a.out-of-stock:focus {
  border-color: #999;
  color: #999;
}
.page-products-detail .product-detail .product-sizes ul li a.selected {
  color: #209a8b;
  border-color: #209a8b;
}
.page-products-detail .product-detail .product-sizes ul li a.selected:hover,
.page-products-detail .product-detail .product-sizes ul li a.selected:active,
.page-products-detail .product-detail .product-sizes ul li a.selected:focus {
  background: #209a8b;
  color: white;
}
.page-products-detail .product-detail .general-info {
  background-color: #ecf1e3;
  margin: 30px 0 15px 0;
  padding: 15px;
}
.page-products-detail .product-detail .prescription {
  background-color: #f8cfcf;
  margin: 15px 0;
  padding: 15px;
}
.page-products-detail .product-detail .properties {
  margin-top: 30px;
}
.page-products-detail .product-detail .properties .nav-tabs li.active a {
  background-color: white;
  color: #209a8b;
}
.page-products-detail .product-detail .properties .nav-tabs li a {
  background-color: #eee;
  border-radius: 0;
  border-right: 1px solid #ddd;
  color: #454545;
  font-weight: 600;
  margin: 0;
  min-width: 200px;
  text-align: center;
}
.page-products-detail .product-detail .properties .nav-tabs li a:hover,
.page-products-detail .product-detail .properties .nav-tabs li a:active,
.page-products-detail .product-detail .properties .nav-tabs li a:focus {
  color: #209a8b;
}
.page-products-detail .product-detail .properties .tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane {
  padding: 20px;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table {
  margin: 0;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table th {
  width: 150px;
}
.page-products-detail .product-detail .properties .tab-content .tab-pane table tr:first-child td,
.page-products-detail .product-detail .properties .tab-content .tab-pane table tr:first-child th {
  border: none;
}
.page-products-detail .related-products-container {
  background: #fafafa;
  padding: 40px 0;
}
.page-products-detail .related-products-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* Search (sidebar, homepage, search)
 ============================================================================ */
.page-products-search .main-container .search {
  position: relative;
}
.page-products-search .main-container .search + h2 {
  margin: 40px 0;
}
.page-products-search .main-container .search label {
  display: none;
}
.page-products-search .main-container .search input {
  background: none;
  border: 1px solid #209a8b;
  color: #454545;
  height: 40px;
  outline-width: 0;
  padding-right: 50px;
  width: 100%;
}
.page-products-search .main-container .search button {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
}
.page-products-search .main-container .search button:hover,
.page-products-search .main-container .search button:active,
.page-products-search .main-container .search button:focus {
  color: white;
}
.page-prescriptionforward-stepuploads .form-content .files .form-group:last-child {
  margin-bottom: 10px;
}
.page-prescriptionforward-stepuploads .form-content .files .form-group input {
  border: 0;
  padding: 0;
}
.page-controller-prescriptionforward #add-file {
  margin-bottom: 20px;
}
.page-controller-prescriptionforward input[type="submit"] {
  display: block;
  margin-top: 0;
}
.page-controller-prescriptionforward input[type="submit"] + a {
  line-height: 40px;
}
.page-prescriptionforward-stepoverview .main-container img {
  border: 1px solid #9ceae1;
  margin-bottom: 20px;
}
.page-prescriptionforward-stepoverview .main-container form > h2 {
  margin-top: 0;
}
.page-shoppingcart-index .discount {
  background: #fafafa;
  color: #454545;
  margin: 30px 0;
  padding: 15px;
}
.page-shoppingcart-index .discount .discount-input {
  position: relative;
}
.page-shoppingcart-index .discount .discount-input .form-group {
  margin-bottom: 0;
}
.page-shoppingcart-index .discount .discount-input input {
  padding-right: 40px;
}
.page-shoppingcart-index .discount .discount-input button {
  bottom: 0;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 34px;
}
.page-shoppingcart-index .discount .discount-code {
  background: rgba(143, 204, 197, 0.35);
  border-bottom: 2px solid #209a8b;
  margin-top: 10px;
  min-height: 30px;
  padding: 10px;
  position: relative;
}
.page-shoppingcart-index .discount .discount-code .code {
  color: #454545;
  font-weight: 600;
}
.page-shoppingcart-index .discount .discount-code button {
  background: none;
  border-radius: 0;
  color: #209a8b;
  height: 44px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.page-shoppingcart-index .discount .discount-code button:hover,
.page-shoppingcart-index .discount .discount-code button:active,
.page-shoppingcart-index .discount .discount-code button:focus {
  color: #454545;
}
.page-shoppingcart-index .row .table {
  margin-bottom: 60px !important;
}
.page-shoppingcart-index a.btn-border {
  float: right;
}
/************ General Shopping Cart ************/
.shopping-cart .table-responsive {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .shopping-cart .table-responsive {
    margin: 0;
  }
}
.shopping-cart .table-responsive .table {
  margin: 0;
}
.shopping-cart .table-responsive td {
  vertical-align: middle;
}
.shopping-cart .table-responsive .name a {
  font-weight: 600;
}
.shopping-cart .table-responsive .name .product-options > span {
  display: block;
  color: #999;
}
.shopping-cart .table-responsive .name .product-options > span .title {
  font-weight: 600;
}
.shopping-cart .table-responsive .amount {
  width: 150px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .shopping-cart .table-responsive .amount {
    width: 125px;
    min-width: 125px;
  }
}
.shopping-cart .table-responsive .amount .amount-input {
  position: relative;
}
.shopping-cart .table-responsive .amount .amount-input .form-group {
  margin: 0;
}
.shopping-cart .table-responsive .amount .amount-input .form-group input {
  height: 40px;
  padding-right: 50px;
  width: 100%;
}
.shopping-cart .table-responsive .amount .amount-input button {
  border-radius: 0;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.shopping-cart .table-responsive .amount .amount-input button i {
  display: none;
}
.shopping-cart .table-responsive .amount .amount-input button:before {
  font-family: FontAwesome;
  content: '\f021';
}
.shopping-cart .table-responsive .remove {
  padding-left: 0;
}
.shopping-cart .table-responsive .remove button {
  background: none;
  color: #209a8b;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  color: #aaa;
}
.shopping-cart .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:focus {
  background: none;
  box-shadow: none;
  color: #1c8578;
  text-decoration: underline;
}
.shopping-cart .table-responsive .remove button i {
  font-weight: 300;
}
.shopping-cart .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:focus {
  color: #454545;
}
.shopping-cart .table-responsive .price-unit {
  text-align: right;
}
.shopping-cart .table-responsive .price-old {
  color: #aaa;
  text-decoration: line-through;
}
.shopping-cart .table-responsive .price-total {
  text-align: right;
}
.shopping-cart .row .table {
  margin-bottom: 0;
}
.shopping-cart .row .table tr:first-child th,
.shopping-cart .row .table tr:first-child td {
  border-top: none;
}
.shopping-cart .row .table tr th,
.shopping-cart .row .table tr td {
  background: #eee;
}
.shopping-cart .row .table tr td {
  text-align: right;
}
.shopping-cart .row .table tr .total {
  background-color: #1c8578;
  border: none;
  color: white;
  font-weight: 700;
}
.shopping-cart-overview .header > .row,
.shopping-cart-overview .content > .product > .row {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 350px) {
  .shopping-cart-overview .header > .row,
  .shopping-cart-overview .content > .product > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.shopping-cart-overview .header > .row > [class*="col"],
.shopping-cart-overview .content > .product > .row > [class*="col"] {
  padding: 8px;
}
@media (max-width: 350px) {
  .shopping-cart-overview .header > .row > [class*="col"],
  .shopping-cart-overview .content > .product > .row > [class*="col"] {
    padding: 8px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopping-cart-overview .header .image,
  .shopping-cart-overview .content .image {
    display: none;
  }
}
.shopping-cart-overview .header .price-unit,
.shopping-cart-overview .content .price-unit {
  text-align: right;
}
.shopping-cart-overview .header .price-total,
.shopping-cart-overview .content .price-total {
  text-align: right;
}
.shopping-cart-overview .header {
  border-bottom: 2px solid #dddddd;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .shopping-cart-overview .header {
    display: none;
  }
}
.shopping-cart-overview .content {
  border-bottom: 1px solid #dddddd;
}
.shopping-cart-overview .content .product {
  border-bottom: 1px solid #dddddd;
}
.shopping-cart-overview .content .product:last-child {
  border: none;
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product {
    padding: 8px 0;
  }
}
.shopping-cart-overview .content .product .image img {
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .image {
    max-width: 75px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .shopping-cart-overview .content .product .image {
    display: none;
  }
}
.shopping-cart-overview .content .product .name a {
  font-weight: 600;
}
.shopping-cart-overview .content .product .name .product-options {
  display: block;
}
.shopping-cart-overview .content .product .name .product-options > span {
  display: block;
  color: #999;
}
.shopping-cart-overview .content .product .name .product-options > span .title {
  font-weight: 600;
}
.shopping-cart-overview .content .product .name .price-unit {
  color: #999;
  display: block;
  text-align: left;
}
.shopping-cart-overview .content .product .name .price-unit .title {
  font-weight: 600;
}
.shopping-cart-overview .content .product .name .price-unit .price-old {
  font-size: 12px;
}
@media (min-width: 768px) {
  .shopping-cart-overview .content .product .name .price-unit {
    display: none;
  }
}
.shopping-cart-overview .content .product .name .amount-possible,
.shopping-cart-overview .content .product .name .amount-available {
  font-weight: 700;
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .name {
    max-width: calc(100% - 75px);
    width: 100%;
  }
}
@media (max-width: 350px) {
  .shopping-cart-overview .content .product .name {
    max-width: none;
  }
}
.shopping-cart-overview .content .product .amount .amount-input {
  position: relative;
  width: calc(100% - 40px);
}
.shopping-cart-overview .content .product .amount .amount-input .form-group {
  margin: 0;
}
.shopping-cart-overview .content .product .amount .amount-input .form-group .form-group-content {
  width: 100%;
}
.shopping-cart-overview .content .product .amount .amount-input .form-group .form-group-content input {
  height: 40px;
  padding-right: 50px;
  width: 100%;
}
.shopping-cart-overview .content .product .amount .amount-input button {
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  height: 40px;
}
.shopping-cart-overview .content .product .amount .amount-input button i {
  display: none;
}
.shopping-cart-overview .content .product .amount .amount-input button:before {
  font-family: FontAwesome;
  content: '\f021';
}
.shopping-cart-overview .content .product .amount .remove {
  position: absolute;
  right: 8px;
  top: 8px;
}
.shopping-cart-overview .content .product .amount .remove button {
  background: none;
  color: #209a8b;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  color: #aaa;
}
.shopping-cart-overview .content .product .amount .remove button:hover,
.shopping-cart-overview .content .product .amount .remove button:active,
.shopping-cart-overview .content .product .amount .remove button:focus {
  background: none;
  box-shadow: none;
  color: #1c8578;
  text-decoration: underline;
}
.shopping-cart-overview .content .product .amount .remove button i {
  font-weight: 300;
}
.shopping-cart-overview .content .product .amount .remove button:hover,
.shopping-cart-overview .content .product .amount .remove button:active,
.shopping-cart-overview .content .product .amount .remove button:focus {
  color: #454545;
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .amount {
    margin-left: 75px;
    max-width: calc(100% - 75px);
    width: 100%;
  }
}
@media (max-width: 350px) {
  .shopping-cart-overview .content .product .amount {
    max-width: none;
    margin-left: 0;
  }
}
.shopping-cart-overview .content .product .price-unit,
.shopping-cart-overview .content .product .price-total {
  text-align: right;
}
.shopping-cart-overview .content .product .price-unit .price-old,
.shopping-cart-overview .content .product .price-total .price-old {
  color: #aaa;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .price-unit {
    display: none;
  }
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .price-total .price-old {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .shopping-cart-overview .content .product .price-total {
    background: rgba(32, 154, 139, 0.05);
    font-size: 15px;
    font-weight: 700;
    margin-left: 83px;
    max-width: calc(100% - 91px);
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .shopping-cart-overview .content .product .price-total {
    margin-left: 0;
    max-width: none;
  }
}
.shopping-cart-overview .footer {
  margin-bottom: 60px;
}
.shopping-cart-overview .footer .discount {
  background: #fafafa;
  color: #454545;
  margin: 30px 0 0 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .shopping-cart-overview .footer .discount {
    margin: 30px 0;
  }
}
.shopping-cart-overview .footer .discount .discount-input {
  position: relative;
}
.shopping-cart-overview .footer .discount .discount-input .form-group {
  margin-bottom: 0;
}
.shopping-cart-overview .footer .discount .discount-input input {
  padding-right: 40px;
}
.shopping-cart-overview .footer .discount .discount-input button {
  bottom: 0;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 34px;
}
.shopping-cart-overview .footer .discount .discount-input button i {
  font-weight: 300;
}
.shopping-cart-overview .footer .discount .discount-code {
  background: rgba(32, 154, 139, 0.2);
  border-bottom: 2px solid #209a8b;
  margin-top: 10px;
  min-height: 30px;
  padding: 10px;
  position: relative;
}
.shopping-cart-overview .footer .discount .discount-code .code {
  color: #454545;
  font-weight: 600;
}
.shopping-cart-overview .footer .discount .discount-code button {
  background: none;
  border-radius: 0;
  color: #209a8b;
  height: 44px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.shopping-cart-overview .footer .discount .discount-code button i {
  font-weight: 300;
}
.shopping-cart-overview .footer .discount .discount-code button:hover,
.shopping-cart-overview .footer .discount .discount-code button:active,
.shopping-cart-overview .footer .discount .discount-code button:focus {
  color: #454545;
}
@media (max-width: 767px) {
  .shopping-cart-overview .footer .totals {
    float: right;
    max-width: 300px;
    width: 100%;
  }
}
.shopping-cart-overview .footer .totals > div {
  overflow: hidden;
}
.shopping-cart-overview .footer .totals > div:first-child {
  border-top: none;
}
.shopping-cart-overview .footer .totals > div div {
  background: #eee;
  float: left;
  line-height: 1.5;
  padding: 8px;
  width: 50%;
}
.shopping-cart-overview .footer .totals > div div:first-child {
  font-weight: 700;
}
.shopping-cart-overview .footer .totals > div div:last-child {
  text-align: right;
}
.shopping-cart-overview .footer .totals > div .total {
  background-color: #1c8578;
  border: none;
  color: white;
  font-weight: 700;
}
.shopping-cart-overview > .btn {
  float: right;
}
.page-shoppingcart-checkoutstepinformation .col-information,
.page-prescriptionforward-stepinformation .col-information,
.page-medicationschedule-stepinformation .col-information {
  padding-top: 15px;
}
.page-shoppingcart-checkoutstepinformation .col-information .account-type .form-group-radio,
.page-prescriptionforward-stepinformation .col-information .account-type .form-group-radio,
.page-medicationschedule-stepinformation .col-information .account-type .form-group-radio {
  display: inline-block;
  margin-right: 20px;
}
.page-shoppingcart-checkoutstepinformation .col-information .address,
.page-prescriptionforward-stepinformation .col-information .address,
.page-medicationschedule-stepinformation .col-information .address {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .col-information .account-information,
.page-prescriptionforward-stepinformation .col-information .account-information,
.page-medicationschedule-stepinformation .col-information .account-information {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment,
.page-prescriptionforward-stepinformation .col-delivery-payment,
.page-medicationschedule-stepinformation .col-delivery-payment {
  padding: 0 15px 15px 15px;
}
@media (max-width: 767px) {
  .page-shoppingcart-checkoutstepinformation .col-delivery-payment,
  .page-prescriptionforward-stepinformation .col-delivery-payment,
  .page-medicationschedule-stepinformation .col-delivery-payment {
    padding: 0;
  }
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment {
  background: #f8f8f8;
  padding: 15px;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment .delivery select,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment .delivery select,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment .delivery select {
  width: 100%;
}
.page-shoppingcart-checkoutstepinformation .col-delivery-payment .delivery-payment .payment,
.page-prescriptionforward-stepinformation .col-delivery-payment .delivery-payment .payment,
.page-medicationschedule-stepinformation .col-delivery-payment .delivery-payment .payment {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .remarks,
.page-prescriptionforward-stepinformation .remarks,
.page-medicationschedule-stepinformation .remarks {
  margin-top: 20px;
}
.page-shoppingcart-checkoutstepinformation .remarks label,
.page-prescriptionforward-stepinformation .remarks label,
.page-medicationschedule-stepinformation .remarks label {
  display: none;
}
.page-shoppingcart-checkoutstepinformation .remarks .form-group,
.page-prescriptionforward-stepinformation .remarks .form-group,
.page-medicationschedule-stepinformation .remarks .form-group {
  margin-top: 15px;
}
.page-shoppingcart-checkoutstepinformation .remarks textarea,
.page-prescriptionforward-stepinformation .remarks textarea,
.page-medicationschedule-stepinformation .remarks textarea {
  height: 75px !important;
}
.page-shoppingcart-checkoutstepinformation .terms-and-conditions .form-group,
.page-prescriptionforward-stepinformation .terms-and-conditions .form-group,
.page-medicationschedule-stepinformation .terms-and-conditions .form-group {
  margin-top: 15px;
}
.page-shoppingcart-checkoutstepoverview .main-container .shopping-cart {
  margin-bottom: 40px;
}
.page-shoppingcart-checkoutstepoverview .btn-group input {
  margin-top: 0;
}
.page-shoppingcart-checkoutstepoverview .btn-group a {
  line-height: 40px;
}
.page-sitemap-index .sitemap-list {
  margin-top: 30px;
}
.page-sitemap-index .sitemap-list:first-child {
  margin-top: 0;
}
.page-sitemap-index .sitemap-list a {
  text-decoration: none;
}
.page-sitemap-index .sitemap-list a:hover,
.page-sitemap-index .sitemap-list a:focus,
.page-sitemap-index .sitemap-list a:active {
  color: #209a8b;
}
.page-sitemap-index .sitemap-list h2 {
  color: #209a8b;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.page-sitemap-index .sitemap-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.page-sitemap-index .sitemap-list ul:last-child {
  margin-bottom: 0;
}
.page-sitemap-index .sitemap-list ul li {
  margin: 0 0 10px 0;
}
.page-sitemap-index .sitemap-list ul li a {
  color: rgba(32, 154, 139, 0.7);
}
.page-sitemap-index .sitemap-list > ul > li:before {
  color: rgba(32, 154, 139, 0.7);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 14px;
  padding: 0 10px 0 0;
}
.page-sitemap-index .sitemap-list > ul > li ul {
  margin-left: 15px;
  margin-top: 7px;
}
.page-sitemap-index .sitemap-list > ul > li ul li {
  margin-bottom: 10px;
}
.page-sitemap-index .sitemap-list > ul > li ul li a:before {
  color: rgba(32, 154, 139, 0.5);
  content: '\f054';
  font-family: FontAwesome;
  font-size: 14px;
  opacity: 0.7;
  padding: 0 10px 0 0;
}
.page-sitemap-index .sitemap-list.site-map-categories {
  margin-top: 30px;
}
.carousel {
  max-width: 2000px;
  margin: 0 auto;
}
.carousel + h1 {
  margin-top: 25px;
}
.carousel .carousel-control {
  background: none;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:active,
.carousel .carousel-control:focus {
  background: none;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 36px;
}
.carousel .carousel-control .fa-chevron-left {
  left: 25%;
}
.carousel .carousel-control .fa-chevron-right {
  right: 25%;
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-inner .item {
  height: 630px;
  right: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    height: 315px;
  }
}
.carousel .carousel-inner .item > .container {
  height: 100%;
  position: relative;
}
.carousel .carousel-inner .item .carousel-caption {
  background: none;
  bottom: auto;
  color: white;
  left: auto;
  max-width: 365px;
  padding: 0;
  position: absolute;
  right: 8%;
  text-align: left;
  top: 215px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption {
    bottom: auto;
    left: 0;
    max-width: 100%;
    padding: 0 15px;
    right: auto;
    top: 30px;
    width: 100%;
  }
}
.carousel .carousel-inner .item .carousel-caption > h3 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption > h3 {
    font-size: 28px;
  }
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding-bottom: 0;
  width: 100%;
  text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.35);
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content h3 {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content p {
  line-height: 125%;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
    font-size: 15px;
  }
}
.carousel .carousel-inner .item .carousel-caption .read-more {
  margin-top: 20px;
}
.carousel .carousel-inner .item .carousel-caption .read-more .btn {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  background: white;
  border-radius: 0;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
}
.carousel .carousel-inner .item .carousel-caption .read-more .btn:hover,
.carousel .carousel-inner .item .carousel-caption .read-more .btn:active,
.carousel .carousel-inner .item .carousel-caption .read-more .btn:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
.carousel .carousel-inner > .item > img {
  left: 50%;
  max-width: 2000px;
  min-width: 2000px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .carousel .carousel-inner > .item > img {
    max-width: 1000px;
    min-width: 1000px;
  }
}
.carousel .carousel-control {
  width: 10%;
}
@media (max-width: 767px) {
  .carousel .carousel-control {
    top: unset;
    height: 350px;
  }
}
.carousel .carousel-indicators {
  bottom: auto;
  top: 185px;
}
@media (max-width: 767px) {
  .carousel .carousel-indicators {
    top: auto;
    bottom: -5px;
  }
}
.page-tips-index .items-list .list-content .item .info .introduction {
  font-style: normal;
}
.page-tips-detail .main-container .image,
.page-news-detail .main-container .image {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 350px;
}
@media (max-width: 767px) {
  .page-tips-detail .main-container .image img,
  .page-news-detail .main-container .image img {
    margin-bottom: 30px;
  }
}
/************ General Styling ************/
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
body {
  margin-bottom: 449px;
  padding-top: 210px;
  position: static;
}
@media (max-width: 767px) {
  body.overlay {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  body {
    margin-bottom: 559px;
    padding-top: 182px;
  }
}
@media (max-width: 991px) {
  body {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 112px 0 0 0;
  }
}
body.page-outside {
  background: #209a8b;
  margin: unset;
  min-height: 100%;
  padding: 0;
  position: fixed;
  width: 100%;
}
body.page-outside .outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
body.page-outside .middle {
  display: table-cell;
  vertical-align: middle;
}
body.page-outside .inner {
  color: white;
  margin: 0 auto;
  max-width: 550px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
body.page-outside .inner:before {
  content: '\f119';
  display: block;
  font-family: FontAwesome;
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
}
body.page-outside .inner h1 {
  color: white;
}
body.page-outside .inner h2 {
  color: white;
  font-size: 18px;
  margin: 10px 0;
}
body.page-outside .inner .btn-group {
  text-align: center;
  margin-top: 10px;
}
body.page-outside .inner .btn-group .btn-primary {
  background: white;
  color: #209a8b;
  display: inline-block;
  float: none;
  margin: 10px 5px 0 5px;
  vertical-align: bottom;
}
.alert {
  margin: 20px 0;
}
.alert i {
  padding-right: 5px;
}
.page-title {
  color: #454545;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
    line-height: 1;
  }
}
/************ Wrapper ************/
.wrapper {
  width: 100%;
}
.wrapper.in .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper.in-right .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper .content-overlay {
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/************ Header ************/
header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 250;
}
@media (max-width: 767px) {
  header {
    background: white;
    height: 112px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 250;
  }
}
header .header-top {
  background: url('../img/pattern.png') repeat;
  color: white;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
}
header .header-top a {
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
header .header-top a:hover,
header .header-top a:active,
header .header-top a:focus {
  color: white;
}
header .header-top .dropdown-menu a {
  color: #209a8b;
  border-left: 3px solid #8fccc5;
  border-bottom: 1px solid #ddd;
}
header .header-top .dropdown-menu a:hover,
header .header-top .dropdown-menu a:active,
header .header-top .dropdown-menu a:focus {
  background: white;
  border-left: 3px solid #209a8b;
  color: #1c8578;
}
header .header-top .openinghours-links {
  line-height: 40px;
}
@media (max-width: 991px) {
  header .header-top .openinghours-links {
    text-indent: -9999px;
    width: 35px;
  }
}
header .header-top .openinghours-links .opening-hours-today {
  display: inline-block;
}
@media (max-width: 991px) {
  header .header-top .openinghours-links .opening-hours-today {
    display: none;
  }
}
header .header-top .openinghours-links .opening-hours-today .label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  border-radius: 0;
}
header .header-top .openinghours-links .opening-hours-today .label:after {
  content: ':';
}
header .header-top .openinghours-links .opening-hours-today .hours {
  display: inline-block;
}
header .header-top .openinghours-links .opening-hours-today .hours .hours-item {
  display: inline-block;
}
header .header-top .openinghours-links .opening-hours-today .hours .hours-item:after {
  content: ' & ';
}
header .header-top .openinghours-links .opening-hours-today .hours .hours-item:last-child:after {
  display: none;
}
header .header-top .openinghours-links a {
  text-decoration: none;
}
header .header-top .openinghours-links a:before {
  color: white;
  content: '\f017';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: 0;
}
header .header-top .phone-link,
header .header-top .email-link,
header .header-top .fb-link {
  display: inline-block;
  line-height: 40px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  header .header-top .phone-link,
  header .header-top .email-link,
  header .header-top .fb-link {
    padding-left: 0;
    text-indent: -9999px;
    width: 35px;
  }
}
header .header-top .phone-link a:before,
header .header-top .email-link a:before,
header .header-top .fb-link a:before {
  color: white;
  content: '\f095';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: 0;
}
header .header-top .email-link a:before {
  content: '\f0e0';
}
header .header-top .fb-link a:before {
  content: '\f082';
}
header .header-top .search-xs {
  height: 40px;
  width: 35px;
}
header .header-top .search-xs button {
  background: none;
  border: none;
  color: white;
  height: 40px;
  width: 35px;
}
header .header-top .search-xs button .fa {
  font-size: 15px;
}
header .header-top .search-xs-content {
  border: none;
  box-shadow: none;
  background: #8fccc5;
  border-radius: 0;
  left: auto;
  margin: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: -1;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
header .header-top .search-xs-content.in {
  -webkit-transform: translate(0, 112px);
  -moz-transform: translate(0 112px);
  -ms-transform: translate(0, 112px);
  transform: translate(0, 112px);
}
header .header-top .search-xs-content.in button.btn-no-layout {
  bottom: -16px;
}
header .header-top .search-xs-content .search {
  position: relative;
}
header .header-top .search-xs-content .search .form-group {
  margin: 0;
}
header .header-top .search-xs-content .search .form-group label {
  display: none;
}
header .header-top .search-xs-content .search .form-group input {
  border: none;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  line-height: 1;
  outline: none;
}
header .header-top .search-xs-content .search button[type="submit"] {
  border: none;
  box-shadow: none;
  background-color: #209a8b;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  border-radius: 0;
  height: 42px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
header .header-top .search-xs-content .search button[type="submit"]:hover,
header .header-top .search-xs-content .search button[type="submit"]:active,
header .header-top .search-xs-content .search button[type="submit"]:focus {
  background-color: #1c8578;
  color: white;
  text-decoration: none !important;
}
header .header-top .search-xs-content button.btn-no-layout {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #8fccc5;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  color: white;
  height: 40px;
  left: 50%;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute;
  width: 60px;
}
header .header-top .search-xs-content button.btn-no-layout:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 8px;
  content: '\f102';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  position: absolute;
}
header .header-top .search-xs-content button.btn-no-layout:hover {
  background: #8fccc5;
  bottom: -20px;
  color: white;
}
@media (min-width: 768px) {
  header .header-top .search-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-top .search-xs {
    display: inline-block;
  }
}
header .header-top .my-account {
  padding: 0;
}
header .header-top .my-account button {
  background: none;
  border: none;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  padding-right: 10px;
  text-decoration: none;
}
header .header-top .my-account button .label {
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 5px 0 0;
}
header .header-top .my-account button .first-name,
header .header-top .my-account button .first-name {
  font-weight: 600;
}
header .header-top .my-account button:before {
  content: '\f007';
  color: white;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: 0;
}
header .header-top .my-account button .not-logged-in {
  font-weight: 400;
}
header .header-top .my-account ul {
  background-color: white;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}
header .header-top .my-account ul li a {
  padding: 10px;
}
header .header-middle {
  background: rgba(255, 255, 255, 0.5);
  padding: 28px 0 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  header .header-middle {
    background-color: white;
    height: 72px;
    padding: 10px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
header .header-middle .logo {
  display: inline-block;
  margin-right: 100px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  header .header-middle .logo {
    margin-right: 80px;
  }
}
@media (max-width: 991px) {
  header .header-middle .logo {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  header .header-middle .logo {
    display: none;
  }
}
header .header-middle .logo img {
  width: 100%;
  max-width: 340px;
}
@media (max-width: 1199px) {
  header .header-middle .logo img {
    max-width: 255px;
  }
}
@media (max-width: 991px) {
  header .header-middle .logo img {
    max-width: 222px;
  }
}
header .header-middle .logo-xs {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
header .header-middle .logo-xs img {
  max-width: 69px;
}
@media (min-width: 768px) {
  header .header-middle .logo-xs {
    display: none;
  }
}
header .header-middle .search {
  display: inline-block;
  max-width: 456px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 1199px) {
  header .header-middle .search {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  header .header-middle .search {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  header .header-middle .search {
    display: none;
  }
}
header .header-middle .search .form-group {
  margin: 0;
}
header .header-middle .search label {
  display: none;
}
header .header-middle .search input {
  border-radius: 0;
  border: 1px solid #dcdcdc;
  font-size: 13px;
  height: auto;
  line-height: 1;
  outline: none;
  padding: 10px;
  width: 100%;
}
header .header-middle .search .btn {
  background: none;
  border-radius: 0;
  color: #454545;
  font-size: 22px;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-middle .shopping-cart {
  float: right;
  padding: 15px 0 0 0;
}
@media (max-width: 1199px) {
  header .header-middle .shopping-cart {
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart {
    padding: 0;
  }
}
header .header-middle .shopping-cart button {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border-radius: 50%;
  border: 1px solid #209a8b;
  height: 48px;
  line-height: 1;
  position: relative;
  margin-right: 10px;
  text-align: center;
  width: 48px;
}
header .header-middle .shopping-cart button:hover,
header .header-middle .shopping-cart button:active,
header .header-middle .shopping-cart button:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
header .header-middle .shopping-cart button:before {
  color: #209a8b;
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 400;
}
header .header-middle .shopping-cart button .count {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #209a8b;
  border-radius: 50%;
  border: none;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 24px;
}
header .header-middle .shopping-cart button .label {
  display: block;
  color: #209a8b;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart button .label {
    display: none;
  }
}
header .header-middle .shopping-cart-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
  margin: 0;
  left: auto;
  padding: 15px;
  right: 0;
  width: 450px;
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart-dropdown {
    background: white;
    border-radius: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 400px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate(400px, 14px);
    -moz-transform: translate(400px 14px);
    -ms-transform: translate(400px, 14px);
    transform: translate(400px, 14px);
  }
}
@media (max-width: 430px) {
  header .header-middle .shopping-cart-dropdown {
    width: 300px;
    -webkit-transform: translate(300px, 14px);
    -moz-transform: translate(300px 14px);
    -ms-transform: translate(300px, 14px);
    transform: translate(300px, 14px);
  }
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart-dropdown.in-right {
    -webkit-transform: translate(0px, 14px);
    -moz-transform: translate(0px 14px);
    -ms-transform: translate(0px, 14px);
    transform: translate(0px, 14px);
  }
}
header .header-middle .shopping-cart-dropdown .product-list {
  width: 100%;
}
header .header-middle .shopping-cart-dropdown .product-list thead tr th {
  background-color: #209a8b;
  color: white;
  padding: 5px 10px;
  text-align: center;
}
header .header-middle .shopping-cart-dropdown .product-list thead tr th:first-child {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart-dropdown .product-list thead tr th:first-child {
    padding-left: 10px;
  }
}
header .header-middle .shopping-cart-dropdown .product-list thead tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td {
  padding: 5px 10px;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 767px) {
  header .header-middle .shopping-cart-dropdown .product-list tbody tr td:first-child {
    padding-left: 10px;
  }
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td:last-child {
  padding-right: 20px;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .product-options > span {
  color: #666;
  display: block;
  font-size: 13px;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .product-options > span .title {
  font-weight: 600;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td.amount {
  text-align: center;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td.price {
  text-align: right;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .btn {
  background-color: transparent;
  color: #209a8b;
  float: right;
}
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .btn:hover,
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .btn:active,
header .header-middle .shopping-cart-dropdown .product-list tbody tr td .btn:focus {
  color: #1c8578;
}
header .header-middle .shopping-cart-dropdown .totals {
  border-top: 1px solid #d2d2d2;
  height: auto;
  overflow: auto;
  padding-top: 20px;
}
header .header-middle .shopping-cart-dropdown .totals .total-label {
  display: inline-block;
  font-weight: 600;
  padding-left: 10px;
  width: 60%;
}
header .header-middle .shopping-cart-dropdown .totals .total-amount {
  color: #209a8b;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px 10px 10px;
}
header .header-middle .shopping-cart-dropdown .btn-group {
  float: right;
  padding-top: 15px;
}
header .header-middle .shopping-cart-dropdown .btn-group .btn {
  margin-top: 0;
}
header .header-middle .shopping-cart-dropdown .btn-group .btn-no-layout {
  font-weight: 400;
  margin-right: 0;
}
header .header-middle .shopping-cart-dropdown .btn-group .btn-border:hover,
header .header-middle .shopping-cart-dropdown .btn-group .btn-border:active,
header .header-middle .shopping-cart-dropdown .btn-group .btn-border:focus {
  margin-top: 3px;
}
header .header-bottom {
  background-color: rgba(250, 250, 250, 0.8);
}
@media (max-width: 767px) {
  header .header-bottom {
    background: none;
    padding: 10px 0 0 0;
    position: absolute;
    z-index: 15;
  }
}
@media (max-width: 767px) {
  header .header-bottom > .container > .row {
    height: 0;
    margin: 0;
  }
}
header .header-bottom .navbar {
  background-color: transparent;
  border-radius: 4px;
  border: none;
  min-height: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  header .header-bottom .navbar {
    display: inline-block;
    height: 55px;
    width: 42px;
  }
}
header .header-bottom .navbar .navbar-header button {
  padding: 9px 10px;
  margin: 10px 0 16px 0;
  float: left;
  height: 36px;
}
header .header-bottom .navbar .navbar-header button span {
  background-color: white;
}
header .header-bottom .navbar .navbar-header button:hover,
header .header-bottom .navbar .navbar-header button:active,
header .header-bottom .navbar .navbar-header button:focus {
  background-color: #209a8b;
}
header .header-bottom .navbar .navbar-collapse {
  padding: 0;
}
header .header-bottom .navbar .navbar-collapse.collapse {
  border: none;
  display: block;
  max-height: none;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse.collapse {
    width: 270px;
    background: white;
    position: relative;
    padding: 0px;
    margin: 0;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate(-285px, 0);
    -moz-transform: translate(-285px 0);
    -ms-transform: translate(-285px, 0);
    transform: translate(-285px, 0);
  }
}
header .header-bottom .navbar .navbar-collapse.collapse.in {
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav {
  width: 100%;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav {
    background-color: rgba(255, 255, 255, 0.9);
    float: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li {
    border-left: 3px solid transparent;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
  background-color: transparent;
  color: #454545;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
  text-align: center;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:hover,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:active,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a:focus {
  color: #209a8b;
  background-color: white;
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
    font-size: 14px;
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
    font-size: 13px;
    padding: 10px 7px;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 15px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.open {
    border-left: 3px solid #209a8b;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
  border-radius: 0;
  border: none;
  padding: 0;
  width: auto;
  min-width: 100%;
}
@media (max-width: 767px) {
  header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
    overflow: hidden;
    width: 100%;
  }
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories {
  border-right: 1px solid #eee;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories:nth-child(odd) {
  border-right: 1px solid #eee;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li {
  border: none;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a {
  color: #454545;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  white-space: normal;
}
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active,
header .header-bottom .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus {
  background: #209a8b;
  color: white;
}
/************ Breadcrumbs ************/
.breadcrumb-container {
  background: rgba(32, 154, 139, 0.1);
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
}
.breadcrumb-container .breadcrumb li,
.breadcrumb-container .breadcrumb a,
.breadcrumb-container .breadcrumb .active {
  color: #454545;
}
.breadcrumb-container .breadcrumb a:hover,
.breadcrumb-container .breadcrumb a:active,
.breadcrumb-container .breadcrumb a:focus {
  color: #209a8b;
}
.breadcrumb-container .breadcrumb > li + li:before {
  background-size: 14px;
  content: '\f067';
  font-family: FontAwesome;
  color: #209a8b;
  margin-top: 10px;
  padding: 0 10px;
}
/************ Footer ************/
footer {
  background: url('../img/pattern_dark.png') repeat #000;
  bottom: 0;
  color: white;
  margin-top: 75px;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  footer {
    position: relative;
    height: auto;
  }
}
footer a {
  color: white;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: white;
  text-decoration: underline;
}
footer .footer-top {
  background-color: #fafafa;
  color: #454545;
  padding-top: 40px;
  min-height: 120px;
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 25px 0;
  }
}
footer .footer-top ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
footer .footer-top ul li {
  display: inline-block;
  margin: 5px 50px 0 0;
}
@media (max-width: 991px) {
  footer .footer-top ul li {
    margin: 5px 22px 0 0;
  }
}
footer .footer-top ul li:first-child {
  color: #777;
  margin: 5px 30px 0 0;
}
@media (max-width: 991px) {
  footer .footer-top ul li:first-child {
    margin: 5px 15px 0 0;
  }
}
footer .footer-top ul li:last-child {
  margin: 5px 0 0 0;
}
footer .footer-top ul li img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 45px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-top ul li img:hover {
  opacity: 1;
}
footer .footer-middle h3 {
  color: white;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 45px;
  text-transform: uppercase;
}
footer .footer-middle .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-middle .footer-links ul li {
  display: block;
  margin-bottom: 8px;
}
footer .footer-middle .footer-links .fagg-logo {
  margin-top: 5px;
}
footer .footer-middle .footer-why ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-middle .footer-why ul li {
  padding-left: 25px;
  margin-bottom: 8px;
}
footer .footer-middle .footer-why ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 14px;
  left: 15px;
  position: absolute;
}
footer .footer-middle .opening-hours-week + .read-more {
  color: #209a8b;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: underline;
}
footer .footer-middle .contact-info {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  footer .footer-middle .contact-info {
    padding: 10px 0;
  }
}
footer .footer-middle .contact-info ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  footer .footer-middle .contact-info ul {
    text-align: left;
  }
}
footer .footer-middle .contact-info ul li {
  padding: 0 30px;
  display: inline-block;
}
footer .footer-middle .contact-info ul li:before {
  color: white;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer-middle .contact-info ul li {
    display: block;
    padding: 0 0 0 35px;
  }
}
footer .footer-bottom {
  background: url('../img/pattern.png') repeat;
  padding: 8px 0;
}
footer .footer-bottom .copyright {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    display: block;
  }
}
footer .footer-bottom ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer .footer-bottom ul {
    display: block;
  }
}
footer .footer-bottom ul li {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  footer .footer-bottom ul li {
    display: block;
  }
  footer .footer-bottom ul li:before {
    display: none;
  }
}
footer .footer-bottom ul li:before {
  content: '-';
  padding: 0 5px;
}
footer .footer-bottom .created-by {
  float: right;
}
@media (max-width: 767px) {
  footer .footer-bottom .created-by {
    float: none;
  }
}
/** DEBUG **/
.cache {
  background: #454545;
  bottom: 40px;
  color: white;
  font-weight: 700;
  height: 40px;
  right: 0;
  line-height: 40px;
  position: fixed;
  text-align: center;
  width: 40px;
}
.cache:hover,
.cache:active,
.cache:focus {
  background: #000;
  color: white;
}
