/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
html body[class^="callcenter-index-"] .nav-sections,
html body[class^="callcenter-index-"] #footer_container {
  display: none !important;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter {
  padding: 30px;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter .header-logo-callcenter img {
  height: 50px;
  width: 50px;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter .header-title-callcenter {
  text-align: center;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter .header-title-callcenter h1 {
  display: inline-block;
  margin: 0;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter .header-title-callcenter h1:before {
  content: '';
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  /*background: #006db0;*/
  position: absolute;
  background: url('../images/aboshop_icon.png') center center no-repeat #005d80;
  background-size: 40%;
  margin-left: -60px;
}
html body[class^="callcenter-index-"] #maincontent .header-callcenter .header-admin-info {
  text-align: right;
}
html body[class^="callcenter-index-"] #hr_callcenter {
  margin-top: -10px;
  border-top: 2px solid lightgrey;
}
html body[class^="callcenter-index-"] .page-wrapper input.form-control,
html body[class^="callcenter-index-"] .page-wrapper select.form-control {
  background-color: #1d394d08;
  border-radius: 4px;
  border-color: grey !important;
}
html body[class^="callcenter-index-"] .background {
  border: 1px solid #005d80;
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
html body[class^="callcenter-index-"] .btn-back {
  float: left;
}
html body[class^="callcenter-index-"] .btn-primary,
html body[class^="callcenter-index-"] .btn-primary[disabled] {
  outline: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
}
html body[class^="callcenter-index-"] .btn-primary[disabled] {
  opacity: 0.5;
}
html body[class^="callcenter-index-"] .btn-next-right {
  margin-left: 20px;
}
html body[class^="callcenter-index-"] a.btn-primary {
  display: inline-block;
}
html body[class^="callcenter-index-"] .action-buttons .btn-new-customer {
  float: unset;
}
html body[class^="callcenter-index-"] #maincontent {
  max-width: 100%;
}
html body[class^="callcenter-index-"] .col-sm-4 h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 1px solid #005d80;
  color: #005d80;
  width: 80%;
}
html body[class^="callcenter-index-"] .checkout-billing-address,
html body[class^="callcenter-index-"] .checkout-shipping-address,
html body[class^="callcenter-index-"] .customer-passport {
  border: 1px solid #006db0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 0;
  margin: 15px 15px 20px 15px;
}
html body[class^="callcenter-index-"] .checkout-billing-address .step-title,
html body[class^="callcenter-index-"] .checkout-shipping-address .step-title,
html body[class^="callcenter-index-"] .customer-passport .step-title {
  background-color: #005d80;
  padding: 12px 10px 12px 12px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}
html body[class^="callcenter-index-"] .checkout-billing-address .step-title h3,
html body[class^="callcenter-index-"] .checkout-shipping-address .step-title h3,
html body[class^="callcenter-index-"] .customer-passport .step-title h3 {
  display: inline;
}
html body[class^="callcenter-index-"] .customer-passport {
  margin: 15px 0;
}
html body[class^="callcenter-index-"] .product_search .step-title,
html body[class^="callcenter-index-"] #customer_search .step-title {
  background-color: #005d80;
  padding: 12px 10px 12px 12px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: 1.1;
  margin: -15px -15px 15px -15px;
}
html body[class^="callcenter-index-"] .product_search .step-title h3,
html body[class^="callcenter-index-"] #customer_search .step-title h3 {
  display: inline;
}
html body[class^="callcenter-index-"] .services .step-title {
  background-color: #005d80;
  padding: 12px 10px 0 12px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: 1.1;
  margin: -15px -15px 15px -15px;
}
html body[class^="callcenter-index-"] .services .step-title h3 {
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 0;
}
html body[class^="callcenter-index-"] .services .step-title ul.tab-container {
  display: flex;
  flex-direction: row;
}
html body[class^="callcenter-index-"] .services .step-title .nav-tabs > li.tab {
  margin-bottom: -1px;
  display: flex;
  float: none;
  flex-basis: auto;
  flex-wrap: wrap;
  width: 100%;
}
html body[class^="callcenter-index-"] .services .step-title .nav-tabs > li.tab a {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: grey;
  border-color: grey;
  text-align: center;
  text-transform: none;
  color: #ffffff;
}
html body[class^="callcenter-index-"] .services .step-title .nav-tabs > li.tab a:hover {
  background: #1d394d;
  border-color: #1d394d;
}
html body[class^="callcenter-index-"] .services .step-title .nav-tabs > li.tab.active a {
  background: white;
  border-color: white;
  color: #1d394d;
}
html body[class^="callcenter-index-"] .services .tab-pane .row-form {
  padding: 0 25px;
}
html body[class^="callcenter-index-"] .checkout-payment-method,
html body[class^="callcenter-index-"] .checkout-auswahl {
  border: 1px solid #006db0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
html body[class^="callcenter-index-"] .checkout-payment-method .step-title,
html body[class^="callcenter-index-"] .checkout-auswahl .step-title {
  background-color: #005d80;
  padding: 12px 10px 12px 12px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: 1.1;
}
html body[class^="callcenter-index-"] .checkout-payment-method .step-title h3,
html body[class^="callcenter-index-"] .checkout-auswahl .step-title h3 {
  display: inline;
}
html body[class^="callcenter-index-"] .checkout-payment-method > .row,
html body[class^="callcenter-index-"] .checkout-auswahl > .row {
  padding: 0 15px 15px;
}
html body {
  background: transparent;
  font-family: BentonSansCond;
}
html ._has-datepicker ~ .ui-datepicker-trigger::before {
  display: none;
}
html .page-layout-1column .column.main {
  padding-bottom: 30px;
}
html .page-header {
  padding-bottom: unset;
}
html .box-modul__content {
  margin-left: -10px;
  margin-right: -10px;
}
html .checkout_lefthalf {
  padding-left: 0;
  padding-right: 15px;
}
html .checkout_righthalf {
  padding-right: 0;
  padding-left: 15px;
}
html .checkout_righthalf .checkout_subheading {
  padding-left: 10px;
}
html .checkout_righthalf .price_td {
  width: 50%;
  text-align: right;
}
html .checkout_righthalf #price_total {
  border-top: 1px solid black;
  color: #ed953e;
}
html .checkout_bottom_row .btn-back {
  float: inherit;
}
html .checkout_bottom_row .btn-next {
  box-shadow: unset;
  border: unset;
  border-radius: unset;
}
html body label.label {
  min-height: 31px;
  margin: 0;
  padding-top: 6px;
  font-size: 14px;
  padding-left: 0;
  color: #333333;
}
html [type="text"],
html [type="password"],
html [type="datetime"],
html [type="datetime-local"],
html [type="date"],
html [type="month"],
html [type="time"],
html [type="week"],
html [type="number"],
html [type="email"],
html [type="url"],
html [type="search"],
html [type="tel"],
html [type="color"],
html textarea,
html select {
  width: 100%;
  outline: none;
  resize: none;
  margin-bottom: 15px;
  padding: 5.6px;
  padding: 0.56rem;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -moz-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  min-height: 2.2em;
}
html .checkout_heading {
  color: #1d394d;
  margin-top: unset;
  margin-bottom: 25px;
  margin-left: -10px;
}
html .box.bg_white {
  border: 1px solid #1d394d;
  overflow-y: auto;
  overflow-x: hidden;
}
html .box.bg_white .checkout_subheading {
  color: #82b0c0;
  font-weight: bold;
}
html .box.bg_white label span em {
  color: #9b1b21;
}
html .btn-primary {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #ed953e;
  background-image: unset;
  color: white;
  float: right;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  text-transform: uppercase;
}
html .btn-primary:hover {
  text-decoration: none;
  background: #b73100;
  color: #fff;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
html .btn-primary:visited {
  color: white;
}
html .breadcrumb__container {
  padding-left: 0;
}
html .breadcrumb li {
  display: inline-block;
  width: 33.3333333%;
  color: #cccccc;
  text-align: center;
  position: relative;
  font-weight: bold;
}
html .breadcrumb li.current {
  opacity: 1;
  background: transparent;
  color: #82b0c0;
}
html .breadcrumb li:before {
  width: 100%;
  height: 10px;
  background: #cccccc;
  content: '';
  margin: 0 auto;
  display: block;
  color: #cccccc;
  font-size: 20px;
  padding-top: 7px;
  border: 2px solid #cccccc;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
html .breadcrumb {
  background-color: white;
}
html .breadcrumb li.current:before {
  background: #82b0c0;
  color: #82b0c0;
  border: 2px solid #82b0c0;
}
html .breadcrumb li.four:after {
  display: none;
}
html .breadcrumb li.second.last:after {
  display: none;
}
html div.box.bg_white {
  margin-bottom: 30px;
  padding: 15px;
}
html .checkout_righthalf .box.bg_white {
  padding: 15px 0;
}
html .page-footer {
  display: none;
}
html body #cover {
  background: url('../images/loading.gif') no-repeat scroll center center #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0.8;
}
html body input[type="radio"],
html body input[type="checkbox"] {
  display: inline;
}
html body input.form-control.mage-error,
html body select.form-control.mage-error {
  border: 3px solid #9b1b21;
  -webkit-border-radius: 0;
  border-radius: 0;
}
html body select.form-control,
html body select {
  background: url('../images/select-bg.png') no-repeat 98% center #ffffff;
  background-size: 11px;
}
html body fieldset.birthdayPicker select {
  width: calc(34.27% - 20px);
  float: left;
  margin: 0 20px 0 0;
}
html body fieldset.birthdayPicker select.birthYear {
  margin: 0;
}
html body .billing-address-same-as-shipping-block {
  padding-top: inherit;
}
html body button.btn-primary {
  border: 0;
}
html body .error_form,
html body .error_einwilligung {
  display: none;
  text-align: center;
  background: #9b1b21;
  color: #fff;
  margin-top: 10px;
  padding: 15px;
}
html body .error_form_show {
  text-align: center;
  font-size: 16px !important;
  background: #9b1b21;
  color: #fff;
  margin-top: 10px;
  padding: 15px;
}
html body .checkout-payment-method .payment-method-title {
  padding: 0;
}
html body .checkout-payment-method label.label {
  min-height: auto;
  padding: 0;
  display: inline;
  margin: 0;
}
html body .checkout-payment-method .payment-method-title {
  margin-bottom: 10px;
}
html body .checkout-payment-method .payment-method-title label.label {
  position: relative;
  top: -5px;
  padding-left: 10px;
}
html body .checkout-payment-method .fieldset {
  margin-bottom: 0;
}
html body .form-control.hasDatepicker {
  width: 80%;
  float: left;
  margin-right: 10px;
}
html body .ui-datepicker-trigger {
  width: 20px;
  padding: 0;
  background: none;
  float: left;
  border: 0;
}
html body .ui-datepicker-trigger img {
  width: 100%;
  height: auto;
}
html body div.mage-error {
  color: #9b1b21;
  margin-top: -13px;
}
html body.checkout-index-review .checkbox-inline input[type="checkbox"] {
  margin-top: 9px;
}
html body a.link_edit {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../images/edit-icon.png') no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 22px;
  height: 21px;
}
html .order-success-icon {
  background: url('../images/order-success-icon.png') no-repeat center center;
  height: 97px;
  background-size: contain;
  margin-bottom: 15px;
}
html .checkout-index-success #maincontent {
  max-width: 1200px;
}
html .liefertermin {
  display: inline-block;
}
/*_________________________________________________________Review_____________________________________________________*/
.checkout-index-review .checkout_subheading {
  margin-top: 0;
}
.checkout-index-review #review_product #review_product_info ul {
  padding-left: 10px;
}
.checkout-index-review #review_product #review_product_info ul li {
  padding-right: 20px;
  list-style: none;
  display: table;
}
.checkout-index-review #review_product #review_product_info ul li::before {
  content: '';
  display: table-cell;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/Icons/check.png');
  background-position: 0 -4px;
}
.checkout-index-review #review_product #review_product_info table {
  bottom: 0;
  right: 0;
}
.checkout-index-review #review_product #review_product_info table tr td:nth-of-type(2) {
  text-align: right;
}
.checkout-index-review #review_product #review_product_total {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-index-review #review_product #review_product_total div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkout-index-review #review_product #review_product_total div b {
  color: #ed953e;
}
.checkout-index-review #review_product #review_product_total div:nth-of-type(2) {
  text-align: right;
}
.checkout-index-review #review_product #review_product_total hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid;
}
.checkout-index-review #review_agb .form {
  margin-left: 10px;
}
.checkout-index-review #review_agb a {
  color: #82b0c0;
}
.checkout-index-review #review_werbung a {
  color: #82b0c0;
}
/*_______________________________SUCCES________________________________________________________________________________*/
.checkout-index-success #maincontent {
  max-width: 1200px;
}
.checkout-index-success .order_success_row {
  border: 1px solid #1d394d;
}
.checkout-index-success .order_success_row .order-success-icon {
  background: url('../images/order-success-icon.png') no-repeat center center;
  height: 97px;
  background-size: contain;
  margin: 30px;
}
.checkout-index-success .order_success_row p {
  font-size: 17px;
  margin-bottom: 30px;
}
.checkout-index-success .btn-primary {
  margin-top: 30px;
  font-weight: bold;
}
select.birthDate.mage-error,
select.birthMonth.mage-error,
select.birthYear.mage-error {
  border: 3px solid #9b1b21;
}
input.form-control.dateInputs {
  font: inherit;
  color: inherit;
  text-align: inherit;
  outline: none;
  cursor: text;
  background-color: #f1f1f1;
  background-image: url('../images/Icons/calendar.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 95% 50% ;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url('../images/Icons/prev.png');
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url('../images/Icons/next.png');
}
.kundenkonto-index-index p {
  margin: 10px;
}
.kundenkonto-index-index .kuko_box_container {
  margin-top: 30px;
}
.kundenkonto-index-index .kuko_box_container .kuko_box {
  border: 1px solid #1d394d;
  position: relative;
  height: 100%;
  min-height: auto;
}
.kundenkonto-index-index .kuko_box_container .kuko_box a {
  cursor: pointer;
  color: #82b0c0;
}
.kundenkonto-index-index .kuko_box_container .kuko_box a .kuko_box_heading {
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  font-weight: bold;
}
.kundenkonto-index-index .kuko_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.kundenkonto-index-index .kuko_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.kundenkonto-index-auftraege hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-auftraege #kuko_accordion div[id^="section"] {
  border: 1px solid #1d394d;
}
.kundenkonto-index-auftraege #kuko_accordion div[id^="section"] th {
  color: #82b0c0;
  padding-top: 30px;
}
.kundenkonto-index-auftraege #kuko_accordion h2 {
  color: white;
  background-color: #1d394d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-bottom: -10px;
}
.kundenkonto-index-auftraege #kuko_accordion tr th,
.kundenkonto-index-auftraege #kuko_accordion tr td {
  border: none;
  padding-left: 25px;
}
.kundenkonto-index-auftraege #kuko_accordion tr .storno_btn {
  margin-right: auto;
  margin-left: auto;
  padding: 2px 20px;
  border-radius: 0;
  border: 2px solid #ed953e;
  color: #ed953e;
  background-color: white;
  float: unset;
  display: block;
}
.kundenkonto-index-auftraege #kuko_accordion tr .storno_btn:hover {
  border: none;
  color: white;
  padding: 5px 22px;
  background-color: #a50000;
}
.kundenkonto-index-auftraege #kuko_accordion tr .add_aboservice {
  padding: 5px 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  float: unset;
  display: block;
}
.kundenkonto-index-auftraege .kuko_btn_row {
  padding-top: 40px;
}
.kundenkonto-index-auftraege .ui-icon.iconClosed {
  background: url('../images/Icons/plus-24.png') no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
}
.kundenkonto-index-auftraege .ui-icon.iconOpen {
  background: url('../images/Icons/minus-24.png') no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
}
.kundenkonto-index-email hr,
.kundenkonto-index-passwort hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-email em,
.kundenkonto-index-passwort em {
  color: red;
}
.kundenkonto-index-email #email_left,
.kundenkonto-index-passwort #email_left,
.kundenkonto-index-email #password_left,
.kundenkonto-index-passwort #password_left {
  margin-right: 10px;
}
.kundenkonto-index-email #email_right,
.kundenkonto-index-passwort #email_right,
.kundenkonto-index-email #password_right,
.kundenkonto-index-passwort #password_right {
  margin-left: 10px;
}
.kundenkonto-index-email .kuko_box,
.kundenkonto-index-passwort .kuko_box {
  border: 1px solid #1d394d;
  padding: 30px;
}
.kundenkonto-index-email .kuko_box .kuko_subtitle,
.kundenkonto-index-passwort .kuko_box .kuko_subtitle {
  margin-bottom: 25px;
  color: #82b0c0;
}
.kundenkonto-index-bankdaten em {
  color: red;
}
.kundenkonto-index-bankdaten hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-bankdaten .kuko_iban_row {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.kundenkonto-index-bankdaten .kuko_iban_row #current_iban_left input {
  width: 100%;
  border: unset;
  background: none;
}
.kundenkonto-index-bankdaten .kuko_iban_row #new_iban_row input {
  margin-top: 20px;
}
.kundenkonto-index-bankdaten .kuko_iban_row .kuko_iban_left .formular_part {
  padding: 10px 10px 20px 10px;
  border: 1px solid #1d394d;
}
.kundenkonto-index-bankdaten .kuko_iban_row .kuko_iban_left .formular_part .kuko_subtitle {
  color: #82b0c0;
  margin-bottom: 25px;
}
.kundenkonto-index-bankdaten .kuko_iban_row .kuko_iban_right .formular_part {
  padding: 10px 10px 20px 10px;
  border: 1px solid #1d394d;
  overflow: auto;
}
.kundenkonto-index-bankdaten .kuko_iban_row .kuko_iban_right .formular_part .kuko_subtitle {
  color: #82b0c0;
  margin-bottom: 25px;
}
.kundenkonto-index-bankdaten .kuko_iban_row .kuko_iban_right p {
  padding-left: 0;
}
.kundenkonto-index-adressaenderung em {
  color: red;
}
.kundenkonto-index-adressaenderung hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-adressaenderung #change_address_left {
  padding-left: 0;
}
.kundenkonto-index-adressaenderung #change_address_right {
  padding-right: 0;
}
.kundenkonto-index-adressaenderung #change_address_right .change_address_box {
  margin-left: 30px;
}
.kundenkonto-index-adressaenderung #change_address_right .change_address_box #feld_datum {
  padding-left: 30px;
  padding-right: 30px;
}
.kundenkonto-index-adressaenderung .change_address_box {
  border: 1px solid #1d394d;
  overflow: hidden;
  padding-bottom: 40px;
}
.kundenkonto-index-adressaenderung .change_address_box .kuko_adressfeld_right {
  padding-right: 20px;
}
.kundenkonto-index-adressaenderung .change_address_box .kuko_adressfeld_left {
  padding-left: 20px;
}
.kundenkonto-index-adressaenderung .change_address_box .kuko_subtitle {
  color: #82b0c0;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 30px;
}
.kundenkonto-index-adressaenderung .change_address_box .kuko_btn_row .back {
  float: left;
}
.kundenkonto-index-reklamation em {
  color: red;
}
.kundenkonto-index-reklamation hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-reklamation .kuko_box {
  border: 1px solid #1d394d;
  padding: 20px;
  padding-bottom: 40px;
  margin-top: 10px;
}
.kundenkonto-index-reklamation .kuko_box .kuko_subtitle {
  color: #82b0c0;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 10px;
}
.kundenkonto-index-reklamation #kuko_rekl_left {
  overflow: auto;
  margin-right: 10px;
}
.kundenkonto-index-reklamation #kuko_rekl_left #kuko_rekl_info {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.kundenkonto-index-reklamation #kuko_rekl_left #kuko_rekl_beschreibung {
  margin-top: 30px;
}
.kundenkonto-index-reklamation #kuko_rekl_left #kuko_rekl_beschreibung textarea {
  min-height: 100px;
}
.kundenkonto-index-reklamation #kuko_rekl_right {
  margin-left: 10px;
}
.kundenkonto-index-reklamation .reklamation_box {
  border: 1px solid #1d394d;
  position: relative;
  height: 100%;
  min-height: auto;
}
.kundenkonto-index-reklamation .reklamation_box .kuko_subtitle {
  color: #82b0c0;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}
.kundenkonto-index-reklamation .reklamation_box a {
  cursor: pointer;
  color: #82b0c0;
}
.kundenkonto-index-reklamation .reklamation_box a .kuko_box_heading {
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  font-weight: bold;
}
.kundenkonto-index-urlaubsservice hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-urlaubsservice em {
  color: red;
}
.kundenkonto-index-urlaubsservice .choose_abo {
  padding-left: 20px;
  padding-right: 10px;
}
.kundenkonto-index-urlaubsservice .urlaubsservice_row {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.kundenkonto-index-urlaubsservice .urlaubsservice_row .urlaubservice_box {
  padding: 30px;
}
.kundenkonto-index-urlaubsservice .urlaubsservice_row #\#spenden_inputs,
.kundenkonto-index-urlaubsservice .urlaubsservice_row .unterbrechung {
  overflow: auto;
  margin-bottom: 30px;
}
.kundenkonto-index-urlaubsservice .urlaubsservice_row #save_present_box {
  margin-top: 12px;
}
.kundenkonto-index-urlaubsservice .urlaubsservice_row #free_epaper_box {
  margin-top: 13px;
}
.kundenkonto-index-urlaubsservice .urlaubservice_box {
  border: 1px solid #1d394d;
  position: relative;
  height: 100%;
  min-height: auto;
}
.kundenkonto-index-urlaubsservice .urlaubservice_box .kuko_subtitle {
  color: #82b0c0;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}
.kundenkonto-index-urlaubsservice .urlaubservice_box a {
  cursor: pointer;
  color: #82b0c0;
}
.kundenkonto-index-urlaubsservice .urlaubservice_box a .kuko_box_heading {
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  font-weight: bold;
}
.kundenkonto-index-urlaubsservice .kuko_btn_row,
.kundenkonto-index-urlaubsservice #pflichthinweis {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .kundenkonto-index-index p {
    margin: 0;
  }
  .kundenkonto-index-index .kuko_box_container {
    padding: 0;
  }
  .kundenkonto-index-index .kuko_box_container .kuko_box a .kuko_box_heading {
    padding-bottom: 10px;
  }
  .kundenkonto-index-index .kuko_box_container:nth-of-type(3n+1) {
    padding-right: 0;
  }
  .kundenkonto-index-index .kuko_box_container:nth-of-type(3n) {
    padding-left: 0;
  }
  .kundenkonto-index-reklamation #kuko_rekl_left {
    margin-right: 0;
  }
  .kundenkonto-index-reklamation #kuko_rekl_right {
    margin-left: 0;
  }
  .kundenkonto-index-reklamation .kuko_btn_row .back {
    width: 30%;
    font-size: 10px;
  }
  .kundenkonto-index-reklamation .kuko_btn_row .reklamation_save {
    width: 60%;
    font-size: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'icons-blank-theme';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: 49%;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'icons-blank-theme';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'icons-blank-theme';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    content: '\e618';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 34%;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 5px 20px 6px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #cccccc;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #7e807e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 5px;
    width: 24.439%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}



/*_______________________________________Styles für Header (logo.phtml)_______________________________________________*/
#header_menue_container {
  background-color: #1d394d;
}
#header_menue_container .top-row {
  background-color: white;
  margin-left: -11px;
  margin-right: -11px;
}
#header_menue_container .top-row * {
  color: #82b0c0;
}
#header_menue_container .top-row .mz_news_link {
  padding-left: 0;
}
#header_menue_container .top-row .mz_contact_link {
  text-align: right;
}
#header_menue_container .top-row .meine_mz_link {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
#header_menue_container .title {
  /*margin-bottom: 0px;*/
  padding: 10px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: normal;
  font-family: National2WebBold;
}
#header_menue_container a {
  color: #5da5c0;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 24px;
}
#header_menue_container a:hover {
  color: #005d80;
  cursor: pointer;
  text-decoration: none;
}
#header_menue_container span {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 24px;
}
#header_menue_container .icon-logged-out::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url('../images/Icons/user.png') 0 0 no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-left: 5px;
}
#header_menue_container .logo {
  float: unset;
  /*margin: 0 0 10px 40px;*/
}
#header_menue_container .logo img {
  margin-top: 15px;
  height: 40px;
  width: auto;
}
#header_menue_container #header_menue_line {
  margin: auto -10px;
}
/*_______________________________________Styles für Haupt-Navi (topmenu.phtml)________________________________________*/
.navi_title {
  text-align: center;
  font-family: BentonSansCond;
  color: #fff;
  font-size: 26px;
  width: 100%;
  font-weight: bold;
}
.nav-sections-item-content {
  max-width: 1160px;
  margin: 0 auto;
}
.sections.nav-sections {
  background: transparent;
  margin-bottom: 0;
}
.navigation {
  background: #1d394d;
  font-family: National2WebBold;
  font-weight: normal;
  /** Subnavi ausblenden **/
}
.navigation ul {
  padding: 0;
}
.navigation ul li {
  background: #1d394d;
  border: 0;
  margin: 0;
}
.navigation ul li a span {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.navigation ul li.active {
  background: #fff;
  color: #1d394d;
  border: 0;
}
.navigation ul li.active a {
  border: 0;
}
.navigation ul li.active a span {
  color: #1d394d;
}
.navigation ul li:hover {
  background: #82b0c0;
}
.navigation .level0 {
  margin: 0;
}
.navigation .level0 > .level-top {
  line-height: 35px;
}
.navigation .level0.parent > .level-top {
  padding-right: 12px;
}
.navigation .level0.active > .level-top {
  border: 0;
}
.navigation .ui-menu-icon.ui-icon.ui-icon-carat-1-e,
.navigation .level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  display: none !important;
}
.header.content {
  padding: 0;
  margin: 0;
}
.level0.submenu {
  position: absolute;
  left: -8px;
  top: 46px;
  border-top: 1px solid #82b0c0;
  padding: 8px 16px 16px;
  background-color: #1d4861;
  display: none;
  min-width: 220px;
}
.level0.submenu li {
  margin: 0;
  padding: 0;
}
.level0.submenu li a {
  padding: 6px 4px;
}
.desktop-navigation .main-nav > li:hover .submenu {
  display: block;
}
header.page-header {
  display: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.banderole .btn,
.font-regular,
.footer.mz-rebrush-footer li,
.meta-nav,
.mz-rebrush .ad-mz .btn-list a,
.mz-rebrush .ad-mz-100 .ad-mz-link,
.mz-rebrush .ad-mz-100 h4,
.mz-rebrush .article .comment-wrapper p,
.mz-rebrush .breaking-news span,
.mz-rebrush .comment-list .name-wrapper,
.mz-rebrush .head-search-count,
.mz-rebrush .head-search-field label,
.mz-rebrush .head-search-field.filter input[type=text],
.mz-rebrush .pager li a,
.mz-rebrush .scribble-card-stack .collection div > strong,
.mz-rebrush .scribble-card-stack .collection h1,
.mz-rebrush .scribble-card-stack .collection h1 strong,
.mz-rebrush .scribble-card-stack .collection h2,
.mz-rebrush .scribble-card-stack .collection h3 + div,
.mz-rebrush .scribble-card-stack div,
.mz-rebrush .section-nav li a,
.mz-rebrush .teaser .teaser-location,
.mz-rebrush .teaser p,
.mz-rebrush .teaser-plus ul li,
.mz-rebrush figcaption,
.mz-rebrush form .form-info,
.mz-rebrush form input,
.mz-rebrush form textarea,
.mz-rebrush h4,
.mz-rebrush label,
.order-form .progress-stepper li span,
.order-form .summary-wrapper span,
.order-form a,
.order-form button span,
.order-form div,
.order-form form .mandatory,
.order-form form input[type=checkbox] + label,
.order-form form input[type=radio] + label,
.order-form label,
.order-form p,
.user-menu li,
header[role=banner].mz-rebrush-header .header-wrapper time,
header[role=banner].mz-rebrush-header .plus-wrapper span,
header[role=banner].mz-rebrush-header .search-form {
  font-family: National2WebRegular;
}
@media (max-width: 568px) {
  .hide-s.hide-s {
    display: none !important;
  }
}
@media (min-width: 569px) and (max-width: 979px) {
  .hide-m.hide-m {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .hide-l.hide-l {
    display: none !important;
  }
}
.header {
  margin-top: 0;
  border-bottom: 0;
}
.breaking-news span,
.desktop-navi li,
.header-title,
.label-head,
.navigation-level-2 li,
.navigation-level-3 li,
.navigation-level-4 li {
  text-transform: uppercase;
}
.header-logo,
.theme-top-blue-head h1 {
  z-index: 1;
  overflow-y: hidden;
  overflow-x: hidden;
}
.header {
  position: relative;
  z-index: 600;
  margin: 12px 0;
}
/*@media print, screen and (min-width: 560px) {*/
/*    .header {*/
/*        margin-left: -10px;*/
/*        margin-right: -10px*/
/*    }*/
/*}*/
@media screen and (min-width: 980px) {
  .header {
    min-height: 122px;
    margin-bottom: 16px;
    transition: margin-top 0.2s;
  }
  .header.is-header-home {
    min-height: 154px;
  }
  .header.is-fixed {
    position: fixed;
    margin-top: -24px;
    width: 960px;
  }
  .header.is-fixed.is-scrolling-up {
    transition: margin-top 0.5s;
    margin-top: 12px;
  }
}
.header-top-line {
  display: none;
  height: 26px;
  letter-spacing: .02rem;
}
.header-top-line,
.header-top-line a,
.header-top-line span {
  font-family: sans-serif;
  font-size: 12px;
  font-size: .75rem;
  line-height: 24px;
}
.header-top-line li.emphasized a {
  color: #d54717;
}
.header-top-line li.emphasized a:hover {
  color: #b73100;
}
.header-top-line .right > ul,
.header-top-line li,
.header-top-line > ul {
  display: inline-block;
}
.header-top-line > ul li {
  margin-right: 14px;
}
.header-top-line li {
  line-height: 24px;
}
.header-top-line li.is-selected {
  position: relative;
}
.header-top-line li.is-selected a {
  color: #005d80;
}
.header-top-line li.emphasized.is-selected a {
  color: #b73100;
}
.header-top-line .external-link:hover a,
.header-top-line .my-mz:hover > a {
  color: #005d80;
}
.header-top-line > ul li.is-selected:last-child:after {
  content: none;
}
.header-top-line .external-link {
  position: relative;
  margin-right: 12px;
}
.header-top-line .icon-crucifix:before,
.header-top-line .icon-house:before,
.header-top-line .icon-jobs:before,
.header-top-line .icon-logged-in:before,
.header-top-line .icon-logged-out:before,
.header-top-line .icon-shop:before,
.header-top-line .icon-tickets:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 8px;
}
.header-top-line .icon-house:before {
  background: url(https://www.mittelbayerische.de/https://www.mittelbayerische.de//img/icons.png) -90px 0 no-repeat;
}
.header-top-line .icon-jobs:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -150px 0 no-repeat;
}
.header-top-line .icon-crucifix:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -100px no-repeat;
}
.header-top-line .icon-shop:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -200px no-repeat;
}
.header-top-line .icon-tickets:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -300px no-repeat;
}
.header-top-line .icon-logged-in:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -153px -200px no-repeat;
  margin-right: 0;
}
.header-top-line .icon-logged-out:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -153px -100px no-repeat;
  margin-right: 0;
}
.header-top-line .icon-house.is-selected:before,
.header-top-line .icon-house:hover:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -120px 0 no-repeat;
}
.header-top-line .icon-jobs.is-selected:before,
.header-top-line .icon-jobs:hover:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px 0 no-repeat;
}
.header-top-line .icon-crucifix.is-selected:before,
.header-top-line .icon-crucifix:hover:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -50px no-repeat;
}
.header-top-line .icon-shop.is-selected:before,
.header-top-line .icon-shop:hover:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -150px no-repeat;
}
.header-top-line .icon-tickets.is-selected:before,
.header-top-line .icon-tickets:hover:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -180px -250px no-repeat;
}
.header-top-line .icon-logged-in.is-selected:before,
.header-top-line .my-mz:hover .icon-logged-in:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -153px -150px no-repeat;
  margin-right: 0;
}
.header-top-line .icon-logged-out.is-selected:before,
.header-top-line .my-mz:hover .icon-logged-out:before {
  background: url(https://www.mittelbayerische.de//img/icons.png) -153px -50px no-repeat;
  margin-right: 0;
}
.header-top-line .right {
  position: absolute;
  right: 10px;
  top: 0;
}
.header-top-line .my-mz {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 17px;
}
.header-top-line .my-mz span {
  color: #005d80;
  cursor: pointer;
}
.header-top-line .my-mz ul {
  display: none;
}
@media screen and (min-width: 980px) {
  .header-top-line {
    display: block;
    padding: 0 10px;
  }
  .header-top-line .my-mz ul {
    position: absolute;
    right: -11px;
    top: 24px;
    padding-top: 2px;
  }
  .header-top-line .my-mz li {
    width: 170px;
    height: 36px;
    border-top: 1px solid #5da5c0;
    background-color: #fff;
    padding-left: 20px;
  }
  .header-top-line .my-mz li:last-child {
    border-bottom: 1px solid #5da5c0;
  }
  .header-top-line .my-mz li a {
    position: relative;
    color: #5da5c0;
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .header-top-line .my-mz li a:after {
    content: "\003e";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    height: 35px;
    font-family: ProformaSemibold, Georgia, serif;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .header-top-line .my-mz li:hover a {
    color: #005d80;
  }
  .no-touch .header-top-line .my-mz:hover ul {
    display: block;
  }
}
.header-box {
  position: relative;
  height: 88px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #005d80;
  color: #fff;
}
.header-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 1px;
  background-color: #5dacc0;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 9px;
  line-height: 0;
  width: 45px;
  font-family: BentonSansCond, sans-serif;
}
.header-logo:after {
  content: none;
  position: absolute;
  width: 1px;
  height: 26px;
  top: 2px;
  left: 26px;
  background-color: #5f96b0;
}
.header-logo img {
  width: 500px;
  min-width: 500px;
}
.is-header-home .header-logo {
  width: 244px;
  top: 18px;
}
.is-header-home .header-logo:after {
  content: "";
}
.is-header-home .header-logo img {
  width: 244px;
  min-width: 244px;
}
.header-intranet-link {
  position: absolute;
  display: none;
  left: 44px;
  top: 35px;
}
.is-header-home .header-intranet-link {
  left: 256px;
}
.header-intranet-link a {
  vertical-align: top;
  font-family: sans-serif;
  font-size: 12px;
}
.header-intranet-link a:hover {
  color: #fff;
}
.header-title {
  position: absolute;
  top: 20px;
  left: 34px;
  right: 50px;
  text-align: center;
  margin-left: auto;
  font-family: Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .2rem;
}
.is-header-home .header-title {
  display: none;
}
.header-date {
  display: block;
  margin-top: 58px;
  color: #fff;
  font-family: sans-serif;
  font-size: 12px;
  font-size: .75rem;
  line-height: normal;
  letter-spacing: .02rem;
  white-space: nowrap;
}
.header-weather {
  display: none;
}
.header-weather a {
  color: #aed2df;
  font-family: sans-serif;
  font-size: 12px;
  font-size: .75rem;
}
.header-weather img {
  margin-left: 8px;
}
@media screen and (min-width: 980px) {
  .header-date:after,
  .header-logo:after {
    content: "";
  }
  .header-box {
    height: 60px;
    text-align: right;
  }
  .is-header-home .header-box {
    height: 128px;
    margin-bottom: -36px;
    border-bottom: 1px solid #aed2df;
  }
  .header-box:after {
    top: 59px;
  }
  .is-header-home .header-box:after {
    top: 91px;
  }
  .header-logo {
    top: 17px;
    left: 11px;
    width: 244px;
  }
  .header-logo img {
    width: 244px;
    min-width: 244px;
  }
  .is-header-home .header-logo {
    width: 464px;
    top: 18px;
    left: 10px;
    margin: 0;
  }
  .is-header-home .header-logo:after {
    height: 25px;
    top: 1px;
    left: 22px;
  }
  .is-header-home .header-logo img {
    width: 464px;
  }
  .header-intranet-link {
    left: 256px;
  }
  .is-header-home .header-intranet-link {
    left: 480px;
    top: 60px;
  }
  .header-title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .3rem;
    left: 0;
    right: 0;
    margin-left: 230px;
    margin-right: 230px;
  }
  .header-date {
    display: inline-block;
    margin-right: 20px;
    margin-top: 24px;
    position: relative;
  }
  .is-header-home .header-date {
    margin-top: 49px;
  }
  .header-date:after {
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #aed2df;
    top: 0;
    right: -12px;
  }
  .header-weather {
    display: inline;
  }
}
.footer-level-1 a,
.footer-level-2 a {
  letter-spacing: .02rem;
}
.header-search-toggle {
  display: none;
}
.header-search {
  display: none;
  position: relative;
  height: 60px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 60px;
  border-bottom: 1px solid #fff;
  background-color: #f3f2ee;
}
.is-header-navigation-expanded .header-search {
  display: block;
}
.header-search input[type=text] {
  height: 35px;
  width: 100%;
  padding-left: 10px;
  border: none;
  color: #666;
  font-family: sans-serif;
  font-size: 14px;
  font-size: .875rem;
}
.header-search input[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(https://www.mittelbayerische.de//img/icons.png) -18px -290px no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  color: transparent;
  font-size: 0;
}
.header-search input[type=submit]:hover {
  background: url(https://www.mittelbayerische.de//img/icons.png) 12px -320px no-repeat;
}
@media screen and (min-width: 980px) {
  .header-search-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    display: block;
    width: 37px;
    height: 35px;
    background: url(https://www.mittelbayerische.de//img/icons.png) -18px -290px no-repeat;
    cursor: pointer;
  }
  .is-path-view .header-search-toggle {
    background: url(https://www.mittelbayerische.de//img/icons.png) 12px -290px no-repeat;
  }
  .no-touch .header-search-toggle:hover {
    background: url(https://www.mittelbayerische.de//img/icons.png) -18px -320px no-repeat;
  }
  .no-touch .is-path-view .header-search-toggle:hover {
    background: url(https://www.mittelbayerische.de//img/icons.png) 12px -320px no-repeat;
  }
  .header-search-toggle:hover .header-search {
    display: block;
  }
  .header-search {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    right: 0;
    width: 310px;
    height: 51px;
    padding-top: 11px;
    border-bottom: none;
    border-top: 1px solid #fff;
    background-color: #aed2df;
  }
  .header-search input[type=text] {
    height: 28px;
    width: 236px;
  }
  .header-search input[type=submit],
  .header-search input[type=submit]:hover {
    width: 44px;
    height: 28px;
    margin-left: 10px;
    background: #005d80;
    border-radius: 2px;
    color: #fff;
    font-family: BentonSansCond, sans-serif;
    font-size: 15px;
  }
}
.is-header-service .header-intranet-link,
.is-header-service .header-search,
.is-header-service .header-search-toggle,
.is-header-service .header-top-line .right > ul > li:nth-last-child(n+2),
.is-header-service .header-top-line > ul > li:nth-of-type(n+2),
.is-header-service .header-weather,
.is-header-service .navigation-additional-items > li:nth-of-type(n+2) {
  display: none;
}
.footer ul,
.is-header-service .navigation-level-1 > li:nth-of-type(3) .navigation-additional-items > li {
  display: block;
}
.is-header-service .header-date:after {
  content: none;
}
.is-header-service .header-date {
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-search-toggle,
  .header-top-line .icon-crucifix:before,
  .header-top-line .icon-crucifix:hover:before,
  .header-top-line .icon-house:before,
  .header-top-line .icon-house:hover:before,
  .header-top-line .icon-jobs:before,
  .header-top-line .icon-jobs:hover:before,
  .header-top-line .icon-logged-in.is-selected:before,
  .header-top-line .icon-logged-out.is-selected:before,
  .header-top-line .icon-shop:before,
  .header-top-line .icon-shop:hover:before,
  .header-top-line .icon-tickets:before,
  .header-top-line .icon-tickets:hover:before,
  .header-top-line .my-mz:hover .icon-logged-in:before,
  .header-top-line .my-mz:hover .icon-logged-out:before,
  .is-path-view .header-search-toggle,
  .is-path-view .header-search-toggle:hover {
    background-image: url(/img/icons_2x.png);
    background-size: 200px 1000px;
  }
}
@media print {
  .header-date {
    color: #000;
  }
  .header-logo {
    width: 211px;
  }
  .header-title {
    text-align: right;
  }
}
header[role="banner"].mz-rebrush-header {
  position: relative;
  background-color: #1d394d;
  margin-bottom: 32px;
  z-index: 100;
}
header[role="banner"].mz-rebrush-header {
  margin-top: 12px;
  /*margin-left: -10px;*/
  /*margin-right: -10px;*/
}
.meta-nav {
  font-size: 12px;
  /*font-size: .75rem;*/
  padding: 12px 20px 8px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.meta-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.meta-nav ul li {
  margin: 0 16px 0 0;
  padding: 0;
  font-family: National2WebRegular;
  font-size: 12px;
}
.meta-nav ul li:last-of-type {
  margin-right: 0;
}
.meta-nav ul li a {
  color: #5da5c0;
  text-decoration: none;
}
header[role="banner"].mz-rebrush-header .header-wrapper {
  padding: 12px 20px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
header[role="banner"].mz-rebrush-header .logo {
  position: relative;
  display: inline-block;
  width: 244px;
  margin: 0;
}
header[role="banner"].mz-rebrush-header .logo img {
  display: block;
  width: 60vw;
}
header[role=banner].mz-rebrush-header.compact .desktop-navigation {
  height: 48px;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.desktop-navigation {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  padding: 2px 20px 2px 8px;
  background-color: #1d4861;
  z-index: 100;
}
.fixed-header .desktop-navigation {
  position: fixed;
  width: 960px;
  top: 0;
}
.desktop-navigation > a {
  display: none;
}
.desktop-navigation .main-nav {
  display: flex;
  display: -ms-flexbox;
  margin: 0;
  padding: 0;
}
.desktop-navigation .main-nav > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.desktop-navigation .main-nav > li:hover .sub-list {
  display: block;
}
.desktop-navigation .main-nav > li.active > a {
  color: #fff;
}
.desktop-navigation .main-nav a {
  font-size: 16px;
  /*font-size: 1rem;*/
  color: #82b0c0;
  display: inline-block;
  padding: 12px 9px;
  font-family: National2WebBold;
  font-weight: 400;
}
.desktop-navigation .main-nav a:hover,
.desktop-navigation .main-nav a[aria-selected=true],
.expand-navigation li a:hover,
.expand-navigation li.category a,
.user-menu a:hover {
  color: #fff;
}
.desktop-navigation .sub-list {
  position: absolute;
  left: -8px;
  top: 46px;
  border-top: 1px solid #82b0c0;
  padding: 8px 16px 16px;
  background-color: #1d4861;
  display: none;
  min-width: 220px;
}
.desktop-navigation .sub-list:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
}
.desktop-navigation .sub-list a {
  padding: 6px 4px;
}
.navigation-wrapper {
  position: relative;
  width: 100%;
  display: none;
  z-index: 101;
}
.navigation-wrapper .expand-navigation {
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 12px;
  background-color: #1d4861;
  border-top: 1px solid #82b0c0;
}
.navigation-wrapper .expand-navigation .nav-list {
  margin-bottom: 8px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.navigation-wrapper .expand-navigation .nav-list li {
  margin-right: 16px;
  margin-bottom: 12px;
  font-family: National2WebBold;
  font-weight: 400;
  font-size: initial;
}
.navigation-wrapper .expand-navigation .nav-list li a {
  color: #5da5c0;
}
.navigation-wrapper .expand-navigation .nav-list li a:hover {
  color: #fff;
}
.navigation-wrapper .expand-navigation .nav-list li.category {
  width: auto;
}
.navigation-wrapper .expand-navigation .nav-list li.category span {
  color: #fff;
}
.navigation-wrapper.is-open {
  display: block;
}
.desktop-navigation .main-nav a:hover,
.desktop-navigation .main-nav a[aria-selected="true"],
.expand-navigation li a:hover,
.expand-navigation li.category a,
.user-menu a:hover {
  color: #fff;
  text-decoration: none;
}
header[role=banner].mz-rebrush-header.compact .logo img {
  margin: 0;
}
header[role="banner"].mz-rebrush-header .plus-wrapper {
  float: right;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
header[role=banner].mz-rebrush-header.compact .toggle-menu {
  bottom: 11px;
}
header[role=banner].mz-rebrush-header.compact .logo {
  margin-left: 12px;
  width: 244px;
}
header[role=banner].mz-rebrush-header.compact .logo img {
  width: 244px;
  max-width: none;
}
header[role="banner"].mz-rebrush-header .plus-wrapper > * {
  margin-left: 8px;
}
header[role="banner"].mz-rebrush-header .plus-wrapper .icon-mzplus {
  margin-top: 3px;
}
header[role="banner"].mz-rebrush-header .plus-wrapper .link-button {
  font-size: 12px;
  /*font-size: .75rem;*/
  display: inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  text-transform: uppercase;
  margin-left: 16px;
  height: 24px;
  border: 1px solid #ed953e;
  background-color: #ed953e;
  line-height: 1.875rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 0 10px;
}
header[role="banner"].mz-rebrush-header a.link-button {
  font-family: National2WebBold;
  font-weight: 400;
}
@media (min-width: 740px) {
  header[role=banner].mz-rebrush-header.compact .toggle-menu {
    bottom: 9px;
  }
  header[role=banner].mz-rebrush-header .logo {
    width: 464px;
  }
}
@media (min-width: 980px) {
  header[role=banner].mz-rebrush-header.compact .logo img {
    width: 280px;
  }
  header[role=banner].mz-rebrush-header.compact .logo {
    width: 36px;
    overflow: hidden;
  }
  .fixed-header.compact header[role=banner].mz-rebrush-header.compact {
    margin-bottom: 84px;
  }
}
header[role=banner].mz-rebrush-header .icon-mzplus::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill%3D%22%23ED953E%22%20width%3D%2271%22%20height%3D%2224%22%20rx%3D%2212%22%2F%3E%3Cpath%20d%3D%22M11.958%2022.05c5.53%200%2010.013-4.5%2010.013-10.05%200-5.55-4.483-10.05-10.013-10.05S1.945%206.45%201.945%2012c0%205.55%204.483%2010.05%2010.013%2010.05z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.9%22%20fill%3D%22%230F7697%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M18.86%2016.873c-.578%200-1.129-.511-1.234-1.13-.026-.134-.026-.376-.052-.753%200-.188-.027-.295-.027-.376l.027-6.05c0-.404-.053-1.13-.08-1.48a1.978%201.978%200%200%200-.288-.833c-.288-.484-.787-.806-1.286-.806-.236%200-.551.107-.945.322-.472.215-.708.404-1.548%201.103l-.42.376-.079-.188c-.263-.807-.368-.995-.656-1.29a1.215%201.215%200%200%200-.866-.35c-.473%200-1.05.242-1.811.833l-.972.753v-1.64c-.813.35-1.102.43-1.942.618L6.63%2018.03c.42-.027.76-.054.97-.054.237%200%20.578.027%201.024.054L8.65%207.542c.472-.43.708-.645%201.39-.807.342-.08.683.215.893.538.21.323.21.403.21.968v9.788c.42-.027.735-.054.945-.054.236%200%20.551.027.997.054V7.838s.867-.941%201.444-.968c.42-.027.814.269.945.699.105.323.105.51.105%201.156v.054l-.026%206.722v.377c.026.376.052.645.078.833.184.86%201.024%201.533%201.943%201.533.63%200%201.207-.269%201.732-.86.052-.054.079-.108.157-.162v-.591c-.157.188-.34.242-.603.242zM31.99%2013.626h-1.413v2.718H28.4V7.656h3.59c2.087%200%203.318%201.08%203.318%202.991%200%201.886-1.348%202.979-3.318%202.979zm1.076-2.966c0-.793-.402-1.274-1.335-1.274h-1.154v2.536h1.154c.92%200%201.335-.442%201.335-1.262zm3.499-3.004h2.177v6.867h3.836v1.82h-6.013V7.657zm10.718%207.023c1.037%200%201.464-.728%201.464-1.86V7.656h2.178v5.32c0%202.484-1.555%203.524-3.642%203.524-2.074%200-3.642-1.04-3.642-3.525V7.656h2.19v5.163c0%201.132.415%201.86%201.452%201.86zm8.23%201.821c-1.88%200-3.214-.82-3.603-2.185l1.866-.78c.155.832.907%201.287%201.75%201.287.7%200%201.283-.299%201.283-.91%200-1.535-4.575-.351-4.575-3.642%200-1.743%201.542-2.77%203.356-2.77%201.815%200%203.007.728%203.344%202.198l-1.931.533c-.117-.702-.713-1.066-1.4-1.066-.725%200-1.179.377-1.179.897%200%201.535%204.575.325%204.575%203.694%200%201.808-1.633%202.744-3.486%202.744z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: '';
  display: inline-block;
  width: 66px;
  height: 24px;
  margin-left: 8px;
}
.mz-rebrush .icon-mzplus::after {
  background-position: center center;
  background-size: contain;
  width: 66px;
  margin-left: 8px;
}
.mz-rebrush .headline-plus-icon::before,
.mz-rebrush .icon-mzplus::after,
.mz-rebrush .section-head-3.has-plus-icon::before {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill%3D%22%23ED953E%22%20width%3D%2271%22%20height%3D%2224%22%20rx%3D%2212%22%2F%3E%3Cpath%20d%3D%22M11.958%2022.05c5.53%200%2010.013-4.5%2010.013-10.05%200-5.55-4.483-10.05-10.013-10.05S1.945%206.45%201.945%2012c0%205.55%204.483%2010.05%2010.013%2010.05z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.9%22%20fill%3D%22%230F7697%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M18.86%2016.873c-.578%200-1.129-.511-1.234-1.13-.026-.134-.026-.376-.052-.753%200-.188-.027-.295-.027-.376l.027-6.05c0-.404-.053-1.13-.08-1.48a1.978%201.978%200%200%200-.288-.833c-.288-.484-.787-.806-1.286-.806-.236%200-.551.107-.945.322-.472.215-.708.404-1.548%201.103l-.42.376-.079-.188c-.263-.807-.368-.995-.656-1.29a1.215%201.215%200%200%200-.866-.35c-.473%200-1.05.242-1.811.833l-.972.753v-1.64c-.813.35-1.102.43-1.942.618L6.63%2018.03c.42-.027.76-.054.97-.054.237%200%20.578.027%201.024.054L8.65%207.542c.472-.43.708-.645%201.39-.807.342-.08.683.215.893.538.21.323.21.403.21.968v9.788c.42-.027.735-.054.945-.054.236%200%20.551.027.997.054V7.838s.867-.941%201.444-.968c.42-.027.814.269.945.699.105.323.105.51.105%201.156v.054l-.026%206.722v.377c.026.376.052.645.078.833.184.86%201.024%201.533%201.943%201.533.63%200%201.207-.269%201.732-.86.052-.054.079-.108.157-.162v-.591c-.157.188-.34.242-.603.242zM31.99%2013.626h-1.413v2.718H28.4V7.656h3.59c2.087%200%203.318%201.08%203.318%202.991%200%201.886-1.348%202.979-3.318%202.979zm1.076-2.966c0-.793-.402-1.274-1.335-1.274h-1.154v2.536h1.154c.92%200%201.335-.442%201.335-1.262zm3.499-3.004h2.177v6.867h3.836v1.82h-6.013V7.657zm10.718%207.023c1.037%200%201.464-.728%201.464-1.86V7.656h2.178v5.32c0%202.484-1.555%203.524-3.642%203.524-2.074%200-3.642-1.04-3.642-3.525V7.656h2.19v5.163c0%201.132.415%201.86%201.452%201.86zm8.23%201.821c-1.88%200-3.214-.82-3.603-2.185l1.866-.78c.155.832.907%201.287%201.75%201.287.7%200%201.283-.299%201.283-.91%200-1.535-4.575-.351-4.575-3.642%200-1.743%201.542-2.77%203.356-2.77%201.815%200%203.007.728%203.344%202.198l-1.931.533c-.117-.702-.713-1.066-1.4-1.066-.725%200-1.179.377-1.179.897%200%201.535%204.575.325%204.575%203.694%200%201.808-1.633%202.744-3.486%202.744z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: '';
  height: 24px;
  display: inline-block;
}
@media (max-width: 979px) {
  .mz-rebrush .teaser.teaser-33-news-ticker h4 {
    margin-bottom: 8px;
  }
  .mz-rebrush .collection .teaser-100 h3.icon-mzplus::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2271%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill%3D%22%23ED953E%22%20width%3D%2271%22%20height%3D%2224%22%20rx%3D%2212%22%2F%3E%3Cpath%20d%3D%22M11.958%2022.05c5.53%200%2010.013-4.5%2010.013-10.05%200-5.55-4.483-10.05-10.013-10.05S1.945%206.45%201.945%2012c0%205.55%204.483%2010.05%2010.013%2010.05z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.9%22%20fill%3D%22%230F7697%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M18.86%2016.873c-.578%200-1.129-.511-1.234-1.13-.026-.134-.026-.376-.052-.753%200-.188-.027-.295-.027-.376l.027-6.05c0-.404-.053-1.13-.08-1.48a1.978%201.978%200%200%200-.288-.833c-.288-.484-.787-.806-1.286-.806-.236%200-.551.107-.945.322-.472.215-.708.404-1.548%201.103l-.42.376-.079-.188c-.263-.807-.368-.995-.656-1.29a1.215%201.215%200%200%200-.866-.35c-.473%200-1.05.242-1.811.833l-.972.753v-1.64c-.813.35-1.102.43-1.942.618L6.63%2018.03c.42-.027.76-.054.97-.054.237%200%20.578.027%201.024.054L8.65%207.542c.472-.43.708-.645%201.39-.807.342-.08.683.215.893.538.21.323.21.403.21.968v9.788c.42-.027.735-.054.945-.054.236%200%20.551.027.997.054V7.838s.867-.941%201.444-.968c.42-.027.814.269.945.699.105.323.105.51.105%201.156v.054l-.026%206.722v.377c.026.376.052.645.078.833.184.86%201.024%201.533%201.943%201.533.63%200%201.207-.269%201.732-.86.052-.054.079-.108.157-.162v-.591c-.157.188-.34.242-.603.242zM31.99%2013.626h-1.413v2.718H28.4V7.656h3.59c2.087%200%203.318%201.08%203.318%202.991%200%201.886-1.348%202.979-3.318%202.979zm1.076-2.966c0-.793-.402-1.274-1.335-1.274h-1.154v2.536h1.154c.92%200%201.335-.442%201.335-1.262zm3.499-3.004h2.177v6.867h3.836v1.82h-6.013V7.657zm10.718%207.023c1.037%200%201.464-.728%201.464-1.86V7.656h2.178v5.32c0%202.484-1.555%203.524-3.642%203.524-2.074%200-3.642-1.04-3.642-3.525V7.656h2.19v5.163c0%201.132.415%201.86%201.452%201.86zm8.23%201.821c-1.88%200-3.214-.82-3.603-2.185l1.866-.78c.155.832.907%201.287%201.75%201.287.7%200%201.283-.299%201.283-.91%200-1.535-4.575-.351-4.575-3.642%200-1.743%201.542-2.77%203.356-2.77%201.815%200%203.007.728%203.344%202.198l-1.931.533c-.117-.702-.713-1.066-1.4-1.066-.725%200-1.179.377-1.179.897%200%201.535%204.575.325%204.575%203.694%200%201.808-1.633%202.744-3.486%202.744z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
header[role=banner].mz-rebrush-header .plus-wrapper span {
  font-size: 12px;
  /*font-size: .75rem;*/
  color: #fff;
}
@media (min-width: 768px) {
  header[role=banner].mz-rebrush-header.compact .toggle-menu {
    bottom: 9px;
  }
}
@media (min-width: 980px) {
  header[role=banner].mz-rebrush-header.compact .logo img {
    width: 280px;
  }
  header[role=banner].mz-rebrush-header.compact .logo {
    width: 36px;
    overflow: hidden;
  }
  .fixed-header.compact header[role=banner].mz-rebrush-header.compact {
    margin-bottom: 84px;
  }
}
header[role="banner"].mz-rebrush-header .logo img {
  margin: 0;
  display: block;
}
header[role=banner].mz-rebrush-header .toggle-menu li.icon-user::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M14.828%2010.828a4%204%200%201%201-5.656-5.656%204%204%200%200%201%205.656%205.656zm-4.95-4.95a3%203%200%201%200%204.243%204.243A3%203%200%200%200%209.88%205.88zM6%2019.5a.5.5%200%200%201-1%200%207%207%200%201%201%2014%200%20.5.5%200%201%201-1%200%206%206%200%201%200-12%200z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%2382b0c0%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
header[role=banner].mz-rebrush-header .toggle-menu li.icon-user-logged-in::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M18.682%2018.682a4.5%204.5%200%201%201-6.364-6.364%204.5%204.5%200%200%201%206.364%206.364zm-5.657-5.657a3.5%203.5%200%201%200%204.95%204.95%203.5%203.5%200%200%200-4.95-4.95zm3.858%201.012a.5.5%200%200%201%20.8.6l-1.937%202.583a1%201%200%200%201-1.508.106l-1-1a.5.5%200%200%201%20.708-.707l1%201%201.937-2.582zm-5.585-4.489a3.25%203.25%200%201%201-4.596-4.596%203.25%203.25%200%200%201%204.596%204.596zm-.707-3.889a2.25%202.25%200%201%200-3.182%203.182%202.25%202.25%200%200%200%203.182-3.182zM5%2015.5a.5.5%200%201%201-1%200%205.002%205.002%200%200%201%206.963-4.599.5.5%200%201%201-.392.92A4.002%204.002%200%200%200%205%2015.501z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%2382b0c0%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.user-menu {
  border-top: 1px solid #82b0c0;
}
.user-menu {
  position: absolute;
  background-color: #1d4861;
}
.user-menu {
  top: 37px;
  right: -8px;
  padding: 8px 16px 8px 24px;
  display: none;
}
header[role="banner"].mz-rebrush-header .toggle-menu li {
  position: relative;
  cursor: pointer;
  margin-left: 12px;
}
header[role="banner"].mz-rebrush-header .toggle-menu li[class*="icon"]::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
}
header[role=banner].mz-rebrush-header .toggle-menu {
  display: flex;
  display: -ms-flexbox;
  z-index: 20;
  position: absolute;
  right: 20px;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle {
  margin-top: 3px;
  margin-left: 4px;
  border: unset;
  border-radius: unset;
  background-image: unset;
  background-color: unset;
  margin-bottom: unset;
  margin-right: unset;
  padding: unset;
  float: unset;
  display: block;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .is-visuallyhidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button .burger-inner {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  display: block;
  top: 50%;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button .burger-inner:before {
  top: -5px;
  transition: top .1s .14s ease,opacity .1s ease;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button .burger-inner:after {
  bottom: -5px;
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button.is-active .burger-inner {
  transform: rotate(45deg);
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button.is-active .burger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease,opacity .1s .14s ease;
}
header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button.is-active .burger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*____________________________________________ALLGEMEIN________________________________________________________________*/
body .page-wrapper {
  font-family: National2WebRegular;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}
body .page-wrapper span a {
  color: #82b0c0;
}
body .page-wrapper select,
body .page-wrapper select.form-control,
body .page-wrapper .form-control.required-entry,
body .page-wrapper input.form-control {
  border-color: #1d394d;
}
body .page-wrapper h1,
body .page-wrapper h2,
body .page-wrapper h3,
body .page-wrapper h4,
body .page-wrapper h5,
body .page-wrapper h6 .title {
  font-family: National2WebBold, serif;
}
body #maincontent .page.messages {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.page_title {
  color: #1d394d;
  max-width: 1160px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box_link {
  cursor: pointer;
}
.no_padding {
  padding-left: 0;
  padding-right: 0;
}
/*______________________________________SLIDER________________________________________________________________________*/
#home_slider {
  border: 1px solid #1d394d;
  margin-bottom: 40px;
}
.carousel-indicators {
  bottom: unset;
  padding: 15px;
}
.carousel-indicators li {
  border-color: #1d394d;
}
.carousel-indicators .active {
  background-color: #1d394d;
}
/*______________________________________BOXEN FÜR KATEGORIEN__________________________________________________________*/
.main_container {
  padding-right: 0;
  padding-left: 0;
}
.category_row {
  padding-bottom: 30px;
}
.category_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.category_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.category_box {
  border: 1px solid #1d394d;
  min-height: 550px;
  position: relative;
  height: 100%;
}
.category_box .category_name {
  background-color: #1d394d;
}
.category_box .category_name h3 {
  color: white;
  margin: unset;
  padding: 10px;
}
.category_box .category_pic img {
  width: 100%;
}
.category_box .category_desc {
  padding-top: 30px;
  padding-bottom: 30px;
}
.category_box .category_desc ul {
  padding-left: 10px;
}
.category_box .category_desc ul li {
  padding-right: 20px;
  list-style: none;
  display: table;
}
.category_box .category_desc ul li::before {
  content: '';
  display: table-cell;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/Icons/check.png');
  background-position: 0 -4px;
}
.category_box .category_box_btn {
  height: 90px;
}
/*_________________________BOXEN FÜR PRODUKTE_________________________________________________________________________*/
.products_row:nth-of-type(1) .product_box_header {
  height: 30px;
}
.products_row:nth-of-type(1) .product_box {
  margin-top: 30px;
  height: 95%;
}
.products_row {
  margin-bottom: 30px;
}
.products_row .product_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.products_row .product_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.products_row .product_box_header {
  background-color: #1d394d;
  border: 1px solid #1d394d;
  color: white;
  text-align: center;
  display: none;
}
.products_row .product_box_header p {
  margin: 0;
  padding: 4px;
}
.products_row .product_box {
  border: 1px solid #1d394d;
  position: relative;
  height: 100%;
}
.products_row .product_box .product_box_heading {
  padding-top: 10px;
  padding-left: 20px;
  color: #82b0c0;
  font-weight: bold;
}
.products_row .product_box .product_box_pic {
  position: relative;
}
.products_row .product_box .product_box_des {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.products_row .product_box .product_box_des ul {
  padding-left: 0;
}
.products_row .product_box .product_box_des ul li {
  padding-right: 20px;
  list-style: none;
  display: table;
}
.products_row .product_box .product_box_des ul li::before {
  content: '';
  display: table-cell;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/Icons/check.png');
  background-position: 0 -4px;
}
.products_row .product_box .product_box_price {
  border-top: 1px solid #1d394d;
  /* padding: 5px; */
  border-bottom: 1px solid #1d394d;
  position: absolute;
  width: 89%;
  margin-right: 5%;
  margin-left: 5%;
  text-align: right;
  bottom: 70px;
}
.products_row .product_box .product_box_price b {
  font-size: 18px;
}
.products_row .product_box .product_box_btn {
  height: 90px;
}
.products_row .product_box .product_box_btn small {
  position: absolute;
  bottom: 2px;
  right: 20px;
}
/*_________________________REIHE MIT SPEZIAL-ANGEBOTEN________________________________________________________________*/
.spezial_angebote_bg {
  background: #f5f5f5;
}
.spezial_angebote_bg .special_offer_heading {
  font-weight: bold;
  color: #1d394d;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: National2WebBold, serif;
}
.spezial_angebote_bg .special_offer_row {
  max-width: 1160px;
  margin: 0 auto;
}
.spezial_angebote_bg .offer_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.spezial_angebote_bg .offer_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.spezial_angebote_bg .offer_box_container .offer_box {
  border: 1px solid #1d394d;
  position: relative;
  min-height: 330px;
  height: 100%;
}
.spezial_angebote_bg .offer_box_container .offer_box .offer_box_heading {
  padding-top: 10px;
  padding-left: 20px;
  color: #82b0c0;
  font-weight: bold;
}
.spezial_angebote_bg .offer_box_container .offer_box .offer_box_pic {
  position: relative;
}
.spezial_angebote_bg .offer_box_container .offer_box .offer_box_des {
  padding-left: 20px;
  padding-right: 20px;
}
/*____________________________Bereits Abonnent Box____________________________________________________________________*/
.bereits_abonennt_bg {
  background: #f5f5f5;
  padding: 30px 0;
}
.bereits_abonennt_bg .bereits_abonennt_box {
  background: linear-gradient(96deg, #1d3a4d 0, #82b0c0 100%);
  padding: 36px 0;
}
.bereits_abonennt_bg .bereits_abonennt_box h3 {
  color: #fff;
  font-weight: normal;
  font-family: National2WebBold;
  padding-left: 40px;
  margin: 0;
  line-height: 2;
}
.bereits_abonennt_bg .bereits_abonennt_box a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: white 1px solid;
  padding: 10px;
  float: right;
  margin-right: 40px;
}
/*___________________________________________Buttons_________________________________________________________________*/
.more_info_btn {
  padding: 10px 20px;
  background-color: #ed953e;
  color: white;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.more_info_btn:hover {
  text-decoration: none;
  background: #b73100;
  color: #fff;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.more_info_btn:visited {
  color: white;
}
.product_box_desc {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product_box_desc ul {
  padding-left: 10px;
}
.product_box_desc ul li {
  padding-right: 20px;
  list-style: none;
  display: table;
}
.product_box_desc ul li::before {
  content: '';
  display: table-cell;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/Icons/check.png');
  background-position: 0 -4px;
}
.for_companies_box {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #1d394d;
  padding-left: 0;
  position: relative;
}
.for_companies_box .for_companies_box_img {
  padding-left: 0;
}
.for_companies_box .for_companies_box_img img {
  width: 100%;
}
.for_companies_box .company_box_heading {
  padding-top: 10px;
  padding-left: 20px;
  color: #82b0c0;
  font-weight: bold;
}
.for_companies_box h3 {
  color: #82b0c0;
}
.category_price {
  font-size: 18px;
  text-align: right;
  height: 30px;
  position: absolute;
  width: 89%;
  margin-left: 20px;
  margin-right: 20px;
  bottom: 70px;
  border-top: 1px solid #1d394d;
  border-bottom: 1px solid #1d394d;
}
#footer_container {
  background-color: #1d394d;
  margin: unset;
  padding-top: 20px;
}
#footer_container * {
  color: white;
}
#footer_container .footer_link {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer_container .footer_link:hover {
  cursor: pointer;
  background-color: #1d4861;
}
#footer_container .footer_kleingedrucktes_row {
  max-width: 1160px;
  padding-bottom: 15px;
}
#footer_container .footer_kleingedrucktes_row .footer_kleingedrucktes {
  color: white;
}
#footer_container .bottom_line {
  background-color: white;
  padding: 15px;
  text-align: center;
}
#footer_container .bottom_line a {
  color: black !important;
}
/*_____________________________________________________________MOBILE_________________________________________________*/
html {
  /*___________________________________________________________HEADER & NAVI_____________________________________________*/
}
html .no_padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 979px) {
  html .sections.nav-sections {
    width: 100%;
    left: unset;
    position: relative;
  }
  html .sections.nav-sections .section-item-title {
    display: none;
  }
  html .sections.nav-sections .nav-sections-item-content {
    padding: unset;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header {
    margin-top: 0;
    min-height: 52px;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .header-wrapper .logo {
    max-width: 100%;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .header-wrapper .logo:after {
    display: none;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle {
    margin-top: 3px;
    margin-left: 4px;
    border: unset;
    border-radius: unset;
    background-image: unset;
    background-color: unset;
    margin-bottom: unset;
    margin-right: unset;
    padding: unset;
    float: unset;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .is-visuallyhidden {
    position: absolute;
    overflow: hidden;
    width: 41px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button .burger-inner {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block;
    top: 50%;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button .burger-inner:before {
    top: -5px;
    transition: top .1s .14s ease, opacity .1s ease;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button .burger-inner:after {
    bottom: -5px;
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button.is-active .burger-inner {
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button.is-active .burger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease, opacity .1s .14s ease;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navbar-toggle.mobile .burger-button.is-active .burger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .icon-user {
    margin-right: 30px;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .icon-user::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M14.828%2010.828a4%204%200%201%201-5.656-5.656%204%204%200%200%201%205.656%205.656zm-4.95-4.95a3%203%200%201%200%204.243%204.243A3%203%200%200%200%209.88%205.88zM6%2019.5a.5.5%200%200%201-1%200%207%207%200%201%201%2014%200%20.5.5%200%201%201-1%200%206%206%200%201%200-12%200z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%2382b0c0%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation {
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 960px;
    padding: 20px 20px 12px;
    background-color: #1d4861;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation .nav-list {
    margin-bottom: 8px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation .nav-list li {
    margin-right: 16px;
    margin-bottom: 12px;
    font-family: National2WebBold;
    font-weight: 400;
    font-size: initial;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation .nav-list li a {
    color: #5da5c0;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation .nav-list li.category {
    width: 100%;
  }
  html .sections.nav-sections header[role=banner].mz-rebrush-header .navigation-wrapper .expand-navigation .nav-list li.category span {
    color: #fff;
  }
  html .sections.nav-sections header[role=banner] nav[role=navigation] .desktop-navigation.hide-s {
    display: none !important;
  }
  html .for_companies_box {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
  }
  html .for_companies_box .for_companies_box_img {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  html {
    /*_____________________________________________________PRÄMIENAUSWAHL_______________________________________________*/
    /*________________________________Produkt, Kategorie, Spezialangebote_______________________________________________*/
  }
  html .row-eq-height {
    display: inherit;
  }
  html .row-eq-height.praemien_row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: left;
  }
  html .row-eq-height.praemien_row.praemien_col {
    float: none;
    display: inline-block;
  }
  html .row-eq-height.praemien_row:before {
    display: none;
  }
  html .row-eq-height.praemien_row:after {
    display: none;
  }
  html .category_row,
  html .special_offer_row,
  html .products_row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  html .category_row .category_box_container:nth-of-type(3n+1),
  html .spezial_angebote_bg .offer_box_container:nth-of-type(3n+1),
  html .products_row .product_box_container:nth-of-type(3n+1) {
    padding: inherit;
    margin-bottom: 30px;
  }
  html .category_row .category_box_container:nth-of-type(2n),
  html .spezial_angebote_bg .offer_box_container:nth-of-type(2n),
  html .products_row .product_box_container:nth-of-type(2n) {
    padding: inherit;
    margin-bottom: 30px;
  }
  html .category_row .category_box_container:nth-of-type(3n),
  html .spezial_angebote_bg .offer_box_container:nth-of-type(3n),
  html .products_row .product_box_container:nth-of-type(3n) {
    padding: inherit;
    margin-bottom: 30px;
  }
  html .category_row .category_box_container .product_box_header,
  html .spezial_angebote_bg .offer_box_container .product_box_header,
  html .products_row .product_box_container .product_box_header {
    margin-top: 30px;
  }
  html .spezial_angebote_bg h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  html .spezial_angebote_bg .special_offer_heading {
    padding-top: 10px;
    padding-left: unset;
  }
  html .bereits_abonennt_bg {
    padding-right: 0;
    padding-left: 0;
  }
  html .bereits_abonennt_bg .bereits_abonennt_box a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border: white 1px solid;
    padding: 10px;
    /* height: 34px; */
    float: unset;
    display: block;
    margin-right: 0;
  }
  html .bereits_abonennt_bg .bereits_abonennt_box h3 {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html .bereits_abonennt_bg .bereits_abonennt_box .col-sm-6 {
    width: 50%;
  }
  html .bereits_abonennt_bg .bereits_abonennt_box a {
    margin-right: 15px;
  }
  html .bereits_abonennt_bg .bereits_abonennt_box h3 {
    padding-left: 15px;
  }
}
@media (max-width: 799.98px) {
  html {
    /*_______________________________________________________Produktseite________________________________________________*/
    /*_______________________________________________________Checkout___________________________________________________*/
    /*____________________________________________________________FOOTER__________________________________________________*/
  }
  html .abodetail_box {
    margin-top: 15px;
  }
  html .checkout_lefthalf {
    padding-right: 0;
  }
  html .checkout_righthalf {
    padding-left: 0;
  }
  html .checkout-index-adresse label.label {
    font-size: 10px;
  }
  html body fieldset.birthdayPicker select {
    font-size: 12px;
  }
  html .checkout-index-review #review_product #review_product_info table {
    position: relative;
  }
  html .checkout-index-review #review_product #review_product_info table td {
    padding-right: 0;
    padding-bottom: 0;
  }
  html .checkout-index-review .form-actions button,
  html .checkout-index-review .form-actions a {
    font-size: 14px;
  }
  html #footer_container img {
    max-width: 32px;
  }
}
@media (max-width: 799.98px) and (max-width: 370px) {
  html .checkout-index-review #review_zahlung .review_table p {
    font-size: 14px;
  }
}
@media (max-width: 799.98px) and (min-width: 1024px) {
  html .checkout-index-review #review_zahlung .review_table .col-xs-5 {
    width: 30%;
  }
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
}
.contact-index-index .contact_form_heading hr {
  margin-bottom: 0;
  border-top: 2px solid #005d80;
}
.contact-index-index .contact_form_heading h4 {
  font-weight: bold;
  color: #005d80;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #f5f5f5;
}
.contact-index-index input,
.contact-index-index textarea,
.contact-index-index select {
  border: 1px solid #82b0c0 !important;
}
/*___________________________________________________LOGIN____________________________________________________________*/
html .customer-account-login .page_title {
  padding-bottom: 15px;
}
html .customer-account-login .block-customer-login .block-title {
  padding: 15px 0;
}
html .customer-account-login .block-customer-login .block-title #block-customer-login-heading {
  color: #82b0c0;
  font-size: 18px;
}
html .customer-account-login .block-customer-login .block-content input {
  border-color: #82b0c0;
}
html .customer-account-login .block-customer-login .block-content .actions-toolbar .primary .action {
  background-color: #ed953e;
  border: none;
  border-radius: 0;
}
html .customer-account-login .block-customer-login .block-content .actions-toolbar .secondary {
  float: unset;
  padding-left: 20px;
}
html .customer-account-login .block-new-customer .block-title {
  padding: 15px 0;
}
html .customer-account-login .block-new-customer .block-title #block-new-customer-heading {
  color: #82b0c0;
  font-size: 18px;
}
html .customer-account-login .block-new-customer .block-content .actions-toolbar .primary .action {
  background-color: #ed953e;
  border: none;
  border-radius: 0;
}
.cms-faq .spezial_angebote_bg {
  background-color: white;
}
.cms-faq .spezial_angebote_bg .offer_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.cms-faq .spezial_angebote_bg .offer_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.cms-faq .spezial_angebote_bg .offer_box_container {
  margin-top: 30px;
}
.cms-faq .spezial_angebote_bg .offer_box_container .offer_box {
  border: 1px solid #1d394d;
  position: relative;
  height: 100%;
  min-height: auto;
}
.cms-faq .spezial_angebote_bg .offer_box_container .offer_box .offer_box_heading {
  text-align: center;
  padding-left: 0;
}
.cms-faq .spezial_angebote_bg .offer_box_container .offer_box .offer_box_heading a {
  padding-top: 10px;
  color: #82b0c0;
  font-weight: bold;
}
.cms-faq .spezial_angebote_bg .offer_box_container .offer_box .more_info_btn {
  bottom: 60px;
}
.cms-faq .spezial_angebote_bg .offer_box_container .offer_box .offer_box_pic {
  position: relative;
}
.cms-faq-epaper .container,
.cms-faq-epaper-app .container,
.cms-faq-sonstiges .container,
.cms-faq-aboverwaltung .container,
.cms-faq-tageszeitung .container,
.cms-faq-mittelbayerische-web .container {
  padding-left: 0;
  padding-right: 0;
}
.cms-faq-epaper .faq_subheading,
.cms-faq-epaper-app .faq_subheading,
.cms-faq-sonstiges .faq_subheading,
.cms-faq-aboverwaltung .faq_subheading,
.cms-faq-tageszeitung .faq_subheading,
.cms-faq-mittelbayerische-web .faq_subheading {
  color: #82b0c0;
  margin-bottom: 30px;
}
.cms-faq-epaper .panel-default > .panel-heading,
.cms-faq-epaper-app .panel-default > .panel-heading,
.cms-faq-sonstiges .panel-default > .panel-heading,
.cms-faq-aboverwaltung .panel-default > .panel-heading,
.cms-faq-tageszeitung .panel-default > .panel-heading,
.cms-faq-mittelbayerische-web .panel-default > .panel-heading {
  padding: 0 !important;
  background: linear-gradient(96deg, #1d3a4d 0, #82b0c0 100%);
  color: white;
}
.cms-faq-epaper .panel-default > .panel-heading .panel-title > a,
.cms-faq-epaper-app .panel-default > .panel-heading .panel-title > a,
.cms-faq-sonstiges .panel-default > .panel-heading .panel-title > a,
.cms-faq-aboverwaltung .panel-default > .panel-heading .panel-title > a,
.cms-faq-tageszeitung .panel-default > .panel-heading .panel-title > a,
.cms-faq-mittelbayerische-web .panel-default > .panel-heading .panel-title > a {
  display: block;
  padding: 20px;
}
.cms-faq-epaper .panel-group .panel,
.cms-faq-epaper-app .panel-group .panel,
.cms-faq-sonstiges .panel-group .panel,
.cms-faq-aboverwaltung .panel-group .panel,
.cms-faq-tageszeitung .panel-group .panel,
.cms-faq-mittelbayerische-web .panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
}
.cms-faq-epaper .btn-primary,
.cms-faq-epaper-app .btn-primary,
.cms-faq-sonstiges .btn-primary,
.cms-faq-aboverwaltung .btn-primary,
.cms-faq-tageszeitung .btn-primary,
.cms-faq-mittelbayerische-web .btn-primary {
  border: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html,
  body {
    height: auto;
  }
  html header[role='banner'].mz-rebrush-header .toggle-menu li[class*='icon']::after,
  body header[role='banner'].mz-rebrush-header .toggle-menu li[class*='icon']::after {
    position: absolute;
    bottom: 15px;
    right: 0px;
  }
  html header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button,
  body header[role=banner].mz-rebrush-header .toggle-menu .navbar-toggle .burger-button {
    position: absolute;
    bottom: 10px;
  }
  html .category_box .category_name h3,
  body .category_box .category_name h3 {
    margin: 0;
  }
  html #scroll_to_bonus_btn,
  body #scroll_to_bonus_btn {
    position: relative;
    margin: 20px;
  }
  html .praemien_desc,
  body .praemien_desc {
    z-index: 0;
  }
  html .checkout-index-adresse .ui-datepicker,
  body .checkout-index-adresse .ui-datepicker {
    display: none !important;
  }
}
