/* Form Steps (arrows)
 ============================================================================ */
/* Alert colors
 ============================================================================ */
/* Screen sizes
 ============================================================================ */
/* Body
 ============================================================================ */
body {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body * {
  font-family: inherit;
}
/* Titles
 ============================================================================ */
h1 {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}
h2 {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 40px 0 20px 0;
}
h2:first-child {
  margin-top: 0;
}
h2 + h4 {
  margin-top: 0;
}
h2 a {
  color: #c9237e;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #b31f70;
  text-decoration: underline;
}
h3 {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
h3:first-child {
  margin-top: 0;
}
h3 + h4 {
  margin-top: 0;
}
h3 a {
  color: #c9237e;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #b31f70;
  text-decoration: underline;
}
h4 {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
h4:first-child {
  margin-top: 0;
}
h4 a {
  color: #c9237e;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #b31f70;
  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: #b31f70;
  font-weight: 500;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #9e1b63;
}
/* General form settings
 ============================================================================ */
.form-control {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-control:active,
.form-control:focus {
  border-color: #c9237e;
}
.form-group {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.form-group.required > label:after {
  content: ' *';
  color: #d9534f;
  font-weight: 500;
}
.form-group.no-bottom {
  margin-bottom: 0;
}
.form-group label {
  color: rgba(53, 53, 53, 0.7);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.form-group label .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group label .btn-tooltip:hover,
.form-group label .btn-tooltip:active,
.form-group label .btn-tooltip:focus {
  color: #333333;
}
.form-group fieldset legend .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group fieldset legend .btn-tooltip:hover,
.form-group fieldset legend .btn-tooltip:active,
.form-group fieldset legend .btn-tooltip:focus {
  color: #333333;
}
.form-group-row {
  margin-bottom: 0;
}
.form-group .form-group-content {
  position: relative;
}
.form-group .form-group-content .prefix + input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group-address {
  margin-bottom: 0;
}
.form-group-autocomplete .chosen-container {
  display: inline-block;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.form-group-autocomplete .chosen-container a {
  cursor: pointer;
  text-decoration: none;
}
.form-group-autocomplete .chosen-container .chosen-drop {
  background: white;
  border: 1px solid #c9237e;
  border-top: 0;
  font-size: 14px;
  left: -9999px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search {
  margin: 0;
  padding: 5px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search:before {
  color: #555555;
  content: '\f002';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 21px;
  top: 5px;
  width: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search input[type="text"] {
  background: none;
  border: 1px solid #aaa;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 4px 20px 4px 30px;
  width: 100%;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results {
  color: #353535;
  line-height: 1;
  margin: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li {
  display: none;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.disabled-result {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #c9237e;
  color: white;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.no-results {
  background: none;
  color: #131313;
  display: list-item;
  font-style: italic;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-option {
  padding-left: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.form-group-autocomplete .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.form-group-autocomplete .chosen-container .search-choice .group-name,
.form-group-autocomplete .chosen-container .chosen-single .group-name {
  color: #222222;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container .search-choice .group-name:after,
.form-group-autocomplete .chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:-webkit-autofill,
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:-webkit-autofill:hover,
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:-webkit-autofill:focus,
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:active,
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single:focus {
  border-color: #c9237e;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr {
  background: none;
  display: block;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div {
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div b:before {
  color: #999999;
  content: '\f0d7';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-default {
  color: #555555;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect span {
  margin-right: 40px;
}
.form-group-autocomplete .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop .chosen-search {
  left: -9999px;
  position: absolute;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:-webkit-autofill,
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:-webkit-autofill:hover,
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:-webkit-autofill:focus,
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:active,
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices:focus {
  border-color: #c9237e;
}
.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: #353535;
  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 {
  border: 1px solid #c9237e;
}
.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: #353535 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.form-group-checkbox input {
  display: none;
}
.form-group-checkbox input:checked + label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.form-group-checkbox label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  text-transform: none;
}
.form-group-checkbox label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(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: #c9237e;
  border: none;
  content: '';
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 10px;
  z-index: 2;
}
.form-group-checkbox label:after {
  background: none;
  border: 1px solid #c9237e;
  content: '' !important;
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 14px;
  z-index: 1;
}
.form-group-checkboxes fieldset legend {
  border: none;
  box-shadow: none;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-checkboxes .form-group-checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group-checkboxes .form-group-checkbox:first-child {
  margin-top: 0;
}
.form-group-checkboxes .children {
  margin-left: 20px;
  margin-top: 5px;
}
.form-group-date .form-group-content {
  width: 175px;
}
.form-group-datetime select {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-datetime select:-webkit-autofill,
.form-group-datetime select:-webkit-autofill:hover,
.form-group-datetime select:-webkit-autofill:focus,
.form-group-datetime select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-datetime select:active,
.form-group-datetime select:focus {
  border-color: #c9237e;
}
.form-group-email input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-email input:-webkit-autofill,
.form-group-email input:-webkit-autofill:hover,
.form-group-email input:-webkit-autofill:focus,
.form-group-email input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-email input:active,
.form-group-email input:focus {
  border-color: #c9237e;
}
.form-group-file-image fieldset legend {
  border: none;
  box-shadow: none;
  color: #353535;
  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 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-number .form-group-content input:-webkit-autofill,
.form-group-number .form-group-content input:-webkit-autofill:hover,
.form-group-number .form-group-content input:-webkit-autofill:focus,
.form-group-number .form-group-content input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-number .form-group-content input:active,
.form-group-number .form-group-content input:focus {
  border-color: #c9237e;
}
.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 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-password input:-webkit-autofill,
.form-group-password input:-webkit-autofill:hover,
.form-group-password input:-webkit-autofill:focus,
.form-group-password input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-password input:active,
.form-group-password input:focus {
  border-color: #c9237e;
}
.form-group-period {
  margin-bottom: 0;
}
.form-group-period fieldset legend {
  border: none;
  box-shadow: none;
  color: #353535;
  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 .form-group-content {
  width: 175px;
}
.form-group-phone-number .intl-tel-input {
  display: block;
}
.form-group-phone-number .intl-tel-input .iti-flag {
  background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-group-phone-number .intl-tel-input .iti-flag {
    background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags@2x.png');
  }
}
.form-group-radio .form-group-radio {
  margin-bottom: 5px;
}
.form-group-radio .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.form-group-radio .form-group-radio input {
  display: none;
}
.form-group-radio .form-group-radio input:checked + label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.form-group-radio .form-group-radio label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  text-transform: none;
}
.form-group-radio .form-group-radio label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(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: #c9237e;
  border-radius: 50%;
  border: none;
  content: '';
  display: block;
  height: 8px;
  left: 2px;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 8px;
  z-index: 2;
}
.form-group-radio .form-group-radio label:after {
  background: none;
  border-radius: 50%;
  border: 1px solid #c9237e;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 12px;
  z-index: 1;
}
.form-group-readonly .label {
  color: rgba(53, 53, 53, 0.7);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.form-group-select select {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-select select:-webkit-autofill,
.form-group-select select:-webkit-autofill:hover,
.form-group-select select:-webkit-autofill:focus,
.form-group-select select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-select select:active,
.form-group-select select:focus {
  border-color: #c9237e;
}
.form-group-select .form-group-checkbox {
  margin-bottom: 5px;
}
.form-group-select .form-group-checkbox:last-child {
  margin-bottom: 0;
}
.form-group-tel input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-tel input:-webkit-autofill,
.form-group-tel input:-webkit-autofill:hover,
.form-group-tel input:-webkit-autofill:focus,
.form-group-tel input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-tel input:active,
.form-group-tel input:focus {
  border-color: #c9237e;
}
.form-group-text input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.form-group-text input:-webkit-autofill,
.form-group-text input:-webkit-autofill:hover,
.form-group-text input:-webkit-autofill:focus,
.form-group-text input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-text input:active,
.form-group-text input:focus {
  border-color: #c9237e;
}
.form-group-textarea textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ececec;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  color: #353535;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  outline: none;
  padding: 6px 12px;
  width: 100%;
  height: 100px;
  resize: none;
}
.form-group-textarea textarea:-webkit-autofill,
.form-group-textarea textarea:-webkit-autofill:hover,
.form-group-textarea textarea:-webkit-autofill:focus,
.form-group-textarea textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group-textarea textarea:active,
.form-group-textarea textarea:focus {
  border-color: #c9237e;
}
.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;
  border: none;
}
/* Errors
 ============================================================================ */
.form-group .parsley-errors-list.filled {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
.form-group .parsley-errors-list.filled:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
.form-group .parsley-errors-list.filled li {
  color: #d9534f;
  line-height: 22px;
}
.form-group .error-message {
  color: #d9534f;
  line-height: 22px;
  padding: 5px 0 0 0;
}
.form-group .error-message:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
/* Reusable functions
 ============================================================================ */
.no-border {
  border: none;
  box-shadow: none;
}
@keyframes bounceInDown {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
@keyframes bounceInDownHover {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.bounceInDownHover {
  -webkit-animation-name: bounceInDownHover;
  -moz-animation-name: bounceInDownHover;
  -o-animation-name: bounceInDownHover;
  animation-name: bounceInDownHover;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
/* Buttons
 ============================================================================ */
.btn {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
.btn-accent-1 {
  background: #c9237e;
  color: white;
  line-height: 46px;
  min-width: 210px;
}
@media (max-width: 1199px) {
  .btn-accent-1 {
    line-height: 40px;
    min-width: 0;
  }
}
.btn-accent-1:hover,
.btn-accent-1:active,
.btn-accent-1:focus {
  background: #b31f70;
  color: white;
}
.btn-accent-2 {
  background: #c9237e;
  color: white;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .btn-accent-2 {
    line-height: 40px;
    min-width: 0;
  }
}
.btn-accent-2:hover,
.btn-accent-2:active,
.btn-accent-2:focus {
  background: #b31f70;
  color: white;
}
.btn-accent-3 {
  background: #e3e2e7;
  color: white;
  line-height: 46px;
  min-width: 210px;
}
@media (max-width: 1199px) {
  .btn-accent-3 {
    line-height: 40px;
    min-width: 0;
  }
}
.btn-accent-3:hover,
.btn-accent-3:active,
.btn-accent-3:focus {
  background: #d6d4db;
  color: white;
}
.btn-accent-4 {
  background: #353535;
  color: white;
  line-height: 46px;
  min-width: 210px;
}
@media (max-width: 1199px) {
  .btn-accent-4 {
    line-height: 40px;
    min-width: 0;
  }
}
.btn-accent-4:hover,
.btn-accent-4:active,
.btn-accent-4:focus {
  background: #282828;
  color: white;
}
.btn-border {
  border-bottom: 5px solid #c9237e;
  border-radius: 0;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #de4197;
  margin-top: 3px;
  border-bottom: 2px solid #c9237e;
}
.btn-link {
  padding: 2px 10px;
  background: none;
  border: 1px solid #c9237e;
  color: #c9237e;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.btn-copy {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-copy:before {
  content: '\f0ea';
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
}
.btn-check {
  background: #3c763d;
  color: white;
}
.btn-check:hover,
.btn-check:active,
.btn-check:focus {
  background: #3c763d;
  color: white;
}
.btn-check:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
}
.btn-order {
  background-color: #de4197;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #9e1b63;
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
}
.btn-order:hover,
.btn-order:active,
.btn-order:focus {
  background-color: #c9237e;
  border-bottom: 2px solid #9e1b63;
  margin-top: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #b31f70;
  border-radius: 0;
  box-shadow: none;
  color: white;
}
.btn-no-layout {
  background: none;
  color: #c9237e;
}
.btn-no-layout:hover,
.btn-no-layout:active,
.btn-no-layout:focus {
  background: none;
  box-shadow: none;
  color: #b31f70;
  text-decoration: underline;
}
.btn-shopping-icon:before {
  content: '\f291';
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.btn-favorite-icon:before {
  content: '\f004';
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
}
.btn-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-inline {
    display: block;
    float: left;
    margin-left: 0;
  }
}
.btn-default {
  background: #eee;
  color: #999;
  padding: 5px 15px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #eee;
  color: #353535;
}
.btn-delete {
  background-color: #d9534f;
  min-height: 40px;
}
.btn-delete:hover,
.btn-delete:active,
.btn-delete:focus {
  background-color: #d43f3a;
  border-radius: 0;
  color: white;
}
.btn-group .btn {
  border-radius: 0;
  margin-right: 15px;
  margin-top: 15px;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group .btn:last-child:not(:first-child) {
  border-radius: 0;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group input[type="submit"] {
  margin-top: 0;
}
.btn-group input[type="submit"] + a {
  line-height: 40px;
}
.btn-group input[type="submit"] + button {
  margin-top: 0;
}
.btn-sm {
  padding: 2px 10px;
}
.btn-md {
  padding: 5px 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn-md {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.btn-more {
  float: right;
  margin-top: 8px;
  text-transform: none;
}
/* icons
 ============================================================================ */
.icon {
  padding: 5px 0 5px 25px;
  position: relative;
}
.icon:before {
  color: rgba(201, 35, 126, 0.8);
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-time:before {
  content: '\f017';
}
.icon-doctor:before {
  content: '\f0f0';
}
.icon-location:before {
  content: '\f041';
}
.icon-whatsapp:before {
  content: '\f232';
}
.icon-mail:before {
  content: '\f0e0';
}
.icon-phone:before {
  content: '\f095';
}
.icon-date:before {
  content: '\f133';
}
.icon-chat:before {
  content: '\f0e6';
}
.icon-euro:before {
  content: '\f153';
}
.icon-lock:before {
  content: '\f023';
}
.icon-truck:before {
  content: '\f0d1';
}
.icon-smiley:before {
  content: '\f118';
}
.icon-package:before {
  content: '\f16b';
}
.icon-thumb:before {
  content: '\f164';
}
.icon-arrow:before {
  content: '\f054';
}
.icon-map:before {
  content: '\f278';
}
/* Banner
 ============================================================================ */
.banner {
  height: 245px;
  overflow: hidden;
  position: relative;
}
.banner img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 2000px;
  opacity: 1;
  position: absolute;
  top: 50%;
}
.banner .container {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 30px;
  left: 50%;
  position: absolute;
}
.banner .container h1 {
  color: white;
  margin: 0;
}
/* A-Z
 ============================================================================ */
.az-letter-overview ul {
  height: auto;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.az-letter-overview ul li {
  float: left;
  margin-bottom: 2px;
  margin-right: 5px;
}
.az-letter-overview ul li a,
.az-letter-overview ul li span {
  border-radius: 0;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li span:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li span:active,
.az-letter-overview ul li a:focus,
.az-letter-overview ul li span:focus {
  text-decoration: none;
}
.az-letter-overview ul li a {
  background-color: #c9237e;
}
.az-letter-overview ul li a:hover,
.az-letter-overview ul li a:active,
.az-letter-overview ul li a:focus {
  background-color: #de4197;
}
.az-letter-overview ul li span {
  background-color: #ed98c7;
}
.az-letter-item h2 {
  color: #c9237e;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
}
.az-letter-item .letter-item-cols:before {
  color: #c9237e;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
}
.az-letter-item .letter-item-cols a {
  color: #c9237e;
  display: inline-block;
  padding-left: 13px;
}
/* Filter (sidebar)
 ============================================================================ */
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 20px;
  }
}
.sidebar .product-filter-wrapper {
  padding-bottom: 25px;
}
.sidebar .product-filter-wrapper .product-filter-title {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .sidebar .product-filter-wrapper .product-filter-title {
    display: none;
  }
}
.sidebar .product-filter-wrapper .product-filter-title .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(201, 35, 126, 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(201, 35, 126, 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(201, 35, 126, 0.75);
  content: '\f054';
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-title.collapsed {
  margin-bottom: 0;
}
.sidebar .product-filter-wrapper .product-filter-list {
  overflow: hidden;
}
@media (min-width: 767px) {
  .sidebar .product-filter-wrapper .product-filter-list {
    display: block;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter {
  background: #f9f9f9;
  margin-bottom: 10px;
  padding: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.loading {
  opacity: 0.5;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 {
  color: #c9237e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  position: relative;
  text-transform: uppercase;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3 .after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(201, 35, 126, 0.75);
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 0;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='false']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(201, 35, 126, 0.75);
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 0;
  width: 30px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter h3[aria-expanded='true']:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(201, 35, 126, 0.75);
  content: '\f054';
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 0;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less {
  margin-top: 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less {
  cursor: pointer;
  display: block;
  padding-left: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-less:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-less:before {
  content: '\f139';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .more .show-more:before,
.sidebar .product-filter-wrapper .product-filter-list .product-filter .less .show-more:before {
  content: '\f13a';
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
  width: 66px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sidebar .product-filter-wrapper .product-filter-list .product-filter .input {
    width: 55px;
  }
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter > .form-group {
  margin: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item {
  margin-bottom: 2px;
  padding-right: 15px;
  position: relative;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item label {
  padding-right: 35px;
  word-break: break-all;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter .filter-item .filter-item-count {
  background-color: #f6f6f6;
  color: #353535;
  min-width: 30px;
  text-align: center;
  position: absolute;
  padding: 0px 6px;
  right: 0;
  top: 0;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price {
  padding: 20px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs {
  margin: 0 auto;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label {
  display: inline;
  color: #999;
  font-weight: 400;
  margin-right: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs label[for='input-max']:before {
  content: '-';
  font-size: 22px;
  padding: 0 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .price-inputs .input {
  border: 1px solid #aaa;
  color: #999;
  height: 30px;
  padding-left: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal {
  height: 12px;
  margin: 15px 10px 0 10px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base {
  background-color: #ededec;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin {
  background-color: #ededec;
  box-shadow: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin:first-child {
  background-color: #c9237e;
}
.sidebar .product-filter-wrapper .product-filter-list .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-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item {
  margin-top: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .current-item {
  margin-top: 5px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-current-item {
  margin-left: 7px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .filter-item.has-parent-item {
  margin-left: 14px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-tree .parent-item + .current-item {
  margin-left: 7px;
}
.sidebar .product-filter-wrapper .product-filter-list .product-filter.filter-stock .filter-item label {
  padding-right: 0;
}
/* Item List
 ============================================================================ */
.items-list .list-content .items-col-3 .item-1,
.items-list .list-content .items-col-3 .item-2,
.items-list .list-content .items-col-3 .item-3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-3 .item-2,
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-3 .item-3 {
    margin-top: 30px;
  }
}
.items-list .list-content .items-col-4 .item-1,
.items-list .list-content .items-col-4 .item-2,
.items-list .list-content .items-col-4 .item-3,
.items-list .list-content .items-col-4 .item-4 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-2 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .items-list .list-content .items-col-4 .item-3,
  .items-list .list-content .items-col-4 .item-4 {
    margin-top: 30px;
  }
}
.items-list .list-content .item {
  background: white;
  border-radius: 0;
  border: 1px solid rgba(178, 178, 178, 0.2);
  margin-top: 30px;
  padding: 15px;
}
.items-list .list-content .item .image .img-responsive {
  margin: 0 auto;
}
.items-list .list-content .item .info {
  position: relative;
}
.items-list .list-content .item .info .introduction {
  padding: 0;
}
.items-list .list-content .item .info .introduction p {
  margin: 0;
}
.items-list .list-content .item .info h3 {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0;
}
.items-list .list-content .item .info h3 a {
  color: #353535;
}
.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 .list-bottom {
  position: relative;
}
/* Pagination numbers
 ============================================================================ */
.pagination {
  display: table;
  list-style: none;
  margin: 15px auto;
  padding: 0;
}
@media (max-width: 767px) {
  .pagination {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    margin-top: 10px;
    position: static;
    width: 100%;
  }
}
.pagination li {
  display: block;
  float: left;
  margin: 0 2px;
}
.pagination li span,
.pagination li a {
  border: 1px solid #c9237e;
  border-radius: 0;
  color: #000;
  display: inline-block;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:active,
.pagination li a:active,
.pagination li span:focus,
.pagination li a:focus {
  background: #c9237e;
  border: 1px solid #c9237e;
  color: white;
}
.pagination li.active span {
  background-color: #c9237e;
  border: none;
  border-radius: 0;
  color: white;
}
.pagination li.active span:hover,
.pagination li.active span:active,
.pagination li.active span:focus {
  background-color: #c9237e;
  color: white;
}
.pagination li:last-child a {
  border-radius: 0;
}
.pagination li.next span,
.pagination li.prev span,
.pagination li.next a,
.pagination li.prev a {
  background-color: white;
  border: none;
  color: #c9237e;
  width: auto;
}
.pagination li.next span:hover,
.pagination li.prev span:hover,
.pagination li.next a:hover,
.pagination li.prev a:hover,
.pagination li.next span:active,
.pagination li.prev span:active,
.pagination li.next a:active,
.pagination li.prev a:active,
.pagination li.next span:focus,
.pagination li.prev span:focus,
.pagination li.next a:focus,
.pagination li.prev a:focus {
  color: #b31f70;
  text-decoration: underline;
}
.pagination li.next.disabled span,
.pagination li.prev.disabled span,
.pagination li.next.disabled a,
.pagination li.prev.disabled a {
  color: rgba(201, 35, 126, 0.5);
  text-decoration: none;
}
.pagination li.next.next,
.pagination li.prev.next {
  margin-left: 10px;
}
.pagination li.next.prev,
.pagination li.prev.prev {
  margin-right: 10px;
}
.counter {
  color: #a0a0a0;
  line-height: 24px;
  padding-left: 15px;
}
/* Alerts
 ============================================================================ */
.alerts .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alerts .alert-success a {
  color: #3c763d;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alerts .alert-danger a {
  color: #a94442;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alerts .alert-warning a {
  color: #8a6d3b;
  font-weight: 600;
  text-decoration: underline;
}
.alerts .alert-info {
  background: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
.alerts .alert-info a {
  color: #31708f;
  font-weight: 600;
  text-decoration: underline;
}
.alert {
  margin: 20px 0;
}
.alert i {
  padding-right: 5px;
}
body .sweet-alert {
  border-radius: 0;
  font-family: inherit;
}
body .sweet-alert h2 {
  color: #c9237e;
  margin: 0 0 25px 0;
}
body .sweet-alert fieldset {
  margin: 5px 0;
}
body .sweet-alert .sa-button-container button {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
}
body .sweet-alert .sa-button-container .confirm {
  background: #c9237e !important;
  box-shadow: none !important;
}
body .sweet-alert .sa-button-container .confirm:hover {
  background: #b31f70 !important;
}
/* Fancybox overlay
 ============================================================================ */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.75);
}
/* introduction contentblocks
 ============================================================================ */
.introduction {
  padding-bottom: 20px;
  font-style: italic;
  color: rgba(53, 53, 53, 0.8);
}
.page-controller-account .introduction {
  color: #999;
}
/* List item
 ============================================================================ */
.list-item {
  padding: 3px 0;
}
.list-item .list-label {
  display: inline-block;
  color: #666;
  font-size: 13px;
  vertical-align: top;
  width: 42%;
}
@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 {
  background: white;
  border: 1px solid rgba(201, 35, 126, 0.2);
  margin-bottom: 14px;
  margin-top: 40px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.list-item-block h2 {
  background: white;
  display: inline-block;
  font-weight: 300;
  left: 5px;
  font-size: 24px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: -14px;
}
@media (max-width: 767px) {
  .list-item-block h2 {
    font-size: 20px;
  }
}
.list-item-block > a {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  padding: 2px 10px;
  background: none;
  border: 1px solid #c9237e;
  color: #c9237e;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  bottom: 15px;
}
.list-item-block > a:hover,
.list-item-block > a:active,
.list-item-block > a:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
.list-item-block address {
  margin: 0;
}
@media (max-width: 767px) {
  .list-item-block .viewer {
    margin-top: 20px;
  }
}
.list-item-block .viewer .siemens-app-container {
  padding: 0;
}
.list-item-block .viewer .siemens-app-container .siemens-inner-app-container {
  height: 280px;
  width: 100%;
}
.list-item-block .btn-edit {
  bottom: -1px;
  font-size: 13px;
  position: absolute;
  right: -1px;
  border-color: #e3e2e7;
  color: rgba(53, 53, 53, 0.7);
}
.list-item-block .btn-edit:hover,
.list-item-block .btn-edit:active,
.list-item-block .btn-edit:focus {
  background: none;
  color: #c9237e;
}
/* Cookies banner
 ============================================================================ */
.eupopup-container {
  z-index: 20000000 !important;
}
.eupopup-container a {
  color: #c9237e !important;
}
/* Form steps (arrows)
 ============================================================================ */
.form-steps {
  height: auto;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .form-steps {
    background: #ffffff;
    padding: 15px;
  }
}
.form-steps li {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form-steps li {
    float: none;
    margin-left: 0;
    margin-right: 5px;
  }
}
.form-steps li:before {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid white;
  border-width: 21px;
  content: "";
  display: inline-block;
  float: left;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .form-steps li:before {
    content: none;
  }
}
.form-steps li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .form-steps li:last-child a:after,
  .form-steps li:last-child span:after {
    content: none;
  }
}
.form-steps li.enabled a,
.form-steps li.enabled span {
  background: #c9237e;
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-steps li.enabled a,
  .form-steps li.enabled span {
    background: none;
    color: #c9237e;
  }
}
.form-steps li.enabled a:after,
.form-steps li.enabled span:after {
  border-left-color: #c9237e;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:after,
  .form-steps li.enabled span:after {
    color: #c9237e;
  }
}
.form-steps li.enabled a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-steps li.enabled a:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .form-steps li.enabled a {
    color: #c9237e;
    text-decoration: underline;
  }
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    color: #b31f70;
  }
}
.form-steps li.enabled a:hover,
.form-steps li.enabled a:active,
.form-steps li.enabled a:focus {
  background: #c9237e;
  color: white;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover,
  .form-steps li.enabled a:active,
  .form-steps li.enabled a:focus {
    background: none;
    color: #c9237e;
  }
}
.form-steps li.enabled a:hover:after,
.form-steps li.enabled a:active:after,
.form-steps li.enabled a:focus:after {
  border-left-color: #c9237e;
}
@media (max-width: 767px) {
  .form-steps li.enabled a:hover:after,
  .form-steps li.enabled a:active:after,
  .form-steps li.enabled a:focus:after {
    color: #c9237e;
  }
}
.form-steps li.current a,
.form-steps li.current span {
  background: #881855;
  color: white;
  font-weight: 600;
}
.form-steps li.current a:after,
.form-steps li.current span:after {
  border-left-color: #881855;
}
@media (max-width: 767px) {
  .form-steps li.current a:after,
  .form-steps li.current span:after {
    color: #c9237e;
  }
}
@media (max-width: 767px) {
  .form-steps li.current a,
  .form-steps li.current span {
    background: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
  }
}
.form-steps li a,
.form-steps li span {
  background: rgba(201, 35, 126, 0.7);
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0px;
  padding: 10px 15px 10px 35px;
  position: relative;
}
@media (max-width: 991px) {
  .form-steps li a,
  .form-steps li span {
    font-size: 14px;
    padding: 8px 12px 8px 28px;
  }
}
@media (max-width: 767px) {
  .form-steps li a,
  .form-steps li span {
    background: none;
    padding: 5px 10px;
    color: rgba(136, 24, 85, 0.7);
  }
}
.form-steps li a:after,
.form-steps li span:after {
  background-color: transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid rgba(201, 35, 126, 0.7);
  border-width: 21px;
  content: "";
  display: inline-block;
  float: right;
  height: 0;
  position: absolute;
  right: -21px;
  top: 0;
  width: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .form-steps li a:after,
  .form-steps li span:after {
    border: none;
    content: "\f054";
    font-family: FontAwesome;
    right: 0;
    top: auto;
  }
}
/* Returning client and new client
 ============================================================================ */
.returning-client,
.login-form {
  background: #494640;
  color: white;
  margin-bottom: 30px;
  padding: 30px;
}
.returning-client .form-group input,
.login-form .form-group input {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.returning-client h2,
.login-form h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.returning-client h2,
.login-form h2,
.returning-client label,
.login-form label,
.returning-client a,
.login-form a {
  color: white;
}
.returning-client label,
.login-form label {
  font-size: 14px;
  font-weight: 300;
}
.returning-client .form-group-checkbox label:before,
.login-form .form-group-checkbox label:before {
  background: white;
}
.returning-client .form-group-checkbox label:after,
.login-form .form-group-checkbox label:after {
  border-color: white;
}
.returning-client .btn-group .btn,
.login-form .btn-group .btn {
  background: #c9237e;
  color: white;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  float: none;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .returning-client .btn-group .btn,
  .login-form .btn-group .btn {
    line-height: 40px;
    min-width: 0;
  }
}
.returning-client .btn-group .btn:hover,
.login-form .btn-group .btn:hover,
.returning-client .btn-group .btn:active,
.login-form .btn-group .btn:active,
.returning-client .btn-group .btn:focus,
.login-form .btn-group .btn:focus {
  background: #b31f70;
  color: white;
}
.returning-client .btn-group a,
.login-form .btn-group a {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}
.new-client {
  background: none;
  border: 1px solid rgba(73, 70, 64, 0.2);
  margin-bottom: 30px;
  padding: 30px;
}
.new-client h2 {
  color: #494640;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.new-client .content-block p {
  margin: 0;
}
.new-client .content-block .btn {
  margin-top: 30px;
}
/* Opening hours week
 ============================================================================ */
.page-openinghours-index .main-container #opening-hours-week h2 {
  max-width: 650px;
  line-height: 40px;
}
.page-openinghours-index .main-container #opening-hours-week h2 .week {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week h2 .week {
    font-size: 18px;
  }
}
.page-openinghours-index .main-container #opening-hours-week h2 a {
  display: block;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:first-of-type {
  float: left;
}
.page-openinghours-index .main-container #opening-hours-week h2 a:last-of-type {
  float: right;
}
.page-openinghours-index .main-container #opening-hours-week .week-day {
  margin-bottom: 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day:first-child {
  margin-top: 20px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: #F4F4F4;
  color: #353535;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .label,
  .page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
  .page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
    left: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day.closed .description,
.page-openinghours-index .main-container #opening-hours-week .week-day.open .description {
  background: none;
  padding: 0;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .day {
  font-weight: 600;
}
.page-openinghours-index .main-container #opening-hours-week .week-day.current .hours div {
  background: #c9237e;
  color: white;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .day {
  line-height: 34px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .day {
    position: relative;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours {
  padding-left: 240px;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container #opening-hours-week .week-day .hours {
    padding: 0;
  }
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div {
  background: #F4F4F4;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:after {
  display: none;
}
.page-openinghours-index .main-container #opening-hours-week .week-day .hours div:last-child {
  margin-right: 0;
}
.page-openinghours-index .main-container .closing-days {
  margin-top: 30px;
}
.page-openinghours-index .main-container .closing-days .day {
  margin-bottom: 10px;
  position: relative;
}
.page-openinghours-index .main-container .closing-days .day .date {
  position: absolute;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date {
    position: relative;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-fixed {
  display: block;
  line-height: 34px;
}
.page-openinghours-index .main-container .closing-days .day .date .date-period {
  line-height: 0.5;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period {
    display: inline-block;
    line-height: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .date .date-period span {
    display: inline-block;
  }
}
.page-openinghours-index .main-container .closing-days .day .date .date-period-till {
  display: block;
}
.page-openinghours-index .main-container .closing-days .day .description {
  background: none;
  display: inline-block;
  font-weight: 600;
  left: 240px;
  line-height: inherit;
  margin: 0 5px 5px 0;
  padding: 5px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-openinghours-index .main-container .closing-days .day .description {
    left: 0;
  }
}
.opening-hours-week .week-day {
  position: relative;
}
.opening-hours-week .week-day.closed .label,
.opening-hours-week .week-day.open .label,
.opening-hours-week .week-day.closed .description,
.opening-hours-week .week-day.open .description {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 100px;
  position: relative;
  text-align: left;
}
.opening-hours-week .week-day .day {
  position: absolute;
}
.opening-hours-week .week-day .hours {
  padding-left: 100px;
}
.opening-hours-week .week-day .hours .hours-item {
  display: inline-block;
}
.opening-hours-week .week-day .hours .hours-item:last-child:after {
  display: none;
}
.opening-hours-week .week-day .hours .hours-item:after {
  content: ' - ';
}
.opening-hours-week .week-day .hours .hours-item .till {
  display: inline;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors] {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:after,
.opening-hours-week .week-day .hours .hours-item .till a[x-apple-data-detectors]:before {
  display: none;
}
.payment-options {
  background: rgba(53, 53, 53, 0.05);
  margin: 30px 0;
  padding: 30px;
}
.page-controller-offers {
  background: url('../img/logo_small.svg') no-repeat bottom left;
  background-position-x: -400px;
  background-size: 1000px;
}
.page-controller-offers .form-content h2 {
  color: #494640;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-controller-offers .form-content .col-delivery-payment {
  border-left: 1px solid rgba(53, 53, 53, 0.2);
}
.page-controller-offers .form-content .address {
  margin-bottom: 30px;
}
.page-controller-offers .form-content .delivery-payment {
  padding-top: 30px;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
}
.page-controller-offers .delivery-time {
  background: rgba(53, 53, 53, 0.05);
  margin: 30px 0;
  padding: 30px;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .page-controller-offers .delivery-time {
    max-width: none;
  }
}
.page-controller-offers .personal-information {
  margin-bottom: 30px;
}
.page-controller-offers .dropzone {
  border: 2px dashed #c9237e;
}
.page-controller-offers .dropzone .dz-default:before {
  border-radius: 50%;
  border: 3px solid #353535;
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  height: 30px;
  line-height: 24px;
  margin-right: 15px;
  vertical-align: top;
  width: 30px;
}
.page-controller-offers .dropzone .dz-default span {
  display: inline-block;
  vertical-align: top;
}
.page-controller-offers .dropzone .dz-remove {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  background: #c9237e;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 30px;
  z-index: 20;
}
.page-controller-offers .dropzone .dz-remove:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  content: '\f00d';
  cursor: pointer;
  display: block;
  font-family: FontAwesome;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.offer-items .item {
  background: rgba(53, 53, 53, 0.05);
  margin-bottom: 30px;
  padding: 30px 30px 40px 30px;
  position: relative;
}
.offer-items .item .upload-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.offer-items .item .upload-title:after {
  content: ' *';
  color: #d9534f;
  font-weight: 500;
}
.offer-items .item [class*="original-item-file"] input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.offer-items .item [class*="original-item-file"] .parsley-errors-list {
  text-align: center;
}
.offer-items .item [class*="original-item-file"] .parsley-errors-list:before {
  display: inline-block;
  float: none;
}
.offer-items .item [class*="original-item-file"] .parsley-errors-list li {
  display: inline-block;
}
.offer-items .item [class*="original-item-file"] label {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: transparent;
  border: 2px solid #c9237e;
  color: #c9237e;
  cursor: pointer;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.offer-items .item [class*="original-item-file"] label:hover,
.offer-items .item [class*="original-item-file"] label:active,
.offer-items .item [class*="original-item-file"] label:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
.offer-items .item [class*="original-item-file"] label:before {
  content: '\f093';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
.offer-items .item [class*="original-item-file"] label:after {
  display: none;
}
.offer-items .item .btn-link {
  bottom: 7px;
  left: 30px;
  margin: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .offer-items .item .btn-link {
    position: static;
    display: table;
    margin: 0 auto 10px auto;
  }
}
.offer-items .item .btn-item-close {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  background: #c9237e;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 30px;
  z-index: 10;
}
.offer-items .item .btn-item-close:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  content: '\f00d';
  cursor: pointer;
  display: block;
  font-family: FontAwesome;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.offer-items .item .form-group-order {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .offer-items .item .viewer {
    margin-bottom: 20px;
  }
}
.offer-items .item .viewer .siemens-app-container {
  padding: 0;
}
.offer-items .item .viewer .siemens-app-container .siemens-inner-app-container {
  height: 350px;
  width: 100%;
}
.discount {
  color: #353535;
  margin: 30px 0;
}
.discount .discount-input {
  position: relative;
  margin-bottom: 5px;
}
.discount .discount-input .form-group {
  margin-bottom: 0;
}
.discount .discount-input input {
  padding-right: 40px;
}
.discount .discount-input button {
  border-radius: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 34px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
.discount .discount-code {
  background: rgba(227, 226, 231, 0.35);
  border-bottom: 2px solid #c9237e;
  margin-top: 10px;
  min-height: 30px;
  padding: 10px;
  position: relative;
}
.discount .discount-code .code {
  color: #454545;
  font-weight: 600;
}
.discount .discount-code button {
  background: none;
  border-radius: 0;
  color: #c9237e;
  height: 44px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.discount .discount-code button:hover,
.discount .discount-code button:active,
.discount .discount-code button:focus {
  color: #454545;
}
.table-wrapper .table-products .price-total {
  padding-right: 8px;
  text-align: right;
}
.table-totals {
  margin-bottom: 0;
}
.table-totals tr:first-child th,
.table-totals tr:first-child td {
  border-top: none;
}
.table-totals tr th,
.table-totals tr td {
  background: #eee;
}
.table-totals tr td {
  text-align: right;
}
.table-totals tr .total {
  background-color: #b31f70;
  border: none;
  color: white;
  font-weight: 700;
}
.table-totals tr.shipping-costs .form-group {
  margin-bottom: 0;
}
.table-totals tr.shipping-costs th,
.table-totals tr.shipping-costs td {
  border-top: none;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  padding-top: 0;
}
.page-offers-stepconfirmation .page-title,
.page-account-offerconfirmation .page-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
.page-offers-stepconfirmation .main-container .content-block,
.page-account-offerconfirmation .main-container .content-block {
  text-align: center;
}
.page-offers-stepconfirmation .main-container .content-block .btn-accent-2,
.page-account-offerconfirmation .main-container .content-block .btn-accent-2 {
  margin-top: 30px;
}
.item-block {
  background: #fafafa;
  border: 1px solid rgba(201, 35, 126, 0.2);
  margin-top: 30px;
  min-height: 260px;
  padding: 30px;
}
.guideline {
  background: #000;
  margin-bottom: 30px;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}
.guideline:before {
  -webkit-transform: translate(0, 25%);
  -moz-transform: translate(0 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  transition-duration: 0.8s;
  transition-property: clip-path, transform;
  transition-timing-function: ease;
  background: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 100%, 0 5%, 100% 100%, 100% 100%);
  clip-path: polygon(0 100%, 0 5%, 100% 100%, 100% 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.guideline:hover:before,
.guideline:active:before,
.guideline:focus:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}
.guideline:hover .content-block h3,
.guideline:active .content-block h3,
.guideline:focus .content-block h3 {
  -webkit-transform: translate(0, 90%);
  -moz-transform: translate(0 90%);
  -ms-transform: translate(0, 90%);
  transform: translate(0, 90%);
  bottom: 90%;
  width: calc(100% - 80px);
  text-align: left;
}
.guideline:hover .content-block ul,
.guideline:active .content-block ul,
.guideline:focus .content-block ul {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.1s;
}
.guideline:hover .content-block .btn,
.guideline:active .content-block .btn,
.guideline:focus .content-block .btn {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.2s;
}
.guideline img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 110%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 1;
}
@media (max-width: 1199px) {
  .guideline img {
    height: 115%;
  }
}
@media (max-width: 991px) {
  .guideline img {
    height: 180%;
  }
}
.guideline .content-block {
  transition-duration: 0.8s;
  transition-property: position;
  transition-timing-function: ease;
  color: white;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 2;
  min-height: 100%;
  padding: 30px 30px 30px 40px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .guideline .content-block {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.guideline .content-block > h3 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  bottom: 30px;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  width: 150px;
  z-index: 15;
}
@media (max-width: 767px) {
  .guideline .content-block > h3 {
    margin: 20px 0;
  }
}
.guideline .content-block > ul {
  -webkit-transform: translate(0, 160%);
  -moz-transform: translate(0 160%);
  -ms-transform: translate(0, 160%);
  transform: translate(0, 160%);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  list-style: none;
  margin-top: 60px;
  opacity: 0;
  padding: 0;
}
.guideline .content-block > ul li {
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}
.guideline .content-block > ul li:before {
  content: '\f0c8';
  font-family: FontAwesome;
  font-size: 8px;
  left: 0;
  line-height: 22px;
  position: absolute;
}
.guideline .content-block > ul ul {
  list-style: none;
  padding: 4px 0 0 0;
}
.guideline .content-block .btn {
  -webkit-transform: translate(0, 220px);
  -moz-transform: translate(0 220px);
  -ms-transform: translate(0, 220px);
  transform: translate(0, 220px);
  background: none;
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  border: 2px solid white;
  bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .guideline .content-block .btn {
    width: calc(100% - 60px);
  }
}
.guideline .content-block .btn:hover,
.guideline .content-block .btn:active,
.guideline .content-block .btn:focus {
  background: white;
  color: #353535;
}
.viewer-placeholder {
  background: #e3e2e7;
  display: table;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.viewer-placeholder img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50% -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 80%;
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  width: 80%;
}
.viewer-placeholder .message {
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(53, 53, 53, 0.9);
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-group .panel .panel-heading {
  background: #353535;
  border-radius: 0;
  color: white;
  padding: 0;
}
.panel-group .panel .panel-heading h4 {
  font-size: 14px;
}
.panel-group .panel .panel-heading h4 a {
  color: white;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:active,
.panel-group .panel .panel-heading h4 a:focus {
  background: #c9237e;
  color: white;
}
.panel-group .panel .panel-heading h4 a[aria-expanded=true] {
  background: #c9237e;
  color: white;
}
.panel-group .panel .panel-body {
  background: #c9237e;
  color: white;
}
.notice {
  padding: 13px 0;
}
.account-menu {
  background: #e3e2e7;
  border: 1px solid #eee;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 40px;
  }
}
.account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-menu ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #353535;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 10px 10px 30px;
  text-transform: uppercase;
  position: relative;
}
.account-menu ul li a:before {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100% 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  color: white;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.account-menu ul li a:hover,
.account-menu ul li a:active,
.account-menu ul li a:focus {
  color: #353535;
  padding-left: 50px;
  text-decoration: none;
}
.account-menu ul li a:hover:before,
.account-menu ul li a:active:before,
.account-menu ul li a:focus:before {
  -webkit-transform: translate(-1px, 0);
  -moz-transform: translate(-1px 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
.account-block {
  border: 1px solid rgba(201, 35, 126, 0.2);
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.account-block h2 {
  background: white;
  display: inline-block;
  font-weight: 300;
  left: 5px;
  font-size: 24px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: -14px;
}
@media (max-width: 767px) {
  .account-block h2 {
    font-size: 20px;
  }
}
.account-block > a {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  padding: 2px 10px;
  background: none;
  border: 1px solid #c9237e;
  color: #c9237e;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.account-block > a:hover,
.account-block > a:active,
.account-block > a:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
.account-block .list-items {
  list-style: none;
  padding: 0;
}
.address-item {
  position: relative;
  border-bottom: 1px solid #e3e2e7;
  margin-top: 15px;
}
.address-item:first-child {
  margin-top: 0;
}
.address-item:last-child {
  border-bottom: none;
}
.address-item a {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  padding: 2px 10px;
  background: none;
  border: 1px solid #c9237e;
  color: #c9237e;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.address-item a:hover,
.address-item a:active,
.address-item a:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
.delivery-addresses .addresses + a {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: #c9237e;
  color: white;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}
.delivery-addresses .addresses + a:hover,
.delivery-addresses .addresses + a:active,
.delivery-addresses .addresses + a:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .delivery-addresses .addresses + a {
    line-height: 40px;
    min-width: 0;
  }
}
.delivery-addresses .addresses + a:hover,
.delivery-addresses .addresses + a:active,
.delivery-addresses .addresses + a:focus {
  background: #b31f70;
  color: white;
}
.page-account-informationindex .personal-information,
.page-account-addressesindex .personal-information {
  background: url('../img/account_personalinfo.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .personal-information,
  .page-account-addressesindex .personal-information {
    background: none;
  }
}
.page-account-informationindex .address-information,
.page-account-addressesindex .address-information {
  background: url('../img/account_address.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .address-information,
  .page-account-addressesindex .address-information {
    background: none;
  }
}
.page-account-informationindex .address-information .address-item,
.page-account-addressesindex .address-information .address-item {
  margin-top: 20px;
}
.page-account-informationindex .address-information .address-item:first-child,
.page-account-addressesindex .address-information .address-item:first-child {
  margin-top: 0;
}
.page-account-informationindex .address-information .address-item h3,
.page-account-addressesindex .address-information .address-item h3 {
  color: #353535;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.page-account-informationindex .address-information .address-item .list-items,
.page-account-addressesindex .address-information .address-item .list-items {
  padding: 0;
}
.page-account-informationindex .login-information,
.page-account-addressesindex .login-information {
  background: url('../img/account_login.png') no-repeat top right;
}
@media (max-width: 500px) {
  .page-account-informationindex .login-information,
  .page-account-addressesindex .login-information {
    background: none;
  }
}
@media (max-width: 767px) {
  .page-account-informationindex .login-information .list-item .list-label,
  .page-account-addressesindex .login-information .list-item .list-label {
    width: 35%;
  }
}
.page-controller-account .form-group-number .form-group-content {
  width: 100%;
}
.page-account-offerdetail .list-item-block .list-item .list-value.external {
  padding-left: 42%;
  font-weight: 400;
}
.page-account-offerdetail #order-partialModal .message {
  margin-bottom: 20px;
}
.page-account-offerdetail .item .recalculate-message {
  display: none;
  margin-bottom: 30px;
}
.page-account-offerdetail #shopping-cart-widget tr.recalculate {
  text-decoration: line-through;
}
.page-contact-index .contact-form {
  background: white;
  border: 1px solid #e3e2e7;
  padding: 20px;
}
@media (max-width: 1199px) {
  .page-contact-index .contact-form input,
  .page-contact-index .contact-form textarea {
    width: 100%;
  }
}
.page-contact-index .contact-form button {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: #c9237e;
  color: white;
  line-height: 46px;
  min-width: 210px;
}
.page-contact-index .contact-form button:hover,
.page-contact-index .contact-form button:active,
.page-contact-index .contact-form button:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .page-contact-index .contact-form button {
    line-height: 40px;
    min-width: 0;
  }
}
.page-contact-index .contact-form button:hover,
.page-contact-index .contact-form button:active,
.page-contact-index .contact-form button:focus {
  background: #b31f70;
  color: white;
}
.page-contact-index .contact-info {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-contact-index .contact-info {
    margin-top: 20px;
  }
}
.page-contact-index .contact-info #map {
  width: 100%;
  height: 400px;
}
.page-discounts-index .discount-form {
  background: white;
  border: 1px solid #e3e2e7;
  padding: 20px;
}
@media (max-width: 1199px) {
  .page-discounts-index .discount-form input,
  .page-discounts-index .discount-form textarea {
    width: 100%;
  }
}
.page-discounts-index .discount-form button {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: #c9237e;
  color: white;
  line-height: 46px;
  min-width: 210px;
}
.page-discounts-index .discount-form button:hover,
.page-discounts-index .discount-form button:active,
.page-discounts-index .discount-form button:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .page-discounts-index .discount-form button {
    line-height: 40px;
    min-width: 0;
  }
}
.page-discounts-index .discount-form button:hover,
.page-discounts-index .discount-form button:active,
.page-discounts-index .discount-form button:focus {
  background: #b31f70;
  color: white;
}
.page-homepage-index .homepage-title {
  display: none;
}
.page-homepage-index .intro-container {
  background: #e3e2e7;
  padding: 30px 0 50px 0;
  position: relative;
}
@media (min-width: 1300px) {
  .page-homepage-index .intro-container .container {
    width: 1300px;
  }
}
.page-homepage-index .intro-container .content-block {
  font-size: 18px;
  line-height: 1.75;
  padding: 30px;
  background: #e3e2e7;
}
.page-homepage-index .intro-container .content-block h2 {
  color: #353535;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-homepage-index .intro-container .content-block h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.page-homepage-index .intro-container .content-block .btn {
  margin-top: 15px;
}
.page-homepage-index .quote-container {
  background: url('../img/quote_bg.jpg') fixed #353535;
  background-size: cover;
}
.page-homepage-index .quote-container .quote-background {
  background: rgba(53, 53, 53, 0.4);
  padding: 60px 0;
}
.page-homepage-index .quote-container .quote-background .quote {
  color: white;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .quote-container .quote-background .quote {
    font-size: 18px;
    padding: 0 20px;
  }
}
.page-homepage-index .quote-container .quote-background .quote p {
  display: inline-block;
  position: relative;
}
.page-homepage-index .quote-container .quote-background .quote p:before {
  color: rgba(255, 255, 255, 0.6);
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 22px;
  left: -30px;
  position: absolute;
  top: -10px;
}
.page-homepage-index .quote-container .quote-background .quote p:after {
  bottom: -10px;
  color: rgba(255, 255, 255, 0.6);
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  right: -30px;
}
.page-homepage-index .usps-container {
  padding: 15px 0 0 0;
}
.page-homepage-index .usps-container .container h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.page-homepage-index .usps-container .container .content-block {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .usps-container .container .content-block {
    margin-bottom: 30px;
    padding: 0;
  }
}
.page-homepage-index .usps-container .container .content-block h3 {
  color: #353535;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .usps-container .container .content-block h3 {
    margin: 20px 0;
  }
}
.page-homepage-index .usps-container .container .content-block:before {
  content: '';
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 100%;
}
.page-homepage-index .usps-container .container .content-block.homepage-usp-1:before {
  background: url('../img/usp1.png') no-repeat center;
  background-size: contain;
}
.page-homepage-index .usps-container .container .content-block.homepage-usp-2:before {
  background: url('../img/usp2.png') no-repeat center;
  background-size: contain;
}
.page-homepage-index .usps-container .container .content-block.homepage-usp-3:before {
  background: url('../img/usp3.png') no-repeat center;
  background-size: contain;
}
.page-homepage-index .usps-container .container .content-block.homepage-usp-4:before {
  background: url('../img/usp4.png') no-repeat center;
  background-size: contain;
}
.page-homepage-index .usps-container .btn-accent-2 {
  display: table;
  margin: 60px auto 0 auto;
}
.page-homepage-index .steps-container {
  padding: 60px 0 50px 0;
}
.page-homepage-index .steps-container .container h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.page-homepage-index .steps-container .container .content-block {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block {
    margin-bottom: 30px;
    padding: 0;
  }
}
.page-homepage-index .steps-container .container .content-block h3 {
  color: #353535;
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block h3 {
    margin: 20px 0;
  }
}
.page-homepage-index .steps-container .container .content-block:before {
  content: '';
  display: block;
  height: 160px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block:before {
    height: 112px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-1:before {
  background: url('../img/step1.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-1:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-2:before {
  background: url('../img/step2.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-2:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-3:before {
  background: url('../img/step3.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-3:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-4:before {
  background: url('../img/step4.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-4:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-5:before {
  background: url('../img/step5.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-5:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .container .content-block.homepage-step-6:before {
  background: url('../img/step6.png') no-repeat center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .page-homepage-index .steps-container .container .content-block.homepage-step-6:before {
    background-size: 80px;
  }
}
.page-homepage-index .steps-container .btn-accent-2 {
  display: table;
  margin: 60px auto 0 auto;
}
.page-homepage-index .guidelines-container {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .page-homepage-index .guidelines-container .container {
    width: 100%;
    max-width: 1400px;
  }
}
.page-homepage-index .guidelines-container .guideline.guideline-1:hover h3,
.page-homepage-index .guidelines-container .guideline.guideline-1:active h3,
.page-homepage-index .guidelines-container .guideline.guideline-1:focus h3 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: right;
}
.page-homepage-index .guidelines-container .guideline.guideline-1 .content-block {
  background: #353535;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .page-homepage-index .guidelines-container .guideline.guideline-1 .content-block {
    font-size: 14px;
  }
}
.page-homepage-index .guidelines-container .guideline.guideline-1 .content-block h3 {
  color: white;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  position: static;
  text-align: right;
  width: auto;
  word-spacing: 1000px;
}
.page-homepage-index .content-block-homepage-order {
  text-align: center;
}
.page-homepage-index .content-block-homepage-order h2 {
  text-transform: uppercase;
}
.page-homepage-index .content-block-homepage-order p {
  line-height: 2;
  margin: 20px 0 30px 0;
}
.page-homepage-index .content-block-homepage-order .btn {
  background: #c9237e;
  color: white;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .page-homepage-index .content-block-homepage-order .btn {
    line-height: 40px;
    min-width: 0;
  }
}
.page-homepage-index .content-block-homepage-order .btn:hover,
.page-homepage-index .content-block-homepage-order .btn:active,
.page-homepage-index .content-block-homepage-order .btn:focus {
  background: #b31f70;
  color: white;
}
/* Login page
 ============================================================================ */
@media (max-width: 767px) {
  .page-login-login .no-account {
    margin-top: 25px;
  }
}
/* Password forgotten page
 ============================================================================ */
.page-login-passwordforgotten .btn-group {
  width: 100%;
}
.page-login-passwordforgotten .btn-group button {
  background: #c9237e;
  color: white;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .page-login-passwordforgotten .btn-group button {
    line-height: 40px;
    min-width: 0;
  }
}
.page-login-passwordforgotten .btn-group button:hover,
.page-login-passwordforgotten .btn-group button:active,
.page-login-passwordforgotten .btn-group button:focus {
  background: #b31f70;
  color: white;
}
.page-login-passwordforgotten .btn-group a {
  display: inline-block;
  vertical-align: middle;
}
#shopping-cart {
  position: relative;
}
#shopping-cart.loading {
  pointer-events: none;
}
#shopping-cart.loading .offer {
  opacity: 0.2;
}
#shopping-cart .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;
}
#shopping-cart table.table-products thead th {
  padding-right: 8px;
}
#shopping-cart table.table-products thead th.amount {
  text-align: center;
}
#shopping-cart table.table-products thead th.price-unit {
  text-align: right;
}
#shopping-cart table.table-products thead th.price-total {
  text-align: right;
}
#shopping-cart table.table-products tbody tr td.name span.title {
  font-style: italic;
  font-weight: 300;
}
#shopping-cart table.table-products tbody tr td.name span.value {
  font-style: italic;
}
#shopping-cart table.table-products tbody tr td.name a {
  min-height: inherit;
  padding: 0;
}
#shopping-cart table.table-products tbody tr td.name a:hover,
#shopping-cart table.table-products tbody tr td.name a:active,
#shopping-cart table.table-products tbody tr td.name a:focus {
  text-decoration: underline;
}
#shopping-cart table.table-products tbody tr td.amount {
  text-align: center;
}
#shopping-cart table.table-products tbody tr td.price-unit {
  text-align: right;
}
#shopping-cart table.table-products tbody tr td.price-unit .price-old {
  font-size: 13px;
  margin-right: 10px;
  text-decoration: line-through;
}
#shopping-cart table.table-products tbody tr td.price-total {
  text-align: right;
}
#shopping-cart table.table-products tbody tr td.price-total .price-old {
  font-size: 13px;
  margin-right: 10px;
  text-decoration: line-through;
}
/* Basic Font and Background Colors for text */
.office-docTheme-primary-fontColor {
  color: #000000;
}
.office-docTheme-primary-bgColor {
  background-color: #ffffff;
}
.office-docTheme-secondary-fontColor {
  color: #000000;
}
.office-docTheme-secondary-bgColor {
  background-color: #ffffff;
}
/* Accent color definitions for fonts */
.office-contentAccent1-color {
  color: #5b9bd5;
}
.office-contentAccent2-color {
  color: #ed7d31;
}
.office-contentAccent3-color {
  color: #a5a5a5;
}
.office-contentAccent4-color {
  color: #ffc000;
}
.office-contentAccent5-color {
  color: #4472c4;
}
.office-contentAccent6-color {
  color: #70ad47;
}
/* Accent color for backgrounds */
.office-contentAccent1-bgColor {
  background-color: #5b9bd5;
}
.office-contentAccent2-bgColor {
  background-color: #ed7d31;
}
.office-contentAccent3-bgColor {
  background-color: #a5a5a5;
}
.office-contentAccent4-bgColor {
  background-color: #ffc000;
}
.office-contentAccent5-bgColor {
  background-color: #4472c4;
}
.office-contentAccent6-bgColor {
  background-color: #70ad47;
}
/* Accent color for borders */
.office-contentAccent1-borderColor {
  border-color: #5b9bd5;
}
.office-contentAccent2-borderColor {
  border-color: #ed7d31;
}
.office-contentAccent3-borderColor {
  border-color: #a5a5a5;
}
.office-contentAccent4-borderColor {
  border-color: #ffc000;
}
.office-contentAccent5-borderColor {
  border-color: #4472c4;
}
.office-contentAccent6-borderColor {
  border-color: #70ad47;
}
/* links */
.office-a {
  color: #0563c1;
}
.office-a:visited {
  color: #954f72;
}
/* Body Fonts */
/* East Asian name of the Font */
.office-bodyFont-latin {
  font-family: "Calibri";
}
/* Latin  name of the Font */
/* Script  name of the Font */
.office-bodyFont-localized {
  font-family: "Calibri";
}
/* Localized name of the Font. contains the default font name according to the culture currently used in Office */
/* Headers Font */
.office-headerFont-latin {
  font-family: "Calibri Light";
}
.office-headerFont-localized {
  font-family: "Calibri Light";
}
/* The following classes define the Office themes. This classes make sense for the taskpane apps */
/* Basic Font and Background Colors for PPT */
.office-officeTheme-primary-fontColor {
  color: #b83b1d;
}
.office-officeTheme-primary-bgColor {
  background-color: #dedede;
}
.office-officeTheme-secondary-fontColor {
  color: #262626;
}
.office-officeTheme-secondary-bgColor {
  background-color: #ffffff;
}
/* Basic Font and Background Colors for Outlook Web Access */
/* remove comments and delete other apps officeTheme classes to get OWA defaults
.office-officeTheme-primary-fontColor   { color:#ea4400; }
.office-officeTheme-primary-bgColor     { background-color:#ffffff; }
.office-officeTheme-secondary-fontColor { color:#ffffff; }
.office-officeTheme-secondary-bgColor   { background-color:#ea4400; }
*/
/* Page-specific styling */
[id*="contentBlock"],
[id*="viewerHost"] {
  height: 100%;
  width: 100%;
}
/* viewer color.*/
[id*="component"] {
  background: #e3e2e7;
  height: auto;
  width: auto;
}
[id*="modelViews"] {
  display: none;
}
.siemens-header-area {
  display: none;
}
.siemens-app-container {
  height: 100%;
  width: 100%;
  padding: 0;
}
.siemens-inner-app-container {
  height: 400px;
  width: 100%;
}
.siemens-Icon--pan {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAkUlEQVRIS7WU0Q2FIBAEqY46LM2S7OjkEk0E50DM8jHJY253E39eMrOloFSCUglKJSiVoMw5b4WdboRnvUO3l7jGLSoQvU716AVHRN1hYAbaCA9/abek4zfPTX/4j2Ws/4JWtOFZ2q3w8AfaGAa+EnWrkBMFe/Q61ePmKhx0I0r2+3+RGpRKUCpBqQSlEpQ6LJ334TErwy345wAAAABJRU5ErkJggg==');
}
.siemens-Icon--rotate {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABpUlEQVRIS7WUu3HDMBBEVYJKUAkswRFjlaASXIJLcAkqQSU4VaYSVILHiUN6HwbHwWcJWTN28Ahi73AADgfslmX5V6zomOd5L97FIt7oO78WK7Yo2El8ig/xklv6J+dfYsUgB7uJO//Gho69spVYETToKr7Eq7MH2LPf1dk7IdAAcj3MN3q2J9/WDp0Q5EEHYfNNP+vY8ZNcx4BOCMoB+j8K8k0wAtPSPzr/kk4I3ABppOOb1tjU1BpUHTmRU1a4ueVn9fVHDqyOnF7EtDVgpAsqqjorDKyaWoZDM6Crb3SjcSfw56zi3kzYMJ7FxQwqd1RNXPyTSuz4reeif3aCNqUBYg1QIp3dsYAUIPfxj/pHx97dE2lMco8Jhg+X7JxJlCb+tPRTGrbAlw+OXdk55Bf3Ya3/LeSTdhurY6s8xY92YlPZQhzB2ZxDYJI4fXLncpruhhg+0bLHC0xm9q0xngECsQIOkgFpQrXY7STZjwXCaq+cAjmwWoKRNiYkhQQuqc5BfbLQnU3V+Q0KEmU7rKDAils8Gxys6FBQKuNh7bdY8e9Ydj8vG5GuuH3iBQAAAABJRU5ErkJggg==');
}
.siemens-Icon--zoom {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsSAAALEgHS3X78AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKBJREFUSEvtlLENwCAMBDMdc2S0jJSNHF4KkWUOQ5OO4gQc+L/jMLNlSilnxbTSPYGScOGNpRKUERferfTeg9ITw7QnPwJlg0J0zu4jKMVoWC6c05JONOrATUMKA6eSK3rRiRlUkIEyYxdM2QVTdsFHDboq/30V79B/n52gYZ2z+whKTwzRnvwIlBEfFld670FJuNDGNFygHOFKlsLN7HgAtSUxK38xc24AAAAASUVORK5CYII=');
}
.siemens-Icon--snapshot {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('Images/snapshot24.png');
}
.siemens-Icon--open {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('../Images/open24.png');
}
.siemens-Icon--settings {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('Images/settings24.png');
}
.siemens-Icon--modelViews {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABa0lEQVRIS72Uy3XCMBBFKYESKIESWHlNCZRCKZTAkmVKSAk5rLJM0oDyro9GGUnjYDucLK5H89EbM5bYpJRWMQzDVpzFW7bbqK4LzEFipyz8ktdY/GNbWzkt2iBT+fspMfm+6d7ipSBChTJlfROfYnIcxHOeuhuxrsijIpmftfgSZ4tFkM91cpc3OIipER1znDx1Ci9s4NZTH/nU1hexCCtq19m3efPLuu9CHFsCEVbUrj2P4l3C8+8NRDnfPh7EuC9jvEq0+M1aM+cPcRFl3k0N34U8deNxLmJz0KaduHoBWZnqBcjvbE8nYuTCbiQ5xzl/FRxNRofFP7S1lePJG3mjsAkoxx14x0Z5CIOgTTRA4Ncmj6gchASj4WMpVN6yNCE+B2qhFUeIa88878JvulrtEsaHNpv4OEtZjhpNwr/lJXTihnxGteqtPQgxkosPyg+brqETa/2/Mj6cqN3Gp4hDWbgmTxNPKW2+AfJEtANTGDs9AAAAAElFTkSuQmCC');
}
.siemens-is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.siemens-Icon--onedrive {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 33px;
  background-image: url('../Images/skydriveicon_blue.png');
}
siemens-commandBar-Icon {
  height: 24px;
  width: 24px;
}
.siemens-sideCommands,
.siemens-commandBarItem-link,
.siemens-commandBarItem-linkWrapper,
.siemens-commandBarItem {
  height: 28px;
}
.siemens-commandBar {
  height: 32px;
}
.siemens-commandBarItem {
  margin-right: 4px;
}
.siemens-sideCommands {
  padding-right: 30px;
}
.siemens-commandBarItem-link {
  line-height: 23px;
  padding-right: 3px;
  padding-left: 3px;
}
.siemens-commandBar-mainArea {
  padding-left: 0px;
  overflow-y: hidden;
}
.siemens-spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.siemens-spinner {
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
}
.siemens-spinner-label {
  text-align: left;
  color: #333333;
}
.siemens-spinner-circle {
  background-color: #333333;
}
.siemens-Dropdown {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 16px;
}
.siemens-messagebanner {
  min-width: 239px;
  margin-top: 10px;
}
.siemens-hidden {
  display: none;
}
.siemens-visible {
  display: block;
}
.siemens-settings-pane {
  overflow-y: visible;
}
.siemens-setting-commands {
  margin-top: -40px;
}
.siemens-commandBar-mainArea-Settings {
  width: 300px;
}
.siemens-panel-main {
  padding-right: 15px;
  margin-top: 8px;
  margin-right: 8px;
  display: none;
}
.siemens-viewer-title {
  text-align: center;
  display: none;
}
.siemens-viewer-label {
  text-align: left;
}
.siemens-callout {
  top: 0px;
  position: absolute;
  margin-top: 35px;
  margin-left: 30px;
}
.ms-MessageBanner-text {
  min-width: 159px;
}
.ms-Panel-main .ms-CommandBar {
  display: block;
}
.siemens-commandBarItem-link.is-selected {
  font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
  border-bottom: 2px solid #0078d7;
}
.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: #c9237e;
  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;
}
.referral-link {
  display: inline-block;
}
.referral-link #referral-link {
  background: #eee;
  display: inline-block;
  line-height: 40px;
  margin-right: -3px;
  padding: 0 15px;
}
.btn-overview {
  margin-bottom: 3px;
  display: inline-block;
}
.filter {
  background: white;
  box-shadow: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.filter .form-group {
  margin-bottom: 10px;
}
.filter .form-group label {
  color: #222222;
  left: 0;
  line-height: 1;
  margin: 0 0 5px 0;
  width: auto;
  font-weight: 500;
}
.filter .form-group .form-group-content {
  width: 100%;
}
.filter .form-group-autocomplete .chosen-container .chosen-single {
  height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.filter .form-group-autocomplete .chosen-container .chosen-single abbr {
  height: 28px;
}
.filter .form-group-autocomplete .chosen-container .chosen-single abbr:before {
  line-height: 28px;
}
.filter .form-group-autocomplete .chosen-container .chosen-single div {
  height: 28px;
}
.filter .form-group-autocomplete .chosen-container .chosen-single div b:before {
  line-height: 28px;
}
.filter .form-group-checkbox {
  height: 30px;
  margin-top: 19px;
}
.filter .form-group-checkbox input {
  height: 30px;
  margin: 0;
}
.filter .form-group-checkbox label {
  font-weight: 500;
  line-height: 30px;
  width: auto;
}
.filter .form-group-currency-range fieldset legend {
  color: #222222;
  line-height: 1;
  margin: 0 0 5px 0;
  width: auto;
}
.filter .form-group-currency-range fieldset .form-group:first-of-type {
  margin-right: 20px;
}
.filter .form-group-currency-range fieldset .form-group label {
  display: none;
}
.filter .form-group-currency-range fieldset .form-group .form-group-content {
  padding-left: 15px;
  width: 175px;
}
.filter .form-group-period fieldset legend {
  color: #222222;
  line-height: 1;
  margin: 0 0 5px 0;
  width: auto;
}
.filter .form-group-period fieldset .form-group:first-of-type {
  margin-right: 20px;
}
.filter .form-group-period fieldset .form-group label {
  display: none;
}
.filter .form-group-period fieldset .form-group .form-group-content {
  padding-left: 15px;
}
.filter .form-group-period fieldset .form-group .form-group-content input {
  height: 30px;
  padding: 4px 12px;
}
.filter .form-group-period fieldset .form-group .form-group-content .input-group-addon {
  height: 30px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.filter .form-group-range fieldset legend {
  color: #222222;
  line-height: 1;
  margin: 0 0 5px 0;
  width: auto;
}
.filter .form-group-range fieldset .form-group:first-of-type {
  margin-right: 20px;
}
.filter .form-group-range fieldset .form-group label {
  display: none;
}
.filter .form-group-range fieldset .form-group .form-group-content {
  padding-left: 15px;
  width: 175px;
}
.filter .form-group-select select {
  height: 30px;
  padding: 4px 12px;
}
.filter .form-group-text input {
  height: 30px;
  padding: 4px 12px;
}
.filter a.reset-filters {
  color: rgba(53, 53, 53, 0.6);
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}
.filter a.reset-filters:before {
  color: rgba(53, 53, 53, 0.6);
  content: '\f00d';
  float: left;
  font-family: FontAwesome;
  line-height: 20px;
  margin-right: 8px;
}
.filter a.reset-filters:hover,
.filter a.reset-filters:active,
.filter a.reset-filters:focus {
  color: #c9237e;
  text-decoration: none;
}
.filter a.reset-filters:hover:before,
.filter a.reset-filters:active:before,
.filter a.reset-filters:focus:before {
  color: rgba(201, 35, 126, 0.75);
}
.filter a.advanced-filter {
  color: #222222;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}
.filter a.advanced-filter:before {
  color: #555555;
  content: '\f0fe';
  float: left;
  font-family: FontAwesome;
  line-height: 20px;
  margin-right: 8px;
}
.filter a.advanced-filter:hover,
.filter a.advanced-filter:active,
.filter a.advanced-filter:focus {
  color: #c9237e;
  text-decoration: none;
}
.filter a.advanced-filter:hover:before,
.filter a.advanced-filter:active:before,
.filter a.advanced-filter:focus:before {
  color: rgba(201, 35, 126, 0.75);
}
.filter a.advanced-filter[aria-expanded="true"]:before {
  content: '\f146';
}
.table-wrapper {
  background: white;
  box-shadow: #e3e2e7;
  position: relative;
}
.table-wrapper.loading .table {
  opacity: 0.3;
}
.table-wrapper.loading .table-loader {
  display: block;
}
.table-wrapper .table {
  border: 1px solid #e3e2e7;
  margin: 0;
}
.table-wrapper .table thead {
  border: 1px solid #353535;
}
.table-wrapper .table thead th {
  background: #353535;
  border-bottom-color: #c9237e;
  color: white;
}
.table-wrapper .table thead th:hover,
.table-wrapper .table thead th:active,
.table-wrapper .table thead th:focus {
  background: rgba(53, 53, 53, 0.9);
}
.table-wrapper .table thead th:hover a:after,
.table-wrapper .table thead th:active a:after,
.table-wrapper .table thead th:focus a:after {
  color: white;
}
.table-wrapper .table thead th:hover a.asc:after,
.table-wrapper .table thead th:active a.asc:after,
.table-wrapper .table thead th:focus a.asc:after {
  color: white;
}
.table-wrapper .table thead th:hover a.desc:after,
.table-wrapper .table thead th:active a.desc:after,
.table-wrapper .table thead th:focus a.desc:after {
  color: white;
}
.table-wrapper .table thead th a {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.table-wrapper .table thead th a:hover,
.table-wrapper .table thead th a:active,
.table-wrapper .table thead th a:focus {
  color: white;
  text-decoration: none;
}
.table-wrapper .table thead th a:hover:after,
.table-wrapper .table thead th a:active:after,
.table-wrapper .table thead th a:focus:after {
  color: white;
}
.table-wrapper .table thead th a:hover.asc:after,
.table-wrapper .table thead th a:active.asc:after,
.table-wrapper .table thead th a:focus.asc:after {
  color: white;
}
.table-wrapper .table thead th a:hover.desc:after,
.table-wrapper .table thead th a:active.desc:after,
.table-wrapper .table thead th a:focus.desc:after {
  color: white;
}
.table-wrapper .table thead th a:after {
  color: #999999;
  content: '\f0dc';
  float: right;
  font-family: FontAwesome;
}
.table-wrapper .table thead th a.asc:after {
  color: #999999;
  content: '\f160';
}
.table-wrapper .table thead th a.desc:after {
  color: #999999;
  content: '\f161';
}
.table-wrapper .table tbody {
  border: none;
}
.table-wrapper .table tbody tr:hover td {
  background: #f8f8f8;
  color: #c9237e;
}
.table-wrapper .table tbody tr:hover td a:not(.btn) {
  color: #c9237e;
}
.table-wrapper .table tbody tr:hover td.no-link {
  color: #353535;
}
.table-wrapper .table tbody tr:nth-child(even) {
  background: rgba(53, 53, 53, 0.04);
}
.table-wrapper .table tbody tr td {
  padding: 0;
}
.table-wrapper .table tbody tr td.no-link {
  padding: 12px;
}
.table-wrapper .table tbody tr td .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #131313;
}
.table-wrapper .table tbody tr td .tooltip.left .tooltip-arrow {
  border-left-color: #131313;
}
.table-wrapper .table tbody tr td .tooltip.right .tooltip-arrow {
  border-right-color: #131313;
}
.table-wrapper .table tbody tr td .tooltip.top .tooltip-arrow {
  border-top-color: #131313;
}
.table-wrapper .table tbody tr td .tooltip .tooltip-inner {
  background: white;
  border: 1px solid #131313;
  max-width: 500px;
}
.table-wrapper .table tbody tr.no-items td {
  color: #131313;
  padding: 8px;
}
.table-wrapper .table tbody tr.no-items td:hover {
  background: none;
}
.table-wrapper .table-no-links thead th {
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.table-wrapper .table-no-links tbody tr td {
  padding: 12px;
}
.table-wrapper .table-loader {
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
}
.table-wrapper .table-loader .loader:before {
  color: #131313;
  content: '\f110';
  font-family: FontAwesome;
  font-size: 60px;
  text-align: center;
}
.table-wrapper .table-footer {
  margin-top: 10px;
  overflow: hidden;
}
.table-wrapper .table-footer .info-wrapper .export {
  float: left;
  margin: 0;
}
.table-wrapper .table-footer .info-wrapper .export a {
  background: #eeeeee;
  color: #131313;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 26px;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
.table-wrapper .table-footer .info-wrapper .export a:hover,
.table-wrapper .table-footer .info-wrapper .export a:active,
.table-wrapper .table-footer .info-wrapper .export a:focus {
  background: #b31f70;
  border: none;
  color: white;
  text-decoration: none;
}
.table-wrapper .table-footer .info-wrapper .items-per-page {
  color: rgba(53, 53, 53, 0.7);
  float: left;
  font-size: 13px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.table-wrapper .table-footer .info-wrapper .number-of-items {
  float: right;
  margin: 0;
  padding: 0;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit {
  margin: 0;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit label {
  color: rgba(53, 53, 53, 0.7);
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
  vertical-align: middle;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit .row {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit .row .form-group-content {
  padding: 0;
  width: auto;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit .row .form-group-content select {
  background: #e3e2e7;
  border-radius: 0;
  color: rgba(53, 53, 53, 0.7);
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 0 5px;
  padding: 5px;
  vertical-align: middle;
  width: 60px;
}
.table-wrapper .table-footer .info-wrapper .number-of-items .form-group-select.form-group-limit .row .form-group-content .input-group-addon.suffix {
  background: none;
  border: none;
  color: rgba(53, 53, 53, 0.7);
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.table-responsive thead tr th {
  border-color: rgba(201, 35, 126, 0.2);
  font-weight: 700;
}
.table-responsive tbody tr td {
  border-color: rgba(201, 35, 126, 0.1);
  padding: 0;
  vertical-align: middle;
}
.table-responsive tbody tr td a {
  color: #353535;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
}
.table-responsive tbody tr td:first-child a {
  font-weight: 600;
}
.table-responsive tbody tr:hover a,
.table-responsive tbody tr:active a,
.table-responsive tbody tr:focus a {
  color: #353535;
}
/************ General Styling ************/
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
body {
  background: white;
  margin-bottom: 150px;
  position: static;
}
@media (max-width: 767px) {
  body.overlay {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 122px;
  }
}
body.page-outside {
  background: url('../img/logo_small.svg') no-repeat bottom left rgba(201, 35, 126, 0.05);
  background-position-x: -400px;
  background-size: 1000px;
  position: fixed;
  margin: unset;
  min-height: 100%;
  width: 100%;
}
body.page-outside .outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
body.page-outside .middle {
  display: table-cell;
  vertical-align: middle;
}
body.page-outside .inner {
  color: #c9237e;
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
  width: 100%;
}
body.page-outside .inner:before {
  color: #c9237e;
  content: '\f127';
  display: block;
  font-family: FontAwesome;
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  body.page-outside .inner:before {
    display: none;
  }
}
body.page-outside .inner h1 {
  color: #c9237e;
}
body.page-outside .inner h2 {
  color: #c9237e;
  font-size: 18px;
  margin: 20px 0;
}
body.page-outside .inner .btn-group {
  text-align: center;
}
body.page-outside .inner .btn-group a {
  display: inline-block;
  float: none;
  margin: 7.5px;
  vertical-align: middle;
}
.page-title {
  color: #454545;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
/************ Wrapper ************/
.wrapper {
  width: 100%;
}
.wrapper.in .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper.in-right .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper .content-overlay {
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/************ Header ************/
header {
  background: #e3e2e7;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  header {
    background: #e3e2e7;
    border-bottom: 1px solid #e5e5e5;
    height: 122px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 250;
  }
}
header .header-top {
  background: none;
  font-size: 14px;
  font-weight: 400;
}
header .header-top-right {
  float: right;
}
header .header-top-right .language-switcher ul,
header .header-top-right .dropdown ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: block;
  left: auto;
  margin: 0;
  max-height: 0;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  right: 0;
  transform-origin: 100% 0;
  width: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
header .header-top-right .language-switcher ul li a,
header .header-top-right .dropdown ul li a {
  background: #f5f5f5;
  font-size: 12px;
  padding: 8px 15px;
  text-align: right;
  color: #858585;
}
header .header-top-right .language-switcher ul li a:hover,
header .header-top-right .dropdown ul li a:hover,
header .header-top-right .language-switcher ul li a:active,
header .header-top-right .dropdown ul li a:active,
header .header-top-right .language-switcher ul li a:focus,
header .header-top-right .dropdown ul li a:focus {
  background: white;
}
header .header-top-right .language-switcher.open button,
header .header-top-right .dropdown.open button {
  color: #353535;
}
header .header-top-right .language-switcher.open ul,
header .header-top-right .dropdown.open ul {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  max-height: none;
}
header .header-top-right .language-switcher {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
header .header-top-right .language-switcher button {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: none;
  color: #858585;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}
header .header-top-right .language-switcher button:hover,
header .header-top-right .language-switcher button:active,
header .header-top-right .language-switcher button:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
header .header-top-right .language-switcher button:before,
header .header-top-right .language-switcher button:after {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 0 3px;
}
header .header-top-right .language-switcher button:before {
  content: '\f0ac';
}
header .header-top-right .language-switcher button:after {
  content: '\f0d7';
}
header .header-top-right .language-switcher button:hover,
header .header-top-right .language-switcher button:active,
header .header-top-right .language-switcher button:focus {
  background: none;
  color: #353535;
}
header .header-top-right .my-account {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding-left: 15px;
}
header .header-top-right .my-account:before {
  -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: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1px;
}
header .header-top-right .my-account button {
  border: none;
  box-shadow: none;
  background: #c9237e;
  border-radius: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: inherit;
  background: none;
  color: #858585;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}
header .header-top-right .my-account button:hover,
header .header-top-right .my-account button:active,
header .header-top-right .my-account button:focus {
  background-color: #b31f70;
  color: white;
  text-decoration: none !important;
}
header .header-top-right .my-account button span {
  color: #858585;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}
header .header-top-right .my-account button span.label {
  margin-right: 3px;
}
header .header-top-right .my-account button span.first-name {
  font-weight: 700;
}
header .header-top-right .my-account button:hover,
header .header-top-right .my-account button:active,
header .header-top-right .my-account button:focus {
  background: none;
  color: #353535;
}
header .header-top-right .my-account button:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  padding: 0 5px;
}
header .header-middle {
  background: none;
  padding: 0;
  position: relative;
}
header .header-middle .logo {
  display: inline-block;
  margin-right: 60px;
  position: relative;
  top: -6px;
}
@media (max-width: 1199px) {
  header .header-middle .logo {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-middle .logo {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50% 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    margin-right: 0;
    top: 0;
  }
}
header .header-middle .logo a {
  display: block;
  width: 210px;
}
@media (max-width: 1199px) {
  header .header-middle .logo a {
    width: 180px;
  }
}
header .header-middle .logo a img {
  height: auto;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .header-middle .logo img[src*=".svg"] {
    width: 100%;
  }
}
header .header-middle .navbar {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0;
  min-height: 40px;
  padding: 16px 0 0 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  header .header-middle .navbar {
    left: 15px;
    margin: 0;
    max-height: 40px;
    max-width: 40px;
    position: absolute;
  }
}
header .header-middle .navbar .navbar-header button {
  float: left;
  height: 36px;
  margin: 0 0 28px 0;
  padding: 9px 10px;
}
header .header-middle .navbar .navbar-header button span {
  background-color: white;
}
header .header-middle .navbar .navbar-header button:hover,
header .header-middle .navbar .navbar-header button:active,
header .header-middle .navbar .navbar-header button:focus {
  background-color: #c9237e;
}
header .header-middle .navbar .navbar-collapse {
  padding: 0;
}
header .header-middle .navbar .navbar-collapse.collapse {
  border: none;
  display: block;
  max-height: none;
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse.collapse {
    -webkit-transform: translate(-285px, 0);
    -moz-transform: translate(-285px 0);
    -ms-transform: translate(-285px, 0);
    transform: translate(-285px, 0);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background: white;
    margin: 0;
    padding: 0;
    position: relative;
    width: 270px;
  }
}
header .header-middle .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 .navbar .navbar-collapse ul.navbar-nav {
  width: 100%;
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav {
    background-color: #e3e2e7;
    float: none;
    margin: 0;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 10px;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:first-child {
  margin-left: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li {
    margin: 0 2px;
  }
}
@media (max-width: 991px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li {
    margin: 0;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active {
  border: none;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active a {
  color: #353535;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-color: rgba(53, 53, 53, 0.2);
  opacity: 1;
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active:before {
    display: none;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active:hover:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active:active:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.active:focus:before {
  animation: none;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:hover:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:active:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:focus:before {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  opacity: 1;
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li:hover:before,
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li:active:before,
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li:focus:before {
    display: none;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(53, 53, 53, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li a {
  background: none;
  color: #353535;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 15px;
    text-align: left;
  }
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li a:hover,
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li a:active,
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li a:focus {
    background-color: #d6d4db;
    color: #c9237e;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown.open:before {
  border: 1px solid rgba(53, 53, 53, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown.open:hover:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown.open:active:before,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown.open:focus:before {
  animation: none;
  border: 1px solid rgba(53, 53, 53, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: none;
  width: 100%;
  z-index: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown.open .dropdown-menu {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  max-height: none;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
  background: #e3e2e7;
  border: none;
  padding: 0;
  width: auto;
}
@media (max-width: 767px) {
  header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
    overflow: hidden;
    width: 100%;
  }
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories {
  border-right: 1px solid #eee;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories:nth-child(odd) {
  border-right: 1px solid #eee;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li {
  margin: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li:before {
  display: none;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a {
  background: none;
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  white-space: normal;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active,
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus {
  color: #c9237e;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li ul li a {
  color: rgba(53, 53, 53, 0.7);
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}
header .header-middle .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li ul li a:before {
  color: rgba(53, 53, 53, 0.4);
  content: '\f105';
  font-family: FontAwesome;
  left: 18px;
  position: absolute;
}
header .header-middle .btn-accent-2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #c9237e;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  header .header-middle .btn-accent-2 {
    line-height: 40px;
    min-width: 0;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  header .header-middle .btn-accent-2 {
    display: none;
  }
}
header .header-middle .btn-accent-2:hover,
header .header-middle .btn-accent-2:active,
header .header-middle .btn-accent-2:focus {
  transform: scale(1.1);
}
/************ Breadcrumbs ************/
.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
}
.breadcrumb li,
.breadcrumb a,
.breadcrumb .active {
  color: rgba(125, 135, 147, 0.8);
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: #c9237e;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li:after {
  background: url('../img/breadcrumb.svg') no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 10px;
  width: 14px;
}
.breadcrumb li:last-child:after {
  display: none;
}
/************ Footer ************/
footer {
  background: #353535;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 75px;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  footer {
    height: auto;
    position: static;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: white;
  text-decoration: none;
}
footer .footer-middle {
  padding: 15px 0 5px 0;
}
footer .footer-middle .logo {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  footer .footer-middle .logo {
    float: none;
  }
}
footer .footer-middle .logo a {
  display: block;
  width: 115px;
}
footer .footer-middle .logo a img {
  height: auto;
  width: 100%;
}
footer .footer-middle .contact-info {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer-middle .contact-info {
    text-align: left;
  }
}
footer .footer-middle .contact-info ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
footer .footer-middle .contact-info ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  footer .footer-middle .contact-info ul li {
    display: block;
    margin: 0;
  }
}
footer .footer-middle .contact-info ul li:before {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
footer .footer-bottom {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
footer .footer-bottom .container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
  padding-top: 8px;
}
footer .footer-bottom .copyright:after {
  content: '|';
  margin: 0 8px;
}
footer .footer-bottom ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul li {
  display: inline-block;
}
footer .footer-bottom ul li:after {
  content: '|';
  margin: 0 8px;
}
footer .footer-bottom .created-by {
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footer-bottom .created-by {
    float: none;
  }
}
footer .footer-bottom .social-media a {
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}
footer .footer-bottom .social-media a:before {
  text-indent: 0;
}
