/* Form Steps (arrows)
 ============================================================================ */
/* Alert colors
 ============================================================================ */
/* Screen sizes
 ============================================================================ */
/* Body
 ============================================================================ */
body {
  color: #222223;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body * {
  font-family: inherit;
}
/* Titles
 ============================================================================ */
h1 {
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
  margin: 40px 0 35px 0;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    margin: 20px 0 30px 0;
  }
}
h2 {
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
  margin: 40px 0 32px 0;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1 !important;
  }
}
h2:first-child {
  margin-top: 0;
}
h2 + h4 {
  margin-top: 0;
}
h2 a {
  color: #f07f04;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #d77204;
  text-decoration: underline;
}
.page-controller-texts h2,
.page-controller-clientpersonaccount h2,
h3 {
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  font-weight: 700;
  line-height: 0.9;
  margin: 35px 0 25px 0;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .page-controller-texts h2,
  .page-controller-clientpersonaccount h2,
  h3 {
    font-size: 28px;
    line-height: 1 !important;
    margin: 20px 0 20px 0;
  }
}
.page-controller-texts h2:first-child,
.page-controller-clientpersonaccount h2:first-child,
h3:first-child {
  margin-top: 0;
}
.page-controller-texts h2 + h4,
.page-controller-clientpersonaccount h2 + h4,
h3 + h4 {
  margin-top: 0;
}
.page-controller-texts h2 a,
.page-controller-clientpersonaccount h2 a,
h3 a {
  color: #f07f04;
}
.page-controller-texts h2 a:hover,
.page-controller-clientpersonaccount h2 a:hover,
h3 a:hover,
.page-controller-texts h2 a:active,
.page-controller-clientpersonaccount h2 a:active,
h3 a:active,
.page-controller-texts h2 a:focus,
.page-controller-clientpersonaccount h2 a:focus,
h3 a:focus {
  color: #d77204;
  text-decoration: underline;
}
h4 {
  color: #222223;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
h4:first-child {
  margin-top: 0;
}
h4 a {
  color: #f07f04;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #d77204;
  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: #f07f04;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #d77204;
}
/* General form settings
 ============================================================================ */
.form-control {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}
.form-group {
  margin-bottom: 16px;
  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: #222223;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
  padding: 0;
  text-align: left;
}
.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-radius: 10px;
  border: 2px solid #f07f04;
  font-size: 14px;
  left: -9999px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search {
  margin: 5px 0 0 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: #222223;
  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 {
  -webkit-touch-callout: none;
  display: none;
  line-height: 25px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  word-wrap: break-word;
}
.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: none;
  color: #f07f04;
}
.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: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
  color: #f07f04;
  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: 36px;
  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: 36px;
  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: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div b:before {
  color: #f07f04;
  content: '\f0d7';
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  height: 100%;
  line-height: 36px;
  text-align: center;
  width: 100%;
}
.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: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  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: #222223;
  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: #222223 !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 {
  display: block;
  margin: 0 0 8px 0;
}
.form-group-checkbox input {
  position: absolute;
  visibility: hidden;
}
.form-group-checkbox input:checked + label:before {
  background: url('../img/icons/checkbox_checked.png') no-repeat;
  background-size: contain;
}
.form-group-checkbox label {
  background: none;
  border-radius: 0;
  border: none;
  color: #222223;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.form-group-checkbox label:before {
  background: url('../img/icons/checkbox.png') no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
.form-group-checkbox label:hover {
  cursor: pointer;
}
.form-group-checkbox-solid .form-group-checkbox {
  display: inline-block;
  margin: 0 8px 5px 0;
}
.form-group-checkbox-solid .form-group-checkbox input {
  position: absolute;
  visibility: hidden;
}
.form-group-checkbox-solid .form-group-checkbox input:checked + label {
  background: #658d1b;
  border: 2px solid #658d1b;
  color: white;
}
@media (min-width: 768px) {
  .form-group-checkbox-solid .form-group-checkbox input:checked + label:hover {
    background: white;
    border-color: #f07f04;
    color: #f07f04;
    cursor: pointer;
    text-decoration: line-through;
  }
}
.form-group-checkbox-solid .form-group-checkbox label {
  background: white;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.form-group-checkbox-solid .form-group-checkbox label:before {
  display: none;
}
@media (min-width: 768px) {
  .form-group-checkbox-solid .form-group-checkbox label:hover {
    background: #f07f04;
    border-color: #f07f04;
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
}
.form-group-checkboxes fieldset legend {
  border: none;
  box-shadow: none;
  color: #222223;
  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: 200px;
}
.form-group-date .form-group-content input {
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.form-group-date .form-group-content .input-group-addon {
  background: white;
  border-radius: 0 20px 20px 0;
  border: 2px solid #222223;
  border-left: 0;
}
.form-group-datetime select {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}
.form-group-email input {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
}
.form-group-file-image fieldset legend {
  border: none;
  box-shadow: none;
  color: #222223;
  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-group-addon {
  background: white;
  border-radius: 20px 0 0 20px;
  border: 2px solid #222223;
  border-right: none;
  color: #222223;
}
.form-group-number .form-group-content .input-group-addon + input {
  border-left: none;
  padding-left: 5px;
}
.form-group-number .form-group-content input {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
  padding-left: 15px;
}
.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: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
}
.form-group-period {
  margin-bottom: 0;
}
.form-group-period fieldset legend {
  border: none;
  box-shadow: none;
  color: #222223;
  display: none;
  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 .form-group-content {
  width: 200px;
}
.form-group-period fieldset .form-group .form-group-content input {
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.form-group-period fieldset .form-group .form-group-content .input-group-addon {
  background: white;
  border-radius: 0 20px 20px 0;
  border: 2px solid #222223;
  border-left: 0;
}
.form-group-phone-number .intl-tel-input {
  display: block;
}
.form-group-phone-number .intl-tel-input .selected-flag {
  padding-left: 10px;
}
.form-group-phone-number .intl-tel-input .iti-flag {
  background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags.png');
  opacity: 0.6;
}
@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 {
  display: inline-block;
  margin: 0 8px 5px 0;
  position: relative;
}
.form-group-radio .form-group-radio input {
  display: none;
  margin: 0;
  visibility: hidden;
}
.form-group-radio .form-group-radio input:checked + label:before {
  background: url('../img/icons/radio_active.png') no-repeat center left;
}
.form-group-radio .form-group-radio label {
  background: none;
  border: none;
  color: #222223;
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 25px;
  vertical-align: top;
}
.form-group-radio .form-group-radio label:hover {
  color: #222223;
}
.form-group-radio .form-group-radio label:before {
  background: url('../img/icons/radio.png') no-repeat center left;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.form-group-radio-solid .form-group-radio {
  display: inline-block;
  margin: 0 8px 5px 0;
}
.form-group-radio-solid .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.form-group-radio-solid .form-group-radio input {
  position: absolute;
  visibility: hidden;
}
.form-group-radio-solid .form-group-radio input:checked + label {
  background: #658d1b;
  border: 2px solid #658d1b;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .form-group-radio-solid .form-group-radio input:checked + label:hover {
    text-decoration: line-through;
  }
}
.form-group-radio-solid .form-group-radio label {
  background: white;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.form-group-radio-solid .form-group-radio label:before {
  display: none;
}
@media (min-width: 768px) {
  .form-group-radio-solid .form-group-radio label:hover {
    background: #f07f04;
    border-color: #f07f04;
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
}
.form-group-readonly .label {
  color: #222223;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
}
.form-group-select select {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  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: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}
.form-group-text input {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
}
.form-group-text input:disabled {
  background: none;
  border-color: #444;
  color: #444;
}
.form-group-textarea textarea {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
  background: white;
  height: 100px;
  line-height: normal;
  padding: 15px;
  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-error .form-group-content input {
  border-color: #d9534f;
}
.form-group.parsley-error .form-group-content .input-group-addon {
  border-color: #d9534f;
}
.form-group .parsley-errors-list.filled {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 20px;
  position: relative;
}
.form-group .parsley-errors-list.filled:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  font-family: FontAwesome;
  font-size: 13px;
  left: 0;
  line-height: 22px;
  margin-right: 10px;
  position: absolute;
  top: 5px;
}
.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 20px;
  position: relative;
}
.form-group .error-message:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  font-family: FontAwesome;
  font-size: 13px;
  left: 0;
  line-height: 22px;
  margin-right: 10px;
  position: absolute;
  top: 5px;
}
/* Reusable functions
 ============================================================================ */
.no-border {
  border: none;
  box-shadow: none;
}
/* Buttons
 ============================================================================ */
.btn {
  border: none;
  box-shadow: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
.btn-border {
  border-bottom: 5px solid #f07f04;
  border-radius: 4px;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #fb982c;
  margin-top: 3px;
  border-bottom: 2px solid #f07f04;
}
.btn-link {
  background: none;
  border: 1px solid #f07f04;
  color: #f07f04;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 0 10px;
}
.btn-order {
  background-color: #fb982c;
  border-radius: 4px;
  border: none;
  border-bottom: 4px solid #be6403;
  color: white;
  display: block;
  font-family: 'Open Sans', sans-serif;
  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: #f07f04;
  border-bottom: 2px solid #be6403;
  margin-top: 2px;
}
.btn-primary {
  background: #f07f04;
  border-radius: 25px;
  border: 2px solid #f07f04;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 22px;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background: none;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
}
.btn-primary-accent-1 {
  background: #658d1b;
  border-radius: 25px;
  border: 2px solid #658d1b;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .btn-primary-accent-1 {
    font-size: 16px;
  }
}
.btn-primary-accent-1:hover,
.btn-primary-accent-1:active,
.btn-primary-accent-1:focus,
.btn-primary-accent-1:active:hover,
.btn-primary-accent-1:active:focus {
  background: none;
  border-color: #658d1b;
  box-shadow: none;
  color: #658d1b;
}
.btn-primary-accent-2 {
  background: #f07f04;
  border-radius: 25px;
  border: 2px solid #f07f04;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 22px;
}
@media (max-width: 767px) {
  .btn-primary-accent-2 {
    font-size: 16px;
  }
}
.btn-primary-accent-2:hover,
.btn-primary-accent-2:active,
.btn-primary-accent-2:focus,
.btn-primary-accent-2:active:hover,
.btn-primary-accent-2:active:focus {
  background: none;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
}
.btn-default {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.btn-default-sm {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  font-size: 14px;
  line-height: 28px;
}
.btn-default-sm:hover,
.btn-default-sm:active,
.btn-default-sm:focus,
.btn-default-sm:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.btn-default-ac-2 {
  background: none;
  border-radius: 20px;
  border: 2px solid #658d1b;
  box-shadow: none;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 12px;
}
.btn-default-ac-2:hover,
.btn-default-ac-2:active,
.btn-default-ac-2:focus {
  background: #658d1b;
  color: white;
}
.btn-no-layout {
  background: none;
  border: none;
  color: #f07f04;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-decoration: underline !important;
}
.btn-no-layout:hover,
.btn-no-layout:active,
.btn-no-layout:focus {
  background: none;
  box-shadow: none;
  color: #d77204;
  text-decoration: underline !important;
}
.btn-shopping-icon:before {
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.btn-favorite-icon {
  background: #f07f04;
  border-radius: 25px;
  border: 2px solid #f07f04;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 28px;
  padding-left: 40px;
  position: relative;
  text-align: left;
  white-space: normal;
}
@media (max-width: 767px) {
  .btn-favorite-icon {
    font-size: 16px;
  }
}
.btn-favorite-icon:hover,
.btn-favorite-icon:active,
.btn-favorite-icon:focus,
.btn-favorite-icon:active:hover,
.btn-favorite-icon:active:focus {
  background: none;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
}
.btn-favorite-icon:before {
  content: '\f005';
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 15px;
  line-height: 28px;
  position: absolute;
  top: 0;
}
.btn-tooltip {
  border: none;
  box-shadow: none;
  background: url('../img/icons/tooltip_icon.png') no-repeat;
  background-size: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  height: 15px;
  line-height: 15px;
  margin: 0 0 0 5px;
  outline: none;
  padding: 0;
  vertical-align: middle;
  width: 15px;
}
.btn-tooltip:hover,
.btn-tooltip:active,
.btn-tooltip:focus {
  background: url('../img/icons/tooltip_icon.png') no-repeat;
  background-size: 15px;
  border: none;
  outline: none;
}
.btn-tooltip span {
  display: none;
}
.btn-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-inline {
    display: block;
    float: left;
    margin-left: 0;
  }
}
.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,
.btn-group a {
  display: inline-block;
  float: none;
  margin-right: 15px;
  vertical-align: middle;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group a:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group .btn:last-child:not(:first-child),
.btn-group a:last-child:not(:first-child) {
  border-radius: 20px;
}
.btn-group .btn:last-child,
.btn-group a:last-child {
  margin-right: 0;
}
.btn-sm {
  padding: 0 10px;
}
.btn-md {
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
}
.btn-lg {
  font-size: 17px;
  line-height: 36px;
  padding: 0 15px;
}
/* Banner
 ============================================================================ */
.banner {
  position: relative;
  height: 230px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    height: 115px;
  }
}
.banner.banner-lg {
  height: 450px;
}
@media (max-width: 767px) {
  .banner.banner-lg {
    height: 225px;
  }
}
.banner img {
  left: 50%;
  max-width: 2000px;
  top: 50%;
  position: absolute;
  -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) {
  .banner img {
    max-width: 1000px;
  }
}
/* Tables
 ============================================================================ */
.table-responsive {
  border: none;
  position: relative;
}
.table-responsive:after {
  background: url('../img/borders/table_thead_bottom.png') no-repeat center bottom;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .table-responsive:after {
    background-size: 100%;
  }
}
.table thead tr td,
.table thead tr th {
  border: none;
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: left;
  text-transform: lowercase;
}
.table tbody tr:nth-child(odd) {
  background: url('../img/list_item_background.png') repeat;
}
.table tbody tr:hover td a,
.table tbody tr:active td a,
.table tbody tr:focus td a {
  color: #f07f04;
}
.table tbody tr td {
  border: none;
  color: #222223;
  font-size: 16px;
  line-height: 45px;
  padding: 0 10px;
  text-align: left;
}
.table tbody tr td a {
  color: #222223;
  display: block;
  text-decoration: none;
}
.table tbody tr td a:hover,
.table tbody tr td a:active,
.table tbody tr td a:focus {
  color: #f07f04;
}
/* Filter (sidebar)
 ============================================================================ */
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 20px;
  }
}
.sidebar .search {
  position: relative;
  margin: 45px 0 35px 0;
}
.sidebar .search input {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #222223;
  display: block;
  font-size: 17px;
  line-height: 36px;
  min-height: 40px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}
.sidebar .search input::-webkit-input-placeholder {
  color: #b6b6b7;
}
.sidebar .search input:-moz-placeholder {
  color: #b6b6b7;
}
.sidebar .search input::-moz-placeholder {
  color: #b6b6b7;
}
.sidebar .search input:-ms-input-placeholder {
  color: #b6b6b7;
}
.sidebar .search .btn {
  background: none;
  color: #b6b6b7;
  position: absolute;
  right: 2px;
  top: 0;
}
.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(240, 127, 4, 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(240, 127, 4, 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(240, 127, 4, 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 {
  padding: 0;
}
.sidebar .product-filter h3 {
  cursor: pointer;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 22px 0;
  position: relative;
}
.sidebar .product-filter h3 a {
  color: #222223;
  display: block;
  text-decoration: none;
}
.sidebar .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;
  background: url('../img/icons/cutlery_icon.png') no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  float: right;
  font-size: 15px;
  height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
}
.sidebar .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;
  background: url('../img/icons/cutlery_icon.png') no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  float: right;
  font-size: 15px;
  height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
}
.sidebar .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;
  background: url('../img/icons/cutlery_icon.png') no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  float: right;
  font-size: 15px;
  height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter .intro {
  font-weight: 700;
}
.sidebar .product-filter .more,
.sidebar .product-filter .less {
  margin-top: 10px;
}
.sidebar .product-filter .more .show-more,
.sidebar .product-filter .less .show-more,
.sidebar .product-filter .more .show-less,
.sidebar .product-filter .less .show-less {
  cursor: pointer;
  display: block;
  padding-left: 20px;
}
.sidebar .product-filter .more .show-more:before,
.sidebar .product-filter .less .show-more:before,
.sidebar .product-filter .more .show-less:before,
.sidebar .product-filter .less .show-less:before {
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.sidebar .product-filter .more .show-less:before,
.sidebar .product-filter .less .show-less:before {
  content: '\f139';
}
.sidebar .product-filter .more .show-more:before,
.sidebar .product-filter .less .show-more:before {
  content: '\f13a';
}
.sidebar .product-filter .input {
  width: 66px;
}
.sidebar .product-filter > .form-group {
  margin: 0;
}
.sidebar .product-filter .filter-items {
  padding: 15px 0;
}
.sidebar .product-filter .filter-items .filter-item {
  position: relative;
  margin-bottom: 2px;
}
.sidebar .product-filter .filter-items .filter-item.active a {
  color: #f07f04;
}
.sidebar .product-filter .filter-items .filter-item a:hover,
.sidebar .product-filter .filter-items .filter-item a:active,
.sidebar .product-filter .filter-items .filter-item a:focus {
  color: #f07f04;
}
.sidebar .product-filter .filter-items .filter-item label {
  padding-right: 35px;
  word-break: break-all;
}
.sidebar .product-filter .filter-items .filter-item .form-group-checkbox {
  margin-bottom: 8px;
}
.sidebar .product-filter .filter-items .filter-item .form-group-checkbox label {
  padding-right: 15px;
}
.sidebar .product-filter .filter-items .filter-item .filter-item-count {
  background-color: #f6f6f6;
  color: #222223;
  min-width: 30px;
  text-align: center;
  position: absolute;
  padding: 0px 6px;
  right: 0;
  top: 0;
}
.sidebar .product-filter.filter-price {
  padding: 20px 0 10px 0;
}
.sidebar .product-filter.filter-price .price-inputs {
  margin: 0 auto;
}
.sidebar .product-filter.filter-price .price-inputs label {
  display: inline;
  color: #999;
  font-weight: 400;
  margin-right: 5px;
}
.sidebar .product-filter.filter-price .price-inputs label[for='input-max']:before {
  content: '-';
  font-size: 22px;
  padding: 0 10px;
}
.sidebar .product-filter.filter-price .price-inputs .input {
  border: 1px solid #aaa;
  color: #999;
  height: 30px;
  padding-left: 5px;
}
.sidebar .product-filter.filter-price .noUi-horizontal {
  height: 12px;
  margin: 15px 10px 0 10px;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base {
  background-color: #ededec;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin {
  background-color: #ededec;
  box-shadow: none;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin:first-child {
  background-color: #f07f04;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  border: 2px solid #dddddd;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -10px;
  box-shadow: none;
  background-color: #eeeeee;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
.sidebar .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.sidebar .product-filter.filter-product-categories .parent-product-category {
  margin-bottom: 3px;
}
.sidebar .product-filter.filter-product-categories .current-product-category {
  margin-bottom: 3px;
}
.sidebar .product-filter.filter-product-categories .filter-item {
  margin-bottom: 3px;
}
.sidebar .product-filter.filter-product-categories .filter-item.has-current-product-category {
  padding: 0 0 0 15px;
}
.sidebar .product-filter.filter-product-categories .filter-item.has-current-product-category:before {
  color: rgba(240, 127, 4, 0.4);
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
}
.sidebar .product-filter.filter-product-categories .filter-item.has-parent-product-category {
  padding: 0 30px 0 30px;
}
.sidebar .product-filter.filter-product-categories .filter-item.has-parent-product-category:before {
  color: rgba(240, 127, 4, 0.4);
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 20px;
  position: absolute;
}
.sidebar .product-filter.filter-product-categories .parent-product-category + .current-product-category {
  padding: 0 0 0 15px;
}
.sidebar .product-filter.filter-product-categories .parent-product-category + .current-product-category:before {
  color: rgba(240, 127, 4, 0.4);
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
}
.sidebar .product-filter.filter-ingredients .filter-items .filter-item {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.sidebar .product-filter.filter-ingredients .filter-items .filter-item.active a {
  background: #658d1b;
  color: white;
}
.sidebar .product-filter.filter-ingredients .filter-items .filter-item a {
  background: white;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.sidebar .product-filter.filter-ingredients .filter-items .filter-item a:before {
  display: none;
}
.sidebar .product-filter.filter-ingredients .filter-items .filter-item a:hover {
  background: #658d1b;
  color: white;
  cursor: pointer;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item {
  display: block;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item > span,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item > span {
  color: #b6b6b7;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item.active a,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item.active a {
  color: #f07f04;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item.active a span,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item.active a span {
  color: #f07f04;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a {
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:hover,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:hover,
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:active,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:active,
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:focus,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:focus {
  color: #f07f04;
}
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:hover span,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:hover span,
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:active span,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:active span,
.sidebar .product-filter.filter-product-needs .filter-items .filter-item a:focus span,
.sidebar .product-filter.filter-product-treats .filter-items .filter-item a:focus span {
  color: #f07f04;
}
.sidebar .product-filter.filter-product-types .filter-items,
.sidebar .product-filter.filter-allergens .filter-items {
  padding-top: 5px;
}
.sidebar-right {
  border-left: 2px solid #222223;
  border-right: 2px solid #222223;
  font-size: 16px;
  line-height: 23px;
  margin: -118px auto 0 auto;
  max-width: 576px;
  padding: 0 0 10px 0;
  position: relative;
}
.sidebar-right .sidebar-content {
  padding: 50px 38px 0 36px;
}
@media (max-width: 991px) {
  .sidebar-right {
    margin: 40px 0 0 0;
  }
}
.sidebar-right:before {
  background: url('../img/borders/homepage/sasaplek_top.png') no-repeat top;
  background-size: 100%;
  content: '';
  display: block;
  height: 20px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.sidebar-right:after {
  background: url('../img/borders/homepage/sasaplek_bottom.png') no-repeat bottom;
  background-size: 100%;
  content: '';
  display: block;
  height: 17px;
  left: -2px;
  position: absolute;
  bottom: 0;
  width: calc(100% - -4px);
}
.sidebar-right h3 {
  position: relative;
  font-size: 34px;
  margin-bottom: 35px;
}
.sidebar-right h3:before {
  background: url('../img/borders/underline.png') no-repeat;
  background-size: 265px;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-right ul li {
  display: block;
}
.sidebar-right ul li:first-child a {
  padding: 0;
}
.sidebar-right ul li a {
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0 0 0;
  text-decoration: none;
}
.sidebar-right ul li a:hover,
.sidebar-right ul li a:active,
.sidebar-right ul li a:focus {
  color: #f07f04;
}
.sidebar-right .content-block-sidebar-right-content {
  margin-bottom: 30px;
}
.sidebar-right .content-block-sidebar-right-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-right .content-block-sidebar-right-content ul li {
  line-height: 1;
  margin-bottom: 7px;
  padding: 0 0 0 30px;
  position: relative;
}
.sidebar-right .content-block-sidebar-right-content ul li:before {
  background: url('../img/icons/check_icon.png') no-repeat center left;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 18px;
}
.sidebar-right .cell-instagram-sidebar-right .row {
  margin: 0 -10px;
}
.sidebar-right .cell-instagram-sidebar-right [class*="col-"] {
  padding: 0 10px;
}
.sidebar-right .cell-instagram-sidebar-right .img-responsive {
  margin-bottom: 20px;
  width: 100%;
}
.sidebar-right .sidebar-pageimage {
  margin-top: 20px;
}
.sidebar-right .sidebar-pageimage img {
  height: auto;
  width: 100%;
}
/* 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 .items-col-1 .item-1 {
  margin-top: 0;
}
.items-list .list-content .item {
  background: url('../img/list_item_background_4.png') repeat;
  border-left: 1px solid #222223;
  border-radius: 0;
  border-right: 1px solid #222223;
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.9);
  margin-top: 30px;
  padding: 28px;
  position: relative;
}
.items-list .list-content .item:before {
  background: url('../img/borders/list_item_outer_top.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list .list-content .item:before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .item:before {
    background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
    background-size: contain;
  }
}
.items-list .list-content .item:after {
  background: url('../img/borders/list_item_outer_bottom.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list .list-content .item:after {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .item:after {
    background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
    background-size: contain;
  }
}
.items-list .list-content .item .image {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  position: relative;
}
.items-list .list-content .item .image:before {
  background: url('../img/borders/list_item_inner_top.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list .list-content .item .image:before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .item .image:before {
    background: url('../img/borders/list_item_inner_top_xs.png') no-repeat top;
    background-size: 100%;
    top: -2px;
  }
}
@media (max-width: 500px) {
  .items-list .list-content .item .image:before {
    top: -2px;
  }
}
.items-list .list-content .item .image:after {
  background: url('../img/borders/list_item_inner_bottom.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list .list-content .item .image:after {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .item .image:after {
    background: url('../img/borders/list_item_inner_bottom_xs.png') no-repeat bottom;
    background-size: 100%;
    bottom: -1px;
  }
}
@media (max-width: 500px) {
  .items-list .list-content .item .image:after {
    bottom: -1px;
  }
}
.items-list .list-content .item .image .img-responsive {
  margin: 0 auto;
}
.items-list .list-content .item .info {
  padding-bottom: 25px;
  position: relative;
}
.items-list .list-content .item .info .introduction {
  margin: 0;
}
.items-list .list-content .item .info .introduction p {
  margin: 0;
}
.items-list .list-content .item .info h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.items-list .list-content .item .info .read-more {
  padding-top: 20px;
}
.items-list .list-content .item .info .read-more a {
  text-decoration: underline;
}
.items-list.product-needs-list .list-content .item {
  text-align: center;
}
.items-list.product-needs-list .list-content .item.item-fill {
  padding: 43px 12px;
}
@media (max-width: 1199px) {
  .items-list.product-needs-list .list-content .item.item-fill {
    padding: 23px 28px;
  }
}
@media (max-width: 991px) {
  .items-list.product-needs-list .list-content .item.item-fill {
    padding: 18px 28px;
  }
}
@media (max-width: 767px) {
  .items-list.product-needs-list .list-content .item.item-fill {
    padding: 28px;
  }
}
.items-list.product-needs-list .list-content .item.item-fill .image {
  border: none;
}
@media (max-width: 1199px) {
  .items-list.product-needs-list .list-content .item.item-fill .image {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .items-list.product-needs-list .list-content .item.item-fill .image {
    margin: 0 auto;
    max-width: 300px;
    padding: 0  ;
  }
}
.items-list.product-needs-list .list-content .item.item-fill .image:before,
.items-list.product-needs-list .list-content .item.item-fill .image:after {
  display: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .items-list.product-needs-list .list-content .item.item-1,
  .items-list.product-needs-list .list-content .item.item-2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .items-list.product-needs-list .list-content .item.item-1,
  .items-list.product-needs-list .list-content .item.item-2,
  .items-list.product-needs-list .list-content .item.item-3 {
    margin-top: 0;
  }
}
.items-list.product-needs-list .list-content .item .info {
  padding-bottom: 0;
}
.items-list.product-needs-list .list-content .item .info h3 {
  margin: 0;
  text-align: center;
  text-transform: lowercase;
}
.items-list.product-needs-list .list-content .item .info h3 a {
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.8);
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  line-height: 0.8;
  padding: 35px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-needs-list .list-content .item .info h3 a {
    box-shadow: none;
  }
}
.items-list.product-needs-list .list-content .item .info h3 a:before {
  background: url('../img/borders/list_item_inner_top.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list.product-needs-list .list-content .item .info h3 a:before {
    background: url('../img/borders/list_item_inner_top_xs.png') no-repeat top;
    background-size: 100%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-needs-list .list-content .item .info h3 a:before {
    top: -2px;
  }
}
.items-list.product-needs-list .list-content .item .info h3 a:after {
  background: url('../img/borders/list_item_inner_bottom.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list.product-needs-list .list-content .item .info h3 a:after {
    background: url('../img/borders/list_item_inner_bottom_xs.png') no-repeat bottom;
    background-size: 100%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-needs-list .list-content .item .info h3 a:after {
    bottom: -2px;
  }
}
.items-list.product-needs-list .list-content .item .info h3 a span {
  display: block;
  font-size: 58px;
  margin-top: 2px;
}
.items-list.product-needs-list .list-content .item .info .btn {
  margin-top: 30px;
}
.items-list.product-treats-list .list-content .item {
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .items-list.product-treats-list .list-content .item.item-1,
  .items-list.product-treats-list .list-content .item.item-2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .items-list.product-treats-list .list-content .item.item-1,
  .items-list.product-treats-list .list-content .item.item-2,
  .items-list.product-treats-list .list-content .item.item-3 {
    margin-top: 0;
  }
}
.items-list.product-treats-list .list-content .item .info {
  padding-bottom: 0;
}
.items-list.product-treats-list .list-content .item .info h3 {
  margin: 0;
  text-align: center;
  text-transform: lowercase;
}
.items-list.product-treats-list .list-content .item .info h3 a {
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.8);
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  line-height: 0.8;
  padding: 50px 4px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-treats-list .list-content .item .info h3 a {
    box-shadow: none;
  }
}
.items-list.product-treats-list .list-content .item .info h3 a:before {
  background: url('../img/borders/list_item_inner_top.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list.product-treats-list .list-content .item .info h3 a:before {
    background: url('../img/borders/list_item_inner_top_xs.png') no-repeat top;
    background-size: 100%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-treats-list .list-content .item .info h3 a:before {
    top: -2px;
  }
}
.items-list.product-treats-list .list-content .item .info h3 a:after {
  background: url('../img/borders/list_item_inner_bottom.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .items-list.product-treats-list .list-content .item .info h3 a:after {
    background: url('../img/borders/list_item_inner_bottom_xs.png') no-repeat bottom;
    background-size: 100%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .items-list.product-treats-list .list-content .item .info h3 a:after {
    bottom: -2px;
  }
}
.items-list.product-treats-list .list-content .item .info h3 a span {
  display: block;
  font-size: 58px;
  margin-top: 2px;
}
.items-list.product-treats-list .list-content .item .info .btn {
  margin-top: 30px;
}
.items-list.product-treats-list .list-content .item.item-fill {
  padding: 46px 28px;
}
@media (max-width: 1199px) {
  .items-list.product-treats-list .list-content .item.item-fill {
    padding: 14px 28px;
  }
}
@media (max-width: 991px) {
  .items-list.product-treats-list .list-content .item.item-fill {
    padding: 10px 28px;
  }
}
@media (max-width: 767px) {
  .items-list.product-treats-list .list-content .item.item-fill {
    padding: 28px;
  }
}
.items-list.product-treats-list .list-content .item.item-fill .image {
  border: none;
}
@media (max-width: 1199px) {
  .items-list.product-treats-list .list-content .item.item-fill .image {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .items-list.product-treats-list .list-content .item.item-fill .image {
    margin: 0 auto;
    max-width: 300px;
    padding: 0  ;
  }
}
.items-list.product-treats-list .list-content .item.item-fill .image:before,
.items-list.product-treats-list .list-content .item.item-fill .image:after {
  display: none;
}
.items-list.partner-items-list .list-content .item {
  padding: 24px;
  text-align: center;
}
.items-list.partner-items-list .list-content .item:before {
  background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
  background-size: contain;
}
.items-list.partner-items-list .list-content .item:after {
  background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
  background-size: contain;
}
.items-list.partner-items-list .list-content .item .info {
  padding: 0;
}
.items-list.partner-items-list .list-content .item .info h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: lowercase;
}
.items-list.partner-items-list .list-content .item .info h3 a {
  color: #222223;
  text-decoration: none;
}
.items-list.partner-items-list .list-content .item .info .introduction {
  font-style: normal;
  padding-bottom: 20px;
}
.items-list.partner-items-list .list-content .item .image {
  margin: 0 auto;
  max-width: 210px;
}
.items-list.partner-items-list .list-content .item .read-more {
  margin-top: 20px;
  text-align: center;
}
.items-list.partner-items-list .list-content .item .read-more .btn-default {
  font-size: 18px;
  line-height: 36px;
}
.items-list.team-items-list,
.items-list.jobs-items-list {
  margin-top: 30px;
}
.items-list.team-items-list .list-content .item:before,
.items-list.jobs-items-list .list-content .item:before,
.items-list.team-items-list .list-content .item:after,
.items-list.jobs-items-list .list-content .item:after {
  background-size: 100%;
}
.items-list.team-items-list .list-content .item .image:before,
.items-list.jobs-items-list .list-content .item .image:before,
.items-list.team-items-list .list-content .item .image:after,
.items-list.jobs-items-list .list-content .item .image:after {
  background-size: 100%;
}
.items-list.team-items-list .list-content .item .info h3,
.items-list.jobs-items-list .list-content .item .info h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
}
.items-list.jobs-items-list .clearfix {
  max-height: 1px;
}
.items-list.jobs-items-list .list-content .item .info {
  padding-bottom: 0;
}
/* Pagination numbers
 ============================================================================ */
.pagination-wrapper {
  margin: 15px 0 0 0;
  text-align: center;
}
.pagination-wrapper .pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-wrapper .pagination li {
  display: block;
  float: left;
}
.pagination-wrapper .pagination li span,
.pagination-wrapper .pagination li a {
  background: none;
  border-radius: 0;
  border: none;
  color: #222223;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-right: 0;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: underline;
  width: auto;
}
.pagination-wrapper .pagination li span:after,
.pagination-wrapper .pagination li a:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #222223;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.pagination-wrapper .pagination li span:hover,
.pagination-wrapper .pagination li a:hover,
.pagination-wrapper .pagination li span:active,
.pagination-wrapper .pagination li a:active,
.pagination-wrapper .pagination li span:focus,
.pagination-wrapper .pagination li a:focus {
  background: none;
  color: #f07f04;
}
.pagination-wrapper .pagination li.active span {
  background: none;
  border-radius: 0;
  border: none;
  color: #f07f04;
  text-decoration: none;
}
.pagination-wrapper .pagination li.active span:hover,
.pagination-wrapper .pagination li.active span:active,
.pagination-wrapper .pagination li.active span:focus {
  background: none;
  color: #f07f04;
}
.pagination-wrapper .pagination li.next,
.pagination-wrapper .pagination li.prev {
  padding: 0;
}
.pagination-wrapper .pagination li.next span,
.pagination-wrapper .pagination li.prev span,
.pagination-wrapper .pagination li.next a,
.pagination-wrapper .pagination li.prev a {
  background: none;
  border: none;
  color: #222223;
  width: auto;
}
.pagination-wrapper .pagination li.next span:hover,
.pagination-wrapper .pagination li.prev span:hover,
.pagination-wrapper .pagination li.next a:hover,
.pagination-wrapper .pagination li.prev a:hover,
.pagination-wrapper .pagination li.next span:active,
.pagination-wrapper .pagination li.prev span:active,
.pagination-wrapper .pagination li.next a:active,
.pagination-wrapper .pagination li.prev a:active,
.pagination-wrapper .pagination li.next span:focus,
.pagination-wrapper .pagination li.prev span:focus,
.pagination-wrapper .pagination li.next a:focus,
.pagination-wrapper .pagination li.prev a:focus {
  background: none;
  color: #f07f04;
  text-decoration: underline;
}
.pagination-wrapper .pagination li:last-child a:after,
.pagination-wrapper .pagination li:last-child span:after {
  display: none;
}
.counter {
  color: #a0a0a0;
  line-height: 24px;
  padding-left: 15px;
}
/* Alerts
 ============================================================================ */
.alerts .alert {
  background: none !important;
  border: none;
  padding: 0;
}
.alerts .alert-success .message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alerts .alert-success .message a {
  color: #3c763d;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-danger .message {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alerts .alert-danger .message a {
  color: #a94442;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-warning .message {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alerts .alert-warning .message a {
  color: #8a6d3b;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-info .message {
  background: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
.alerts .alert-info .message a {
  color: #31708f;
  font-weight: 600;
  text-decoration: underline;
}
.sweet-alert-wrapper {
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.sweet-alert-wrapper .sweet-alert {
  border-radius: 4px;
  font-family: inherit;
  margin-left: -292px;
  margin-top: 0 !important;
  position: relative;
  top: auto;
  width: 584px;
}
@media (min-width: 768px) {
  .sweet-alert-wrapper .sweet-alert {
    bottom: auto;
    left: auto;
    margin: 0 !important;
    right: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  .sweet-alert-wrapper .sweet-alert {
    left: 15px;
    margin-left: 0;
    margin-right: 30px;
    max-height: 90%;
    overflow: scroll;
    right: 15px;
    width: auto;
  }
}
.sweet-alert-wrapper .sweet-alert h2 {
  color: #f07f04;
  font-size: 48px;
  margin: 0 0 25px 0;
}
.sweet-alert-wrapper .sweet-alert fieldset {
  margin: 5px 0;
}
.sweet-alert-wrapper .sweet-alert .related {
  margin-top: 30px;
}
@media (max-width: 450px) {
  .sweet-alert-wrapper .sweet-alert .related [class*="col-"] {
    width: 100%;
  }
}
.sweet-alert-wrapper .sweet-alert .related .item {
  background: url('../img/list_item_background_4.png') repeat;
  border-left: 1px solid #222223;
  border-radius: 0;
  border-right: 1px solid #222223;
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.9);
  display: block;
  margin-top: 30px;
  padding: 28px;
  position: relative;
}
.sweet-alert-wrapper .sweet-alert .related .item:before {
  background: url('../img/borders/list_item_outer_top.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .sweet-alert-wrapper .sweet-alert .related .item:before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .sweet-alert-wrapper .sweet-alert .related .item:before {
    background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
    background-size: contain;
  }
}
.sweet-alert-wrapper .sweet-alert .related .item:after {
  background: url('../img/borders/list_item_outer_bottom.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (max-width: 1199px) {
  .sweet-alert-wrapper .sweet-alert .related .item:after {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .sweet-alert-wrapper .sweet-alert .related .item:after {
    background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
    background-size: contain;
  }
}
.sweet-alert-wrapper .sweet-alert .related .item .info {
  position: relative;
}
.sweet-alert-wrapper .sweet-alert .related .item .info h3 {
  font-family: 'Reenie Beanie', cursive;
  font-size: 25px;
  font-weight: 400;
  line-height: 21px;
  margin: 7px 0 0 0;
  padding: 0 58px 0 0;
  text-align: left;
  text-transform: none;
}
.sweet-alert-wrapper .sweet-alert .related .item .info h3 a {
  color: #222223;
  text-decoration: none;
}
.sweet-alert-wrapper .sweet-alert .related .item .info h3 a:hover,
.sweet-alert-wrapper .sweet-alert .related .item .info h3 a:active,
.sweet-alert-wrapper .sweet-alert .related .item .info h3 a:focus {
  color: #f07f04;
}
.sweet-alert-wrapper .sweet-alert .related .item .info .price {
  color: #222223;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
.sweet-alert-wrapper .sweet-alert .sa-button-container button {
  background: none !important;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
}
.sweet-alert-wrapper .sweet-alert .sa-button-container button:hover {
  border-color: #f07f04;
}
.sweet-alert-wrapper .sweet-alert .sa-button-container .confirm {
  background: #f07f04 !important;
  border-radius: 25px;
  border: 2px solid #f07f04;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 22px;
}
.sweet-alert-wrapper .sweet-alert .sa-button-container .confirm:hover,
.sweet-alert-wrapper .sweet-alert .sa-button-container .confirm:active {
  background: white !important;
  color: #f07f04 !important;
}
/* 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 #fee1c2;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.list-item-block h2 {
  background: white;
  display: inline-block;
  color: #f07f04;
  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: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border: 1px solid #f07f04;
  color: #f07f04;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 0 10px;
  bottom: 15px;
}
.list-item-block > a:hover,
.list-item-block > a:active,
.list-item-block > a:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
.list-item-block address {
  margin: 0;
}
/* Cookies banner
 ============================================================================ */
.eupopup-container {
  z-index: 20000000 !important;
}
.eupopup-container a {
  color: #f07f04 !important;
}
/* Text modification
 ============================================================================ */
.highlight {
  color: #f07f04;
  font-weight: 700;
}
.highlight-accent-1 {
  color: #658d1b;
}
.underline {
  position: relative;
}
.underline:before {
  background: url('../img/borders/underline.png') no-repeat;
  background-size: 265px;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.message {
  background: #e0e8d1;
  border-radius: 20px;
  border: 1px solid #658d1b;
  padding: 15px;
}
.message .btn {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: #f07f04;
  border: 2px solid #f07f04;
  padding: 0 22px;
  background: #658d1b;
  border-radius: 25px;
  border: 2px solid #658d1b;
  box-shadow: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
  float: right;
  margin-left: 15px;
}
.message .btn:hover,
.message .btn:active,
.message .btn:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .message .btn {
    font-size: 16px;
  }
}
.message .btn:hover,
.message .btn:active,
.message .btn:focus,
.message .btn:active:hover,
.message .btn:active:focus {
  background: none;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
}
@media (max-width: 767px) {
  .message .btn {
    font-size: 16px;
  }
}
.message .btn:hover,
.message .btn:active,
.message .btn:focus,
.message .btn:active:hover,
.message .btn:active:focus {
  background: none;
  border-color: #658d1b;
  box-shadow: none;
  color: #658d1b;
}
.notice {
  font-size: 13px;
  padding: 10px 0 0 0;
}
.notice.vat-notice {
  color: #999;
  padding: 10px 0 0 0 !important;
}
.introduction {
  margin: 0 0 30px 0;
}
.introduction h2,
.introduction h3 {
  font-size: 35px;
}
.content-title {
  font-size: 35px;
  margin: -65px 0 32px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .content-title:first-child {
    margin: -65px 0 32px 0;
  }
}
.content-description {
  text-align: center;
  margin-bottom: 50px;
}
.sasa-block-large {
  background: url('../img/list_item_background.png') repeat;
  border-left: 2px solid #222223;
  border-radius: 0;
  border-right: 2px solid #222223;
  padding: 28px 30px;
  position: relative;
}
.sasa-block-large:before {
  background: url('../img/borders/border-top-large.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.sasa-block-large:after {
  background: url('../img/borders/border-bottom-large.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  width: calc(100% - -4px);
}
.image-border {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  margin: 0 0 20px 0;
  position: relative;
}
.image-border:before {
  background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
.image-border:after {
  background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
/* Datepicker
 ============================================================================ */
.datepicker > div {
  display: block;
}
/* Modal
 ============================================================================ */
@media (min-width: 1200px) {
  .modal .modal-lg {
    width: 1000px;
  }
}
.modal .modal-content {
  border-radius: 0;
  position: relative;
}
.modal .modal-content button[data-dismiss="modal"] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.modal .modal-content .modal-body {
  padding: 35px;
}
.modal .modal-content .modal-body .message {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .modal .modal-content .modal-body .btn {
    margin-top: 15px;
  }
}
.modal .modal-content .modal-footer [type="submit"] {
  position: static;
  transform: none;
}
.sharethis-inline-share-buttons {
  margin-top: 15px;
}
.sharethis-inline-share-buttons .st-btn {
  background: none !important;
  padding: 4px !important;
}
.sharethis-inline-share-buttons .st-btn svg {
  fill: #222223;
  height: 24px !important;
  top: 0 !important;
  width: 24px !important;
}
.sharethis-inline-share-buttons .st-btn:hover,
.sharethis-inline-share-buttons .st-btn:active,
.sharethis-inline-share-buttons .st-btn:focus {
  background: #222223 !important;
  opacity: 1 !important;
  top: auto !important;
}
.sharethis-inline-share-buttons .st-btn:hover svg,
.sharethis-inline-share-buttons .st-btn:active svg,
.sharethis-inline-share-buttons .st-btn:focus svg {
  fill: white;
}
.tooltip {
  min-width: 175px;
}
/* General account elements
 ============================================================================ */
.account-menu {
  background: white;
}
@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 40px;
  }
}
.account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-menu ul li.active a {
  color: #f07f04;
}
.account-menu ul li a {
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  font-weight: 700;
  margin-top: 5px;
  padding: 10px 0 13px 0;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
}
.account-menu ul li a:before {
  background: url('../img/borders/underline.png') no-repeat;
  background-size: 265px;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .account-menu ul li a {
    font-size: 31px;
  }
}
.account-menu ul li a:before {
  bottom: 0;
}
.account-menu ul li a:hover,
.account-menu ul li a:active,
.account-menu ul li a:focus {
  background: none;
  color: #f07f04;
}
.account-block {
  background: url('../img/list_item_background.png') repeat;
  border-left: 2px solid #222223;
  border-radius: 0;
  border-right: 2px solid #222223;
  padding: 28px 30px;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 15px 15px 20px 15px;
  position: relative;
}
.account-block:before {
  background: url('../img/borders/border-top-large.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.account-block:after {
  background: url('../img/borders/border-bottom-large.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  width: calc(100% - -4px);
}
.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;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
  margin-top: 5px;
}
.account-block > a:hover,
.account-block > a:active,
.account-block > a:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
.account-block > a:hover,
.account-block > a:active,
.account-block > a:focus,
.account-block > a:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.account-block .list-items {
  list-style: none;
  padding: 0;
}
.list-items {
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .page-controller-clientpersonaccount .sidebar,
  .page-controller-clientcompanyaccount .sidebar {
    display: none;
  }
}
.page-controller-clientpersonaccount input[type="submit"],
.page-controller-clientcompanyaccount input[type="submit"] {
  display: block;
  margin: 15px auto 0 auto;
}
.page-controller-clientpersonaccount .sasa-block-large,
.page-controller-clientcompanyaccount .sasa-block-large {
  margin-bottom: 30px;
}
.page-controller-clientpersonaccount .sasa-block-large input[type="submit"],
.page-controller-clientcompanyaccount .sasa-block-large input[type="submit"],
.page-controller-clientpersonaccount .sasa-block-large button[type="submit"],
.page-controller-clientcompanyaccount .sasa-block-large button[type="submit"] {
  display: flex;
  margin: -15px auto 0 auto;
  position: relative;
  top: 45px;
  width: auto;
  z-index: 1;
}
.page-controller-clientpersonaccount .sasa-block-large input[type="submit"]:hover,
.page-controller-clientcompanyaccount .sasa-block-large input[type="submit"]:hover,
.page-controller-clientpersonaccount .sasa-block-large button[type="submit"]:hover,
.page-controller-clientcompanyaccount .sasa-block-large button[type="submit"]:hover,
.page-controller-clientpersonaccount .sasa-block-large input[type="submit"]:active,
.page-controller-clientcompanyaccount .sasa-block-large input[type="submit"]:active,
.page-controller-clientpersonaccount .sasa-block-large button[type="submit"]:active,
.page-controller-clientcompanyaccount .sasa-block-large button[type="submit"]:active,
.page-controller-clientpersonaccount .sasa-block-large input[type="submit"]:focus,
.page-controller-clientcompanyaccount .sasa-block-large input[type="submit"]:focus,
.page-controller-clientpersonaccount .sasa-block-large button[type="submit"]:focus,
.page-controller-clientcompanyaccount .sasa-block-large button[type="submit"]:focus {
  background: white;
}
.page-controller-clientpersonaccount .notice,
.page-controller-clientcompanyaccount .notice {
  padding: 0;
}
.page-controller-clientpersonaccount .modal .modal-content,
.page-controller-clientcompanyaccount .modal .modal-content {
  text-align: center;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-header button[data-dismiss="modal"],
.page-controller-clientcompanyaccount .modal .modal-content .modal-header button[data-dismiss="modal"] {
  background: none;
  color: #222223;
  height: 40px;
  width: 40px;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-header .modal-title,
.page-controller-clientcompanyaccount .modal .modal-content .modal-header .modal-title {
  font-family: "Amatic SC", cursive;
  font-size: 35px;
  line-height: 0.8;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-body,
.page-controller-clientcompanyaccount .modal .modal-content .modal-body {
  padding: 15px;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-body .message,
.page-controller-clientcompanyaccount .modal .modal-content .modal-body .message {
  background: none;
  border: none;
  color: #222223;
  padding: 0;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-footer,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer {
  text-align: center;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-footer button[data-dismiss="modal"],
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer button[data-dismiss="modal"] {
  display: none;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  display: inline-block;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn:hover,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn:hover,
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn:active,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn:active,
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn:focus,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn:focus,
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn:active:hover,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.page-controller-clientpersonaccount .modal .modal-content .modal-footer .btn + .btn,
.page-controller-clientcompanyaccount .modal .modal-content .modal-footer .btn + .btn {
  margin: 0;
}
/* Client Company Account
 ============================================================================ */
/* Client Person Account
 ============================================================================ */
.page-register-register .sasa-block-large {
  margin-bottom: 30px;
}
.page-register-register .sasa-block-large .form-group-type > label {
  display: none;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  width: 50%;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio input {
  display: none;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio input:checked + label {
  background: white;
  border-color: #f07f04;
  color: #f07f04;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  align-items: center;
  background: none;
  border-radius: 40px;
  color: #222223;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  min-height: 75px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:hover,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:active,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:hover,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:active,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:focus,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label .content-block {
  color: #222223;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 15px 0;
  width: 100%;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:hover,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:active,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:focus,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:hover:focus,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:active:focus,
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:hover:active {
  background: white;
}
.page-register-register .sasa-block-large .form-group-type .form-group-radio label:before {
  display: none;
}
.page-register-register .sasa-block-large .date-container {
  display: inline-block;
  position: relative;
}
.page-register-register .sasa-block-large .date-container .btn-tooltip {
  background-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
.page-register-register .sasa-block-large .date-container .form-group-date-of-birth {
  display: inline-block;
}
.page-register-register .sasa-block-large .date-container .form-group-date-of-birth .form-group-date-select .row {
  display: inline-block;
  margin-right: -8px;
}
.page-register-register .sasa-block-large .date-container .form-group-date-of-birth .form-group-date-select .row .form-group-content {
  width: 186px;
}
.page-register-register .sasa-block-large .password-container {
  position: relative;
}
.page-register-register .sasa-block-large .password-container .btn-tooltip {
  background-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
.page-register-register button[type="submit"] {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.page-clientpersonaccount-personalinformation .form-group-date-of-birth {
  margin-bottom: 5px;
}
.page-clientpersonaccount-personalinformation .form-group-date-of-birth .form-group-date-select .row {
  display: inline-block;
  margin-right: 0;
}
.page-clientpersonaccount-personalinformation .form-group-date-of-birth .form-group-date-select .row .form-group-content {
  width: 150px;
}
.page-clientpersonaccount-personalinformation .form-group-date-of-birth .form-group-date-select .row:first-child .form-group-content {
  width: 115px;
}
.page-clientpersonaccount-personalinformation .form-group-date-of-birth .form-group-date-select .row:first-child .form-group-content .form-control {
  background: white;
}
.page-clientpersonaccount-personalinformation .notice {
  margin-bottom: 10px;
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations h3 {
  margin-bottom: 0;
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .form-group.form-group-readonly {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  margin: 0 0 20px 0;
  position: relative;
  background: #fafafa;
  margin: 30px 0 0 0;
  padding: 15px;
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .form-group.form-group-readonly:before {
  background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .form-group.form-group-readonly:after {
  background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .btn-delete {
  background: none;
  border-radius: 0;
  color: #aaa;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 30px;
}
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .btn-delete:hover,
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .btn-delete:active,
.page-clientpersonaccount-deliverylocationsindex .sasa-locations [class*="col-"] .btn-delete:focus {
  background: none;
  color: #222223;
}
.page-clientpersonaccount-deliverylocationsindex input[type="submit"] {
  margin: 15px 0 0 0;
}
.page-clientpersonaccount-creditindex .sidebar-right {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-clientpersonaccount-creditindex .sidebar-right {
    margin-bottom: 30px;
  }
}
.page-clientpersonaccount-creditindex .sidebar-right .sidebar-content {
  padding: 40px 30px 30px 30px;
}
.page-clientpersonaccount-creditindex .credit-current .credit-current-value {
  background: white;
  border-radius: 20px;
  border: 2px solid #f07f04;
  color: #f07f04;
  display: inline-block;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  font-weight: 700;
  padding: 20px;
}
.page-clientpersonaccount-creditindex .credit-current .notice {
  color: #999;
}
.page-clientpersonaccount-creditindex .credit-amount {
  display: inline-block;
}
.page-clientpersonaccount-creditindex .credit-amount a {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  display: inline-block;
  margin: 0 15px 15px 0;
}
.page-clientpersonaccount-creditindex .credit-amount a:hover,
.page-clientpersonaccount-creditindex .credit-amount a:active,
.page-clientpersonaccount-creditindex .credit-amount a:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
.page-clientpersonaccount-creditindex .credit-amount a:hover,
.page-clientpersonaccount-creditindex .credit-amount a:active,
.page-clientpersonaccount-creditindex .credit-amount a:focus,
.page-clientpersonaccount-creditindex .credit-amount a:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.page-clientpersonaccount-creditindex .refund-info {
  margin-top: 30px;
}
.page-clientpersonaccount-creditreload .sasa-block-large .form-group-readonly .label {
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 15px 0;
  text-transform: lowercase;
}
.page-clientpersonaccount-creditreload .sasa-block-large .form-group-readonly .form-group-content {
  color: #f07f04;
  font-family: "Amatic SC", cursive;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.page-clientpersonaccount-creditreload .sasa-block-large .pin-code {
  margin-top: 30px;
}
.page-clientpersonaccount-creditreload input[type="submit"] {
  display: flex;
  height: auto;
  margin: -40px auto 0;
  position: relative;
  top: 45px;
  width: auto;
  z-index: 9999;
}
.page-clientpersonaccount-creditreload input[type="submit"]:hover,
.page-clientpersonaccount-creditreload input[type="submit"]:active,
.page-clientpersonaccount-creditreload input[type="submit"]:focus {
  background: white;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product {
  background: url('../img/list_item_background.png') repeat;
  border-left: 2px solid #222223;
  border-radius: 0;
  border-right: 2px solid #222223;
  padding: 28px 30px;
  margin-bottom: 30px;
  position: relative;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product:before {
  background: url('../img/borders/border-top-large.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product:after {
  background: url('../img/borders/border-bottom-large.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  width: calc(100% - -4px);
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product h3 {
  margin-bottom: 15px;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product h3 a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .info {
    padding-right: 160px;
  }
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .image {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  margin: 0 0 20px 0;
  position: relative;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .image:before {
  background: url('../img/borders/list_item_outer_top_xs.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .image:after {
  background: url('../img/borders/list_item_outer_bottom_xs.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
@media (min-width: 768px) {
  .page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .image {
    margin: 0;
  }
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .account-block {
  border: none;
  margin: 0;
  padding: 0;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .account-block .list-items .list-item {
  font-size: 14px;
  padding: 3px 0 8px 130px;
  position: relative;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .account-block .list-items .list-item .list-label {
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .account-block:before,
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .account-block:after {
  display: none;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .price {
  font-size: 24px;
  font-weight: 700;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .allergens {
  position: absolute;
  right: 0;
  top: 45px;
  width: 160px;
}
@media (max-width: 767px) {
  .page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .allergens {
    margin-top: 15px;
    position: static;
    width: auto;
  }
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .allergens .allergen {
  display: block;
  float: right;
  margin: 0 0 5px 5px;
}
@media (max-width: 767px) {
  .page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .allergens .allergen {
    display: inline-block;
    float: none;
    margin: 0 5px 5px 0;
  }
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .allergens .allergen:nth-child(3) {
  margin-left: 0;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .btn-delete {
  background: none;
  color: #999;
  height: 35px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .btn-delete:hover,
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .btn-delete:active,
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .btn-delete:focus {
  background: none;
  color: #222223;
}
.page-clientpersonaccount-favouriteproductsindex .favourite-products .favourite-product .add-to-cart {
  margin-top: 30px;
}
.page-action-ordersindex tr:hover td a,
.page-action-invoicesindex tr:hover td a {
  color: #f07f04;
}
.page-action-ordersindex tr td a,
.page-action-invoicesindex tr td a {
  color: #222223;
  display: block;
  font-weight: 400;
  text-decoration: none;
}
.page-action-vouchersindex .add-voucher {
  margin: 0 0 15px 0;
  text-align: center;
}
.page-action-vouchersindex .add-voucher .btn-default {
  display: inline-block;
}
.page-action-vouchersindex .table-responsive table tr:hover td a,
.page-action-vouchersindex .table-responsive table tr:active td a,
.page-action-vouchersindex .table-responsive table tr:focus td a {
  color: #f07f04;
}
.page-action-vouchersindex .table-responsive table tr td a {
  color: #222223;
  display: block;
  text-decoration: none;
}
.page-action-vouchersindex .table-responsive table tr td a:hover,
.page-action-vouchersindex .table-responsive table tr td a:active,
.page-action-vouchersindex .table-responsive table tr td a:focus {
  color: #f07f04;
}
.page-action-vouchersdetail .table-responsive table tbody tr:last-child td {
  font-weight: 700;
}
.page-action-vouchersdetail .table-responsive table tr:hover td a,
.page-action-vouchersdetail .table-responsive table tr:active td a,
.page-action-vouchersdetail .table-responsive table tr:focus td a {
  color: #f07f04;
}
.page-action-vouchersdetail .table-responsive table tr td a {
  color: #222223;
  display: block;
  text-decoration: none;
}
.page-action-vouchersdetail .table-responsive table tr td a:hover,
.page-action-vouchersdetail .table-responsive table tr td a:active,
.page-action-vouchersdetail .table-responsive table tr td a:focus {
  color: #f07f04;
}
.page-clientpersonaccount-crediteditpincode .sasa-block-large input[type="submit"] {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
  left: 50%;
  margin: 15px 0 0 0;
  position: absolute;
  top: auto;
}
.page-clientpersonaccount-crediteditpincode button[name="deactivate"] {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  margin-top: 10px;
}
.page-clientpersonaccount-crediteditpincode button[name="deactivate"]:hover,
.page-clientpersonaccount-crediteditpincode button[name="deactivate"]:active,
.page-clientpersonaccount-crediteditpincode button[name="deactivate"]:focus,
.page-clientpersonaccount-crediteditpincode button[name="deactivate"]:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
.page-clientpersonaccount-pushnotifications .time-container .form-group-date-select > .row {
  display: inline-block;
  margin-right: 0;
}
.page-clientpersonaccount-pushnotifications .devices-table .btn-primary {
  float: right;
  font-size: 14px;
  line-height: 28px;
  margin: 6px 0;
  min-width: 132px;
}
.page-productcategories-detail .carousel {
  margin: 0 auto;
}
.page-productcategories-detail .carousel .carousel-control {
  background: none;
}
.page-productcategories-detail .carousel .carousel-control:hover,
.page-productcategories-detail .carousel .carousel-control:active,
.page-productcategories-detail .carousel .carousel-control:focus {
  background: none;
}
.page-productcategories-detail .carousel .carousel-control .glyphicon-chevron-left {
  left: 25%;
}
.page-productcategories-detail .carousel .carousel-control .glyphicon-chevron-right {
  right: 25%;
}
.page-productcategories-detail .carousel .carousel-inner .item {
  background-color: #f07f04;
  height: 275px;
}
.page-productcategories-detail .carousel .carousel-inner .item img {
  opacity: 0.75;
  filter: alpha(opacity=40);
}
.page-productcategories-detail .carousel .carousel-inner .item .carousel-caption {
  margin-top: 15px;
}
.page-productcategories-detail .carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
  font-size: 24px;
}
.page-productcategories-detail .carousel .carousel-inner .item .carousel-caption h1 {
  font-size: 50px;
}
.page-productcategories-detail .title {
  color: #f07f04;
}
.page-contact-index .contact-form .introduction {
  margin-bottom: 45px;
}
.page-contact-index .contact-form button {
  display: block;
  margin: 30px auto 0 auto;
}
.page-contact-index .contact-form label {
  display: none;
}
.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 h2 {
  font-size: 35px;
}
.page-contact-index .contact-info p {
  margin-bottom: 20px;
}
.page-homepage-index .homepage-title {
  display: none;
}
.page-homepage-index .sasa-code {
  background: #658d1b;
  color: white;
  margin-bottom: 30px;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.page-homepage-index .sasa-code .sasacode-register {
  color: white;
  margin-bottom: 15px;
}
.page-homepage-index .sasa-code .form-group-select {
  margin-bottom: 0;
}
.page-homepage-index .sasa-code label {
  display: none;
}
.page-homepage-index .sasa-code .chosen-search input {
  color: #222223;
}
.page-homepage-index .sasa-code button[type="submit"] {
  background: white;
  bottom: -45px;
  left: auto;
  margin-top: -45px;
  position: relative;
  right: auto;
  z-index: 10;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.page-homepage-index .sasa-code button[type="submit"]:hover,
.page-homepage-index .sasa-code button[type="submit"]:active,
.page-homepage-index .sasa-code button[type="submit"]:focus {
  background: white;
}
.page-homepage-index .content-block-homepage-intro {
  font-size: 20px;
  line-height: 30px;
  margin-top: 70px;
  padding-right: 68px;
}
@media (max-width: 991px) {
  .page-homepage-index .content-block-homepage-intro {
    margin-top: 25px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-homepage-index .content-block-homepage-intro {
    font-size: 14px;
    padding: 0;
  }
}
.page-homepage-index .content-block-homepage-sasaplek {
  border-left: 2px solid #222223;
  border-right: 2px solid #222223;
  font-size: 20px;
  line-height: 30px;
  margin: 17px auto 0 auto;
  max-width: 576px;
  padding: 53px 45px 45px 45px;
  position: relative;
  text-align: center;
}
.page-homepage-index .content-block-homepage-sasaplek:before {
  background: url('../img/borders/homepage/sasaplek_top.png') no-repeat top;
  background-size: 100%;
  content: '';
  display: block;
  height: 18px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.page-homepage-index .content-block-homepage-sasaplek:after {
  background: url('../img/borders/homepage/sasaplek_bottom.png') no-repeat bottom;
  background-size: 100%;
  content: '';
  display: block;
  height: 17px;
  left: -2px;
  position: absolute;
  bottom: 0;
  width: calc(100% - -4px);
}
@media (max-width: 1199px) {
  .page-homepage-index .content-block-homepage-sasaplek {
    padding: 53px 30px 45px 30px;
  }
}
@media (max-width: 767px) {
  .page-homepage-index .content-block-homepage-sasaplek {
    font-size: 14px;
    margin-top: 25px;
    padding: 53px 30px 45px 30px;
  }
}
.page-homepage-index .content-block-homepage-sasaplek p {
  margin: 0;
}
.page-homepage-index .content-block-homepage-sasaplek .btn-primary {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-homepage-index .content-block-homepage-sasaplek .btn-primary {
    margin-top: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-homepage-index .content-block-homepage-sasaplek .btn-primary {
    font-size: 14px;
  }
}
.page-homepage-index .info-steps {
  background: url('../img/homepage/info_steps_background.png') repeat center;
  color: white;
  margin-top: 50px;
}
.page-homepage-index .info-steps h2 {
  color: white;
  font-size: 48px;
  margin-top: 53px;
  text-align: center;
}
.page-homepage-index .info-steps .info-step {
  font-size: 18px;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .info-steps .info-step {
    font-size: 14px;
  }
}
.page-homepage-index .info-steps .info-step .info-step-image {
  height: 90px;
  position: relative;
}
.page-homepage-index .info-steps .info-step .info-step-image img {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  display: block;
  left: 50%;
  position: absolute;
}
.page-homepage-index .info-steps .info-step .info-step-description {
  line-height: 27px;
  margin-top: 20px;
}
.page-homepage-index .info-steps .info-step .info-step-description h3 {
  color: white;
  font-size: 38px;
  margin-bottom: 25px;
}
.page-homepage-index .info-steps .read-more {
  margin: 20px 0 66px 0;
  text-align: center;
}
.page-homepage-index .info-steps .read-more .btn-primary {
  background: none;
  border: 2px solid white;
  display: inline-block;
  font-size: 18px;
}
.page-homepage-index .info-steps .read-more .btn-primary:hover,
.page-homepage-index .info-steps .read-more .btn-primary:active,
.page-homepage-index .info-steps .read-more .btn-primary:focus {
  background: white;
  color: #658d1b;
}
.page-homepage-index .instagram-wrapper {
  overflow: hidden;
}
.page-homepage-index .instagram-wrapper h2 {
  font-size: 40px;
  margin: 45px 0;
  text-align: center;
}
.page-homepage-index .instagram-wrapper .carousel-container {
  padding: 0;
}
@media (max-width: 767px) {
  .page-homepage-index .instagram-wrapper .carousel-container {
    padding: 0 60px;
  }
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram {
  position: relative;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-stage-outer .owl-stage .owl-item .item {
  padding: 0 14px;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-stage-outer .owl-stage .owl-item .item .image {
  border: none;
  padding: 0;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-stage-outer .owl-stage .owl-item .item:hover .image {
  border-color: #f07f04;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-stage-outer .owl-stage .owl-item .item.active .image {
  border-color: #f07f04;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav.disabled {
  display: block;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  height: 50px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50px;
}
@media (max-width: 1199px) {
  .page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev,
  .page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev.disabled:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next.disabled:before {
  opacity: 0.6;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev.disabled:hover:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next.disabled:hover:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev.disabled:active:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next.disabled:active:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev.disabled:focus:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next.disabled:focus:before {
  opacity: 0.6;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev:hover:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next:hover:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev:active:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next:active:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev:focus:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next:focus:before {
  color: #222223;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev:before,
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 39px;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev {
  left: -50px;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-prev:before {
  background: url('../img/instagram_carousel/carousel_arrow_left.png') no-repeat;
  background-size: contain;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next {
  right: -50px;
}
.page-homepage-index .instagram-wrapper .carousel-container .owl-carousel-instagram .owl-nav .owl-next:before {
  background: url('../img/instagram_carousel/carousel_arrow_right.png') no-repeat;
  background-size: contain;
}
.page-homepage-index .information-blocks {
  margin-top: 50px;
}
.page-homepage-index .information-blocks .information-block {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-homepage-index .information-blocks .information-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-homepage-index .information-blocks .information-block {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .page-homepage-index .information-blocks .information-block h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-homepage-index .information-blocks .information-block h3 {
    font-size: 40px;
  }
}
.page-homepage-index .information-blocks .information-block .btn-default {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page-homepage-index .information-blocks .information-block .btn-default {
    margin-top: 10px;
  }
}
.page-clientpersonaccount-register .sasa-block-large .form-group-phone-number,
.page-clientcompanyaccount-register .sasa-block-large .form-group-phone-number {
  margin-bottom: 16px;
}
.page-clientpersonaccount-register .sasa-block-large .form-group-phone-number:last-of-type,
.page-clientcompanyaccount-register .sasa-block-large .form-group-phone-number:last-of-type {
  margin-bottom: 16px;
}
.page-clientpersonaccount-register .password-container,
.page-clientcompanyaccount-register .password-container {
  padding-right: 40px;
  position: relative;
}
.page-clientpersonaccount-register .password-container .btn-tooltip,
.page-clientcompanyaccount-register .password-container .btn-tooltip {
  background-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
}
.page-clientpersonaccount-register .register-company {
  background: none;
}
.page-clientpersonaccount-register .register-company:before,
.page-clientpersonaccount-register .register-company:after {
  background-size: 100%;
}
.page-clientpersonaccount-register .register-company .btn-default {
  background: white;
  display: table;
  margin: -40px auto 0;
  position: relative;
  top: 45px;
  width: auto;
  z-index: 9999;
}
.page-clientpersonaccount-register .register-company .btn-default:hover,
.page-clientpersonaccount-register .register-company .btn-default:active,
.page-clientpersonaccount-register .register-company .btn-default:focus {
  background: white;
}
.page-clientpersonaccount-register .register-steps {
  margin-bottom: 50px;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}
.page-clientpersonaccount-register .register-steps:before,
.page-clientpersonaccount-register .register-steps:after {
  background-size: 100%;
}
.page-clientpersonaccount-register .register-steps h3 {
  text-align: center;
}
.page-clientpersonaccount-register .register-steps label {
  display: none;
}
.page-clientpersonaccount-register .register-steps .step-1 {
  text-align: center;
}
.page-clientpersonaccount-register .register-steps .step-1 .sasacode-introduction {
  font-size: 14px;
}
@media (max-width: 991px) {
  .page-clientpersonaccount-register .register-steps .step-2,
  .page-clientpersonaccount-register .register-steps .step-3 {
    margin-top: 30px;
  }
}
.page-clientpersonaccount-register .register-steps .mobile-container,
.page-clientpersonaccount-register .register-steps .date-container {
  padding-right: 40px;
  position: relative;
}
.page-clientpersonaccount-register .register-steps .mobile-container .btn-tooltip,
.page-clientpersonaccount-register .register-steps .date-container .btn-tooltip {
  background-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
}
.page-clientpersonaccount-register .register-steps .date-container label {
  display: block;
}
.page-clientpersonaccount-register .register-steps .date-container .btn-tooltip {
  top: 48px;
}
.page-clientpersonaccount-register .register-steps .date-container .row {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-clientpersonaccount-register .register-steps .date-container .row {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 11px 0 0;
  }
  .page-clientpersonaccount-register .register-steps .date-container .row:last-of-type {
    padding-right: 0;
  }
}
.page-clientpersonaccount-register .register-steps .date-container .row .form-control {
  background: white;
  padding: 0 10px;
}
.page-clientpersonaccount-register .register-steps .btn-default {
  margin-bottom: 30px;
}
.page-clientpersonaccount-register .register-steps .form-content {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
.page-clientpersonaccount-register .register-steps .form-content.active {
  opacity: 1;
  cursor: default;
  pointer-events: all;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-date .form-group-content {
  width: 100%;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-date .form-group-content .input-group {
  display: block;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-date .form-group-content .input-group .input-group-addon {
  background: none;
  border: none;
  color: #f07f04;
  height: 40px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-checkbox {
  margin: 0 0 8px 20px;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-checkbox label {
  display: block;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-readonly {
  text-align: center;
}
.page-clientpersonaccount-register .register-steps .form-group.form-group-readonly .label {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.page-clientpersonaccount-register .register-steps button[type="submit"],
.page-clientpersonaccount-register .register-steps input[type="submit"] {
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50% 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  background: white;
  left: 50%;
  margin: 0;
  position: absolute;
  top: auto;
  z-index: 10;
}
.page-clientcompanyaccount-register .register-client {
  background: none;
}
.page-clientcompanyaccount-register .register-client:before,
.page-clientcompanyaccount-register .register-client:after {
  background-size: 100%;
}
.page-clientcompanyaccount-register .register-client .btn-default {
  background: white;
  display: table;
  margin: -40px auto 0;
  position: relative;
  top: 45px;
  width: auto;
  z-index: 9999;
}
.page-clientcompanyaccount-register .register-client .btn-default:hover,
.page-clientcompanyaccount-register .register-client .btn-default:active,
.page-clientcompanyaccount-register .register-client .btn-default:focus {
  background: white;
}
.page-clientcompanyaccount-register .register-steps {
  margin-bottom: 50px;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}
.page-clientcompanyaccount-register .register-steps:before,
.page-clientcompanyaccount-register .register-steps:after {
  background-size: 100%;
}
.page-clientcompanyaccount-register .register-steps h3 {
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps label {
  display: none;
}
@media (max-width: 1199px) {
  .page-clientcompanyaccount-register .register-steps .step {
    margin-top: 30px;
  }
}
.page-clientcompanyaccount-register .register-steps .step-5 .form-group-has-po-number {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .page-clientcompanyaccount-register .register-steps .step-1,
  .page-clientcompanyaccount-register .register-steps .step-2 {
    margin-top: 0;
  }
}
.page-clientcompanyaccount-register .register-steps .step-1 {
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps .step-1 .sasacode-introduction {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .page-clientcompanyaccount-register .register-steps .step-1 {
    margin-top: 0;
  }
}
.page-clientcompanyaccount-register .register-steps .form-group-vat-liable {
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps .form-group-vat-liable label {
  display: block;
  font-weight: 400;
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps .form-group-vat-liable .form-group-radio {
  margin-right: 15px;
}
.page-clientcompanyaccount-register .register-steps .mobile-container,
.page-clientcompanyaccount-register .register-steps .date-container {
  padding-right: 40px;
  position: relative;
}
.page-clientcompanyaccount-register .register-steps .mobile-container .btn-tooltip,
.page-clientcompanyaccount-register .register-steps .date-container .btn-tooltip {
  background-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
}
.page-clientcompanyaccount-register .register-steps .date-container .row {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-clientcompanyaccount-register .register-steps .date-container .row {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 11px 0 0;
  }
  .page-clientcompanyaccount-register .register-steps .date-container .row:last-of-type {
    padding-right: 0;
  }
}
.page-clientcompanyaccount-register .register-steps .date-container .row .form-control {
  background: white;
  padding: 0 10px;
}
.page-clientcompanyaccount-register .register-steps .btn-default {
  margin-bottom: 30px;
}
.page-clientcompanyaccount-register .register-steps .form-content {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
.page-clientcompanyaccount-register .register-steps .form-content.active {
  opacity: 1;
  cursor: default;
  pointer-events: all;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-date .form-group-content {
  width: 100%;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-date .form-group-content .input-group {
  display: block;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-date .form-group-content .input-group .input-group-addon {
  background: none;
  border: none;
  color: #f07f04;
  height: 40px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-checkbox {
  margin: 0 0 8px 20px;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-checkbox label {
  display: block;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-readonly {
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps .form-group.form-group-readonly .label {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.page-clientcompanyaccount-register .register-steps button[type="submit"],
.page-clientcompanyaccount-register .register-steps input[type="submit"] {
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50% 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  background: white;
  bottom: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: auto;
  z-index: 10;
}
.page-login-login .introduction h2,
.page-login-login .introduction h3 {
  font-size: 40px;
  margin-bottom: 25px;
}
.page-login-login .form-group {
  margin-bottom: 10px;
}
.page-login-login .form-group-email label,
.page-login-login .form-group-password label {
  display: none;
}
.page-login-login .btn-group {
  display: block;
  height: auto;
  overflow: hidden;
}
.page-login-login .btn-group a {
  float: left;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
}
.page-login-login .btn-group .btn {
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-login-login .btn-group .btn {
    float: left;
  }
}
@media (max-width: 400px) {
  .page-login-login .btn-group .btn {
    float: left;
  }
}
.page-login-login .no-sasa-location,
.page-login-login .no-account {
  margin-bottom: 25px;
  padding-top: 28px;
}
.page-login-login .no-sasa-location h2,
.page-login-login .no-account h2,
.page-login-login .no-sasa-location h3,
.page-login-login .no-account h3 {
  font-size: 40px;
}
.page-login-passwordforgotten .form-content {
  text-align: center;
}
.page-login-passwordforgotten .form-content .form-group-email label {
  display: none;
}
.page-deliverylocationregistrations-register .sasa-block-large input[type="submit"] {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
  left: 50%;
  position: absolute;
  z-index: 10;
}
.page-deliverylocationregistrations-register .sasa-block-large input[type="submit"]:hover,
.page-deliverylocationregistrations-register .sasa-block-large input[type="submit"]:active,
.page-deliverylocationregistrations-register .sasa-block-large input[type="submit"]:focus {
  background: white;
}
@media (min-width: 992px) {
}
.page-blogs-index .sidebar-right .sidebar-content,
.page-blogcategories-detail .sidebar-right .sidebar-content {
  padding-bottom: 35px;
}
.page-blogcategories-detail .description {
  margin-bottom: 30px;
}
.page-blogs-detail .blog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-blogs-detail .blog-categories li {
  display: inline-block;
}
.page-blogs-detail .blog-categories li a {
  display: inline-block;
  position: relative;
}
@media (max-width: 500px) {
  .page-blogs-detail .blog-categories li a {
    display: block;
  }
}
.page-blogs-detail .blog-categories li a:last-child:after {
  display: none;
}
.page-blogs-detail .blog-categories li a:after {
  color: #222223;
  content: '\f111';
  display: block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .page-blogs-detail .blog-categories li a:after {
    display: none;
  }
}
.page-blogs-detail .image {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-blogs-detail .date-container {
  font-size: 12px;
  padding: 0;
}
.page-blogs-detail .date-container .date {
  display: inline-block;
}
@media (max-width: 500px) {
  .page-blogs-detail .date-container .date {
    display: block;
  }
}
.page-blogs-detail .date-container .date:after {
  color: #222223;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .page-blogs-detail .date-container .date:after {
    display: none;
  }
}
.page-blogs-detail .date-container .date.no-categories:after {
  display: none;
}
.page-blogs-detail .date-container .categories {
  display: inline-block;
}
.page-blogs-detail .date-container .categories a {
  display: inline-block;
}
@media (max-width: 500px) {
  .page-blogs-detail .date-container .categories a {
    display: block;
  }
}
.page-blogs-detail .date-container .categories a:last-child:after {
  display: none;
}
.page-blogs-detail .date-container .categories a:after {
  color: #222223;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .page-blogs-detail .date-container .categories a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-blogs-detail .content {
    margin-top: 20px;
  }
}
.items-list.blog-items-list .list-content .item {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 40px;
  padding: 0 0 20px 0;
}
.items-list.blog-items-list .list-content .item:before,
.items-list.blog-items-list .list-content .item:after {
  display: none;
}
.items-list.blog-items-list .list-content .item:before {
  background: url('../img/borders/item_seperator.png') no-repeat top left;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -35px;
}
@media (max-width: 767px) {
  .items-list.blog-items-list .list-content .item:before {
    background-size: 100%;
  }
}
.items-list.blog-items-list .list-content .item.item-1 {
  margin: 0;
}
.items-list.blog-items-list .list-content .item.item-1:before {
  display: none;
}
.items-list.blog-items-list .list-content .item .image:before,
.items-list.blog-items-list .list-content .item .image:after {
  background-size: contain;
}
@media (max-width: 767px) {
  .items-list.blog-items-list .list-content .item .image {
    margin: 0 auto 15px auto;
  }
}
.items-list.blog-items-list .list-content .item .info {
  padding: 0;
}
.items-list.blog-items-list .list-content .item .info h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  .items-list.blog-items-list .list-content .item .info h3 {
    font-size: 30px;
  }
}
.items-list.blog-items-list .list-content .item .info h3 a {
  color: #222223;
  text-decoration: none;
}
.items-list.blog-items-list .list-content .item .info .date-container {
  font-size: 12px;
  padding: 0;
}
.items-list.blog-items-list .list-content .item .info .date-container .date {
  display: inline-block;
}
@media (max-width: 500px) {
  .items-list.blog-items-list .list-content .item .info .date-container .date {
    display: block;
  }
}
.items-list.blog-items-list .list-content .item .info .date-container .date.no-categories:after {
  display: none;
}
.items-list.blog-items-list .list-content .item .info .date-container .date:after {
  color: #222223;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .items-list.blog-items-list .list-content .item .info .date-container .date:after {
    display: none;
  }
}
.items-list.blog-items-list .list-content .item .info .date-container .categories {
  display: inline-block;
}
.items-list.blog-items-list .list-content .item .info .date-container .categories a {
  display: inline-block;
}
@media (max-width: 500px) {
  .items-list.blog-items-list .list-content .item .info .date-container .categories a {
    display: block;
  }
}
.items-list.blog-items-list .list-content .item .info .date-container .categories a:last-child:after {
  display: none;
}
.items-list.blog-items-list .list-content .item .info .date-container .categories a:after {
  color: #222223;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .items-list.blog-items-list .list-content .item .info .date-container .categories a:after {
    display: none;
  }
}
.items-list.blog-items-list .list-content .item .info .introduction {
  font-style: normal;
  padding: 3px 0 12px 0;
}
.items-list.blog-items-list .list-content .item .info .read-more {
  padding-top: 0;
}
.page-blogs-index .sidebar-right h3 {
  position: relative;
}
.page-blogs-index .sidebar-right h3:before {
  background: url('../img/borders/underline.png') no-repeat;
  background-size: 265px;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-blogs-index .sidebar-pageimage {
  margin: 0;
  padding: 0 30px 45px 30px;
}
.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: #fb982c;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  border-bottom: 5px solid #f07f04;
  border-radius: 4px;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
}
.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: #d77204;
  color: white;
  text-decoration: none !important;
}
.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: #fb982c;
  margin-top: 3px;
  border-bottom: 2px solid #f07f04;
}
.products-list .list-content .item {
  margin-top: 30px;
  padding: 28px 28px 9px 28px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .products-list .list-content .item.item-1,
  .products-list .list-content .item.item-2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .products-list .list-content .item.item-1,
  .products-list .list-content .item.item-2,
  .products-list .list-content .item.item-3 {
    margin-top: 0;
  }
}
.products-list .list-content .item .image {
  min-height: 152px;
  overflow: hidden;
  position: relative;
}
.products-list .list-content .item .image:before,
.products-list .list-content .item .image:after {
  z-index: 10;
}
@media (max-width: 1199px) {
  .products-list .list-content .item .image {
    min-height: 206px;
  }
}
@media (max-width: 991px) {
  .products-list .list-content .item .image {
    min-height: 216px;
  }
}
@media (max-width: 767px) {
  .products-list .list-content .item .image {
    min-height: 0;
    overflow: visible;
  }
}
.products-list .list-content .item .image img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .products-list .list-content .item .image img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    left: auto;
    margin: 0 auto;
    position: static;
    top: auto;
  }
}
.products-list .list-content .item .image img.height-image {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .products-list .list-content .item .image img.height-image {
    height: auto;
    width: 100%;
  }
}
.products-list .list-content .item .image img.width-image {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .products-list .list-content .item .image img.width-image {
    height: auto;
    width: 100%;
  }
}
.products-list .list-content .item .image .discount-percentage {
  background-color: #fb982c;
  border-bottom: 1px solid #f07f04;
  bottom: 40px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 13px;
  position: absolute;
  right: 0;
}
.products-list .list-content .item .info {
  min-height: 76px;
  padding: 0 0 34px 0;
  position: relative;
}
.products-list .list-content .item .info h3 {
  font-family: 'Reenie Beanie', cursive;
  font-size: 25px;
  font-weight: 400;
  line-height: 21px;
  margin: 7px 0 0 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.products-list .list-content .item .info h3 a {
  color: #222223;
  text-decoration: none;
}
.products-list .list-content .item .info h3 a:hover,
.products-list .list-content .item .info h3 a:active,
.products-list .list-content .item .info h3 a:focus {
  color: #f07f04;
}
.products-list .list-content .item .info .product-info-price {
  bottom: 0;
  left: 0;
  position: absolute;
}
.products-list .list-content .item .info .product-info-price .price-old {
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-decoration: line-through;
}
.products-list .list-content .item .info .product-info-price .price-current {
  color: #222223;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.products-list .list-content .item .info .btn {
  bottom: 0;
  position: absolute;
  right: 0;
}
.products-list .list-bottom {
  margin: 15px 0 0 0;
}
.products-list .list-bottom .items-per-page {
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}
.page-products-detail .product-detail .thumbs,
.page-test-detail .product-detail .thumbs {
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.page-products-detail .product-detail .thumbs .product-thumb-image,
.page-test-detail .product-detail .thumbs .product-thumb-image {
  display: block;
  margin-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-products-detail .product-detail .thumbs .product-thumb-image .image,
.page-test-detail .product-detail .thumbs .product-thumb-image .image {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  position: relative;
}
.page-products-detail .product-detail .thumbs .product-thumb-image .image:before,
.page-test-detail .product-detail .thumbs .product-thumb-image .image:before {
  background: url('../img/borders/border-top-large.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
.page-products-detail .product-detail .thumbs .product-thumb-image .image:after,
.page-test-detail .product-detail .thumbs .product-thumb-image .image:after {
  background: url('../img/borders/border-bottom-large.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
.page-products-detail .product-detail .main-image,
.page-test-detail .product-detail .main-image {
  border-left: 1px solid #222223;
  border-right: 1px solid #222223;
  margin: 0 0 20px 0;
  position: relative;
}
.page-products-detail .product-detail .main-image:before,
.page-test-detail .product-detail .main-image:before {
  background: url('../img/borders/border-top-large.png') no-repeat top;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% - -2px);
}
.page-products-detail .product-detail .main-image:after,
.page-test-detail .product-detail .main-image:after {
  background: url('../img/borders/border-bottom-large.png') no-repeat bottom;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  width: calc(100% - -2px);
}
.page-products-detail .product-detail .main-image img,
.page-test-detail .product-detail .main-image img {
  height: auto;
  width: 100%;
}
.page-products-detail .product-detail .nav-tabs,
.page-test-detail .product-detail .nav-tabs {
  border: none;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .nav-tabs,
  .page-test-detail .product-detail .nav-tabs {
    text-align: center;
  }
}
.page-products-detail .product-detail .nav-tabs li,
.page-test-detail .product-detail .nav-tabs li {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .page-products-detail .product-detail .nav-tabs li,
  .page-test-detail .product-detail .nav-tabs li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .nav-tabs li,
  .page-test-detail .product-detail .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0;
  }
}
.page-products-detail .product-detail .nav-tabs li.active a,
.page-test-detail .product-detail .nav-tabs li.active a {
  border-left: 2px solid #030304;
  border-right: 2px solid #030304;
  position: relative;
}
.page-products-detail .product-detail .nav-tabs li.active a:before,
.page-test-detail .product-detail .nav-tabs li.active a:before {
  background: url('../img/borders/nav_tab_top.png') no-repeat top;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% - -4px);
}
.page-products-detail .product-detail .nav-tabs li.active a:after,
.page-test-detail .product-detail .nav-tabs li.active a:after {
  background: url('../img/borders/nav_tab_bottom.png') no-repeat bottom;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: -2px;
  position: absolute;
  width: calc(100% - -4px);
}
.page-products-detail .product-detail .nav-tabs li.active a:hover,
.page-test-detail .product-detail .nav-tabs li.active a:hover {
  color: #222223;
}
.page-products-detail .product-detail .nav-tabs li a,
.page-test-detail .product-detail .nav-tabs li a {
  border-radius: 0;
  border: none;
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  min-width: 169px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  .page-products-detail .product-detail .nav-tabs li a,
  .page-test-detail .product-detail .nav-tabs li a {
    font-size: 32px;
    min-width: 150px;
    padding: 10px 10px;
  }
}
.page-products-detail .product-detail .nav-tabs li a:focus,
.page-test-detail .product-detail .nav-tabs li a:focus {
  background: none;
}
.page-products-detail .product-detail .nav-tabs li a:hover,
.page-test-detail .product-detail .nav-tabs li a:hover {
  background: none;
  color: #f07f04;
}
@media (max-width: 767px) {
  .page-products-detail .product-detail .price-container,
  .page-test-detail .product-detail .price-container {
    padding: 28px 15px;
  }
}
.page-products-detail .product-detail .price-container .price,
.page-test-detail .product-detail .price-container .price {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-products-detail .product-detail .price-container .amount + .btn-primary,
  .page-test-detail .product-detail .price-container .amount + .btn-primary {
    margin-left: 77px;
  }
}
.page-products-detail .product-detail .sasa-block-large,
.page-test-detail .product-detail .sasa-block-large {
  margin: 0 0 30px 0;
}
.page-products-detail .product-detail .amount,
.page-test-detail .product-detail .amount {
  display: inline-block;
  margin: 0 8px 0 0;
}
@media (max-width: 991px) {
  .page-products-detail .product-detail .amount,
  .page-test-detail .product-detail .amount {
    margin: 0 8px 5px 0;
  }
}
.page-products-detail .product-detail .amount .form-group,
.page-test-detail .product-detail .amount .form-group {
  margin: 0;
}
.page-products-detail .product-detail .amount .form-group > label,
.page-test-detail .product-detail .amount .form-group > label {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.page-products-detail .product-detail .amount .form-group > .row,
.page-test-detail .product-detail .amount .form-group > .row {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.page-products-detail .product-detail .amount .form-group > .row .form-group-content,
.page-test-detail .product-detail .amount .form-group > .row .form-group-content {
  width: 70px;
  padding: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-products-detail .product-detail .amount .form-group > .row .form-group-content,
  .page-test-detail .product-detail .amount .form-group > .row .form-group-content {
    width: 155px;
  }
}
.page-products-detail .product-detail .amount .form-group > .row .form-group-content input,
.page-test-detail .product-detail .amount .form-group > .row .form-group-content input {
  background: white;
  border: 2px solid #222223;
  line-height: 26px;
  min-height: 30px;
  padding: 0;
  text-align: center;
}
.page-products-detail .product-detail .amount + .btn-primary,
.page-test-detail .product-detail .amount + .btn-primary {
  font-size: 14px;
  line-height: 26px;
  white-space: normal;
}
.page-products-detail .product-detail .price,
.page-test-detail .product-detail .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: middle;
}
.page-products-detail .product-detail .tab-content,
.page-test-detail .product-detail .tab-content {
  padding: 30px 0 0 0;
}
.page-products-detail .product-detail .tab-content .composition,
.page-test-detail .product-detail .tab-content .composition {
  display: inline-block;
  position: relative;
}
.page-products-detail .product-detail .tab-content .composition .btn-tooltip,
.page-test-detail .product-detail .tab-content .composition .btn-tooltip {
  margin: 0;
  position: absolute;
  right: 5px;
  top: 4px;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > label,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > label {
  display: none;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio input,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio input {
  margin: 0;
  visibility: hidden;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio input:checked + label:before,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio input:checked + label:before {
  background: url('../img/icons/radio_active.png') no-repeat center left;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label {
  background: none;
  border: none;
  color: #222223;
  line-height: 20px;
  padding: 0 0 0 25px;
  vertical-align: top;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label:hover,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label:hover {
  color: #222223;
}
.page-products-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label:before,
.page-test-detail .product-detail .tab-content .composition .form-group-composition-type > .form-group-radio label:before {
  background: url('../img/icons/radio.png') no-repeat center left;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.page-products-detail .product-detail .tab-content .description,
.page-test-detail .product-detail .tab-content .description {
  margin: 0 0 30px 0;
}
.page-products-detail .product-detail .tab-content .sasa-block-large,
.page-test-detail .product-detail .tab-content .sasa-block-large {
  margin-top: 30px;
}
.page-products-detail .product-detail .tab-content .main-ingredients ul,
.page-test-detail .product-detail .tab-content .main-ingredients ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products-detail .product-detail .tab-content .main-ingredients .ingredient,
.page-test-detail .product-detail .tab-content .main-ingredients .ingredient {
  background: #658d1b;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 4px 0 0;
  padding: 0 15px;
  text-align: center;
}
.page-products-detail .product-detail .tab-content .allergen,
.page-test-detail .product-detail .tab-content .allergen {
  margin-top: 15px;
}
.page-products-detail .product-detail .tab-content .allergen ul,
.page-test-detail .product-detail .tab-content .allergen ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products-detail .product-detail .tab-content .allergen ul li,
.page-test-detail .product-detail .tab-content .allergen ul li {
  display: inline-block;
}
.page-products-detail .product-detail .btn-favorite-icon,
.page-test-detail .product-detail .btn-favorite-icon {
  margin-top: 15px;
}
.page-products-detail .product-detail #nutritionalValues .table tbody tr td,
.page-test-detail .product-detail #nutritionalValues .table tbody tr td {
  font-size: 14px;
  line-height: 35px;
}
.page-products-detail .product-detail #nutritionalValues .table tbody tr td:first-child .saturated,
.page-test-detail .product-detail #nutritionalValues .table tbody tr td:first-child .saturated {
  padding-left: 15px;
  position: relative;
}
.page-products-detail .product-detail #nutritionalValues .table tbody tr td .saturated,
.page-test-detail .product-detail #nutritionalValues .table tbody tr td .saturated {
  font-style: italic;
  line-height: 24px;
  padding-bottom: 6px;
}
.page-products-detail .form-group-checkbox-solid .form-group-checkbox,
.page-test-detail .form-group-checkbox-solid .form-group-checkbox {
  display: inline-block;
  margin: 0 8px 5px 0;
}
.page-products-detail .form-group-checkbox-solid .form-group-checkbox input,
.page-test-detail .form-group-checkbox-solid .form-group-checkbox input {
  position: absolute;
  visibility: hidden;
}
.page-products-detail .form-group-checkbox-solid .form-group-checkbox input:checked + label,
.page-test-detail .form-group-checkbox-solid .form-group-checkbox input:checked + label {
  background: #658d1b;
  border: 2px solid #658d1b;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-products-detail .form-group-checkbox-solid .form-group-checkbox input:checked + label:hover,
  .page-test-detail .form-group-checkbox-solid .form-group-checkbox input:checked + label:hover {
    background: white;
    border-color: #f07f04;
    color: #f07f04;
    cursor: pointer;
    text-decoration: line-through;
  }
}
.page-products-detail .form-group-checkbox-solid .form-group-checkbox label,
.page-test-detail .form-group-checkbox-solid .form-group-checkbox label {
  background: white;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: line-through;
}
.page-products-detail .form-group-checkbox-solid .form-group-checkbox label:before,
.page-test-detail .form-group-checkbox-solid .form-group-checkbox label:before {
  display: none;
}
@media (min-width: 768px) {
  .page-products-detail .form-group-checkbox-solid .form-group-checkbox label:hover,
  .page-test-detail .form-group-checkbox-solid .form-group-checkbox label:hover {
    background: #f07f04;
    border-color: #f07f04;
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
}
.page-products-detail .form-group-radio-solid .form-group-radio,
.page-test-detail .form-group-radio-solid .form-group-radio {
  display: inline-block;
  margin: 0 8px 5px 0;
}
.page-products-detail .form-group-radio-solid .form-group-radio:last-of-type,
.page-test-detail .form-group-radio-solid .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.page-products-detail .form-group-radio-solid .form-group-radio input,
.page-test-detail .form-group-radio-solid .form-group-radio input {
  position: absolute;
  visibility: hidden;
}
.page-products-detail .form-group-radio-solid .form-group-radio input:checked + label,
.page-test-detail .form-group-radio-solid .form-group-radio input:checked + label {
  background: #658d1b;
  border: 2px solid #658d1b;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-products-detail .form-group-radio-solid .form-group-radio input:checked + label:hover,
  .page-test-detail .form-group-radio-solid .form-group-radio input:checked + label:hover {
    text-decoration: line-through;
  }
}
.page-products-detail .form-group-radio-solid .form-group-radio label,
.page-test-detail .form-group-radio-solid .form-group-radio label {
  background: white;
  border-radius: 16px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: line-through;
}
.page-products-detail .form-group-radio-solid .form-group-radio label:before,
.page-test-detail .form-group-radio-solid .form-group-radio label:before {
  display: none;
}
@media (min-width: 768px) {
  .page-products-detail .form-group-radio-solid .form-group-radio label:hover,
  .page-test-detail .form-group-radio-solid .form-group-radio label:hover {
    background: #f07f04;
    border-color: #f07f04;
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
}
.location-time {
  margin-bottom: 45px;
}
.location-time:after,
.location-time:before {
  background-size: contain;
}
@media (max-width: 991px) {
  .location-time {
    margin-top: 30px;
  }
}
.location-time > .content-block {
  margin-bottom: 20px;
  text-align: center;
}
.location-time .voucher-value .btn-default,
.location-time .delivery-location-value .btn-default {
  background: white;
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .location-time .voucher-value .btn-default,
  .location-time .delivery-location-value .btn-default {
    margin-bottom: 30px;
  }
}
.location-time .voucher-value .btn-default:hover,
.location-time .delivery-location-value .btn-default:hover,
.location-time .voucher-value .btn-default:active,
.location-time .delivery-location-value .btn-default:active,
.location-time .voucher-value .btn-default:focus,
.location-time .delivery-location-value .btn-default:focus {
  border-color: #222223;
  cursor: default;
}
.location-time .voucher-label {
  text-align: center;
}
.location-time .voucher-label h3 {
  display: inline-block;
}
.location-time .voucher-label .btn-tooltip {
  vertical-align: super;
}
.location-time .voucher-value .btn-default {
  padding-right: 50px;
  position: relative;
}
.location-time .voucher-value .btn-default .btn-delete {
  background: none;
  color: #999;
  height: 36px;
  line-height: 36px;
  min-height: 36px;
  padding: 0 15px;
  position: absolute;
  right: 0;
}
.location-time .voucher-value .btn-default .btn-delete:hover,
.location-time .voucher-value .btn-default .btn-delete:active,
.location-time .voucher-value .btn-default .btn-delete:focus {
  color: #222223;
}
.location-time .name-label,
.location-time h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: lowercase;
}
.location-time .col-select-location {
  line-height: 40px;
}
.location-time .col-select-location .btn-default {
  background: white;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .location-time .col-select-location .btn-default {
    margin-bottom: 15px;
  }
}
.location-time .col-select-location .btn-default:hover,
.location-time .col-select-location .btn-default:active,
.location-time .col-select-location .btn-default:focus {
  border-color: #222223;
  cursor: default;
}
@media (min-width: 992px) {
  .location-time .col-select-location {
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  .location-time .col-select-datetime {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .location-time .form-group {
    margin: 0;
  }
}
.location-time .form-group.form-group-voucher {
  margin: 0;
}
.location-time .form-group.form-group-voucher input {
  padding-right: 40px;
}
.location-time .form-group label {
  display: none;
}
.location-time button[type="submit"] {
  background: #f07f04;
  border-radius: 50%;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 8px;
  width: 24px;
}
.location-time button[type="submit"]:hover,
.location-time button[type="submit"]:active,
.location-time button[type="submit"]:focus {
  background: #d77204;
}
.location-time button[type="submit"]:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  content: '\f178';
  font-family: FontAwesome;
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
}
.location-time + h2 {
  margin-top: 50px;
}
.location-time + .preference-message {
  margin-top: -20px;
}
.location-time + #products > h2,
.location-time + .preference-message + #products > h2 {
  margin-top: 50px;
}
.preference-message {
  background: #f0f0f0;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 35, 0.15);
  color: #666;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
}
.preference-message a {
  color: #666;
  text-decoration: none;
}
.preference-message a:hover,
.preference-message a:active,
.preference-message a:focus {
  color: #f07f04;
}
#products {
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  #products {
    margin-top: 30px;
  }
}
#products > h2 {
  font-size: 35px;
  margin-top: -65px;
  text-align: center;
}
@media (max-width: 991px) {
  #products > h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #products > h2 {
    margin-bottom: 0;
  }
}
#products.loading .products-list {
  opacity: 0.2;
}
#products .load {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url('../img/icons/ring.svg') no-repeat center;
  display: none;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 115px;
  width: 100px;
}
.sweet-alert .related-products #products > h2 {
  margin: 0;
}
.sweet-alert .related-products h2 {
  margin: 0;
}
.page-shoppingcart-index .discount {
  color: #222223;
  margin: 50px 0 40px 0;
  padding: 15px;
}
.page-shoppingcart-index .discount .discount-input {
  position: relative;
  max-width: 275px;
}
.page-shoppingcart-index .discount .discount-input .form-group {
  margin-bottom: 0;
}
.page-shoppingcart-index .discount .discount-input input {
  padding-right: 105px;
}
.page-shoppingcart-index .discount .discount-input button {
  background: #658d1b;
  border-radius: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border: none;
  bottom: 2px;
  color: white;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  position: absolute;
  right: 2px;
  text-align: center;
}
.page-shoppingcart-index .discount .discount-input button:hover,
.page-shoppingcart-index .discount .discount-input button:active,
.page-shoppingcart-index .discount .discount-input button:focus {
  background: #567817;
}
.page-shoppingcart-index .discount .discount-code {
  background: white;
  border-radius: 20px;
  border: 2px solid #222223;
  line-height: 36px;
  margin-top: 10px;
  min-height: 30px;
  padding: 0 35px 0 15px;
  position: relative;
}
.page-shoppingcart-index .discount .discount-code .code {
  color: #658d1b;
  font-weight: 700;
}
.page-shoppingcart-index .discount .discount-code button {
  background: none;
  border-radius: 0;
  border: none;
  color: #999;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  min-height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.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: #222223;
}
.page-shoppingcart-index .sasa-block-large {
  position: relative;
}
.page-shoppingcart-index .sasa-block-large button[type="submit"] {
  display: flex;
  margin: -40px auto 0;
  position: relative;
  top: 45px;
  width: auto;
  z-index: 9999;
}
.page-shoppingcart-index .sasa-block-large button[type="submit"]:hover,
.page-shoppingcart-index .sasa-block-large button[type="submit"]:active,
.page-shoppingcart-index .sasa-block-large button[type="submit"]:focus {
  background: white;
}
/************ General Shopping Cart ************/
@media (max-width: 767px) {
  .page-shoppingcart-index .table-responsive,
  .shopping-cart .table-responsive,
  .page-action-ordersdetail .table-responsive,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive {
    margin: 0;
  }
}
.page-shoppingcart-index .table-responsive .table,
.shopping-cart .table-responsive .table,
.page-action-ordersdetail .table-responsive .table,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .table {
  margin: 0;
}
.page-shoppingcart-index .table-responsive:before,
.shopping-cart .table-responsive:before,
.page-action-ordersdetail .table-responsive:before,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive:before {
  background: url('../img/borders/table_thead_bottom.png') no-repeat center bottom;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-shoppingcart-index .table-responsive tr td,
.shopping-cart .table-responsive tr td,
.page-action-ordersdetail .table-responsive tr td,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive tr td {
  line-height: 40px;
  padding: 15px 10px;
  vertical-align: top;
}
.page-shoppingcart-index .table-responsive tr td:first-child,
.shopping-cart .table-responsive tr td:first-child,
.page-action-ordersdetail .table-responsive tr td:first-child,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive tr td:first-child {
  text-align: left;
}
.page-shoppingcart-index .table-responsive .name a,
.shopping-cart .table-responsive .name a,
.page-action-ordersdetail .table-responsive .name a,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name a,
.page-shoppingcart-index .table-responsive .name .name-value,
.shopping-cart .table-responsive .name .name-value,
.page-action-ordersdetail .table-responsive .name .name-value,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .name-value {
  color: #658d1b;
  display: block;
  font-family: 'Reenie Beanie', cursive;
  font-size: 35px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}
.page-shoppingcart-index .table-responsive .name .product-options,
.shopping-cart .table-responsive .name .product-options,
.page-action-ordersdetail .table-responsive .name .product-options,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options {
  text-align: left;
}
.page-shoppingcart-index .table-responsive .name .product-options > span,
.shopping-cart .table-responsive .name .product-options > span,
.page-action-ordersdetail .table-responsive .name .product-options > span,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span,
.page-shoppingcart-index .table-responsive .name .product-options > div,
.shopping-cart .table-responsive .name .product-options > div,
.page-action-ordersdetail .table-responsive .name .product-options > div,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div {
  color: #666;
  display: block;
  line-height: 1.25;
  margin: 0 0 10px 0;
  padding-left: 150px;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-shoppingcart-index .table-responsive .name .product-options > span,
  .shopping-cart .table-responsive .name .product-options > span,
  .page-action-ordersdetail .table-responsive .name .product-options > span,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span,
  .page-shoppingcart-index .table-responsive .name .product-options > div,
  .shopping-cart .table-responsive .name .product-options > div,
  .page-action-ordersdetail .table-responsive .name .product-options > div,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div {
    padding: 0;
  }
}
.page-shoppingcart-index .table-responsive .name .product-options > span:first-child,
.shopping-cart .table-responsive .name .product-options > span:first-child,
.page-action-ordersdetail .table-responsive .name .product-options > span:first-child,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span:first-child,
.page-shoppingcart-index .table-responsive .name .product-options > div:first-child,
.shopping-cart .table-responsive .name .product-options > div:first-child,
.page-action-ordersdetail .table-responsive .name .product-options > div:first-child,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div:first-child {
  margin-top: 25px;
}
.page-shoppingcart-index .table-responsive .name .product-options > span div,
.shopping-cart .table-responsive .name .product-options > span div,
.page-action-ordersdetail .table-responsive .name .product-options > span div,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span div,
.page-shoppingcart-index .table-responsive .name .product-options > div div,
.shopping-cart .table-responsive .name .product-options > div div,
.page-action-ordersdetail .table-responsive .name .product-options > div div,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div div,
.page-shoppingcart-index .table-responsive .name .product-options > span span,
.shopping-cart .table-responsive .name .product-options > span span,
.page-action-ordersdetail .table-responsive .name .product-options > span span,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span span,
.page-shoppingcart-index .table-responsive .name .product-options > div span,
.shopping-cart .table-responsive .name .product-options > div span,
.page-action-ordersdetail .table-responsive .name .product-options > div span,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div span {
  padding: 0;
}
.page-shoppingcart-index .table-responsive .name .product-options > span .title,
.shopping-cart .table-responsive .name .product-options > span .title,
.page-action-ordersdetail .table-responsive .name .product-options > span .title,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span .title,
.page-shoppingcart-index .table-responsive .name .product-options > div .title,
.shopping-cart .table-responsive .name .product-options > div .title,
.page-action-ordersdetail .table-responsive .name .product-options > div .title,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div .title {
  font-size: 14px;
  font-weight: 600;
  left: 0;
  padding: 0;
  position: absolute;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-shoppingcart-index .table-responsive .name .product-options > span .title,
  .shopping-cart .table-responsive .name .product-options > span .title,
  .page-action-ordersdetail .table-responsive .name .product-options > span .title,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span .title,
  .page-shoppingcart-index .table-responsive .name .product-options > div .title,
  .shopping-cart .table-responsive .name .product-options > div .title,
  .page-action-ordersdetail .table-responsive .name .product-options > div .title,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div .title {
    display: block;
    position: static;
  }
}
.page-shoppingcart-index .table-responsive .name .product-options > span .value,
.shopping-cart .table-responsive .name .product-options > span .value,
.page-action-ordersdetail .table-responsive .name .product-options > span .value,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > span .value,
.page-shoppingcart-index .table-responsive .name .product-options > div .value,
.shopping-cart .table-responsive .name .product-options > div .value,
.page-action-ordersdetail .table-responsive .name .product-options > div .value,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .name .product-options > div .value {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  vertical-align: top;
}
.page-shoppingcart-index .table-responsive .amount,
.shopping-cart .table-responsive .amount,
.page-action-ordersdetail .table-responsive .amount,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount {
  padding-right: 0;
  width: 150px;
}
@media (max-width: 991px) {
  .page-shoppingcart-index .table-responsive .amount,
  .shopping-cart .table-responsive .amount,
  .page-action-ordersdetail .table-responsive .amount,
  .page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount {
    width: 125px;
    min-width: 125px;
  }
}
.page-shoppingcart-index .table-responsive .amount .amount-input,
.shopping-cart .table-responsive .amount .amount-input,
.page-action-ordersdetail .table-responsive .amount .amount-input,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input {
  position: relative;
}
.page-shoppingcart-index .table-responsive .amount .amount-input .form-group,
.shopping-cart .table-responsive .amount .amount-input .form-group,
.page-action-ordersdetail .table-responsive .amount .amount-input .form-group,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input .form-group {
  margin: 0;
}
.page-shoppingcart-index .table-responsive .amount .amount-input .form-group input,
.shopping-cart .table-responsive .amount .amount-input .form-group input,
.page-action-ordersdetail .table-responsive .amount .amount-input .form-group input,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input .form-group input {
  height: 40px;
  padding-right: 50px;
  text-align: center;
  width: 100%;
}
.page-shoppingcart-index .table-responsive .amount .amount-input button,
.shopping-cart .table-responsive .amount .amount-input button,
.page-action-ordersdetail .table-responsive .amount .amount-input button,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input button {
  background: none;
  border-radius: 0;
  border: none;
  color: #aaa;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.page-shoppingcart-index .table-responsive .amount .amount-input button:hover,
.shopping-cart .table-responsive .amount .amount-input button:hover,
.page-action-ordersdetail .table-responsive .amount .amount-input button:hover,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input button:hover,
.page-shoppingcart-index .table-responsive .amount .amount-input button:active,
.shopping-cart .table-responsive .amount .amount-input button:active,
.page-action-ordersdetail .table-responsive .amount .amount-input button:active,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input button:active,
.page-shoppingcart-index .table-responsive .amount .amount-input button:focus,
.shopping-cart .table-responsive .amount .amount-input button:focus,
.page-action-ordersdetail .table-responsive .amount .amount-input button:focus,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .amount .amount-input button:focus {
  color: #222223;
}
.page-shoppingcart-index .table-responsive .remove,
.shopping-cart .table-responsive .remove,
.page-action-ordersdetail .table-responsive .remove,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove {
  padding-left: 0;
}
.page-shoppingcart-index .table-responsive .remove button,
.shopping-cart .table-responsive .remove button,
.page-action-ordersdetail .table-responsive .remove button,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button {
  background: none;
  border: none;
  color: #f07f04;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-decoration: underline !important;
  color: #aaa;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.page-shoppingcart-index .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:hover,
.page-action-ordersdetail .table-responsive .remove button:hover,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:hover,
.page-shoppingcart-index .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:active,
.page-action-ordersdetail .table-responsive .remove button:active,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:active,
.page-shoppingcart-index .table-responsive .remove button:focus,
.shopping-cart .table-responsive .remove button:focus,
.page-action-ordersdetail .table-responsive .remove button:focus,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:focus {
  background: none;
  box-shadow: none;
  color: #d77204;
  text-decoration: underline !important;
}
.page-shoppingcart-index .table-responsive .remove button:hover,
.shopping-cart .table-responsive .remove button:hover,
.page-action-ordersdetail .table-responsive .remove button:hover,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:hover,
.page-shoppingcart-index .table-responsive .remove button:active,
.shopping-cart .table-responsive .remove button:active,
.page-action-ordersdetail .table-responsive .remove button:active,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:active,
.page-shoppingcart-index .table-responsive .remove button:focus,
.shopping-cart .table-responsive .remove button:focus,
.page-action-ordersdetail .table-responsive .remove button:focus,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .remove button:focus {
  color: #454545;
}
.page-shoppingcart-index .table-responsive .price-unit,
.shopping-cart .table-responsive .price-unit,
.page-action-ordersdetail .table-responsive .price-unit,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .price-unit {
  text-align: right;
}
.page-shoppingcart-index .table-responsive .price-old,
.shopping-cart .table-responsive .price-old,
.page-action-ordersdetail .table-responsive .price-old,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .price-old {
  color: #aaa;
  text-decoration: line-through;
}
.page-shoppingcart-index .table-responsive .price-total,
.shopping-cart .table-responsive .price-total,
.page-action-ordersdetail .table-responsive .price-total,
.page-clientcompanyaccount-vouchersorderdetail .table-responsive .price-total {
  text-align: right;
}
.page-shoppingcart-index .totals,
.shopping-cart .totals,
.page-action-ordersdetail .totals,
.page-clientcompanyaccount-vouchersorderdetail .totals {
  background: url('../img/list_item_background.png') repeat;
}
.page-shoppingcart-index .totals th,
.shopping-cart .totals th,
.page-action-ordersdetail .totals th,
.page-clientcompanyaccount-vouchersorderdetail .totals th {
  border: none;
}
.page-shoppingcart-index .totals td:last-child,
.shopping-cart .totals td:last-child,
.page-action-ordersdetail .totals td:last-child,
.page-clientcompanyaccount-vouchersorderdetail .totals td:last-child {
  text-align: right;
}
.page-shoppingcart-index .totals .voucher,
.shopping-cart .totals .voucher,
.page-action-ordersdetail .totals .voucher,
.page-clientcompanyaccount-vouchersorderdetail .totals .voucher,
.page-shoppingcart-index .totals .total,
.shopping-cart .totals .total,
.page-action-ordersdetail .totals .total,
.page-clientcompanyaccount-vouchersorderdetail .totals .total,
.page-shoppingcart-index .totals .discount,
.shopping-cart .totals .discount,
.page-action-ordersdetail .totals .discount,
.page-clientcompanyaccount-vouchersorderdetail .totals .discount,
.page-shoppingcart-index .totals .subtotal,
.shopping-cart .totals .subtotal,
.page-action-ordersdetail .totals .subtotal,
.page-clientcompanyaccount-vouchersorderdetail .totals .subtotal {
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 8px;
  text-align: left;
  vertical-align: middle;
}
.page-shoppingcart-index .totals .total,
.shopping-cart .totals .total,
.page-action-ordersdetail .totals .total,
.page-clientcompanyaccount-vouchersorderdetail .totals .total {
  background-color: #d77204;
  border: none;
  color: white;
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-weight: 700;
  padding: 4px 8px;
  vertical-align: middle;
}
.page-shoppingcart-steppaymentinformation .current-credit {
  background: white;
  border-radius: 20px;
  border: 2px solid #658d1b;
  color: #658d1b;
  display: inline-block;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  font-weight: 700;
  padding: 20px;
}
.page-shoppingcart-steppaymentinformation .to-pay {
  background: white;
  border-radius: 20px;
  border: 2px solid #f07f04;
  color: #f07f04;
  display: inline-block;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  font-weight: 700;
  padding: 20px;
}
.page-shoppingcart-steppaymentinformation .form-group-radio {
  display: block;
}
.page-shoppingcart-steppaymentinformation .form-group-credit-reload-amount .form-group-radio {
  display: inline-block;
}
.page-shoppingcart-steppaymentinformation .sasa-block-large {
  position: relative;
}
.page-shoppingcart-steppaymentinformation .sasa-block-large button[type="submit"] {
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50% 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  background: white;
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 9999;
}
#shopping-cart-overview .table-responsive {
  position: relative;
}
#shopping-cart-overview.loading table {
  opacity: 0.2;
}
#shopping-cart-overview .load {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../img/icons/ring.svg') no-repeat center;
  display: none;
  height: 100px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 99999;
}
.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:before {
  background: url('../img/breadcrumb.png') no-repeat center;
  background-size: 10px;
  color: #f07f04;
  content: '';
  padding: 0px 10px;
}
.page-sitemap-index .sitemap-list > ul > li ul {
  margin-left: 15px;
  margin-top: 5px;
}
.page-sitemap-index .sitemap-list > ul > li ul li {
  margin-bottom: 10px;
}
.page-sitemap-index .sitemap-list > ul > li ul li a:before {
  background: url('../img/breadcrumb.png') no-repeat center;
  background-size: 10px;
  content: '';
  opacity: 0.5;
  padding: 0px 10px;
}
.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: 450px;
  right: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .carousel .carousel-inner .item {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-inner .item {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    height: 200px;
  }
}
.carousel .carousel-inner .item .carousel-caption {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: none;
  color: #658d1b;
  left: 50%;
  max-width: 690px;
  padding: 15px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 100px;
}
@media (max-width: 1199px) {
  .carousel .carousel-inner .item .carousel-caption {
    top: 70px;
    width: 350px;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-inner .item .carousel-caption {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 125px;
    position: static;
    text-align: center;
    width: 100%;
  }
}
.carousel .carousel-inner .item .carousel-caption h3 {
  color: #f07f04;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (max-width: 991px) {
  .carousel .carousel-inner .item .carousel-caption h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption h3 {
    display: none;
  }
}
.carousel .carousel-inner .item .carousel-caption .carousel-caption-content {
  display: none;
  font-size: 18px;
  padding-bottom: 20px;
  width: 100%;
}
.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: 30px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption .read-more {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.carousel .carousel-inner .item .carousel-caption .read-more .btn {
  background: none;
  border-radius: 25px;
  border: 2px solid #222223;
  color: #222223;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .carousel .carousel-inner .item .carousel-caption .read-more .btn {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption .read-more .btn {
    width: 100%;
  }
}
.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: #f07f04;
  border-color: transparent;
  color: white;
  margin: 0;
}
.carousel .carousel-inner > .item > img {
  left: 50%;
  max-width: 2000px;
  min-width: 2000px;
  top: 50%;
  position: absolute;
  -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: 1199px) {
  .carousel .carousel-inner > .item > img {
    max-height: 350px;
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-inner > .item > img {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner > .item > img {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50% 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 125px;
    min-width: 0;
    top: 0;
    width: auto;
  }
}
.carousel .carousel-control {
  width: 10%;
}
@media (max-width: 767px) {
  .carousel .carousel-control {
    top: unset;
    height: 350px;
  }
}
.carousel .carousel-indicators {
  bottom: auto;
  display: none;
  top: 185px;
}
@media (max-width: 767px) {
  .carousel .carousel-indicators {
    top: auto;
    bottom: -5px;
  }
}
/************ General Styling ************/
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
body {
  position: static;
  margin-bottom: 386px;
}
body:after {
  content: url('../img/icons/checkbox_checked.png');
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  body.overlay {
    overflow: hidden;
  }
}
body.page-outside {
  margin: 0;
  min-height: 100%;
  width: 100%;
}
body.page-outside .outer {
  display: table;
  height: 100%;
  width: 100%;
}
body.page-outside .middle {
  display: table-cell;
  vertical-align: middle;
}
body.page-outside .inner {
  color: #222223;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
body.page-outside .inner h1 {
  color: #222223;
}
body.page-outside .inner h2 {
  color: #222223;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 20px 0;
}
body.page-outside .inner .btn-group .btn-primary {
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  outline: none;
  padding: 0 15px;
  margin-bottom: 15px;
  padding: 0 18px;
}
body.page-outside .inner .btn-group .btn-primary:hover,
body.page-outside .inner .btn-group .btn-primary:active,
body.page-outside .inner .btn-group .btn-primary:focus,
body.page-outside .inner .btn-group .btn-primary:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
body.page-outside .inner .btn-group .btn-primary:first-child {
  margin-right: 10px;
}
body.page-outside .inner .btn-group .btn-primary:hover,
body.page-outside .inner .btn-group .btn-primary:active,
body.page-outside .inner .btn-group .btn-primary:focus {
  color: #d77204;
}
.alert {
  margin: 20px 0;
}
.alert i {
  padding-right: 5px;
}
/************ Wrapper ************/
.wrapper {
  width: 100%;
}
.wrapper.in .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper.in header .header-middle .col-menu .navbar .navbar-header .navbar-toggle span:first-child {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  margin: 0;
  top: 50%;
}
.wrapper.in header .header-middle .col-menu .navbar .navbar-header .navbar-toggle span:nth-child(2) {
  opacity: 0;
}
.wrapper.in header .header-middle .col-menu .navbar .navbar-header .navbar-toggle span:last-child {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  margin: 0;
  top: 50%;
}
.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 {
  position: relative;
  z-index: 250;
}
header:after {
  background: url('../img/borders/header/bottom.png') no-repeat center bottom;
  background-size: 100%;
  bottom: -1px;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  header {
    background: white;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 250;
  }
}
header .header-middle {
  background: white;
  padding: 25px 0;
}
@media (max-width: 767px) {
  header .header-middle {
    background-color: white;
    height: 65px;
    padding: 15px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  header .header-middle > .container {
    height: 40px;
  }
  header .header-middle > .container > .row {
    height: 40px;
  }
}
header .header-middle .logo-xs {
  left: 85px;
  margin-top: 4px;
  position: absolute;
  z-index: 300;
}
header .header-middle .logo-xs img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  header .header-middle .logo-xs {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  header .header-middle .logo-xs {
    left: 70px;
  }
}
@media (min-width: 768px) {
  header .header-middle .logo-xs {
    display: none;
  }
}
header .header-middle .col-logo .logo img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  header .header-middle .col-logo .logo img {
    max-width: 65px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-logo .logo {
    display: none;
  }
}
header .header-middle .col-account {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  header .header-middle .col-account {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-account {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account {
    padding-top: 0;
    position: absolute;
  }
}
header .header-middle .col-account .my-account {
  display: none;
  float: right;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  header .header-middle .col-account .my-account {
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-account .my-account {
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .my-account {
    display: block;
    margin: 0;
  }
}
header .header-middle .col-account .my-account.logged-in {
  display: block;
}
header .header-middle .col-account .my-account button {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-weight: 400;
  outline: none;
  font-size: 17px;
  line-height: 36px;
  padding: 0 15px;
  margin-bottom: 5px;
  min-width: 110px;
}
header .header-middle .col-account .my-account button:hover,
header .header-middle .col-account .my-account button:active,
header .header-middle .col-account .my-account button:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
header .header-middle .col-account .my-account button:hover,
header .header-middle .col-account .my-account button:active,
header .header-middle .col-account .my-account button:focus,
header .header-middle .col-account .my-account button:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
header .header-middle .col-account .my-account button:hover,
header .header-middle .col-account .my-account button:active,
header .header-middle .col-account .my-account button:focus {
  background-color: transparent;
}
@media (max-width: 1199px) {
  header .header-middle .col-account .my-account button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .my-account button {
    background: url('../img/icons/user_icon.png') no-repeat center;
    background-size: 20px;
    border-radius: 0;
    border: none;
    height: 40px;
    min-width: 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .my-account.person button {
    background: url('../img/icons/user_icon.png') no-repeat center;
    background-size: 22px;
    border-radius: 0;
    border: none;
    height: 40px;
    min-width: 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .my-account.company button {
    background: url('../img/icons/user_icon_company.png') no-repeat center;
    background-size: 35px;
    border-radius: 0;
    border: none;
    height: 40px;
    min-width: 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
  }
}
header .header-middle .col-account .my-account ul {
  background: white;
  border-radius: 10px;
  border: 2px solid #f07f04;
  left: auto;
  margin: 0;
  padding: 5px 0;
  right: 0;
}
header .header-middle .col-account .my-account ul li a {
  font-size: 16px;
  line-height: 25px;
  padding: 2px 15px;
  text-align: right;
  text-decoration: none;
}
header .header-middle .col-account .my-account ul li a:hover,
header .header-middle .col-account .my-account ul li a:active,
header .header-middle .col-account .my-account ul li a:focus {
  background: none;
  color: #f07f04;
}
header .header-middle .col-account .register-link,
header .header-middle .col-account .login-link {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-weight: 400;
  outline: none;
  font-size: 17px;
  line-height: 36px;
  padding: 0 15px;
  margin: 0;
  float: right;
}
header .header-middle .col-account .register-link:hover,
header .header-middle .col-account .login-link:hover,
header .header-middle .col-account .register-link:active,
header .header-middle .col-account .login-link:active,
header .header-middle .col-account .register-link:focus,
header .header-middle .col-account .login-link:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
header .header-middle .col-account .register-link:hover,
header .header-middle .col-account .login-link:hover,
header .header-middle .col-account .register-link:active,
header .header-middle .col-account .login-link:active,
header .header-middle .col-account .register-link:focus,
header .header-middle .col-account .login-link:focus,
header .header-middle .col-account .register-link:active:hover,
header .header-middle .col-account .login-link:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
@media (max-width: 1199px) {
  header .header-middle .col-account .register-link,
  header .header-middle .col-account .login-link {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-account .register-link,
  header .header-middle .col-account .login-link {
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .register-link,
  header .header-middle .col-account .login-link {
    display: none;
  }
}
header .header-middle .col-account .login-link {
  margin-right: 15px;
}
@media (max-width: 991px) {
  header .header-middle .col-account .login-link {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .login-link {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-account .register-link {
    margin-top: 0;
  }
}
header .header-middle .col-account .shopping-cart-link {
  border: none;
  background-color: #fb982c;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  outline: none !important;
  padding: 5px 15px;
  text-decoration: none !important;
  vertical-align: inherit;
  white-space: normal;
  background: none;
  border-radius: 20px;
  border: 2px solid #222223;
  box-shadow: none;
  color: #f07f04;
  display: inline-block;
  font-weight: 400;
  outline: none;
  font-size: 17px;
  line-height: 36px;
  padding: 0 15px;
  float: right;
  margin: 0 0 15px 15px;
  padding: 0 20px;
  position: relative;
}
header .header-middle .col-account .shopping-cart-link:hover,
header .header-middle .col-account .shopping-cart-link:active,
header .header-middle .col-account .shopping-cart-link:focus {
  background-color: #d77204;
  color: white;
  text-decoration: none !important;
}
header .header-middle .col-account .shopping-cart-link:hover,
header .header-middle .col-account .shopping-cart-link:active,
header .header-middle .col-account .shopping-cart-link:focus,
header .header-middle .col-account .shopping-cart-link:active:hover {
  background-color: transparent;
  border-color: #f07f04;
  box-shadow: none;
  color: #f07f04;
  outline: none;
}
header .header-middle .col-account .shopping-cart-link:before {
  background: url('../img/icons/shoppingcart_icon.png') no-repeat center;
  background-size: 30px;
  color: #f07f04;
  content: '';
  display: block;
  float: left;
  height: 36px;
  margin: 0;
  width: 36px;
}
header .header-middle .col-account .shopping-cart-link:hover .count,
header .header-middle .col-account .shopping-cart-link:active .count,
header .header-middle .col-account .shopping-cart-link:focus .count {
  background: white;
  border-color: #f07f04;
  color: #f07f04;
}
header .header-middle .col-account .shopping-cart-link .count {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #f07f04;
  border-radius: 50%;
  border: 2px solid #f07f04;
  color: white;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  left: -14px;
  line-height: 16px;
  padding: 0;
  position: relative;
  text-align: center;
  top: 3px;
  width: 18px;
}
header .header-middle .col-account .shopping-cart-link .total {
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 991px) {
  header .header-middle .col-account .shopping-cart-link {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-account .shopping-cart-link {
    border-radius: 0;
    border: none;
    height: 40px;
    margin: 0 0 0 15px;
    padding: 0;
    vertical-align: top;
    width: 40px;
  }
  header .header-middle .col-account .shopping-cart-link:before {
    background-size: contain;
  }
  header .header-middle .col-account .shopping-cart-link .count {
    float: none;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .header-middle .col-account .shopping-cart-link .total {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-menu {
    height: 40px;
  }
}
header .header-middle .col-menu .navbar {
  background-color: transparent;
  border-radius: 4px;
  border: none;
  margin: 0;
  min-height: 40px;
}
@media (min-width: 768px) {
  header .header-middle .col-menu .navbar {
    float: right;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-menu .navbar {
    display: inline-block;
    height: 55px;
    width: 42px;
  }
}
header .header-middle .col-menu .navbar .navbar-header button {
  background: url('../img/borders/header/navbar_button.png') no-repeat transparent;
  background-size: contain;
  border-radius: 0;
  float: left;
  height: 38px;
  margin: 0 0 17px 0;
  outline: none;
  padding: 10px;
  position: relative;
  width: 42px;
  z-index: 300;
}
header .header-middle .col-menu .navbar .navbar-header button span {
  -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-color: #222223;
  border-radius: 0;
  display: block;
  left: 50%;
  position: absolute;
  top: 10px;
}
header .header-middle .col-menu .navbar .navbar-header button span:first-child {
  margin-top: 0;
}
header .header-middle .col-menu .navbar .navbar-header button span:nth-child(2) {
  margin-top: 6px;
}
header .header-middle .col-menu .navbar .navbar-header button span:last-child {
  margin-top: 12px;
}
header .header-middle .col-menu .navbar .navbar-header button:hover {
  box-shadow: none;
}
header .header-middle .col-menu .navbar .navbar-header button:hover span {
  background: #f07f04;
}
header .header-middle .col-menu .navbar .navbar-collapse {
  padding: 45px 0;
}
@media (max-width: 1199px) {
  header .header-middle .col-menu .navbar .navbar-collapse {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-menu .navbar .navbar-collapse {
    padding: 25px 0;
  }
}
header .header-middle .col-menu .navbar .navbar-collapse.collapse {
  border: none;
  display: block;
  max-height: none;
}
@media (max-width: 767px) {
  header .header-middle .col-menu .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-middle .col-menu .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-middle .col-menu .navbar .navbar-collapse ul.navbar-nav {
  width: 100%;
}
@media (max-width: 767px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav {
    background-color: rgba(255, 255, 255, 0.9);
    float: none;
    margin: 0;
  }
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a {
  background-color: transparent;
  color: #222223;
  display: block;
  font-family: 'Amatic SC', cursive;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1199px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 15px 22px;
  }
}
@media (max-width: 767px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a {
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a:hover,
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a:active,
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li a:focus {
  color: #658d1b;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.active a {
  color: #658d1b;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li:first-child a {
  padding-left: 0;
}
@media (max-width: 991px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li:first-child a {
    padding-left: 22px;
  }
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li:last-child a {
  padding-right: 0;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
  width: 600px;
  border: none;
}
@media (max-width: 767px) {
  header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
    overflow: hidden;
    width: 100%;
  }
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories {
  border-right: 1px solid #eee;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories:nth-child(odd) {
  border-right: 1px solid #eee;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
}
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active,
header .header-middle .col-menu .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus {
  color: #f07f04;
}
/************ Breadcrumbs ************/
.breadcrumb {
  background: none;
  font-size: 14px;
  margin: 18px 5px 0 0;
  padding: 0;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: #f07f04;
}
.breadcrumb > li {
  color: #222223;
  text-decoration: none;
}
.breadcrumb > li.active {
  color: #658d1b;
}
.breadcrumb > li a {
  color: #222223;
  text-decoration: none;
}
.breadcrumb > li:after {
  color: #222223;
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 4px;
  padding: 0 5px;
  vertical-align: middle;
}
.breadcrumb > li:before {
  display: none;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.page-title {
  text-transform: lowercase;
}
/************ Footer ************/
footer {
  background: url('../img/footer/footer_background_2.png') top repeat;
  bottom: 0;
  color: white;
  margin-top: 85px;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  footer {
    position: relative;
    height: auto;
  }
}
@media (max-width: 767px) {
  footer {
    background-size: contain;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: white;
  text-decoration: underline;
}
footer .footer-middle {
  background: url('../img/footer/footer_image_2.png') top right no-repeat;
  background-size: contain;
  background-position-x: calc(100% + -40px);
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  min-height: 255px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-middle {
    background: url('../img/footer/footer_image_xs_2.png') bottom right no-repeat;
    background-size: 150px;
  }
}
footer .footer-middle h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 50px 0 25px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .footer-middle h3 {
    font-size: 28px;
  }
}
footer .footer-middle .row > ul > li span {
  color: #222223;
  font-family: 'Amatic SC', cursive;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 50px 0 25px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .footer-middle .row > ul > li span {
    font-size: 28px;
  }
}
footer .footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-middle ul li a,
footer .footer-middle ul li span {
  color: rgba(34, 34, 35, 0.9);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  footer .footer-middle ul li a,
  footer .footer-middle ul li span {
    font-size: 14px;
  }
}
footer .footer-middle .payment-methods ul li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
footer .footer-middle .payment-methods ul li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  max-width: 45px;
  opacity: 0.6;
  width: 100%;
}
footer .footer-middle .payment-methods ul li img:hover {
  opacity: 1;
}
footer .footer-middle .social-media {
  padding-right: 30px;
}
footer .footer-middle .social-media .social-media-link {
  background: white;
  color: #222223;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 35px;
  margin: 0 9px 13px 0;
  position: relative;
  vertical-align: top;
  width: 35px;
}
footer .footer-middle .social-media .social-media-link:hover,
footer .footer-middle .social-media .social-media-link:active,
footer .footer-middle .social-media .social-media-link:focus {
  background: #222223;
}
footer .footer-middle .social-media .social-media-link:hover i,
footer .footer-middle .social-media .social-media-link:active i,
footer .footer-middle .social-media .social-media-link:focus i {
  color: white;
}
footer .footer-middle .social-media .social-media-link i {
  -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%;
}
footer .footer-bottom {
  background: #f07f04;
  color: white;
  font-size: 16px;
  line-height: 45px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    font-size: 14px;
  }
}
footer .footer-bottom a {
  color: white;
}
footer .footer-bottom ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
footer .footer-bottom ul li a,
footer .footer-bottom ul li span {
  color: white;
  padding: 0 13px 0 0;
}
footer .footer-bottom ul li:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: white;
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
}
@media (max-width: 767px) {
  footer .footer-bottom ul li:after {
    height: 35%;
    width: 2px;
  }
}
footer .footer-bottom ul li:first-child a,
footer .footer-bottom ul li:first-child span {
  padding-left: 0;
}
footer .footer-bottom ul li:last-child a,
footer .footer-bottom ul li:last-child span {
  padding-right: 0;
}
footer .footer-bottom ul li:last-child:after {
  display: none;
}
footer .footer-bottom .created-by {
  float: right;
}
@media (max-width: 991px) {
  footer .footer-bottom .created-by {
    float: left;
  }
}
.scroller {
  bottom: 15px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
}
.scroller:hover:before,
.scroller:active:before,
.scroller:focus:before {
  color: #000;
}
.scroller:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f0aa';
  font-family: FontAwesome;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
}
